*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

html{
    scroll-behavior: smooth;
}
:target {
    scroll-margin-top: 60px;
}

img{
    display: block;
    width: 100%;
    object-fit: contain;
}
p{
    display: block;
}

section.wrapper{
    width: 100%;
    overflow-x: hidden;
}

header{
    background-color: #0f52a0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
}
header>img{
    width: 18%;
}
header>div{
    width: 28%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
header>div a{
    display: block;
    width: 49%;
}

.time_bar{
    background-color: #0f52a0;
    padding: 40px 0;
}
.time_bar p{
    text-align: center;
    font-weight: bold;
    color: #fff;
    font-size: 30px;
}
.cta_area{
    width: 90%;
    max-width: 860px;
    margin: 50px auto;
}
.cta_flex{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 20px auto 35px;
}
.cta_flex>a{
    width: 48%;
    display: block;
}

.trouble{
    background-image: 
        linear-gradient(0deg, transparent 22px, #bebebe 24px),
        linear-gradient(90deg,  #dadada 22px, #bebebe 24px);
    background-size: 24px 24px;
    padding: 60px 0;
}
.trouble .ttl{
    width: 33%;
    margin: 0 auto 20px;
}
.trouble>div img{
    width: 100%;
    margin: 0 auto;
    max-width: 860px;
}

.service{
    background-color: #d4e8ff;
    padding: 100px 0;
}
.service .ttl{
    width: 40%;
    margin: 0 auto 40px;
}
.service_flex{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 95%;
    max-width: 860px;
    margin: 0 auto;
}
.service_flex>img{
    width: 33%;
    margin-bottom: 30px;
    box-shadow: 10px 10px 15px rgba(0,0,0,0.05);
}

.voice{
    background:repeating-linear-gradient(
        -30deg,
        #68a0e6,
        #68a0e6 6px,
        #91baf2 0,
        #91baf2 12px
    );
    padding: 60px 0 150px;
}
.voice .ttl{
    width: 35%;
    margin: 0 auto 20px;
}
.voice_child{
    background-color: #fff;
    border-radius: 20px;
    padding: 30px 35px;
    margin:0 70px;
    min-height: 670px;
    box-shadow: 10px 10px 15px rgba(0,0,0,0.1);
}
.voice_child h3{
    font-size: 30px;
    color: #0f52a0;
    line-height: 1;
    margin: 30px auto 15px;
}
.voice_child p{
    text-align: justify;
    font-size: 20px;
}
.voice .slick-dots{
    bottom: initial;
    top: 110%;
}
.voice .slick-dots li{
    margin: 0 15px;
}
.voice .slick-dots li button:before{
    opacity: 1;
    font-size: 18px;
    color: #fff;
}
.voice .slick-dots li.slick-active button:before{
    color: #0f52a0;
}
.voice .slick-prev,
.voice .slick-next{
    z-index: 1;
    width: 40px;
    height: 40px;
}
.voice .slick-prev{
    left: 28%;
}
.voice .slick-next{
    right: 28%;
}
.voice .slick-prev:before,
.voice .slick-next:before{
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    color: #0f52a0;
    font-size: 40px;
    opacity: 1;
}
.voice .slick-prev:before{
    content: '◀';
}
.voice .slick-next:before{
    content: '▶';
}

.area{
    background-color: #edf5ff;
    padding-bottom: 70px;
}
.map_area{
    width: 95%;
    max-width: 660px;
    margin: 30px auto;
    position: relative;
}
.map_area>img{
    filter: drop-shadow(10px 10px 8px rgba(0,0,0,0.15));
}
.map_area>p{
    position: absolute;
    background-color: #fff;
    color: #e5005f;
    padding: 5px 15px 7px;
    font-weight: 800;
    border-radius: 100px;
    font-size: 24px;
    z-index: 1;
}
.map_area>p.saitama{
    top: 14%;
    left: 17%;
}
.map_area>p.tokyo{
    top: 37%;
    left: 23%;
}
.map_area>p.kanagawa{
    top: 58%;
    left: 19%;
}
.map_area>p.chiba{
    top: 47%;
    left: 60%;
}
.map_area+div img{
    width: 90%;
    margin: 0 auto;
    max-width: 660px;
}

.reason{
    padding: 70px 0;
    background-color: #fff9bf;
    position: relative;
    overflow: hidden;
}
.reason::before{
    content: '';
    width: 200%;
    height: 200%;
    position: absolute;
    background-color: #ffee54;
    transform: rotate(-25deg);
    z-index: 0;
    left: 0;
}
.reason .reason_content{
    position: relative;
    z-index: 1;
}
.reason .ttl{
    width: 37%;
    margin: 0 auto 30px;
}
.reason_flex{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
}
.reason_flex>img{
    width: 32%;
    filter: drop-shadow(10px 10px 8px rgba(0,0,0,0.15));
}

.maker{
    padding: 60px 0;
}
.maker img{
    width: 90%;
    max-width: 1000px;
    margin: auto;
}

.flow{
    background-color: #98c8ff;
    padding: 80px 0;
}
.flow .ttl{
    width: 90%;
    max-width: 800px;
    margin: 0 auto 30px;
}
.flow_content{
    width: 90%;
    max-width: 800px;
    margin: 0 auto;
}
.flow_content>div{
    background-color: #fff;
    box-shadow: 10px 10px 8px rgba(0,0,0,0.15);
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 30px 50px;
}
.flow_content>div>img{
    width: 12%;
}
.flow_content>div>div{
    width: 84%;
}
.flow_content>div>div h3{
    color: #0f52a0;
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 10px;
    line-height: 1;
}
.flow_content>div>div p{
    font-size: 18px;
    line-height: 1.7;
}
.flow_content>img{
    width: 25px;
    margin: 20px auto;
}

.qa{
    background-color: #0a5ec0;
    padding: 100px 0;
}
.qa .ttl{
    width: 8%;
    margin: 0 auto 40px;
}
.qa_list{
    width: 90%;
    max-width: 860px;
    margin: 0 auto;
}
.qa_list .qa_ttl{
    background-color: #c9e2ff;
    border-radius: 100px;
    color: #002857;
    font-weight: bold;
    padding: 20px 40px;
    font-size: 22px;
    margin-bottom: 10px;
}
.qa_list .qa_content{
    background-color: #fff;
    border-radius: 30px;
    padding: 20px 40px;
    font-size: 18px;
    margin-bottom: 15px;
    display: none;
}

.contact{
    background-color: #f1f1f1;
    padding: 70px 0;
}
.contact h2{
    color: #0f52a0;
    font-size: 56px;
    line-height: 1;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}
.contact input,
.contact button,
.contact select,
.contact textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}
.contact form{
    width: 90%;
    max-width: 860px;
    margin: 0 auto;
}
.contact form table{
    width: 100%;
}
.contact form th,
.contact form td{
    display: block;
    text-align: left;
}
.contact form th{
    background-color: #0f52a0;
    border-radius: 5px;
    padding: 5px 40px 8px;
    font-size: 26px;
    color: #fff;
}
.contact form th .must{
    background-color: #f54890;
    border-radius: 100px;
    padding: 3px 10px;
    font-size: 0.9em;
    margin-right: 20px;
}
.contact form td,
.contact form .suc{
    padding: 20px 10px;
}
.contact form td input,
.contact form td textarea,
.contact form .suc>div{
    border: 2px solid #2b80e3;
    width: 100%;
    border-radius: 5px;
    padding: 15px 10px;
    background-color: #fff;
}
.contact form td textarea{
    max-width: 860px;
}
.contact form .suc>div{
    height: 200px;
    overflow-y: scroll;
}
.contact form .suc p{
    text-align: justify;
    font-size: 16px;
}
.contact form .suc p+p{
    margin-top: 10px;
}
.contact form .submitbtn{
    text-align: center;
    margin: 60px auto 15px;
}
.contact form .submitbtn input,
.contact.finish .backbtn a{
    background-color: #0dc790;
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
    padding: 10px 20px;
    font-size: 30px;
}
.contact.confirm,
.contact.finish{
    background-color: #fff;
}
.contact.confirm h1{
    text-align: center;
    font-size: 32px;
    margin-bottom: 30px;
}
.contact.confirm form .submitbtn input[name="submitBack"],
.contact.finish .backbtn a{
    background-color: #bbb;
}
.contact.finish p{
    text-align: center;
    margin-bottom: 10px;
}
.contact.finish .backbtn{
    margin-top: 30px;
}
.contact.finish .backbtn a{
    text-decoration: none;
    font-size: 20px;
}


footer{
    background-color: #4c5966;
    padding: 60px 0;
}
footer p{
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 1.8;
    font-size: 18px;
}

.pc,
.sp{
    display: none;
}

@media screen and (min-width: 768px){
    .pc{
        display: block;
    }
}
@media screen and (max-width: 1440px) and (min-width: 1201px){
    .voice .slick-prev{
        left: 20%;
    }
    .voice .slick-next{
        right: 20%;
    }
}
@media screen and (max-width: 1200px) and (min-width: 900px){
    .voice .slick-prev{
        left: 18%;
    }
    .voice .slick-next{
        right: 18%;
    }
}
@media screen and (max-width: 899px) and (min-width: 768px){
    .voice .slick-prev{
        left: 5%;
    }
    .voice .slick-next{
        right: 5%;
    }
}
@media screen and (max-width: 767px){
    .sp{
        display: block;
    }

    header{
        padding: 5px 10px;
    }
    header>img{
        width: 30%;
    }
    header>div{
        width: 67%;
    }
    header>div a:first-child{
        width: 78.5%;
    }
    header>div a:last-child{
        width: 18%;
    }

    .time_bar{
        padding: 20px 0;
    }
    .time_bar p{
        font-size: 18px;
    }
    .cta_area{
        margin: 30px auto;
    }
    .cta_flex{
        display: block;
        margin: 20px auto;
    }
    .cta_flex>a{
        width: 100%;
    }
    .cta_flex>a:first-child{
        margin-bottom: 10px;
    }

    .trouble{
        background-image:
        linear-gradient(0deg, transparent 13px, #bebebe 14px),
        linear-gradient(90deg, #dadada 13px, #bebebe 14px);
        background-size: 14px 14px;
        padding: 40px 0;
    }
    .trouble .ttl{
        width: 90%;
    }

    .service{
        padding: 50px 0 30px;
    }
    .service .ttl{
        width: 90%;
        margin-bottom: 20px;
    }
    .service_flex>img{
        width: 49.5%;
        margin-bottom: 15px;
        box-shadow: 5px 5px 5px rgba(0,0,0,0.1);
    }

    .voice{
        padding: 40px 0 20px;
    }
    .voice .ttl{
        width: 90%;
    }
    .voice_child{
        margin: 0 45px;
        padding: 25px;
        min-height: initial;
    }
    .voice_child h3{
        font-size: 22px;
        margin: 20px auto 5px;
    }
    .voice_child p{
        font-size: 14px;
    }
    .voice .slick-dots{
        top: 98%;
    }
    .voice .slick-dots li{
        margin: 0;
    }
    .voice .slick-dots li button:before{
        font-size: 10px;
    }
    .voice .slick-prev,
    .voice .slick-next{
        width: 20px;
        height: 20px;
    }
    .voice .slick-prev{
        left: 3%;
    }
    .voice .slick-next{
        right: 3%;
    }
    .voice .slick-prev:before,
    .voice .slick-next:before{
        font-size: 20px;
    }

    .area{
        padding-bottom: 50px;
    }
    .map_area>p{
        font-size: 17px;
        padding: 3px 10px;
    }
    .map_area>p.saitama{
        top: 12%;
        left: 14%;
    }
    .map_area>p.tokyo{
        top: 35%;
        left: 18%;
    }
    .map_area>p.kanagawa{
        top: 58%;
        left: 14%;
    }
    .map_area>p.chiba{
        top: 49%;
        left: 55%;
    }

    .reason{
        padding: 40px 0;
    }
    .reason::before{
        width: 500%;
        height: 100%;
        transform: rotate(-75deg);
        top: 0;
        left: -20vw;
    }
    .reason .ttl{
        width: 75%;
        margin-bottom: 15px;
    }
    .reason_flex{
        display: block;
    }
    .reason_flex>img{
        width: 100%;
        margin-bottom: 15px;
    }

    .maker{
        padding: 20px 0 30px;
    }

    .flow{
        padding: 40px 0;
    }
    .flow_content>div{
        padding: 15px;
    }
    .flow_content>div>div h3{
        font-size: 20px;
        line-height: 1.3;
        margin-bottom: 5px;
    }
    .flow_content>div>div p{
        font-size: 14px;
        line-height: 1.3;
    }
    .flow_content>div>img{
        width: 30%;
    }
    .flow_content>div>div{
        width: 66%;
    }
    .flow_content>img{
        width: 20px;
        margin: 15px auto;
    }

    .qa{
        padding: 40px 0;
    }
    .qa .ttl{
        width: 25%;
        margin-bottom: 20px;
    }
    .qa_list .qa_ttl{
        padding: 10px 20px;
        font-size: 15px;
    }
    .qa_list .qa_content{
        border-radius: 20px;
        padding: 10px 20px;
        font-size: 14px;
    }

    .contact{
        padding: 40px 0;
    }
    .contact h2{
        font-size: 36px;
    }
    .contact form th{
        padding: 5px 10px;
        font-size: 18px;
    }
    .contact form th .must{
        margin-right: 10px;
    }
    .contact form td,
    .contact form .suc{
        padding: 10px 5px;
    }
    .contact form .suc p{
        font-size: 14px;
    }
    .contact form .submitbtn{
        margin-top: 20px;
    }
    .contact form .submitbtn input{
        font-size: 24px;
    }

    footer{
        padding: 35px 0;
    }
    footer p{
        font-weight: normal;
        font-size: 16px;
    }
}