@charset "UTF-8";
html {
    margin-top: 0px !important;
}
body{
    font-family: "kozuka-gothic-pr6n", sans-serif;
    max-width: 650px;
    margin: 0 auto;
    vertical-align: bottom;
    background-color: #fff;
}
img{
    width: 100%;
    vertical-align: bottom;
}
.container{
    padding: 0 15px;
}
h2, p{
    color: #5c4013;
}
a{
    text-decoration: none;
}
li{
    list-style: none;
}

/* p-foot */
.p-foot{
    background-color: rgba(255, 255, 255, 0.8);
    position: fixed;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    max-width: 650px;
    width: 100%;
    z-index: 1;
    padding: 20px 0px;
}
.p-foot-list{
    justify-content: center;
    gap: 30px;
}
.header-list{
    list-style: none;
    display: flex;
    gap: 0 8px;
    text-align: center;
    align-items: center;
}
.p-foot-list li{
    font-size: 23px;
    width: 45%;
}
.btn-orange, .btn-green {
    display: inline-block;
    border-radius: 20px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    box-shadow:inset 0 0px 25px rgba(0, 0, 0, 0.2);
    transition: opacity 0.3s;
    position: relative;
  }
  .btn-orange::after, .btn-green::after{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
  
  .btn-orange {
    background: linear-gradient(to right, #ff9900, #ffcc33);
  }
  
  .btn-green {
    background: linear-gradient(to right, #4CAF50, #8BC34A);
  }
  
  .btn-orange:hover,
  .btn-green:hover {
    opacity: 0.6;
  }

.p-foot-list li img{
    width: 25px;
    margin-right: 5px;
    vertical-align: middle;
}
.p-foot .btn-orange,.p-foot .btn-green{
    width: 100%;
    padding: 18px 5px;
}
/* header */
header{
    display: flex;
    justify-content: space-between;
    height: 60px;
    background-image: url(../img/header.png);
    padding: 0 20px;
    align-items: center;
}
h1{
	width: 9%;
    line-height: 1px;  
}
.logo{
    width: 100%;
}
.sp1{
    display: none;
}


header img{
    width: 25px;
}
header a:hover{
    opacity: .5;
}

/* sec1 */
.sec1-group {
    position: relative;
    display: inline-block;
}

.sec1-group img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* cta-btn */
.cta-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.cta-btn {
    /* background: linear-gradient(90deg, #20961E , #208F1E); */
    background-size: 200% 100%;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    overflow: hidden;
    
    color: white;
    font-size: clamp(20px, 5.3vw, 30px);
    border-radius: 40px;
    font-weight: bold;
    vertical-align: middle;
    position: relative;
    padding: 12px 45px;
    /* border: 6px outset #1A6216; */
}
.sec1-btn{
    background: linear-gradient(90deg, #4faf27 0%, #1E931E 50%, #1a6216 100%);
    border-top: 10px solid #5EC830;
    border-left: 10px solid #5EC830;
    border-bottom: 10px solid #1A6216;
    border-right: 10px solid #1A6216;
}

.cta-btn::before {
    position: absolute;
    content: "";
    top: 0;
    left: -120%;
    width: 100%;
    height: 100%;
    transform: skewX(-30deg);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%);
}
.cta-btn:hover::before {
    animation: shine .8s linear;
}
.cta-btn-blue{
    background: linear-gradient(90deg, #5ba7f4 0%, #4e9df3 50%, #1471df 100%);
    border-top: 10px solid #4e9df3;
    border-left: 10px solid #4685c7;
    border-bottom: 10px solid #0255b1;
    border-right: 10px solid #0255b1;
    width: 95%;
}
.cta-btn-green{
    background: linear-gradient(90deg, #4faf27 0%, #1E931E 50%, #1a6216 100%);
    border-top: 10px solid #5EC830;
    border-left: 10px solid #5EC830;
    border-bottom: 10px solid #1A6216;
    border-right: 10px solid #1A6216;
    width: 95%;
}
.cta-btn-orange{
    background: linear-gradient(90deg, #fbb701 0%, #fda102 50%, #fd9f02 100%);
    border-top: 10px solid #fac607;
    border-left: 10px solid #fdc512;
    border-bottom: 10px solid #cd7e01;
    border-right: 10px solid #cd7e01;
    width: 95%;
}
@keyframes shine {
    100% {
        left: 100%;
    }
}

/* 無料の縁取り文字 */
.cta-red-content {
    display: inline-block;
    position: relative;
}

.f-cta-red {
    color: #FD6131;
    font-size: clamp(22px, 5.9vw, 32px);
    position: relative;
    z-index: 2;
}

.b-cta-red {
    color: #ffffff;
    font-size: clamp(22px, 5.9vw, 32px);
    position: absolute;
    inset: 0;
    z-index: 1;
    -webkit-text-stroke: 6px #fff;
}

/* 三角 */
.sec1-btn::after {
    content: '';
    border-style: solid;
    border-width: 16px 0 16px 16px;
    border-color: transparent transparent transparent #fff;
    display: inline-block;
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    right: 6%;
    transform: translateY(-50%);
}
/* btnの位置 */
.sec1-btn {
    position: absolute;
    top: 3%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 600px;
}

.sec1-title {
    position: absolute;
    top: 300px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 30px;
    font-weight: bold;
    margin: auto;
}
/* sec2 */
.sec2 {
    position: relative;
}

.sec2-cta {
    margin-block: 48px;
    text-align: center;
}

.sec2-cta p {
    font-size: clamp(24px, 6.4vw, 32px);
    font-weight: bold;
    letter-spacing: 0.1em;
    display: inline-block;
}
.cta-wrap-sec-2{
    padding-bottom: 10px;
    max-width: 520px;
    margin: auto;
}
.sec2-btn .line{
    width: 38px;
}
.sec2-btn .phone{
    width: 45px;
}
.sec2-cta p::before {
    content: "＼";
}
.sec2-cta p::after {
    font-weight: bold;
    content: "／";
}
/* sec4 */
.sec4-title{
    position: relative;
}
.sec4-title h2{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
}
/* sec5 */
.sec5 img{
    padding-bottom: 80px;
}
/* sec8 */
.sec8 h2{
    background-color: #f4aa7e;
    width: 100%;
    height: 130px;
    text-align: center;
}
.sec8-box {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3列にする */
    gap: 20px; /* 画像の間隔を調整 */
    justify-content: center; /* 中央揃え */
    align-items: center; /* 縦方向の中央揃え */
    padding:25px ;
}

.sec8-box img {
    max-width: 100%; /* 画像のサイズを親要素に合わせる */
    height: auto; /* 縦横比を維持 */
}
.sec8 p{
    text-align: center;
    font-size: 22px;
    padding: 20px 10px 70px 10px;
    color: black;
    letter-spacing: 3px;
}
/* sec9 */
.sec9{
    text-align: center;
    width: 90%;
    max-width: 96%;
    margin: 50px auto;
    padding: 20px;
    background-color: #fdf5b0; /* ここで背景色を適用 */
    border-radius: 10px; 
}
.sec9-title{
    font-size: 35px;
    font-weight: bold;
    margin:15px auto;
}
.sec9-wrap{
    padding: 20px;
    border-radius: 10px;
    margin: 10px 0;
}
.sec9-wrap .icon{
    width: 150px; /* 丸アイコンのサイズ */
    height: 150px;
}
.sec9 h3 {
    font-size: 23px;
    color: #d75933; /* オレンジ系 */
    margin: 10px 0;
}
.sec9 p {
    font-size: 25px;
    color: #333;
    margin: 0;
}
.sec9 .yazirushi{
    width: 80px; /* 矢印のサイズ */
    margin: 0;
}

/* sec10 */
.sec10 {
    text-align: center;
}

.accordion-area {
    text-align: left;
    width: 90%;
    margin: 0 auto;
}

.accordion-area li {
    margin: 10px 0;
}

.accordion-area section {
    border: 1px solid #D75933;
    border-radius: 9px;
}

/*アコーディオンタイトル*/
.ac-title {
    border-radius: 8px 8px 0 0;
    position: relative;
    /*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    font-size: 1rem;
    font-weight: normal;
    padding: 3% 50px 3% 3%;
    transition: all .5s ease;
    background-color: #D75933;
    color: #fff;
    display: flex;
}
/*アイコン*/

.ac-title::after {
    content: "";
    width: 16px;
    height: 16px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(135deg);
    position: absolute;
    right: 20px;

}

/*アコーディオンで現れるエリア*/
.ac-box {
    display: none;
    /*はじめは非表示*/
    padding: 3%;
}

.ac-title::before{
    content: "Q.";
    color: #F7F69A;
    font-weight: bold;
    margin-right: 20px;
}

/*　closeというクラスがついたら形状変化　*/
.close{
    border-radius: 8px;
}
.close::after {
    transform:rotate(-45deg) translateY(-50%);
    top: 50%;
    right: 14px;
}
.ac-box {
    display: block;
    display: flex;
}
.ac-box::before{
    content: "A.";
    font-weight: bold;
    margin-right: 20px;
}

.top-button {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: block;
    background-color: #D75933;
    border: solid 1px #fff;
    position: fixed;
    right: 25px;
    bottom: 25px;
    transition: all 0.5s;
}

.top-button:hover{
    opacity: 0.7;
}
.top-button::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
    border-width: 0px 7px 7px 7px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.sec10-img{
    width: 100%;
    padding: 40px 100px;
}
/* sec11 */
.sec11{
    background-image: url(../img/contact-bg.jpg);
    display: block;
    background-size: cover;
    padding: 60px 25px;
    text-align: center;
    margin-top: 30px;
}
.contact-content{
    background-color: #fafafa;
    border-radius: 8px;
    padding: 40px 16px;
}
.sec11-title{
    font-size: clamp(24px, 6.5vw, 28px);
}
.sec11-title-bold{
    font-size: 32px;
}

form{
    max-width: 420px;
    margin: 0 auto;
    margin-top: 30px;
    text-align: left;
    margin-bottom: 100px;

}
.form-name{
    font-size: clamp(20px, 5.4vw, 24px);
    margin-bottom: 4px;
}

.form-rq{
    vertical-align: middle;
    background-color: #214B63;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    margin-left: 10px;
    padding: 4px 8px;
}

.form-content input,.form-content select,.form-content textarea{
    border: 1px solid #B8B8B8;
    background-color: #D8D6D7;
    width: 100%;
    border-radius: 4px;
    padding: 8px 16px;
}

.form-content select{
    -webkit-appearance: menulist;
    appearance: menulist;
}

.form-content{
    margin-bottom: 15px;
}

.form-any{
    font-size: 16px;
}
.submit-btm{
    text-align: center;
    font-size: clamp(24px, 6.5vw, 32px);
    background:linear-gradient(#8AE5F0 0%, #4DABE8 50%, #3078CA 100%) ;
    border-radius: 8px;
    padding: 8px 8px;
    border: 2px solid #fff;
    box-shadow: -1px -1px 4px #ddd;
    position: relative;
}

.submit-btm input{
    color: #fff;
    font-weight: bold;
    width: 100%;
}

.submit-btm::before {
    position: absolute;
    content: "";
    top: 0;
    left: -120%;
    width: 100%;
    height: 100%;
    transform: skewX(-30deg);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%);
}

.submit-btm:hover::before {
    animation: shine .8s linear;
}
#cf-turnstile-cf7-3673750535{
    margin-left: 0;
    text-align: center;
}


@media screen and (max-width:610px) {
    .pc1{
        display: none;
    }
    .sp1{
        display: block;
    }
    .p-foot-list li{
        font-size: 16px;
        width: 45%;
    }
    .p-foot-list li img{
        width: 20px;
        vertical-align: middle;
    }
    .p-foot .btn-orange,.p-foot .btn-green{
        width: 100%;
        padding: 15px 3px;
    }
     .logo-sp{
        width: 140%;
    }

    .header-list-sp{
        list-style: none;
        display: flex;
        gap: 0 5px;
        text-align: center;
        align-items: center;
    }
    .sec1-btn{
        width: 95%;
    }
    .cta-btn{
        padding: 12px 38px;
    }
    .cta-btn-blue{
        padding: 12px 38px;
    }
/* 
    .p-foot-list li{
        font-size: 10px;
    }
    .p-foot .btn-orange,.p-foot .btn-green{
        padding: 6px 8px;
    } */
    .sec8 p{
        font-size: 14px;
    }
    .sec10-img{
        padding: 40px 60px;
    }

}


.wpcf7-spinner{ display:none !important}
