#idplan {
  padding-bottom: 130px;
}
#idplan .pc {
  display: block !important;
}
#idplan .sp {
  display: none !important;
}
@media screen and (max-width: 767px) {
  #idplan .pc {
    display: none !important;
  }
  #idplan .sp {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  #idplan {
    padding-bottom: 60px;
  }
}
#idplan .inner_1000 {
  max-width: 1030px;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (max-width: 767px) {
  #idplan .inner_1000 {
    padding-right: 0;
  }
}
#idplan .m_t_30 {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  #idplan .m_t_30 {
    margin-top: 20px;
  }
}
#idplan .b_txt {
  font-family: 'Noto Serif JP', serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.7;
  letter-spacing: 1px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  #idplan .b_txt {
    font-size: 14px;
    letter-spacing: 0.7px;
    line-height: 1.6;
  }
}
#idplan .plan_subttl {
  color: #333333;
  padding-left: 23px;
  position: relative;
  text-align: left;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1px;
  font-family: 'Noto Serif JP', serif;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #idplan .plan_subttl {
    margin-bottom: 10px;
    font-size: 18px;
    letter-spacing: 0.8px;
  }
}
#idplan .plan_subttl::after {
  background: #EB1B02;
  width: 13px;
  height: 30px;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  #idplan .plan_subttl_sp16 {
    line-height: 1.4;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 16px;
  }
  #idplan .plan_subttl_sp16::after {
    height: 100%;
  }
}
#idplan .plan_ttl {
  padding-top: 20px;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 2px;
  font-family: 'Noto Serif JP', serif;
  padding-bottom: 20px;
  background-image: linear-gradient(to right, #333 2px, transparent 2px);
  background-size: 7px 2px;
  background-repeat: repeat-x;
  background-position: left bottom;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  #idplan .plan_ttl {
    margin-right: 15px;
    width: calc(100% - 15px);
    margin-bottom: 30px;
    font-size: 22px;
    letter-spacing: 1.1px;
    padding-bottom: 15px;
  }
}
#idplan .scroll_img_sp {
  display: none;
  max-width: 181px;
}
@media screen and (max-width: 767px) {
  #idplan .scroll_img_sp {
    display: block;
  }
}
#idplan .tableArea {
  max-width: 100%;
  /* 最大80%の領域内で要素をおさめる */
  overflow: auto;
  /*枠からはみ出たらスクロールさせる、はみ出なかった場合は何もしない*/
}
@media screen and (max-width: 767px) {
  #idplan .tableArea {
    padding-right: 15px;
  }
  #idplan .tableArea img {
    width: 194%;
    max-width: 194%;
  }
}
#idplan .nintei_box {
  display: flex;
}
@media screen and (max-width: 767px) {
  #idplan .nintei_box {
    margin-right: 15px;
    width: calc(100% - 15px);
    display: block;
  }
}
#idplan .nintei_box dt {
  width: 50%;
  text-align: left;
  font-family: 'Noto Serif JP', serif;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.8px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  #idplan .nintei_box dt {
    width: 100%;
    font-size: 14px;
    letter-spacing: 0.7px;
    line-height: 1.7;
  }
}
#idplan .nintei_box dd {
  width: 50%;
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  #idplan .nintei_box dd {
    width: 100%;
    padding: 30px 10px 0 10px;
  }
}
#idplan .hosin02 {
  background: #Fff;
  position: relative;
  z-index: 10;
}
#idplan .hosin02 .inner_1000 {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  #idplan .hosin02 .inner_1000 {
    padding-top: 60px;
    padding-bottom: 50px;
  }
}
#idplan .red_ttl {
  line-height: 40px;
  position: relative;
  border-bottom: 2px solid #EB1B02;
  text-align: left;
  font-size: 20px;
  font-weight: bold;
  font-family: 'Noto Serif JP', serif;
  color: #EB1B02;
  padding-left: 25px;
  margin-bottom: 10px;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  #idplan .red_ttl {
    letter-spacing: 0.8px;
    font-size: 16px;
    padding-left: 21px;
  }
}
#idplan .red_ttl::after {
  width: 20px;
  height: 20px;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../imgs/plan/red_icon.png) no-repeat center center;
  background-size: 100% 100%;
}
@media screen and (max-width: 767px) {
  #idplan .red_ttl::after {
    width: 16px;
    height: 16px;
  }
}
@media screen and (max-width: 767px) {
  #idplan .red_ttl {
    line-height: 32px;
  }
}
#idplan .black_ttl {
  line-height: 40px;
  position: relative;
  border-bottom: 2px solid #333333;
  text-align: left;
  font-size: 20px;
  font-weight: bold;
  font-family: 'Noto Serif JP', serif;
  color: #333333;
  padding-left: 25px;
  margin-bottom: 10px;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  #idplan .black_ttl {
    letter-spacing: 0.8px;
    font-size: 16px;
    padding-left: 21px;
  }
}
#idplan .black_ttl::after {
  width: 20px;
  height: 20px;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../imgs/plan/black_icon.png) no-repeat center center;
  background-size: 100% 100%;
}
@media screen and (max-width: 767px) {
  #idplan .black_ttl::after {
    width: 16px;
    height: 16px;
  }
}
@media screen and (max-width: 767px) {
  #idplan .black_ttl {
    line-height: 32px;
  }
}
@media screen and (max-width: 767px) {
  #idplan .m_box {
    margin-right: 15px;
    width: calc(100% - 15px);
  }
}
#idplan .m_box .m_box_youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
#idplan .m_box .m_box_youtube iframe {
  width: 100%;
  height: 100%;
}
#idplan .hosin_point {
  margin: auto;
  padding-top: 80px;
  position: relative;
  overflow: auto;
}
@media screen and (max-width: 767px) {
  #idplan .hosin_point {
    padding-top: 60px;
    display: block;
  }
}
#idplan .hosin_point .point_img {
  width: 400px;
  display: block;
  position: absolute;
  top: 110px;
  left: 0;
  z-index: 5;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  #idplan .hosin_point .point_img {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    display: flex;
    column-gap: 5px;
  }
}
#idplan .hosin_point .point_img img {
  width: 400px;
}
@media screen and (max-width: 767px) {
  #idplan .hosin_point .point_img img {
    width: calc(33.3333% - 3.3333px);
  }
}
#idplan .hosin_point .point_img img + img {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  #idplan .hosin_point .point_img img + img {
    margin-top: 0;
  }
}
#idplan .hosin_point .bg_black {
  position: fixed !important;
  top: 110px !important;
  left: 0 !important;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  #idplan .hosin_point .bg_black {
    position: relative !important;
    top: auto !important;
    left: auto !important;
  }
}
#idplan .hosin_point .bg_black02 {
  top: auto !important;
  bottom: 0 !important;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  #idplan .hosin_point .bg_black02 {
    bottom: auto !important;
  }
}
#idplan .hosin_point .point_txt {
  padding-left: 50px;
  padding-right: 15px;
  padding-left: 450px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #idplan .hosin_point .point_txt {
    padding-left: 15px;
    width: 100%;
    margin-top: 30px;
  }
  #idplan .hosin_point .point_txt span {
    font-weight: bold;
  }
}
#idplan .hosin_point .point_txt .point_txt_box {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  #idplan .hosin_point .point_txt .point_txt_box {
    max-width: 100%;
  }
}
#idplan .hosin_point .point_txt .point_txt_box .point_ul li + li {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  #idplan .hosin_point .point_txt .point_txt_box .point_ul li + li {
    margin-top: 30px;
  }
}
#idplan .hosin_point .point_txt .point_txt_box .point_ul .point_ul_ttl {
  border-bottom: 1px solid #EB1B02;
  line-height: 66px;
  color: #EB1B02;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 1.5px;
  margin-bottom: 30px;
  font-family: 'Noto Serif JP', serif;
}
@media screen and (max-width: 767px) {
  #idplan .hosin_point .point_txt .point_txt_box .point_ul .point_ul_ttl {
    margin-bottom: 20px;
    font-size: 22px;
    letter-spacing: 1.1px;
    line-height: 52px;
  }
}
#idplan .hosin_point .point_txt .point_txt_box .point_ul .point_ul_ttl span {
  margin-right: 10px;
}
#idplan .hosin_point .point_txt .point_txt_box .point_ul .point_t {
  text-align: left;
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.75px;
  color: #333;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  #idplan .hosin_point .point_txt .point_txt_box .point_ul .point_t {
    font-size: 14px;
    letter-spacing: 0.7px;
    line-height: 1.8;
  }
}
#idplan .hosin_point .point_txt .point_txt_box .point_ul .sub_point_list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  column-gap: 20px;
}
@media screen and (max-width: 1100px) {
  #idplan .hosin_point .point_txt .point_txt_box .point_ul .sub_point_list {
    display: block;
  }
}
#idplan .hosin_point .point_txt .point_txt_box .point_ul .sub_point_list li {
  width: calc(50% - 10px);
}
#idplan .hosin_point .point_txt .point_txt_box .point_ul .sub_point_list li + li {
  margin-top: 0;
}
@media screen and (max-width: 1100px) {
  #idplan .hosin_point .point_txt .point_txt_box .point_ul .sub_point_list li {
    width: 100%;
  }
  #idplan .hosin_point .point_txt .point_txt_box .point_ul .sub_point_list li + li {
    margin-top: 10px;
  }
}
#idplan .hosin_point .point_txt .point_txt_box .point_ul .sub_point_list li dl {
  display: flex;
}
#idplan .hosin_point .point_txt .point_txt_box .point_ul .sub_point_list li dl dt {
  width: 100px;
}
#idplan .hosin_point .point_txt .point_txt_box .point_ul .sub_point_list li dl dd {
  display: flex;
  align-items: center;
  width: calc(100% - 100px);
  padding-left: 20px;
  text-align: left;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.75px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  #idplan .hosin_point .point_txt .point_txt_box .point_ul .sub_point_list li dl dd {
    font-size: 14px;
    letter-spacing: 0.7px;
    padding-left: 10px;
  }
}
#idplan .hosin_point .point_txt .point_txt_box .point_ul .sub_point_list li dl dd .dd_ttl {
  text-align: left;
  font-weight: bold;
  font-size: 20px;
  font-family: 'Noto Serif JP', serif;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  #idplan .hosin_point .point_txt .point_txt_box .point_ul .sub_point_list li dl dd .dd_ttl {
    font-size: 18px;
    margin-bottom: 7px;
  }
}
#idplan .hosin_point .point_txt .point_txt_box .point_ul .list_p {
  display: block;
}
#idplan .hosin_point .point_txt .point_txt_box .point_ul .list_p .list_p_a {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.8px;
  font-family: 'Noto Serif JP', serif;
}
@media screen and (max-width: 767px) {
  #idplan .hosin_point .point_txt .point_txt_box .point_ul .list_p .list_p_a {
    font-size: 14px;
    letter-spacing: 0.7px;
    line-height: 1.4;
  }
}
#idplan .hosin_point .point_txt .point_txt_box .point_ul .list_p .list_p_a + .list_p_a {
  margin-top: 10px;
}
#idplan .hosin_point .point_txt .point_txt_box .point_ul .list_p .list_p_a span {
  width: 46px;
  height: 46px;
  background: #EEEEEE;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  #idplan .hosin_point .point_txt .point_txt_box .point_ul .list_p .list_p_a span {
    width: 36px;
    height: 36px;
    margin-right: 10px;
  }
}
#idplan .hosin_point .point_txt .point_txt_box .point_ul .list_p .list_p_a .list_p_o {
  width: calc(100% - 66px);
}
@media screen and (max-width: 767px) {
  #idplan .hosin_point .point_txt .point_txt_box .point_ul .list_p .list_p_a .list_p_o {
    width: calc(100% - 46px);
  }
}
#idplan .hyouka {
  position: relative;
  z-index: 10;
  background: #EEEEEE;
}
#idplan .hyouka .inner_1000 {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  #idplan .hyouka .inner_1000 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
#idplan .hyouka .hyoka_flex01 {
  display: flex;
}
@media screen and (max-width: 767px) {
  #idplan .hyouka .hyoka_flex01 {
    display: block;
  }
}
#idplan .hyouka .hyoka_flex01 .hyouka_p {
  width: 51.8%;
}
@media screen and (max-width: 767px) {
  #idplan .hyouka .hyoka_flex01 .hyouka_p {
    width: 100%;
  }
}
#idplan .hyouka .hyoka_flex01 .hyouka_img {
  width: 48.2%;
  padding-left: 53px;
}
@media screen and (max-width: 767px) {
  #idplan .hyouka .hyoka_flex01 .hyouka_img {
    padding-left: 0;
    width: 100%;
    margin-top: 20px;
  }
}
#idplan .hyouka .hyouka_list li + li {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  #idplan .hyouka .hyouka_list li + li {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  #idplan .hyouka .plan_subttl,
  #idplan .hyouka .hyoka_flex01,
  #idplan .hyouka .hyouka_t,
  #idplan .hyouka .b_txt {
    width: calc(100% - 15px);
  }
}
#idplan .hyouka .hyouka_flex02 {
  display: flex;
}
@media screen and (max-width: 767px) {
  #idplan .hyouka .hyouka_flex02 {
    display: block;
  }
}
#idplan .hyouka .hyouka_flex02 .scroll_img {
  width: 55%;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  #idplan .hyouka .hyouka_flex02 .scroll_img {
    width: 100%;
    padding-right: 0;
  }
}
#idplan .hyouka .hyouka_flex02 .hyouka_flex02_txt {
  width: 45%;
}
@media screen and (max-width: 767px) {
  #idplan .hyouka .hyouka_flex02 .hyouka_flex02_txt {
    width: 100%;
    padding-right: 15px;
  }
}
#idplan .hyouka .hyouka_flex02 .hyouka_flex02_txt .m_t_30 {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  #idplan .hyouka .hyouka_flex02 .hyouka_flex02_txt .m_t_30 {
    margin-top: 20px;
  }
}
#idplan .hyouka .hyouka_flex02 .hyouka_flex02_txt .hyouka_flex02_p {
  font-size: 15px;
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0.75px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  #idplan .hyouka .hyouka_flex02 .hyouka_flex02_txt .hyouka_flex02_p {
    font-size: 14px;
    letter-spacing: 0.7px;
  }
}
#idplan .hyouka .hyouka_flex02 .hyouka_flex02_txt .hyouka_flex02_p span {
  font-weight: bold;
}
#idplan .hyouka .hyouka_t {
  text-align: left;
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.75px;
  color: #333;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  #idplan .hyouka .hyouka_t {
    font-size: 14px;
    letter-spacing: 0.7px;
    line-height: 1.8;
  }
}
#idplan .hyouka .hyouka_p {
  display: block;
}
#idplan .hyouka .hyouka_p .hyouka_a {
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.75px;
}
@media screen and (max-width: 767px) {
  #idplan .hyouka .hyouka_p .hyouka_a {
    font-size: 14px;
    letter-spacing: 0.7px;
    line-height: 1.5;
  }
}
#idplan .hyouka .hyouka_p .hyouka_a + .hyouka_a {
  margin-top: 10px;
}
#idplan .hyouka .hyouka_p .hyouka_a span {
  width: 36px;
  height: 36px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.8px;
}
#idplan .hyouka .hyouka_p .hyouka_a .hyouka_p_o {
  width: calc(100% - 46px);
  font-family: 'Noto Serif JP', serif;
}
#idplan .hyouka_ttl {
  border-bottom: 1px solid #EB1B02;
  line-height: 66px;
  color: #EB1B02;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 1.5px;
  margin-bottom: 30px;
  font-family: 'Noto Serif JP', serif;
}
@media screen and (max-width: 767px) {
  #idplan .hyouka_ttl {
    width: calc(100% - 15px);
    margin-bottom: 20px;
    font-size: 22px;
    letter-spacing: 1.1px;
    line-height: 52px;
  }
}
#idplan .hyouka_ttl span {
  margin-right: 10px;
}
#idplan .kenko {
  padding-top: 80px;
  position: relative;
  z-index: 10;
  background: #Fff;
}
@media screen and (max-width: 767px) {
  #idplan .kenko {
    padding-top: 50px;
  }
}
#idplan .kenko .m_tt_30 {
  margin-top: 30px;
}
#idplan .kenko .inner_1000 {
  position: relative;
}
#idplan .kenko .inner_1000_all {
  max-width: 100%;
}
#idplan .kenko .inner_1000_all02 {
  height: 302px;
}
@media screen and (max-width: 767px) {
  #idplan .kenko .inner_1000_all02 {
    height: auto;
  }
}
#idplan .kenko .scroll_box {
  position: absolute;
  left: 0;
  top: 0;
  display: none;
}
@media screen and (max-width: 1040px) {
  #idplan .kenko .scroll_box {
    width: calc(100% - 15px);
    margin-left: 15px;
  }
}
@media screen and (min-width: 1040px) {
  #idplan .kenko .scroll_box {
    width: 98vw;
  }
}
@media screen and (min-width: 1100px) {
  #idplan .kenko .scroll_box {
    width: 95vw;
  }
}
@media screen and (min-width: 1150px) {
  #idplan .kenko .scroll_box {
    width: 93vw;
  }
}
@media screen and (min-width: 1200px) {
  #idplan .kenko .scroll_box {
    width: 91vw;
  }
}
@media screen and (min-width: 1300px) {
  #idplan .kenko .scroll_box {
    width: 88vw;
  }
}
@media screen and (min-width: 1400px) {
  #idplan .kenko .scroll_box {
    width: 85vw;
  }
}
@media screen and (min-width: 1440px) {
  #idplan .kenko .scroll_box {
    width: 85vw;
  }
}
@media screen and (min-width: 1500px) {
  #idplan .kenko .scroll_box {
    width: 83vw;
  }
}
@media screen and (min-width: 1550px) {
  #idplan .kenko .scroll_box {
    width: 82vw;
  }
}
@media screen and (min-width: 1600px) {
  #idplan .kenko .scroll_box {
    width: 80vw;
  }
}
@media screen and (min-width: 1700px) {
  #idplan .kenko .scroll_box {
    width: 78vw;
  }
}
@media screen and (min-width: 1900px) {
  #idplan .kenko .scroll_box {
    width: 75vw;
  }
}
@media screen and (min-width: 2000px) {
  #idplan .kenko .scroll_box {
    width: 73vw;
  }
}
@media screen and (max-width: 767px) {
  #idplan .kenko .scroll_box {
    position: relative;
    margin-left: 0;
    width: 100%;
    display: block;
  }
}
@media screen and (min-width: 767px) {
  #idplan .kenko .scroll_box .scroll-hint-icon-wrap {
    display: none !important;
  }
}
#idplan .kenko .sc_item {
  position: relative;
  width: 100%;
}
#idplan .kenko .scroll_img_big01 .tableArea img {
  width: 1750px;
  max-width: 1750px;
}
#idplan .kenko .scroll_img_big01 .scroll_img_sp {
  display: block;
}
#idplan .kenko .scroll_img_big02 .tableArea img {
  width: 2175px;
  max-width: 2175px;
}
#idplan .kenko .scroll_img_big02 .scroll_img_sp {
  display: block;
}
#idplan .kenko .pc_slide {
  display: block;
}
@media screen and (max-width: 767px) {
  #idplan .kenko .pc_slide {
    display: none;
  }
}
#idplan .kenko .kenko_list {
  max-width: 630px;
  display: flex;
  column-gap: 30px;
}
@media screen and (max-width: 767px) {
  #idplan .kenko .kenko_list {
    padding-right: 15px;
    max-width: 100%;
    display: block;
  }
  #idplan .kenko .kenko_list li + li {
    margin-top: 20px;
  }
}
#idplan .kenko .kenko_list li {
  width: calc(50% - 15px);
}
@media screen and (max-width: 767px) {
  #idplan .kenko .kenko_list li {
    width: 100%;
  }
}
#idplan .kenko .kenko_list li .m_ttl {
  margin-top: 20px;
  text-align: center;
  margin-bottom: 5px;
  font-family: 'Noto Serif JP', serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.8px;
}
@media screen and (max-width: 767px) {
  #idplan .kenko .kenko_list li .m_ttl {
    margin-top: 10px;
    margin-bottom: 0;
  }
}
#idplan .kenko .kenko_list li .sub_ttl {
  text-align: center;
  font-family: 'Noto Serif JP', serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.7px;
}
.swiper_btn {
  display: flex;
  column-gap: 20px;
  margin-bottom: 10px;
}
.swiper_btn .swiper-pagination-slide01,
.swiper_btn .swiper-pagination-slide02 {
  display: none !important;
}
.swiper_btn .swiper-button-prev-slide01,
.swiper_btn .swiper-button-prev-slide02 {
  max-width: 30px;
}
.swiper_btn .swiper-button-next-slide01,
.swiper_btn .swiper-button-next-slide02 {
  max-width: 30px;
}
@media screen and (max-width: 767px) {
  .swiper_btn {
    display: none;
  }
}
