/* print.css */

@page {
    size: A4 portrait; /* 用紙サイズをA4縦向きに設定 */
    margin: 10;       /* 余白を0に設定 */
  }

  @media print{
  li {
    list-style: none;
}

.btn {
    transition: all 0.5s;
    cursor: pointer;
}

.btn:hover {
    opacity: 0.5;
}

img{
    width: 100%;

}

html,body {
    overflow-x: hidden;
  }

/* フォント設定 */

a {
    text-decoration: none;
    color : inherit;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight:600;
    font-style: normal;
    letter-spacing: 1.5px;
    break-inside:avoid-page;/* 改ページ禁止 */
}/* 日本語 */

p{
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 1.5px;
    break-inside:avoid-page;/* 改ページ禁止 */
}/* 日本語 */

.stl-min span {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 1.5px;
}

*{
    -webkit-print-color-adjust: exact;
}

.new-page {
    page-break-before: always; /* 特定の場所で改ページを入れたいときの指定 */
  }

  .non-new-page {
    break-inside:avoid-page;/* 改ページ禁止 */
  }

  .pc {
    display: block;
  }

  .sp {
    display: none!important;
  }

}

/* フォント設定 */

.akspo-lp a,p{
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1.9px;
}/* 日本語 */

.akspo-lp a{
  font-size: 2.8rem;
  text-decoration: none;
  color : inherit;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight:600;
  font-style: normal;
  letter-spacing: 1.5px;
  break-inside:avoid-page;/* 改ページ禁止 */
}


  .akspo-lp  p{
      font-size: 1.5rem;
      line-height: 1.6;
  }
  .akspo-lp p{
      font-size: 2.6rem;
      line-height: 1.5;
      letter-spacing: 2px;
  }

.akspo-lp li{
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
}/* 日本語 */

.akspo-lp h1,.akspo-lp h2{
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight:700;
  font-style: normal;
  letter-spacing: 2px;
  line-height: 1.3;
  color: #CC0000;
  margin: 0;
}/* 日本語 */

.fw500 {
  font-weight: 500;
}

  .akspo-lp h1{
      font-size: 3.2rem;
      letter-spacing: 2.2px;
  }

  .akspo-lp h2{
      font-size: 2.6rem;
      letter-spacing: 2.0px;
  }



/*  アニメーション設定 */
.fadeUp {
  animation-name:fadeUpAnime;
  animation-duration:1.7s;
  animation-fill-mode:forwards;
  opacity:0;
  }
  
  @keyframes fadeUpAnime{
    from {
      opacity: 0;
    transform: translateY(100px);
    }
  
    to {
      opacity: 1;
    transform: translateY(0);
    }
  } 

  .padding-non {
      padding: 0%!important;
  }

/* PC/sp分岐・共通設定 */

  .pc{
      display: inline-block;
  }

  .sp{
      display: none!important;
  }

  .container {
      width: 80%;
      margin: 0px auto;
      padding: 100px;
      max-width: 1500px;
  }

  .area-title {
      padding-bottom: 40px;
      text-align: center;
  }

  .area-title-text {
      color: #CC0000;
      font-weight: 600;
      line-height: 1.3!important;
  }

  .area-title h2 {
      font-size: 3.6rem;
      padding-bottom: 10px;
  }


  .lp-btn p{
      font-weight: 600;
      font-size: 2.0rem;
  }



/* ボタン設定共通 */
.akspo-btn-common{
  border: 1.5px solid #CC0000;
}

.akspo-btn-common a{
  display: flex;
  justify-content:space-between;
  margin: 0 auto;
}

.arrow-common {
  transform: rotate(-90deg);
}
  .arrow-common {
      width: 20px!important;
  }

  .akspo-btn-common {
      width: 27%;
      margin: 0 auto;
      margin-top: 20px;
      color: #CC0000;
      min-width: 250px;
      max-width: 340px;
  }

  .akspo-btn-common a{
      padding: 15px 30px 20px;
  }

  .akspo-btn-common a p{
      font-weight: 600;
      font-size: 1.8rem;
      padding-top: 3px;
  }


/* 基本設定ここまで */

/* mv */

.mv {
  width: 100%;
}

.page-link {
  background-color: #CC0000;
  color: #fff;
  width: 100%;
}



.mv {
  background-image: url(../img/mv_back_pc.jpg) ;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.mv-content {
  display: flex;
  justify-content: space-between;
  width: 70%;
  margin: 0px auto;
  padding: 120px 0px;
}

.mv-logo {
  width: 40%!important;
  max-width: 350px;
}


.mv-text {
  width: 52%!important;
  max-width: 600px;
}

.page-link {
  height: 70px;
}

.page-link ul {
  display: flex;
  justify-content:space-between;
  width: 70%;
  min-width: 750px;
  margin: 0 auto;
  height: 70px;
}

.page-link ul li {
  line-height: 70px;
}

.page-link ul li a{
  position: relative;
  padding-right: 35px;
  font-size: 1.6rem;
  display: block;
}

.arrow-under {
  width: 15px !important;
  display: block;
  position: absolute;
  top: 30px;
  right: 10px;
}

/* area1 */

.area1 {
  background-color: #F2F2F2;
}

.area1-2 a{
      background-color: #fff;
      border: 1.5px solid #CC0000;
      color: #CC0000;
      display: flex;
      justify-content: center;
}

.area1-3 {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: white !important;
}

  .area1-title {
      width: 30%;
      margin: 0 auto;
      padding-bottom: 30px;
      min-width: 240px;
  }

  .area1-1 {
      display: flex;
      width: 68%;
      justify-content:space-between;
      margin: 0 auto;
      min-width: 540px;
  }

  .area1-3box {
      width: 17%;
      text-align: center;
      min-width: 125px;
  }

  .area1-arrow {
      width: 7%;
      padding-top: 120px;
  }

  .area1-3box p{
      font-size: 1.8rem;
      font-weight: 600;
  }

  .area1-3box div {
      padding-top: 15px;
      width: 70%;
      margin: 0 auto;
  }

  /* ボタン設定 */
  .area1-2 a{
      padding: 15px 30px 20px;
      width: 40%;
      margin: 40px auto 80px;
      min-width: 450px;
  }

  .area1-2 a p{
      padding-right: 20px;
      font-size: 1.8rem;
      padding-top: 3px;
  }

  .arrow-under-1 {
      width: 20px!important;
  }

  /* contact */
  .area1-3 {
      background-image: url(../img/contact_back_pc.jpg) ;
  }

  .area1-3 a{
      display: flex !important;
      justify-content: center;
      padding: 40px 20px 50px;
  }

  .area1-3-title h2 span {
      font-size: 1.6rem;
      font-weight: 500;
  }

  .area1-3-title h2{
      color: white !important;
      line-height: 1.3;
      padding-bottom: 5px;
      min-width: 170px;
  }

  .area1-3-text {
      padding: 33px 30px 0px;
  }

  .area1-3-arrow {
      width: 60px;
      padding-top: 35px;
  }




/* area2 */

.area2-1 {
  display: flex;
  flex-wrap: wrap;
}

.area2-name {
  border-bottom: 4px solid #F2F2F2;
  display: flex;
  justify-content: space-between;
}

.area2-arrow {
  transform: rotate(-90deg);
}

.area2-name p{
  font-weight: 600;
}

.area2-2-arrow {
  background-color: #F2F2F2;
}

.area2-2 {
  padding-top: 40px;
  text-align: center;
}

.area2-2-arrow p {
  color: #CC0000;
}


  .area2-box {
      width: calc(33% - 60px);
      margin: 20px 30px;
  }

  .area2-title {
      padding-bottom: 40px;
  }

  .area2-car-img {
      width: 80%;
      min-width: 200px;
      max-width: 310px;
      padding-bottom: 15px;
      margin: 0 auto;
  }

  .area2-name p{
      padding-left: 10px;
      padding-bottom: 5px;
  }

  .area2-arrow {
      width: 18px;
  }

  .area2-arrow img{
      padding-right: 10px;
      display: block;
  }
/* area3 */

.area3 {
  background-color: #F2F2F2;
}

.map {
  width: 100%;
  background-color: #8AB4F8;
  height: 400px;
}

.map-list li{
  width: 100%;
  border-bottom: 1.5px solid #CC0000;
}

.map-list li h3 {
  font-weight: 600;
}

.map-link {
  display: flex;
}

.map-address {
  background-color: #CC0000;
  color: #fff!important;
}

.map-tel {
  display: flex;
}

.area3-2-arrow {
  background-color: #fff;
  color: #cc0000;
}

  .map-list {
      padding-top: 20px;
  }

  .map-list li {
      padding: 20px 0px;
      display: flex;
      position: relative;
  }

  .map-list li h3 {
      width: 120px;
      padding-top: 8px;
  }

  .map-address {
      padding: 10px 0px;
      width: 140px!important;
      text-align: center;
  }

  .map-tel {
      padding-left: 20px;
      padding-top: 6px;
  }

  .tel-icon {
      width: 30px!important;
      padding-right: 10px;
  }

  .map-link a{
      font-size: 1.4rem;
      width: 160px;
  }

  .map-link{
      position: absolute;
      right: 0px;
  }

  .map-add {
      padding-top: 6px;
      width: 40%;
  }

  .area-3-2-text{
      text-align: center;
      padding-top: 50px;
  }


/* area4 */

.area4-box-title {
  border-bottom: 2px solid #F2F2F2;
  text-align: center;
}

.top-step-text {
  background-color: #F2F2F2;
}

.top-step-text h4{
  color: #CC0000;
}


  .top-step {
      background: url(../img/step-line-yoko.png)no-repeat;
      background-size: 80%;
      background-position: 50% 65px;
      background-origin: padding-box;
  }

  .are4-1 {
      width: 100%;
      padding-bottom: 20px;
  }

  .are4-2 {
      max-width: 980px;
      margin: 0 auto;
      position: relative;
      padding: 0 5%;
  }

  .area4-box-title h3 {
      font-size: 2.3rem;
      letter-spacing: 2.0px;
      padding-bottom: 10px;
      font-weight: 600;
  }

  .top-step {
      padding-top: 30px;
      display: flex;
      justify-content:space-between;
      width: 100%;
  }

  .top-step li {
      width: 23%;
  }

  .top-step-img {
      width: 70px;
      margin: 0 auto;
      padding-bottom: 20px;
  }

  .top-step-text {
      padding: 20px 4% 20px 6%;
      height: 230px;
  }

  .top-step-text h4{
      padding-bottom: 10px;
      font-size: 1.8rem;
      letter-spacing: 2px;
      line-height: 1.5;
      text-align: center;
  }

  .hi50 {
      line-height: 50px!important;
  }

  .area4-mid {
      width: 20px;
      margin: 0 auto;
      display: block;
      padding-bottom: 40px;
  }

  .btst-text {
      height: auto;
  }



/* area4-2 */

.area4-1 {
  background-color: #8AB4F8;
}



  .bottom-step {
      padding-top: 20px;
      background: url(../img/step-line-tate.png)no-repeat;
      background-size: 1px;
      background-position: 34px 30px;
      background-origin: padding-box;
  }

  .btst-text {
      padding: 20px 4% 20px;
  }    

  .area4-1 {
      height: auto;
      margin-top: 40px;
      margin-bottom: 40px;
  }

  .are4-2 {
      width: 80%;
  }

  .bottom-step li{
      display: flex;
      margin-bottom: 40px;
  }

  .btst-text h4{
      text-align: left;
  }

  .btst-img {
      padding-top: 20px;
      padding-right: 40px;
  }

  .btst-text {
      width: calc(100% - 160px);
  }

  .btst-flex {
      display: flex;
  }

  .btst3-1 {
      width: 60%;
      padding-right: 5%;
  }

  .btst3-2 {
      width: 45%;
  }

  .btst2-img {
      padding-top: 20px;
  }



  .are4-2 {
      width: 100%;
      padding: 0px;
  }

  .btst-img {
      position: relative;
      padding-top: 50px;
  }

  .btst-text {
      text-align: left;
      margin-top: 0px;
  }




/* area5 */
.area5 {
  background-color: #F2F2F2;
}

.question {
  border-bottom: 1px solid #CC0000;
}

.question p{
  font-weight: 500;
}

.answer {
  background-color: #ffffff;
}

.faq-box {
  display: flex;
  position: relative;
}

.faq-icon {
  color: #CC0000;
  font-weight: 600;
}

  /* faq */

  .increaseMark span {
      background: #CC0000;
      display: block;
      position: absolute;
      width: 100%;
      height: 2px;
      transition: top 0.24s, transform 0.24s, opacity 0.24s;
  }

  .increaseMark span:nth-child(1) {
      top: 90%;
    }

    .increaseMark span:nth-child(2) {
      top: 90%;
      transform: translateY(-50%) rotate(90deg);
    }

  .is_on .increaseMark span:nth-child(2) {
      top: 90%;
      transform: translateY(-50%) rotate(0deg);
    }

    button {
      border-color: transparent;
      background: transparent;
      cursor: pointer;
    }

  .hidden {
      display: none;
    }

  .hidden.is_display {
      display: block!important;
  }

  .sec-faq-wrapper {
      position: relative;
  }

  .increase {
      position: absolute;
      right:10px;
  }

  .sec-news-box:last-child{
      margin-bottom: 0px;
  }

  p.question{
      padding-top: 0px!important;
      padding-bottom: 10px;
      width: 90%;
      font-weight: 600;
  }

  .sec-faq-bottom p {
      padding-top: 5px!important;
      padding-bottom: 15px;
  }

  .bottom0 {
      margin-bottom: 0!important;
  }


  　

      .faq-list {
          width: 70%;
          margin: 0 auto;
          min-width: 580px;
      }

      .increaseMark{
          width: 20px;
          height: 20px;
          position: relative;
      }

      .faq-icon {
          font-size: 2.2rem;
          padding-right: 10px;
          padding-bottom: 10px;
          padding-left: 10px;
      }

      .faq-box {
          padding: 10px 10px 5px;
      }

      .faq-box p{
          padding-top: 2px;
          padding-bottom: 10px;
          width: 90%;
      }

      .faq-btn {
          margin-bottom: 10px;
      }
      
  



/* area6 */


.area6-1-arrow {
  background-color: #F2F2F2;
}



　

  .area6-1 {
      display: flex;
      flex-wrap: wrap;
      width: 70%;
      min-width: 700px;
      margin: 0 auto 40px;
  }

  .area6-1-arrow {
      width: calc(50% - 30px);
      max-width: none;
      margin: 0 auto 20px;
  }

  .area6-wrapper-arrow {
      transform: rotate(180deg);
      padding-top: 0px;
  }



  .area6-1 {
      display: block;
      width: 70%;
      min-width: 400px;
      margin: 0 auto 80px;
  }

  .area6-1-arrow {
      width: 100%;
      max-width: none;
      margin: 0 auto 20px;
  }


