@charset "UTF-8";
.lp_toride .pc {
  display: block !important;
}
.lp_toride .sp {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .lp_toride .pc {
    display: none !important;
  }
  .lp_toride .sp {
    display: block !important;
  }
}
.lp_toride section .inner {
  width: min(1000px, 100vw - 24px);
  margin: 0 auto;
  max-width: 100%;
}
.lp_toride figure {
  text-align: center;
  margin: 0 auto 1.5em;
  line-height: 0;
}
.lp_toride figure img {
  line-height: 1;
  max-width: 100%;
  margin: 0 auto;
}
.lp_toride figure:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .lp_toride figure {
    margin-bottom: 10px;
  }
}
.lp_toride p {
  font-size: clamp(16px, 4.3vw, 18px);
  line-height: 1.5em;
}
.lp_toride p + p {
  margin-top: 1.5em;
}
.lp_toride .mb0 {
  margin-bottom: 0 !important;
}
.lp_toride .t_c {
  text-align: center;
}
.lp_toride .t_l {
  text-align: left;
}
.lp_toride .t_r {
  text-align: right;
}
.lp_toride .t_sml {
  font-size: 80%;
}

.sec_mv {
  background-color: #fff;
  padding-bottom: 1%;
  position: relative;
}
.sec_mv .logo {
  position: absolute;
  inset: 2% 0 0;
  margin: 0 auto auto;
  width: 46%;
}
.sec_mv figure img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .sec_mv .logo {
    width: 70%;
  }
}

.menu {
  display: flex;
  gap: 1.5%;
  margin: 0 auto 3%;
  max-width: 1255px;
}
.menu a {
  width: calc(94% / 5);
}
.menu a img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .menu {
    flex-flow: wrap;
    justify-content: center;
  }
  .menu a {
    width: calc(94% / 3);
  }
}

.sec_1 {
  background: #089ad5 url(../img/bg_01.jpg) no-repeat center top;
  padding: 0 0 4%;
}
.sec_1 p {
  color: #fff;
}
.sec_1 .interview {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10%;
  margin-top: 40px;
}
.sec_1 .interview .item {
  width: 45%;
  position: relative;
}
.sec_1 .interview .item .txt_box {
  position: relative;
  overflow: hidden;
  transition-duration: 1s;
}
.sec_1 .interview .item .txt_box::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 5em;
  inset: 0;
  margin: auto auto 0.5em;
  border-radius: 0 0 1.5em 1.5em;
}
.sec_1 .interview .item .txt_box dl + dl {
  margin-top: 1.5em;
}
.sec_1 .interview .item .txt_box dl dt,
.sec_1 .interview .item .txt_box dl dd {
  line-height: 1.35em;
}
.sec_1 .interview .item .txt_box dl dt {
  color: #fff;
  font-size: clamp(18px, 4.7vw, 24px);
  font-weight: bold;
  margin-bottom: 0.25em;
}
.sec_1 .interview .item .txt_box dl dd {
  font-size: clamp(14px, 3.7vw, 18px);
  padding: 1em 1.5em;
  border-radius: 1.5em;
  max-height: 280px;
  overflow: hidden;
  transition-duration: 1s;
}
.sec_1 .interview .item .txt_box .more_txt {
  margin-top: 1.5em;
  display: none;
}
.sec_1 .interview .item .txt_box.active {
  max-height: fit-content;
}
.sec_1 .interview .item .txt_box.active::after {
  display: none;
}
.sec_1 .interview .item .txt_box.active .more_txt {
  display: block;
}
.sec_1 .interview .item .txt_box.active dl dd {
  max-height: fit-content;
}
.sec_1 .interview .item .txt_box.active .more_txt dl:last-of-type dd {
  padding-bottom: 2.5em;
}
.sec_1 .interview .item a.txt_btn {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  inset: 0;
  margin: auto auto -5%;
  width: 80%;
  height: 2.5em;
  color: #fff;
  z-index: 2;
  border-radius: 2em;
}
.sec_1 .interview .item.l_item a.txt_btn {
  background: #03c9f3 url(../img/icon_arw_1.png) no-repeat calc(100% - .5em);
}
.sec_1 .interview .item.l_item .txt_box::after {
  background: linear-gradient(0deg, #e4f5fc 0%, rgba(0, 166, 244, 0) 100%);
}
.sec_1 .interview .item.l_item .txt_box dl dd {
  background-color: #e4f5fc;
}
.sec_1 .interview .item.r_item a.txt_btn {
  background: #40af60 url(../img/icon_arw_2.png) no-repeat calc(100% - .5em);
}
.sec_1 .interview .item.r_item .txt_box::after {
  background: linear-gradient(0deg, #e7faed 0%, rgba(0, 166, 244, 0) 100%);
}
.sec_1 .interview .item.r_item .txt_box dl dd {
  background-color: #e7faed;
}
@media screen and (max-width: 1024px) {
  .sec_1 .interview {
    gap: 5%;
    padding: 0 2%;
  }
  .sec_1 .interview .item {
    width: 47.5%;
  }
}
@media screen and (max-width: 767px) {
  .sec_1 {
    background-size: cover;
  }
  .sec_1 p.t_c{
    text-align: left;
  }
  .sec_1 p.t_c br{
    display: none;
  }
  .sec_1 .interview {
    flex-flow: column;
  }
  .sec_1 .interview .item {
    width: 94%;
    margin: 0 auto 20%;
  }
  .sec_1 .interview .item .txt_box::after {
    margin: auto auto -1%;
  }
  .sec_1 .interview .item .txt_box dl dd {
    padding: 1em 1.3em;
  }
  .sec_1 .interview .item a.txt_btn {
    margin-bottom: -7%;
  }
}

.sec_2 {
  background: url(../img/bg_02.jpg) no-repeat center top;
  padding: 4% 0;
}
.sec_2 .ttl {
  margin-bottom: 6%;
}
.sec_2 dl,
.sec_2 ul {
  max-width: 700px;
  margin: 0 auto;
}
.sec_2 dl {
  display: flex;
  align-items: center;
  flex-flow: wrap;
  justify-content: space-between;
  font-size: clamp(14px, 3.7vw, 18px);
  gap: 4%;
  font-weight: 600;
}
.sec_2 dl dt,
.sec_2 dl dd {
  line-height: 1.5em;
}
.sec_2 dl dt {
  color: #fff;
  padding: 0.75em 1em;
  border-radius: 0.5em;
  width: 6em;
  text-align: center;
  margin-bottom: 10px;
}
.sec_2 dl dt:nth-of-type(1) {
  background-color: #40af60;
}
.sec_2 dl dt:nth-of-type(2) {
  background-color: #0597d1;
}
.sec_2 dl dd {
  width: calc(96% - 6em);
  margin-bottom: 10px;
}
.sec_2 ul {
  margin-top: 1em;
}
.sec_2 ul li {
  font-size: clamp(12px, 3.4vw, 14px);
  padding-left: 1em;
  position: relative;
  margin-bottom: 0.75em;
  line-height: 1.25em;
}
.sec_2 ul li::after {
  position: absolute;
  display: block;
  content: "※";
  width: 1em;
  height: 1em;
  inset: 0;
  margin: 0.1em auto auto 0;
}
.sec_2 .arw {
  margin: 2em auto 5px;
}
.sec_2 .arw + figure {
  margin-bottom: 0;
}
.sec_2 .t_present {
  margin: 0.5em auto 1em;
  font-weight: 600;
  font-size: clamp(18px, 4.7vw, 24px);
}
.sec_2 .t_present + .t_sml {
  font-weight: 600;
}
.sec_2 .bnr {
  margin-top: 10%;
}
@media screen and (max-width: 767px) {
  .sec_2 .arw img {
    width: 40%;
  }
}

.sec_3 {
  background: #40af60 url(../img/bg_03.jpg) no-repeat center top;
  padding: 4% 0;
}
.sec_3 .ttl {
  margin-bottom: 6%;
}

.box_1 {
  border: #fff solid 4px;
  border-radius: 2em;
  padding: 3%;
  margin-bottom: 1.5em;
}
.box_1 p.date {
  font-size: clamp(16px, 4.3vw, 28px);
  color: #fff;
  font-weight: 600;
  text-align: center;
}
.box_1 dl {
  margin: 1em auto 0;
  display: flex;
  align-items: center;
  flex-flow: row;
  justify-content: center;
  font-size: clamp(14px, 3.7vw, 24px);
  line-height: 1.5em;
  gap: 2%;
  font-weight: 600;
}
.box_1 dl dt {
  background-color: #fff;
  color: #40af60;
  padding: 0.75em 0.5em;
  border-radius: 0.5em;
  width: 7em;
  text-align: center;
}
.box_1 dl dd {
  width: auto;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .box_1 dl {
    flex-flow: wrap;
    justify-content: flex-start;
  }
  .box_1 dl dt,
.box_1 dl dd {
    margin-bottom: 10px;
  }
  .box_1 dl dd {
    font-size: 105%;
  }
}

.box_2 {
  background: #fff url(../img/bg_04.png) no-repeat right bottom;
  padding: 4%;
  border-radius: 2em;
  margin-top: 8%;
}
.box_2 .ttl {
  margin: -7% auto 2em;
}
.box_2 .profile {
  display: flex;
  gap: 5%;
}
.box_2 .profile figure {
  width: 27.5%;
}
.box_2 .profile .txt {
  width: 68%;
}
.box_2 .profile .txt h3 {
  font-size: clamp(18px, 4.7vw, 28px);
  font-weight: 600;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .box_2 {
    background-size: 30% auto;
  }
  .box_2 .profile {
    flex-flow: column;
  }
  .box_2 .profile figure {
    width: 60%;
    margin-bottom: 1.5em;
  }
  .box_2 .profile .txt {
    width: 100%;
  }
}

.sec_4 {
  background: #0597d1 url(../img/bg_05.png) no-repeat center 29%;
  padding: 4% 0;
}
.sec_4 h3{
  color: #0597d1;
  font-size: clamp(22px, 5.7vw, 30px);
}
.sec_4 p {
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec_4 {
    background-position-y: 20%;
    background-size: 80% auto;
  }
  .sec_4 p {
    text-align: left;
  }
  .sec_4 p br{
    display: none;
  }
}

.box_3 {
  background: #fff url(../img/bg_06.png) no-repeat 101% bottom;
  padding: 4% 6%;
  border-radius: 2em;
  margin-top: 8%;
}
.box_3 .ttl {
  margin: -7% auto 2em;
}
.box_3 p {
  font-size: clamp(16px, 4.3vw, 18px);
  color: #333;
}
.box_3 p span {
  color: #0597d1;
  font-weight: 600;
}
.box_3 h3 {
  margin-top: 3%;
  text-align: left;
  position: relative;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-style: italic;
  font-weight: 800;
}
.box_3 h3::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #0597d1;
  inset: 0;
  margin: auto;
  z-index: 1;
}
.box_3 h3 img {
  max-width: 100%;
}
.box_3 h3 + p {
  text-align: left;
  margin-top: 1em;
}
.box_3 h3 span {
  background-color: #fff;
  padding: 0 1em 0 0;
  position: relative;
  z-index: 2;
}
.box_3 .track_box {
  display: flex;
  gap: 3%;
  margin-top: 6%;
}
.box_3 .track_box figure {
  width: 40%;
}
.box_3 .track_box .txt {
  width: 50%;
}
.box_3 .track_box .txt h3 {
  margin-top: 0;
}
.box_3 .track_box .txt h3 + p {
  width: 80%;
}
@media screen and (max-width: 767px) {
  .box_3 {
    background-size: 30% auto;
  }
  .box_3 h3,
  .box_3 .track_box .txt h3 {
    margin-top: 7%;
  }
  .box_3 h3 img {
    width: auto;
    height: 20px;
  }
  .box_3 .track_box {
    flex-flow: column;
  }
  .box_3 .track_box figure {
    width: 70%;
  }
  .box_3 .track_box .txt {
    width: 100%;
  }
}

.sec_5 {
  background: #fff url(../img/bg_07.jpg) no-repeat center 29%;
  padding: 3% 0;
}

.sec_5 iframe{
  max-width: 100%;
  aspect-ratio: 100/56;
}

.sec_y1 {
  background: #40af60 url(../img/bg_08.jpg) no-repeat center top;
  padding: 1% 0 4%;
}
@media screen and (max-width:767px) {
  .sec_y1 {
    background-position-y: 5%;
  }
}

.sec_y2 {
  padding: 3% 0;
  background-color: #fff;
}
.sec_y2 a.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 80%;
  max-width: 460px;
  height: 3em;
  color: #fff;
  z-index: 2;
  border-radius: 2em;
  background: #40af60 url(../img/icon_arw_2.png) no-repeat calc(100% - .5em);
}

footer {
  background-color: #0597d1;
  padding: 4% 0;
}
footer .inner {
  width: min(1000px, 100vw - 12px);
  margin: 0 auto;
  max-width: 100%;
}
footer .bnr_box {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 2%;
}
footer .bnr_box a {
  width: 32%;
}
footer .bnr_box a img {
  width: 100%;
  max-width: 100%;
}

.pagetop {
  display: block;
  position: fixed;
  right: 5%;
  bottom: 6%;
  width: 80px;
  height: 80px;
  z-index: 10;
}
.pagetop img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .pagetop {
    width: 50px;
    height: 50px;
  }
}

.no_scroll {
  overflow: hidden;
}

.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: 10;
}

.modal-window {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 700px;
  height: fit-content;
  background-color: #fff;
  border-radius: 2em;
  z-index: 11;
  padding: 2rem;
}

.js-open {
  cursor: pointer;
  display: block;
}

.modal_content {
  position: relative;
}
.modal_content h3 {
  font-size: clamp(20px, 5.3vw, 30px);
}
.modal_content h3 span {
  display: block;
  font-size: clamp(14px, 3.7vw, 18px);
  padding-bottom: 8px;
}
.modal_content p {
  margin-top: 1.5em;
  line-height: 1.65em;
  color: #333;
}
.modal_content .js-close {
  position: absolute;
  display: block;
  width: fit-content;
  height: fit-content;
  inset: 3% 3% 0 0;
  margin: 0 0 auto auto;
  cursor: pointer;
}

@media screen and (max-width:767px) {
  .modal-window {
    border-radius: 1.5em;
    z-index: 11;
    padding: 1em;
  }
  .modal_content .js-close {
    width: 10%;
    aspect-ratio: 1/1;
  }
  .modal_content .js-close img{
    width: 100%;
  }
}
