@charset "UTF-8";

/*Reset*/
html,body,div,span,applet,object,iframe,h1,h3,h4,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
}

html {
    line-height: 1;
    font-size:62.5%;
}

ol,ul {
    list-style: none;
}

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

caption,th,td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}

q,blockquote {
    quotes: none;
}

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

a img {
    border: none;
}

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

body {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.3rem;
    color: #333;
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    width: 100%;
    font-weight: 500;
}

a {
    transition: all 0.2s ease 0s;
    -webkit-transition: -webkit-transform 0.2s ease 0s;
    text-decoration: underline;
    color:#6e8dd9;
}

.btn,.btn_mini {
    text-decoration: none;
    color: #fff;
    transition: all 0.2s ease 0s;
    -webkit-transition: -webkit-transform 0.2s ease 0s;
}

.btn:hover,.btn:focus,.btn_mini:hover,.btn_mini:focus{
    text-decoration: none;
    color: #fff !important;
}

p {
    margin-bottom: 1.5em;
}

.clear {
    overflow: hidden;
    *zoom: 1;
    clear: both;
}

a img {
    cursor: pointer;
}

.tac {
    text-align: center;
}

.tar {
    text-align: right;
}

.ta {
    text-align: left !important;
}

small,.small {
    font-size: 10rem;
}

.hide-all {
    display: none;
}

strong,.bold {
    font-weight: 700;
}

.circle {
    border-radius: 100%;
}

img {
    max-width: 100%;
    height: auto;
}

img {
    vertical-align: bottom;
}

.red{
	color:red;
}

.copyright_size{
	font-size:150%;
	vertical-align: top;
	position: relative;
	top: -0.25em;
}

body > .main_content {
    clear: both;
    overflow: hidden;
    *zoom: 1;
}

#sortable li {
    cursor: move;
}

.required:after{
	content:"＊";
	color:#e73357;
}

.over:hover{
	opacity: 0.6;
	transition: all 0.3s;
}

/* clearfix */
.cFix:after{
	height:0;
	visibility:hidden;
	content:".";
	display:block;
	clear:both;
}
.cFix{
	_height:1px;
	min-height:1px;
	/*￥*//*/
	height: auto;
	overflow: hidden;
	/**/
}

/* loading
====================================================== */
.wrapper,.navbar{
    display: none;
}
#loader-bg {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #fff;
    z-index: 9999;
}
#loader {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 200px;
    margin-top: -100px;
    margin-left: -100px;
    text-align: center;
    color: #fff;
    z-index: 2;
}
.loader,
.loader:after {
  border-radius: 50%;
  width: 5em;
  height: 5em;
}
.loader {
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 0.5em solid rgba(100, 100, 100, 0.2);
  border-right: 0.5em solid rgba(100, 100, 100, 0.2);
  border-bottom: 0.5em solid rgba(100, 100, 100, 0.2);
  border-left: 0.5em solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load 1.1s infinite linear;
  animation: load 1.1s infinite linear;
}
@-webkit-keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* common
====================================================== */
p{
    font-size: 1.2rem;
    color:#000;
    line-height: 1.8rem;
    margin:1.5rem 0 0.5rem 0;
}
@media only screen and (min-width: 1200px) {
    .pc{
        display: block !important;
    }  
    .sp{
        display: none !important;
    }   
}
@media only screen and (max-width: 1199px) {
    .pc{
        display: none !important;
    } 
    .sp{
        display: block !important;
    }   
}


/* list
====================================================== */
.list_circle_blue{
    margin:2rem 0 0 0;
}

.list_circle_blue li{
    padding-left:2rem;
    position: relative;
    text-indent: -1.5rem;
}

.list_circle_blue li::before{
    content:"●";
    color:#6e8dd9;
    position: relative;
    left:-0.5rem;
}


/* navbar
====================================================== */

.br_w{
    display: none;
}
.nav-item .btn{
    display: inline-block;
    background: #ffc879;
    color: #fff;
    width:222px;
    height: 44px;
    font-size: 16px;
    line-height: 44px;
    padding: 0;
    border-radius: 22px;
    -moz-box-shadow: 0px 3px rgb(235,180,107);
    -webkit-box-shadow: 0px 3px rgb(235,180,107);
    -o-box-shadow: 0px 3px rgb(235,180,107);
    -ms-box-shadow: 0px 3px rgb(235,180,107);
}
.nav-item .btn:hover{
    background: #ffd79d;
    transition: all 0.3s;
    cursor: pointer;
}
@media only screen and (max-width: 1199px) {

    .navbar > p.subtitle{
        display: none;
    }

}
@media only screen and (min-width: 1350px) and (max-width: 1440px) {
    .br_w{
        display:block;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    
    .navbar-collapse{
        position: absolute;
        right:0;
        bottom:0;
        font-size: 1.2rem;
        width:auto;
        padding-left: 30px;
        background: #fff;
        height: 87px;
        display: block !important;
        justify-content: flex-end !important;
    }
    
}
@media only screen and (min-width: 1400px) {
    .navbar-collapse{
        position: absolute;
        right:0;
        bottom:0;
        font-size: 1.2rem;
        width:calc(420px + (100vw - 1200px));
        background: #fff;
        height: 87px;
        display: block !important;
        justify-content: flex-end !important;
    }
    
}

@media only screen and (max-width: 1199px) {
    .navbar-collapse{
        display: none;
    }
}


@media only screen and (min-width: 1200px) {
    .navbar{
        width:100%;
        z-index: 999;
        border-radius: 0;
        height: 135px;
        position: fixed;
        border: none;
        transition: all 0.5s ease;
        padding: 0;
        background: #626262;
    }
    .navbar .header_logo img{
        width:215px;
        height: 69px;
        position: absolute;
        left:60px;
        top:40px;
    }
    .navbar > p.subtitle{
        color:#fff;
        font-size: 14px;
        position: absolute;
        left:290px;
        top:50px;
    }
    .navbar-nav{
        width:100%;
        z-index: 9999;
        justify-content:space-between;
        padding-right: 1px;
        justify-content: flex-end;
    }
    
    .navbar-nav li{
        padding-right:15px;
    }
    
    .navbar-nav li a{
        color:#000;
        text-decoration: none;
        font-size: 17px;
        font-weight: bold;
        line-height: 40px;
    }
    .navbar-nav li a::after{
        content:"";
        display: inline-block;
        border-right: solid 1px gray;
        height: 15px;
        padding-right: 25px;
    }
    .navbar-nav li:last-child a::after{
         border:none;
    }
    
    
    
}

@media only screen and (max-width: 1199px) {
    .icon-bar{
        display: block;
        background: #fff;
        width:22px;
        height: 2px;
        margin-top:5px;
    }
    .header_logo{
        width:170px;
        padding:5px 0 5px 20px;
    }
    .navbar{
        background: #626262;
        padding:0;
        position: fixed;
    }
    .navbar.open{
        background: #fff;
    }
    .navbar.open .header_logo img{
        display: none;
    }
    .navbar.open .icon-bar{
        display: block;
        background: #000;
        width:22px;
        height: 2px;
        margin-top:5px;
    }
    
    button.navbar-toggler{
        position: relative;
        right: 10px;
        height: 60px;
        width:40px;
        padding: 0;
    }
    .navbar-toggler-icon{
        height: 22px;
        width:22px;
        margin: auto;
        position: relative;
        top:-2px;
    }
    .nav-item{
        border-top:1px solid #323232;
        padding:1rem 0 1rem 2rem;
    }
    .nav-item a{
        color:#fff;
        text-decoration: none;
    }
    .navbar-nav{
        max-height: calc(100vh - 62px);
        overflow-y: auto;
    }
    
    .icon-bar {
		transition: all 0.2s;
		-webkit-transition: -webkit-transform 0.2s;
	}
	.top-bar,
	.bottom-bar{
		transform: rotate(0);
		transform-origin: 91% 140%;
	}
	.navbar.open .top-bar{
		transform: rotate(-45deg);
	}
	.navbar.open .middle-bar{
		opacity: 0;
	}
	.navbar.open .bottom-bar{
		transform: rotate(45deg);
		transform-origin: 91% -50%;
	}
    
}



/* common
====================================================== */
.contents > section > .inner,
.contents > div > .inner{
    width:1200px;
    margin: auto;
    color:#fff;
    position: relative;
}
@media only screen and (max-width: 1199px) {
    .contents > section > .inner,
    .contents > div > .inner{
        width:calc(100% - 40px);
        margin: auto;
    }
}


/* sp-menu
====================================================== */
.sp-menu{
    display: none;
    position: absolute;
    top:-9999px;
}
@media only screen and (max-width: 499px) {
    .sp-menu{
        height: 100vh;
        width: 100vw;
        background: #fff;
        position: fixed;
        z-index: 99;
        padding:15% 0 0 0;
        text-align: center;
        top:0; 
    }
    .sp-menu .sp-menu-container{
        width:100%;
        height: 100%;
    }
    .sp-menu .sp-menu-container img{
        min-height: 100px;
        max-height: 30%;
    }
    .sp-menu ul{
        padding-top: 10vh;
        text-align: left;
        width:170px;
        margin: auto;
    }
    .sp-menu ul li{
        font-size: 18px;
        padding:2vh 0;
        margin-left: 5px;
    }
     .sp-menu ul li a{
         text-decoration: none;
         color:#000;
    }
    .sp-menu ul li::before{
        height: 18px;
        display: inline-block;
        content:"";
        border-left: 3px solid #fbdedc;
        padding-left: 10px;
        position: relative;
        top:3px;
    }
    .sp-menu ul li:last-child::before{
        border:none;
    }
    
    .sp-menu a.btn-contact{
        display: inline-block;
        width: 233px;
        height: 38px;
        border-radius:19px;
        background: #fdc881;
        color: #fff !important;
        line-height: 38px;
        text-align: center;
        position: absolute;
        bottom:15vh;
        left:calc(50% - 112px);
        -moz-box-shadow: 0px 3px rgb(235,180,107);
        -webkit-box-shadow: 0px 3px rgb(235,180,107);
        -o-box-shadow: 0px 3px rgb(235,180,107);
        -ms-box-shadow: 0px 3px rgb(235,180,107);
        font-size: 16px;
    }
}

@media only screen and (min-width: 500px) and (max-width: 1199px) {
    .sp-menu{
        height: 100vh;
        width: 100vw;
        background: #fff;
        position: fixed;
        z-index: 99;
        padding:10% 0 0 0;
        text-align: center;
        top:0; 
    }
    .sp-menu .sp-menu-container{
        width:100%;
        height: 100%;
        display: flex;
        justify-content:center;
    }
    .sp-menu img{
        min-height: 150px;
        max-height: 30%;
        margin: 0px 30px 0 0;
    }
    .sp-menu ul{
        padding-top: 7%;
        text-align: left;
        width:170px;
        margin:0;
    }
    .sp-menu ul li{
        font-size: 18px;
        padding:2vh 0;
        margin-left: 5px;
    }
     .sp-menu ul li a{
         text-decoration: none;
         color:#000;
    }
    .sp-menu ul li::before{
        height: 18px;
        display: inline-block;
        content:"";
        border-left: 3px solid #fbdedc;
        padding-left: 10px;
        position: relative;
        top:3px;
    }
    .sp-menu ul li:last-child::before{
        border:none;
    }
    
    .sp-menu a.btn-contact{
        display: inline-block;
        width: 233px;
        height: 38px;
        border-radius:19px;
        background: #fdc881;
        color: #fff !important;
        line-height: 38px;
        text-align: center;
        position: absolute;
        bottom:15vh;
        left:calc(50% - 112px);
        -moz-box-shadow: 0px 3px rgb(235,180,107);
        -webkit-box-shadow: 0px 3px rgb(235,180,107);
        -o-box-shadow: 0px 3px rgb(235,180,107);
        -ms-box-shadow: 0px 3px rgb(235,180,107);
    }
}

/* wrapper
====================================================== */
.wrapper{
    padding-top:108px;
}
@media only screen and (max-width: 1199px) {
    .wrapper{
        padding-top:61px;
    }
}

/* contents
====================================================== */

/* section_mv
====================================================== */
.section_mv{
    position: relative;
    width: 100%;
    height: 660px;
}
.section_mv .aside{
    position: absolute;
    top:150px;
    left:calc(50% - 600px);
}
.section_mv .aside .txt-main{
    font-size:72px;
    letter-spacing: -3px;
    line-height: 1.3em;
}
.section_mv .aside .txt-sub{
    font-size: 18px;
}
.section_mv .aside .btn{
    position: relative;
    top:30px;
}
.section_mv a.btn-contact{
    width:440px;
    height: 70px;
    background: #ffc879;
    color:#fff;
    border-radius: 35px;
    text-align: center;
    line-height: 60px;
    font-size: 24px;
    -moz-box-shadow: 0px 3px rgb(235,180,107);
    -webkit-box-shadow: 0px 3px rgb(235,180,107);
    -o-box-shadow: 0px 3px rgb(235,180,107);
    -ms-box-shadow: 0px 3px rgb(235,180,107);
}
.section_mv a.btn-contact:hover{
    background: #ffd79d;
    transition: all 0.3s;
    cursor: pointer;
}
.image_mv{
    height: 660px;
    width:100%;
}
.image1{
    background: url(../img/mv1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 35% center;
}
.image2{
    background: url(../img/mv2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 45% center;
}
.image3{
    background: url(../img/mv3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 35% center;
}
.slick-dots{
    position: absolute;
    bottom:10px;
}
.slick-dots li.slick-active button:before{
    color:#feb09f;
    opacity: 1;
}
.slick-dots li button:before{
    color:#f2f2f2;
    opacity: 1;
}
.slick-next{
    right: 0;
}
@media only screen and (max-width: 1199px) {

/*
    .section_mv  aside{
        position: absolute;
        top:calc(50% - 18px);
        left:calc(50% - 150px);
        text-align: center;
    }
    .section_mv  aside img{
        width:300px;
        height: auto;
    }
    */
    .image_mv{
        height: 200px;
        width:100%;
    }
    .image1{
        background: url(../img/mv1.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: right center;
    }
    .image2{
        background: url(../img/mv2.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: right center;
    }
    .image3{
        background: url(../img/mv3.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: right center;
    }
    .section_mv{
        position: relative;
        width: 100%;
        height: auto;
    }
    .section_mv .aside{
        position: relative;
        top:0px;
        left:0;
        background: #f0f0f0;
        text-align: center;
    }
    
    .section_mv .aside .txt-main{
        font-size:17px;
        letter-spacing: -0;
        line-height: 1.3em;
        
        padding:25px 0 20px 0;
        margin: 0;
    }
    .section_mv .aside .txt-sub{
        font-size: 12px;
        margin: 0;
        padding:0 5%;
        text-align: center;
    }
    .section_mv .aside .btn{
        position: relative;
        top:0;
        margin: 30px 0;
    }
    .section_mv a.btn-contact{
        width:240px;
        height: 36px;
        background: #ffc879;
        color:#fff;
        border-radius: 18px;
        text-align: center;
        line-height: 28px;
        font-size: 15px;
        -moz-box-shadow: 0px 3px rgb(235,180,107);
        -webkit-box-shadow: 0px 3px rgb(235,180,107);
        -o-box-shadow: 0px 3px rgb(235,180,107);
        -ms-box-shadow: 0px 3px rgb(235,180,107);
    }
    .slick-dotted.slick-slider{
        margin-bottom: 0;
    }
}
@media only screen and (max-width: 500px) {
    .section_mv .aside .txt-sub{
        font-size: 12px;
        margin: 0;
        padding:0 5%;
        text-align: left;
    }
}

/* section_introduction
====================================================== */
.section_introduction{
    background: #fff;
}
.section_introduction > .inner{
    height: 570px;
    text-align: center;
}
.section_introduction > .inner h2{
    color: #000;
    font-size: 36px;
    height: 150px;
    line-height: 150px;
    letter-spacing: 4px;
}
.section_introduction > .inner > p{
    padding: 0;
    font-size: 17px;
    line-height: 2em;
    padding-bottom: 40px;
    width: 850px;
    margin: auto;
}

@media only screen and (max-width: 1199px) {
    .section_introduction > .inner{
        height: auto;
        text-align: center;
    }
    .section_introduction > .inner h2{
        color: #000;
        font-size: 18px;
        height: auto;
        line-height: 2em;
        padding:30px 0 30px 0;
        letter-spacing: 2px;
    }
    .section_introduction > .inner > p{
        padding: 0;
        font-size: 13px;
        line-height: 2em;
        padding-bottom: 30px;
        width:100%;
        margin: auto;
        text-align: center;
    }
    .section_introduction > .inner > p.right{
        text-align: right;
    }
}
@media only screen and (max-width: 500px) {
    .section_introduction > .inner > p{
        padding: 0;
        font-size: 13px;
        line-height: 2em;
        padding-bottom: 30px;
        width:100%;
        margin: auto;
        text-align: left;
    }
}

/* tab_container
====================================================== */
.tab_container h2{
    font-size: 30px;
    text-align: center;
    height: 130px;
    background-image: url("../img/bg_tab.png");
    line-height: 130px;
    margin: 0;
}
.tab-title{
    width: 100%;
    background-image: url("../img/bg_tab.png");
}
@media only screen and (max-width: 1199px) {
    .tab_container h2{
        font-size: 18px;
        text-align: center;
        height: 90px;
        background-image: url("../img/bg_tab.png");
        line-height: 90px;
        margin: 0;
    }
}

/* tab
====================================================== */
ul.tab{
    display: flex;
    width:1200px;
    margin: auto;
    padding:0;
    background-color: #f7f7f7;
}
ul.tab > li{
    display: inline-block;
    width:400px;
    list-style: none;
    text-align: center;
    border-right: solid 2px #eee;
}
ul.tab > li:last-child{
    border-right: none;
}
ul.tab > li > a{
    display: block;
    width:100%;
    height: 96px;
    line-height: 96px;
    font-size: 1.8rem;
    cursor: pointer;
    font-weight: normal;
    text-decoration: none;
    white-space:nowrap;
    color: #010101;
}
ul.tab > li.active > a{
    background-color: #fff;
    background-image: url("../img/tab_active.png");
    background-position: top;
    background-repeat: repeat-x;
    color:#ff9b94;
}
ul.tab > li > a:hover{
    cursor: pointer;
}
ul.tab > li.active > a:hover{
    cursor:inherit;
}
@media only screen and (max-width: 1199px) {
    ul.tab{
        display: flex;
        width:calc(100% - 30px);
        margin: auto;
        padding:0;
        background-color: #f7f7f7;
    }
    ul.tab > li{
        display: inline-block;
        width:33.3%;
        list-style: none;
        text-align: center;
        border-right: solid 2px #eee;
    }
    ul.tab > li > a{
        display: block;
        width:100%;
        height: 55px;
        line-height: 18px;
        font-size: 13px;
        cursor: pointer;
        font-weight: normal;
        text-decoration: none;
        white-space:nowrap;
        color: #010101;
        padding-top: 12px;
    }
}

/* section-tab-1
====================================================== */

.section-tab-1{
    height: 720px;
}
.section-tab-1 .inner{
    width:1200px;
    margin: auto;
    position: relative;
    background: url("../img/img_service_1.jpg");
    background-repeat: no-repeat;
    background-position: center right;
}
.section-tab-1 h3{
    font-size: 16px;
    font-weight: bold;
    height: 32px;
    line-height: 32px;
    margin-top: 40px;
    margin-bottom: 20px;
}
.section-tab-1 h3::before{
    height: 32px;
    display: inline-block;
    content:"";
    border-left: 6px solid #fbdedc;
    padding-left: 10px;
    position: relative;
    top:10px;
}
.section-tab-1 p{
    width: 720px;
    font-size: 16px;
    line-height: 2em;;
}
@media only screen and (max-width: 1199px) {
    .section-tab-1{
        height: auto;
        background-image: url("../img/bg_tab.png");
        padding-bottom: 20px;
    }
    .section-tab-1 .inner{
        width:calc(100% - 30px);
        margin: auto;
        position: relative;
        background: none;
        background-color: #fff;
        padding:20px 20px 10px 20px;
    }
    .section-tab-1 h3{
        font-size: 14px;
        font-weight: bold;
        height: 32px;
        line-height: 32px;
        margin-top: 0px;
        margin-bottom: 20px;
    }
    .section-tab-1 p{
        width: 100%;
        font-size: 13px;
        line-height: 2em;;
        margin-bottom: 20px;
    }
}

/* section-tab-2
====================================================== */
.section-tab-2{
    height: 720px;
}
.section-tab-2 .inner{
    width:1200px;
    margin: auto;
}
.section-tab-2 h3{
    font-size: 16px;
    font-weight: bold;
    height: 32px;
    line-height: 32px;
    margin-top: 40px;
    margin-bottom: 20px;
}
.section-tab-2 h3::before{
    height: 32px;
    display: inline-block;
    content:"";
    border-left: 6px solid #fbdedc;
    padding-left: 10px;
    position: relative;
    top:10px;
}
.section-tab-2 p{
    width: 1200px;
    font-size: 16px;
    line-height: 2em;;
}
@media only screen and (max-width: 1199px) {
    .section-tab-2{
        height: auto;
        background-image: url("../img/bg_tab.png");
        padding-bottom: 20px;
    }
    .section-tab-2 .inner{
        width:calc(100% - 30px);
        margin: auto;
        position: relative;
        background: none;
        background-color: #fff;
        padding:20px 20px 10px 20px;
    }
    .section-tab-2 h3{
        font-size: 14px;
        font-weight: bold;
        height: auto;
        line-height: 32px;
        margin-top: 0px;
        margin-bottom: 20px;
        text-indent: -1em;
        padding-left: 1em;
    }
    .section-tab-2 p{
        width: 100%;
        font-size: 13px;
        line-height: 2em;
        margin-bottom: 20px;
    }
}

/* section-tab-3
====================================================== */
.section-tab-3{
    height: 650px;
}
.section-tab-3 .inner{
    width:1200px;
    margin: auto;
}
.section-tab-3 h3{
    font-size: 16px;
    font-weight: bold;
    height: 32px;
    line-height: 32px;
    margin-top: 40px;
    margin-bottom: 20px;
}
.section-tab-3 h3::before{
    height: 32px;
    display: inline-block;
    content:"";
    border-left: 6px solid #fbdedc;
    padding-left: 10px;
    position: relative;
    top:10px;
}
.section-tab-3 p{
    width: 1200px;
    font-size: 16px;
    line-height: 2em;;
}
@media only screen and (max-width: 1199px) {
    .section-tab-3{
        height: auto;
        background-image: url("../img/bg_tab.png");
        padding-bottom: 20px;
    }
    .section-tab-3 .inner{
        width:calc(100% - 30px);
        margin: auto;
        position: relative;
        background: none;
        background-color: #fff;
        padding:20px 20px 10px 20px;
    }
    .section-tab-3 h3{
        font-size: 14px;
        font-weight: bold;
        height: 32px;
        line-height: 32px;
        margin-top: 0px;
        margin-bottom: 20px;
    }
    .section-tab-3 p{
        width: 100%;
        font-size: 13px;
        line-height: 2em;
        margin-bottom: 20px;
    }
}


/* section_service
====================================================== */
.section_service{
    background: #ce9188;
    background-image: url(../img/bg_service.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position:center 50%;
}
.section_service > .inner{
    height: 630px;
}
.section_service > .inner > h2{
    text-align: center;
    height: 180px;
    line-height: 180px;
    font-size: 30px;
}
.list_service{
    width:1200px;
    margin: auto;
    display: flex;
    justify-content:space-between;
}
.list_service li{
    width:200px; 
    padding-top: 140px;
}
.list_service li.recruit{
    background: url(../img/img_list_service01.png);
    background-repeat: no-repeat;
    background-position: top center;
}
.list_service li.training{
    background: url(../img/img_list_service02.png);
    background-repeat: no-repeat;
    background-position: top center;
}
.list_service li.evaluation{
    background: url(../img/img_list_service03.png);
    background-repeat: no-repeat;
    background-position: top center;
}
.list_service li.mementalhealth{
    background: url(../img/img_list_service04.png);
    background-repeat: no-repeat;
    background-position: top center;
}
.list_service li.introduction{
    background: url(../img/img_list_service05.png);
    background-repeat: no-repeat;
    background-position: top center;
}

.list_service li > h3{
    font-size: 18px;
    text-align: center;
    padding:15px;
}
.list_service li > ul > li{
    padding: 10px 0;
    font-size: 15px;
    border-top: dotted 2px #fff;
}
.list_service li > ul > li:last-child{
    border-bottom: dotted 2px #fff;
}

@media only screen and (max-width: 1199px) {
    .section_service > .inner > h2{
        text-align: center;
        height: 70px;
        line-height: 90px;
        font-size: 18px;
    }
    .section_service{
        background: #efa294;
        background-image: none;
    }
    .section_service > .inner{
        height: auto;
        padding-bottom: 40px;
    }
    .list_service{
        width:100%;
        margin: auto;
        display: flex;
        flex-direction:row;
        align-items:flex-start;
        flex-wrap: wrap;
        justify-content:center;
    }
    .list_service li{
        width:270px; 
        padding-top: 20px;
        margin:0 20px;
    }
    .list_service li.recruit{
        background: none;
    }
    .list_service li.training{
        background: none;
    }
    .list_service li.evaluation{
        background: none;
    }
    .list_service li.mementalhealth{
        background: none;
    }
    .list_service li.introduction{
        background: none;
    }
    .list_service li.recruit > h3::before{
        content:"";
        display: inline-block;
        background: url(../img/img_list_service01.png);
        background-repeat: no-repeat;
        background-size: contain;
        width:26px;
        height: 26px;
        position: relative;
        left:-10px;
        top:8px;
    }
    .list_service li.training > h3::before{
        content:"";
        display: inline-block;
        background: url(../img/img_list_service02.png);
        background-repeat: no-repeat;
        background-size: contain;
        width:24px;
        height: 24px;
        position: relative;
        left:-12px;
        top:5px;
    }
    .list_service li.evaluation > h3::before{
        content:"";
        display: inline-block;
        background: url(../img/img_list_service03.png);
        background-repeat: no-repeat;
        background-size: contain;
        width:24px;
        height: 24px;
        position: relative;
        left:-12px;
        top:4px;
    }
    .list_service li.mementalhealth > h3::before{
        content:"";
        display: inline-block;
        background: url(../img/img_list_service04.png);
        background-repeat: no-repeat;
        background-size: contain;
        width:22px;
        height: 22px;
        position: relative;
        left:-12px;
        top:4px;
    }
    .list_service li.introduction > h3::before{
        content:"";
        display: inline-block;
        background: url(../img/img_list_service05.png);
        background-repeat: no-repeat;
        background-size: contain;
        width:24px;
        height: 24px;
        position: relative;
        left:-12px;
        top:4px;
    }

}

@media only screen and (max-width: 700px) {
    .list_service{
        width:100%;
        margin: auto;
        display: flex;
        flex-direction:column;
        align-items: center;
    }
    .list_service li{
        width:270px; 
        padding-top: 20px;
    }
}

/* section_contact
====================================================== */
.section_contact{
    background: #626262;
}
.section_contact > .inner{
    height: 340px;
    text-align: center;
}
.section_contact > .inner p{
    color:#fff;
    margin: 0;
    padding: 0;
    font-size: 20px;
    position: relative;
    top:70px;
    line-height: 2.2em;
}
.section_contact > .inner .btn{
    position: relative;
    top:100px;
}
.section_contact .btn-contact{
    width:440px;
    height: 70px;
    background: #ffc879;
    color:#fff;
    border-radius: 35px;
    text-align: center;
    line-height: 60px;
    font-size: 24px;
    -moz-box-shadow: 0px 3px rgb(235,180,107);
    -webkit-box-shadow: 0px 3px rgb(235,180,107);
    -o-box-shadow: 0px 3px rgb(235,180,107);
    -ms-box-shadow: 0px 3px rgb(235,180,107);
}
.section_contact .btn-contact:hover{
    background: #ffd79d;
    transition: all 0.3s;
    cursor: pointer;
}

@media only screen and (max-width: 1199px) {
    .section_contact > .inner{
        height: auto;
        text-align: center;
    }

    .section_contact > .inner p{
        color:#fff;
        margin: 0;
        padding: 0;
        font-size: 13px;
        position: relative;
        top:0px;
        line-height: 2.2em;
        padding:30px 0 20px 0;
    }
    .section_contact > .inner .btn{
        position: relative;
        top:0px;
        margin-bottom: 30px;
    }
    .section_contact .btn-contact{
        width:250px;
        height: 36px;
        background: #ffc879;
        color:#fff;
        border-radius: 18px;
        text-align: center;
        line-height: 26px;
        font-size: 14px;
    }
}

/* footer
====================================================== */
footer{
    height: 280px;
    background: #fff;
    font-size: 0;
}
footer > .inner{
    width: 100%;
}
footer > .inner > .inner-logo{
    width: 1200px;
    height: 180px;
    margin: auto;
    background-image: url(../img/img_footer.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 240px 80px;
    border-bottom: solid 1px #f2f2f2;
}
footer > .inner > .copyright{
    width: 1200px;
    margin: auto;
    text-align: center;
    font-size: 16px;
    line-height: 80px;
    color:#373737;
}
@media only screen and (max-width: 1199px) {
    footer{
        height: auto;
    }
    footer > .inner > .inner-logo{
        width:100%;
        height: 100px;
        background-image: url(../img/img_footer.png);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 150px;
        border-bottom: solid 1px #f2f2f2;
    }
    footer > .inner > .copyright{
        width:100%; 
        font-size: 12px;
        line-height: 40px;
    }
}

