@charset "UTF-8";


/*------------------------*/
/*     全体のスタイル     */
/*------------------------*/



/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

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;
}

body {
    line-height:1.3;
    width: 100%;
    height: 100%;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 16px;}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

nav ul {
    list-style:none;
}

li{
    list-style: none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    text-decoration: none;    
    color: #fff;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}
img{
    display: block;
    width: 100%;
}

.container{
    width: 80%;
    height: 100%;
    margin-left: 20%;
}

.vertical {
    writing-mode: vertical-rl;
 }

.flex{
    display: flex;
    flex-wrap: wrap;
}

.bold{
    font-weight: bold;
}

.section_width{
    width: 90%;
    margin: 0 auto;
}


.relative{
    position: relative;
}
.absolute{
    position: absolute;
}
.mg-b15{
    margin-bottom: 15%;
    padding-top: 5%;
}

.section_title{
    font-size: 2em;
    text-shadow: 0 0 50px #fff;
}

.content_title_font{
    font-size: 1.2em;
}


/* タブレット */
@media screen and (max-width: 920px) {
 body{
     font-size: 14px;
    }

 .container{
     width: 100%;
     margin-left:0;
 };
}
 /* スマホ */
@media screen and (max-width: 480px) { 
    body{
     font-size: 12px;
    }
}

/*------------------------*/
/*         nav            */
/*------------------------*/
.side-menu{
    width: 20%;
    position: fixed;
    top: 0;
    left: 0;
    background: #C0C099;
    height: 100%;
    color: #fff;
    text-align: center;
    z-index: 99;
    -webkit-transition: .5s;
	-o-transition: .5s;
    transition: .5s;
}

.logo{
    margin: 30px auto 50px;
}

.logo-title{
    text-align: center;
    font-size: .9em;
}

.logo-img{
    width: 60px;
    margin: 0 auto;
}

.menu-content{
    margin-bottom:40px ;
}

.menu-content ul li{
    padding:20px 0;
}

.number-contact{
    border: 1px solid #fff;
    width: 80%;
    padding:10px 10px;
    margin: 0 auto;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.mg-b10{
    margin-bottom: 10px;
    color: rgba(255, 255, 255, 0.8);
}

.number-contact .bold{
    font-size: 1.4em;
}


/* bento-navのスタイル */
.sp-menu{
    display: none;
}
.box {
    width: 4px;
    height: 4px;
    background: #000;
    margin: 2px;
    display: inline-block;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.sp-menu{
	position: fixed;
	top: 3%;
	left: 5%;
    cursor: pointer;
    z-index: 999;
}

.sp-menu .menu-bento{
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.menu-bento.active .box:not(:nth-of-type(1)):not(:nth-of-type(5)):not(:nth-of-type(7)):not(:nth-of-type(9)):not(:nth-of-type(13)):not(:nth-of-type(17)):not(:nth-of-type(19)):not(:nth-of-type(21)):not(:nth-of-type(25)){
	opacity: 0;
	-webkit-transition: .5s;
	-o-transition: .5s;
    transition: .5s;
}

.menu-bento.active .menu-text{
    color: #fff;
    -webkit-transition: .5s;
	-o-transition: .5s;
    transition: .5s;
}

.b-w{
	background-color: #fff;
}

.menu-text{
    text-align: center;
    line-height: .6;
    font-size: 1rem;
     -webkit-transition: .5s;
	-o-transition: .5s;
    transition: .5s;
}


/*------------------------*/
/*        first-view      */
/*------------------------*/


.first_img{
    width: 70%;
    margin: 30px 30px 0 30%;
}

.catch-copy{
    font-size: 2em;
    left: -100px;
    top: 10%;
}

.sub-catch-copy{
    left: -150px;
    top: 25%;
}

.sub-catch-copy2{
    left: -175px;
    top: 50%;
}



/*------------------------*/
/*        commit          */
/*------------------------*/

#commit .section_title{
    padding: 0 5%;
}

.commit-content_title{
    padding: 5% 0 5% 30px;
    position: relative;
}

.commit-content_title:before{
    position: absolute;
    content: "";
    color: #C0C099;
    top: 50%;
    left: 0;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    font-size: 1.3em;
}

.commit-content_title1:before{
    content: "①";
}

.commit-content_title2:before{
    content: "②";
}

.commit-content_title3:before{
    content: "③";
}

.commit-content-text{
    margin-bottom: 5%;
}
.commit-img{
    width: 40%;
}
.commit-content{
    width: 40%;
}
/*------------------------*/
/*        case            */
/*------------------------*/


#case .section_title{
    text-align: center;
    margin-bottom: 5%;
}

#case .flex,#service .flex{
    justify-content: space-around;
}

.case-inner{
    width: 40%;
}

.case-inner:nth-child(-n+2){
    margin-bottom: 10%;
}

.case-inner_explan{
    width: 60%;
    border-bottom: 4px solid #C0C099;
    background: #fff;
    padding: 3%;
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
}

.case-inner_title{
    padding: 5px;
    text-align: center;
}
.case_time{
    font-size: .8em;
}


/*------------------------*/
/*        service         */
/*------------------------*/
#service{
    background: #EFEFEF;
}

#service .section_title{
    margin-top: 5%;
}
.service-content_text,.service-img{
    width: 45%;
}

.service-container{
    width: 90%;
}

.service-content{
    margin-bottom: 10%;
}

.service-content_first{
    margin: 10% 0 10%;
}

.service-content_text{
    text-align: center;
}
.service-content_title{
    margin-bottom: 10%;
}

#service.mg-b15{
    margin-bottom: 120px;
}

/*------------------------*/
/*        company         */
/*------------------------*/


.company-img{
    width: 30%;
    top: -70px;
    right: 0;   
}
.company-inner{
    padding: 5%;
    background: rgba(192, 192, 153, .35);
}


#company .section_title,#contact .section_title{
    margin-bottom: 5%;
}

#company table tr th{
    padding: 10px 20px 10px 0;    
}

/*------------------------*/
/*       contact          */
/*------------------------*/

.contact-outer{
    width: 80%;
    margin: 0 auto;
    background: rgba(188, 188, 188, .15);
    padding: 2.5%;
}

.contact-inner{
    border: 1px solid #C0C099;
    padding: 5%;
}

#contact .flex,#footer.flex{
    align-items: center;
}

.contact-inner_child{
    width: 50%;
    text-align: center;
    box-sizing: border-box;
    padding: 5%;
}

.right_border{
    border-right: 1px solid #C0C099;
}

.tel_font{
    font-size: 2.2em;
    margin-top: 5%;
}
.tel_font a{
    color: #000;
}

#contact.mg-b15{
    margin-bottom: 20%;
}
/*------------------------*/
/*         footer         */
/*------------------------*/

#footer{
    background: #C0C099;
}


.footer-content{
    width: 50%;
}

.menu-content li,.number-contact{
    text-align: center;
}

#footer .menu-content{
    margin-bottom: 0;
}

#footer .menu-content ul li{
    padding:5% 0;
}



/* タブレット */
@media screen and (max-width: 920px) {
    .side-menu{
        left: -100%;
        width: 100%;
        background: rgba(192, 192, 153, .95);
    }

    .sp-menu{
        display: block;
    }

    .menu-open {
	left:0!important;
}
}
@media screen and (max-width: 720px) {
    .first_img{
    width: 100%;
    margin: 0;
}

.catch-copy{
    left: 75px;
    top: 7%;
}

.sub-catch-copy{
    left: 50px;
    top:  18%;
}

.sub-catch-copy2{
    left: 25px;
    top: 40%;
}

.company-img{
    width: 45%;
}

.first_img .vertical{
    text-shadow: 0 0 30px #fff;
    color: #fff;
}
 .tel_font {
        font-size: 1.6em;
    }

#contact .section_title{
    font-size: 1.7em;
}
}
 /* スマホ */
@media screen and (max-width: 480px) {
    .commit-img{
        display: none;
    }
    .commit-content{
        width: 80%;
    }
    #contact .section_title{
    font-size: 1.4em;
}

    .tel_font {
        font-size: 1.4em;
    }
    .catch-copy{
        font-size: 1.8em;
    }
 }
