@charset "UTF-8";
.topmv {
  position: relative;
  padding: 60px 0;
}
@media print, screen and (max-width: 767px) {
  .topmv {
    padding: 88% 0 30px;
  }
}
.topmv-swiper {
  background-color: #ecf9ff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.topmv_bg_slide {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}
.topmv_bg_slide.slide01 {
  background-image: url(../../img/renew/top/mv_02.jpg);
}
@media print, screen and (max-width: 1400px) {
  .topmv_bg_slide.slide01 {
    background-position: top 0 right 40%;
  }
}
@media print, screen and (max-width: 767px) {
  .topmv_bg_slide.slide01 {
    background-image: url(../../img/renew/top/mv_02_sp.jpg);
  }
}
.topmv_bg_slide.slide02 {
  background-image: url(../../img/renew/top/mv.jpg);
}
@media print, screen and (max-width: 1400px) {
  .topmv_bg_slide.slide02 {
    background-position: top 0 right 40%;
  }
}
@media print, screen and (max-width: 767px) {
  .topmv_bg_slide.slide02 {
    background-image: url(../../img/renew/top/mv_sp.jpg);
  }
}
.topmv_inr {
  margin: 0 auto;
  max-width: 1366px;
  width: 100%;
}
@media print, screen and (max-width: 1400px) {
  .topmv_inr {
    padding: 0 20px;
  }
}
.topmv_txt {
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 20px;
}
@media print, screen and (max-width: 960px) and (min-width: 768px) {
  .topmv_txt {
    font-size: 18px;
  }
}
@media print, screen and (max-width: 767px) {
  .topmv_txt {
    font-size: 14px;
  }
}
.topmv_ttl {
  display: inline-block;
  position: relative;
}
.topmv_ttl::after {
  background-image: url(../../img/renew/top/mv_txt.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 177px;
  position: absolute;
  right: -95px;
  bottom: -20px;
  width: 414px;
}
@media print, screen and (max-width: 960px) and (min-width: 768px) {
  .topmv_ttl::after {
    height: 137px;
    position: absolute;
    right: -100px;
    bottom: -25px;
    width: 314px;
  }
}
@media print, screen and (max-width: 767px) {
  .topmv_ttl::after {
    height: 67px;
    right: -5px;
    bottom: 0;
    width: 156px;
  }
}
.topmv_ttl span {
  background-color: #fff;
  border-radius: 5px;
  color: #064a9b;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 64px;
  font-weight: 800;
  letter-spacing: 0.05em;
  line-height: 1.9;
  padding: 5px 20px 10px;
  text-indent: 0.05em;
}
@media print, screen and (max-width: 960px) and (min-width: 768px) {
  .topmv_ttl span {
    font-size: 44px;
    padding: 2px 20px 7px;
  }
}
@media print, screen and (max-width: 767px) {
  .topmv_ttl span {
    border-radius: 2px;
    font-size: 30px;
    line-height: 1.8;
    padding: 0 10px 4px;
  }
}
.topmv_list {
  margin-top: 40px;
}
@media print, screen and (max-width: 767px) {
  .topmv_list {
    margin-top: 15px;
  }
}
.topmv_list li {
  display: flex;
  align-items: center;
  gap: 15px;
  font-weight: bold;
  font-size: 22px;
}
@media print, screen and (max-width: 960px) and (min-width: 768px) {
  .topmv_list li {
    font-size: 18px;
  }
}
@media print, screen and (max-width: 767px) {
  .topmv_list li {
    font-size: 12px;
    gap: 8px;
  }
}
.topmv_list li::before {
  background-image: url(../../img/renew/top/icon_topmv_check.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 30px;
  width: 30px;
}
@media print, screen and (max-width: 767px) {
  .topmv_list li::before {
    height: 15px;
    width: 15px;
  }
}
.topmv_list li + li {
  margin-top: 20px;
}
@media print, screen and (max-width: 767px) {
  .topmv_list li + li {
    margin-top: 8px;
  }
}
.topmv + .cta_btn_section {
  padding: 60px 0;
}
@media print, screen and (max-width: 767px) {
  .topmv + .cta_btn_section {
    padding: 40px 0;
  }
}

.section_ttl {
  font-size: 32px;
  margin-bottom: 40px;
  text-align: center;
}
@media print, screen and (max-width: 767px) {
  .section_ttl {
    font-size: 24px;
    line-height: 1.4;
  }
}
.section_ttl.en_bg {
  padding-top: 65px;
  position: relative;
  z-index: 1;
}
@media print, screen and (max-width: 767px) {
  .section_ttl.en_bg {
    padding-top: 32px;
  }
}
.section_ttl.en_bg::after {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
}
.section_ttl02 {
  background: linear-gradient(-45deg, #71d3c1, #3fc5e2);
  border-radius: 999px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
  padding: 9px 5px 5px;
  text-align: center;
  width: 320px;
}
@media print, screen and (max-width: 767px) {
  .section_ttl02 {
    font-size: 18px;
    margin-bottom: 20px;
    padding: 5px;
    width: 240px;
  }
}
.section_ttl .warp {
  display: inline-block;
}

@media print, screen and (max-width: 767px) {
  .swiper_area {
    overflow: hidden;
    position: relative;
  }
  .swiper_area.over {
    margin: 0 -20px;
  }
}

@media print, screen and (min-width: 768px) {
  .swiper {
    overflow: visible;
  }
}

@media print, screen and (min-width: 768px) {
  .swiper-pagination {
    display: none;
  }
}
@media print, screen and (max-width: 767px) {
  .swiper-pagination {
    position: relative !important;
    margin-top: 40px !important;
  }
}

@media print, screen and (max-width: 767px) {
  .swiper-pagination-bullet,
  .swiper-pagination-bullet {
    background-color: #b7ccd9;
    border-radius: 0 !important;
    height: 3px !important;
    opacity: 1 !important;
    width: 40px !important;
  }
}

@media print, screen and (max-width: 767px) {
  .swiper-pagination-bullet-active {
    background-color: #1c4e6a !important;
  }
}

@media print, screen and (min-width: 768px) {
  .swiper-button-prev,
  .swiper-button-next {
    display: none;
  }
}
@media print, screen and (max-width: 767px) {
  .swiper-button-prev,
  .swiper-button-next {
    height: auto;
    width: auto;
  }
  .swiper-button-prev::after,
  .swiper-button-next::after {
    background-image: url(../../img/renew/top/swiper_arrow_01.png);
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    height: 79px;
    width: 45px;
  }
}

@media print, screen and (max-width: 767px) {
  .swiper-button-prev {
    left: -7px;
  }
  .swiper-button-prev::after {
    background-position: left;
  }
}

@media print, screen and (max-width: 767px) {
  .swiper-button-next {
    right: -7px;
    transform: rotate(180deg);
  }
  .swiper-button-next::after {
    background-position: right;
  }
}

.var_voice .swiper-pagination {
  margin-top: -30px !important;
  margin-bottom: 20px;
}

@media print, screen and (max-width: 767px) {
  .ver_step .swiper {
    padding-top: 35px;
    padding-bottom: 20px;
  }
}
@media print, screen and (max-width: 767px) {
  .ver_step .swiper-button-prev::after,
  .ver_step .swiper-button-next::after {
    background-image: url(../../img/renew/top/swiper_arrow_02.png);
  }
}

.section01 {
  padding-bottom: 80px;
  position: relative;
}
@media print, screen and (max-width: 767px) {
  .section01 {
    padding-top: 10px;
    padding-bottom: 50px;
  }
}
.section01::after {
  background: linear-gradient(-90deg, #e9f4ff, #e5fbf3);
  content: "";
  height: 66%;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
.section01 .section_ttl.en_bg::after {
  background-image: url(../../img/renew/top/section01_en_bg.png);
  height: 120px;
  margin-left: -162px;
  width: 324px;
}
@media print, screen and (max-width: 767px) {
  .section01 .section_ttl.en_bg::after {
    height: 66px;
    margin-left: -91.5px;
    width: 183px;
  }
}
.section01 .cause_list {
  display: flex;
  justify-content: space-between;
}
@media print, screen and (max-width: 960px) and (min-width: 768px) {
  .section01 .cause_list {
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    margin-right: auto;
    margin-left: auto;
    max-width: 700px;
    width: 100%;
  }
}
.section01 .cause_list_item {
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  height: auto;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .section01 .cause_list_item {
    height: auto;
    margin-right: 0 !important;
    width: 32% !important;
  }
}
@media print, screen and (max-width: 960px) and (min-width: 768px) {
  .section01 .cause_list_item {
    width: calc(50% - 15px) !important;
  }
}
.section01 .cause_list_item_txt {
  background-color: #fff;
  padding: 40px 35px;
  height: 100%;
}
@media print, screen and (max-width: 960px) {
  .section01 .cause_list_item_txt {
    padding: 30px 25px 25px;
  }
}
.section01 .cause_list_ttl {
  font-size: 24px;
  margin-bottom: 10px;
  text-align: center;
  position: relative;
}
@media print, screen and (max-width: 960px) {
  .section01 .cause_list_ttl {
    font-size: 18px;
  }
}
.section01 .cause_list_ttl::after {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 48px;
  position: absolute;
  top: -60px;
  left: -15px;
  width: 81px;
}
@media print, screen and (max-width: 960px) {
  .section01 .cause_list_ttl::after {
    height: 36px;
    top: -45px;
    width: 52px;
  }
}
.section01 .cause_list_ttl.num01::after {
  background-image: url(../../img/renew/top/section01_num01.png);
}
.section01 .cause_list_ttl.num02::after {
  background-image: url(../../img/renew/top/section01_num02.png);
}
.section01 .cause_list_ttl.num03::after {
  background-image: url(../../img/renew/top/section01_num03.png);
}
.section01 .cause_list_txt {
  line-height: 1.6;
}
@media print, screen and (max-width: 960px) {
  .section01 .cause_list_txt {
    font-size: 14px;
  }
}

.section02 {
  padding: 60px 0 80px;
}
@media print, screen and (max-width: 767px) {
  .section02 {
    padding: 40px 0;
  }
}
.section02_img {
  display: block;
  margin: 0 auto;
  max-width: 954px;
  width: 100%;
}
@media print, screen and (max-width: 767px) {
  .section02_img {
    margin-top: -10px;
    max-width: 500px;
  }
}

.section03 {
  background: linear-gradient(-90deg, #e9f4ff, #e5fbf3);
  padding-top: 60px;
}
@media print, screen and (max-width: 767px) {
  .section03 {
    padding-top: 40px;
  }
}
.section03 .section_ttl.en_bg {
  margin-bottom: 80px;
  padding-top: 60px;
}
@media print, screen and (max-width: 767px) {
  .section03 .section_ttl.en_bg {
    margin-bottom: 40px;
    padding-top: 35px;
  }
}
.section03 .section_ttl.en_bg::after {
  background-image: url(../../img/renew/top/section03_en_bg.png);
  height: 78px;
  margin-left: -137.5px;
  width: 275px;
}
@media print, screen and (max-width: 767px) {
  .section03 .section_ttl.en_bg::after {
    height: 47px;
    margin-left: -82.5px;
    width: 165px;
  }
}
.section03 .point_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  -moz-column-gap: 2.5%;
       column-gap: 2.5%;
  row-gap: 70px;
}
@media print, screen and (max-width: 960px) and (min-width: 768px) {
  .section03 .point_list {
    -moz-column-gap: 30px;
         column-gap: 30px;
    margin-right: auto;
    margin-left: auto;
    max-width: 700px;
    width: 100%;
  }
}
@media print, screen and (max-width: 767px) {
  .section03 .point_list {
    align-items: center;
    flex-direction: column;
    row-gap: 20px;
  }
}
.section03 .point_list_item {
  display: flex;
  width: 31.6%;
}
@media print, screen and (max-width: 960px) and (min-width: 768px) {
  .section03 .point_list_item {
    width: calc(50% - 15px);
  }
}
@media print, screen and (max-width: 767px) {
  .section03 .point_list_item {
    width: 327px;
  }
}
.section03 .point_card {
  background-color: #fff;
  border-radius: 0 40px 0 40px;
  padding: 65px 20px 35px;
  position: relative;
  text-align: center;
}
.section03 .point_card::before {
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 66px;
  width: 66px;
}
@media print, screen and (min-width: 768px) {
  .section03 .point_card::before {
    margin-left: -33px;
    position: absolute;
    top: -33px;
    left: 50%;
  }
}
@media print, screen and (max-width: 767px) {
  .section03 .point_card::before {
    height: 45px;
    width: 45px;
  }
}
.section03 .point_card strong {
  display: block;
  font-size: 20px;
  margin-bottom: 15px;
}
@media print, screen and (max-width: 767px) {
  .section03 .point_card strong {
    font-size: 15px;
    margin-left: 15px;
    margin-bottom: 0;
  }
}
.section03 .point_card p {
  line-height: 1.7;
}
@media print, screen and (min-width: 768px) {
  .section03 .point_card p {
    padding: 0 20px;
  }
}
@media print, screen and (max-width: 767px) {
  .section03 .point_card p {
    font-size: 14px;
    margin-top: 15px;
  }
}
.section03 .point_card.point01::before {
  background-image: url(../../img/renew/top/icon_point_01.png);
}
.section03 .point_card.point02::before {
  background-image: url(../../img/renew/top/icon_point_02.png);
}
.section03 .point_card.point03::before {
  background-image: url(../../img/renew/top/icon_point_03.png);
}
.section03 .point_card.point04::before {
  background-image: url(../../img/renew/top/icon_point_04.png);
}
.section03 .point_card.point05::before {
  background-image: url(../../img/renew/top/icon_point_05.png);
}
@media print, screen and (max-width: 767px) {
  .section03 .point_card {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 180px;
    text-align: left;
    padding: 25px 28px 30px;
    position: relative;
  }
  .section03 .point_card::after {
    background: linear-gradient(to bottom, transparent 0%, #fff 50%);
    border-radius: 0 0 0 30px;
    content: "";
    display: block;
    height: 50px;
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    z-index: 1;
  }
  .section03 .point_card.is_open {
    height: auto;
  }
  .section03 .point_card.is_open::after {
    opacity: 0;
    visibility: hidden;
  }
}
@media print, screen and (min-width: 768px) {
  .section03 .point_card .morebtn {
    display: none;
  }
}
@media print, screen and (max-width: 767px) {
  .section03 .point_card .morebtn {
    background-color: #fff;
    border: 1px solid #1c4e6a;
    border-radius: 999px;
    font-size: 14px;
    font-weight: bold;
    margin-top: 7px;
    margin-right: auto;
    margin-left: auto;
    padding: 2px;
    position: relative;
    text-align: center;
    width: 200px;
    z-index: 2;
  }
  .section03 .point_card .morebtn::before, .section03 .point_card .morebtn::after {
    background-color: #1c4e6a;
    content: "";
    display: inline-block;
    height: 1px;
    position: absolute;
    top: 13px;
    right: 12px;
    width: 10px;
  }
  .section03 .point_card .morebtn::before {
    transform: rotate(90deg);
  }
}
@media print, screen and (max-width: 767px) {
  .section03 .point_card .moretxt {
    height: 55px;
    overflow: hidden;
    position: relative;
  }
  .section03 .point_card .moretxt p {
    margin-top: 10px;
  }
}
@media print, screen and (max-width: 767px) {
  .section03 .point_card.is_open .morebtn::before {
    transform: rotate(0deg);
  }
}
@media print, screen and (max-width: 767px) {
  .section03 .point_card.is_open .moretxt {
    height: auto;
  }
}
.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 .section_ttl02 {
  margin-right: auto;
  margin-left: auto;
}
.section03_box_txt {
  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;
  justify-content: space-between;
  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;
  font-weight: bold;
  padding: 25px 30px 20px;
  text-align: center;
  width: 31.3%;
}
@media print, screen and (max-width: 960px) and (min-width: 768px) {
  .section03_box_list_card {
    width: calc(50% - 15px);
  }
}
@media print, screen and (max-width: 767px) {
  .section03_box_list_card {
    padding: 25px;
    width: 327px;
  }
}
.section03_box_list_card .price {
  font-size: 20px;
  letter-spacing: 0.05em;
  margin-bottom: 25px;
}
@media print, screen and (max-width: 767px) {
  .section03_box_list_card .price {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
.section03_box_list_card .price strong {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  font-weight: bold;
  margin-top: 5px;
}
@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/top/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;
}

.btn_grad {
  margin: 0 auto;
  width: 320px;
}
@media print, screen and (max-width: 767px) {
  .btn_grad {
    width: 260px;
  }
}
.btn_grad a {
  border: 1px solid #00a3b1;
  border-radius: 999px;
  color: #00a3b1;
  display: block;
  font-weight: bold;
  padding: 12px;
  text-align: center;
  transition: background-color 0.3s ease, color 0.3s ease;
}
@media print, screen and (max-width: 767px) {
  .btn_grad a {
    font-size: 14px;
    padding: 8px;
  }
}
.btn_grad a:hover {
  background-color: #00a3b1;
  color: #fff;
}
.btn_grad.btn_left {
  margin: 25px 0 0;
}

.section04 {
  padding-bottom: 150px;
}
@media print, screen and (max-width: 767px) {
  .section04 {
    padding-bottom: 80px;
  }
}
.section04 .section_ttl.en_bg {
  margin-bottom: 80px;
  padding-top: 55px;
}
@media print, screen and (max-width: 767px) {
  .section04 .section_ttl.en_bg {
    margin-bottom: 40px;
    padding-top: 30px;
  }
}
.section04 .section_ttl.en_bg::after {
  background-image: url(../../img/renew/top/section04_en_bg.png);
  height: 77px;
  margin-left: -290.5px;
  width: 581px;
}
@media print, screen and (max-width: 767px) {
  .section04 .section_ttl.en_bg::after {
    height: 46px;
    margin-left: -174.5px;
    width: 349px;
  }
}
@media print, screen and (max-width: 767px) {
  .section04 .course_list {
    margin-right: auto;
    margin-left: auto;
    max-width: 500px;
    width: 100%;
  }
}
.section04 .course_list_item {
  display: flex;
  align-items: stretch;
  gap: 40px;
}
@media print, screen and (max-width: 767px) {
  .section04 .course_list_item {
    flex-direction: column;
    gap: 30px;
  }
}
.section04 .course_list_item:nth-of-type(2), .section04 .course_list_item:nth-of-type(3), .section04 .course_list_item:nth-of-type(4) {
  border-top: 1px solid #ccc;
  margin-top: 43px;
  padding-top: 43px;
}
@media print, screen and (max-width: 767px) {
  .section04 .course_list_item:nth-of-type(2), .section04 .course_list_item:nth-of-type(3), .section04 .course_list_item:nth-of-type(4) {
    margin-top: 40px;
    padding-top: 40px;
  }
}
.section04 .course_list_item_img {
  width: 480px;
}
@media print, screen and (max-width: 960px) and (min-width: 768px) {
  .section04 .course_list_item_img {
    width: 350px;
  }
}
@media print, screen and (max-width: 767px) {
  .section04 .course_list_item_img {
    width: 100%;
  }
}
.section04 .course_list_item_img img {
  border-radius: 10px;
}
.section04 .course_list_item_txt {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.section04 .course_list_item_txt .level span {
  border: 1px solid #00a3b1;
  border-radius: 999px;
  color: #00a3b1;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4;
  margin-right: 12px;
  padding: 3px 20px 1px;
  width: -moz-fit-content;
  width: fit-content;
}
@media print, screen and (max-width: 767px) {
  .section04 .course_list_item_txt .level span {
    font-size: 12px;
    padding: 3px 15px 1px;
  }
}
.section04 .course_list_item_txt .subttl {
  margin-top: 13px;
  margin-bottom: 3px;
}
@media print, screen and (max-width: 767px) {
  .section04 .course_list_item_txt .subttl {
    margin-top: 9px;
    margin-bottom: 0;
    font-size: 14px;
  }
}
.section04 .course_list_item_txt .ttl {
  font-size: 32px;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
}
@media print, screen and (max-width: 960px) {
  .section04 .course_list_item_txt .ttl {
    margin-bottom: 20px;
  }
}
@media print, screen and (max-width: 767px) {
  .section04 .course_list_item_txt .ttl {
    font-size: 24px;
  }
}
.section04 .course_list_item_txt .txt {
  line-height: 1.6;
}
@media print, screen and (max-width: 767px) {
  .section04 .course_list_item_txt .txt {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
.section04 .course_list_item_txt .link {
  color: #1c4e6a;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-weight: bold;
  gap: 15px;
  margin-top: auto;
  position: relative;
  transition: opacity 0.3s ease;
}
.section04 .course_list_item_txt .link:hover {
  opacity: 0.5;
}
@media print, screen and (max-width: 767px) {
  .section04 .course_list_item_txt .link {
    font-size: 12px;
    gap: 10px;
  }
}
.section04 .course_list_item_txt .link::after {
  background-image: url(../../img/renew/top/icon_arrow_01.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 40px;
  width: 40px;
}
@media print, screen and (max-width: 767px) {
  .section04 .course_list_item_txt .link::after {
    height: 30px;
    width: 30px;
  }
}

.section05 .section_ttl {
  margin-bottom: 15px;
  text-align: left;
}
@media print, screen and (max-width: 767px) {
  .section05 .section_ttl {
    margin-bottom: 20px;
  }
}
.section05 .section_ttl02 {
  letter-spacing: 0.05em;
  margin-bottom: 40px;
  padding: 7px 5px 5px;
}
@media print, screen and (max-width: 992px) {
  .section05 .section_ttl02 {
    margin-bottom: 20px;
  }
}
@media print, screen and (max-width: 767px) {
  .section05 .section_ttl02 {
    margin-bottom: 30px;
  }
}
.section05_txt_contents {
  background: linear-gradient(-45deg, #e9f4ff, #e5fbf3);
}
@media print, screen and (min-width: 961px) {
  .section05_txt_contents_inr {
    display: flex;
    align-items: center;
    margin: 0 auto;
    min-height: 500px;
    max-width: 1920px;
    overflow: hidden;
    padding: 70px 0;
    position: relative;
    width: 100%;
  }
}
@media print, screen and (max-width: 960px) {
  .section05_txt_contents_inr {
    display: flex;
    flex-direction: column;
  }
}
@media print, screen and (max-width: 960px) {
  .section05_txt_contents_inr .inr {
    padding: 40px 20px;
  }
}
@media print, screen and (max-width: 960px) and (min-width: 768px) {
  .section05_txt_contents_inr .inr {
    max-width: 740px;
  }
}
@media print, screen and (max-width: 768px) and (min-width: 540px) {
  .section05_txt_contents_inr .inr {
    max-width: 540px;
  }
}
@media print, screen and (max-width: 767px) {
  .section05_txt_contents_inr .inr .txt {
    font-size: 14px;
  }
}
@media print, screen and (min-width: 961px) {
  .section05_txt_contents_img {
    margin-left: auto;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 50%;
  }
}
@media print, screen and (max-width: 1099px) and (min-width: 961px) {
  .section05_txt_contents_img {
    width: 43%;
  }
}
@media print, screen and (min-width: 961px) {
  .section05_txt_contents_img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    width: auto;
    max-width: none;
  }
}
.section05_txt_contents.shuffle .section_ttl02 {
  padding: 7px 40px 5px;
  width: -moz-fit-content;
  width: fit-content;
}
@media print, screen and (min-width: 961px) {
  .section05_txt_contents.shuffle .section05_txt_contents_img {
    margin-left: 0;
  }
  .section05_txt_contents.shuffle .txt_area {
    margin-left: auto;
    max-width: 533px;
    width: 100%;
  }
}
@media print, screen and (min-width: 961px) and (max-width: 1199px) {
  .section05_txt_contents.shuffle .section_ttl02 {
    font-size: 22px;
  }
  .section05_txt_contents.shuffle .txt_area {
    max-width: 480px;
  }
}

/* タブ：スマホのみ */
@media screen and (min-width: 768px) {
  .tab_content {
    display: block !important;
  }
  .tab_list {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .tab_content {
    display: none;
  }
  .tab_content.active {
    display: block;
  }
}
@media print, screen and (min-width: 768px) {
  .tab_wrapper {
    display: flex;
    justify-content: space-between;
    gap: 100px;
    margin-top: 145px;
  }
}
@media print, screen and (max-width: 1240px) {
  .tab_wrapper {
    margin-right: auto;
    margin-left: auto;
  }
}
@media print, screen and (max-width: 1240px) and (min-width: 1000px) {
  .tab_wrapper {
    width: 960px;
  }
}
@media print, screen and (max-width: 999px) and (min-width: 768px) {
  .tab_wrapper {
    width: 700px;
  }
}
@media print, screen and (max-width: 767px) and (min-width: 540px) {
  .tab_wrapper {
    max-width: 540px;
    width: 100%;
  }
}
@media print, screen and (max-width: 767px) {
  .tab_wrapper {
    padding-top: 80px;
  }
}

@media print, screen and (max-width: 767px) {
  .tab_list {
    display: flex;
    padding: 0 20px;
    margin-bottom: 40px;
  }
}
@media print, screen and (max-width: 767px) {
  .tab_list .tab_item {
    border-bottom: 3px solid #d9e7ef;
    color: #a2acb2;
    font-weight: bold;
    padding-bottom: 10px;
    text-align: center;
    width: 50%;
  }
}
@media print, screen and (max-width: 767px) {
  .tab_list .tab_item.active {
    border-color: #1c4e6a;
    color: #1c4e6a;
    position: relative;
  }
  .tab_list .tab_item.active::after {
    content: "";
    display: block;
    height: 0;
    margin-left: -7px;
    position: absolute;
    bottom: -12px;
    left: 50%;
    border-style: solid;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-top: 11px solid #1c4e6a;
    border-bottom: 0;
    width: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .tab_content {
    position: relative;
    width: 50%;
  }
}
.tab_content.sched_cont {
  background-color: #edf7fb;
  padding: 40px 20px 30px;
}
.tab_content.sched_cont.holiday {
  background-color: #f2fbfb;
}

.sched_cont_ttl {
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}
@media print, screen and (min-width: 1000px) {
  .sched_cont_ttl {
    font-size: 28px;
    margin-bottom: 30px;
  }
}
.sched_cont_subttl {
  color: #fff;
  background-color: #064a9b;
  font-weight: bold;
  margin-bottom: 7px;
  padding: 5px 15px;
}
@media print, screen and (min-width: 768px) {
  .sched_cont_subttl {
    font-size: 18px;
    position: relative;
  }
  .sched_cont_subttl::after {
    background-image: url(../../img/renew/top/sched_cont_subttl_parts.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    height: 3px;
    position: absolute;
    top: 18px;
    right: -40px;
    width: 50px;
  }
}
@media print, screen and (max-width: 999px) {
  .sched_cont_subttl {
    font-size: 14px;
  }
  .sched_cont_subttl::after {
    top: 17px;
  }
}
.sched_cont_subttl span {
  display: inline-block;
  margin-right: 20px;
}
@media print, screen and (min-width: 768px) {
  .sched_cont_subttl span {
    background-color: #064a9b;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: normal;
    margin-right: 0;
    line-height: 1;
    padding: 5px;
    position: absolute;
    right: -103px;
    width: 64px;
  }
}
@media print, screen and (max-width: 999px) and (min-width: 768px) {
  .sched_cont_subttl span {
    top: 5px;
  }
}
@media print, screen and (min-width: 768px) {
  .sched_cont_subttl.time_0750 {
    margin-top: 38px;
  }
}
@media print and (max-width: 1240px) and (min-width: 1000px), screen and (min-width: 768px) and (max-width: 1240px) and (min-width: 1000px) {
  .sched_cont_subttl.time_1800 {
    margin-top: 41px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 999px) and (min-width: 768px) {
  .sched_cont_subttl.time_1800 {
    margin-top: 112px;
  }
}
@media print, screen and (min-width: 768px) {
  .sched_cont_subttl.time_h_0700 {
    margin-top: 68px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 999px) and (min-width: 768px) {
  .sched_cont_subttl.time_h_0700 {
    margin-top: 56px;
  }
}
@media print, screen and (min-width: 768px) {
  .sched_cont_subttl.time_h_0700 span {
    right: auto;
    left: -101px;
  }
  .sched_cont_subttl.time_h_0800 {
    margin-top: 45px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 999px) and (min-width: 768px) {
  .sched_cont_subttl.time_h_0800 {
    margin-top: 41px;
  }
}
@media print, screen and (min-width: 768px) {
  .sched_cont_subttl.time_h_0800 span {
    display: none;
  }
  .sched_cont_subttl.time_h_1200 {
    margin-top: 114px;
  }
}
@media print and (max-width: 1240px) and (min-width: 1000px), screen and (min-width: 768px) and (max-width: 1240px) and (min-width: 1000px) {
  .sched_cont_subttl.time_h_1200 {
    margin-top: 201px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 999px) and (min-width: 768px) {
  .sched_cont_subttl.time_h_1200 {
    margin-top: 240px;
  }
}
@media print, screen and (min-width: 768px) {
  .sched_cont_subttl.time_h_1200 span {
    right: auto;
    left: -101px;
  }
  .sched_cont_subttl.time_h_1800 {
    margin-top: 33px;
  }
}
@media print and (max-width: 1240px) and (min-width: 1000px), screen and (min-width: 768px) and (max-width: 1240px) and (min-width: 1000px) {
  .sched_cont_subttl.time_h_1800 {
    margin-top: 0;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 999px) and (min-width: 768px) {
  .sched_cont_subttl.time_h_1800 {
    margin-top: 45px;
  }
}
@media print, screen and (min-width: 768px) {
  .sched_cont_subttl.time_h_1800 span {
    display: none;
  }
}
@media print and (max-width: 1240px) and (min-width: 1000px), screen and (min-width: 768px) and (max-width: 1240px) and (min-width: 1000px) {
  .sched_cont_subttl.time_h_1815 {
    margin-top: 86px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 999px) and (min-width: 768px) {
  .sched_cont_subttl.time_h_1815 {
    margin-top: 136px;
  }
}
@media print, screen and (min-width: 768px) {
  .sched_cont_subttl.time_h_1815 span {
    display: none;
  }
  .sched_cont_subttl.time_h_2000 {
    margin-top: 50px;
  }
  .sched_cont_subttl.time_h_2000 span {
    right: auto;
    left: -101px;
  }
  .sched_cont_subttl.time_h_2230 {
    margin-top: 7px;
  }
  .sched_cont_subttl.time_h_2230 span {
    right: auto;
    left: -101px;
  }
}
.sched_cont_box {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 15px;
  margin-top: 25px;
  margin-bottom: 25px;
}
@media print, screen and (min-width: 768px) {
  .sched_cont_box {
    gap: 20px;
  }
}
@media print, screen and (max-width: 767px) {
  .sched_cont_box {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.sched_cont_box_img {
  width: 31.3%;
}
.sched_cont_box_txt {
  display: flex;
  flex-direction: column;
  width: 65%;
}
.sched_cont_box_txt .ttl {
  font-weight: bold;
  margin-bottom: 5px;
}
@media print, screen and (min-width: 1000px) {
  .sched_cont_box_txt .ttl {
    font-size: 18px;
  }
}
.sched_cont_box_txt .txt {
  font-size: 12px;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 1000px) {
  .sched_cont_box_txt .txt {
    font-size: 14px;
  }
}
.sched_cont_box_txt .link {
  color: #064a9b;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 5px;
  font-size: 14px;
  margin-top: auto;
  transition: opacity 0.3s ease;
}
.sched_cont_box_txt .link:hover {
  opacity: 0.5;
}
.sched_cont_box_txt .link::after {
  background-image: url(../../img/renew/top/icon_arrow_05.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 16px;
  width: 16px;
}
.sched_cont_box.pattern01 {
  margin-top: 10px;
}
@media print, screen and (min-width: 768px) {
  .sched_cont_box.pattern01 {
    margin-top: 15px;
  }
}
.sched_cont_box.pattern01 .sched_cont_box_txt {
  padding-top: 5px;
}
.sched_cont_img_list {
  margin-top: 25px;
  margin-bottom: 25px;
}
@media print, screen and (max-width: 767px) {
  .sched_cont_img_list {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.sched_cont_img_list.clm2 {
  margin-top: 10px;
}
@media print, screen and (max-width: 767px) {
  .sched_cont_img_list.clm2 {
    margin-bottom: 20px;
  }
}
.sched_cont.holiday .sched_cont_inr {
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .sched_cont.holiday .sched_cont_inr::before {
    background-color: #1c4e6a;
    content: "";
    height: 100%;
    position: absolute;
    top: -20px;
    left: -70px;
    width: 2px;
    z-index: -1;
  }
}
.sched_cont.holiday .sched_cont_subttl {
  background-color: #00a3b1;
}
.sched_cont.holiday .sched_cont_subttl::after {
  right: auto;
  left: -42px;
  width: 40px;
}
.sched_cont.holiday .sched_cont_box_txt .link {
  color: #00a3b1;
}
.sched_cont.holiday .sched_cont_box_txt .link::after {
  background-image: url(../../img/renew/top/icon_arrow_02.png);
}

/* タブ：入れ子 */
.parent_tab_container {
  margin-bottom: 60px;
}
@media print, screen and (max-width: 767px) {
  .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;
  }
}
@media print, screen and (max-width: 767px) {
  .parent_tab_list {
    margin-right: auto;
    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;
}

.child_tab_list {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
@media print, screen and (max-width: 767px) {
  .child_tab_list {
    margin-top: 25px;
  }
}

.child_tab_item {
  border-bottom: 4px solid #ebf4f9;
  color: #a2acb2;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
  padding: 20px;
  width: 320px;
}
@media print, screen and (max-width: 767px) {
  .child_tab_item {
    font-size: 12px;
    padding: 10px 0;
  }
}
.child_tab_item.active {
  border-color: #1c4e6a;
  color: #1c4e6a;
}

.child_tab_content {
  padding-top: 50px;
}
@media print, screen and (max-width: 767px) {
  .child_tab_content {
    padding-top: 30px;
  }
}
.child_tab_content_cap {
  color: #1c4e6a;
  font-size: 12px;
  margin-top: 20px;
}

.section06 {
  background: linear-gradient(-90deg, #e9f4ff, #e5fbf3);
  padding: 60px 0;
}
@media print, screen and (max-width: 767px) {
  .section06 {
    padding: 40px 0 60px;
  }
}
.section06 .section_ttl.en_bg {
  margin-bottom: 50px;
  padding-top: 55px;
}
@media print, screen and (max-width: 767px) {
  .section06 .section_ttl.en_bg {
    margin-bottom: 40px;
    padding-top: 32px;
  }
}
.section06 .section_ttl.en_bg::after {
  background-image: url(../../img/renew/top/section06_en_bg.png);
  height: 77px;
  margin-left: -114px;
  width: 228px;
}
@media print, screen and (max-width: 767px) {
  .section06 .section_ttl.en_bg::after {
    height: 46px;
    margin-left: -68.5px;
    width: 137px;
  }
}
.section06 .voice_list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
@media print, screen and (max-width: 999px) and (min-width: 768px) {
  .section06 .voice_list {
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
    margin-right: auto;
    margin-left: auto;
    max-width: 700px;
    width: 100%;
  }
}
.section06 .voice_list_item {
  width: 31.7%;
}
@media print, screen and (max-width: 999px) and (min-width: 768px) {
  .section06 .voice_list_item {
    width: calc(50% - 20px);
  }
}
.section06 .voice_list_card {
  background-color: #fff;
  border-radius: 40px 40px 40px 0;
  padding: 40px 30px 30px;
}
@media print, screen and (max-width: 767px) {
  .section06 .voice_list_card {
    border-radius: 34px 34px 34px 0;
    padding: 30px 25px 20px;
  }
}
.section06 .voice_list_card .satisfaction {
  color: #1c4e6a;
  font-size: 14px;
  flex: 1;
  text-align: center;
}
@media print, screen and (max-width: 767px) {
  .section06 .voice_list_card .satisfaction {
    flex: none;
    font-size: 12px;
    width: 100px;
  }
}
.section06 .voice_list_card .satisfaction span {
  background-color: #00a3b1;
  border-radius: 999px;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  padding: 3px;
  width: 98px;
}
@media print, screen and (max-width: 767px) {
  .section06 .voice_list_card .satisfaction span {
    width: 84px;
  }
}
.section06 .voice_list_card .satisfaction strong {
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  font-weight: 500;
}
@media print, screen and (max-width: 767px) {
  .section06 .voice_list_card .satisfaction strong {
    font-size: 30px;
  }
}
.section06 .voice_list_card .satisfaction_img {
  width: 180px;
}
.section06 .voice_list_card .link {
  color: #00a3b1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  transition: opacity 0.3s ease;
}
.section06 .voice_list_card .link:hover {
  opacity: 0.5;
}
@media print, screen and (max-width: 767px) {
  .section06 .voice_list_card .link {
    font-size: 14px;
  }
}
.section06 .voice_list_card .link::after {
  background-image: url(../../img/renew/top/icon_arrow_02.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 18px;
  width: 18px;
}
@media print, screen and (max-width: 767px) {
  .section06 .voice_list_card .link::after {
    height: 16px;
    width: 16px;
  }
}
.section06 .voice_list_inr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 25px;
}
@media print, screen and (max-width: 767px) {
  .section06 .voice_list_inr {
    justify-content: center;
    gap: 25px;
    margin-bottom: 20px;
  }
}
.section06 .voice_list_txt {
  border-top: 1px solid #ccc;
  color: #1c4e6a;
  margin-bottom: 20px;
  padding-top: 25px;
}
@media print, screen and (max-width: 767px) {
  .section06 .voice_list_txt {
    padding-top: 20px;
  }
}
@media print, screen and (max-width: 767px) {
  .section06 .voice_list_txt p {
    font-size: 14px;
  }
}
.section06 .voice_list_people {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
}
@media print, screen and (max-width: 767px) {
  .section06 .voice_list_people {
    margin-top: 15px;
    gap: 15px;
  }
}
.section06 .voice_list_people img {
  display: inline-block;
  width: 60px;
}
@media print, screen and (max-width: 767px) {
  .section06 .voice_list_people img {
    width: 52px;
  }
}
.section06 .voice_list_people p {
  color: #1c4e6a;
  font-size: 18px;
  font-weight: bold;
}
@media print, screen and (max-width: 767px) {
  .section06 .voice_list_people p {
    font-size: 16px;
  }
}

.section07 {
  padding-top: 80px;
  padding-bottom: 60px;
}
@media print, screen and (max-width: 767px) {
  .section07 {
    padding-top: 60px;
    padding-bottom: 0;
  }
}
.section07 .section_ttl.en_bg {
  margin-bottom: 50px;
  padding-top: 55px;
}
@media print, screen and (max-width: 767px) {
  .section07 .section_ttl.en_bg {
    margin-bottom: 40px;
    padding-top: 35px;
  }
}
.section07 .section_ttl.en_bg::after {
  background-image: url(../../img/renew/top/section07_en_bg.png);
  height: 115px;
  margin-left: -103.5px;
  width: 207px;
}
@media print, screen and (max-width: 767px) {
  .section07 .section_ttl.en_bg::after {
    height: 69px;
    margin-left: -62px;
    width: 124px;
  }
}
.section07 .leadtxt {
  color: #1c4e6a;
  margin-bottom: 75px;
  text-align: center;
}
@media print, screen and (max-width: 767px) {
  .section07 .leadtxt {
    font-size: 14px;
    margin-bottom: 40px;
  }
}
@media print, screen and (min-width: 768px) {
  .section07 .step_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 80px;
  }
}
@media print, screen and (max-width: 999px) and (min-width: 768px) {
  .section07 .step_list {
    -moz-column-gap: 40px;
         column-gap: 40px;
    margin-right: auto;
    margin-left: auto;
    max-width: 700px;
    width: 100%;
  }
}
.section07 .step_list_item {
  height: auto;
  width: 30.8%;
}
@media print, screen and (max-width: 999px) and (min-width: 768px) {
  .section07 .step_list_item {
    width: calc(50% - 20px);
  }
}
.section07 .step_list_item:nth-of-type(1), .section07 .step_list_item:nth-of-type(2), .section07 .step_list_item:nth-of-type(3), .section07 .step_list_item:nth-of-type(4), .section07 .step_list_item:nth-of-type(5) {
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .section07 .step_list_item:nth-of-type(1)::after, .section07 .step_list_item:nth-of-type(2)::after, .section07 .step_list_item:nth-of-type(3)::after, .section07 .step_list_item:nth-of-type(4)::after, .section07 .step_list_item:nth-of-type(5)::after {
    background-image: url(../../img/renew/top/icon_arrow_03.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 17px;
    margin-top: -8.5px;
    position: absolute;
    top: 50%;
    right: -33px;
    width: 19px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 999px) {
  .section07 .step_list_item:nth-of-type(1)::after, .section07 .step_list_item:nth-of-type(2)::after, .section07 .step_list_item:nth-of-type(3)::after, .section07 .step_list_item:nth-of-type(4)::after, .section07 .step_list_item:nth-of-type(5)::after {
    right: -30px;
  }
}
@media print, screen and (max-width: 999px) and (min-width: 768px) {
  .section07 .step_list_item:nth-of-type(1):nth-of-type(2)::after, .section07 .step_list_item:nth-of-type(1):nth-of-type(4)::after, .section07 .step_list_item:nth-of-type(2):nth-of-type(2)::after, .section07 .step_list_item:nth-of-type(2):nth-of-type(4)::after, .section07 .step_list_item:nth-of-type(3):nth-of-type(2)::after, .section07 .step_list_item:nth-of-type(3):nth-of-type(4)::after, .section07 .step_list_item:nth-of-type(4):nth-of-type(2)::after, .section07 .step_list_item:nth-of-type(4):nth-of-type(4)::after, .section07 .step_list_item:nth-of-type(5):nth-of-type(2)::after, .section07 .step_list_item:nth-of-type(5):nth-of-type(4)::after {
    display: none;
  }
}
@media print, screen and (min-width: 1000px) {
  .section07 .step_list_item:nth-of-type(3)::after {
    display: none;
  }
}
.section07 .step_list_card {
  border-radius: 0 40px 0 40px;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
  color: #1c4e6a;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 40px 40px 45px;
  position: relative;
}
@media print, screen and (max-width: 767px) {
  .section07 .step_list_card {
    padding: 30px;
  }
}
.section07 .step_list_card .num {
  background-color: #00a3b1;
  border-radius: 999px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  height: 64px;
  line-height: 1;
  margin-top: -32px;
  margin-left: -32px;
  position: absolute;
  top: 0;
  left: 50%;
  width: 64px;
}
@media print, screen and (max-width: 767px) {
  .section07 .step_list_card .num {
    height: 48px;
    font-size: 18px;
    margin-top: -24px;
    margin-left: -24px;
    width: 48px;
  }
}
.section07 .step_list_card img {
  display: block;
  margin: 0 auto;
  width: 140px;
}
@media print, screen and (max-width: 767px) {
  .section07 .step_list_card img {
    width: 105px;
  }
}
.section07 .step_list_card .ttl {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  margin-top: 10px;
  margin-bottom: 20px;
  text-align: center;
}
@media print, screen and (max-width: 767px) {
  .section07 .step_list_card .ttl {
    font-size: 15px;
  }
}
.section07 .step_list_card .ttl small {
  font-size: 16px;
  font-weight: normal;
}
@media print, screen and (max-width: 767px) {
  .section07 .step_list_card .ttl small {
    font-size: 12px;
  }
}
@media print, screen and (max-width: 767px) {
  .section07 .step_list_card .txt {
    font-size: 14px;
  }
}

.section08 {
  padding-top: 60px;
}
.section08 .section_ttl.en_bg {
  margin-bottom: 50px;
  padding-top: 75px;
}
@media print, screen and (max-width: 767px) {
  .section08 .section_ttl.en_bg {
    margin-bottom: 40px;
    padding-top: 40px;
  }
}
.section08 .section_ttl.en_bg::after {
  background-image: url(../../img/renew/top/section08_en_bg.png);
  height: 115px;
  margin-left: -121px;
  width: 242px;
}
@media print, screen and (max-width: 767px) {
  .section08 .section_ttl.en_bg::after {
    height: 47px;
    margin-left: -72.5px;
    width: 145px;
  }
}
.section08 .leadtxt {
  margin-bottom: 60px;
  text-align: center;
}
@media print, screen and (max-width: 767px) {
  .section08 .leadtxt {
    font-size: 14px;
    margin-bottom: 40px;
  }
}
.section08 .tab_cap {
  font-size: 12px;
  margin-bottom: 20px;
  text-align: center;
}
@media print, screen and (max-width: 767px) {
  .section08 .tab_cap {
    margin-bottom: 15px;
  }
}

.table01 {
  border-bottom: 1px solid #d9d9d9;
  width: 100%;
}
.table01 thead th {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  background-color: #ebf4f9;
  padding: 10px;
}
@media print, screen and (max-width: 767px) {
  .table01 thead th {
    font-size: 12px;
    line-height: 1.4;
    padding: 8px;
  }
}
.table01 thead th.type {
  background-color: #00a3b1;
  color: #fff;
}
.table01 thead th.type sub {
  top: -5px;
}
.table01 tbody th,
.table01 tbody td {
  border-right: 1px solid #d9d9d9;
  border-left: 1px solid #d9d9d9;
  font-size: 14px;
  padding: 10px;
  text-align: center;
}
@media print, screen and (max-width: 767px) {
  .table01 tbody th,
  .table01 tbody td {
    font-size: 10px;
    padding: 8px 0;
  }
}
.table01 tbody th.bg-gr,
.table01 tbody td.bg-gr {
  background-color: #f5f5f5;
}
.table01 tbody th .en,
.table01 tbody td .en {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 20px;
}
@media print, screen and (max-width: 767px) {
  .table01 tbody th .en,
  .table01 tbody td .en {
    font-size: 14px;
  }
}

.table {
  width: 100%;
}
.table .w57 {
  width: 57px;
}
.table .w260 {
  width: 260px;
}
@media print, screen and (max-width: 767px) {
  .table .w260 {
    width: 90px;
  }
}
.table .w940 {
  width: calc(100% - 260px);
}
@media print, screen and (max-width: 767px) {
  .table .w940 {
    width: calc(100% - 90px);
  }
}
.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%;
  }
}
.table th {
  background-color: #00a3b1;
  border-bottom: 1px solid #ccc;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 10px;
  word-break: break-all;
}
@media print, screen and (max-width: 992px) {
  .table th {
    font-size: 14px;
  }
}
.table th.holiday {
  background-color: #adadad;
}
.table th.border_b_none {
  border-bottom: none;
}
.table td {
  border-bottom: 1px solid #ccc;
  font-size: 14px;
  padding: 10px;
  word-break: break-all;
}
.table td.bg_color {
  background-color: #f2fbfb;
}
.table td.holiday {
  background-color: #f2f2f2;
}
.table td.border_b_none {
  border-bottom: none;
}
.table.table_basic01 th {
  background-color: #064a9b;
}
.table.table_basic01 td.bg_color {
  background-color: #edf7fb;
}
.table.table_basic02 {
  border: 1px solid #d9d9d9;
}
.table.table_basic02 thead th {
  background-color: #00a3b1;
  border-right: 1px solid #d9d9d9;
  border-bottom: none;
  color: #fff;
  font-size: 16px;
}
@media print, screen and (max-width: 767px) {
  .table.table_basic02 thead th {
    font-size: 12px;
    padding: 8px 5px;
  }
}
.table.table_basic02 th,
.table.table_basic02 td {
  background-color: #fff;
  border-right: 1px solid #d9d9d9;
  border-bottom: none;
  color: #1c4e6a;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
@media print, screen and (max-width: 767px) {
  .table.table_basic02 th,
  .table.table_basic02 td {
    font-size: 10px;
    padding: 8px 1px;
  }
}
.table.table_basic02 th.bg_color_blue,
.table.table_basic02 td.bg_color_blue {
  background-color: #edf7fb;
  color: #1c4e6a;
}
.table.table_basic02 th.bg_color_gray,
.table.table_basic02 td.bg_color_gray {
  background-color: #f5f5f5;
  color: #1c4e6a;
}
.table.table_basic02 td.en {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 20px;
}
@media print, screen and (max-width: 767px) {
  .table.table_basic02 td.en {
    font-size: 14px;
  }
}
.table.volume th,
.table.volume td {
  padding: 12px 20px;
}
.table.volume02 th {
  padding: 30px 10px;
}
@media print, screen and (max-width: 767px) {
  .table.volume02 th {
    letter-spacing: 0.1em;
    padding: 10px;
  }
}
.table.volume02 td {
  padding: 25px;
}
@media print, screen and (max-width: 767px) {
  .table.volume02 td {
    padding: 20px;
  }
}
@media print, screen and (max-width: 767px) {
  .table.sp-table-block th,
  .table.sp-table-block td {
    display: block;
  }
}
.table.border th,
.table.border td {
  border: 1px solid #ccc;
}
@media print, screen and (max-width: 767px) {
  .table.table_recruit th {
    padding: 12px;
    width: 80px;
  }
}

.col_w13 {
  width: 13.3%;
}

.col_w20 {
  width: 20%;
}

.col_w25 {
  width: 25%;
}

.col_w26 {
  width: 26.6%;
}

.col_w40 {
  width: 40%;
}

/* アコーディオン */
.accordion_area {
  margin-bottom: 70px;
}
@media print, screen and (max-width: 767px) {
  .accordion_area {
    margin-bottom: 40px;
  }
}
@media print, screen and (max-width: 999px) and (min-width: 768px) {
  .accordion_area {
    margin-right: auto;
    margin-left: auto;
    max-width: 700px;
    width: 100%;
  }
}

.accordion_item {
  margin-bottom: 20px;
  border-radius: 10px;
  overflow: hidden;
}
@media print, screen and (max-width: 767px) {
  .accordion_item {
    border-radius: 8px;
    margin-bottom: 16px;
  }
}

.accordion_header {
  background-color: #fff;
  padding: 30px 45px 30px 110px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  font-weight: bold;
  font-size: 20px;
  position: relative;
}
@media print, screen and (max-width: 767px) {
  .accordion_header {
    font-size: 14px;
    gap: 15px;
    padding: 20px 25px 20px 65px;
  }
}

.accordion_icon_q,
.accordion_icon_a {
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  font-weight: 500;
  margin-top: -28px;
  position: absolute;
  top: 50%;
  left: 45px;
}
@media print, screen and (max-width: 767px) {
  .accordion_icon_q,
  .accordion_icon_a {
    font-size: 24px;
    left: 20px;
  }
}

.accordion_icon_q {
  color: #00a3b1;
}
@media print, screen and (max-width: 767px) {
  .accordion_icon_q {
    margin-top: -20px;
  }
}

.accordion_icon_a {
  color: #a2acb2;
  margin-top: 0;
  top: -13px;
}
@media print, screen and (max-width: 767px) {
  .accordion_icon_a {
    top: -5px;
  }
}

.accordion_icon::before {
  background-image: url(../../img/renew/top/icon_arrow_06.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 12px;
  transition: transform 0.3s ease;
  width: 20px;
}
@media print, screen and (max-width: 767px) {
  .accordion_icon::before {
    height: 13px;
    width: 13px;
  }
}

.accordion_header.is_active .accordion_icon::before {
  transform: rotate(180deg);
}

.accordion_content {
  background-color: #fff;
  display: none;
  padding: 0 45px 30px 110px;
  position: relative;
}
@media print, screen and (max-width: 767px) {
  .accordion_content {
    padding: 0 25px 20px 65px;
  }
}
@media print, screen and (max-width: 767px) {
  .accordion_content p {
    font-size: 14px;
  }
}

.section09 {
  background: linear-gradient(-90deg, #e9f4ff, #e5fbf3);
  padding: 60px 0;
}
@media print, screen and (max-width: 767px) {
  .section09 {
    padding: 40px 0 60px;
  }
}
.section09 .section_ttl.en_bg {
  padding-top: 60px;
}
@media print, screen and (max-width: 767px) {
  .section09 .section_ttl.en_bg {
    padding-top: 33px;
  }
}
.section09 .section_ttl.en_bg::after {
  background-image: url(../../img/renew/top/section09_en_bg.png);
  height: 100px;
  margin-left: -107.5px;
  width: 215px;
}
@media print, screen and (max-width: 767px) {
  .section09 .section_ttl.en_bg::after {
    height: 60px;
    margin-left: -64.5px;
    width: 129px;
  }
}

.section10 {
  padding: 80px 0;
}
@media print, screen and (max-width: 767px) {
  .section10 {
    padding: 70px 0 80px;
  }
}
.section10 .section_ttl.en_bg {
  padding-top: 40px;
}
@media print, screen and (max-width: 767px) {
  .section10 .section_ttl.en_bg {
    padding-top: 25px;
  }
}
.section10 .section_ttl.en_bg::after {
  background-image: url(../../img/renew/top/section10_en_bg.png);
  height: 65px;
  margin-left: -118px;
  width: 236px;
}
@media print, screen and (max-width: 767px) {
  .section10 .section_ttl.en_bg::after {
    height: 39px;
    margin-left: -71px;
    width: 142px;
  }
}
.section10 .news_list {
  border-top: 1px solid #ccc;
  max-width: 960px;
  margin: 0 auto;
  width: 100%;
}
@media print, screen and (max-width: 960px) {
  .section10 .news_list {
    max-width: 700px;
  }
}
.section10 .news_list_item {
  border-bottom: 1px solid #ccc;
}
.section10 .news_list_item a {
  display: block;
  padding: 20px;
  transition: opacity 0.3s ease;
}
.section10 .news_list_item a:hover {
  opacity: 0.5;
}
@media print, screen and (max-width: 767px) {
  .section10 .news_list_item a {
    padding: 15px;
  }
}
.section10 .news_list_item .date {
  color: #a2acb2;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 5px;
}
@media print, screen and (max-width: 767px) {
  .section10 .news_list_item .date {
    font-size: 14px;
  }
}
.section10 .news_list_item .date .new {
  background-color: #f56531;
  border-radius: 2px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  margin-left: 13px;
  padding: 4px 7px 3px;
}
@media print, screen and (max-width: 767px) {
  .section10 .news_list_item .date .new {
    font-size: 10px;
    padding: 3px 5px 2px;
  }
}
.section10 .news_list_item .txt {
  font-size: 18px;
  font-weight: bold;
}
@media print, screen and (max-width: 767px) {
  .section10 .news_list_item .txt {
    font-size: 14px;
  }
}

/* 2603.column */
.section-column {
  padding: 60px 0;
}

.section-column .section_ttl.en_bg::after {
  background-image: url(../../img/renew/top/sectioncolumn_en_bg.png);
  height: 120px;
  margin-left: -165.5px;
  width: 330px;
}

.section-column .column-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 60px;
}

.section-column .c-post {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  max-width: 380px;
  border-radius: 10px;
  margin: 1% 0.8%;
  padding: 20px;
  box-sizing: border-box;
  width: 31%;
  background: #fff;
}

.section-column .c-post a:hover {
  opacity: 0.7;
}

.section-column .c-post img {
  max-width: 340px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  width: 100%;
}

.section-column p.c-time {
  background: url("../img/ico-time.png") no-repeat left center;
  background-size: 16px;
  color: #808080;
  font-size: 12px;
  padding-left: 20px;
  line-height: 16px;
  margin: 10px 0;
}

.section-column .c-post h2 {
  font-size: 18px;
  color: #1C4E6A;
}

@media only screen and (max-width: 960px) {
  .section-column .c-post {
    width: calc(33.3333333333% - 12.5px);
  }
  .section-column .c-post h2 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .section-column .section_ttl.en_bg::after {
    height: 47px;
    margin-left: -72.5px;
    width: 145px;
  }
  .section-column .column-list {
    gap: 20px 15px;
    justify-content: center;
  }
  .section-column .c-post {
    width: 47%;
  }
}
@media only screen and (max-width: 576px) {
  .section-column .c-post {
    width: 100%;
  }
}/*# sourceMappingURL=top-style.css.map */