/*■ヘッダー */    
.header_block{
    display: block;
    width:100%;
    background: #FFF;
}

.header_inner{
    display: block;
    max-width: 1920px;
    width:100%;
    margin: auto;
}
.header_logo{
    position: static;
    width:100%;
    text-align: center;
    padding: 20px 0;
}
.header_logo img{
    width:60%;
}
.header_left_img{
    position: static;
    width:47%;
    display: inline-block;
}
.header_left_img img{
    width:110%;
    padding-left:7%;
}
.header_right_img{
    position: static;
    width:47%;
    display: inline-block;
}
.header_right_img img{
    width:110%;
    padding-right:7%;
}
.header_text{
    position: static;
    width:100%;
    padding: 5px;
    text-align: center;
}
.header_text p{
    font-size: 0.9em;
    margin:auto;
}

@media (min-width: 768px) {
    .header_inner{
        position: relative;
        width: 100%;
        height: 16vw;
        max-width: 1920px;
        max-height: 300px;
        min-height: 200px;
        padding: 0 64px;
    }
    .header_logo{
        position: absolute;
        width:50%;
        top:0;
        left:25%;
        padding: 10px 0;
        
    }
    .header_logo img{
        width: auto;
        height: 6vw;
        max-height: 70px;
        min-height: 60px;
    }
    .header_left_img{
        position: absolute;
        width: 100%;
        top:50%;
        left:5px;
        -webkit-transform: translate(0,-50%);
        -ms-transform: translate(0,-50%);
        transform: translate(0,-50%);
        height: 100%;
        overflow: hidden;
        text-align: left;
    }
    .header_left_img img{
        width: 30%;
        padding: 0;
        min-height: inherit;
        min-width: inherit;
        margin-top: 2%;
    }
    .header_right_img{
        position: absolute;
        width:100%;
        top:50%;
        right:5px;
        -webkit-transform: translate(0,-50%);
        -ms-transform: translate(0,-50%);
        transform: translate(0,-50%);
        height: 100%;
        overflow: hidden;
        text-align: right;
    }
    .header_right_img img{
        width: 30%;
        padding: 0;
        min-height: inherit;
        min-width: inherit;
        margin-top: 2%;
    }
    .header_text{
        position: absolute;
        width: 48%;
        min-width: 560px;
        top:80px;
        left: 50%;
        -webkit-transform: translate(-50%,0);
        -ms-transform: translate(-50%,0);
        transform: translate(-50%,0);
        z-index:3;
        background-color: rgb(255,255,255,0.7);
    }

    .header_text p{
        width:100%;
        font-size: 0.6em;
        padding: 5px 0;
        margin:auto;
    }
}
@media (min-width: 1000px) {
    .header_text {
        padding-bottom: 5px;
        top:80px;
        left: 50%;
        -webkit-transform: translate(-50%,0);
        -ms-transform: translate(-50%,0);
        transform: translate(-50%,0);
        
    }
    .header_text p{
        font-size: 0.5em;
        padding: 5px 0;
        margin:auto;
    }
    .header_left_img img{
        width: 26%;
        min-height: 240px;
        min-width: 336px;
        margin-top: -1%;
    }
    .header_right_img img{
        width: 26%;
        min-height: 240px;
        min-width: 336px;
        margin-top: -1%;
    }
}
@media (min-width: 1200px) {
    .header_text {
        padding-bottom: 5px;
        top:80px;
    }
    .header_text p{
        font-size: 0.67em;
        padding: 5px 0;
        margin:auto;
    }
}
@media (min-width: 1470px) {
    .header_text {
        padding-bottom: 5px;
        top:80px;
    }
    .header_text p{
        font-size: 0.8em;
        padding: 15px 0;
        margin:auto;
    }
}
@media (min-width: 1580px) {
    .header_text {
        padding-bottom: 1vw;
        top:80px;
    }
    .header_text p{
        font-size: 0.9em;
        margin:auto;
    }
}
@media (min-width: 1920px) {
    .header_text {
        padding-bottom: 1vw;
        top:80px;
    }
    .header_text p{
        font-size: 1em;
        margin:auto;
    }
}
/*■コンテンツ */
.container{
    max-width:1080px;
    width:100%;
    margin:20px auto 12vw;
    padding-right: 2vw;
    padding-left: 2vw;
}
@media screen and (min-width: 768px) {
    .container{
        max-width:1080px;
        width:100%;
        margin:20px auto 80px;
        padding-right: 15px;
        padding-left: 15px;
    }
}
.section_inner{
    max-width:1080px;
    display: block;
    margin:auto;
}

/*■セクション１ */  
.section01{
    width:100%;
}
.section01 img{
    width:calc(100% - 16px);
    display: block;
    margin:auto;
}

.section02{
    width:100%;
    margin:40px auto;
}
.flex_nomal,
.flex_reverse{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    flex-wrap: wrap;
    flex-flow: wrap;
    margin-bottom: 20vw;
}

.text_block{
    width:calc(100% - 16px);
    display: block;
    margin:auto;
}
.photo_block{
    width:calc(100% - 16px);
    display: block;
    margin:auto;
}
@media screen and (min-width: 768px) {
    .flex_nomal,
    .flex_reverse{
        margin-bottom: 100px;
    }
    .flex_nomal{
        flex-flow: row;
    }
    .flex_reverse{
        flex-flow: row-reverse;
    }
    .text_block{
        width:40%;
    }
    .photo_block{
        width:60%;
    }
}
.s2_point{
    display: block;
    text-align: center;
    margin: auto;
    margin-bottom: 30px;
}
.s2_point img{
    width:43%;
    max-width: 260px;
    margin: auto;
}
.s2_title{
    text-align: center;
    margin: auto;
    margin-bottom: 30px;
    display: block;
}
.s2_title h2{
    font-size: 1.3em;
    text-align: center;
    margin: auto;
    font-weight: 500;
}
.s2_des{
    display: block;
    text-align: center;
    margin: auto;
    margin-bottom: 30px;
}
.s2_des p{
    font-size: 0.9em;
    text-align: left;
}

.photo_block img{
    width:100%;
}
img.photo01,
img.photo02,
img.photo03{
    width:90%;
    margin-left:10%;
}

@media screen and (min-width: 768px) {
    .text_block{
        width:45%;
    }
    .photo_block{
        width:55%;
    }
    img.photo01{
        width:98%;
        margin-left: 2%;
    }
    img.photo02{
        width:103%;
        margin-left:0;
    }
    img.photo03{
        width:110%;
        margin-left:-10%;
    }
}
.section03{
    width:100%;
}
.section03 img{
    width:calc(100% - 16px);
    display: block;
    margin:auto;
}
.request-form h5{
    color:#174c94;
}
.pc_block {
  display: none; 
}

.sm_block {
  display: block; 
}
@media screen and (min-width: 768px) {
    .pc_block {
        display: block; 
    }

    .sm_block {
        display: none; 
    } 
} 