*{
    padding:0;
    margin:0;
}
body{
    font-size:14px;
    line-height:normal;
    background: #FBF9F6;
    color:#000;
    font-family: "Noto Sans JP", sans-serif;
    font-weight:400;
    font-optical-sizing: auto;
    font-style: normal;
    -webkit-text-size-adjust:100%;
}
img{
    width:100%;
    display:inline-block;
    vertical-align:bottom;
}
a{
    text-decoration:none;
    color:#000;
    -webkit-tap-highlight-color: transparent;
}
a:hover,a:active{opacity:0.6;}
h1{
    color:#FFFFFF;
    font-size: 26px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 2.08px;
    height: 40px;
    background: #DF7422;
    text-align: center;
}
@media screen and (max-width: 768px){
    h1{
        display:flex;
        height:40px;
        justify-content:center;
        align-items:center;
        gap:10px;
        font-size: 15px;
        letter-spacing:1.2px;
    }
}
.main-img{
    width:100%;
    max-width:1000px;
    margin:auto
}
.contents{
    display: flex;
    padding:20px 0px;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    width:100%;
    max-width:1000px;
    margin:auto;
}
.catch{
    display: flex;
    align-items: center;
    gap: 20px;
}
.catch .text{
    width:486px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 1.28px;
}
.catch .text p > strong{
    color: #DF7422;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: 1.44px;
    display: block;
    padding:8px;
    margin:10px auto;
    background: #FFF;
}
.catch .text .sp{display:none;}
.catch .img{width:262px;}
@media screen and (max-width: 768px){
    .contents{
        padding:10px;
        gap: 20px;
        width:calc(100% - 20px);
        max-width:auto;
        flex-direction: column;
    }
    .catch{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }
    .catch .text .pc{display:none;}
    .catch .text{width:100%;}
    .catch .text .sp{
        display: flex;
        width:80%;
        min-width:300px;
        margin:auto;
    }
    .catch .text p > strong{
        display: block;
        padding:2px 8px;
        width:calc(100% - 16px);
        text-align:left;
        margin:auto;
    }
    .catch .img{margin:auto;}
    .example{
        width:80%;
        min-width:300px;
        margin:auto;
    }
}
.point{
    display: flex;
    width:calc(100% - 46px);
    max-width:1000px;
    padding:0px 20px;
    justify-content: center;
    align-items: center;
    gap: 40px;
    border-radius: 12px;
    border: 3px solid #ECB02A;
    background: #FFF;
}
.point .icon{
    width:30px;
    height: 46px;
}
.point .woman{
    width: 172px;
    height: 144px;
}
.point .text{
    color: #424242;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1.44px;
    width:600px;
}
.point .text > strong{color:#DF7422;}
@media screen and (max-width: 768px){
    .point{
        padding:20px 20px 0px 20px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
        width:calc(80% - 40px);
        min-width:260px;
        margin:auto;
    }
    .point .text{
        width:100%;
        font-size: 15px;
        letter-spacing: 1.2px;
        font-weight: 600;
    }
}
.fff-contents{
    background: #FFF;
    display: flex;
    padding: 40px 0px 30px 0px;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    align-self: stretch;
}
.kazokuso{
    color:#000;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1.44px;
    width:100%;
    max-width:800px;
    margin:auto;
}
.kazokuso strong{color: #DF7422;}
.fff-contents .img{
    width:100%;
    max-width:1000px;
    margin:auto;
}
.fff-contents .inquiry-box{
    width:100%;
    max-width:1000px;
    margin:auto;
}
@media screen and (max-width: 768px){
    .fff-contents{
        padding:30px 0px 20px 0px;
        gap:20px;
    }
    .kazokuso{
        padding: 0px 10px;
        width:calc(80% - 20px);
        font-size: 15px;
        letter-spacing: 1.2px;
    }
    .fff-contents .inquiry-box{
        padding: 0px 10px;
        width:calc(100% - 20px);
    }
}

.tel{
    background: #F9F2D6;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
    padding:50px 0px 40px 0px;
}
.tel-box{
    border-radius: 30px;
    border: 3px solid #82BC74;
    background: #FFF;
    width:calc(100% - 6px);
    max-width:1000px;
    margin:auto;
    padding:60px 0px 20px 0px;
    position: relative;
}
.tel-box h2{
    width:849px;
    height: 113px;
    margin:auto;
    display: block;
    position:absolute;
    top:-50px;
    left:0;
    right:0;
}
.tel-box .box{
    display:flex;
    justify-content: center;
    align-items: center;
    gap: 51px;
    align-self: stretch;
}
.tel-box .box > div{
    width:400px;
    text-align: center;
}
.tel-box .box > div > h3{
    color:#555;
    font-size: 20px;
    font-weight: 500;
    line-height: 100%;
}
.tel-box .box > div > h3 > strong{
    color: #F1B721;
    font-size: 23px;
    font-weight: 700;
    line-height: 100%;
}
.tel-box .box > div > h3 > strong > span{font-weight: 500}
.tel-box .box > div > a, .tel-box .box > div > span{
    color: #82BC74;
    font-size: 55px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -1.65px;
    position: relative;
    padding:0px 0px 0px 57px;
}
.tel-box .box > div > a::before, .tel-box .box > div > span::before{
    content:"";
    display: block;
    width: 46px;
    height: 46px;
    background-image: url(./images/tel.svg);
    background-size:cover;
    background-repeat: no-repeat;
    position:absolute;
    top:10px;
    left:0;
    bottom:0;
    margin:auto;
}
.tel-box .inquiry-link{
    display:block;
    width: 427px;
    height: 76px;
    margin:30px auto 0px auto;
}
@media screen and (max-width: 768px){
    .tel{padding: 40px 15px;}
    .tel-box{
        padding: 60px 0 20px 0;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 30px;
        align-self: stretch;
        width:80%;
        min-width:300px;
        margin:auto;
    }
    .tel-box h2{
        width: 279px;
        height: 53px;
        top:-15px;
    }
    .tel-box .box{
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 30px;
        align-self: stretch;
    }
    .tel-box .box > div{width:100%;}
    .tel-box .box > div > h3{
        font-size:12px;
        font-weight:500;
        line-height: 100%;
    }
    .tel-box .box > div > h3 > strong{font-size:14px;}
    .tel-box .box > div > a, .tel-box .box > div > span{
        font-size: 33px;
        font-weight: 700;
        line-height: 100%;
        letter-spacing: -0.99px;
        padding:0px 0px 0px 35px;
    }
    .tel-box .box > div > a::before, .tel-box .box > div > span::before{
        width: 27px;
        height:27px;
    }
    .tel-box .inquiry-link{
        width:242px;
        height: 43px;
    }
}


footer{
    background: #7E7F72;
    padding:20px 0px;
    display:flex;
    width:100%;
    justify-content:center;
    gap:2px;
    align-self: stretch;
}
footer img{
    width:150px;
    height:28px;
}