@charset "UTF-8";

html {
  margin: 0;
  font-size: 62.5%;
  box-sizing: border-box;
}
*, *::before, *::after {
  box-sizing: inherit;
}

body {
  margin: 0;
  font-family: "Noto Sans JP","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","游ゴシック Medium","Yu Gothic Medium","游ゴシック体",YuGothic,"Hiragino Sans","メイリオ",meiryo,sans-serif;
}
main{
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 50px;
  background-color: #fff;
}
a {
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
}
img {
  width: 100%;
  height: auto;
}
.btn_img {
  display: block;
}
.wrapper {
  min-width: auto;
}
.mt_20{
  margin-top: 2.041%;
}
.txt_bold{
  font-weight: bold;
}
.spOnly{
  display: block;
}
.pcOnly{
  display: none;
}
@media screen and (min-width: 767px) {
  .mt_20{
    margin-top: 20px;
  }
  .spOnly{
    display: none;
  }
  .pcOnly{
    display: block;
  }
}

/* header_warp */
.header_wrap .header_txt,
.header_wrap .kv_img{
  line-height: 0;
}
.header_wrap .kv_notes{
  margin: 2.041% 10px 0;
  font-size: clamp(1.2rem, 2.2vw, 2.1rem);
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .header_wrap .kv_notes{
    margin: 20px 0 0;
  }
}

/* summary_wrap */
.summary_wrap{
  margin: 0 10px;
}
.summary_wrap .summary_ttl{
  margin: 4.082% 0 6.123%;
  font-size: clamp(2.6rem, 5.3vw, 5.2rem);
  font-weight: bold;
  text-align: center;
  position: relative;
}
.summary_wrap .summary_ttl:after {
  content: "";
  display: block;
  width: 14.286vw;
  height: 0.6vw; /* 線幅 */
  background-color: #f57900; /* 線色 */
  border-radius: 3px; /* 線幅の半分 */
  position: absolute;
  bottom: -2.245vw;
  left: 50%;
  transform: translateX(-50%);
}
.summary_wrap .summary_txt{
  margin-top: 2.041%;
  font-size: clamp(1.8rem, 3.6vw, 3.5rem);
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  font-feature-settings: "palt";
}
.summary_wrap .summary_txt .txt_line{
  background: linear-gradient(transparent 60%, #e5e5e5 60%);
}
.summary_wrap .summary_txt .txt_color{
  color: #f57900;
}
.summary_wrap .summary_txt .txt_big{
  font-size: clamp(2.3rem, 4.7vw, 4.6rem);
}
.summary_wrap .summary_list01,
.summary_wrap .summary_list02,
.summary_wrap .summary_list03 {
  margin-top: 4.082%;
}
.summary_wrap .summary_list_ttl{
  padding: 10px 0;
  font-size: clamp(1.8rem, 3.6vw, 3.5rem);
  font-weight: bold;
  text-align: center;
  color: #fff;
  background-color: #f57900;
}
.summary_wrap .summary_list01 .summary_list_txt {
  margin-top: 4.082%;
  font-size: clamp(1.8rem, 3.6vw, 3.5rem);
  font-weight: bold;
  line-height: 1.4;
}
.summary_wrap .summary_list01 .list_item01{
  margin-top: 4.082%;
  display: flex;
  gap: 10px;
}
.summary_wrap .summary_list01 .list_item01 dt{
  width: 60px;
  height: 60px;
}
.summary_wrap .summary_list01 .list_item01 dd{
  font-size: clamp(1.7rem, 3.4vw, 3.3rem);
  font-weight: bold;
  line-height: 1.2;
  font-feature-settings: "palt";
}
.summary_wrap .summary_list02 .summary_list_txt {
  margin-top: 4.082%;
  font-size: clamp(1.8rem, 3.6vw, 3.5rem);
  font-weight: bold;
  font-feature-settings: "palt";
}
.summary_wrap .summary_list02 .txt_big{
  font-size: 4.6rem;
  font-size: clamp(2.3rem, 4.7vw, 4.6rem);
}
.summary_wrap .summary_list03 dd{
  margin-top: 3.266%;
  font-size: clamp(1.8rem, 3.6vw, 3.5rem);
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}
.summary_wrap .summary_list03 dd ul{
  margin-top: 3.266%;
}
.summary_wrap .summary_list03 dd li{
  font-size: clamp(1.2rem, 2.5vw, 2.4rem);
  text-align: left;
  font-feature-settings: "palt";
}
@media screen and (min-width: 1000px) {
  .summary_wrap{
    margin: 0;
  }
  .summary_wrap .summary_ttl:after {
    width: 140px;
    height: 6px;
    bottom: -22px;
  }
}

/* apply_wrap */
.apply_wrap {
  margin-top: 8.164%;
}
.apply_wrap .apply_bg{
  padding: 4.082% 10px 18.368%;
  background-image: url("../img/img_bg01.png");
  background-repeat: repeat;
  background-size: auto;
}
.apply_wrap .apply_ttl{
  margin-bottom: 6.123%;
  font-size: clamp(2.6rem, 5.3vw, 5.2rem);
  font-weight: bold;
  text-align: center;
  position: relative;
}
.apply_wrap .apply_ttl:after {
  content: "";
  display: block;
  width: 14.286vw;
  height: 0.6vw;
  background-color: #fff;
  border-radius: 3px;
  position: absolute;
  bottom: -2.245vw;
  left: 50%;
  transform: translateX(-50%);
}
.apply_wrap .apply_txt {
  max-width: 820px;
  margin: 0 auto;
}
.apply_wrap .conds_list01,
.apply_wrap .conds_list02 {
  max-width: 820px;
  margin: 7.143% auto 0;
  padding: 4.0817% 4.898%;
  background-color: #fff;
  border: 8px solid #f57900;
  position: relative;
}
.apply_wrap .conds_list02 {
  margin: 15.307% auto 0;
}
.apply_wrap .conds_list02::before {
  content: "";
  width: 8.164vw;
  height: 8.164vw;
  background-image: url("../img/img_icon04.png");
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: -13.776vw;
  left: 50%;
  transform: translateX(-50%);
}
.apply_wrap .conds_list01 dt,
.apply_wrap .conds_list02 dt {
  position: absolute;
  top: -4vw;
  left: 0;
}
.apply_wrap .conds_list01 .conds_txt01 {
  font-size: clamp(1.4rem, 2.9vw, 2.8rem);
  line-height: 1.4;
  text-align: center;
}
.apply_wrap .conds_list02 .conds_txt01 {
  font-size: clamp(1.4rem, 2.9vw, 2.8rem);
  font-weight: bold;
  line-height: 1.4;
}
.apply_wrap .conds_list02 .conds_txt01 .txt_line {
  text-decoration: underline;
}
.apply_wrap .conds_list02 .conds_txt01 .txt_red {
  color: #f3000b;
}
.apply_wrap .conds_list01 .conds_btn {
  margin-top: 2.825%;
}
.apply_wrap .conds_list01 .conds_txt02,
.apply_wrap .conds_list02 .conds_txt02 {
  margin: 4.238% 4.238% 0;
}
.apply_wrap .conds_list01 .conds_txt02 ul {
  font-size: clamp(1.0rem, 2.1vw, 2.0rem);
  line-height: 1.6;
}
.apply_wrap .conds_list02 .conds_txt02 ul {
  font-size: clamp(1.0rem, 2.1vw, 2.0rem);
  font-weight: bold;
  line-height: 1.6;
}
.apply_wrap .conds_list02 .conds_btn_wrap{
  margin: 2.825% auto 0;
}
.apply_wrap .conds_list02 .entry_check {
  margin-top: 2.825%;
  font-size: clamp(1.0rem, 2.1vw, 2.0rem);
  font-weight: bold;
  line-height: 1.4;
}
.apply_wrap .conds_list02 .entry_btn,
.floating_area .entry_btn {
  filter: grayscale(1);
}
.apply_wrap .conds_list02 .entry_btn.entry-btnStyle_checked,
.floating_area .entry_btn.entry-btnStyle_checked {
  filter: none;
}
.apply_wrap .conds_list02 .checkbox,
.floating_area .checkbox {
  appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #00b050;
  border-radius: 4px;
  background-color: #00b050;
  position: relative;
  cursor: pointer;
  vertical-align: middle;
}
.apply_wrap .conds_list02 .checkbox:checked,
.floating_area .checkbox:checked {
  background-color: #00b050;
}
.apply_wrap .conds_list02 .checkbox:checked::after,
.floating_area .checkbox:checked::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 1px;
  width: 6px;
  height: 12px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
@media screen and (min-width: 1000px) {
  .apply_wrap .apply_bg{
    padding: 40px 0 180px;
  }
  .apply_wrap .apply_ttl:after {
    width: 140px;
    height: 6px;
    bottom: -22px;
  }
  .apply_wrap .conds_list02::before {
    width: 80px;
    height: 80px;
    top: -135px;
  }
  .apply_wrap .conds_list01 dt,
  .apply_wrap .conds_list02 dt {
    top: -38px;
  }
}
.x_link_box{
  width: 95%;
  max-width: 760px;
  margin: 4.082% auto 0;
  display:flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}
.x_link_icon{
  width: 7.895%;
  height: auto;
  line-height: 0;
}
.x_link_txt{
  font-size: clamp(1.2rem, 2.6vw, 2.5rem);
  font-weight: bold;
  text-align: center;
  line-height: 1.9;
  color: #0f30db;
  text-decoration: underline;
}
.annc_wrap dl{
  width: 95%;
  max-width: 820px;
  margin: 4.082% auto 0;
  border: 8px solid #f57900;
}
.annc_wrap .annc_ttl{
  padding: 7px 0 15px;
  font-size: clamp(2.8rem, 5.6vw, 5.5rem);
  font-weight: bold;
  text-align:center;
  line-height: 1;
  color: #fff;
  background-color: #f57900;
}
.annc_wrap .annc_txt{
  margin: 2.488%;
  font-size: clamp(1.2rem, 2.5vw, 2.4rem);
  line-height: 2;
  text-align:center;
}
.annc_wrap .annc_txt ul{
  margin-top: 2.488%;
  font-size: clamp(1.4rem, 2.8vw, 2.7rem);
  font-weight: bold;
  line-height: 1.5;
  text-align:center;
  font-feature-settings: "palt";
}

/* terms_wrap */
.terms_wrap {
  width: 95%;
  max-width: 820px;
  margin: 8.164% auto 0;
}
.terms_wrap .terms_ttl{
  font-size: clamp(2.4rem, 4.9vw, 4.8rem);
  font-weight: bold;
  line-height: 2;
  text-align:center;
  color: #fff;
  background-color: #1e1e1e;
}
.terms_wrap .terms_box{
  max-width: 820px;
  margin: 3.659% auto 0;
  padding: 3.659%;
  border: 2px solid #1e1e1e;
}
.terms_wrap .initial_text{
  height: 90px;
  font-size: clamp(1.2rem, 2.5vw, 2.4rem);
  line-height: 1.5;
  overflow: hidden;
  position: relative;
}
.terms_wrap .initial_text::after{
  content: "";
  position: absolute;
  border-style: none;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  height: 70px;
  background: linear-gradient(rgba(255, 255, 255, 0) 0, #fff 80px);
}
.terms_wrap .initial_text.is-open::after{
  display: none;
}
.terms_wrap .show_more{
  display: block;
  width: 130px;
  padding: 2px 0;
  background-color: #000;
  color: #fff;
  border: none;
  border-radius: 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  cursor: pointer;
  margin: 15px auto 0;
  box-shadow: 0 2px 5px #000;
  /* transition: background-color 0.3s ease; */
}
.terms_wrap .terms_subttl{
  font-weight: bold;
}
.terms_wrap .inner_ttl{
  margin-top: 2.646%;
  font-weight: bold;
}
.terms_wrap .inner_txt li{
  text-indent: -1em;
  padding-left: 1em;
}

/* bnr_wrap */
.bnr_wrap{
  width: 95%;
  max-width: 820px;
  margin: 4.082% auto 0;
}
.bnr_wrap .bnr_img{
  max-width: 800px;
  margin: 3.659% auto 0;
}

/* faq_wrap */
.faq_wrap{
  width: 95%;
  max-width: 820px;
  margin: 8.164% auto 0;
}
.faq_wrap .faq_ttl{
  margin-bottom: 7.318%;
  font-size: clamp(2.6rem, 5.3vw, 5.2rem);
  font-weight: bold;
  text-align: center;
  position: relative;
}
.faq_wrap .faq_ttl:after {
  content: "";
  display: block;
  width: 14.286vw;
  height: 0.6vw;
  background-color: #f57900;
  border-radius: 3px;
  position: absolute;
  bottom: -2.245vw;
  left: 50%;
  transform: translateX(-50%);
}
.faq_wrap .faq_list {
  margin-top: 2.44%;
  border: 3px solid #000000;
  border-radius: 10px;
}
.faq_wrap .faq_list dt{
  padding: 2.458% 65px 2.458% 3.686%;
  font-size: clamp(1.3rem, 2.6vw, 2.5rem);
  font-weight: bold;
  line-height: 1.4;
  background-color: #fff9e0;
  border-radius: 10px;
  cursor: pointer;
  background-image: url("../img/img_icon06.png");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: auto;
}
.faq_wrap .faq_list .list_toggle-open{
  border-bottom: 3px solid #000000;
  background-image: url("../img/img_icon07.png");
}
.faq_wrap .faq_list dd{
  padding: 3.686%;
  font-size: clamp(1.3rem, 2.6vw, 2.5rem);
  font-weight: bold;
  line-height: 1.4;
  display: none;
}
.faq_wrap .faq_list .q_icon,
.faq_wrap .faq_list .a_icon {
  margin-right: 10px;
  color: #f57900;
}
.faq_wrap .faq_list .txt_indent{
  text-indent: -1.4em;
  padding-left: 1.4em;
}
.faq_wrap .faq_list .txt_link{
  color: #5a87c8;
  text-decoration: underline;
}
@media screen and (min-width: 1000px) {
  .faq_wrap .faq_ttl:after {
    width: 140px;
    height: 6px;
    bottom: -22px;
  }
}

/* inquiry_warp */
.inquiry_warp{
  width: 95%;
  max-width: 820px;
  margin: 8.164% auto 0;
}
.inquiry_warp .inquiry_ttl{
  font-size: clamp(2.0rem, 4.2vw, 4.1rem);
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  font-feature-settings: "palt";
}
.inquiry_warp .inquiry_notes{
  margin-top: 2.44%;
  font-size: clamp(1.3rem, 2.6vw, 2.5rem);
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}
.inquiry_warp .inquiry_btn{
  margin-top: 2.44%;
}

/* floating_area */
.floating_area {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  padding: 3.062% 1em;
  background-image: url("../img/img_bg01.png");
  background-repeat: repeat;
  background-size: auto;
  width: 100%;
}
.floating_area.is-hidden {
  display: none;
}
.floating_area .floating_btn,
.floating_area .entry_check {
  width: 100%;
  max-width: 820px;
  margin: 0 auto;
}
.floating_area .entry_check {
  margin-top: 2.041%;
  font-size: clamp(1.0rem, 1.9vw, 1.8rem);
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (min-width: 1000px) {
  .floating_area {
    padding: 3em 1em;
  }
  .floating_area .entry_check{
    margin-top: 20px;
  }
}

/* ---------------------------------------------
*   l-container
--------------------------------------------- */
.l-container {
  width: 95%;
  max-width: 780px;
  margin-inline: auto;
  padding-inline: calc(var(--contents-side-padding) * 1px);
  overflow: hidden;
}

/* ---------------------------------------------
*   l-footer
--------------------------------------------- */
.l-footer {
  padding-bottom: 35%;
}
@media screen and (min-width: 980px) {
  .l-footer {
    padding-bottom: 220px;
  }
}
.l-footer__nav {
  padding-block: 22px 25px;
  background-color: var(--color-white-1);
}
@media screen and (max-width: 767px) {
  .l-footer__nav {
    padding-block: calc(43 / var(--design-width) * 100vw) calc(50 / var(--design-width) * 100vw);
    padding-block: 30px 25px;
  }
}
.l-footer__copyright {
  padding-block: 13px;
  color: #000;
  font-size: 12px;
  font-weight: 300;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-footer__copyright {
    padding-block: calc(33 / var(--design-width) * 100vw);
  }
}

/*  l-footer-nav
--------------------------------------------- */
.l-footer-nav__list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 3.1rem;
}
@media screen and (max-width: 767px) {
  .l-footer-nav__list {
    display: block;
    padding-inline: revert;
  }
}
.l-footer-nav__list + .l-footer-nav__list {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .l-footer-nav__list + .l-footer-nav__list {
    margin-top: 0.5rem;
  }
}
@media screen and (max-width: 767px) {
  .l-footer-nav__item + .l-footer-nav__item {
    margin-top: 0.5rem;
  }
}
.l-footer-nav__link {
  position: relative;
  color: var(--color-base-1);
  display: inline-block;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
  padding-right: 24px;
  /*white-space: nowrap;*/
}
a.l-footer-nav__link{
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .l-footer-nav__link:hover {
    text-decoration: underline;
    color: #055be6;
  }
}
.l-footer-nav__link::before {
  content: "";
  position: absolute;
  top: 55%;
  right: 0;
  display: block;
  width: 18px;
  aspect-ratio: 18/12;
  -webkit-mask: url("/special_contents/max_giants/campaign_1/img/icon_outlink-2.svg") 0 0 no-repeat;
          mask: url("/special_contents/max_giants/campaign_1/img/icon_outlink-2.svg") 0 0 no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #000;
  transform: translateY(-50%);
}
