@charset "UTF-8";

/* ========================================
	Component(共通利用の部品。幅とか色は持たせない)
	命名規則: .c-
========================================= */

.c-original_content_area {
  position: relative;
  padding-bottom: 77px;
  font-weight: 400;
  font-family: "Zen Old Mincho","ヒラギノ明朝 ProN","Hiragino Mincho ProN","Yu Mincho Light","YuMincho","Yu Mincho","游明朝体",serif;
  color: #000;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}
.c-original_content_area.p-program {
  padding-bottom: 100px;
}
.c-original_content_area.p-concept {
  padding-bottom: 77px;
}
@media all and (min-width:740px) {
  .c-original_content_area {
    padding-bottom: 118px;
    overflow-x: hidden;
  }
  .c-original_content_area.p-program {
    padding-bottom: 120px;
  }
  .c-original_content_area.p-program .c-container {
    max-width: 740px;
  }
  .c-original_content_area.p-concept {
    padding-bottom: 97px;
  }
}


.c-original_content_area picture {
  display: block;
  width: 100%;
  height: auto;
}

.c-original_content_area img {
  display: block;
  width: 100%;
  height: auto;
}

.c-original_content_area a,
.c-original_content_area button {
  -webkit-transition: .3s;
  transition: .3s;
  cursor: pointer;
}

.c-original_content_area a:hover,
.c-original_content_area button:hover {
  opacity: .7;
}

.c-section__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-section__title>img {
  width: auto;
  height: 20px;
}
.c-section__title__icon {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  width: 48px;
  height: auto;
  margin-right: 12px;
}
.c-lowerpage__logo {
  position: absolute;
  top: 6px;
  right: 13px;
  z-index: 10;
  display: block;
  width: 60px;
  height: auto;
  line-height: 1;
}
.c-lowerpage__logo .cls-2 {
  fill: #fff;
}
.c-lowerpage__logo svg {
  width: 100%;
  height: auto;
}
.c-lowerpage__logo.js-fixed {
  position: fixed;
}
.c-lowerpage__logo.js-colorchange .cls-2 {
  fill: #9c7942;
}
@media all and (min-width:740px) {
  .c-section__title {
    font-size: 30px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: .02em;
  }
  .c-section__title>img {
    display: block;
    height: 28px;
    margin: 0 auto 0 0;
  }
  .c-lowerpage__logo {
    position: absolute;
    top: 20px;
    left: 12px;
    z-index: 10;
    width: 96px;
    height: auto;
}
}


/* ========================================
	footer__linkarea
========================================= */
.c-footer__linkarea {
  display: block;
  width: 100%;
  height: auto;
  padding: 20px 0;
  background: #005e37;
  font-family: "Zen Old Mincho","ヒラギノ明朝 ProN","Hiragino Mincho ProN","Yu Mincho Light","YuMincho","Yu Mincho","游明朝体",serif;
}
/* .c-footer__linklist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: auto;
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
} */
.c-footer__linklist ul{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: auto;
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}

.c-footer__linklist ul li{
  position: relative;
}
.c-footer__linklist ul li a img{
  display: none;
}
.c-footer__linklist ul li::before{
  display: block;
  content: "";
  width: 14px;
  height: 13px;
  background-image: url(/content/dam/sites/wwwjalcojp/jp/ja/tour/jal-academy/program/common/img_sites/icon_footer_link.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: -4px;
  top:47%;
}

@media all and (min-width:740px) {
  .c-footer__linkarea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100px;
  }
  /* .c-footer__linklist{
    flex-direction: row;
    -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 28px;
  } */
  .c-footer__linklist ul{
    flex-direction: row;
    -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 28px;
  }
}


.c-footer__linklistitem {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.c-footer__linklist .linkList li a{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  font-size: 14px;
  color: #fff;
  line-height: 1.5;
  letter-spacing: -.02em;
} 
.c-footer__linklist .linkList li a:hover{
  text-decoration: none;
}
/* .c-footer__linklistitem a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  font-size: 14px;
  color: #fff;
  line-height: 1.5;
  letter-spacing: -.02em;
} */

/* .c-footer__linklistitem a:hover {
  text-decoration: none;
}
 */
.c-footer__linkicon {
  width: 13px;
  height: auto;
  margin-right: 12px;
}
@media all and (min-width:740px) {
  .c-footer__linkicon {
    width: 13.5px;
  }
}

/* .pageTop {
  display: none !important;
}

.cmn_icon_pagetop {
  display: none !important;
}

#c-page_top {
  position: fixed;
  right: 16px;
  bottom: -80px;
  z-index: 100;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(187, 187, 187, .6);
}

#c-page_top:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 12px;
  height: 7.5px;
  background: url(../img/common/icon_topbtn.png) 50% 50%/cover no-repeat;
  content: "";
} */


.c-container {
  width: 100%;
  max-width: 582px;
  height: auto;
  margin: 0 auto;
  padding: 0 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media all and (min-width:740px) {
  .c-container {
    width: 100%;
    max-width: 990px;
    height: auto;
    margin: 0 auto;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}


.c-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: none;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
}

.c-modal__bg {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .4);
  cursor: pointer;
}

.c-modal__textbox {
  position: absolute;
  top: 20%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
  width: 327px;
  height: auto;
  border-radius: 16px;
  padding: 24px 24px 28px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Zen Old Mincho","ヒラギノ明朝 ProN","Hiragino Mincho ProN","Yu Mincho Light","YuMincho","Yu Mincho","游明朝体",serif;
  color: #333;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

.c-modal__textbox .c-modal__textbox__title {
  font-size: 20px;
  font-weight: 900;
  text-align: center;
  line-height: 1.5;
  letter-spacing: -.02em;
}

.c-modal__textbox .c-modal__textbox__text {
  margin: 16px auto 0;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: -.02em;
}

.c-modal__textbox .c-modal__textbox__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 16px auto 0;
  font-size: 13px;
  color: #005e37;
  line-height: 1.5;
  letter-spacing: -.02em;
  gap: 12px;
}

.c-modal__textbox .c-modal__textbox__linkicon {
  width: 13px;
}

.c-modal__textbox .c-modal__textbox__linkicon img {
  display: block;
  width: 100%;
  height: auto;
}

.c-modal__textbox .c-modal__textbox__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 48px;
  margin: 28px auto 0;
  border-radius: 24px;
  background-color: #005e37;
  font-size: 16px;
  font-weight: 900;
  color: #fff;
  letter-spacing: -.02em;
}

.c-modal__textbox .c-modal__textbox__btn:hover {
  text-decoration: none;
}
@media all and (min-width:740px) {
  .c-modal__textbox .c-modal__textbox__btn:hover {
    opacity: .7;
  }
}

.c-modal__textbox .c-modal__textbox__btn.js-disabled {
  pointer-events: none;
}

.c-modal__textbox__text {
  max-height: 189px;
  -ms-overflow-style: none;
  overflow-y: scroll;
  scrollbar-width: none;
}

.c-modal__textbox__text::-webkit-scrollbar {
  display: none;
}
.c-modal__textbox__checkbox {
  margin-top: 28px;
}
.c-modal__textbox__check {
  display: none;
}
.js-textbox {
  display: -webkit-box;
  overflow: hidden;
  overflow: hidden;
  cursor: pointer;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}


.js-textbox.js-active {
  display: block !important;
}

.c-modal__textbox__checkbox__label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: -.02em;
}

.c-modal__textbox__checkbox__label:before {
  position: relative;
  z-index: 1;
  display: block;
  width: 18px;
  height: 18px;
  margin: 0 8px 0 0;
  border: 2px solid #939393;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  content: "";
}

.c-modal__textbox__check:checked+.c-modal__textbox__checkbox__label:after {
  position: absolute;
  top: 6px;
  left: 4px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  z-index: 2;
  display: block;
  width: 10px;
  height: 5px;
  border-bottom: 2px solid #005e37;
  border-left: 2px solid #005e37;
  content: "";
  pointer-events: none;
}

/* .c-modal__moviebox {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 100%;
  max-width: 590px;
  height: auto;
  padding: 0 20px;
} */

/* .c-modal__moviebox iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
}
 */

.js-text__readmore.js-noactive {
  display: none !important;
}

/* .js-accorion_box.js-active {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
} */

/* .js-accordion__toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
} */

/* .js-accordion__toggle:after {
  width: 13.5px;
  height: 7.5px;
  margin-left: 12px;
  background: url(../img/common/icon_arrow_berow.png) 50% 50%/cover no-repeat;
  content: "";
} */

/* .js-accordion__toggle.js-active::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
} */

.js-pdf__box.js-active {
  display: block !important;
}

.js-pdf__toggle.js-active {
  display: none !important;
}

/* .js-customer_voice__box {
  overflow: hidden;
}

.js-customer_voice__box.js-active {
  display: block !important;
}

.js-customer_voice__readmore {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.js-customer_voice__readmore:after {
  width: 13.5px;
  height: 7.5px;
  margin-left: 12px;
  background: url(../img/common/icon_arrow_berow.png) 50% 50%/cover no-repeat;
  content: "";
}

.js-customer_voice__readmore.js-active::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
} */

/* ========================================
	Utility(わずかな調整などを行うための便利要素)
	命名規則: .u-
========================================= */