@charset "utf-8";
/* CSS Document */
/* Base */
.l-content-body, .l-wrapper, .l-content, .l-content-main {
  padding: 0;
  margin: 0;
  max-width: 100%;
}
.t-mode-rwd .l-content-main {
  padding: 0 !important;
}
.t-mode-rwd.is-sticky .l-header {
  z-index: 1001;
}
/*MVあり
.article--inner {
  max-width: 1030px;
  margin: 0 auto;
  padding: 70vh 15px 100px;
}*/
.article--inner {
  max-width: 1030px;
  margin: 0 auto;
  padding: 100px 15px;
}
.article-inner {
  max-width: 1030px;
  margin: 0 auto;
  padding: 70px 15px;
}
.article-inner > *:first-child {
  margin-top: 0;
}
.article-inner > *:last-child {
  margin-bottom: 0;
}
.sp-only {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-only {
    display: block;
  }
  .pc-only {
    display: none;
  }
}
.hdg-main-img {
  content: '';
  width: 100%;
  min-height: 58vh;
  position: absolute;
  top: 0;
  left: 0;
  background: #000 url(../img/main_index.jpg) center center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .hdg-main-img {
    content: '';
    width: 100%;
    min-height: 70vh;
    position: absolute;
    top: -36px;
    left: 0;
    background: #000 url(../img/sp_main_index.jpg) center center;
    background-size: cover;
  }
}
.hdg-main-img::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  box-shadow: inset 0 -10px 10px 0 #1e1e1e;
  position: absolute;
  top: 0;
  left: 0;
}
.hdg-title-img {
  position: absolute;
  z-index: 2;
  top: 35%;
  left: 20%;
  transform: translate(-50%, -30%);
}
@media screen and (max-width: 767px) {
  .hdg-title-img {
    position: absolute;
    z-index: 2;
    top: 30%;
    left: 40%;
    transform: translate(-50%, -30%);
  }
}
section[data-type="gray"] {
  background-color: #e6e6e6;
  color: #333;
}
.m-img p {
  margin: 30px auto 0;
  display: table;
  max-width: 150px;
}
/* Lead Text */
.m-txt-lead {
  font-family: "Yu Mincho", YuMincho, \006e38\00660e\00671d, \0030d2\0030e9\0030ae\0030ce\00660e\00671d\0020\0050\0072\006f\004e\0020\0057\0033, "Hiragino Mincho ProN", \0048\0047\00660e\00671d\0045, \00ff2d\00ff33\0020\00ff30\00660e\00671d, \00ff2d\00ff33\0020\00660e\00671d, serif;
  color: #ccc;
  text-align: center;
}
.m-txt-lead span {
  font-family: "Yu Mincho", YuMincho, \006e38\00660e\00671d, \0030d2\0030e9\0030ae\0030ce\00660e\00671d\0020\0050\0072\006f\004e\0020\0057\0033, "Hiragino Mincho ProN", \0048\0047\00660e\00671d\0045, \00ff2d\00ff33\0020\00ff30\00660e\00671d, \00ff2d\00ff33\0020\00660e\00671d, serif;
  color: #ccc;
  text-align: center;
  font-size: 1.4rem;
}
.m-txt-lead-title {
  font-family: "Yu Mincho", YuMincho, \006e38\00660e\00671d, \0030d2\0030e9\0030ae\0030ce\00660e\00671d\0020\0050\0072\006f\004e\0020\0057\0033, "Hiragino Mincho ProN", \0048\0047\00660e\00671d\0045, \00ff2d\00ff33\0020\00ff30\00660e\00671d, \00ff2d\00ff33\0020\00660e\00671d, serif;
  color: #fff;
  text-align: center;
}
/* Hedding */
.m-hdg-lv2 {
  color: #f2f2f2;
  border-left: 3px solid #fff;
}
/* Price */
.price span {
  font-size: 3rem;
}
/* Color */
.m-tbl-list {
  background: #fff;
}
.m-tbl-list-data {
  color: #333;
}
.m-tbl tbody {
  color: #333;
}
.m-link {
  color: #333;
}
.m-modal-content {
  color: #333;
  font-size: 2.0rem;
  text-align: center;
}
/* Background */
#bg-star {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -5;
  /*background: transparent;*/
  background: #1e1e1e;
}
#bg-star2 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -15;
  background: #1e1e1e cover;
}
.m-img-airplane {
  margin-top: 50px;
  padding-left: 20%;
}
.m-img-airplane-inner {
  width: 66px;
  height: 60px;
  position: relative;
  display: inline-block;
  transition-duration: 2s;
  animation-timing-function: ease-out;
  opacity: 0;
  transform: translateX(100vw);
}
.m-img-airplane-inner.active {
  opacity: 1;
  transform: translateX(0);
}
.m-img-airplane-inner::after {
  content: '';
  width: 100vw;
  height: 2px;
  position: absolute;
  left: 76px;
  top: 29px;
  background: #ccc;
}
.m-img-airplane-inner > img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .m-img-airplane-inner {
    width: 44px;
    height: 40px;
  }
  .m-img-airplane-inner::after {
    left: 56px;
    top: 19px;
  }
}
.plan-title {
  padding-bottom: 50px;
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .plan-title {
    max-width: 93vw;
  }
}
.main-lead {
  font-family: "Yu Mincho", YuMincho, \006e38\00660e\00671d, \0030d2\0030e9\0030ae\0030ce\00660e\00671d\0020\0050\0072\006f\004e\0020\0057\0033, "Hiragino Mincho ProN", \0048\0047\00660e\00671d\0045, \00ff2d\00ff33\0020\00ff30\00660e\00671d, \00ff2d\00ff33\0020\00660e\00671d, serif;
  font-size: 3rem;
  letter-spacing: 0.2em;
  margin: 80px auto 40px;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
}
.main-lead::before, .main-lead::after {
  content: '';
  flex-grow: 1;
  height: 2px;
  background: #cccccc;
  display: block;
}
.main-lead span {
  padding: 0 10px;
  color: #000;
}
.inview {
  opacity: 0;
  transform: translateY(100px);
  transition-duration: 0.5s;
}
.inview.active {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 767px) {
  .inview.active {
    opacity: 1;
    transform: translateY(0);
    overflow-x: scroll;
  }
  .m-img.inview p {
    width: auto;
    height: auto;
    vertical-align: top;
  }
}
@media screen and (min-width: 768px) {
  .m-modal--content[data-type="calendar"] .m-modal-body_segment[data-type="calendar"] {
    width: 33.33333%;
    padding-left: 30px;
    float: left;
  }
}
@media screen and (max-width: 767px) {
  .m-modal--content[data-type="calendar"] .m-modal-body_segment[data-type="calendar"] {
    flex-direction: column;
  }
}
.m-modal {
  width: 100%;
  padding: 0 18px;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  box-sizing: border-box;
}
.m-modal--content {
  width: 100%;
  max-width: 740px;
  margin: 0 auto;
  padding: 30px;
  position: relative;
  display: table;
  background: #fff;
}
.m-modal--content > *:not(.m-modal-head):first-child {
  margin-top: 0 !important;
}
.m-modal--content-inner > *:first-child {
  margin-top: 0;
}
.m-modal--content[data-type="calendar"] {
  max-width: 860px;
  padding-bottom: 95px;
}
.m-modal--content[data-type="calendar"] .m-modal-head {
  margin: -30px -30px 25px;
  background: #000;
  color: #000;
  border: 1px solid #999;
  height: 64px;
  position: relative;
}
.m-modal--content[data-type="calendar"] .m-modal-head__hdg {
  font-size: 2rem;
  line-height: 64px;
  text-align: center;
  color: #fff;
}
.m-modal--content[data-type="calendar"] .m-modal-head__list li {
  position: absolute;
  top: 0;
  line-height: 64px;
}
.m-modal--content[data-type="calendar"] .m-modal-head__list a {
  color: #ccc;
  display: block;
  padding-left: 13px;
  position: relative;
  display: inline-block;
}
.m-modal--content[data-type="calendar"] .m-modal-head__list--prev {
  left: 20px;
}
.m-modal--content[data-type="calendar"] .m-modal-head__list--prev a {
  padding-left: 17px;
}
.m-modal--content[data-type="calendar"] .m-modal-head__list--prev a::after {
  width: 5px;
  height: 9px;
  margin-top: -4px;
  position: absolute;
  top: 50%;
  left: 0;
  background-image: url(../img/icn_sprite.svg?20230331);
  background-position: -50px -10px;
  content: '';
}
.m-modal--content[data-type="calendar"] .m-modal-head__list--next {
  right: 20px;
}
.m-modal--content[data-type="calendar"] .m-modal-head__list--next a {
  padding-right: 17px;
}
.m-modal--content[data-type="calendar"] .m-modal-head__list--next a::after {
  width: 5px;
  height: 9px;
  margin-top: -4px;
  position: absolute;
  top: 50%;
  right: 0;
  background-image: url(../img/icn_sprite.svg?20230331);
  background-position: -20px -10px;
  content: '';
}
@media screen and (min-width: 768px) {
  .m-modal--content[data-type="calendar"] .m-modal-body_segment {
    width: 33.33333%;
    padding-left: 30px;
    float: left;
  }
}
@media screen and (max-width: 767px) {
  .m-modal--content[data-type="calendar"] .m-modal-body_segment {
    flex-direction: column;
    margin-top: 50px;
  }
}
.m-modal--content[data-type="calendar"] .m-modal-body_segment:first-child {
  padding-left: 0;
}
.m-modal--content[data-type="calendar"] .m-modal-body .m-modal-calendar {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.m-modal--content[data-type="calendar"] .m-modal-body .m-modal-calendar caption {
  font-size: 1.7rem;
  font-weight: normal;
  font-family: Garamond, "Yu Mincho", YuMincho, \006e38\00660e\00671d, \0030d2\0030e9\0030ae\0030ce\00660e\00671d\0020\0050\0072\006f\004e\0020\0057\0033, "Hiragino Mincho ProN", \0048\0047\00660e\00671d\0045, \00ff2d\00ff33\0020\00ff30\00660e\00671d, \00ff2d\00ff33\0020\00660e\00671d, serif;
}
.m-modal--content[data-type="calendar"] .m-modal-body .m-modal-calendar caption span {
  font-size: 1.4rem;
  font-family: \30D2\30E9\30AE\30CE\89D2\30B4\20\50\72\6F\20\57\33, "Hiragino Kaku Gothic Pro", \30e1\30a4\30ea\30aa, Meiryo, \FF2D\FF33\20\FF30\30B4\30B7\30C3\30AF, "MS PGothic", sans-serif;
}
.m-modal--content[data-type="calendar"] .m-modal-body .m-modal-calendar caption em {
  padding: 0 5px;
  font-size: 3rem;
  font-weight: normal;
}
.m-modal--content[data-type="calendar"] .m-modal-body .m-modal-calendar th, .m-modal--content[data-type="calendar"] .m-modal-body .m-modal-calendar td {
  font-size: 1.2rem;
  text-align: center;
}
.m-modal--content[data-type="calendar"] .m-modal-body .m-modal-calendar thead th {
  padding: 5px 0;
  font-weight: normal;
}
.m-modal--content[data-type="calendar"] .m-modal-body .m-modal-calendar thead .m-modal-calendar--sat {
  color: #039;
}
.m-modal--content[data-type="calendar"] .m-modal-body .m-modal-calendar thead .m-modal-calendar--sun {
  color: #990000;
}
.m-modal--content[data-type="calendar"] .m-modal-body .m-modal-calendar tbody td {
  line-height: 1;
  border: 1px solid #dddddd;
  border-collapse: collapse;
  padding: 10px 0;
  font-size: 1.6rem;
  font-family: Garamond, "Yu Mincho", YuMincho, \006e38\00660e\00671d, \0030d2\0030e9\0030ae\0030ce\00660e\00671d\0020\0050\0072\006f\004e\0020\0057\0033, "Hiragino Mincho ProN", \0048\0047\00660e\00671d\0045, \00ff2d\00ff33\0020\00ff30\00660e\00671d, \00ff2d\00ff33\0020\00660e\00671d, serif;
}
.m-modal--content[data-type="calendar"] .m-modal-body .m-modal-calendar tbody td span {
  width: 100%;
  padding: 10px 0;
  display: block;
  text-decoration: none;
  font-size: 1.6rem;
  font-family: Garamond, "Yu Mincho", YuMincho, \006e38\00660e\00671d, \0030d2\0030e9\0030ae\0030ce\00660e\00671d\0020\0050\0072\006f\004e\0020\0057\0033, "Hiragino Mincho ProN", \0048\0047\00660e\00671d\0045, \00ff2d\00ff33\0020\00ff30\00660e\00671d, \00ff2d\00ff33\0020\00660e\00671d, serif;
}
.m-modal--content[data-type="calendar"] .m-modal-body .m-modal-calendar tbody .m-modal-calendar--sat {
  color: #039;
  background: #f1f4fa;
}
.m-modal--content[data-type="calendar"] .m-modal-body .m-modal-calendar tbody .m-modal-calendar--sat a {
  color: #039;
}
.m-modal--content[data-type="calendar"] .m-modal-body .m-modal-calendar tbody .m-modal-calendar--sun, .m-modal--content[data-type="calendar"] .m-modal-body .m-modal-calendar tbody .m-modal-calendar--hol {
  color: #990000;
  background: #faf2f2;
}
.m-modal--content[data-type="calendar"] .m-modal-body .m-modal-calendar tbody .m-modal-calendar--sun a, .m-modal--content[data-type="calendar"] .m-modal-body .m-modal-calendar tbody .m-modal-calendar--hol a {
  color: #990000;
}
.m-modal--content[data-type="calendar"] .m-modal-body .m-modal-calendar tbody .is-selected a {
  color: #fff;
  background: #000;
}
.m-modal--content[data-type="calendar"] .m-modal-body .m-modal-calendar tbody .is-selected a:hover, .m-modal--content[data-type="calendar"] .m-modal-body .m-modal-calendar tbody .is-selected a:focus, .m-modal--content[data-type="calendar"] .m-modal-body .m-modal-calendar tbody .is-selected a:active {
  opacity: 1;
}
.m-modal--content[data-type="calendar"] .m-modal-body .m-modal-calendar tbody .is-disabled {
  opacity: .5;
}
.m-modal--content[data-type="calendar"] .m-modal-body .m-modal-calendar tbody .is-disabled a {
  cursor: default;
}
.m-modal--content[data-type="calendar"] .m-modal-body .m-modal-calendar tbody .is-disabled a:hover, .m-modal--content[data-type="calendar"] .m-modal-body .m-modal-calendar tbody .is-disabled a:focus, .m-modal--content[data-type="calendar"] .m-modal-body .m-modal-calendar tbody .is-disabled a:active {
  opacity: 1;
}
.m-modal--content[data-type="calendar"] .m-modal-body .m-modal-calendar tbody :empty {
  width: 100%;
  padding: 18px 0;
  font-size: 1.6rem;
  font-family: Garamond, "Yu Mincho", YuMincho, \006e38\00660e\00671d, \0030d2\0030e9\0030ae\0030ce\00660e\00671d\0020\0050\0072\006f\004e\0020\0057\0033, "Hiragino Mincho ProN", \0048\0047\00660e\00671d\0045, \00ff2d\00ff33\0020\00ff30\00660e\00671d, \00ff2d\00ff33\0020\00660e\00671d, serif;
}
@media screen and (max-width: 767px) {
  .l-content-head {
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  .-content-head > *:not(.m-nav-breadcrumb):not(.m-nav-breadcrumb-ctg) {
    margin-top: 0;
    margin-bottom: 0;
    padding-right: 0;
    padding-left: 0;
    box-sizing: content-box;
  }
}
@media screen and (max-width: 767px) {
  .t-mode-rwd[data-type="simple"] .l-footer {
    position: relative;
    margin-top: -1px;
    z-index: 5;
  }
}
.m-txt-lead a {
  color: #ccc;
}
/*20240402 追加 エアライン研修実施校*/
.m-list-bnr .m-list-bnr__img {
  margin: 0 auto 5px;
}
.m-list-bnr > li {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .m-list-bnr .m-list-bnr__img {
    margin-bottom: 5px;
  }
}
/*20240520追加 オリジナルチョコレート*/
.m-tbl {
  font-family: Garamond, "Yu Mincho", YuMincho, \006e38\00660e\00671d, \0030d2\0030e9\0030ae\0030ce\00660e\00671d\0020\0050\0072\006f\004e\0020\0057\0033, "Hiragino Mincho ProN", \0048\0047\00660e\00671d\0045, \00ff2d\00ff33\0020\00ff30\00660e\00671d, \00ff2d\00ff33\0020\00660e\00671d, serif;
}
.m-tbl a {
  color: #ccc;
}
.m-tbl thead th {
  background: none;
}
.m-tbl tbody {
  color: #ccc;
}
.m-tbl tbody th {
  background: none;
  border-right: 1px solid #FFF;
  padding: 10px;
}
.m-tbl tbody td {
  background: none;
}