@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: 960px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
}
a {
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
}
img {
  width: 100%;
  height: auto;
}
.btn_img {
  display: block;
}
.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{
  padding: 0;
  background-color: inherit;
}
.header_wrap .header_logo,
.header_wrap .header_txt,
.header_wrap .kv_img{
  margin: 0;
  line-height: 0;
}
.header_wrap .kv_notes{
  margin: 1.459% 3.334% 1.667%;
  font-size: clamp(1.2rem, 2.5vw, 2.4rem);
  line-height: 1.3;
  text-indent: -1em;
  padding-left: 1em;
  font-feature-settings: "palt";
}

.bg_wrap01{
  padding: 4.167% 3.334%;
  background: #ff7d14;
}
.bg_wrap_inner{
  background-color: #fff;
}

/*------------ summary_wrap ------------*/
.summary_wrap{
  width: 86.667vw;
  margin: 0 auto;
  padding-top: 4.167vw;
}
.summary_wrap .summary_ttl{
  padding: 2.7084vw 0;
  font-size: clamp(2.8rem, 5.9vw, 5.6rem);
  line-height: 1;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background-color: #1a1a1a;
}
.summary_wrap .summary_txt01{
  margin: 3.334vw 0 0;
  font-size: clamp(1.6rem, 3.4vw, 3.2rem);
  font-weight: bold;
  line-height: 1.5;
}
.summary_wrap .summary_txt02{
  margin: 5vw 0 0;
  font-size: clamp(1.4rem, 3.0vw, 2.8rem);
  font-weight: bold;
  line-height: 1.5;
}
.summary_wrap .summary_txt02 a{
  color: #0f30db;
  text-decoration: underline;
}
.summary_wrap .summary_list01,
.summary_wrap .summary_list02,
.summary_wrap .summary_list03 {
  margin-top: 4.6875vw;
}
.summary_wrap .summary_list_ttl{
  font-size: clamp(1.6rem, 3.4vw, 3.2rem);
  font-weight: bold;
  line-height: 1.4;
}
.summary_wrap .summary_list_txt,
.summary_wrap .summary_list01 .summary_list_txt01,
.summary_wrap .summary_list01 .summary_list_txt02 {
  font-size: clamp(1.4rem, 3.0vw, 2.8rem);
  line-height: 1.4;
}
.summary_wrap .summary_list01 .summary_list_txt01,
.summary_wrap .summary_list02 .summary_list_txt,
.summary_wrap .summary_list03 .summary_list_txt {
  margin-top: 1.459vw;
}
.summary_wrap .summary_list01 .summary_list_txt01,
.summary_wrap .summary_list03 .summary_list_txt li {
  text-indent: -1em;
  padding-left: 1em;
}
.summary_wrap .summary_list01 .summary_list_txt01 .txt_small{
  font-size: clamp(1.2rem, 2.5vw, 2.4rem);
}
.summary_wrap .summary_list01 .summary_list_txt02{
  margin-top: 2.084vw;
}
.summary_wrap .summary_list01 .summary_list_txt02 a{
  color: #0f30db;
  text-decoration: underline;
}
.summary_wrap .summary_list03 .txt_small{
  font-size: clamp(1.2rem, 2.5vw, 2.4rem);
}
@media screen and (min-width: 960px) {
  .summary_wrap{
    width: 832px;
    padding-top: 40px;
  }
  .summary_wrap .summary_ttl{
    padding: 26px 0;
  }
  .summary_wrap .summary_txt01{
    margin: 32px 0 0;
  }
  .summary_wrap .summary_txt02{
    margin: 48px 0 0;
  }
  .summary_wrap .summary_list01,
  .summary_wrap .summary_list02,
  .summary_wrap .summary_list03 {
    margin-top: 45px;
  }
  .summary_wrap .summary_list01 .summary_list_txt01,
  .summary_wrap .summary_list02 .summary_list_txt,
  .summary_wrap .summary_list03 .summary_list_txt {
    margin-top: 14px;
  }
  .summary_wrap .summary_list01 .summary_list_txt02{
    margin-top: 20px;
  }
}

/*------------ apply_wrap ------------*/
.apply_wrap{
  width: 86.667vw;
  margin: 5.834vw auto 0;
}
.apply_wrap .apply_ttl{
  padding: 2.7084vw 0;
  font-size: clamp(2.8rem, 5.9vw, 5.6rem);
  line-height: 1;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background-color: #1a1a1a;
}
.apply_wrap .apply_txt {
  margin: 4.167vw 0 0;
}
.apply_wrap .conds_list01,
.apply_wrap .conds_list02 {
  margin-top: 7.292vw;
  padding: 4.584vw 3.125vw 3.125vw;
  border: 6px solid #1a1a1a;
  position: relative;
}
.apply_wrap .conds_list02 {
  margin-top: 18.23vw;
}
.apply_wrap .conds_list01::after {
  content: "";
  width: 9.896vw;
  height: 9.896vw;
  background-image: url("../img/img_icon01.png");
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  bottom: -12.5vw;
  left: 50%;
  transform: translateX(-50%);
}
.apply_wrap .conds_list01 dt,
.apply_wrap .conds_list02 dt {
  position: absolute;
  top: -4.0625vw;
  left: 0;
}
.apply_wrap .conds_list01 .conds_txt01,
.apply_wrap .conds_list02 .conds_txt01 {
  font-size: clamp(1.6rem, 2.9vw, 3.2rem);
  font-weight: bold;
  line-height: 1.5;
}
.apply_wrap .conds_list01 .conds_btn,
.apply_wrap .conds_list02 .conds_btn_wrap {
  margin-top: 2.5vw;
}
.apply_wrap .conds_list01 .conds_txt02 ul,
.apply_wrap .conds_list02 .conds_txt02 ul {
  margin-top: 1.459vw;
  font-size: clamp(1.2rem, 2.5vw, 2.4rem);
  line-height: 1.3;
  text-indent: -1em;
  padding-left: 1em;
}
.apply_wrap .conds_list02 .entry_check {
  margin-top: 1.25vw;
  font-size: clamp(1.4rem, 3.0vw, 2.8rem);
  font-weight: bold;
  line-height: 1.4;
}
.apply_wrap .conds_list02 .entry_btn {
  margin: 0;
  line-height: 1;
  filter: grayscale(1);
}
.apply_wrap .conds_list02 .entry_btn.entry-btnStyle_checked {
  filter: none;
}
.apply_wrap .conds_list02 .checkbox {
  appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #0e0e0e;
  border-radius: 4px;
  background-color: #fff;
  position: relative;
  cursor: pointer;
  vertical-align: middle;
}
.apply_wrap .conds_list02 .checkbox:checked {
  background-color: #0e0e0e;
}
.apply_wrap .conds_list02 .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: 960px) {
  .apply_wrap{
    width: 832px;
    margin: 40px auto 0;
  }
  .apply_wrap .apply_ttl{
    padding: 26px 0;
  }
  .apply_wrap .apply_txt {
    margin: 40px 0 0;
  }
  .apply_wrap .conds_list01 {
    margin-top: 70px;
    padding: 44px 30px 30px;
  }
  .apply_wrap .conds_list02 {
    margin-top: 175px;
    padding: 44px 30px 30px;
  }
  .apply_wrap .conds_list01 dt,
  .apply_wrap .conds_list02 dt {
    top: -39px;
  }
  .apply_wrap .conds_list01 .conds_btn,
  .apply_wrap .conds_list02 .conds_btn_wrap {
    margin-top: 24px;
  }
  .apply_wrap .conds_list01 .conds_txt02 ul,
  .apply_wrap .conds_list02 .conds_txt02 ul {
    margin-top: 14px;
  } 
  .apply_wrap .conds_list01::after {
    width: 95px;
    height: 95px;
    bottom: -120px;
  }
  .apply_wrap .conds_list02 .entry_check {
    margin-top: 12px;
  }
}
.x_link_box{
  width: 86.667vw;
  margin: 4.167vw auto 0;
}
.x_link_box a{
  display:flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}
p.x_link_icon{
  width: 8.334vw;
  height: auto;
  line-height: 0;
  margin: 0;
}
.x_link_txt{
  margin-top: 0!important;
  font-size: clamp(1.5rem, 3.2vw, 3.0rem);
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  color: #0f30db;
  text-decoration: underline;
  font-feature-settings: "palt";
}
@media screen and (min-width: 960px) {
  .x_link_box{
    width: 832px;
    margin: 40px auto 0;
  }
  p.x_link_icon{
    width: 80px;
  }
}
.annc_wrap dl{
  width: 86.667vw;
  margin: 4.167vw auto 0;
  padding: 3.334vw;
  background-color: #cc0033;
}
.annc_wrap .annc_ttl{
  font-size: clamp(2.8rem, 5.9vw, 5.7rem);
  font-weight: bold;
  text-align:center;
  line-height: 1;
  color: #fff;
}
.annc_wrap .annc_txt{
  margin-top: 1.25vw;
  font-size: clamp(1.6rem, 3.4vw, 3.0rem);
  line-height: 1.75;
  color: #fff;
}
.annc_wrap .annc_txt ul{
  font-weight: bold;
  line-height: 1.5;
  font-feature-settings: "palt";
  color: #ffe939;
}
.annc_wrap .annc_txt ul li:last-child{
  font-size: clamp(1.2rem, 2.5vw, 2.4rem);
  line-height: 1.3;
}
@media screen and (min-width: 960px) {
  .annc_wrap dl{
    width: 832px;
    margin: 40px auto 0;
    padding: 32px;
  }
  .annc_wrap .annc_txt{
    margin-top: 12px;
  }
}

/*------------ terms_wrap ------------*/
.terms_wrap {
  width: 86.667vw;
  margin: 6.25vw auto 0;
}
.terms_wrap .terms_ttl{
  padding: 2.7084vw 0;
  font-size: clamp(2.8rem, 5.9vw, 5.6rem);
  line-height: 1;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background-color: #1a1a1a;
}
.terms_wrap .terms_box{
  margin-top: 4.167vw;
  padding: 3.334vw;
  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;
}
.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;
}
.terms_wrap .inner_txt a{
  color: #0f30db;
  text-decoration: underline;
}
p.campaign_cord{
  margin: 2.084vw 3.334vw 0;
  padding-bottom: 4.167vw;
  font-size: clamp(1.4rem, 3.0vw, 2.8rem);
  text-align: right;
  line-height: 1;
}
@media screen and (min-width: 960px) {
  .terms_wrap{
    width: 832px;
    margin: 60px auto 0;
  }
  .terms_wrap .terms_ttl{
    padding: 26px 0;
  }
  .terms_wrap .terms_box{
    margin-top: 40px;
    padding: 32px;
  }
  p.campaign_cord{
    margin: 20px 32px 0;
    padding-bottom: 40px;
  }
}

/*------------ benefit_wrap ------------*/
.bg_wrap02{
  background-image: url(../img/img_bg01.png);
  background-repeat: repeat;
  background-size: auto;
}
.benefit_item_area {
  width: 86.667vw;
  margin: 0 auto;
}
.benefit_wrap .benefit_item01{
  margin-top: 3.125vw;
  position: relative;
}
.benefit_wrap .benefit_item02{
  margin-top: 6.25vw;
  padding-bottom: 6.25vw;
  position: relative;
}
.benefit_wrap .benefit_item_ttl{
  margin-bottom: -1px;
}
.benefit_wrap .benefit_item_txt{
  padding: 3.334vw;
  font-size: clamp(1.4rem, 3.0vw, 2.8rem);
  font-weight: bold;
  line-height: 1.5;
  border: solid #231815;
  border-width: 0 6px 6px 6px;
  background-color: #fff;
}
.benefit_wrap .benefit_item_txt .txt_ast {
  font-size: clamp(1.0rem, 1.5vw, 1.4rem);
  vertical-align: top;
}
.benefit_wrap .benefit_item_txt li{
  font-size: clamp(1.2rem, 2.5vw, 2.4rem);
  font-weight: normal;
}
@media screen and (min-width: 960px) {
  .benefit_item_area{
    width: 832px;
  }
  .benefit_wrap .benefit_item01{
    margin-top: 30px;
  }
  .benefit_wrap .benefit_item02{
    margin-top: 60px;
    padding-bottom: 60px;
  }
  .benefit_wrap .benefit_item_ttl01{
    width: 195px;
    height: 62px;
    top: -30px;
  }
  .benefit_wrap .benefit_item_ttl02{
    padding: 24px 0;
  }
  .benefit_wrap .benefit_item_txt{
    padding: 32px;
  }
}

/*------------ bnr_wrap ------------*/
.bnr_wrap{
  width: 86.667vw;
  margin: 3.125vw auto 0;
}
.bnr_wrap .bnr_img{
  max-width: 800px;
  margin: 2.5vw auto 0;
}
@media screen and (min-width: 960px) {
  .bnr_wrap{
    width: 832px;
    margin: 30px auto 0;
  }
  .bnr_wrap .bnr_img{
    margin: 24px auto 0;
  }
}

/*------------ faq_wrap ------------*/
.faq_wrap{
  width: 86.667vw;
  margin: 8.334vw auto 0;
}
.faq_wrap .faq_ttl{
  margin-bottom: 5vw;
}
.faq_wrap .faq_list {
  margin-top: 4.167vw;
  border: solid #231815;
  border-width: clamp(3px, 0.625vw, 6px);
  background-color: #fff;
  border-radius: 50px;
}
.faq_wrap .faq_list dt{
  padding: 2.917vw 11.875vw 2.917vw 3.542vw;
  font-size: clamp(2.0rem, 4.2vw, 4.0rem);
  font-weight: bold;
  line-height: 1.4;
  color: #fff;
  background-color: #231815;
  border-radius: 40px;
  cursor: pointer;
  background-image: url("../img/img_icon03.png");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 8.334vw;
}
.faq_wrap .faq_list .list_toggle-open{
  background-image: url("../img/img_icon04.png");
}
.faq_wrap .faq_list dd{
  padding: 2.917vw 3.542vw;
  font-size: clamp(1.4rem, 3.0vw, 2.8rem);
  line-height: 1.7;
  display: none;
}
.faq_wrap .faq_list .txt_indent{
  text-indent: -1.1em;
  padding-left: 1.1em;
}
.faq_wrap .faq_list .list_notes{
  font-size: clamp(1.2rem, 2.5vw, 2.4rem);
  line-height: 1.6;
  text-indent: initial;
}
@media screen and (min-width: 960px) {
  .faq_wrap{
    width: 832px;
    margin: 80px auto 0;
  }
  .faq_wrap .faq_ttl{
    margin-bottom: 48px;
  }
  .faq_wrap .faq_list {
    margin-top: 40px;
  }
  .faq_wrap .faq_list dt{
    padding: 28px 114px 28px 34px;
    background-size: auto;
  }
  .faq_wrap .faq_list dd{
    padding: 28px 34px;
  }
}

/*------------ inquiry_warp ------------*/
.inquiry_warp{
  width: 86.667vw;
  margin: 8.334vw auto 0;
  padding-bottom: 6.25vw;
}
.inquiry_warp .inquiry_ttl01{
  margin: 0;
}
.inquiry_warp .inquiry_ttl02{
  margin: 2.084vw 0 0;
  font-size: clamp(2.1rem, 4.4vw, 4.2rem);
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
.inquiry_warp .inquiry_txt{
  margin: 0;
  font-size: clamp(1.4rem, 3.0vw, 2.8rem);
  line-height: 1.5;
  text-align: center;
}
.inquiry_warp .inquiry_notes{
  margin-top: 1.459vw;
  font-size: clamp(1.0rem, 2.1vw, 2.0rem);
  line-height: 1.4;
  text-align: center;
}
.inquiry_warp .inquiry_btn{
  margin-top: 4.575vw;
}
@media screen and (min-width: 960px) {
  .inquiry_warp{
    width: 832px;
    margin: 80px auto 0;
    padding-bottom: 60px;
  }
  .inquiry_warp .inquiry_ttl02{
    margin: 20px 0 0;
  }
  .inquiry_warp .inquiry_notes{
    margin-top: 14px;
  }
  .inquiry_warp .inquiry_btn{
    margin-top: 36px;
  }
}

/*------------ float_wrap ------------*/
.float_wrap.is-hide {
  opacity: 0;
  pointer-events: none;
}
.float_wrap {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  width: 100%;
}
.float_wrap.is-hidden {
  display: none;
}
@media screen and (min-width: 960px) {
  .float_wrap {
    width: 960px;
  }
}

/* ---------------------------------------------
*   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__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%);
}