@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/mplus1p.css);

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
margin:0;
padding:0;
border:0;
outline:0;
font-size:100%;
vertical-align:baseline;
background:transparent;
    box-sizing: border-box;

}
body {
line-height:1;
    word-wrap: break-word;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
box-sizing: border-box;
display:block;
}
body {
font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
color:#333;
}
address{
font-style:normal;
}
nav ul {
list-style:none;
}
a {
margin:0;
padding:0;
font-size:100%;
vertical-align:baseline;
background:transparent;
    color:#0c73bc;
}
table {
border-collapse:collapse;
border-spacing:0;
}
hr {
display:block;
height:1px;
border:0;
border-top:1px solid #cccccc;
margin:1em 0;
padding:0;
}
input, select {
vertical-align:middle;
}


/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
.pc { display: none !important; }
.sp { display: block !important; }
}

/*共通レイアウト*/


.flex-box{
    display: flex;
}
.flex-between{
    justify-content: space-between;
}
.flex-around{
    justify-content: space-around;
}
.flex-wrap{
    flex-wrap: wrap;
}
.text-right{
    text-align: right;
}

.main-background{
    background-color: #fff;
    max-width: 960px;
    margin: 0 auto;
}


footer address a{ 
    color:  #fff;
    text-decoration: none;

}


/*ヘッダー*/

header {
    padding:10px;
/*    background: #ffff00;*/
}
.haeder-left{
    flex: 1;
}
.haeder-left img{
    width: 100%;
}
.haeder-right{
    margin: 10px;
    flex: 2;
}

.header-wrap{
    max-width: 960px;
    margin: 0 auto;
    display: flex;
}

.header-nav-sp{
    display: none;
    font-size: 3rem;

}

.haeder-right-top div{
    text-align: right;
    font-size: 1rem;
}
.haeder-right-top address{
    text-align: right;
    color: #0a74bc;
    font-size: 1.5rem;
}

#nav{
    display: none;
}

#nav {
    display: flex;
    position: static;
    top: 0;
    right: 0;
    height: auto;
    max-width: 700px;
    text-align: right;
    background: #fff;
}
 
#nav:not(:target) {
    right: -100%;
    transition: right 1.5s;
}
 
#nav:target {
    right: 0;
    transition: right 1s;
}

#nav div{
    display: none;
}
    
#nav ul{
    display: flex;
    justify-content: space-between;
    margin-left: auto;
}

#nav ul li{
    text-align: right;
    margin: 0.1rem;
    font-size: 0.82rem;
/*    flex:1;*/
    padding: 7px;
/*    width: 100%;*/
}

#nav ul li a{
    text-decoration: none;
}
#nav li:hover{
    background-color:#0a74bc;
}
#nav li a:hover{
        color: #fff;
}

.haeder-right-top address a{
    text-decoration: none;
            margin-right: 0;
    display: block;
}
.flex-top-wrap{
    display: flex;
}

@media(max-width:640px){
    .header-nav-sp{
        display: block;
        margin-right: 0;
        text-align: right;
    position: fixed;
        top: 10px;
    z-index: 500;
    right: 1rem;
    }
    .flex-top-wrap{
        display: block;
    }
    .haeder-right-top address{
    text-align: left;
    font-size: 1rem;
}
    #nav {
        display: block;
        position: fixed;
        top: 0;
        right: 0;
        height: 100%;
        width: 80%;
        max-width: 400px;
        text-align: right;
        background: #fff;
        z-index: 1000;
    }

    #nav:not(:target) {
        right: -100%;
        transition: right 1.5s;
    }

    #nav:target {
        right: 0;
        transition: right 1s;
    }

    #nav div{
        display: block;
        text-align: right;
        margin: 2rem;
        font-size: 3rem;
    }

    #nav ul{
        display: block;
    }

    #nav ul li{
        text-align: left;
        margin: 1rem 2rem;
        font-size: 1.3rem;
    }

    #nav ul li a{
        text-decoration: none;
    }
    .haeder-left{
        flex: 2;
    }
    .haeder-left img{
        width: 60%;
    }
    .haeder-right{
        margin: 10px;
        flex: 2;
    }
    .haeder-right-top{
        text-align: left;
    }
    .haeder-right-top address span{
        margin-left: 0;
        text-align: left;
        color: #0a74bc;
        font-size: 1rem;
        
    }
    .haeder-right-top address a{
        font-size: 1rem;
    }
    .haeder-right-top div{
        display: none;
    }
    .header-wrap{
    max-width: 960px;
    margin: 0 auto;
    display: block;
}
    
}

/*フッター*/
footer{
    color: #fff;
    background-image: url("../img/foot-back.png");
    background-size: cover;
    background-position: top;
    margin: 200px 0 0;
}

#footer-man {
    margin-right: 2%;
    right: 0px;
    bottom: 70px;
    position: absolute;
}
#footer-man img{
    width: 350px;
    height: auto;
}
@media(max-width:920px){
    #footer-man {
        margin-right: 2%;
        right: 150px;
        bottom: 100px;
        position: absolute;
    }
    #footer-man img{
        width: 200px;
        height: auto;
    }
    #footer-man {
        margin-right: 2%;
        right: 100px;
        bottom: 250px;
        position: absolute;
    }
}
@media(max-width:640px){
    #footer-man {
        margin-right: 2%;
        right: 100px;
        bottom: 250px;
        position: absolute;
    }
footer{
    margin: 80px 0 0;
}
}
@media(max-width:450px){
    #footer-man {
        margin-right: 2%;
        right: 50px;
        bottom: 250px;
        position: absolute;
    }
}

.footer-wrap{
    max-width: 960px;
    margin: 0 auto;
    height: 280px;
    min-height: 300px;
    position: relative;
}

footer nav{
    margin: 0px;
    padding: 100px 20px 20px; 
    display: flex;
        max-width: 100%;

}
footer nav ul{
    display: flex;
    width: auto;
}


footer nav ul li{
/*    flex: 1;*/
    width: auto;
    margin: 8px 4px;
    padding: 7px 3px;
}
footer nav ul li a{
    text-decoration: none;
    color: #fff;
    
}
footer nav ul li:hover{
    background-color: #fff;
    color: #39b54a;
}
footer nav ul li a:hover{
    color: #39b54a;
}
footer address{
    margin: 0 5px ;
    padding: 0px 20px 0 20px;
/*    line-height: 1.5;*/
    line-height: 1.5;
}
footer address br{
    display: none;
}

@media(max-width:640px){
    footer nav ul{
        display: block;
        width: auto;
    }
    footer nav{
        margin: 0px;
        padding: 30px 20px 20px; 
        display: flex;
        max-width: 100%;
    }
    footer address br{
    display:block;
}
    .footer-wrap{
    height: 430px;
}
}


/*メイン*/
main{
    display: block;
    background: linear-gradient(to bottom,#ffffff,#3fa9f5 50%,#ffffff); 
}
#main-wrap{
    max-width: 960px;
    margin: 0 auto;
}
#top-2 img{
    width: 100%;
    max-width: 100%;
    height: auto;
}
#top-3 img{
    width: 100%;
    max-width: 100%;
    height: auto;
}


.demand-list{
    background: #fff;
    columns: 2;
    column-rule: 1px dotted #cdcdcd;
	column-gap: 1em;
    padding: 10px;
}
.demand-list li{
    list-style: none;
    margin: 20px;
    font-family: ;
}
.demand-list li:first-child{
    list-style: none;
    margin: 0 20px 0;
}
.customer{
    position: relative;
    z-index: 10;
}

.customer img{
    width: 45%;
    height: auto;
}
.balloon4 {
    position: relative;
    margin: 0 0.1rem 0;
    padding: 30px;
    background: #ffffff;
    border-radius: 50px;
}

.balloon4:before{
    content: "";
    position: absolute;
    left: 43%;
    width: 20px;
    height: 20px;
    bottom: -70px;
    background: #ffffff;
    border-radius: 50%;
}

.balloon4:after{
    content: "";
    position: absolute;
    left: 45%;
    width: 40px;
    height: 36px;
    bottom: -45px;
    background: #ffffff;
    border-radius: 50%;
}
.balloon4 p {
    margin: 0;
    padding: 0;
}

.top-menu{
    background-image: url("../img/top-4.png");
    background-size:cover;
    width:100%;
    max-width: 100%;
    height: auto;
}
.top-menu h2{
    padding: 40px 0 0;
    margin: 0 20px 20px;
    text-align: center;
}

.menu-wrap{
    margin: 0 25px 25px;
    padding: 0 30px 25px;
}
.menu-wrap>div{
    width: 120px;
    max-width: 50%;
    height: 100px;
    min-width: 27%;
    font-size: 2rem;
    text-align: center;
    margin: 15px 7px;
    padding: 10px;
    background-size: cover;
    position: relative;
    box-shadow: 4px 4px 4px #333;
}

.menu-wrap a{
    text-decoration: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    display: block;
    width: 100%;
    position: absolute;
/*    position: relative;*/
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600px;
}

.menu-wrap>div:active{
    transform: translateY(2px);
}

@media(max-width:640px){
    .demand-list{
        columns: 1;
        padding: 10px;
    }
    .demand-list li:first-child{
        list-style: none;
        margin: 20px 20px 0;
    }
    .top-menu{
        background-size:cover;
        width:100%;
        max-width: 100%;
        height: auto;
    }
    .top-menu h2 img{
        width: 100%;
    }

    .menu-wrap{
        margin: 0 5px 5px;
        padding: 0 5px 5px;
    }
    .menu-wrap>div{
        width: 120px;
        max-width: 50%;
        height: 70px;
        min-width: 45%;
        font-size: 1.5rem;
        text-align: center;
        margin: 15px 7px;
        padding: 10px;
        background-size: cover;
        position: relative;
        box-shadow: 4px 4px 4px #333;
        
    }

    .menu-wrap a{
        text-decoration: none;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        color: #fff;
        display: block;
        width: 100%;
        position: absolute;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: 600px;
    }
}



.itemA{
    background-image: url("../img/air-condition.jpg");
    border-bottom: 5px solid #3fa9f5;
    color:#fff;
}
.itemA::before{
    background-color: rgba(63,169,245,0.5);
    position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: ' ';
}
.top-menu .itemA:hover:before{
    background-color: rgba(255,255,255,0.3);
    transition: 0.2s;
}
.top-menu .itemA a:hover{
    color:#3fa9f5;
}



.itemB{
    background-image: url("../img/phone.jpg");
    border-bottom: 5px solid #7ac943;
        position: relative;
}
.itemB::before{
    background-color: rgba(122,201,67,0.5);
    position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: ' ';
}
.top-menu .itemB:hover:before{
    background-color: rgba(255,255,255,0.3);
    transition: 0.2s;
}
.top-menu .itemB a:hover{
    color:#7ac943;
}

.itemC{
    background-image: url("../img/outlet.jpg");
    border-bottom: 5px solid #ff931e;
        position: relative;
}
.itemC::before{
    background-color: rgba(255,147,30,0.5);
    position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: ' ';
}
.top-menu .itemC:hover:before{
    background-color: rgba(255,255,255,0.3);
    transition: 0.2s;
}
.top-menu .itemC a:hover{
    color:#ff931e;
}

.itemD{
    background-image: url("../img/door-phone.jpg");
    border-bottom: 5px solid #ff1d25;
        position: relative;
}
.itemD::before{
    background-color: rgba(255,29,37,0.5);
    position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: ' ';
}
.top-menu .itemD:hover:before{
    background-color: rgba(255,255,255,0.3);
    transition: 0.2s;
}
.top-menu .itemD a:hover{
    color:#ff1d25;
}

.itemE{
    background-image: url("../img/renovation.jpg");
    border-bottom: 5px solid #ff7bac;
        position: relative;
}
.itemE::before{
    background-color: rgba(255,123,172,0.5);
    position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: ' ';
}
.top-menu .itemE:hover:before{
    background-color: rgba(255,255,255,0.3);
    transition: 0.2s;
}
.top-menu .itemE a:hover{
    color:#ff7bac;
}
.itemF{
    background-image: url("../img/camera.jpg");
    border-bottom: 5px solid #3fa9f5;
        position: relative;
}
.itemF::before{
    background-color: rgba(63,169,245,0.5);
    position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: ' ';
}
.top-menu .itemF:hover:before{
    background-color: rgba(255,255,255,0.3);
    transition: 0.2s;
}
.top-menu .itemF a:hover{
    color:#3fa9f5;
}
.itemG{
    background-image: url("../img/ventilator.jpg");
    border-bottom: 5px solid #7ac943;
        position: relative;
}
.itemG::before{
    background-color: rgba(122,201,67,0.5);
    position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: ' ';
}
.top-menu .itemG:hover:before{
    background-color: rgba(255,255,255,0.3);
    transition: 0.2s;
}
.top-menu .itemG a:hover{
    color:#7ac943;
}

.itemH{
    background-image: url("../img/trash.jpg");
    border-bottom: 5px solid #ff931e;
        position: relative;
}
.itemH::before{
    background-color: rgba(255,147,30,0.5);
    position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: ' ';
}
.top-menu .itemH:hover:before{
    background-color: rgba(255,255,255,0.3);
    transition: 0.2s;
}
.top-menu .itemH a:hover{
    color:#ff931e;
}
.itemI{
    background-image: url("../img/water.jpg");
    border-bottom: 5px solid #ff1d25;
        position: relative;
}
.itemI::before{
    background-color: rgba(255,29,37,0.5);
    position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: ' ';
}
.top-menu .itemI:hover:before{
    background-color: rgba(255,255,255,0.3);
    transition: 0.2s;
}
.top-menu .itemI a:hover{
    color:#ff1d25;
}



#top-demand{
    font-size: 1.5rem;
    font-family: 'Mplus 1p';
    font-weight: 600;
    margin: 1rem 1rem 0;
}
@media(max-width:640px){
#top-demand{
    font-size: 1.2rem;
}
}
#top-demand div{
/*    margin: 1rem;*/
}

/*コンテンツページ*/
.con1{
    display: flex;
    margin: 30px 0 0;
    padding: 0 30px;
}
.con1 h2{
    flex: 2;
    font-size: 2.5rem;
    color: #0a74bc;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con1 div{
    flex: 1;
}
.con1 div img{
    width: 80%;
    margin: 0 auto;
}
.greet{
    margin: 0 50px 0;
    line-height: 150%;
}
.greet h3{
    font-size: 2.3rem;
    font-weight: bold;
    margin: 0 20px 0;
    line-height: 150%;
    padding: 50px 20px 20px;
    text-align: center;
    color: #0a74bc;
    -webkit-text-stroke: 1px #0a74bc;
    text-stroke: 1px #0a74bc;
    text-shadow: 2px 2px 1px #000;
}
.greet h3 br{
    display: none;
}
.job-offer h3{
    font-size: 2.3rem;
    font-weight: bold;
    margin: 0 20px 0;
    line-height: 150%;
    padding: 50px 20px 20px;
    text-align: center;
    color: #0a74bc;
    -webkit-text-stroke: 1px #0a74bc;
    text-stroke: 1px #0a74bc;
    text-shadow: 2px 2px 1px #000;
}
.greet div{
    line-height: 150%;
    text-align: left;
}

.greet span{
    font-size:1.8rem;
}
.greet p{
    flex:3;
    margin: 5px;
    padding: 5px;
}
.greet-right div{
    margin: 10px;
    font-size: 1.3rem;
    color: #333;
}
.greet-right a{
    padding: 10px;
    font-size: 1.3rem;
}
.greet img{
    width: 40%;
    margin: 0 auto;
}
.greet .box1 {
    position: relative;
    margin: 2.5em 2rem 2em;
    padding: 0.5em 1em;
    border: solid 3px #95ccff;
    border-radius: 8px;
    min-width: 300px;
}
.greet .box1 a{
    text-decoration: none;
    color:#333;
}
.greet .box1 .box-title {
    position: absolute;
    display: inline-block;
    top: -11px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #000;
    font-weight: bold;
}
.greet .box1 p {
    margin: 10px auto 2px; 
    padding: 2px;
        line-height: 1.2;
}
.greet-flex{
    display: flex;
}
.greet-flex>div>img{
    vertical-align: middle;
    display: inline-block;
}
.job-offer .greet-img{
    vertical-align: middle;
    text-align: center;
}
.job-offer .greet-img img{
    margin: auto;
    width: 100%;
}
.job-offer{
    text-align: center;
    
}
.job-offer img{
    margin: auto;
}
@media(max-width:640px){
    .con1 h2{
    font-size: 1.7rem;
}
    .greet{
        margin: 0 3px 0;
        line-height: 150%;
    }
    .greet div{
    margin: 8px;
    line-height: 150%;

}
    .greet-flex{
    display: block;
}
    .greet h3{
    padding: 20px 20px 10px;
        line-height: 100%;
}
    .greet h3 br{
    display: block;
}
    .job-offer .greet-img img{
    width: 70%;
}
    .job-offer h3{
    font-size: 1.2rem;
    margin: 0;
    line-height: 150%;
    padding: 30px 0 20px;
    text-align: center;
    color: #0a74bc;
    -webkit-text-stroke: 1px #0a74bc;
    text-stroke: 1px #0a74bc;
    text-shadow: 2px 2px 1px #000;
}
    .job-offer {
        text-align: center;
    }
}

.greet .president img{
    float: right;
    margin: 20px;
    width: 25%;
}
@media(max-width:640px){
    .president{
        text-align: center;
    }
    .greet .president img{
    float: right;
    margin: 5px 5px 7px 7px;
    width: 50%;
/*        display: block;*/
}
}

.companys-outline table {
    margin: 30px auto 0;
    border: solid 2px #000000; 
    border-collapse: collapse;
    background: #fff;
}

.companys-outline .gaiyo{
    padding: 0.5rem;
    text-align: center;
    background-color: #1276bb;
}
.companys-outline h3{
    font-weight: 600;
    font-size: 2rem;
    color: #fff;
}
.companys-outline table tr{
    margin: 10px 10px;
    border: solid 1px #000000;
    padding: 0.5rem;
}
.companys-outline table th{
    min-width: 200px;
    text-align: center;
    border: solid 1px #000000;
    padding: 0.5rem;
    background: #85c7f7;
}
.companys-outline table td{
    min-width: 600px;
    text-align: left;
    border: solid 1px #000000;
    padding: 0.5rem;
    line-height: 1.5;
}
.companys-outline table li{
    list-style: none;
    padding: 0.2rem;
}

@media(max-width:640px){
    .greet span{
/*    font-family: "HGP行書体";*/
    font-size: 1.3rem;
    }
    .companys-outline table td{
        min-width: 100%;
    }
    .companys-outline table th{
    min-width: 100px;
    padding: 0.5rem;
        }
    .companys-outline table {
    margin: 50px 0.5rem 0;
}
    .companys-outline h3{
    font-size: 1.3rem;
}
}

/*事業内容*/
section .business{
    margin: 0 10px;
}
section .reverse{
    flex-direction: row-reverse;
}
.business{
    display: flex;
    flex: wrap;
    justify-content: space-between;
}
.business div{
    flex: 1;
    line-height: 1.5;
/*    height: 400px;*/
    display: flex;

/*    align-items: center;*/
    max-width: 100%;
}

.business div p{
    margin: 0.5rem;
    max-width: 100%;
}
.business h3{
    font-size: 2.2rem;
    color: #fff;
    padding: 10px 20px;
    background: linear-gradient(-45deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, .05));
}
.busi-img{
    height: 400px;
    line-height: 1.5;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-size: cover;
}
.busi-img-f{
     height: 400px;
    line-height: 1.5;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-size: cover;
}
#kasetu{
    background-image: url(../img/kasetu.jpg);
}
#ippan{
    background-image: url(../img/ippan.jpg);
    text-align: right;
}
#kutyo{
    background-image: url(../img/kutyo.jpg);
}
#syoene{
    background-image: url(../img/syoene.jpg);
    text-align: right;
}
#taiyo{
    background-image: url(../img/taiyo.jpg);
}
#sonota{
    background-image: url(../img/sonota.jpg);
    text-align: right;
}
#kasetu h3{
    background: linear-gradient(-45deg, rgba(0, 0, 255, 0.05), rgba(0, 0, 255, .5));
}
#ippan h3{
    background: linear-gradient(-45deg, rgba(0, 0, 255, 0.5), rgba(0, 0, 255, .05));
}
#kutyo h3{
    background: linear-gradient(-45deg, rgba(0, 0, 255, 0.05), rgba(0, 0, 255, .5));
}
#syoene h3{
    background: linear-gradient(-45deg, rgba(0, 0, 255, 0.5), rgba(0, 0, 255, .05));
}
#taiyo h3{
    background: linear-gradient(-45deg, rgba(0, 0, 255, 0.05), rgba(0, 0, 255, .5));
}
#sonota h3{
    background: linear-gradient(-45deg, rgba(0, 0, 255, 0.5), rgba(0, 0, 255, .05));
}
.bisiness-wrap div{
    margin: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    
}
.bisiness-wrap div p{
    margin: 10px;
    max-width: 100%;

}
  .word-break {
/*        word-break: break-all;*/
    }

@media(max-width:640px){
    .business{
    display: block;
}
    .bisiness-wrap div{
        margin: 3px 0;
    display: block;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
}
    .bisiness-wrap div p{
    margin: 10px 3px;
    max-width: 100%;
}
    .business div{
    flex: 1;
    line-height: 1.5;
    height: auto;
}
    .busi-img{
    height: auto;
    min-height: 200px;
    line-height: 1.3;
    margin-top: 50px;
}
   .busi-img-f{
    height: auto;
    min-height: 200px;
    line-height: 1.3;
    margin-top: 0;
}
}


/*施工の流れページ*/

.flow-description div{
    font-size: 1.5rem;
}
.flow-description address{
    display: inline-block;
    text-align: right;
    line-height: 1.5;
    margin: 1rem ;
    padding: 1rem;
    background: #fff;
}
.flow-box{
    display: flex;
    
    margin: 0.5rem 2rem 0.5rem;
    background-color: #fff;
    box-shadow: 4px 4px 4px ;
}

.flow-box img{
    width: 100%;
}

.flow-con{

    margin: 10px;
    position: relative;
    max-width: 50%;
/*    padding: 20px;*/
}
.flow-con h3{
    font-size: 2.3rem;
}

.arrow-img img{
    margin: 0 auto;
    text-align: center;
    width: 100%;
}

.flow-img{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.flow-img img{
    width: 90%;
    height: auto;
    max-width: 100%;
}
@media(max-width:640px){
.flow-box{
    display: block;
    
    margin: 0.5rem 2rem 0.5rem;
    background-color: #fff;
    box-shadow: 4px 4px 4px ;
}
.flow-con{
    max-width: 100%;
/*    padding: 20px;*/
}
    .flow-img{
    width: 100%;
}
}


.jobdescription{
/*    background-image: url(../img/top-menu-back.jpg);*/
        background: #fff;
    
}

.jobdescription dl{
    margin: 30px;

}
.jobdescription dl div{
    display: flex;
    margin: 5px;
}

.jobdescription dt{
    margin: 10px 30px;
    min-width: 200px;
    height: 80px;
    background-position: center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 50%;
    font-size: 1.5rem;
    text-align: center;
    padding: 10px;
    position: relative;
    box-shadow: 2px 2px 2px #333;
}
.jobdescription dl dt span{
    display: block;
    color: #fff;
    position: relative;
}

.jobdescription dd{
    margin: 10px 15px;
    font-size: 1.3rem;
    display: flex;
/*    flex-direction: column;*/
    justify-content: center;
    align-items: center;
    line-height: 1.5;
}

.jobdescription h3{
    margin: 0;
    padding: 20px 30px 0;
}

.jobdescription article{
    margin: 30px;
    padding: 10px;
    font-size: 1.5rem;
/*    line-height: 1.5;*/
    border: solid 3px #fff;
    background-color: #fff;
}

@media(max-width:640px){
    .jobdescription dl div{
    display: block;
}
.jobdescription dl{
    margin: 5px;

}

    .menu-wrap>div{
        width: 120px;
        max-width: 50%;
        height: 70px;
        min-width: 45%;
        font-size: 1.5rem;
        text-align: center;
        margin: 15px 7px;
        padding: 10px;
        background-size: cover;
        position: relative;
        box-shadow: 4px 4px 4px #333;
        
    }
    .jobdescription dt{
    margin: 10px 15px;
    min-width: 150px;
    height: 50px;
    max-width: 50%;
    font-size: 1.2rem;
}
.jobdescription dd{
    margin: 10px 15px;
    padding-left: 1rem;
    font-size: 1rem;
    line-height: 1.5;
        display: block;
}
    .jobdescription h3{
    margin: 0;
    padding: 20px 20px 0;
}
}
/*box*/

.box25{
    position: relative;
    background: #fff0cd;
    box-shadow: 0px 0px 0px 5px #fff0cd;
    border: dashed 2px white;
    padding: 0.2em 0.5em;
    color: #454545;
}
.box25:after{
    position: absolute;
    content: '';
    right: -7px;
    top: -7px;
    border-width: 0 30px 30px 0;
    border-style: solid;
    border-color: #ffdb88 #fff #ffdb88;
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15);
}
.box25 p {
    margin: 0; 
    padding: 0;
}
.box26{
    position: relative;
    background: #F5FFCC;
    box-shadow: 0px 0px 0px 5px #F5FFCC;
    border: dashed 2px white;
    padding: 0.2em 0.5em;
    color: #454545;
}
.box26:after{
    position: absolute;
    content: '';
    right: -7px;
    top: -7px;
    border-width: 0 30px 30px 0;
    border-style: solid;
    border-color: #ffdb88 #fff #ffdb88;
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15);
}
.box26 p {
    margin: 0; 
    padding: 0;
}
.box27{
    position: relative;
    background: #DBFFCC;
    box-shadow: 0px 0px 0px 5px #DBFFCC;
    border: dashed 2px white;
    padding: 0.2em 0.5em;
    color: #454545;
}
.box27:after{
    position: absolute;
    content: '';
    right: -7px;
    top: -7px;
    border-width: 0 30px 30px 0;
    border-style: solid;
    border-color: #ffdb88 #fff #ffdb88;
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15);
}
.box27 p {
    margin: 0; 
    padding: 0;
}
.box28{
    position: relative;
    background: #B3EEFF;
    box-shadow: 0px 0px 0px 5px #B3EEFF;
    border: dashed 2px white;
    padding: 0.2em 0.5em;
    color: #B3EEFF;
}
.box28:after{
    position: absolute;
    content: '';
    right: -7px;
    top: -7px;
    border-width: 0 30px 30px 0;
    border-style: solid;
    border-color: #B3EEFF #fff #B3EEFF;
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15);
}
.box28 p {
    margin: 0; 
    padding: 0;
}

.jobdescription article.box1 {
    position: relative;
    margin: 2.5em 2rem 2em;
    padding: 0.5em 1em;
    border: solid 3px #95ccff;
    border-radius: 8px;
    min-width: 250px;
}
.jobdescription article.box1 a{
    text-decoration: none; 
}
.jobdescription article.box1 .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #000;
    font-weight: bold;

}
.jobdescription article.box1 p {
    margin: 10px auto 2px; 
    padding: 2px;
        line-height: 1.2;
}
.jobdescription h4{
    margin: 10px;
}

.flex-box-top{
    display: flex;
}
@media(max-width:640px){
    .flex-box-top{
    display: block;
}
    .jobdescription article.box1 {
    margin: 1rem 2rem 1rem;
}
}


.flow-moji{
    margin:5px;
}
.flow-moji p{
    margin: 5px;
    padding: 5px;
    line-height: 1.5;
}

.flow-moji-tel{
    text-align: center;
    text-decoration: none;
    font-size: 1.5rem;
    margin: 0 auto;
}
.flow-moji-tel a{
    color: #333;
    text-decoration: none;
    padding: 5px;
}
.square_btn{
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    background: #ffb735;/*ボタン色*/
    color: #FFF;
    border-bottom: solid 4px #eeaa22;
    border-right: solid 2px #eeaa22;
    border-radius: 3px;
}
.square_btn:active {/*ボタンを押したとき*/
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);/*下に動く*/
    border-bottom: none;/*線を消す*/
}



#top-demand .demand-list li {
  position: relative;
}
#top-demand .demand-list li::after {
  display: block;
  content: '';
  position: absolute;
  top: .2em;
  left: -1em;
  width: 16px;
  height: 6px;
  border-left: 2px solid #3498db;
  border-bottom: 2px solid #3498db;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}


.box-m {
    margin: 30px 10px;
    border: solid 3px #0a74bc;
    border-radius: 5px 5px 5px 5px;
    
    position: relative;
/*    margin: 2.5em 2rem 2em;*/
    padding: 0.5em 1em;
    border: solid 3px #95ccff;
    border-radius: 8px;
}

.box-m .box-title {
    position: absolute;
    display: inline-block;
    top: -20px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #0a74bc;
    font-weight: bold;
}

.bottom-m p {
    margin: 10px 10px;
        font-size: 1.5rem;
}
.bottom-m-a{
    color: #0a74bc;

    text-align: center;
    padding: 1rem 0 0;
}
.bottom-m-b{
    color: #333;

    text-align: center;
    padding: .3rem 0 0;
}
.bottom-m-b br{
    display: none;
}
.bottom-m-b a{
    text-decoration: none;
/*    color: #333;*/
    padding: 0 0 0;
}
@media(max-width:640px){
    .bottom-m-b br{
    display: block;
}
    .bottom-m p {
    margin: 10px 10px;
        font-size: 1rem;
}
    .box-m {
    margin: 0.5em 0.5rem 2em;
    padding: 0.5em 0.5em;
    border: solid 3px #95ccff;
    border-radius: 8px;
}
}
.inquiry_wrap{
    margin: 0 30px 30px;
}
@media(max-width:640px){
    .inquiry_wrap{
        margin: 0 10px 30px;
    }
}
.inquiry_wrap div{
    margin: 5px;
}
.inquiry_wrap #inquiry_top{
    border-bottom: solid 3px #0a74bc;
    font-size: 1.5rem;
    padding: 2rem 0 0.5rem 0;
    margin: 0 1rem;
}
.inquiry_wrap p {
    margin: 1rem 0;
}
.red{
    color: #ff0000;
}
input{
    margin: 0.2rem 0;
}


element.style {
    width: 100%;
    height: 110px;
}

.inquiry_wrap .button {
    text-align: left;
    margin-bottom: 2rem;
    padding: 1rem;
    display: inline-block;
    padding: 0.4em 1em;
    text-decoration: none;
    background: #668ad8;
/*    border-bottom: solid 4px #627295;*/
    border-radius: 3px;
}
button {
    background-color: #668ad8;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    color: #fff;
}

.square {
    color: #668ad8;
}



.slider{
    margin: 0 auto;
/*    width: 80%;*/
    width:100%;
}
.slider img{
    height: auto;
    width: 100%;

}
/*slick setting*/
.slick-prev:before,
.slick-next:before {
    color: #000;
}

.bnr{
    display: flex;
    justify-content: space-between;
}
.bnr div{
    flex: 1;
    margin: 0.5rem;
}

.bnr img{
    text-align: center;
    max-width: 450px;
    width: 100%;
    box-shadow: 0.2rem 0.2rem 0.2rem #444;
}
.bnr img:hover{
    opacity: 0.6;
    transition: 0.7s;
}
.bnr div:active{
    transform: translateY(2px);
}
/*
@media(max-width:640px){
    .bnr{
    display: block;
}
}
*/
.pc-left{
    padding-left: 11rem;
}
@media(max-width:640px){
    .pc-left{
    padding-left: 0;
}
}

.privacy_policy-wrap{
    padding: 1rem;
    line-height: 1.5;
}
.privacy_policy-wrap p{
    padding: 0 1rem;
}
@media(max-width:640px){
.privacy_policy-wrap{
    padding: 0.5rem;
    line-height: 1.5;
}
.privacy_policy-wrap p{
    padding: 0 0.5rem;
}
}

