@charset "utf-8";
html {
    font-size: 62.5%;
}

* {
    font-size: 22px;
    line-height: 1.3em;
}

.textaglin_left p {
    text-align: left;
}

.textaglin_left li {
    text-align: left;
}
.textaglin_left {
    text-align: left !important;
}

body {
    font-size: 1.0rem;
    font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
    color: #212121;
}
.kaku {
    font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
}
.mincho {
    font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
a {
    transition: .3s ease;
    color: #64d1f5;
}
a:hover {
    text-decoration: none;
    opacity: 0.7;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}
ul{
    padding: 0;
    list-style: none;
    margin-bottom: 0;
}
.spOnly {
    display: none;
}

.mt10 {margin-top:10px;}
.mt20 {margin-top:20px;}
.mt30 {margin-top:30px;}
.mt40 {margin-top:40px;}
.mt50 {margin-top:50px;}
.mt60 {margin-top:60px;}
.mt70 {margin-top:70px;}
.mt80 {margin-top:80px;}
.mt90 {margin-top:90px;}
.mt100 {margin-top:100px;}

.mb10 {margin-bottom:10px;}
.mb20 {margin-bottom:20px;}
.mb30 {margin-bottom:30px;}
.mb40 {margin-bottom:40px;}
.mb50 {margin-bottom:50px;}
.mb60 {margin-bottom:60px;}
.mb70 {margin-bottom:70px;}
.mb80 {margin-bottom:80px;}
.mb90 {margin-bottom:90px;}
.mb100 {margin-bottom:100px;}


.container {
    max-width: 600px;
    text-align: center;
    margin: 0 auto;
    overflow: hidden;
    background: white;
}
.fuwafuwa {
    -webkit-animation-name:fuwafuwa;
    -webkit-animation-duration:2s;
    -webkit-animation-iteration-count:infinite;
    /*-webkit-animation-direction:alternate;*/
    -webkit-animation-timing-function:ease;

    -moz-animation-name:fuwafuwa;
    -moz-animation-duration:2s;
    -moz-animation-iteration-count:infinite;
    /*-moz-animation-direction:alternate;*/
    -moz-animation-timing-function:ease;
}
@-webkit-keyframes fuwafuwa {
    0% {-webkit-transform:translate(0, 0);}
    50% {-webkit-transform:translate(0, -10px);}
    100% {-webkit-transform:translate(0, 0);}
}
@-moz-keyframes fuwafuwa {
    0% {-moz-transform:translate(0, 0);}
    50% {-moz-transform:translate(0, -10px);}
    100% {-moz-transform:translate(0, 0);}
}

/* header */
header {
    display: flex;
    align-items: center;
    padding: 1em 0.5em;
}
.logo {
    width: 40%;
    margin-right: auto;
}
.logo img {
    width: 100%;
}
.headerLink {
    display: flex;
    width: 50%;
    justify-content: flex-end;
}
.headerLink p
{width: 48%;
}

/* cvBox1 */
.cvBox1 {
    position: relative;
    top: -21px;
}

.cvBox1 .cvBoxBtn {
    position: absolute;
    bottom: 0.5em;
    text-align: center;
    padding: 0 3vw;
    display: flex;
    align-items: center;
    background: url(img/cv_btn_bg.png);
    width: 100%;
    justify-content: center;
    bottom: 8.8px;
}

/* covid */
.covid {
    padding: 25px 0;
    background: #f0f0f0;
}
.covidImg {
    display: none;
}

.image_01 {
    width: 80%;
}

/* content1 */
.content1 {
    background: url(../img/content1_bg.png);
    background-position: center -4vw;
    background-size: 100%;
}
.image_02 {
    background: #fff;
}
.image_03 {
    width: 90%;
}

/* content2 */
.content2 {
    background: #efefef;
    padding: 20px 0 0;
}
.image_04 {
    width: 90%;
}

/* content3 */
.content3 {
    background: url(../img/bg_01.png) repeat-y;
    background-size: 100% auto;
}
.image_07_1 {
    width: 90%;
}
.image_09 {
    width: 90%;
}

/* content4 */
.content4 {
    /* padding: 20px 0 0; */
    /* background: url(../img/bg_04.png) no-repeat; */
    background-size: 100% auto;
    background-color: #fefcf6;
    /* margin-top: -3vw; */
}
.voice_01 {
    position: relative;
    z-index: 10;
    margin-top: -3vw;
}
/* voice */
#voice {
    position: relative;
    background-color: #f0f0f0;
    top: -30px;
    margin-bottom: -30px;
}
    
#voice img.voice_02 {
    margin-top: -10px;
}
/* flow */
#flow {
    background-color:#f0f0f0;
    padding:20px 0;
}
    
#flow img.flow_02,
#flow img.flow_03,
#flow img.flow_04,
#flow img.flow_05,
#flow img.flow_06{
    display:block;
}

/* faq */
#faq {
    background-color:#f0f0f0;
    padding:20px 0;
}
    
#faq .box {
    background-color:#FFFFFF;
    width:80%;
    padding:20px 10px;
    margin:0 auto 20px;
    box-shadow:3px 3px 2px -1px #666666;
}


/* clinic */
#clinicTab {
    box-sizing: border-box;
    padding: 1px 20px;
    }
    
    #clinicTab:after {
        display: block;
            width: 100%;
            content: "";
            clear: both;
            height: 0;
    
    }
    #clinicTab .tab {
        position: relative;
        display: block;
        width: 100%;
        font-size: 2.4rem;
        border-radius: 0;
        padding: 10px 0;
        margin: 10px 0;
        box-sizing: border-box;
        border-top: #5EB4A4 solid 2px;
        border-left: #5EB4A4 solid 2px;
        border-right: #5EB4A4 solid 2px;
        border-bottom: #5EB4A4 solid 2px;
        color: #5EB4A4;
        background-color: #FFFFFF;
        font-weight: bold;
    }
    
    #clinicTab .tab:after {
        content: "\00ff0b";
        font-size: 2.4rem;
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translate(0%,-50%);
        -webkit-transform: translate(0%,-50%);
    }
    
    #clinicTab .tab.select{
        color: #FFFFFF;
        background-color: #5EB4A4;
    }
    
    #clinicTab .tab.select:after{
        content: "\0030fc";
        font-size: 2.4rem;
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translate(0%,-50%);
        -webkit-transform: translate(0%,-50%);
    }
    
    
    #clinicTab .tab:hover{
    cursor: pointer;
    }
    
    
    #clinic {
        background-color: #f0f0f0;
        font-size: 1.8rem;
        padding-bottom: 40px;
    }
    
    #clinic img.clinicdetail{
    width:100%;
    margin-bottom:20px;
    }
    #clinic .clinic{
        position: relative;
        text-align: left;
        box-sizing: border-box;
        display: none;
    }
    
    #clinic .clinic:after {
    content:"";
    clear: both;
    width: 100%;
    height: 0;
    display: block;
    }
    
    
    
    #clinic .clinic .map {
        width:100%;
    }
    
    #clinic .map iframe{
    width:100%;
    height:300px;
    }
    
    #clinic .clinic .detail{
        margin-bottom: 30px;
        line-height: 1.5;
    }
    
    #clinic .clinic .green{
        color:#5EB4A4;
    }
    
    #clinic .clinic .detail h2{
        font-size: 2.4rem;
            font-weight: bold;
            text-align: center;
            margin-bottom: 20px;
            border-bottom: solid 2px #5eb4a4;
        }
    
    
    #clinic .clinic .detail p{
    padding-bottom:10px;
    }
    
    
    #clinic .clinic .doctor{
    margin-top:30px;
    }
    
    #clinic .clinic .doctor h2{
        font-size: 2.4rem;
            font-weight: bold;
            text-align: center;
            margin-bottom: 20px;
            border-bottom: solid 2px #5eb4a4;
        }
    
    #clinic .clinic .doctor img.doctor_photo {
    display: block;
    margin: 10px auto 0;
    }
    
    
    #clinic .clinic table.doctorDetail,
    #clinic .clinic table.doctorDetail tbody,
    #clinic .clinic table.doctorDetail tr,
    #clinic .clinic table.doctorDetail td,
    #clinic .clinic table.doctorDetail th {
            display: block;
            width: 100%;
    }
    #clinic .clinic table.doctorDetail{
            margin: 30px 0 30px 0;
            border-collapse: collapse;
    }
    
    #clinic .clinic table.doctorDetail th,
    #clinic .clinic table.doctorDetail td{
        padding: 20px 20px;
        text-align: left;
        border: 1px solid #ccc;
        box-sizing: border-box;
        background: #fff;
    }
    
    #clinic .clinic table.doctorDetail th {
        background: #f9f9f9;
    }
    
    #clinic .clinic table.doctorDetail td.career p{
    padding-bottom:5px;
    }
    
    #map-google{
    width:100%;
    padding-bottom:69%;
    position: relative;
    }
    
    #map-google iframe{
    width:100%;
    height:100%;
    position: absolute;
    left: 0;
    top:0;
    }
    
    .gm-style .gm-style-iw-c{
    padding:20px!important;
    }

    #MapInfoBox img.logo{
    margin-bottom:10px!important;
    }
    
    #MapInfoBox h1{
    font-size:20px;
    color:#5eb4a4!important;
    font-weight:bold!important;
    margin-bottom:10px!important;
    }

    .openTime {
        font-size: 2rem;
        color:rgba(234,97,117,1.0);
        margin-bottom:20px;
        text-decoration:underline;
        font-weight:600;
        display:block; 
    }
    
 /* cv */
 .cv {
    background-image:url('../img/cv_bg.png');
    box-sizing:border-box;
    padding:10px 0;
    background-size: cover;
    position:relative;
    display: flex;
    justify-content: center;
}
    
#cv_fix {
    position:fixed;
    bottom:0;
    left:0;
    display:none;
    z-index:9999;
    width:100%;
}   

/* doctor */
#doctor {
    background: #f0f0f0;
    padding-bottom: 40px;
}

/* privacy */
.privacy {
    padding: 60px 0 200px;
}
.privacy a {
    font-size: 1.5rem;
    color: #816e6c;
    text-decoration: underline;
}
/* cv2 */
.cv2 {
    max-width: 600px;
    margin: 0 auto;
    position: relative;
}
/* .cv2 a {
    position: absolute;
    left: 1em;
    bottom: 5px;
    width: 63%;
} */
@media screen and (max-width: 835px) {
    #clinic {
        font-size:1.2rem;
    }
    #clinicTab .tab {
        font-size: 1.5rem;
    }
    #clinic .clinic .detail h2 {
        font-size: 2.0rem;
    }
    .openTime {
        font-size: 1.7rem;
    }
    .privacy {
        padding: 30px 0 100px;
    }
    .privacy a {
        font-size: 1.3rem;
    }
    /* .cv2 a {
        position: absolute;
        left: 0.5em;
        bottom: 2px;
        width: 63%;
    } */
}
section.bl01 ul.ul01 {
    width: 62%;
    /* margin-left: 3%; */
}
section.bl01 ul.ul02 li {
    width: 175px;
    display: inline-block;
    position: relative;
}

section.bl01 ul.ul02 li img {
    position: absolute;
    width: 182px;
    max-width: inherit;
    left: 0;
}
section.bl01 ul.ul02 {
    justify-content: left;
    display: flex;
    height: 210px;
    width: 310px;
}
section.bl01 img.mv_img01 {
    position: absolute;
    z-index: 9;
    left: 0;
    top: 0;
    width: 130px;
}
section.bl01 {
    background: url(../img/mv_bg.jpg);
    background-size: cover;
    background-color: #b5a68c;
    position: relative;
    padding: 4%;
}
section.bl01 .mainImage img {
    position: relative;
    top: -9px;
}
section.onayami {
    background: #122b4c;
    padding: 40px 0;
    background-image: url(../img/onayami_bg01.png),url(../img/onayami_bg02.png);
    background-repeat: no-repeat;
    background-position: top right,bottom left;
    background-size: 117px;
    padding-bottom: 0;
}
section.onayami ul img.onayami_ul_bg {
    position: absolute;
    bottom: 0;
    right: 4%;
    width: 59%;
}
section.onayami ul {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    padding-bottom: 330px;
}

section.onayami ul li {
    width: 48%;
    /* margin-bottom: -55px; */
    height: 180px;
}

section.onayami ul li:nth-child(2) {
    position: relative;
    z-index: 0;
}

section.onayami ul li:nth-child(1) {
    z-index: 1;
}

section.onayami ul li:nth-child(3) {
    top: -25px;
    position: relative;
    z-index: 1;
}

section.onayami ul li:nth-child(4) {
    z-index: 5;
    top: 20px;
    position: relative;
}

section.onayami ul li:nth-child(5) {
    position: relative;
    top: -20px;
    z-index: 4;
}

section.onayami ul li:nth-child(3) img {
    width: 114%;
}

section.onayami ul li:nth-child(1) img {
    width: 114%;
}

section.onayami ul li:nth-child(4) img {
    right: -8px;
    position: relative;
}

section.onayami ul li:nth-child(5) img {
    position: relative;
    left: -10px;
    width: 106%;
}

section.onayami ul li img {
    width: 110%;
    max-width: inherit;
}

section.trouble {background: url(../img/trouble_bg.jpg);background-size: 100%;background-repeat: no-repeat;background-position: bottom;height: 1087px;}

section.trouble ul {
    display: flex;
    flex-wrap: wrap;
}


section.trouble ul li:nth-child(2) {}

section.trouble ul li:nth-child(2) img {
    width: 250px;
}

section.trouble ul li:nth-child(3) img {
    width: 250px;
}

section.trouble ul li:nth-child(4) img {
    top: -70px;
    position: relative;
}

section.trouble ul li {
    width: 49%;
}

section.bl_open_service {
    background: url(../img/bl_open_service_bg.png);
    background-size: 100%;
    padding-bottom: 40px;
    background-color: #fffaf3;
    background-position: center bottom 0vw;
    background-repeat: no-repeat;
}

.bl_value {
    background: url(../img/bl_value_bg.png);
}
.bl_point03 {
    background: url(../img/bl_value_bg.png);
}
.bl_point04 {
    background: url(../img/bl_value_bg.png);
}
.bl_point05 {
    background: url(../img/bl_value_bg.png);
}
.bl_point06 {
    background: url(../img/bl_value_bg.png);
}
.bl03 {
    background: url(../img/bl_value_bg.png);
    padding-bottom: 3vw;
}


section.bl02 {
    z-index: 1;
    position: relative;
    background: url(../img/bl02_bg.png);
    background-position: bottom;
    background-repeat: no-repeat;
    margin-top: -90px;
}
section.bl02 img {
    padding-bottom: 550px;
}


section.bl_point {
    /* padding: 0 5%; */
}
section.bl_point .box p.txt {
    font-size: 2.5rem;
    line-height: 1.5em;
    text-align: left;
    margin-bottom: 50px;
}

section.bl_point .box {
    padding: 0 5%;
}

section.bl_point .box p.ttl {
    font-size: 3.5rem;
    font-weight: bold;
    color: #ff7200;
    padding: 30px 0;
}

section.bl_customer {background: #fff9e3;padding-top: 60px;padding-bottom: 1px;}

section.bl_customer p.txt {
    font-size: 2.4rem;
    line-height: 1.7em;
    text-align: left;
    margin-top: 30px;
    margin-bottom: 60px;
}

section.bl_customer .box img.customer {
    height: 210px;
}

section.bl_customer >img {
    width: 410px;
    margin-bottom: 80px;
}

section.bl_contact {
    background: #fff9e3;
}

button {}

div.mfp_buttons button {
    background: #479715;
    color: white;
    padding: 31px;
    border-radius: 100px;
    width: 60%;
    font-size: 3rem;
    font-weight: bold;
    letter-spacing: 0.4em;
    text-shadow: none;
    margin-bottom: 10px;
}

section.onayami > img:nth-child(1) {
    width: 67%;
    margin-bottom: 40px;
}

section.bl_customer .box {margin: 0 5%;}

section.bl_flow {
    padding-bottom: 60px;
    padding-top: 60px;
}

section.bl_flow ul {
    padding: 0 5%;
    position: relative;
    margin-top: 100px;
}

section.bl_flow ul li {
    display: flex;
    justify-content: left;
    align-items: center;
    margin-bottom: 30px;
    position: relative;
    border-bottom: 2px solid #eee;
    padding: 0 0 30px;
    margin-top: 30px;
    text-align: left;
}

section.bl_flow ul li .icon {margin-right: 3rem;width: 16rem;position: relative;z-index: 1;}

section.bl_flow ul li .inbox {}

section.bl_flow ul li .inbox span:nth-child(1) {
    background: #f39901;
    display: inline-block;
    font-weight: bold;
    padding: 0.5em 1.3em;
    font-size: 2rem;
    color: white;
}

section.bl_flow ul li .inbox p {
    text-align: left;
    font-size: 3.5rem;
    font-weight: bold;
    margin-top: 22px;
}

html {background: aliceblue;}

section.bl_flow ul:before {
    content: "";
    display: block;
    width: 6px;
    height: 100%;
    background: antiquewhite;
    position: absolute;
    left: 107px;
    z-index: 1;
}


section.bl_flow ul li:after {}

section.bl_flow ul li:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #ececec;
    position: absolute;
    bottom: 0;
    display: none;
}

section.bl_qa {
    background: #f39800;
    padding-top: 50px;
    padding-bottom: 60px;
}

section.bl_qa .box {
    background: white;
    margin: 5%;
    border-radius: 10px;
    padding: 10px 30px;
    text-align: left;
    line-height: 1.6em;
    font-size: 2.3rem;
}

section.bl_qa .box p.q {
    font-weight: bold;
    padding-left: 70px;
    border-bottom: 1px solid #b3b3b3;
    min-height: 90px;
    display: flex;
    justify-content: left;
    align-items: center;
    position: relative;
    font-size: 2.7rem;
    padding-top: 30px;
    padding-bottom: 30px;
}

section.bl_point > img {
    margin-bottom: 50px;
}

section.bl_flow > img {
    height: 145px;
}

section.bl_flow ul li .inbox p span {
    font-weight: normal;
    font-size: 0.8em;
}

section.bl_qa > img {
    height: 149px;
    margin-bottom: 50px;
}

section.bl_qa .box p.q:before {
    content: "";
    display: block;
    position: absolute;
    width: 50px;
    height: 50px;
    left: 0;
    background: url(../img/bl_qa_icon01.png);
    background-repeat: no-repeat;
    background-size: contain;
}

section.bl_qa .box p.a:before {
    content: "";
    display: block;
    position: absolute;
    width: 50px;
    height: 50px;
    left: 0;
    background: url(../img/bl_qa_icon02.png);
    background-repeat: no-repeat;
    background-size: contain;
}

section.bl_qa .box p.a {
    padding-left: 70px;
    min-height: 120px;
    display: flex;
    justify-content: left;
    align-items: center;
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
    line-height: 1.5em;
}

img {
}


p.copyright {
    background: #f39800;
    color: white;
    padding: 20px;
    font-size: 20px;
    margin-bottom: 160px;
    margin-top: 70px;
}

.display_flex {
    font-size: 24px;
    justify-content: space-around;
    display: flex;
    width: 80%;
    margin: auto;
}

.display_flex a {
    color: black;
}

form#mailformpro dl dd {padding-left: 0;border: none;background: inherit !important;}

form#mailformpro dl dt {text-align: left;width: auto;font-size: 2.6rem;font-weight: bold;display: flex;justify-content: left;align-items: center;margin-bottom: 1rem;border: none;background: inherit;}

.must {
    float: inline-end;
    font-size: 17px;
    font-weight: normal;
    padding: 0.4rem 2rem;
    border-radius: inherit;
    background: #dc0000;
    text-shadow: none;
    margin-left: 10px;
    box-shadow: inherit;
}

.mfp_rows .mfp_col1, .mfp_rows .mfp_col2, .mfp_rows .mfp_col3, .mfp_rows .mfp_col4, .mfp_rows .mfp_col5, .mfp_rows .mfp_col6, .mfp_rows .mfp_col7, .mfp_rows .mfp_col8, .mfp_rows .mfp_col9, .mfp_rows .mfp_col10 {
    padding: 0;
}

span.must {}

div#container {
    padding: 5%;
}

.mfp_rows input[type="text"], .mfp_rows input[type="email"], .mfp_rows input[type="tel"], .mfp_rows input[type="number"], .mfp_rows input[type="date"], .mfp_rows input[type="file"], .mfp_rows select, .mfp_rows button, form#mailformpro .mfp_rows label {
    padding: 10px;
    border-radius: 8px;
    height: 75px;
    border: 1px solid#b2b0ae;
    font-size: 30px;
    box-shadow: none !important;
    min-width: 100%;
}

input[type="checkbox"] {
    padding: 10px;
    width: 24px;
    height:   24px;
    -moz-transform:  scale(1.4);
    -webkit-transform: scale(1.4);
    transform: scale(1.7);
}

dd.mfp.checkbox {}

dd.mfp.checkbox p {
    font-size: 2rem;
    display: inline-block;
    margin-left: 20px;
}

dd.mfp.checkbox {}

dd.mfp.checkbox label {
    border: none !important;
    text-align: center;
}

section.bl_sdgs {padding: 5%;}

section.bl_sdgs img {
    margin: 30px 0;
}
.footer_img {}

.footer_img img {
    width: 440px;
    margin-bottom: 70px;
}

.floating_footer {}

.floating_footer {
    margin: 15px;
    position: fixed;
    bottom: 0;
    width: 577px;
    z-index: 999;
}




@media screen and (max-width: 600px){


section.bl01 ul.ul02 {
    height: 32vw;
}

form#mailformpro dl dt {
    font-size: 4.4vw;
    margin-top: 5vw;
}

.must {
    font-size: 3.1vw;
    padding: 0rem 1.4rem;
}

.mfp_rows input[type="text"], .mfp_rows input[type="email"], .mfp_rows input[type="tel"], .mfp_rows input[type="number"], .mfp_rows input[type="date"], .mfp_rows input[type="file"], .mfp_rows select, .mfp_rows button, form#mailformpro .mfp_rows label {
    height: 13vw;
    border-radius: 5px;
}

p.center {
    font-size: 3.5vw;
}

    

dl.mailform p.center {
    margin-top: 15px;
}

dd.mfp.checkbox p {
    font-size: 1.6rem;
}

input[type="checkbox"] {
    -moz-transform: scale(1.4);
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
}

div.mfp_buttons button {
    font-size: 5.7vw;
    padding: 3.9vw;
}

section.onayami {
    background-size: 90px;
}

    section.bl01 img.mv_img01 {
    width: 23vw;
}

section.onayami ul li:nth-child(3) {
    top: -65px;
}

section.onayami ul li:nth-child(4) img {}

section.onayami ul li:nth-child(4) {
    top: -7vw;
}

section.onayami ul li:nth-child(5) {
    top: -27vw;
}

section.onayami ul {
    padding-bottom: 29vw;
}

section.trouble {
    height: 180vw;
}

section.bl02 img {
    padding-bottom: 60vw;
}

    section.trouble ul li:nth-child(2) img {
    width: 44vw;
}

section.trouble ul li:nth-child(4) img {
    top: -10vw;
}

section.trouble ul li:nth-child(3) img {
    width: 40vw;
}

li {}

section.bl02 {
    margin-top: -13vw;
    background-size: contain;
}

section.bl_point > img {
    margin-bottom: 8vw;
}

section.bl_point .box p.ttl {
    font-size: 6vw;
}

section.bl_point .box p.txt {
    font-size: 4.2vw;
}

section.bl_customer >img {
    width: 70vw;
    margin-bottom: 12vw;
}

section.bl_customer .box img.customer {
    height: 37vw;
}

section.bl_customer p.txt {
    font-size: 4.2vw;
}

section.bl_flow > img {
    height: 24vw;
}

    section.bl_flow ul {
    margin-top: 14vw;
}

    section.bl_sdgs img {
    margin: 3vw 0;
}

section.bl_flow ul li .icon {
    width: 26vw;
    margin-right: 1.8rem;
}

section.bl_flow ul:before {
    left: 17vw;
    height: 90%;
    top: 50%;
    transform: translate(50%, -50%);
}

section.bl_flow ul li .inbox span:nth-child(1) {
    font-size: 3.7vw;
}

section.bl_flow ul li .inbox p {
    font-size: 6vw;
    margin-top: 3vw;
}

section.bl_flow > img:nth-child(3) {
    height: 27vw;
}

section.bl_qa > img {
    height: 26vw;
}

section.bl_qa .box {
    padding: 0vw 4vw;
}

section.bl_qa .box p.q:before {
    width: 9vw;
    height: 9vw;
}

section.bl_qa .box p.q {
    padding-left: 14vw;
    font-size: 4.4vw;
}

section.bl_qa .box p.a:before {
    width: 8vw;
    height: 8vw;
}

section.bl_qa .box p.a {
    padding-left: 14vw;
    font-size: 3.8vw;
}

.footer_img img {
    width: 79vw;
}



.display_flex a {
    font-size: 4.5vw;
}

p.copyright {
    font-size: 3.4vw;
}

.floating_footer {
    width: 96vw;
    margin: auto;
    left: 2vw;
    bottom: 2vw;
}
    section.bl01 {}

section.bl01 ul.ul02 li img {
    width: 30vw;
}

section.bl01 ul.ul02 li {
    width: 26vw;
}
    
}


section.company_info {
    background: #fffaee;
    padding: 60px 0px;
}
section.company_info dl {
    text-align: left;
    margin: 5%;
    border: 1px solid #e2ddd5;
    margin-bottom: 30px;
}

section.company_info dl dt {
    padding: 5%;
    background: #f7efe3;
    font-weight: bold;
    border-bottom: 1px solid #e2ddd5;
}

section.company_info dl dd {
    padding: 5%;
    background: #ffffff;
    border-bottom: 1px solid #e2ddd5;
}


iframe {
    margin: 5%;
    width: -webkit-fill-available;
}


section.company_info img {
    width: 33%;
    margin-bottom: 30px;
}

