.mv_ttl.price::after {
  background-image: url(../../img/renew/article/mv_ttl/mv_ttl_price.png);
  height: 77px;
  margin-left: -121px;
  width: 242px;
}
@media print, screen and (max-width: 767px) {
  .mv_ttl.price::after {
    height: 47px;
    margin-left: -72.5px;
    width: 145px;
  }
}

.box_detail {
  margin-top: 80px;
  margin-right: auto;
  margin-bottom: 80px;
  margin-left: auto;
  max-width: 960px;
  width: 100%;
}
@media print, screen and (max-width: 767px) {
  .box_detail {
    margin-top: 40px;
    margin-bottom: 60px;
  }
}

.img_detail {
  display: block;
  margin-right: auto;
  margin-bottom: 25px;
  margin-left: auto;
  max-width: 521px;
  width: 100%;
}

.section03_box {
  background-color: #f3f6fa;
  margin-top: 60px;
  padding: 60px 0;
}
@media print, screen and (max-width: 767px) {
  .section03_box {
    margin-top: 40px;
    padding: 40px 0;
  }
}
.section03_box_txt {
  color: #1c4e6a;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 35px;
  text-align: center;
}
@media print, screen and (max-width: 767px) {
  .section03_box_txt {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.section03_box_txt small {
  font-size: 14px;
  margin-bottom: 20px;
}
@media print, screen and (max-width: 767px) {
  .section03_box_txt small {
    font-size: 12px;
  }
}
.section03_box_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
  max-width: 960px;
  width: 100%;
}
@media print, screen and (max-width: 960px) and (min-width: 768px) {
  .section03_box_list {
    justify-content: center;
    flex-wrap: wrap;
    max-width: 700px;
  }
}
@media print, screen and (max-width: 767px) {
  .section03_box_list {
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
  }
}
.section03_box_list_card {
  background-color: #fff;
  border-top: 10px solid #c5cdd7;
  border-radius: 10px;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
  color: #1c4e6a;
  display: flex;
  flex-direction: column;
  font-weight: bold;
  padding: 30px;
  text-align: center;
  width: calc(33.333% - 20px);
}
@media print, screen and (max-width: 992px) {
  .section03_box_list_card {
    width: calc(50% - 15px);
  }
}
@media print, screen and (max-width: 767px) {
  .section03_box_list_card {
    padding: 25px 30px;
    width: 327px;
  }
}
.section03_box_list_card .plan_name {
  font-size: 20px;
  flex-grow: 1;
  margin-bottom: 15px;
}
@media print, screen and (max-width: 767px) {
  .section03_box_list_card .plan_name {
    font-size: 16px;
  }
}
.section03_box_list_card .plan_name span {
  display: block;
  font-size: 14px;
  margin-top: 10px;
}
.section03_box_list_card .price {
  line-height: 1;
  margin-bottom: 30px;
}
.section03_box_list_card .price strong {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  font-weight: bold;
  margin-top: 10px;
}
@media print, screen and (max-width: 767px) {
  .section03_box_list_card .price strong {
    font-size: 28px;
    margin-top: 0;
  }
}
.section03_box_list_card .price strong small {
  font-size: 24px;
}
@media print, screen and (max-width: 767px) {
  .section03_box_list_card .price strong small {
    font-size: 20px;
  }
}
.section03_box_list_card .txt {
  border-top: 1px solid #ccc;
  font-size: 14px;
  padding-top: 23px;
}
@media print, screen and (max-width: 767px) {
  .section03_box_list_card .txt {
    padding-top: 18px;
  }
}
.section03_box_list_card.plan02 {
  border-color: #00a3b1;
}
.section03_box_list_card.plan03 {
  border-color: #1c4e6a;
}
.section03_box_list_card.recommended {
  position: relative;
}
.section03_box_list_card.recommended::before {
  background-image: url(../../img/renew/price/icon_recommended.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 100px;
  position: absolute;
  top: -40px;
  right: -2px;
  width: 100px;
}

.price_sec_wrap {
  padding-top: 60px;
  position: relative;
}
@media print, screen and (max-width: 767px) {
  .price_sec_wrap {
    padding-top: 40px;
  }
}
.price_sec_wrap::before {
  content: "";
  display: block;
  background-image: url(../../img/renew/price/img02.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 320px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media print, screen and (max-width: 992px) {
  .price_sec_wrap::before {
    height: 610px;
  }
}
@media print, screen and (max-width: 767px) {
  .price_sec_wrap::before {
    background-image: url(../../img/renew/price/img02_sp.jpg);
    height: 800px;
  }
}
.price_sec_wrap.bg_ver02::before {
  background-image: url(../../img/renew/price/img21.jpg);
}
@media print, screen and (max-width: 767px) {
  .price_sec_wrap.bg_ver02::before {
    background-image: url(../../img/renew/price/img21_sp.jpg);
  }
}

.price_sec_ttl {
  display: block;
  font-size: 24px;
  letter-spacing: 0.1em;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  text-align: center;
  max-width: 320px;
  width: 100%;
}
@media print, screen and (max-width: 767px) {
  .price_sec_ttl {
    font-size: 18px;
    max-width: 240px;
    padding: 7px;
  }
}

.flex.clm6-4.style_price_detail {
  -moz-column-gap: 40px;
       column-gap: 40px;
}
@media print, screen and (max-width: 992px) {
  .flex.clm6-4.style_price_detail {
    flex-direction: column;
  }
}
.flex.clm6-4.style_price_detail .img {
  max-width: 480px;
  width: 100%;
}
@media print, screen and (max-width: 992px) {
  .flex.clm6-4.style_price_detail .img {
    margin-right: auto;
    margin-left: auto;
  }
}
.flex.clm6-4.style_price_detail .txt {
  flex: 1;
  width: auto;
}

.flex.clm2.style_price_detail02 {
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media print, screen and (max-width: 767px) {
  .flex.clm2.style_price_detail02 {
    row-gap: 35px;
  }
}

.flex.style_price_detail03 {
  justify-content: flex-start;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 20px;
}
.flex.style_price_detail03 .flex_item {
  max-width: 26.7%;
  width: 100%;
}
@media print, screen and (max-width: 767px) {
  .flex.style_price_detail03 .flex_item {
    max-width: calc(50% - 10px);
  }
}
@media print, screen and (max-width: 520px) {
  .flex.style_price_detail03 .flex_item {
    max-width: 100%;
  }
}

.box03 .a_ttl03 {
  letter-spacing: 0.05em;
  margin-bottom: -25px;
  transform: translateY(-45px);
}
@media print, screen and (max-width: 767px) {
  .box03 .a_ttl03 {
    transform: translateY(-40px);
  }
}
.box03 .fixtures_list {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}
.box03 .fixtures_list li {
  font-size: 14px;
}

.tab_buttons {
  display: flex;
  margin-bottom: 50px;
}
@media print, screen and (max-width: 767px) {
  .tab_buttons {
    margin-bottom: 45px;
    flex-wrap: wrap;
    row-gap: 20px;
  }
}

.tab_btn {
  border-top: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  padding: 2px;
  width: 33.333%;
}
@media print, screen and (max-width: 767px) {
  .tab_btn {
    width: 50%;
  }
}
.tab_btn:nth-of-type(1) {
  border-left: 1px solid #e6e6e6;
}
@media print, screen and (max-width: 767px) {
  .tab_btn:nth-of-type(3) {
    border-left: 1px solid #e6e6e6;
  }
}
.tab_btn_inr {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 20px;
}
@media print, screen and (max-width: 520px) {
  .tab_btn_inr {
    padding: 10px 5px 5px;
  }
}
.tab_btn_inr .type_ttl {
  color: #1c4e6a;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}
@media print, screen and (max-width: 520px) {
  .tab_btn_inr .type_ttl {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.tab_btn_inr .type_img {
  margin-left: auto;
  margin-right: auto;
  width: 236px;
}
@media print, screen and (max-width: 1200px) {
  .tab_btn_inr .type_img {
    width: 130px;
  }
}
.tab_btn_inr .read_txt {
  font-size: 14px;
  flex-grow: 1;
  margin-top: 20px;
  margin-bottom: 8px;
}
@media print, screen and (max-width: 520px) {
  .tab_btn_inr .read_txt {
    font-size: 12px;
  }
}
.tab_btn_inr .type_member {
  font-size: 14px;
}
@media print, screen and (max-width: 520px) {
  .tab_btn_inr .type_member {
    font-size: 12px;
    padding: 5px;
  }
}
.tab_btn.active {
  background: linear-gradient(to right, #71d3c1, #3fc5e2);
  border-radius: 5px;
  padding: 3px;
}
@media print, screen and (max-width: 520px) {
  .tab_btn.active {
    border-radius: 2px;
    padding: 2px;
  }
}
.tab_btn.active .tab_btn_inr {
  box-shadow: 0 5px 10px 0 rgba(51, 51, 51, 0.15);
  background-color: #fff;
  border-radius: 3px;
}
@media print, screen and (max-width: 520px) {
  .tab_btn.active .tab_btn_inr {
    border-radius: 1px;
  }
}

.swiper-type-style {
  position: relative;
}
.swiper-type-style::before, .swiper-type-style::after {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100px;
  z-index: 2;
}
@media print, screen and (max-width: 767px) {
  .swiper-type-style::before, .swiper-type-style::after {
    width: 80px;
  }
}
.swiper-type-style::before {
  background: linear-gradient(to left, transparent 0%, #ebf4f9 80%);
  left: 0;
}
@media print, screen and (max-width: 767px) {
  .swiper-type-style::before {
    background: linear-gradient(to left, transparent 0%, #ebf4f9 100%);
  }
}
.swiper-type-style::after {
  background: linear-gradient(to right, transparent 0%, #ebf4f9 80%);
  right: 0;
}
@media print, screen and (max-width: 767px) {
  .swiper-type-style::after {
    background: linear-gradient(to right, transparent 0%, #ebf4f9 100%);
  }
}
.swiper-type-style .swiper-button-next,
.swiper-type-style .swiper-button-prev {
  height: 60px;
  width: 60px;
}
@media print, screen and (max-width: 992px) {
  .swiper-type-style .swiper-button-next,
  .swiper-type-style .swiper-button-prev {
    height: 40px;
    width: 40px;
  }
}
.swiper-type-style .swiper-button-next {
  transform: rotate(180deg);
}
.swiper-type-style .swiper-button-next:after,
.swiper-type-style .swiper-button-prev:after {
  content: "";
}

@media print, screen and (min-width: 768px) {
  .js-swiper::before, .js-swiper::after {
    display: none !important;
  }
}
@media print, screen and (min-width: 768px) {
  .js-swiper .swiper-wrapper {
    display: flex;
    gap: 16px;
  }
}
@media print, screen and (min-width: 768px) {
  .js-swiper .swiper-slide {
    width: calc(25% - 12px);
  }
}
@media print, screen and (min-width: 768px) {
  .js-swiper .swiper-button-next,
  .js-swiper .swiper-button-prev {
    display: none;
  }
}

.parent_tab_container {
  margin-bottom: 40px;
}

.parent_tab_content,
.child_tab_content {
  display: none;
}
.parent_tab_content.active,
.child_tab_content.active {
  display: block;
}

@media print, screen and (min-width: 768px) {
  .parent_tab_list {
    background-color: #ebf4f9;
    border-radius: 999px;
    display: flex;
    align-items: center;
    margin-bottom: 40px;
  }
}
@media print, screen and (max-width: 767px) {
  .parent_tab_list {
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
    max-width: 500px;
    width: 100%;
  }
}

.parent_tab_item {
  border-radius: 999px;
  color: #a2acb2;
  font-size: 14px;
  font-weight: bold;
  padding: 10px 20px;
  cursor: pointer;
  text-align: center;
  width: 33.333%;
}
@media print, screen and (max-width: 767px) {
  .parent_tab_item {
    background-color: #ebf4f9;
    font-size: 12px;
    margin-bottom: 10px;
    padding: 5px;
    width: 100%;
  }
}
.parent_tab_item.active {
  background-color: #00a3b1;
  color: #fff;
}

.tab_btns {
  display: flex;
  gap: 10px;
}
.tab_btns .tab_btn {
  background-color: #ccc;
  cursor: pointer;
}

.tab_panel {
  background-color: #ebf4f9;
  border-radius: 10px;
  display: none;
  margin-top: 32px;
  padding: 40px;
  position: relative;
}
@media print, screen and (max-width: 992px) {
  .tab_panel {
    padding: 20px;
  }
}
.tab_panel.active {
  display: block;
}
.tab_panel.active::before {
  content: "";
  display: block;
  border-style: solid;
  border-right: 16px solid transparent;
  border-left: 16px solid transparent;
  border-bottom: 26px solid #ebf4f9;
  border-top: 0;
  height: 0;
  position: absolute;
  top: -26px;
  width: 0;
}
@media print, screen and (min-width: 768px) {
  .tab_panel.active::before {
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    border-bottom: 32px solid #ebf4f9;
    top: -32px;
  }
}
@media print, screen and (max-width: 767px) {
  .tab_panel.active::before {
    margin-left: -16px;
    left: 50%;
  }
}
@media print, screen and (min-width: 1201px) {
  .tab_panel:nth-of-type(1).active::before {
    left: 180px;
  }
}
@media print, screen and (max-width: 1200px) and (min-width: 768px) {
  .tab_panel:nth-of-type(1).active::before {
    left: 50px;
  }
}
@media print, screen and (min-width: 768px) {
  .tab_panel:nth-of-type(2).active::before {
    margin-left: -20px;
    left: 50%;
  }
}
@media print, screen and (min-width: 1201px) {
  .tab_panel:nth-of-type(3).active::before {
    right: 180px;
  }
}
@media print, screen and (max-width: 1200px) and (min-width: 768px) {
  .tab_panel:nth-of-type(3).active::before {
    right: 50px;
  }
}

.table .w150 {
  width: 12.5%;
}
@media print, screen and (max-width: 767px) {
  .table .w150 {
    width: 13.3%;
  }
}
.table .w280 {
  width: 23.3%;
}
.table .w350 {
  width: 29.2%;
}
@media print, screen and (max-width: 767px) {
  .table .w350 {
    width: 28.9%;
  }
}
.table .w525 {
  width: 43.8%;
}
@media print, screen and (max-width: 767px) {
  .table .w525 {
    width: 43.4%;
  }
}
.table .w920 {
  width: 76.7%;
}
@media print, screen and (max-width: 767px) {
  .table .wsp100 {
    width: 100%;
  }
}

@media print, screen and (max-width: 767px) {
  .other_cost {
    border-bottom: 1px solid #ccc;
  }
}
@media print, screen and (max-width: 767px) {
  .other_cost th {
    border: none !important;
  }
}
.other_cost th small {
  font-size: 12px;
  display: block;
}
.other_cost td {
  font-size: 16px;
}
@media print, screen and (max-width: 767px) {
  .other_cost td {
    border: none !important;
    font-size: 14px;
  }
}
.other_cost td strong {
  font-size: 20px;
  font-weight: bold;
}
@media print, screen and (max-width: 767px) {
  .other_cost td strong {
    font-size: 18px;
  }
}

.internship_plan {
  max-width: 675px;
}
.internship_plan .w150 {
  width: 22.2%;
}
.internship_plan .w525 {
  width: 77.8%;
}/*# sourceMappingURL=price-style.css.map */