@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Noto Sans JP', sans-serif;
}
.wrapper{
    overflow-x: hidden;
}
.sp, .pc{
    display: block;
}
img{
    width: 100%;
    display: block;
    object-fit: contain;
}
header{
    height: auto;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background-color: #fff;
}
.header_inner{
    width: 100%;
    max-width: 1000px;
    display: flex;
    margin: auto;
}
.header_inner>img{
    width: 40%;
    margin: 0 5%;
}
.header_inner>a{
    width: 50%;
}
.header_inner>a img{
    object-fit: cover;
}

.fv{
    margin-top: 60px;
  margin-bottom: 30px;
}

h1{
    text-align: center;
    font-size: 30px;
    font-weight: 900;
}
.pay_way{
    background-color: #143a9f;
    padding: 8% 0;
}
.pay_way h1{
    color: #fff;
    margin-bottom: 5%;
    font-size: 26px;
}
.pay_way img{
    margin: auto;
    width: 95%;
}

.three_awards{
    position: relative;
    margin: 0 0 8%;
}
.three_awards>div{
    position: absolute;
    width: 100%;
    top: 10px;
    color: #fff;
}
.three_awards>div h2{
    font-family: serif;
    font-size: 46px;
    text-align: center;
    font-weight: bold;
}
.three_awards>div p{
    font-size: 15px;
    line-height: 1.5;
    display: block;
    text-align: center;
}
.three_awards>div p:last-child{
    font-size: 12px;
    margin-top: 8px;
}

.slider01{
    margin-bottom: 8%;
}
.slider01 img{
    border-radius: 10px;
    margin: 0 5px;
    box-shadow: 5px 0 5px rgba(0,0,0,0.1);
}

.attention_area{
    background: repeating-linear-gradient(-45deg, #264caf,#264caf 15px,#193fa2 0,#193fa2 30px);
    padding: 8% 0;
}
.attention_area>img{
    width: 50px;
    margin: 0 auto 3%;
}
.attention_area h2{
    text-align: center;
    font-size: 18px;
    border-bottom: 1px solid #fff;
    padding-bottom: 5px;
    font-style: italic;
    color: #fff;
    width: 96%;
    margin: auto;
}
.attention_area h2 b{
    font-size: 26px;
}
.attention_area h2 .yellow{
    color: #ffef3e;
}
.attention_area p{
    display: block;
    font-size: 16px;
    width: 95%;
    margin: 3% auto 0;
    color: #fff;
}

/* bg_common */
.at_point_area,
.compare_area,
.flow_area{
    background-size: cover;
    background-repeat: no-repeat;
}

.at_point_area{
    background-image: url('../img/at_point_bg.jpg');
    padding: 12% 0 15%;
}
.at_point_area>img{
    width: 95%;
    margin: auto;
}
.at_point_child{
    width: 95%;
    margin: 8% auto 0;
}
.at_point_child h3{
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    background-color: rgba(26, 66, 171,.5);
    padding: 5px;
    border-radius: 100px;
    margin-bottom: 7px;
}
.at_point_child h3 img{
    width: 25px;
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
    position: relative;
    top: -2px;
}
.at_point_child p{
    font-size: 15px;
    line-height: 1.5;
    text-align: justify;
}


.cta02_area{
    position: relative;
}
.at_point_area+.cta02_area,
.flow_area+.cta02_area{
    top: -30px;
}
.cta02_area>div{
    width: 58%;
    position: absolute;
    bottom: 6%;
    right: 5%;
}
.cta02_area>div a{
    display: block;
}
.cta02_area>div a+a{
    margin-top: 10px;
}
.works_area_flex{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 95%;
    margin: 7% auto 2%;
}
.waf_child{
    width: 49%;
    border-radius: 10px;
    border: 2px solid #1a42ab;
    margin-bottom: 5%;
    background: linear-gradient(to bottom, #fff 30%, #eef3ff 100%);
    height: 400px;
    position: relative;
}
.waf_child:nth-child(1),
.waf_child:nth-child(2){
    height: 450px;
}
.waf_child:nth-child(5),
.waf_child:nth-child(6),
.waf_child:nth-child(7),
.waf_child:nth-child(8){
    height: 370px;
}
.waf_child h3{
    background-color: #1a42ab;
    padding: 5px 0;
    border-radius: 5px 5px 0 0;
    height: 30px;
}
.waf_child h3 img{
    width: auto;
    margin: auto;
    height: 20px;
}
.waf_child:nth-child(8) h3 img{
    height: auto;
    width: 80%;
    margin-top: 2px;
}
.waf_child h3+img{
    margin-bottom: 10px;
}
.waf_child>p{
    width: 90%;
    margin: 0 auto 8px;
    display: flex;
    align-items: flex-start;
    font-size: 15px;
    font-weight: 500;
}
.waf_child>p>img{
    width: 12px;
    position: relative;
    top: 3px;
    height: auto;
    margin-right: 5px;
}
.waf_child>img:last-child{
    position: absolute;
    width: 90%;
    left: 5%;
    bottom: 15px;
}
.maker_box{
    border: 3px solid #1a42ab;
    width: 90%;
    margin: 10% auto 5%;
}
.maker_box h3{
    text-align: center;
    background-color: #1a42ab;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    padding: 3px 0 8px;
}
.maker_box>div{
    padding: 15px 10px;
}
.maker_box>div img{
    width: 90%;
    margin: auto;
}
.maker_box>div p{
    font-size: 14px;
    font-weight: 500;
    display: block;
    text-align: center;
}

.reason_area{
    padding: 8% 0;
}
.reason_area>img:first-child{
    width: 60%;
    margin: 0 auto 5%;
}
.reason_box_wrapper{
    width: 90%;
    margin: auto;
}
.reason_box{
    position: relative;
    margin-bottom: 5%;
}
.reason_box>div{
    position: absolute;
    width: 90%;
    left: 5%;
    top: 25%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.reason_box>div p{
    display: block;
    width: 52%;
}
.reason_box>div img{
    width: 45%;
}
.reason_box>div p{
    text-align: justify;
    font-size: 12.5px;
}
.reason_box>div p b{
    background: linear-gradient(to bottom, rgba(255, 239, 62, 0) 70%, rgba(255, 239, 62, 1) 100%);
}

.tv{
    margin-top: -4%;
}

.compare_area{
    background-image: url('../img/compare_bg.jpg');
    padding-bottom: 8%;
    margin-bottom: 7%;
}
.compare_area>div{
    background: rgba(255, 255,255, 0.7);
    width: 95%;
    margin: auto;
    padding: 5% 0 8%;
}
.compare_area>div h2{
    text-align: center;
    font-size: 30px;
    font-weight: 900;
    margin: 0 auto 5%;
}
.compare_area>div img{
    width: 95%;
    margin: auto;
}
.voice_area {
    margin: 7% auto;
}

.voice_area h1{
    background-color: #1a42ab;
    border-radius: 10px 10px 0 0;
    color: #fff;
    text-align: center;
    padding: 5px 0 10px;
}
.voice_area h1 img{
    display: inline-block;
    width: 30px;
    margin-right: 10px;
}
.voice_area>div{
    background-color: #e8ecf6;
    padding: 20px 15px 25px;
}
.voice_child{
    background-color: #fff;
    padding: 10px 0 20px;
    height: 340px;
    margin: 0 5px;
}
.voice_child img,
.voice_child h4,
.voice_child p{
    display: block;
    width: 85%;
    margin: auto;
}
.voice_child img{
    margin-bottom: 10px;
}
.voice_child h4{
    color: #1a42ab;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 10px;
}
.voice_child p{
    font-size: 14px;
}
.slick-prev,
.slick-next{
    z-index: 5;
    top: 55%;
}
.slick-prev:before,
.slick-next:before{
    color: #1a42ab;
    opacity: 1;
}
.slick-prev{
    left: -5px;
}
.slick-next{
    right: -5px;
}

.local,
.corona{
    width: 95%;
    margin: auto;
}
.local{
    margin-top: 5%;
    margin-bottom: 3%;
}
.corona{
    margin-top: 3%;
    margin-bottom: 5%;
}

.flow_area{
    background-image: url('../img/flow_area_bg.jpg');
    background-repeat: repeat;
    background-size: contain;
    padding: 8% 0 10%;
}
.flow_area h1{
    margin-bottom: 8%;
}
.flow_area_flex>div,
.flow_area_flex>img{
    width: 90%;
    margin: 5% auto;
}
.flow_area_flex>div h3{
    color: #1a42ab;
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 10px;
}
.flow_area_flex>div h3 img{
    width: 60px;
    vertical-align: middle;
    margin-right: 10px;
    display: inline-block;
}
.flow_area_flex>div p{
    font-size: 14px;
    text-align: justify;
}

.map_area{
    margin-top: -30px;
    padding: 8% 0;
    background-color: #f3f5fb;
}
.map_area>div.pc h2{
    text-align: left;
    margin: 2% auto .5%;
}
.map_area>div.pc p{
    width: 100%;
    font-size: 18px;
}
.map_area>div.pc p+p{
    font-size: 16px;
    margin: 2% 0;
}
.map_area h1,
.map_area h2{
    color: #1a42ab;
    text-align: center;
}
.map_area h1{
    margin-bottom: 5%;
}
.map_area h2{
    margin: 6% 0 3%;
}
.map_area p{
    display: block;
    width: 90%;
    margin: auto;
    text-align: justify;
}

.qa_area{
    padding: 8% 0;
}
.qa_area h1{
    color: #1a42ab;
    margin-bottom: 4%;
}
.anshin_area{
    padding: 8% 0;
}
.accordion-container{
    width: 95%;
    margin: auto;
}
.acc-ttl{
    font-size: 18px;
    position: relative;
    color: #1a42ab;
    display: flex;
    justify-content: space-between;
}
.acc-ttl2{
    font-size: 18px;
    position: relative;
    color: #1a42ab;
    display: flex;
    justify-content: space-between;
}
.acc-ttl>b,
.acc-content>div>b{
    width: 10%;
    font-size: 26px;
    font-weight: 900;
}
.acc-ttl>span{
    display: block;
    width: 88%;
    padding: 5px 10px 5px 13px;
    background-color: #1a42ab;
    color: #fff;
    border-radius: 10px;
    position: relative;
    font-weight: 700;
    font-size: 15px;
}
.acc-ttl>span::before{
    content: '';
    position: absolute;
    top: 19%;
    right: 99%;
    border: 12px solid transparent;
    border-right: 12px solid #1a42ab;
}
.acc-ttl::before,
.acc-ttl::after{
    content: '';
    background-color: #fff;
    height: 10px;
    width: 2px;
    position: absolute;
    top: 40%;
    right: 20px;
    transition: all 0.5s;
    z-index: 5;
}
.acc-ttl::after,
.acc-ttl.open::before{
    transform: rotate(90deg);
}
.acc-content{
    display: none;
    margin-top: 10px;
}
.acc-content+.acc-ttl{
    margin-top: 20px;
}
.acc-content>div{
    display: flex;
    justify-content: space-between;
}
.acc-content>div>p{
    display: block;
    width: 88%;
    padding: 5px 10px;
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #000;
    position: relative;
}
.acc-content>div>p::before,
.acc-content>div>p::after{
    content: '';
    position: absolute;
    right: 100%;
}
.acc-content>div>p::before{
    border: 12px solid transparent;
    border-right: 12px solid #000;
    top: 10px;
}
.acc-content>div>p::after{
    border: 10px solid transparent;
    border-right: 10px solid #fff;
    top: 12px;
}


#contact{
    margin: 10% auto 0;
    background-color: #f2f2f2;
    padding-bottom: 5%;
}
#contact h1{
    background-color: #1a42ab;
    padding: 10px 0 15px;
    color: #fff;
    text-align: center;
}
#contact h1+p{
    display: block;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    margin: 5% auto 2%;
}
#contact h1+p+a{
    display: block;
    width: 90%;
    margin: auto;
}
.form-box{
    margin: 5% auto;
}
.formhead{
    background-color: #1a42ab;
    color: #fff;
    display: flex;
    justify-content: space-between;
    padding: 10px 5%;
}
.require-pc{
    background-color: #fff;
    color: #f0003c;
    text-align: center;
    font-weight: 700;
}
.formhead .form-ttl{
    width: 70%;
}
.formhead .require-pc{
    width: 15%;
}
.preparing{
    color: #bbb;
    font-size: 13px;
    display: block;
    text-align: center;
    margin: 20% auto;
}
.form-input{
    width: 90%;
    margin: 2% auto;
}
.form-input label{
    display: block;
}
.form-box input[type="text"]{
    width: 100%;
    padding: 3px;
}
.form-remark{
    font-size: 13px;
}
.form-box .date,
.form-box .time{
    margin: 3% auto;
}
.time+.form-remark{
    color: #f0003c;
}
.form-box .zip{
    display: flex;
    margin-bottom: 3%;
}
.form-box .zip label{
    margin-right: 10px;
}

.submit,
.submit button{
    border: none;
    background: none;
}
.submit{
    width: 70%;
    margin: 3% auto;
}



footer{
    background-color: #999;
    padding: 10% 0;
}
footer h5,
footer p{
    color: #fff;
    display: block;
}
footer h5{
    text-align: center;
    margin-bottom: 7%;
}
footer div{
    display: flex;
    width: 85%;
    margin: 3% auto;
}
footer div p{
    font-size: 12px;
}
footer div p:first-child{
    width: 25%;
}
footer div p:last-child{
    width: 75%;
}
footer>p{
    display: block;
    text-align: center;
    font-size: 12px;
    margin-top: 7%;
}




h1.confirm{
    margin-top: 50px;
}
.confirm-title,
.confirm-text,
.thanksText>p,
.thanksText>a{
    display: block;
    text-align: center;
}
.thanksText>a{
    max-width: 300px;
    color: #fff;
    text-decoration: none;
    background-color: #1a42ab;
    padding: 10px 0;
    margin: 0 auto 10%;
}
.confirm-title{
    font-size: 20px;
    font-weight: bold;
    margin: 3% auto 1%;
}
.confirm-text{
    margin: 1% auto 2%;
}
#confirm table{
    margin:  5% auto;
    max-width: 1000px;
    border-collapse: collapse;
}
#confirm table th{
    text-align: left;
    background-color: #1a42ab;
    color: #fff;
    padding: 10px;
    width: 30%;
}
#confirm table td{
    padding-left: 15px;
}
#confirm table th,
#confirm table td{
    border: 1px solid #ddd;
}

.submit-btn{
    text-align: center;
    margin-bottom: 5%;
}
.submit-btn>button{
    border: none;
    padding: 10px 40px;
}
.submit-btn>button:first-child{
    background-color: #ccc;
    margin-right: 10px;
}
.submit-btn>button:last-child{
    background-color: #1a42ab;
    color: #fff;
}

.center_anno{
    display: block;
   font-size: 10px;
}
mark{
    background: linear-gradient(to bottom, rgba(255, 239, 62, 0) 70%, rgba(255, 239, 62, 1) 100%);
}



/* FV下ボタン */
.time_area_fv{
    padding-top: 2%;
}
.time_area-in{
    width: 100%;
}
.time_area_fv p{
    font-size: 1.2em;
    font-weight: bold;
    color: #0434a4;
    text-align: center;
    padding: 1%;
}
.cta_peple{
    position: absolute;
    width: 12%;
    left: 18%;
    top: -45px;
}
.cta02_area{
    margin-top: 4%;
}


/* 点滅 */
.blinking{
    animation: flash 1.5s linear infinite;
  }
  
  @keyframes flash {
    0% {
      opacity: 1;
    }
  
    50% {
      opacity: 0;
    }
  
  
    100% {
      opacity: 1;
    }
  }

@media screen and (max-width:768px){
    .pc{
        display: none;
    }
    .pay_way img+img{
        margin-top: 3%;
    }
    .time_area_fv {
        padding-top: 0%;
    }
    .time_area_fv p{
        font-size: 0.9em;
        padding: 3% 0 3%;
    }
    .cta02_bgsp{
        z-index: 100;
    }
    .cta02_area>div.time_area_fv{
        width: 100%;
        right: 0;
    }
    .cta02_area {
        margin-top: 0%;
    }
    .cta02_area>div.cta_block{
        width: 87%;
    position: absolute;
    bottom: 8%;
    right: 6%;
    }
}
@media screen and (min-width:1400px){
    .cta02_area {
        margin-top: 3%;
    }
}
@media screen and (min-width:769px) and (max-width:1000px){
    .time_area_fv p{
        font-size: 1em;
    }
}
.newyear .pc {
    max-width: 1200px;
    margin: 0 auto;
}
.newyear .sp {
    padding:3% 0;
}
@media screen and (min-width:769px){
    .sp{
        display: none;
    }
    .header_inner{
        justify-content: space-between;
    }
    .header_inner>a{
        width: 30%;
    }
    .header_inner>img{
        margin: 0;
        width: 30%;
    }
    .campaign{
        margin: 2% auto 3%;
    }
    .campaign.pc{
        width: 100%;
    }
    .anshin_bg{
        background: #143a9f;
    }
    .anshin_img{
        max-width: 94%;
        margin: 0 auto;
      margin-bottom: 30px;
    }
    .pay_way{
        padding: 3% 0;
    }
    .pay_way h1{
        margin: 0;
    }
    .pay_way img{
        margin-top: 1%;
        width: 60%;
    }
    .three_awards{
        margin: 3% auto;
    }
    .three_awards>div{
        width: 35%;
        left: 20%;
        top: 18%;
    }
    .three_awards>div h2,
    .three_awards>div p{
        text-align: left;
    }
    .slider01{
        margin-bottom: 3.5%;
    }
    .attention_area{
        padding: 3% 0;
    }
    .attention_area>img{
        width: 90px;
        margin-bottom: 1%;
    }
    .attention_area h2{
        font-size:  28px;
        width: 40%;
    }
    .attention_area h2 b{
        font-size: 36px;
    }
    .attention_area p{
        text-align: center;
        font-size: 20px;
        margin-top: 1%;
    }
    .at_point_area>img{
        width: 45%;
        margin-bottom: 3%;
    }
    .at_point_area{
        padding: 5% 0 7%;
    }
    .at_point_area>div{
        display: flex;
        width: 85%;
        max-width: 1400px;
        margin: auto;
        justify-content: space-between;
    }
    .at_point_child{
        width: 32%;
        margin: 0;
    }
    .at_point_child h3{
        font-size: 18px;
    }
    .at_point_child p{
        font-size: 17px;
    }
    .cta02_area>div{
        width: 48%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        right: 19%;
        bottom: 13%;
    }
    .cta02_area>div.time_area_fv{
        position: absolute;
        width: 100%;
        top:0;
        display: block !important;
    left: 0;
    right: 0;
    }

    .cta02_area .cta_flex{
        width: 48%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        right: 19%;
        bottom: 15%;
    }
    .cta02_area>div a,
    .cta02_area>div a+a{
        width: 49%;
        margin: 0;
    }
    .cta02_btn{
        margin-top: 8%;
    }
    .at_point_area+.cta02_area,
    .flow_area+.cta02_area{
        top: -11vh;
    }
    .works_area{
        margin: 0 auto 5%;
        padding: 0;
    }
    .works_area_flex{
        max-width: 1200px;
    }
    .waf_child{
        width: 24%;
        height: 530px !important;
    }
    .waf_child:nth-child(5),
    .waf_child:nth-child(6),
    .waf_child:nth-child(7),
    .waf_child:nth-child(8){
        margin-bottom: 0;
    }
    .waf_child h3{
        padding: 10px 0;
        height: 50px;
    }
    .waf_child h3 img{
        height: 30px;
    }
    .waf_child>img:last-child{
        width: 74%;
        left: 13%;
        bottom: 25px;
    }
    .waf_child>p{
        font-size: 18px;
    }
    .waf_child>p br{
        display: none;
    }
    .waf_child>p>img{
        top: 6px;
    }
    .works_area_flex{
        margin: 4% auto;
    }
    .maker_box{
        max-width: 1000px;
        margin-top: 7%;
    }
    .maker_box>div p{
        font-size: 18px;
    }
    .reason_area{
        padding: 5% 0;
    }
    .reason_area>.pc{
        width: 60%;
        margin: auto;
        margin-bottom: 3%;
    }
    .reason_box_wrapper{
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    .reason_box{
        width: 32%;
        margin-bottom: 2%;
    }
    .reason_box:nth-child(2),
    .reason_box:nth-child(3),
    .reason_box:nth-child(5){
        margin-left: 1%;
    }
    .reason_box>div p{
        font-size: 14px;
    }
    .tv.pc{
        width: 60%;
        margin: 0 auto;
    }
    .compare_area>div{
        max-width: 1200px;
        padding: 4% 0;
    }
    .compare_area{
        padding-bottom: 5%;
        margin-bottom: 4%;
    }
    .compare_area>div img{
        width: 85%;
    }
    .compare_area>div h2{
        margin-bottom: 2%;
    }
    .voice_area{
        max-width: 1000px;
        margin: 0 auto 3%;
    }
    .voice_child{
        opacity: .5;
        transition: all 0.5s;
        height: 520px;
    }
    .slick-active{
        opacity: 1;
    }
    .slick-prev,
    .slick-next{
        top: 50%;
    }
    .slick-prev{
        left: -30px;
    }
    .slick-next{
        right: -20px;
    }
    .slick-prev:before,
    .slick-next:before{
        font-size: 35px;
    }
    .img_flex{
        display: flex;
        justify-content: space-between;
        align-items: stretch;
        max-width: 1000px;
        margin: 4% auto;
    }
    .img_flex>img{
        width: 49%;
        margin: 0;
    }
    .img_flex>img:last-child{
        background-color: #4BC6EF;
    }
    .flow_area{
        background-size: 50%;
        padding: 5% 0;
    }
    .flow_area_flex{
        max-width: 1000px;
        margin: auto;
    }
    .flow_area_flex>img{
        width: 70%;
        margin: 10px auto;
    }
    .flow_area h1{
        margin-bottom: 3%;
    }
    .flow_area_flex>div p{
        padding-left: 30px;
    }
    .map_area{
        margin-top: -12vh;
        padding: 5% 0;
    }
    .map_area h1{
        margin-bottom: 3%;
    }
    .map_area .pc{
        max-width: 1000px;
        margin: 2% auto;
    }
    .map_area h2{
        margin: 4% auto 1.5%;
        font-size: 24px;
    }
    .map_area p{
        display: block;
        max-width: 1000px;
        margin: auto;
        font-size: 20px;
    }
    .accordion-container{
        max-width: 900px;
    }
    .acc-ttl>span,
    .acc-content>div>p{
        width: 90%;
    }
    .acc-ttl>span{
        font-size: 20px;
    }
    .acc-ttl>b,
    .acc-content>div>b{
        font-size: 40px;
        position: relative;
        top: -5px;
    }
    .acc-ttl::before,
    .acc-ttl::after{
        height: 18px;
        top: 35%;
        right: 25px;
    }
    #contact{
        max-width: 900px;
        border: 3px solid #1a42ab;
        padding-bottom: 3%;
        margin: 7% auto 5%;
    }
    #contact h1+p{
        font-size: 20px;
    }
    #contact h1+p+a{
        max-width: 500px;
    }
    footer{
        padding: 3% 0;
    }
    footer div{
        width: 40%;
        margin: 1% auto;
    }
    footer h5{
        margin-bottom: 1.5%;
    }
    footer>p{
        margin-top: 1.5%;
    }
    .formhead{
        padding-left: 15%;
        padding-right: 15%;
    }
    .form-ttl{
        font-size: 20px;
        font-weight: 700;
    }
    .require-pc{
        font-size: 18px;
    }
    .form-input{
        width: 50%;
    }
    .submit{
        text-align: center;
        max-width: 400px;
    }
    .formhead .require-pc{
        width: 10%;
    }
    .form-box{
        margin: 2% auto;
    }
    .achieve{
        max-width: 1000px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 1350px) and (min-width: 769px){
    .three_awards>div{
        left: 10%;
        top: 5%;
    }
    .reason_box{
        width: 48%;
        margin-bottom: 2%;
    }
    .reason_box:nth-child(even){
        margin-left: 1%;
    }
    .reason_box:nth-child(odd){
        margin-left: 0;
    }
}
@media screen and (max-width: 970px) and (min-width: 769px){
    .three_awards>.pc{
        width: 120%;
    }
    .three_awards>div{
        left: 5%;
        top: 8%;
        width: 50%;
    }
    .three_awards>div h2{
        font-size: 30px;
    }
}
@media screen and (max-width: 768px) and (min-width: 600px){
    .three_awards>div{
        top: 10%;
    }
    .three_awards>div h2{
        font-size: 80px;
    }
    .three_awards>div p{
        font-size: 22px;
    }
    .three_awards>div p:last-child{
        font-size: 16px;
    }
}


.readmore{
    position: relative;
    box-sizing: border-box;
    /*以下お好み*/
    /* ボーダーを付ける場合 */
    
}

.readmore-content{
    position: relative;
    overflow: hidden;
    /*以下お好み*/
    /*高さの初期値*/
    height: 315px;
}
@media screen and (min-width: 769px) {
    .readmore-content {
        height: 250px;
    }
}

.readmore-content::before {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    content: "";
    /*以下お好み グラデーションの色と高さ 高さはreadmoreのheight以下にすること*/
    height: 50px;
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, rgba(255,255,255,0.8) 50%, #fff 100%);
    background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, rgba(255,255,255,0.8) 50%, #fff 100%);
}

/* 続きを読むボタン */
.readmore-label{
    display: table;
    bottom: 5px;
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    margin: 0 auto;
    z-index: 2;
    padding: 10px 30px;
    background-color: #000;
    border-radius: 10px;
    color: #FFF;
}
.readmore-label:before{
    content: '続きを読む';
  font-size: 20px;
}

.readmore-check{
    display: none;
}
/*チェック時にボタンを非表示*/
.readmore-check:checked ~ .readmore-label{
    position: static;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    /* 「続きを読む」を押した後、元に戻す必要がない場合は、上のオプションを消してこの1行だけにする */
    /* display: none; */
}
.readmore-check:checked ~ .readmore-label:before{
    content: '閉じる';
  font-size: 20px;
}
/*チェック時に高さを自動に戻す*/
.readmore-check:checked ~ .readmore-content{
    height: auto;
}
/*チェック時グラデーション等を削除*/
.readmore-check:checked ~ .readmore-content::before {
    display: none;
}

@media screen and (max-width:768px){
  
  .anshin_gazou{
  margin-bottom: 20px;
  }
.readmore{
  margin-bottom: 20px;
    position: relative;
    box-sizing: border-box;
    /*以下お好み*/
    /* ボーダーを付ける場合 */
    
}

.readmore-content{
    position: relative;
    overflow: hidden;
    /*以下お好み*/
    /*高さの初期値*/
    height: 210px;
}
.readmore-content::before {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    content: "";
    /*以下お好み グラデーションの色と高さ 高さはreadmoreのheight以下にすること*/
    height: 50px;
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, rgba(255,255,255,0.8) 50%, #fff 100%);
    background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, rgba(255,255,255,0.8) 50%, #fff 100%);
}

/* 続きを読むボタン */
.readmore-label{
    display: table;
    bottom: 5px;
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    margin: 0 auto;
    z-index: 2;
    padding: 7px 20px;
    border-radius: 10px;
    color: #FFF;
}
.readmore-label:before{
    content: '続きを読む';
  font-size: 16px;
}

.readmore-check{
    display: none;
}
/*チェック時にボタンを非表示*/
.readmore-check:checked ~ .readmore-label{
    position: static;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    /* 「続きを読む」を押した後、元に戻す必要がない場合は、上のオプションを消してこの1行だけにする */
    /* display: none; */
}
.readmore-check:checked ~ .readmore-label:before{
    content: '閉じる';
  font-size: 16px;
}
/*チェック時に高さを自動に戻す*/
.readmore-check:checked ~ .readmore-content{
    height: auto;
}
/*チェック時グラデーション等を削除*/
.readmore-check:checked ~ .readmore-content::before {
    display: none;
}
.three_awards>div h2,
.three_awards>div p {
    display: none;
}
}

.policy {
    background: #fff;
    height: 150px;
    overflow-y: scroll;
    color: #000;
    border: 1px solid #666 !important;
    padding: 10px;
    font-weight: normal;
}
.consent {
    text-align: center;
}
#consent {
    display: inline;
    width: auto;
    margin-right: 10px;
}
.fv.sp {
    margin-bottom: 0px;
}

/*事例*/
.case_area {
    margin-top: 20px;
}

.case_area h1{
    background-color: #1a42ab;
    border-radius: 10px 10px 0 0;
    color: #fff;
    text-align: center;
    padding: 5px 0 8px;
}

.case_area div {
    background-color: #e8ecf6;
}

.case_child {
    text-align: center;
    background-color: #fff !important;
    padding: 10px 0 30px;
    margin: 20px 20px 30px;
}

.case_child h4 {
    color: #1a42ab;
    font-weight: 700;
    font-size: 20px;
    padding-top: 20px;
    padding-bottom: 10px;
}

.case_child img {
    padding-bottom: 20px;
}

.case_child img,
.case_child h4,
.case_child p {
    display: block;
    width: 85%;
    margin: auto;
}

.case_area .slick-next {
    right: 5px;
}

.case_area .slick-prev {
    left: 5px;
}

@media screen and (min-width: 769px){
    /*安すぎる価格表示*/
.danger {
    margin: 30px auto;
}

    .case_area {
        max-width: 1000px;
        margin: 50px auto;
    }

    .case_area h1 {
        font-size:40px;
        padding: 10px 0;
    }

    .case_child {
        margin: 20px 40px 40px;
        opacity: .5;
        transition: all 0.5s;
        height: 520px;
    }

    .slick-active {
        opacity: 1;
    }

    .case_child img {
        height: 80%;
    }

    .case_area .slick-next {
        right: 230px;
    }
    
    .case_area .slick-prev {
        left: 220px;
    }

    .case_area .slick-list {
        padding: 0 20% !important;
    }
}

/*--- CTAアニメーション--- */
/* 光らせるためのstyle */
.shine{
  border: 2px solid transparent;
  position: relative;
  overflow: hidden;
}
/* 光の疑似要素 */
.shine::before{
    content: '';
    width: 30px;
    height: 100%;
    background-color: #fff;
    animation: shine 3s ease-in-out infinite;
    position: absolute;
    top: -180px;
    left: 0;
    opacity: 0;
    transform: rotate(45deg);
}
/* 光の動き */
@keyframes shine{
  0% {
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}