@charset "UTF-8";
/*特定のページのみに適用させるスタイル
---------------------------------------------------------*/
/*KVエリア*/
.header-logo h1{
    margin:0;
    padding:0;
}
.l-fv-Area{
    max-width: 1064px;
    width: 100%;
    background-image: url(../images/fv.webp);
    background-size: 70%;
    display: flex;
    background-repeat: no-repeat;
    align-items:flex-end;
    margin: auto;
    padding-bottom: 20px;
}
.fv-msg{
    padding: 22% 0 10% 70px;
    width: 60%;
}
.fvTtl_en{
    color:#000000;
    font-weight: 350;
    font-size: 1.1em;
    display: block;
    line-height: 1;
}
.fvTtl{
    color:#000000;
    font-weight: 500;
    font-size: 2.5em;
    display: block;
    font-family: 'Noto Serif JP', '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;;

}
.subCpy{
    color:#000000;
    font-size: 1.3em;
    font-weight: bold;
    padding: 0;
}
.fv-msg-txt{
}
.fv-msg-txt p{
    font-size: .8em;
    font-weight: 400; 
}

.line:nth-child(1){ margin-left: 24px; }
.line:nth-child(3){ margin-left: 18px; }
.line:nth-child(5){ margin-left: 12px; }
.line:nth-child(7){ margin-left: 8px; }

@media screen and (max-width:768px) {
    .l-fv-Area{
 
    }
    
}
@media screen and (max-width:999px) {
    .mx1000{
        display:inline;
    }

    .fv-msg{
    padding: 22% 0 6% 70px;
    width: 57%;
    }
    .fv-msg-txt p{
    letter-spacing: 0;
    padding-left:20px;
    }
}
@media screen and (min-width:1000px) {
        .mx1000{
        display:none;
    }
}
@media screen and (max-width:830px) {
   .l-fv-Area {
    background-position: -30px center;
} 
    .fv-msg{
    padding: 22% 0 6% 70px;
    width: 53%;
    }
    .fv-msg-txt p{
    letter-spacing: 0;
    padding-left:20px;
    }
}
@media screen and (max-width:768px) {

   .l-fv-Area {
    background-position: right 40px;
    display:block;
    background-size: 150%;
    } 
    .fv-msg{
    padding: 52% 0 0 40px;
    width: 100%;
    }
    .fv-msg-txt p{
    letter-spacing: 0;
    padding:10px 20px 20px 40px;
    }
    .line:nth-child(1){ margin-left: 0; }
    .line:nth-child(3){ margin-left: 0; }
    .line:nth-child(5){ margin-left: 0; }
    .line:nth-child(7){ margin-left: 0; }
    
}
@media screen and (max-width:500px) {
    .l-fv-Area {
    background-position-x: -110px;
    display:block;
    background-size: 120%;
     background-image: url(../images/fv_sp.webp);
    } 
    .fv-msg{
    padding: 68% 0 0 30px;
    width: 100%;
    }
    .fv-msg-txt p{
    letter-spacing: 0;
    padding:10px 20px 20px 30px;
    }
}
@media screen and (max-width:400px) {
     .l-fv-Area {
    background-position-x: -130px;
    display:block;
    background-size: 130%;
     background-image: url(../images/fv_sp.png);
    } 
    .fv-msg{
    padding: 90% 0 0 30px;
    width: 100%;
    }
}
    .page-top p{
        margin-bottom: 0;
    }
    
    /*メインエリア　コンテンツ　section01*/
    .sec-01-bg{
        background-image: url(../images/bg_sec01.webp);
        background-position: center right;
        background-size: cover;
        background-repeat: no-repeat;
        padding: 40px 0 60px;
    }
    @media screen and (max-width:768px) {
        .sec-01-bg{
        background-image: url(../images/bg_sec01.webp);
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        padding: 10px 0 40px;
     }
    }
    .sec-01 p{
        width: 60%;
        padding:.8em 0 1.5rem;
    }

     .sec-01 h2{
        background-image: url(../images/sub_sec01.webp);
        padding: 100px 0 0;
        background-size: 70%;
        background-repeat: no-repeat;
        background-position: left center;
     }
     @media screen and (max-width:768px) {
        .sec-01 h2{
        padding: 100px 0 0;
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: left center;
        font-size: 2.1rem;
     }
    }

        .h2sub {
        position: relative;
        display: inline-block;
        padding: 0 28px 0 20px; /* 斜め線の分だけ余白 */
        font-size: 1.9rem;
        font-weight: 600;
        line-height: 1.5;
        text-align: center;
        margin-bottom:10px;

        text-shadow: 2px 2px 10px #ffffff ,
        -2px 2px 10px #ffffff ,
        2px -2px 10px #ffffff ,
        -2px -2px 10px #ffffff;
        }

        /* 共通設定 */
        .h2sub::before,
        .h2sub::after {
        content: "";
        position: absolute;
        top: 0;
        height: 100%;  
        width: 1px;
        background: #333;
        }

        /* 左の斜め線 */
        .h2sub::before {
        left: 10px;
        transform: rotate(20deg);
        transform-origin: top;
        }

        /* 右の斜め線 */
        .h2sub::after {
        right: 10px;
        transform: rotate(20deg);
        transform-origin: top;
        }

    @media screen and (max-width:1172px) {
          .sec-01-bg{
            background-size: cover;
          }
      }
    
    @media screen and (max-width:768px) {
        .sec-01{
            width: 100%;
            margin:0;
        }
        .sec-01 p{
        width: 100%;
        padding:1rem 1.5rem;
        }
        .h2sub {
        padding: 0 15px 0 7px;
        font-size: 1.7rem;
        }
        /* 左の斜め線 */
        .h2sub::before {
        left: 0px;
        transform: rotate(10deg);
        transform-origin: top;
        }

        /* 右の斜め線 */
        .h2sub::after {
        right: 0px;
        transform: rotate(10deg);
        transform-origin: top;
        }
    }

    /*メインエリア　コンテンツ　section02　メイン*/

    .sec-02-box{
        background-color: #fff;
        background-image: url(../images/sec02_ph.webp);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: left center;
        padding:20px 20px 50px 40%;
        box-shadow: 10px 10px 0px 0px rgba(0, 0, 0, 0.14);
    }
    .sec-02 h2{
        text-align: right;
        background-image: url(../images/sub_sec02.webp);
        padding: 100px 0 10px;
        background-size: 70%;
        background-repeat: no-repeat;
        background-position: right center;
        margin-top: -40px;
     }
     .sign{
        position: relative;
     }
     .sign img{
        max-width: 250px;
        position: absolute;
        right: 0;
        bottom: -80px;
     }
     @media screen and (max-width:768px) {
        .sec-02 h2{
        padding: 100px 0 10px;
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: right center;
        font-size: 2.1rem;
     }
    }
     @media screen and (max-width:999px) {
        .sec-02-box{
        background-size: contain;
        background-position: -40px center;
        }
     }
    @media screen and (max-width:900px) {
        .sec-02-box{
        padding:20px 20px 50px 50%;
        background-position: -130px center;
        background-size: cover;
     }
    }
    @media screen and (max-width:768px) {
        .sec-02 h2 {
        padding: 100px 20px 0;
        }
        .sec-02-bg .inner{
            padding: 0;
        }
        .sec-02-box{
            padding:40px 20px 50px;
            background-image: none;
            margin-left:20px;
        }
        .sec-02-h2sp{
            margin-top: 20px;
            background-image: url(../images/sec02_ph_sp.webp);
            background-size: 50%;
            background-repeat: no-repeat;
            padding: 35% 0 0 10px;
            position: relative;
            margin-bottom: -30px;
        }
    }
    @media screen and (max-width:500px) {
        .sec-02-h2sp{
            background-size: 70%;
        }
    }


    /*メインエリア　コンテンツ　section03*/
    @media screen and (min-width:679px) {
        .pcnon{
        display:none;
        }
    }
    .sec-03{
        padding:50px 0;
    }

     .sec-03 h2{
        background-image: url(../images/sub_sec03.webp);
        padding: 100px 0 0;
        background-size: 70%;
        background-repeat: no-repeat;
        background-position: left center;
        margin-bottom:30px;
     }
     @media screen and (max-width:768px) {
        .sec-03 h2{
        padding: 100px 0 0;
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: left center;
        font-size: 2.1rem;
     }
    }

.sec-03 .box-wrap {
  max-width: 1064px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);

}
.sec-03 .box-wrap p{
    padding: 1rem 0 0 0;
    text-align: left;;
}

/* 800px以下：2分割 */
@media (max-width: 800px) {
.sec-03 .box-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* 600px以下：1分割 */
@media (max-width: 600px) {
.sec-03 .box-wrap {
    grid-template-columns: 1fr;
  }
}

/* 見た目確認用（不要なら削除OK） */
.sec-03 .box {
  padding: 0px;
  text-align: center;
  border-radius: 0;
}

.box_tit {
  position: relative;
}

.box_tit img {
  width: 100%;
  display: block;
}

/* テキスト全体を画像中央へ */
.box_tit_txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  display: inline-flex;
  flex-direction: column;
  align-items: center;

  white-space: nowrap; /* ★自動改行を防ぐ */
}

/* 各行の見た目 */
.box_tit_txt span {
  display: inline-block;
  background: #fff;
  font-weight: bold;
  padding: 3px 6px;
  margin: 4px 0; /* ← 行ごとの余白 */
  font-size: 1.7rem;
}

@media (max-width: 600px) {
.box{
    display: flex;
}
.box_tit img {
  width: 100%;
  display: block;
}
.box_tit_txt {
position: absolute;
    top: -13%;
    left: 0;
    transform:none;
    align-items: flex-start;
    white-space: nowrap;
}
.box_tit{
    width: 50%;
}
.box_txt {
        width: 70%;
        margin-left: -40px;
        margin-top:10px;
        margin-bottom:20px;
        z-index: 2;
        padding: 10px 10px 10px 15px;
        background:rgba(255,255,255,0.7);
}
.non600-{
    display:inline-flex;
}
.non-600{
    display: none;
}

.box_tit_txt span {
    padding: 1px 3px;
    margin: 2px 0;
    font-size: 1.6rem;
}
.tsmall{
font-size: .8em !important;
}
.sec-03 .box-wrap p {
    padding: 0;
    text-align: left;
}
.sec-03 h2{
    margin-bottom:60px;
}
}
@media (min-width: 601px) {

.non600-{
    display: none;
}
.non-600{
    display:inline-flex;
}

}

.guide-text {
  text-align: center;
  font-size: 1.7rem;
  line-height: 1.6;
  margin-top:40px;
}

.guide-text .arrow {
  display: block;
  margin: 8px auto 0;
  width: 10px;
  height: 10px;
  padding: 0;

  /* 「>」を下向きに */
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  transform: rotate(45deg);
}

   
 /*メインエリア　コンテンツ　section04*/
    .sec-04{
        background-color: #fff;
    }
    .sec-04 .box{
        padding: 0;
    }
      .sec-04 .box a{
        display: block;
        color: #3e3a39;
        text-decoration: none;
      }
      .sec-04 .box a:hover .ob{
        background-color: #eeeeee;
      }
     .sec-04 .h2-area {
        background-image: url(../images/sub_sec04.webp);
        padding: 130px 0 0;
        background-size: 55%;
        background-repeat: no-repeat;
        background-position: center;
        margin-bottom:30px;
        text-align: center;
     }
     .sec-04 .h2-area h2{
        text-align: center;
     }

     @media screen and (max-width:768px) {
        .sec-04 .h2-area {
        padding: 60px 0 0;
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: top center;
        font-size: 2.1rem;
     }
    .sec-04 .box {
        display: block;
    }
    }
    .box-under{
        margin-bottom:15px;
    }
    .box-under .btn-wh,.box-under a.btn-wh {
        background-color: #f3f3f3;
    }
    .ob{
        border:1px solid #e2e2e2;
        border-radius: 10px;
        padding: 15px 25px 25px;
        background:#fff;
    }
    .ob-ttl{
        font-weight: 600;
        font-size: 1.9rem;
        display: block;
        line-height: 1;
        margin-top:5px;
        
    }
    .ob-ct{
        font-weight: 400;
        font-size: 1.6rem;
        display: block;
        margin-bottom: 10px;
        margin-top:5px;
        background-color: #f5f5f5;
    }
    .sec-04 .box-wrap{
        padding-bottom:15px
    }
    .sec-04 .box img{
        width: 60%;
    }
    
    .sec04-mess{
    background-image: url(../images/sec04_img.webp);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 40%;
    padding: 40px 0;
    }
    .sec04-txt{
        max-width: 1064px;
        margin: 0 auto;
    }
    .sec04-txt p{
        padding-left: 41%;
    }

    @media screen and (max-width:768px) {
        .sec04-mess{
            background-size: 90%;
            background-position: top center;

        }
        .sec04-txt p{
            padding: 30% 20px 20px;
        }
        .h2-area p{
            text-align: left;
        }

        .sec-04 .box-wrap {
        grid-template-columns: repeat(2, 1fr);
         }
         .ob {
            padding: 10px 15px 15px;
        }
    }

    /*メインエリア　コンテンツ　section05*/ 
   .sec-05{
        background-color: #fff;
    }
    .sec-05 .box{
        padding: 0;
    }
      .sec-05 .box a{
        text-decoration: none;
      }
      .sec-05 .box a:hover .ob{
        background-color: #eeeeee;
      }
     .sec-05 .h2-area {
        background-image: url(../images/sub_sec05.webp);
        padding: 130px 0 0;
        background-size: 55%;
        background-repeat: no-repeat;
        background-position: center;
        margin-bottom:30px;
        text-align: center;
     }
     .sec-05 .h2-area h2{
        text-align: center;
     }
       .button03 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin:0 auto;
    padding: .5em 1em;
    border: none;
    border-radius: 25px;
    background-color: #3e3a39;
    color: #fff;
    font-weight: 600;
    font-size: .8em;
    line-height: 1;
    height: 40px;
}
.button03 span{
    text-align: left;
}

.button03::after {
    transform: rotate(45deg);
    width: 5px;
    height: 5px;
    margin-left: 10px;
    justify-content:center;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    content: '';
}

.button03:hover {
    background-color: #747474;
}

.sec-05 .box-under{
display: flex;
margin: auto;
 max-width: 780px;
 justify-content: space-between;
 padding: 30px 0 50px;
}
.sec-05 .box-wrap {
    max-width: 780px;
}


     @media screen and (max-width:768px) {
        .sec-05 .h2-area {
        padding: 60px 0 0;
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: top center;
        font-size: 2.1rem;
     }
        .sec-05 .box-wrap {
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
        }
        .sec-05 .box-under{
            display: block;
            padding: 30px 0;
        }
    }
    
  /*メインエリア　コンテンツ　section06*/
   .sec-06{
    background-color: #fff;
   }
    .sec-06-bg{
        background-image: url(../images/bg_sec06.webp);
        background-position: center right;
        background-size: cover;
        background-repeat: no-repeat;
        padding: 40px 0 60px;
    }
    @media screen and (max-width:768px) {
        .sec-06-bg{
        background-image: url(../images/bg_sec06.webp);
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        padding: 10px 0 40px;
     }
    }
    .sec-06 p{
        width: 60%;
        padding:.8em 0 1.5rem;
    }

    .sec-06 h2 {
        background-image: url(../images/sub_sec06.webp);
        padding: 170px 0 0;
        background-size: 70%;
        background-repeat: no-repeat;
        background-position: left bottom;
    }

     @media screen and (max-width:768px) {
        .sec-06-bg {
            background-size: cover;
        }
            .sec-06 h2{
            padding: 100px 0 0;
            background-size: 100%;
            background-repeat: no-repeat;
            background-position: left center;
            font-size: 2.1rem;
        }
        .sec-06 p {
        width: 100%;
        }
    }

/*メインエリア　コンテンツ　section07*/    
    @media screen and (max-width:678px) {
        .sp_non{
        display:none;
        }
    }
    @media screen and (min-width:679px) {
        .pc_non{
        display:none;
        }
    }
    .sec-07 .inner{
        padding-top: 50px;
        padding-bottom:40px;
    } 
    .sec-07 .h2sub {
        text-align: left;
        display: block;
        margin-bottom:30px;
        margin-left:10px;
        padding: 0 0 0 17px;
    }
    .sec-07 .h2sub .small{
        font-weight: 400;
    }

   .sec-07 .h2sub::after {
    display: none;
    }
    .sec-07 .inner img{
        max-width: 1064px;
        width:100%;
        margin-bottom: 20px;
    }

    @media screen and (max-width:678px) {
        .sec-07 .inner .sec-07-img{
        margin: auto;
        text-align: center;
        }
        .sec-07 .inner img{
        max-width: 350px;
        width:98%;
        }

    }
    
    /*メインエリア　コンテンツ　section08*/ 
    .sec-08 .inner{
        padding-top: 50px;
        padding-bottom:40px;
    } 
    .sec-08-box{
        display: flex;
    }
    .sec-08 .h2sub {
        text-align: left;
        display: block;
        margin-bottom:30px;
        margin-left:10px;
        padding: 0 0 0 17px;
    }
    .sec-08 .h2sub .small{
        font-weight: 400;
    }

   .sec-08 .h2sub::after {
    display: none;
    }   
    .bgw{
        background-color: #fff;
        padding: 15px;
        margin:5px 0;
    } 
    .sec-08-img {
        position: relative;
        margin-top: -300px;
        right: 0;
        top: 0;
        text-align: right;
    }
    .sec-08-img img{
        max-width: 500px;
        width: 100%;
    }
    .sec-08-txt{
        width: 70%;
    }
    @media screen and (max-width:1064px) {
    .sec-08-img {
        margin-top: -450px;
    }
    .sec-08-img img{
        max-width: 350px;
    }
    .sec-08-txt{
        width: 60%;
    }        
    }
    @media screen and (max-width:768px) {
    .sec-08-img {
        margin-top: -450px;
    }
    .sec-08-img img{
        max-width: 300px;
        width: 100%;
    }
    }
    @media screen and (max-width:520px) {
    .sec-08-img {
        margin-top: -450px;
    }
    .sec-08-img img{
        max-width: 200px;
        width: 100%;
    }
    .sec-08-txt {
        width: 70%;
    }
    }
    @media screen and (max-width:400px) {
    .sec-08-img {
        margin-top: -480px;
    }
    .sec-08-img img{
        max-width: 160px;
        width: 100%;
    }
    .sec-08-txt {
        width: 80%;
    }
    }
    .sec-08{
        display: block;
    }
    .sec-08-bg{
        display: block;
    }

    /*メインエリア　コンテンツ　section09*/ 
    .sec-09{
        background-color: #fff;
        margin-top: -60px;
        padding-top: 30px; 
        padding-bottom: 40px;     

    }
        .sec-09 h2{
        background-image: url(../images/sub_sec09.webp);
        padding: 100px 0 0;
        background-size: 67%;
        background-repeat: no-repeat;
        background-position: left center;
     }.sec-09-box{
        background-color: #f2f2f2;
        padding: 20px;
        margin: auto;
        display: inline-block;
        margin:20px 0;
        width: 100%;
        text-align: center;
     }
     .sec-09-box img{
        width: 100%;
     }
 .sec-09-box .sp_non img{
    max-width: 900px;
 }
     
    @media screen and (max-width:1064px) {
     .sec-09{
        margin-top: 20%;

     }
    }
    @media screen and (max-width:768px) {
     .sec-09{
        margin-top: 25%;

     }
    .sec-09 h2 {
        padding: 100px 0 0;
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: left center;
        font-size: 2.1rem;
    }
    }
    @media screen and (max-width:520px) {
     .sec-09{
        margin-top: 300px;

     }
    }

    /*メインエリア　コンテンツ　section10*/
    .sec-10{
        background-color: #fff;
        padding-bottom: 50px;
    }
    .sec10-mess {
    background-image: url(../images/sec10_img.webp);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 40%;
    padding: 40px 0;
    }
    .sec10-txt {
        max-width: 1064px;
        margin: 0 auto;
    }
    .sec-10-img{
         margin-left: 41%;
         padding-right: 20px;
         padding-right: 20px;
    }
    .sec-10-img h2{
        margin:0;
        padding-left: 0;
    }
    .sec-10-img p{
        padding-left: 0;
        padding-right: 0;
    }
    .sec-10 h2 span{
        display: inline-block;
    }
    .sec-10 .pc_non img{
        width: 95%;
        margin: 0 2.5%;
    }
    .sec-10 .pc_non h2{
        margin-top:5px;
    }
    @media screen and (max-width:768px) {
    .sec10-mess {
    background-position: -20px center;
    padding: 0;
    }
    .sec-10 .pc_non h2{
        margin-bottom:15px;
    }
    }
   
     @media screen and (max-width:520px) {
        .sec-10 .pc_non h2{
            margin-bottom:0;
        }
        .sec10-mess {
        background-position: -60px 20px;
        background-size: 50%;
        padding: 0;
        }
        .sec10-txt {
            max-width: 1064px;
            margin: 0 auto;
        }
        .sec-10-img{
            margin-left: 40%;
            padding-right: 20px;
            padding-right: 20px;
        }
    }

    .sec-10 .sec-10-box{
        background-color: #f2f2f2;
        padding: 15px;
        width: 95%;
        margin:30px 2.5% 50px;
    }
    .sec-10 .h2sub{
        margin-left: 20px;
    }
    .sec-10 .h2sub::after {
    right: 0;
    width: 0;
    }

    /*メインエリア　コンテンツ　section11*/
    .sec-11{

    }
    .sec-11 h2{
        background-image: url(../images/sub_sec11.webp);
        padding: 100px 0 0;
        background-size: 70%;
        background-repeat: no-repeat;
        background-position: center center;
        text-align: center;
     }
    .sec11-txt {
        max-width: 1064px;
        margin: 0 auto;
    }
   