@charset "UTF-8";
body * {
  font-family: "Midashi Go MB31", sans-serif;
}

.mainImg {
  background-color: #71b6f7;
  aspect-ratio: 13/10;
}
.mainImg.on .bg {
  z-index: 3;
}
.mainImg .bg {
  transform-origin: bottom center;
}
.mainImg .bg img {
  -o-object-position: center top !important;
     object-position: center top !important;
}
.mainImg .bg img.plane {
  width: 18%;
  height: auto;
  position: absolute;
  bottom: 0;
  z-index: -1;
}
.mainImg .infoText {
  z-index: 4 !important;
  top: 0;
  height: 100vh;
  position: relative;
}
.mainImg .infoText .topTxt {
  position: absolute;
  bottom: 20svh;
  opacity: 0;
}
.mainImg .infoText .topBtn {
  position: fixed;
  right: 2vw;
  bottom: 2vh;
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}

.mainImg2 {
  z-index: -2;
}
.mainImg2 .bg img {
  height: 100lvh;
}
.mainImg2 .bg img.plane {
  width: 18%;
  height: auto;
  position: absolute;
  left: 0;
  right: -25%;
  margin: auto;
  top: calc(90svh - 100px);
  z-index: 4;
}

@media only screen and (max-width: 767px) {
  .mainImg .infoText {
    top: 0;
    height: 100vh;
    right: auto;
    left: 5vw;
    width: 90vw;
  }
  .mainImg .infoText .topBtn {
    width: 36vw;
  }
  .mainImg2 .infoText {
    width: 90vw;
    right: 5vw;
    bottom: 25%;
  }
  .mainImg2 .infoText .topTxt {
    width: 90vw;
    position: fixed;
    right: 5vw;
    bottom: 20svh;
  }
  .mainImg2 .bg img.plane {
    width: 30%;
    top: 80svh;
  }
}
@media print, screen and (min-width: 768px) {
  .mainImg {
    height: auto !important;
  }
  .mainImg .infoText {
    top: 0;
    right: 10vw;
    left: auto;
    margin-left: auto;
    opacity: 0;
  }
}
.infoImg {
  background: url(../images/info_bg.jpg) center no-repeat;
  position: relative;
  background-size: cover;
  background-color: #fff;
}

@media print, screen and (min-width: 768px) {
  .infoImg .infoImgIn {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 120px 0 50px;
  }
  .infoImg .infoImgIn .imgArea {
    position: relative;
    left: 0%;
    width: 35%;
  }
  .infoImg .infoImgIn .imgArea img {
    width: 100%;
  }
  .infoImg .infoImgIn .textArea {
    width: 63%;
    padding: 0 0 30px;
    margin: 0;
    font-size: clamp(14px, 1.75vw, 21px);
  }
}
.secTheme {
  background: url(../images/theme_bg.jpg) center center no-repeat;
  background-size: cover;
  color: #ffffff;
  font-weight: bold;
}
.secTheme .secThemeIn .themeBg {
  position: absolute;
  z-index: 0;
  background: url(../images/theme_text_bg.png) center bottom no-repeat;
  mix-blend-mode: multiply;
  background-size: contain;
}
.secTheme .page-wrapper .right-align-wrapper {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
.secTheme .page-wrapper .right-align-wrapper .video-container {
  width: 400px;
  aspect-ratio: 400.88/684.76;
  position: relative;
  overflow: hidden;
  clip-path: url(#my-svg-clip);
}
.secTheme .page-wrapper .right-align-wrapper .video-container video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1.6);
  transform-origin: center center;
}

@media only screen and (max-width: 767px) {
  .secTheme .page-wrapper .right-align-wrapper {
    display: flex;
    justify-content: flex-end;
    width: 100%;
  }
  .secTheme .page-wrapper .right-align-wrapper .video-container {
    /* 修正ポイント: 固定幅ではなく最大幅にし、スマホでは画面幅に合わせる */
    width: 100%;
    max-width: 400px;
    aspect-ratio: 400.88/684.76;
    position: relative;
    overflow: hidden;
    /* objectBoundingBox設定により、このコンテナのサイズに合わせて形が伸縮します */
    clip-path: url(#my-svg-clip2);
  }
  .secTheme .page-wrapper .right-align-wrapper .video-container video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    transform: scale(1.6);
    transform-origin: center center;
  }
}
@media print, screen and (min-width: 1300px) {
  .secTheme .secThemeIn .textCol .theme02 {
    padding: 40px 0 0 0;
    font-size: clamp(28px, 3.6vw, 46px);
  }
  .secTheme .secThemeIn .textCol .theme03 {
    padding: 40px 0 0 0;
    width: min(100%, 850px);
    font-size: clamp(14px, 1.75vw, 21px);
  }
}
@media print, screen and (min-width: 768px) {
  .secTheme .secThemeIn .textCol .theme02 {
    font-size: clamp(24px, 3.2vw, 40px);
  }
}
.secINFORMATION {
  background-color: #fff;
}

.news_box2 {
  max-width: 1200px;
  padding-top: 100px;
}
.news_box2 .view_all {
  font-size: 14px;
  padding: 10px 30px 8px;
  border: 1px solid #000;
  border-radius: 0;
  width: auto;
  top: 92px;
  right: 5%;
}
.news_box2 .news_con {
  display: none;
}

@media only screen and (max-width: 767px) {
  .news_box2 {
    max-width: 1200px;
    padding-top: 100px;
  }
  .news_box2 .view_all {
    width: 80%;
    position: relative;
    margin: 24px auto 0;
    font-size: 14px;
    right: auto;
  }
}
.secButton {
  padding-top: 60px;
  padding-bottom: 20px;
  background-color: #fff;
}

.secMap {
  padding-top: 140px;
  padding-bottom: 120px;
  background-color: #fff;
}
.secMap iframe {
  display: block;
  max-width: 1200px;
  width: 90vw;
  aspect-ratio: 3/2;
  margin: auto;
}

@media only screen and (max-width: 767px) {
  .secMap {
    padding-top: 80px;
    padding-bottom: 40px;
  }
}
.footer_link {
  background-color: #fff;
  margin-top: 0px;
  padding: 75px 0 32px;
}

footer {
  padding-top: 30px;
  margin-top: 0;
}

.secSCHEDULE {
  background-color: #fff;
}
.secSCHEDULE .ttl {
  padding-top: 160px;
  margin: auto;
  width: 90vw;
}
.secSCHEDULE .ttl h2 {
  max-width: 610px;
  margin: 0 auto 56px;
}
.secSCHEDULE .ttl p {
  max-width: 960px;
  font-size: clamp(14px, 1.5vw, 18px);
  font-weight: bold;
  margin: 0 auto 48px;
}
.secSCHEDULE .content {
  width: 100%;
}
.secSCHEDULE .content .tab-2 {
  display: flex;
  flex-wrap: wrap;
  gap: 0 10px;
}
.secSCHEDULE .content .tab-2 .tabTop,
.secSCHEDULE .content .tab-2 .tabBottom {
  display: flex;
  align-items: flex-end;
  gap: 0;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.secSCHEDULE .content .tab-2 .tabTop label {
  border-bottom: 0px;
}
.secSCHEDULE .content .tab-2 .tabBottom {
  align-items: flex-start;
  justify-content: flex-end;
}
.secSCHEDULE .content .tab-2 .tabBottom label {
  border-radius: 0 0 24px 0;
  border-top: 0px;
}
.secSCHEDULE .content .tab-2 label {
  order: -1;
  border-radius: 0 24px 0 0;
  background-color: #fff;
  border: 1px solid #006db8;
  cursor: pointer;
  transition: opacity 0.2s;
  width: 234px;
  height: 54px;
  position: relative;
  transition: 0.3s;
  margin: 0 0 0 -12px;
  z-index: 1;
}
.secSCHEDULE .content .tab-2 label img {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.secSCHEDULE .content .tab-2 label .tab-wh {
  opacity: 0;
  transition: 0.3s;
}
.secSCHEDULE .content .tab-2 label .tab-bl {
  opacity: 2;
  transition: 0.3s;
}
.secSCHEDULE .content .tab-2 label:hover {
  opacity: 0.8;
}
.secSCHEDULE .content .tab-2 label.is-active {
  width: 234px;
  height: 60px;
  background-color: #006db8;
  opacity: 1;
  transition: 0.3s;
  z-index: 3;
  box-shadow: 0px -1px 2px 0px rgba(31, 107, 163, 0.5);
}
.secSCHEDULE .content .tab-2 label.is-active .tab-wh {
  opacity: 1;
  transition: 0.3s;
}
.secSCHEDULE .content .tab-2 label.is-active .tab-bl {
  opacity: 0;
  transition: 0.3s;
}
.secSCHEDULE .content .tab-2 label:first-of-type {
  margin-left: 0;
}
.secSCHEDULE .content .tab-2 input {
  display: none;
}
.secSCHEDULE .content .tab-2 .tab-content {
  display: none;
  width: 100%;
  padding: 65px 0;
  background-color: #f5f5f4;
  border-top: 7px solid #006db8;
  border-bottom: 7px solid #006db8;
  order: 0;
  z-index: 2;
  box-shadow: 0px -1px 2px 0px rgba(31, 107, 163, 0.5);
}
.secSCHEDULE .content .tab-2 .tab-content .wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px 3%;
  width: 90vw;
  margin: auto;
  position: relative;
}
.secSCHEDULE .content .tab-2 .tab-content .wrap .floatTtl {
  position: absolute;
  right: 0;
  top: 24px;
}
.secSCHEDULE .content .tab-2 .tab-content .wrap .box {
  border-radius: 24px;
  padding: 34px 32px;
  background-color: #fff;
  box-shadow: 5px 5px 3px 0px rgba(31, 107, 163, 0.5);
  box-sizing: border-box;
}
.secSCHEDULE .content .tab-2 .tab-content .wrap .box .boxTtl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #000;
  padding-bottom: 24px;
  margin-bottom: 24px;
  padding-left: 24px;
  flex-wrap: wrap;
}
.secSCHEDULE .content .tab-2 .tab-content .wrap .box .boxTtl:has(.boxTtlTxt) {
  padding-left: 0px;
}
.secSCHEDULE .content .tab-2 .tab-content .wrap .box .boxTtl:has(.boxTtlTxt) .num {
  display: flex;
  gap: 20px;
  align-items: center;
}
.secSCHEDULE .content .tab-2 .tab-content .wrap .box .boxTtl .subnav {
  width: 100%;
  display: block;
  text-align: right;
  font-size: clamp(14px, 1.33vw, 16px);
  font-weight: 700;
  margin-top: 8px;
}
.secSCHEDULE .content .tab-2 .tab-content .wrap .box .boxTtl .boxTtlTxt {
  font-size: clamp(17px, 2.33vw, 28px);
  font-weight: 700;
}
.secSCHEDULE .content .tab-2 .tab-content .wrap .box > p {
  margin-bottom: 16px;
}
.secSCHEDULE .content .tab-2 .tab-content .wrap .box h3 {
  font-size: clamp(17px, 2.33vw, 28px);
  font-weight: bold;
  margin-bottom: 32px;
  line-height: 1.4em;
  letter-spacing: 0;
}
.secSCHEDULE .content .tab-2 .tab-content .wrap .box .boxContainer {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px 4%;
  width: 100%;
}
.secSCHEDULE .content .tab-2 .tab-content .wrap .box .boxContainer .prof {
  display: grid;
  grid-template-columns: 86px 1fr;
  gap: 12px;
  align-items: flex-start;
  width: 100%;
}
.secSCHEDULE .content .tab-2 .tab-content .wrap .box .boxContainer .prof img {
  border-radius: 12px;
}
.secSCHEDULE .content .tab-2 .tab-content .wrap .box .boxContainer .prof .txt {
  padding-top: 8px;
}
.secSCHEDULE .content .tab-2 .tab-content .wrap .box .boxContainer .prof .txt .name {
  font-size: clamp(14px, 1.58vw, 19px);
  letter-spacing: -0.02em;
  line-height: 1.4em;
  font-weight: bold;
}
.secSCHEDULE .content .tab-2 .tab-content .wrap .box .boxContainer .prof .txt .sub {
  font-size: 12px;
  color: #006db8;
  letter-spacing: -0.05em;
  line-height: 1.4em;
  font-weight: bold;
}
.secSCHEDULE .content .tab-2 .tab-content .wrap .box.boxShort {
  display: block;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: auto;
}
.secSCHEDULE .content .tab-2 .tab-content .wrap .box.koryulong {
  grid-column: 1/3;
  background-image: url(../images/koryu_bg.jpg);
  border-radius: 28px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 24px 8%;
}
.secSCHEDULE .content .tab-2 .tab-content .wrap .box.koryulong .boxContainer {
  display: block;
}
.secSCHEDULE .content .tab-2 .tab-content .wrap .box.koryulong .boxContainer .prof {
  display: block;
}
.secSCHEDULE .content .tab-2 .tab-content .wrap .box.koryulong > img {
  border-radius: 30px;
}
.secSCHEDULE .content .tab-2 .tab-content .wrap .box.koryu {
  background-image: url(../images/koryu_bg.jpg);
  border-radius: 28px;
}
.secSCHEDULE .content .tab-2 .tab-content .wrap .box.koryu .boxContainer {
  display: block;
}
.secSCHEDULE .content .tab-2 .tab-content .wrap .box.koryu .boxContainer .prof {
  display: block;
}
.secSCHEDULE .content .tab-2 .tab-content .wrap .box.koryu > img {
  border-radius: 30px;
}
.secSCHEDULE .content .tab-2 .tab-content .wrap .box.long {
  grid-column: 1/3;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px 3%;
}
.secSCHEDULE .content .tab-2 .tab-content .wrap .box.long .longBox .navigation {
  display: block;
}
.secSCHEDULE .content .tab-2 .tab-content .wrap .box.plc_inami {
  background-color: #d3ebe1;
}
.secSCHEDULE .content .tab-2 .tab-content .wrap .box.plc_miyazaki {
  background-color: #cce0ee;
}
.secSCHEDULE .content .tab-2 .tab-content .wrap .caution {
  grid-column: 1/3;
  font-size: clamp(14px, 1.5vw, 18px);
  font-weight: bold;
  text-align: center;
  width: 90vw;
  margin: auto;
}
.secSCHEDULE .content .tab-2.show-1 .content-1 {
  display: block;
}
.secSCHEDULE .content .tab-2.show-2 .content-2 {
  display: block;
}

@media only screen and (max-width: 1200px) {
  .secSCHEDULE .content .tab-2 .tab-content .wrap {
    display: grid;
    grid-template-columns: 1fr;
    width: 100vw;
    gap: 20px 3%;
  }
  .secSCHEDULE .content .tab-2 .tab-content .wrap .floatTtl {
    display: none;
  }
  .secSCHEDULE .content .tab-2 .tab-content .wrap .box {
    width: 90vw;
    margin: auto;
    padding: 24px 16px;
  }
  .secSCHEDULE .content .tab-2 .tab-content .wrap .box .boxContainer {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px 4%;
    width: 100%;
  }
  .secSCHEDULE .content .tab-2 .tab-content .wrap .box .boxContainer .prof .txt .name {
    font-size: 16px;
    font-weight: bold;
  }
  .secSCHEDULE .content .tab-2 .tab-content .wrap .box .boxContainer .prof .txt .sub {
    font-size: 14px;
  }
  .secSCHEDULE .content .tab-2 .tab-content .wrap .box .boxTtl {
    padding-left: 0px;
  }
  .secSCHEDULE .content .tab-2 .tab-content .wrap .box .boxTtl .num {
    max-width: 64px;
    height: auto;
  }
  .secSCHEDULE .content .tab-2 .tab-content .wrap .box .boxTtl .num:has(.boxTtlTxt) {
    max-width: inherit;
    display: flex;
    align-items: center;
    gap: 22px;
  }
  .secSCHEDULE .content .tab-2 .tab-content .wrap .box.long {
    grid-column: 1/2;
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  .secSCHEDULE .content .tab-2 .tab-content .wrap .box.long .longBox:nth-child(2) {
    border-top: 2px solid #006db8;
    padding-top: 40px;
  }
  .secSCHEDULE .content .tab-2 .tab-content .wrap .box.koryulong {
    grid-column: 1/2;
    display: block;
  }
  .secSCHEDULE .content .tab-2 .tab-content .wrap .box.koryulong > img {
    width: 100%;
    height: auto;
    margin-bottom: 24px;
  }
  .secSCHEDULE .content .tab-2 .tab-content .wrap .caution {
    grid-column: 1/2;
  }
}
@media only screen and (max-width: 767px) {
  .secSCHEDULE .content .tab-2 .tab-content .wrap .box .boxTtl img:not(.num) {
    max-width: 130px;
    height: auto;
  }
  .secSCHEDULE .content .tab-2 .tab-content .wrap .box h3 {
    font-size: clamp(14px, 5.13vw, 20px);
  }
}/*# sourceMappingURL=index.css.map */