.head_service::before {
    opacity: 1 !important;
}
.main_width {
    padding-top: 60px;
}
.minima_point{
    color: #002f6b;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 55px;
    margin-top: 100px;
}
.point_flex{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 35px;
}
.point_image{
    width: 329px;
    max-width: 100%;
}
.point_image img{
    width: 100%;
}
.point_p_block, .point_p_block2{
    margin-right: 40px;
    margin-left: 40px;
}
.point_p_block{
    width: 615px;
}
.point_p_block2{
    width: 595px;
}
.point_text{
    color: #002f6b;
    font-weight: bold;
    font-size: 24px;
}
.point_text2{
    font-size: 17px;
    margin-top: 30px;
    line-height: 25px;
}
.wariai_flex{
    display: flex;
    justify-content: center;
    align-items: center;
    /*margin: 160px 0;*/
    margin: 10px 0;

}
.wariai_graf{
    width: 310px;
    margin-right: 75px;
}
.wariai_graf img{
    width: 100%;
}
.goriyousya{
    font-weight: bold;
    /*font-size: 30px;*/
    font-size: 27px;
    color: #002f6b;
    margin-bottom: 50px;
}
.wariai_block, .wariai_block2, .wariai_block3, .wariai_block4{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.wariai_block div, .wariai_block2 div, .wariai_block3 div, .wariai_block4 div{
    width: 43px;
    height: 30px;
}
.wariai_block div{
    background-color: #002f6b;
}
.wariai_block2 div{
    background-color: #009ed2;
}
.wariai_block3 div{
    background-color: #c7e7fa;
}
.wariai_block4 div{
    background-color: #dce3ec;
}
.wariai_block p, .wariai_block2 p, .wariai_block3 p, .wariai_block4 p{
    font-size: 18px;
    color: #221814;
    font-weight: bold;
    margin-left: 25px;
}
.nagare{
    color: #002f6b;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    position: relative;
}
.nagare::before{
    content: '';
    position: absolute;
    width: 300px;
    height: 4px;
    background-color: #002f6b;
    border-radius: 10px;
    bottom: -10px;
    left: 50%;
    transform: translate(-50%, 0px);
}
.step_flex{
    display: flex;
    justify-content: space-evenly;
    margin-top: 100px;
}
.step_block{
    width: 190px;
}
.step_block div{
    width: 89%;
    margin: 0 auto;
}
.step_block div img{
    width: 100%;
}
.step_p{
    color: #002f6b;
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    margin: 35px 0 15px;
    letter-spacing: 3px;
}
.step_p2{
    font-size: 17px;
    line-height: 25px;
}
.yazirusi{
    width: 67px;
    margin: 10px auto 20px;
}
.yazirusi img{
    width: 100%;
}
.goriyoukaisi{
    width: 210px;
    line-height: 210px;
    text-align: center;
    color: #fefefe;
    border-radius: 105px;
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 4px;
    background-color: #FCC900;
    margin: 0 auto;
}
.situmon_flex{
    display: flex;
    justify-content: space-between;
    margin-top: 135px;
    margin-bottom: 65px;
    align-items: flex-start;
}
.situmon_left{
    width: 26%;
    max-width: 100%;
    height: 312px;
    background-color: #002f6b;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.situmon_left p{
    color: #fff;
    font-size: 32px;
    font-weight: bold;
    line-height: 43px;
    letter-spacing: 4px;
}
.situmon_right{
    width: 71%;
}
.situmon_block{
    margin-bottom: 20px;
    position: relative;
}
.situmon_block:last-child{
    margin-bottom: 0px;
}
.situmon_button{
    /*padding-bottom: 130px;*/
    padding-bottom: 50px;
    width: fit-content;
    margin: 0 auto;
    margin-top: 60px;
}
.situmon_button p{
    /*background-color: #005ca2;*/
    background-color: #2EA7E0;
    color: #fff;
    padding: 16px 107px;
    font-size: 24px;
    border-radius: 50px;
}
.accordion_open {
    color: #221814bd;
    font-size: 20px;
    font-weight: bold;
    background-color: #d3dce0;
    padding: 20px 0px 20px 55px;
    letter-spacing: 2px;
    position: relative;
    cursor: pointer;
}
.accordion_open:active{
    background-color: #d3dce0a6;
}
.accordion_open::before {
    content: '';
    position: absolute;
    width: 15px;
    height: 2px;
    background-color: #221814;
    top: 50%;
    right: 35px;
    transform: translate(0px, -50%);
}
.accordion_open::after {
    content: '';
    position: absolute;
    width: 2px;
    height: 15px;
    background-color: #221814;
    right: 42px;
    top: 50%;
    transform: translate(0, -50%);
}
.accordion_open.faq_on::after {
    content: '';
    width: 0px !important;
    height: 0px !important;
}
.ans_box{
    display:none;
}
.ans_box p{
    font-size: 16px;
    line-height: 30px;
    padding: 20px 0px 20px 25px;
}
.s_bu{
    max-width: 1100px;
    width: 100%;
    margin: 50px auto 0;
    /*height: 20vw;*/
}
.s_bu img{
    width: 100%;
    /*height: 100%;*/
    /*object-fit: cover;*/
}
.s_bu_p{
    font-size: 15px;
    line-height: 25px;
    max-width: 1080px;
    margin-top: 0px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
}
.s_bu_p span {
    font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    display:block;
    text-align:right;
    margin-top: 30px;
}


.s_bu_p.txt{
    font-weight:bold;
    margin-bottom:0;
}

.fw_bun{
    display: flex;
    width: 550px;
    margin: 0 auto;
    justify-content: space-between;
}
.fw_bun div{
    width: 48%;
}
.fw_bun div img{
    width:100%;
}
.service_bottom{
    /*padding-bottom: 200px;*/
    padding-bottom: 60px;
}
.hsw_block, .hsw_block2, .hsw_block3{
    /*width: 150px; */
    /* height: 150px; */
    /* border-radius: 200px; */
    /* background-color: #f5fafd; */
    position: relative;
    /*width: 30%;*/
}
.hsw_block:before, .hsw_block2:before, .hsw_block3:before{
    content: '';
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translate(0px, -50%);
    z-index: -1;
    width: 150px;
    height: 150px;
    border-radius: 200px;
}
.hsw_block:before{
    background-color: rgb(255, 242, 204);
}
.hsw_block2:before{
    background-color: rgb(208, 224, 227);
}
.hsw_block3:before{
    background-color: rgb(234, 209, 220);
}
.hsw_block:after, .hsw_block2:after, .hsw_block3:after {
    font-size: 40px;
    position: absolute;
    font-weight: bold;
    top: 50%;
    left: 25px;
    transform: translate(0px, -50%);
}
.hsw_block:after{
    content:'1';
    color:rgb(246, 178, 107);
}
.hsw_block2:after{
    content:'2';
    color:rgb(109, 158, 235);
}
.hsw_block3:after {
    content: '3';
    color:rgb(194, 123, 160);
}
.hsw_text_block{
    padding-left: 68px;
}
.hsw_block_p{
    color: #000;
    font-size: 23px;
    padding-bottom: 8px;
    font-weight: bold;
}
.hsw_block_p2{
    font-size: 15px;
    line-height: 20px;
}
.hsw_width{
    position: relative;
    width: 100%;
    /*margin: 100px auto 0px;*/
    /*display: flex;*/
    /*justify-content: flex-end;*/
}
.hsw_img{
    position: absolute;
    top: 0;
    right: 0;
    width: 28%;
}
.hsw_img2{
    top: 50%;
    left: 0;
    width: 26%;
    transform: translate(0px, -50%);
    position: absolute;
}
.hsw_img3{
    top: 30%;
    transform: translate(0px, -50%);
    position: absolute;
    right: 0;
    width: 36%;
}
.hsw_img img, .hsw_img2 img, .hsw_img3 img{
    width: 100%;
}

.k_t_k_n_u{
    text-align: center;
    font-size: 20px;
    margin: 45px 0 30px;
    font-weight: bold;
    line-height: 1.5;
    color: #002f6b;
}

.nagare2 {
    color: #002f6b;
    font-size: 34px;
    font-weight: bold;
    text-align: center;
    position: relative;
}

/*保障サービス*/
.nagare2{
    color: #002f6b;
    font-size: 29px;
    font-weight: bold;
    margin-bottom: 70px;
    text-align: center;
}

.nagare2 span{
    color: #ffc107;
}
.hsw_block, .hsw_block2, .hsw_block3{
    position: relative;
    display: flex;
    align-items: center;
    width: fit-content;
    min-height: 135px;
}
.hsw_block2{
    margin-left: auto;
}
.hsw_block:before, .hsw_block2:before, .hsw_block3:before{
    content: '';
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translate(0px, -50%);
    z-index: -1;
    width: 130px;
    height: 130px;
    border-radius: 200px;
}
.hsw_block:before{
    background-color: rgb(255, 242, 204);
}
.hsw_block2:before{
    background-color: rgb(208, 224, 227);
}
.hsw_block3:before{
    background-color: rgb(234, 209, 220);
}
.hsw_block:after, .hsw_block2:after, .hsw_block3:after {
    font-size: 40px;
    position: absolute;
    font-weight: bold;
    top: 50%;
    left: 25px;
    transform: translate(0px, -50%);
}
.hsw_block:after{
    content:'1';
    color:rgb(246, 178, 107);
}
.hsw_block2:after{
    content:'2';
    color:rgb(109, 158, 235);
}
.hsw_block3:after {
    content: '3';
    color:rgb(194, 123, 160);
}
.hsw_text_block{
    padding-left: 68px;
}
.hsw_block_p{
    color: #000;
    font-size: 20px;
    padding-bottom: 8px;
    font-weight: bold;
}
.hsw_block_p2{
    font-size: 14px;
    line-height: 20px;
}
.hsw_width{
    position: relative;
    width: 100%;
    /*margin: 100px auto 0px;*/
    /*display: flex;
    justify-content: flex-start;
    flex-direction: column;
    flex-wrap: nowrap;*/
}

/*youtube バナー*/
.top_youtube .m_y_block{
    width: 750px;
    max-width: 100%;
    margin: 100px auto 0;
    padding: 25px 25px;
    border: 4px solid #E60012;
    position: relative;
}

.top_youtube .m_y_text{
    color: #003e83;
    font-size: 18px;
    line-height: 25px;
}

.top_youtube .m_y_flex{
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.top_youtube .m_y_flex div.cross_icon{
    width: 35px;
    height: 35px;
    position: relative;
}
.top_youtube .m_y_flex div.cross_icon:before,
.top_youtube .m_y_flex div.cross_icon:after{
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #ba572f;
    left: 50%;
    top: 0;
}
.top_youtube .m_y_flex div.cross_icon:before{
    transform: translate(-50%, 0)rotate(45deg);
}
.top_youtube .m_y_flex div.cross_icon:after{
    transform: translate(-50%, 0)rotate(135deg);
}

.top_youtube .banner_img_inner{
    max-width: 280px;
    width: 100%;
    position: relative;
}
.top_youtube .banner_img_inner img {
    width: 100%;
}
.top_youtube .m_y_img, .top_youtube .m_y_img2{
    width: 100%;
}
.top_youtube .m_y_img2{
    width: 85%;
}

.top_youtube .link_youtube{
    position: absolute;
    bottom: -50px;
    right: 5px;
}
.top_youtube .link_youtube p{
    font-size: 15px;
    background-color: #e7ebe8;
    width: 220px;
    line-height: 35px;
    color: #221814;
    padding-left: 20px;
    position: relative;
}
.top_youtube .link_youtube p:before,
.top_youtube .link_youtube p:after{
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    top: 50%;
    transform: translate(0px, -50%)rotate(45deg);
    border-top: 1px solid #221814;
    border-right: 1px solid #221814;
}
.top_youtube .link_youtube p:before{
    right: 20px;
}
.top_youtube .link_youtube p:after{
    right: 35px;
}

@media screen and (max-width:1350px) {
    .situmon_left p {
        font-size: 28px;
    }
    .hsw_block_p2 {
        font-size: 14px;
    }
    .hsw_block, .hsw_block2, .hsw_block3 {
        /*width: 33%;*/
    }
}
@media screen and (max-width:1024px) {
    .minima_point {
        color: #002f6b;
        font-size: 26px;
        font-weight: bold;
        text-align: center;
        margin-bottom: 50px;
    }
    .point_image {
        width: 20%;
    }
    .point_p_block, .point_p_block2 {
        margin-right: 40px;
        margin-left: 40px;
    }
    .point_p_block {
        width: 580px;
    }
    .wariai_graf {
        width: 260px;
        margin-right: 35px;
    }
    .goriyousya {
        font-size: 26px;
        margin-bottom: 45px;
    }
    .service_bottom {
        padding-bottom: 100px;
    }

    .hsw_width {
        /*width: fit-content;*/
        flex-direction: column;
        /*margin: 55px auto 0px;*/
    }
    .hsw_block, .hsw_block2, .hsw_block3 {
        /*width: 100%;*/
        /*padding: 55px 0;*/
    }
    .top_youtube .m_y_block {
        margin: 55px auto 0;
    }
}
@media screen and (max-width:810px) {
    .point_p_block, .point_p_block2 {
        margin-right: 25px;
        margin-left: 25px;
    }
    .point_p_block, .point_p_block2{
        width: 500px;
    }
    .point_text {
        font-size: 22px;
    }
    .point_text2 {
        font-size: 15px;
        margin-top: 20px;
    }
    .wariai_graf {
        width: 25%;
        margin-right: 30px;
    }
    .wariai_flex {
        margin: 80px 0;
    }
    .goriyousya {
        font-size: 22px;
        margin-bottom: 20px;
    }
    .wariai_block, .wariai_block2, .wariai_block3, .wariai_block4 {
        margin-bottom: 10px;
    }
    .wariai_block div, .wariai_block2 div, .wariai_block3 div, .wariai_block4 div {
        width: 35px;
        height: 30px;
    }
    .wariai_block p, .wariai_block2 p, .wariai_block3 p, .wariai_block4 p {
        font-size: 16px;
        margin-left: 15px;
    }
    .nagare {
        font-size: 24px;
    }
    .nagare::before {
        width: 243px;
        height: 3px;
        bottom: -7px;
    }
    .step_flex {
        width: 640px;
        margin: 40px auto 0;
        flex-wrap: wrap;
    }
    .step_block {
        width: 40%;
        margin-bottom: 25px;
    }
    .step_block div {
        width: 65%;
    }
    .step_p {
        font-size: 22px;
        margin: 30px 0 10px;
    }
    .step_p2 {
        font-size: 15px;
        line-height: 25px;
    }
    .yazirusi {
        width: 50px;
        margin: 10px auto 25px;
    }
    .situmon_left p {
        font-size: 20px;
        line-height: 25px;
        letter-spacing: 3px;
    }
    .situmon_left {
        width: 28%;
        height: 266px;
    }
    .accordion_open {
        font-size: 18px;
        padding-left: 20px;
    }
    .situmon_block {
        margin-bottom: 8px;
    }
    .ans_box p {
        font-size: 14px;
        line-height: 25px;
        padding: 8px 0px 8px 15px;
    }
    .accordion_open::before {
        right: 18px;
    }
    .accordion_open::after {
        right: 25px;
    }
    .situmon_button p {
        padding: 15px 75px;
        font-size: 18px;
    }
    .situmon_flex {
        margin-bottom: 40px;
    }
    .goriyoukaisi {
        width: 180px;
        line-height: 180px;
        font-size: 24px;
        letter-spacing: 3px;
    }
    .situmon_button {
        padding-bottom: 145px;
    }
    .s_bu_p {
        font-size: 14px;
        line-height: 22px;
    }
    .fw_bun {
        width: 440px;
    }
    .hsw_block_p {
        font-size: 20px;
    }
    .hsw_block_p2 {
        font-size: 16px;
        /*padding-left: 22px;*/
    }

    .m_y_text {
        font-size: 16px;
    }
    .service_bottom {
        padding-bottom: 120px;
    }
    .nagare2 {
        font-size: 24px;
    }
    .k_t_k_n_u {
        font-size: 18px;
    }
    .top_youtube .m_y_block {
        margin: 65px auto 0;
        width: 85%;
    }
    .top_youtube .m_y_flex div.cross_icon{
        width: 25px;
        height: 25px;
        margin: 0px 25px;
    }
    .top_youtube .link_youtube p {
        font-size: 16px;
        width: 225px;
        line-height: 35px;
    }
}
@media screen and (max-width:480px) {
    .main_width {
        padding-top: 8vw;
    }
    .point_image {
        width: 30%;
    }
    .point_p_block, .point_p_block2 {
        width: 70%;
        margin-right: 0px;
        margin-left: 0px;
        padding: 0 2vw;
    }
    .minima_point {
        /*width: 60%;*/
        /*font-size: 4vw;*/
        /*margin: 0 auto;*/
        /*line-height: 5vw;*/
        /*margin-bottom: 7vw;*/
        margin-top: 15vw;
        font-size: 6.7vw;
    }
    .point_text {
        font-size: 3.8vw;
    }
    .point_text2 {
        font-size: 3vw;
        margin-top: 2vw;
        line-height: 4vw;
    }
    .point_flex {
        margin-bottom: 7vw;
    }
    .wariai_graf {
        width: 28%;
        margin-right: 4vw;
    }
    .goriyousya {
        font-size: 4.4vw;
        margin-bottom: 3vw;
    }
    .wariai_block, .wariai_block2, .wariai_block3, .wariai_block4 {
        margin-bottom: 2vw;
    }
    .wariai_block div, .wariai_block2 div, .wariai_block3 div, .wariai_block4 div {
        width: 5vw;
        height: 4vw;
    }
    .wariai_block p, .wariai_block2 p, .wariai_block3 p, .wariai_block4 p {
        font-size: 3.5vw;
        margin-left: 2vw;
    }
    .wariai_flex {
        margin: 20vw 0;
    }
    .nagare {
        font-size: 4.5vw;
    }
    .nagare::before {
        width: 45vw;
        height: 0.5vw;
        bottom: -1vw;
    }
    .step_flex {
        width: 100%;
        margin: 8vw auto 0;
    }
    .step_block {
        width: 47%;
        margin-bottom: 5vw;
    }
    .step_p {
        font-size: 4vw;
        margin: 5vw 0 2vw;
        letter-spacing: 2px;
    }
    .step_p2 {
        font-size: 3.2vw;
        line-height: 5vw;
    }
    .yazirusi {
        width: 6vw;
        margin: 2vw auto 4vw;
    }
    .goriyoukaisi {
        width: 34vw;
        line-height: 34vw;
        font-size: 4vw;
        letter-spacing: 2px;
    }
    .situmon_flex {
        margin-top: 25vw;
        flex-direction: column;
        margin-bottom: 6vw;
    }
    .situmon_left {
        width: 100%;
        height: 22vw;
    }
    .situmon_left p {
        font-size: 4vw;
        line-height: 5vw;
        letter-spacing: 3px;
    }
    .situmon_right {
        width: 100%;
        margin-top: 3vw;
    }
    .situmon_block {
        margin-bottom: 1.5vw;
    }
    .accordion_open {
        font-size: 3.5vw;
        padding: 3vw 6vw 3vw 6vw;
        line-height: 4vw;
    }
    .ans_box p {
        font-size: 3vw;
        line-height: 4vw;
        padding: 2vw;
    }
    .situmon_button {
        padding-bottom: 22vw;
    }
    .situmon_button p {
        padding: 3vw 12vw;
        font-size: 3.5vw;
    }
    .step_block div {
        width: 65%;
    }
    .accordion_open::before {
        width: 3vw;
        height: 0.5vw;
        right: 3vw;
    }
    .accordion_open::after {
        width: 0.5vw;
        height: 3vw;
        right: 4.2vw;
    }
    .s_bu_p {
        font-size: 3vw;
        line-height: 4.8vw;
        margin-bottom: 7vw;
    }
    .fw_bun {
        width: 100%;
    }
    .fw_bun div {
        width: 49%;
    }
    .s_bu {
        margin: 10vw auto 0;
        width: 100%;
        max-width: 100%;
    }
    .s_bu img {
        width: 100%;
        object-fit: cover;
    }
    .hsw_img {
        width: 23%;
    }
    .hsw_img2 {
        width: 20%;
    }
    .hsw_img3 {
        width: 31%;
    }
    .service_bottom {
        /*padding-bottom: 30vw;*/
        padding-bottom: 10vw;
    }
    .hsw_width {
        width: 100%;
        margin: 8vw auto 0px;
    }
    .hsw_block, .hsw_block2, .hsw_block3 {
        width: 100%;
        padding: 9vw 0;
    }
    .hsw_block, .hsw_block2, .hsw_block3 {
        margin: 0 auto;
    }
    .hsw_block_p2 {
        font-size: 3vw;
        padding-left: 0px;
        line-height: 4vw;
    }
    .nagare2 {
        font-size: 6.8vw;
        margin-bottom: 0px;
    }
    .k_t_k_n_u {
        font-size: 3.5vw;
        margin: 7vw 0 3vw;
    }
    .hsw_block:before, .hsw_block2:before, .hsw_block3:before {
        content: '';
    }
    .hsw_block:after, .hsw_block2:after, .hsw_block3:after {
    }
    .top_youtube .m_y_block {
        padding: 2vw 3vw;
        margin: 12vw auto 0;
        width: 100%;
    }
    .top_youtube .m_y_flex div.cross_icon{
        width: 4vw;
        height: 4vw;
    }
    .top_youtube .m_y_text {
        font-size: 3vw;
        line-height: 4vw;
    }
    .top_youtube .link_youtube {
        bottom: -8.5vw;
        right: 1vw;
    }
    .top_youtube .link_youtube p {
        font-size: 3vw;
        width: 38vw;
        line-height: 6vw;
        padding-left: 3vw;
    }
    .top_youtube .link_youtube p:before,
    .top_youtube .link_youtube p:after {
        width: 1.5vw;
        height: 1.5vw;
    }
    .top_youtube .link_youtube p:before {
        right: 2vw;
    }
    .top_youtube .link_youtube p:after {
        right: 3.5vw;
    }
}
