body {
font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
}

.font-mincho{
    font-family: 游明朝,"Yu Mincho", "Hiragino Mincho ProN",メイリオ,Meiryo,serif;
}

.font-embed{
    font-family: 'Shadows Into Light', cursive;
    font-size: 40px;
    margin-bottom: 15px;
    text-align: center;
    color: #9F3131;
}

img{
    max-width:100%;
    height: auto;
}

.img-center{
    display: block;
    margin: auto
}

.bg-gray{
    background-color: #F2F2F2;
}

.bg-beige{
    background-color: #F7F7F2;
}

.bg-enji{
    background-color: #9F3131;
    color: #fff;
}

.bg-underline{
    background: linear-gradient(transparent 60%, #F1E533 60%);
}

.color-enji{
    color: #9F3131;
}

ul,ol{
    padding: 0;
    padding-left: 1em;
}
.line-h0{line-height: 1;}
.line-h120{line-height: 1.2;}
.line-h150{line-height: 1.5;}
.line-h180{line-height: 1.8;}

a:hover{
    text-decoration: none;
    color: #fff;
}

.lp-header{
    padding-top: 15px;
    margin-bottom: 30px;
}

.lp-header h1{
    font-size: 42px;
    font-weight: bold;
    margin-bottom: 0;
}

.lp-header h1 span{
    font-size: 20px;
    font-weight: normal;
}

.front-time{
    font-size: 17px;
    padding-right: 0;
}
.front-time p{
    margin-top: 5px;
    margin-bottom: 5px;
    line-height: 1;
}

.front-time span{
    font-size: 14px;
}

.tel-number{
    font-size: 40px;
    font-weight: 600;
    line-height: 1;
    word-break: keep-all;
}

.btn-contact-mail{
    display: block;
    text-align: center;
    background-color: #9F3131;
    font-size: 16px;
    line-height: 35px;
    color: #fff;
    font-weight: 300;
}

.main-visual{
    max-width: 1366px;
    width: 100%;
    min-height: 546px;
    background-image: url(img/bg-main-visual.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    padding-top: 45px;
    padding-bottom: 45px;
    margin: auto;
}

.main-visual p,
.main-visual h2{
    color: #fff;
    text-shadow: 0 3px 6px rgba(0,0,0,.5);
    margin-bottom: 0;
}

.main-visual h2{
    margin-bottom: 30px;
}

.main-visual-text1{
    margin-bottom: 5px;
    font-size: 32px;
    display: inline;
    border-bottom: 2px solid #F1E533;
    line-height: 1.4;
}

.main-visual-text2{
    font-size: 40px;
    font-weight: 600;
    line-height: 1.4;
}

.main-visual-text3{
    font-size: 100px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 30px;
}

.main-visual-text3 span{
    font-size: 60px;
}

p.main-visual-text4{
    font-size: 24px;
    line-height: 1.8;
}

.contact-wrapper{
    max-width: 1366px;
    width: 100%;
    margin: 0 auto 60px;
    background-color: #F7F7F2;
    padding-bottom: 45px;
}

.contact-wrapper h2{
    background-color: #9F3131;
    font-size: 24px;
    width: 100%;
    height: 75px;
    color: #fff;
    text-align: center;
    margin-bottom: 60px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-wrapper h2:after{
    position: absolute;
    content: '';
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #9F3131;
}

.contact-wrapper h3{
    font-size: 28px;
    text-align: center;
    font-weight: 600;
}

.contact-wrapper h3 span{
    font-size: 40px;
}

.contact-text{
    font-size: 18px;
    text-align: center;
    margin-bottom: 30px;
}

.contact-bnr{
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

.contact-bnr a{
    max-width: 350px;
    width: 100%;
}

.contact-bnr a + a{
    margin-left: 30px;
}

.contact-bnr .doc{
    background-color: #2F568B;
    color: #fff;
    border: 1px solid #707070;
    padding: 15px;
}

.doc-title{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    line-height: 32px;
}

.doc-title span{
    font-size: 20px;
    padding: 5px 10px;
    text-align: center;
    background-color: #F1E533;
    color: #000;
    margin-right: 15px;
}

.doc-text{
    font-size: 13px;
    text-align: center;
    margin-bottom: 0;
}

.online{
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #707070;
    color: #000;
    background-color: #fff;
}

.online:hover{
    color: inherit;
}

.online h4{
    font-size: 32px;
    padding-left: 60px;
    position: relative;
    margin-bottom:0;
}

.online h4:before{
    content: '';
    position: absolute;
    background-image: url(img/bnr-icon-calender.png);
    background-repeat: no-repeat;
    padding: 27px;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.tel-contect-wrapper{
    display: flex;
    justify-content: center;
}

.tel-contect-wrapper p{
    margin-bottom: 0;
}

.tel-contect-wrapper div + div{
    margin-left: 15px;
}

.tel-contact-text{
    font-size: 14px;
    text-align: right;
    line-height: 1.3;
}

.tel-contact-text span{
    font-size: 18px;
}

.teiKoku-news{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 90px;
}

.teiKoku-news img{
    display: block;
    margin-left: auto;
}

.teiKoku-news h2{
    font-size: 28px;
}

.teiKoku-news p{
    color: #707070;
}

.myprofile h2{
    font-weight: bold;
    text-align: center;
}

.myprofile h3{
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 30px;
}

.myprofile h3 span{
    font-size: 54px;
    font-weight: bold;
}

.allow-border{
    font-size: 36px;
    color: #2F568B;
    font-weight: 800;
    border-bottom: 1px solid #707070;
    padding-bottom: 30px;
    margin: 30px 0 45px;
    position: relative;
}

.allow-border:before,
.allow-border:after{
    content: "";
    position: absolute;
    right: 0;   
    left: 0;
    width: 0;
    height: 0;
    margin: auto;
}
.allow-border:before{
    bottom: -30px;
    border: 15px solid transparent;
    border-top: 15px solid #707070;
}
.allow-border:after{
    bottom: -28px;
    border: 15px solid transparent;
    border-top: 15px solid #fff;
    z-index: 10;
}

.line-center{
    font-size: 38px;
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",メイリオ,Meiryo,serif;
    position: relative;
    display: inline-block;
    padding: 0 55px;
    text-align: center;
    width: 100%;
    margin: 60px auto;
}

.line-center:before, .line-center:after{
    content: '';
    position: absolute;
    top: 50%;
    display: block;
    width: 60px;
    height: 2px;
    border-top: solid 1px black;
    border-bottom: solid 1px black;
}

.line-center:before {left:0;}
.line-center:after {right: 0;}

.character{
    font-size: 28px;
    margin-bottom: 30px;
}

.character span{
    font-size: 18px;
}

.achievement{
    font-size: 18px;
}

.achievement h4{
    font-size: 18px;
    margin-bottom: 0;
    line-height: 1.8;
}

.achievement ul{
    padding-left: 1em;
    margin-bottom: 30px;
}

.achievement ul li{
    line-height: 1.5;
}

.achievement p{
    margin-bottom: 30px;
}

.photos{
    display: flex;
    justify-content: space-between;
}

.photos div{
    width: 300px;
}

.photos div p{
    font-size: 14px;
}

.career img{
    border: 1px solid #707070;
    margin-bottom: 15px;
}

.career h4{
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0;
}

.career dl{
    display: flex;
    margin-bottom: 0;
    font-size: 14px;
}

.career dl dt{
    width: 90px;
    font-weight: normal;
}

.career dl dd{
    width: calc( 100% - 90px );
    margin-bottom: 0;
}

.case{
    margin-bottom: 90px;
}

.case h2{
    font-size: 48px;
    background-color: #2F568B;
    text-align: center;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 45px;
    margin-bottom: 30px;
}

.case h2 span{
    font-size: 28px;
    margin-bottom: 15px;
}

.case h3{
    font-size: 48px;
    margin-bottom: 60px;
}

.case h3.case-name{
    font-size: 36px;
}

.case h3.case-name span{
    font-size: 28px;
}

img.case-flow{
    display: block;
    margin: 30px auto;
}

.case-comment{
    border: 1px solid #707070;
    background-color: #F7F7F2;
    padding: 30px;
    margin-bottom: 90px;
}

.case-comment h2{
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 30px;
}

.case-comment p{
    font-size: 18px;
}

.case-comment-wrapper{
    display: flex;
}

.case-comment-wrapper div:first-child{
    width: 220px;
    margin-right: 15px;
}

.case-comment-wrapper div:last-child{
    width: calc( 100% - 220px );
}

.aim{
    margin-bottom: 90px;
}

.aim p{
    font-size: 30px;
    text-align: center;
    font-weight: bold;
    line-height: 1.8;
}

.secret{
    
}

.secret h2{
    font-size: 48px;
    font-weight: bold;
    text-align: center;
    margin: auto;
}

.secret h2 span{
    font-size: 24px;
}

.secret h3{
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 60px;
}

.secret h3 span{
    font-size: 32px;
}

.secret h3 span > span{
    font-size: 24px;
}

.secret h4{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 30px;
    text-align: center;
}

.secret p{
    font-size: 18px;
}

.should{
    margin-bottom: 90px;
}

.should h2{
    font-size: 32px;
    text-align: center;
    background-color: #F2F2F2;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
    margin-bottom: 15px;
}

.should-column{
    display: flex;
    justify-content: space-between;
}

.should-column p{
    width: 49%;
    font-size: 32px;
    color: #fff;
    border: 1px solid #707070;
    background-color: #9F3131;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 45px 0;
}

.pickup{
    
}

.pickup h2{
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}

.pickup h2 span{
    font-size: 48px;
    line-height: 1.8;
}

.pickup-column{
    margin-bottom: 30px;
}

.pickup-column p{
    font-size: 18px;
    line-height: 1.5;
}

.pickup-table{
    margin-bottom: 45px;
}

.pickup-table table{
    font-size: 18px;
    text-align: center;
}

.pickup-table table th{
    font-weight: normal;
    border-top: 1px solid #707070;
}

.pickup-table table th,
.pickup-table table td{
    padding: 30px 0;
    border-bottom: 1px solid #707070;
}

.pickup-text-wrapper h3{
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 30px;
    line-height: 1.5;
}

.pickup-text-wrapper h4{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 45px;
}

.pickup-text-wrapper img{
    display: block;
    margin: 0 auto 30px;
}

.pickup-text1,.pickup-text2,.pickup-text3{
    font-size: 24px;
    margin-bottom: 30px;
}

.pickup-text1,.pickup-text3{
    font-weight: bold;
}

.pickup-text3{
    font-size: 32px;
}

h2.pickup-case-uemura{
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    padding: 30px;
    margin-bottom: 30px;
    color: #fff;
    background-color: #9F3131;
    border: 1px solid #707070;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

h2.pickup-case-uemura span{
    font-size: 42px;
    line-height: 1.5;
}

.pickup-flow-column{
    display: flex;
    margin-bottom: 75px;
}

.reason{
    padding: 45px 30px 45px 45px;
    margin-bottom: 90px;
}

.reason h2{
    font-size: 32px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 45px;
}

.reason p{
    font-size: 18px;
}

.reason p span{
    font-weight: bold;
}

.reason img{
    margin-bottom: 15px;
}

.skill h2{
    font-size: 38px;
    font-weight: bold;
    text-align: center;
    margin: auto;
}

.point{
    width: 160px;
    font-size: 24px;
    text-align: center;
    padding: 5px;
    margin:  45px auto;
    color: #fff;
    background-color: #9F3131; 
}

.skill{
    margin-bottom: 90px;
}

.skill h3{
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 60px;
    line-height: 1.5;
}

.skill p{
    font-size: 18px;
}

.skill-column{
    margin-bottom: 45px;
}

.point2-table table{
    border-top: 1px solid #707070;
    table-layout: fixed;
}


.point2-table table th,
.point2-table table td{
    border-bottom: 1px solid #707070;
    text-align: center;
    padding: 30px 15px;
    vertical-align: middle;
}

.point2-table table th p{
    font-size: 32px;
    font-weight: bold;
    line-height: 1;
}

.point2-table table th p span{
    font-size: 18px;
}

.point2-table table td p{
    font-size: 22px;
    font-weight: bold;
}

.point2-table table td p span{
    font-size: 18px;
    font-weight: normal;
}

.point2-table table p{
    margin-bottom: 0;
}

.point-uemura{
    background-color: #9F3131;
    color: #fff;
}

.point2-table table tr th:nth-child(2),
.point2-table table tr td:nth-child(2){
    background-color: #F7F7F2;
    border-left: 1px solid #707070;
    border-right: 1px solid #707070;
}

.merit{
    margin-bottom: 90px;
}

.merit h2{
    font-size: 50px;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 60px;
}

.merit h2 span{
    font-size: 34px;
}

.merit-wrapper{
    display: flex;
    justify-content: center;
    margin-bottom: 60px;
}

.merit-wrapper .merit-column{
    align-self: flex-end;
    text-align: center;
}

.merit-wrapper .merit-column p{
    margin-top: 15px;
    font-size: 20px;
    font-weight: bold;
}

.merit-wrapper div + div{
    margin-left: 60px;
}

.merit-text{
    margin-bottom: 120px;
}

.merit-text p{
    font-size: 18px;
}

.merit h3{
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 60px;
    line-height: 1.8;
}

.merit h3 span{
    font-size: 38px;
    color: #9F3131;
}

.bg-tri-icom{
    display: block;
    margin: 0 auto 60px;
}

.merit .allow{
    margin: auto;
}

.merit-coment{
    font-size: 26px;
    text-align: center;
    line-height: 1.8;
    margin-bottom: 90px;
}

.merit-coment span{
    font-size: 36px;
}

.merit-coment span span{
    font-weight: bold;
    color: #9F3131;
}

.accordion-case{
    margin-bottom: 90px;
}

.card-header{
    padding-right: 45px;
}

.card-header:first-child{
    border-radius: 0;
    background-color: #2F568B;
}

.card-header a{
    display: block;
    position: relative;
}


.card-header a::after{
    content:"";
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    right: -25px;
    top: 50%;
    margin: auto;
}

.card-header a[aria-expanded=false]::after{
    content: '＋';
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    transition-duration: 0.3s;
    font-weight: bold;
    font-size: 24px;
}

.card-header a[aria-expanded=true]::after{
    content: 'ー';
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    transition-duration: 0.3s;
    font-weight: bold;
    font-size: 24px;
}

.card-header:first-child h2 a{
    color: #fff !important;
    font-size: 24px;
    font-weight: normal;
}

.accordion-inner{
    display: flex;
    font-size: 18px;
}

.accordion-inner div{
    width: calc(100% - 350px);
    border-left: 1px solid #707070;
    margin-left: 30px;
    padding-left: 30px;
}
    
table.price{
    max-width: 350px;
    width: 100%;
}

table.price{
    width: 350px;
    margin-left: 15px;
}

table.price tr th,
table.price tr td{
    font-weight: normal;
}

table.price tr th:last-child,
table.price tr td:last-child{
    text-align: right;
}

table.price tfoot{
    border-top: 1px solid #707070;
}

.column-area{
    margin-bottom: 90px;    
}

.column-area h2{
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}

.column-area div p{
    font-size: 18px;
    line-height: 1.8;
}

.qa{
    margin-bottom: 90px;
}

.qa h2{
    font-size: 48px;
    text-align: center;
    font-weight: bold;
    margin-top: 75px;
    margin-bottom: 60px;
}

.qa h3{
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    padding: 15px;
    background-color: #F2F2F2;
    margin-bottom: 30px;
}

.question-wrap{
    border-bottom: 1px solid #707070;
    margin-bottom: 30px;
    padding-bottom: 15px;
}

.question-wrap dl dt{
    min-height: 65px;
    padding-left: 90px;
    background-image: url(img/icon-q.png);
    background-repeat: no-repeat;
    background-position: left top;
    display: flex;
    align-items: center;
}

.question-wrap dl dd{
    min-height: 65px;
    padding-left: 90px;
    background-image: url(img/icon-a.png);
    background-repeat: no-repeat;
    background-position: left top;
}

.question-wrap dl dt h4{
    font-size: 18px;
    font-weight: bold;
}

.question-wrap dl dd p{
    font-size: 18px;
}

.company-profile h2{
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    padding: 15px 0;
    margin-bottom: 45px;
    background-color: #f2f2f2;
}

.company-profile h3{
    font-size: 20px;
    line-height: 1.1;
    margin-bottom: 30px;
}

.company-profile h3 span{
    font-size: 42px;
    font-weight: bold;
}

.company-profile address{
    font-size: 18px;
}

.company-profile iframe{
    border: 1px solid #707070;
}

.company-profile .row{
    margin-bottom: 45px;
}

.company-table{
    font-size: 18px;
    margin-bottom: 30px;
}

.company-table th{
    font-weight: normal;
    width: 180px;
}

.company-table th,
.company-table td{
    padding: 5px;    
}

footer p small{
    display: block;
    width: 100%;
    font-size: 18px;
    text-align: center;
    padding: 45px 0;
    background-color: #9F3131;
    color: #fff;
}

.copy{
    margin-bottom:0;
}

.works-list h4{
    font-size: 14px;
    margin-bottom: 5px;
}

.works-list ul{
    padding-left: 1.5em;
}

.works-list ul li{
    font-size: 14px;
}



@media (min-width: 992px) and (max-width: 1190px) {
    .tel-contact-text{
        font-size: 12px;
    }
    
    .tel-contact-text span{
        font-size: 14px;
    }
    
    .tel-number{
        font-size: 36px;
    }
    
    .tel-contect-wrapper div + div{
        margin-left: 5px;
    }
    
    .main-visual-text1{
        font-size: 28px;
    }
    
    .main-visual-text2{
        font-size: 36px;
    }
    
    .main-visual-text3{
        font-size: 92px;
    }
    
    .main-visual h2{
        margin-bottom: 15px;
    }
    
    p.main-visual-text4{
        font-size: 20px;
    }
    
    .main-visual{
        min-height: 500px;
    }
    
    .pickup-flow-column img{
        width: 50%;
        height: 100%;
    }
    
    .line-center{
        font-size: 32px;
    }
    
    .character{
        font-size: 22px;
    }
    
    .myprofile{
        margin-bottom: 60px;
    }
    
    .photos div{
        width: 260px;
    }
    
    .case h3{
        margin-bottom: 45px;
    }
    
    .secret h3{
        font-size: 22px;
    }
    
    .secret h3 span{
        font-size: 28px;
    }
    
    .pickup-text3{
        font-size: 30px;
    }
    
    h2.pickup-case-uemura{
        font-size: 22px;
    }
    
    h2.pickup-case-uemura span{
        font-size: 40px;
    }
    
    .point2-table table td p{
        font-size: 18px;
    }
    
    table.price{
        max-width: 320px;
        width: 100%;
    }
    
    .accordion-inner div{
        width: calc(100% - 320px);
        margin-left: 30px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .lp-header h1{
        font-size: 34px;
    }
    
    .lp-header h1 span{
        font-size: 16px;
    }
    
    .tel-contact-text{
        font-size: 10px;
    }
    
    .tel-contact-text span{
        font-size: 13px;
    }
    
    .tel-number{
        font-size: 22px;
        line-height: 1.3;
    }
    
    .tel-contect-wrapper div + div{
        margin-left: 5px;
    }
    
    .contact-wrapper .tel-contact-text{
        font-size: 16px;
    }
    
    .contact-wrapper .tel-contact-text span{
        font-size: 22px;
    }
    
    .contact-wrapper .tel-contect-wrapper div + div{
        margin-left: 15px;
    }
    
    .contact-wrapper .tel-number{
        font-size: 40px;
    }
    
    .main-visual-text1{
        font-size: 20px;
    }
    
    .main-visual-text2{
        font-size: 28px;
    }
    
    .main-visual-text3{
        font-size: 72px;
    }
    
    .main-visual h2{
        margin-bottom: 15px;
    }
    
    p.main-visual-text4{
        font-size: 16px;
    }
    
    .main-visual{
        min-height: 430px;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    
    .pickup-flow-column img{
        width: 50%;
        height: 100%;
    }
    
    .line-center{
        font-size: 32px;
    }
    
    .character{
        font-size: 22px;
    }
    
    .myprofile{
        margin-bottom: 60px;
    }
    
    .myprofile h3{
        font-size: 20px;
    }
    
    .myprofile h3 span{
        font-size: 40px;
    }
    
    .photos div{
        width: 190px;
    }
    
    .case h3{
        font-size: 42px;
        margin-bottom: 45px;
    }
    
    .case h3.case-name{
        font-size: 32px;
    }
    
    .aim p{
        font-size: 26px;
    }
    
    .should-column p{
        font-size: 24px;
        text-align: center;
    }
    
    .secret h3{
        font-size: 22px;
    }
    
    .secret h3 span{
        font-size: 28px;
    }
    
    .pickup-text3{
        font-size: 30px;
    }
    
    h2.pickup-case-uemura{
        font-size: 22px;
    }
    
    h2.pickup-case-uemura span{
        font-size: 40px;
    }
    
    .point2-table table td p{
        font-size: 18px;
    }
    
    table.price{
        max-width: 280px;
        width: 100%;
        font-size: 16px;
    }
    
    .accordion-inner div{
        width: calc(100% - 280px);
        margin-left: 30px;
        padding-left: 15px;
        font-size: 16px;
    }
    
    .card-header a::after{
        right: -35px;
    }
    
    .teiKoku-news{
        margin-bottom: 60px;
    }
    
    .character{
        font-size: 18px;
    }
    
    .company-profile h3{
        font-size: 16px;
    }
    
    .company-profile h3 span{
        font-size: 34px;
    }
    
    .company-table{
        font-size: 16px;
    }
    
    .company-table th{
        width: 140px;
    }
    
    .company-profile address{
        font-size: 16px;
    }
}


@media (max-width: 767px){
    header h1{
        font-size: 22px;
        padding-left:15px;
        font-weight: bold;
    }
    
    header h1 span{
        font-size: 12px;
    }
    
    .header-icon{
        display: flex;
        margin-left: auto;
    }
    
    .icon-tel{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width:60px;
        height:60px;
        background-color: #2F568B;
        border: 1px solid #707070;
        font-size:12px;
        color: #fff;
    }
    
    .icon-tel img{
        display: block;
        width: 30px;
        height: auto;
        margin: 1px auto 0;
    }
    
    .icon-tel a,.icon-mail a{
        color: #fff;
    }
    
    .icon-mail{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width:60px;
        height:60px;
        background-color: #9F3131;
        border: 1px solid #707070;
        font-size:12px;
        color: #fff;
    }
    
    .icon-mail img{
        display: block;
        width: 35px;
        height: auto;
        margin: 3px auto 5px;
    }
    
    .main-visual{
        width: 100%;
        min-height: 100%;
        background-image: none;
        padding: 0;
    }
    
    .main-visual p{
        color: #000;
        text-shadow: none;
        margin-bottom: 0;
    }
    
    .main-visual img{
        display: block;
        margin-bottom: 30px;
    }
    
    .main-visual h2{
        color: #000;
        text-shadow: none;
        text-align: center;
        line-height: 1.1;
    }
    
    .main-visual-text1{
        font-size: 16px;
    }
    
    .main-visual-text2{
        font-size: 18px;
    }
    
    .main-visual-text3{
        font-size: 30px;
    }
    
    .main-visual-text3 span{
        font-size: 18px;
    }
    
    p.main-visual-text4{
        font-size: 14px;
        padding: 0 15px;
        margin-bottom: 30px;
    }
    
    .contact-wrapper h2{
        font-size: 18px;
        margin-bottom: 30px;
    }
    
    .contact-wrapper h3{
        font-size: 18px;
    }
    
    .contact-wrapper h3 span{
        font-size: 18px;
    }
    
    .contact-text{
        font-size: 12px;
    }
    
    .contact-bnr{
        flex-wrap: wrap;
    }
    
    .contact-bnr a + a{
        margin-left: 0;
        margin-top: 15px;
    }
    
    .online{
        height: 120px;
    }
    
    .tel-contect-wrapper{
        flex-wrap: wrap;
    }
    
    .tel-contact-text{
        text-align: center;
    }
    
    .teiKoku-news{
        margin-bottom: 30px;
    }
    
    .teiKoku-news img{
        margin: 0 auto 15px;
    }
    
    .teiKoku-news h2{
        font-size: 18px;
        text-align: center;
    }
    
    .teiKoku-news p{
        text-align: center;
    }
    
    .allow-border{
        font-size: 24px;
        padding-bottom: 15px;
    }
    
    .line-center{
        font-size: 20px;
        padding: 0 35px;
        margin: 0 auto 30px;
    }
    
    .line-center:before, .line-center:after{
        width: 30px;
    }
    
    .myprofile h3{
        font-size: 18px;
    }
    
    .myprofile h3 span{
        font-size: 36px;
    }
    
    .character{
        font-size: 16px;
    }
    
    .character span{
        font-size: 16px;
    }
    
    .achievement ul{
        font-size: 16px;
    }
    
    .photos{
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .photos div p{
        margin-bottom: 15px;
    }
    
    .myprofile{
        margin-bottom: 30px;
    }
    
    .case{
        margin-bottom: 60px;
    }
    
    .case h2{
        font-size: 24px;
        padding: 30px;
    }
    
    .case h2 span{
        font-size: 16px;
    }
    
    .case h3{
        font-size: 36px;
        margin-bottom: 30px;
        text-align: center;
    }
    
    .case h3.case-name{
        font-size: 28px;
    }
    
    .case h3.case-name span{
        font-size: 20px;
    }
    
    .case-comment{
        padding: 30px 15px;
        margin-bottom: 60px;
    }
    
    .case-comment-wrapper{
        flex-wrap: wrap;
        flex-direction: column;
    }
    
    .case-comment-wrapper div:first-child{
        margin-right: 0;
        margin: 0 auto 15px;
    }
    
    .case-comment-wrapper div:last-child{
        width: 100%;
    }
    
    .aim{
        margin-bottom: 60px;
    }
    
    .aim p{
        font-size: 24px;
    }
    
    .secret{
        margin-bottom: 60px;
    }
    
    .secret h2{
        font-size: 24px;
    }
    
    .secret h3{
        margin-bottom: 30px;
    }
    
    .secret h3 span{
        font-size: 24px;
        line-height: 1.5;
    }
    
    .secret h4{
        font-size: 18px;
    }
    
    .should{
        margin-bottom: 60px;
    }
    
    .should h2{
        font-size: 24px;
        padding: 30px 15px;
    }
    
    .should-column{
        flex-direction: column;
        flex-wrap: wrap;
    }
    
    .should-column p{
        width: 100%;
        font-size: 24px;
        padding: 30px 15px;
    }
    
    .pickup h2{
        font-size: 24px;
    }
    
    .pickup h2 span{
        font-size: 36px;
    }
    
    .pickup-column img{
        width: 100%;
        margin: 0 auto 15px;
    }
    
    .pickup-table{
        max-width: 930px;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        margin-bottom: 30px;
    }
    
    .pickup-table table{
        table-layout: fixed;
        min-width: 100%;
    }
    
    .pickup-table:before{
        content: '※横にスクロールできます';
        width: 100%;
        font-size: 14px;
    }
    
    .pickup-table table th,
    .pickup-table table td{
        width: 186px;
        min-width: 186px;
        font-size: 16px;
    }
    
    .pickup-text1, .pickup-text2, .pickup-text3{
        font-size: 18px;
    }
    
    .pickup-text-wrapper h3{
        font-size: 22px;
        margin-bottom: 15px;
    }
    
    .pickup h2{
        font-size: 18px;
    }
    
    .pickup h2 span{
        font-size: 24px;
    }
    
    h2.pickup-case-uemura{
        padding: 30px 15px;
        margin-bottom: 15px;
        line-height: 1.5;
    }
    
    .pickup-flow-column img{
        width: 100%;
        height: 100%;
    }
    
    .pickup-flow-column{
        flex-wrap: wrap;
        margin-bottom: 30px;
    }
    
    .reason h2{
        font-size: 24px;
        margin-bottom: 30px;
    }
    
    .reason{
        padding: 15px;
        margin-bottom: 60px;
    }
    
    .reason img {
        display: block;
        margin: 0 auto 15px;
    }
    
    .skill h2{
        font-size: 24px;
    }
    
    .point{
        margin: 30px auto;
    }
    
    .skill{
        margin-bottom: 60px;
    }
    
    .skill h3{
        font-size: 20px;
        margin-bottom: 30px;
    }
    
    .point2-table{
        max-width: 1100px;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        margin-bottom: 30px; 
    }
    
    .point2-table table{
        table-layout: fixed;
        min-width: 100%;
    }
    
    .point2-table table th,
    .point2-table table td{
        width: 330px;
        min-width: 330px;
    }
    
    .point2-table:before{
        content: '※横にスクロールできます';
        width: 100%;
        font-size: 14px;
    }
    
    .point2-table table td p{
        font-size: 18px;
    }
    
    .point2-table table td{
        padding: 15px;
    }
    
    .merit h2{
        font-size: 28px;
        margin-bottom: 30px;
    }
    
    .merit h2 span{
        font-size: 18px;
    }
    
    .merit-wrapper{
        flex-direction: column;
        margin-bottom: 30px;
    }
    
    .merit-wrapper .merit-column{
        align-self: center;
        margin-bottom: 15px;
    }
    
    .merit-wrapper div + div{
        margin-left: 0;
    }
    
    .merit-text{
        margin-bottom: 60px;
    }
    
    .merit h3{
        font-size: 18px;
        margin-bottom: 30px;
    }
    
    .merit h3 span{
        font-size: 28px;
    }
    
    .bg-tri-icom{
        margin: 0 auto 30px;
    }
    
    .merit .allow{
        text-align: center;
    }
    
    .merit-coment{
        font-size: 18px;
        margin-bottom: 60px;
    }
    
    .merit-coment span{
        font-size: 28px;
    }
    
    .card-header:first-child h2 a{
        font-size: 18px;
    }
    
    .accordion-inner{
        flex-direction: column;
    }
    
    table.price{
        max-width: 100%;
        width: 100%;
        margin-left: 0;
        margin-bottom: 15px;
    }
    
    .accordion-inner div{
        width: 100%;
        margin-left: 0;
        padding-left: 0;
        border-left: none;
    }
    
    .card-header a::after{
        right: -35px;
    }
    
    .accordion-case{
        margin-bottom: 60px;
    }
    
    .column-area{
        margin-bottom: 60px;
    }
    
    .column-area h2{
        font-size: 28px;
        line-height: 1.5;
    }
    
    .qa h2{
        font-size: 32px;
        margin-top: 0;
        margin-bottom: 30px;
    }
    
    .question-wrap dl dt{
        padding-top: 75px;
        padding-left: 0;
        margin-bottom: 30px;
        background-position: center top;
        justify-content: center;
    }
    
    .question-wrap dl dt h4{
        text-align: center;
        margin: auto;
    }
    
    .question-wrap dl dd{
        padding-top: 75px;
        padding-left: 0;
        margin-bottom: 30px;
        background-position: center top;
    }
    
    .company-profile h3{
        font-size: 18px;
        line-height: 1.3;
        text-align: center;
    }
    
    .company-profile h3 span{
        font-size: 32px;
    }
    
    .company-profile address{
        font-size: 16px;
        margin-bottom: 30px;
    }
    
    .company-table th, .company-table td{
        display: block;
        width: 100%;
    }
    
    .company-table th{
        background-color: #f2f2f2;
    }
    
    .works-list h4{
        font-size: 16px;
    }
    
    .company-table{
        width: 100%;
    }
    
    .company-profile .row{
        margin-bottom: 30px;
    }
    
    footer p small{
        font-size: 12px;
        padding: 30px 0;
    }
    
}

@media screen and (max-width: 480px){
    header h1{
        font-size: 20px;
        margin-bottom: 0;
    }
    
    header h1 span{
        font-size: 10px;
    }
    
    .icon-tel,.icon-mail{
        width: 50px;
        height: 50px;
        font-size: 10px;
    }
    
    .icon-tel img,.icon-mail img{
        width: 25px;
    }
    
    .myprofile h3{
        font-size:  16px;
    }
    
    .myprofile h3 span{
        font-size: 28px;
    }
    
    .character,.character span,.achievement ul{
        font-size: 14px;
    }
    
    .achievement{
        font-size: 16px;
    }
    
    .case h3.case-name{
        font-size: 24px;
    }
    
    .case-comment p{
        font-size: 16px;
    }
    
    .aim p{
        font-size: 22px;
    }
    
    .secret p{
        font-size: 16px;
    }
    
    .should-column p{
        font-size: 20px;
    }
    
    .pickup h2{
        font-size: 16px;
    }
    
    .pickup h2 span{
        font-size: 22px;
    }
    
    .pickup-column p{
        font-size: 16px;
    }
    
    .reason p{
        font-size: 16px;
    }
    
    .skill p{
        font-size: 16px;
    }
    
    .merit h2 span{
        font-size: 16px;
    }
    
    .merit-text p{
        font-size: 16px;
    }
    
    .merit-coment{
        line-height: 1.5;
    }
    
    .merit-coment span{
        font-size: 24px;
    }
    
    table.price{
        font-size: 16px;
    }
    
    .accordion-inner div p{
        font-size: 16px;
    }
    
    .card-header a::after{
        right: -35px;
    }
    
    .column-area h2{
        font-size: 24px;
    }
    
    .column-area div p{
        font-size: 16px;
        line-height: 1.5;
    }
    
    .question-wrap dl dt{
        font-size: 16px;
        margin-bottom: 20px;
    }
    
    .question-wrap dl dd p{
        font-size: 16px;
    }
    
    
}





