@charset "UTF-8";
@font-face {
  font-family: "A1明朝";
  src: url(../fonts/A-OTF-A1MinchoStd-Bold.woff);
}

a {
  cursor: pointer;
}

a:hover {
  opacity: 0.7;
}

a,
p,
h1,
h2,
h3,
h4,
li,
.copy,
.faq_container {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴ ProN W3";
}

h2 {
  font-size: 40px;
  text-align: center;
  letter-spacing: 0.2rem;
  line-height: 1.5;
  left: 0;
  right: 0;
}

h2.section_ttl {
  line-height: 1.6;
}

.faq_title {
  text-align: center; 
  margin-bottom: 30px; 
}

.faq_title img {
  max-width: 15%;
  height: auto;
  display: inline-block;
}

.faq_container {
  position: relative;
  top: auto;
}

.faq_container .toggle_wrap {
  font-size: 20px;
  letter-spacing: 2.7px;
}

.faq_container .toggle_wrap .faq_contents {
  margin-bottom: 30px;
}

.faq_container .toggle_wrap .faq_contents dd {
  line-height: 1.5;
  padding-left: 20px;
  font-size: 19px;
  padding-top: 4px;
}

.faq_container .toggle_wrap .faq_contents .toggle_contents .btn {
  margin-top: 15px;
}

.faq_container .toggle_wrap .toggle_contents:first-of-type dd {
  display: block;
}

.faq_container .toggle_wrap .toggle_switch {
  position: relative;
  display: flex;
  background-color: #0094da;
  padding: 20px 45px;
  border-radius: 0px;
  width: 1050px;
  box-shadow: 0 0 5px 0 #999;
  color: #ffffff;
}

.faq_container .toggle_wrap .toggle_switch::after {
  display: block;
  content: "";
  position: absolute;
  right: 4%;
  top: 51%;
  width: 15px;
  height: 15px;
  top: 36%;
  margin: 0 10px;
  border-bottom: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: rotate(45deg);
}

.faq_container .toggle_wrap .open {
  border-radius: 0px;
  font-size: 19px;
}

.faq_container .toggle_wrap .open::after {
  display: inline-block;
  right: 4.5%;
  top: 50%;
  margin: auto;
  width: 23px;
  height: 2px;
  background-color: #ffffff;
  border-bottom: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: rotate(180deg);
}

.faq_container .toggle_wrap .toggle_contents {
  display: none;
  padding: 20px 45px;
  border-radius: 0px;
  box-shadow: 0 0 5px 0 #999;
  font-size: 15px;
}

.faq_container .toggle_wrap .toggle_contents dl {
  display: flex;
}

.faq_container .toggle_wrap .toggle_contents dt {
  color: #000;
}

.faq_container .toggle_wrap .toggle_contents:first-of-type dd {
  display: block;
  font-size: 15px;
}

.faq_contents dt {
  width: 30px; 
  vertical-align: top;
}

.faq_contents dt img {
  width: 24px;
  height: auto;
  display: block;
  margin-top: 4px;
}

.br-sp {
  display: none;
}

@media screen and (max-width: 960px) {
  .br-sp {
    display: inline;
  }
}

@media only screen and (min-width: 961px) {
  .sp {
    display: none;
  }
  .inr {
    position: relative;
    margin: auto;
    height: 100%;
    max-width: 1050px;
  }
  .bg {
    margin: auto;
    background-position: center center;
    background-repeat: no-repeat;
  }
  .cv_area {
    position: absolute;
    bottom: 24%;
    margin: auto;
    left: 0;
  }
  footer li {
    position: relative;
  }
}

@media only screen and (max-width: 960px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  h2 {
    font-size: 6vw;
    letter-spacing: 0rem;
  }
  .f_b {
    font-size: 10vw;
  }
  .cv_area {
    position: absolute;
    bottom: 12%;
    margin: auto;
    right: 0;
    left: 0;
  }
  .cv_area img {
    margin: auto;
  }

  .faq_container {
    position: initial;
  }

  .faq_container .toggle_wrap {
    font-size: 1em;
    letter-spacing: 0.7px;
  }

  .faq_container .toggle_wrap .faq_contents {
    margin-bottom: 20px;
  }

  .faq_container .toggle_wrap .faq_contents:last-child {
    margin-bottom: 0px;
  }

  .faq_container .toggle_wrap .toggle_contents {
    padding:19px 25px 15px;
  }

  .faq_container .toggle_wrap .toggle_contents .btn img {
    margin-left: 0px;
    width: 164px;
  }

  .faq_container .toggle_wrap .toggle_switch {
    width: initial;
    padding: 12px 50px 12px 25px;
  }

  .faq_container .toggle_wrap .toggle_switch::after {
    width: 15px;
    right: 4%;
  }

  .faq_container .toggle_wrap .open::after {
    top: 45%;
    right: 6%;
    width: 22px;
  }

  .faq_contents dt {
  width: 30px;
  vertical-align: top;
  }

  .faq_title {
    text-align: center; 
    margin-bottom: 30px; 
}

  .faq_title img {
    max-width: 30%;
    height: auto;
    display: inline-block;
  }

  .faq_contents dt img {
    width: 24px; 
    height: auto;
    display: block;
    margin-top: 4px;
  }

  .faq_container .toggle_wrap .faq_contents dd{
    font-size: 11px;
  }

  .faq_container .toggle_wrap .toggle_contents:first-of-type dd {
    font-size: 10px;
  }

  .bg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  .sp {
    display: none;
  }
}

@media screen and (max-width: 959px) {
  .bg {
    background-image: none !important;
    height: auto !important; 
  }

  .sp {
    display: block;
  }

  .sp img {
    display: block;
    width: 100%;
    height: auto;
  }
}
.fixed-btn {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
  text-align: center;
  pointer-events: auto;
}

.fixed-btn img {
  width: 78vw;            
  max-width: 1000px;       
  height: auto;
}

@media screen and (min-width: 960px) {
  .fixed-btn.pc img {
    width: 1100px;     
    max-width: none;
  }

  .fixed-btn.sp {
    display: none;
  }
}

@media screen and (max-width: 959px) {
  .fixed-btn.pc {
    display: none;
  }
}

@media screen and (min-width: 960px) {
  .sec18 .cta-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 10; 
  }
}

@media screen and (max-width: 959px) {
  .sec18 .cta-link {
    display: none;
  }
}

.fixed-btn.hide {
  opacity: 0 !important;
  pointer-events: none !important;
}

.sec1 {
  position: relative;
  background-image: url(../images/pc/pc_01.jpg);
  height: 1080px;
}
.sec2 {
  position: relative;
  background-image: url(../images/pc/pc_02.jpg);
  height: 703px;
}
.sec3 {
  position: relative;
  background-image: url(../images/pc/pc_03.jpg);
  height: 749px;
}
.sec4 {
  position: relative;
  background-image: url(../images/pc/pc_04.jpg);
  height: 300px;
}
.sec5 {
  position: relative;
  background-image: url(../images/pc/pc_05.jpg);
  height: 260px;
}
.sec6 {
  position: relative;
  background-image: url(../images/pc/pc_06.jpg);
  height: 620px;
}
.sec7 {
  position: relative;
  background-image: url(../images/pc/pc_07.jpg);
  height: 645px;
}
.sec8 {
  position: relative;
  background-image: url(../images/pc/pc_08.jpg);
  height: 488px;
}
.sec9 {
  position: relative;
  background-image: url(../images/pc/pc_09.jpg);
  height: 663px;
}
.sec10 {
  position: relative;
  background-image: url(../images/pc/pc_10.jpg);
  height: 662px;
}
.sec11 {
  position: relative;
  background-image: url(../images/pc/pc_11.jpg);
  height: 619px;
}
.sec12 {
  position: relative;
  background-image: url(../images/pc/pc_12.jpg);
  height: 750px;
}
.sec13 {
  position: relative;
  background-image: url(../images/pc/pc_13.jpg);
  height: 750px;
}
/* .sec14 {
  position: relative;
  background-image: url(../images/pc/pc_14.jpg);
  height: 750px;
} */
.sec15 {
  position: relative;
  background-image: url(../images/pc/pc_15.jpg);
  height: 279px;
}
.sec16 {
  position: relative;
  background-image: url(../images/pc/pc_16.jpg);
  height: 420px;
}
.sec17 {
  position: relative;
  background-image: url(../images/pc/pc_17.jpg);
  height: 488px;
}
.sec18 {
  position: relative;
  background-image: url(../images/pc/pc_18.jpg);
  height: 230px;
}
.secfaq {
  position: relative;
  background-image: url(../images/pc/pc_faq.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: auto;
  padding: 40px 40px;
}


/* 20250717追加分 */
@media only screen and (max-width: 960px) {
  .faq_container .toggle_wrap .faq_contents:nth-of-type(3) .toggle_switch dd {
    padding-top: 9px;
  }
}

@media only screen and (min-width: 960px) {
  .faq_container .toggle_wrap .faq_contents:nth-of-type(3) .toggle_contents dl {
    display: flex;
    align-items: flex-start;
    gap: 0px; 
  }

  .faq_container .toggle_wrap .faq_contents:nth-of-type(3) .toggle_contents dd {
    display: flex;
    align-items: center;
    font-size: 15px;
    padding-left: 22px;
    padding-top: 0;
    height: 38px;
  }

  .faq_container .toggle_wrap .faq_contents:nth-of-type(3) .toggle_contents dd span {
    font-size: 14px;
    line-height: 1.6;
    display: inline-block;
  }

  .faq_container .toggle_wrap .faq_contents:nth-of-type(3) .toggle_contents dd .btn img {
    width: 320px;
    height: auto;
    padding-left: 20px;     
    margin-bottom: 20px;
  }
}




.sec1 { position: relative; }
.sec1 .sp { position: relative; }

.sec1__btn {
  position: absolute;
  display: inline-block;
  text-decoration: none;
}
.sec1__btn img {
  width: 100%;   
  height: auto;
  display: block;
}


@media (min-width: 960px) {
  .sec1__btn--pc {
    left: calc(50% + -225px); 
    top: 76.5%;    
    width: 700px;
    z-index: 1;
    transform: translate(-50%, -50%);
  }
  .sec1__btn--sp { display: none; }
}
@media (max-width: 959px) {
  .sec1__btn--sp {
    left: 11%;
    top: 40%;
    width: 47vw;
    max-width: 100%;
    z-index: 1;
  }
  .sec1__btn--pc { display: none; }
}
