@charset "utf-8";

/* Body
------------------------------ */
body {
    box-shadow: none;
    color: #333;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 22pt;
    letter-spacing: 0.04em;
    -webkit-text-size-adjust: 100%!important;
    top: 0!important;
    background: url(../images/texture.jpg) repeat top left;
    -webkit-background-size: 500px;
    background-size: 500px;
}
a:link{
    color: #333;
    text-decoration: none;
}
a:visited {
    color: #333;
}
a:active {
    color: #333;
}
a:hover {
    color: #333;
}
a{
    transition: .3s;
}

.text_link {
    display: inline-block;
    text-decoration: none;
    color: #333;
    padding-left: 0;
    text-indent: 0;
}
/* reset default css */
.text_link:after {
    content: "";
    display: block;
    width: 0;
    transition: width 0.3s;
    border-bottom: 1px solid #333;
    margin: -2px auto 0;
    border-radius: 1px;
}
.text_link:hover{
    text-decoration: none;
}
.text_link:hover:after {
    width: 100%;
}

.emphasis{
    font-weight: 700;
    color: #ff0000;
}
.caution{
    position: relative;
    display: block;
    font-size: 14px;
    padding-left: 1em!important;
    text-indent: -1em;
    line-height: 1.4em;
    margin-top: 14px;
}
.caution:before{
    content: "※";
    color: #ff0000;
}

/* layout
------------------------------ */
.main_contents{
    position: relative;
    display: block;
    /*overflow-x: hidden;*/
}
.wrapper{
    position: relative;
    display: block;
    clear: both;
    float: none;
    width: 1080px;
    margin: 0 auto;
    padding: 0;
}
.pict img{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
}

/* bxslider */
.slider_deco{
    position: absolute;
    display: block;
    width: 100%;
    height: 467px;
}
.slider_deco li{
    position: absolute;
    display: block;
    width: 100%;
    height: auto;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 10;
}
.slider_deco li:first-child{
    top: -3px;
}
.slider_deco li:nth-child(2){
    bottom: -3px;
}
.slider_deco li img{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
}
#slider{
    position: relative;
    display: block;
    width: 100%;
    overflow-x: hidden;
}
.bxslider li,.bx-viewport{
    height: 467px!important;
    overflow: visible!important;
    text-align: center;
    margin: 0 auto;
}
.bxslider li{
    width: 840px;
    height: auto;
    text-indent: -9999px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
}
.bxslider li a{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
}
.bxslider li a:hover{
    opacity: .7;
}

/* Common
------------------------------ */
.clear{
    clear: both;
    float: none;
    height: 0;
}
.fl_l{
    position: relative;
    display: block;
    float: left;
}
.fl_r{
    position: relative;
    display: block;
    float: right;
}
.btn a{
    position: relative;
    display: block;
    width: 348px;
    height: 42px;
    color: #fff;
    font-weight: 600;
    line-height: 42px;
    background: #fc9520;
    margin: 0 auto;
    border-radius: 4px;
    text-align: center;
    box-sizing: border-box;
    overflow: hidden;
    box-shadow: 4px 4px 2px rgba(0,0,0,.15);
}
.btn a:hover{
    background: none;
    color: #FFF;
    background: #009B96;
    transition: .3s;
}

/* Header
------------------------------ */
header{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding-top: 8px;
}
#header_logo a,#fix-header-logo a,
#footer_logo a{
    position: relative;
    display: block;
    width: 366px;
    height: 80px;
    margin-top: 32px;
    text-indent: -9999px;
    background: url(../images/logo.svg) no-repeat 0 0;
    -webkit-background-size: contain;
    background-size: contain;
}
#header_logo a:hover,#fix-header-logo a:hover,
#footer_logo a:hover{
    opacity: 0.6;
}
#lead{
    position: absolute;
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 1em;
    white-space: nowrap;
    top: 0;
}
#header .fl_r{
    margin-top: 40px;
}
#header .fl_r p:nth-child(2){
    font-size: 14px;
    line-height: 1em;
    margin-top: 2px;
}
.tel{
    position: relative;
    display: block;
    width: 336px;
    height: 40px;
    text-indent: -9999px;
    background: url(../images/tel.svg) no-repeat center right;
    -webkit-background-size: 336px auto;
    background-size: 336px auto;
}

/* gnav */
#gnav{
    position: relative;
    display: block;
    text-align: center;
    margin-top: 32px;
    height: 120px;
}
#gnav:before,#gnav:after{
    content: "";
    position: absolute;
    display: block;
    width: 185px;
    height: 168px;
    background-repeat: no-repeat;
    background-position: 0 0;
    -webkit-background-size: contain;
    background-size: contain;
    top: -45px;
}
#gnav:before{
    background-image: url(../images/leaf_left.svg);
    left: 0;
}
#gnav:after{
    background-image: url(../images/leaf_right.svg);
    right: 0;
}
#gnav ul li,.fix-header ul li{
    position: relative;
    display: inline-block;
    width: auto;
    font-weight: 600;
    text-align: center;
    line-height: 1em;
    padding: 0 41px;
}
#gnav ul li a,.fix-header ul li a{
    position: relative;
    display: block;
    height: auto;
    font-size: 22px;
    font-weight: 600;
    line-height: 1em;
    padding-top: 42px;
}
#gnav ul li a:before,
.fix-header ul li a:before{
    content: "";
    position: absolute;
    display: block;
    width: 38px;
    height: 38px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: contain;
    background-size: contain;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: .3s;
}
#gnav ul li:first-child a:before,
.fix-header ul li:first-child a:before{
    background-image: url(../images/home_icon.svg);
}
#gnav ul li:nth-child(2) a:before,
.fix-header ul li:nth-child(2) a:before{
    background-image: url(../images/human_icon.svg);
}
#gnav ul li:nth-child(3) a:before,
.fix-header ul li:nth-child(3) a:before{
    background-image: url(../images/sun_icon.svg);
}
#gnav ul li:nth-child(4) a:before,
.fix-header ul li:nth-child(4) a:before{
    background-image: url(../images/note_icon.svg);
}
#gnav ul li:nth-child(5) a:before,
.fix-header ul li:nth-child(5) a:before{
    background-image: url(../images/mail_icon.svg);
}
#gnav ul li a:after,
.fix-header ul li a:after{
    content: "";
    position: absolute;
    display: block;
    width: 76px;
    height: 15px;
    background: url(../images/gnav_bg.png) no-repeat 0 0;
    -webkit-background-size: contain;
    background-size: contain;
    opacity: 0;
    left: 0;
    right: 0;
    bottom: 16px;
    margin: 0 auto;
    transition: .3s;
    z-index: -1;
}
#gnav ul li a span,
.fix-header ul li a span{
    position: relative;
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 1em;
    margin-top: 8px;
}
#gnav ul li a:hover:before,
.fix-header ul li a:hover:before{
    top: -6px;
    transition: .3s;
}
#gnav ul li a:hover:after,
.fix-header ul li a:hover:after{
    opacity: 1;
    transition: .3s;
}

/* for Scroll Fix Header */
.fix-header {
    position: fixed;
    line-height: 65px;
    top: -65px;/* 上に隠す鷹さ */
    left: 0;
    text-align: center;
    width: 100%;
    height: 80px;
    margin: 0 auto;
    background: #FFF;
    box-shadow: 0 0 2px rgba(0,0,0,.5);
    opacity: 0;
    z-index: 1000;
}
.customize-support .fix-header{
    margin-top: 32px;
}
#fix-header-logo a{
    width: 220px;
    height: 50px;
    margin-top: 16px;
    margin-right: 70px;
}
.fix-header .tel{
    width: 280px;
    -webkit-background-size: contain;
    background-size: contain;
    margin-top: 20px;
}
.fix-header-contents{
    width: 1250px;
    margin: 0 auto;
}
.fix-header ul{
    letter-spacing: -.4em;
    margin: 14px auto 0;
    /*padding-left: 350px;*/
}
.fix-header ul li{
    vertical-align: top;
    letter-spacing: .04em;
    line-height: 1em;
    padding: 0 25px;
}
.fix-header ul li a{
    font-size: 14px;
    line-height: 1em;
    padding-top: 34px;
}
.fix-header ul li a:before{
    width: 28px;
    height: 28px;
}
.fix-header ul li a:after{
    width: 46px;
}

/* main_contents
------------------------------ */
.main_contents section{
    position: relative;
    display: block;
    padding-top: 150px;
}
.main_contents h2{
    position: relative;
    display: block;
    font-size: 44px;
    font-weight: 800;
    text-align: center;
    line-height: 1em;
    letter-spacing: .15em;
    margin-bottom: 70px;
}
.main_contents h2:before,
.main_contents h2:after{
    content: "";
    position: relative;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: 0 0;
    -webkit-background-size: contain;
    background-size: contain;
    bottom: -15px;
}
.main_contents h2:before{
    margin-right: 15px;
}
.main_contents h2:after{
    margin-left: 6px;
}
.main_contents h3{
    position: relative;
    display: block;
    width: 100%;
    font-size: 22px;
    text-align: center;
    line-height: 1em;
    background: url(../images/line_h3.png) no-repeat center bottom;
    -webkit-background-size: 137px 16px;
    background-size: 137px 16px;
    margin-bottom: 28px;
    padding-bottom: 5px;
}
.main_contents .main_text{
    text-align: center;
}

/* greeting
------------------------------ */
#greeting{
    padding-bottom: 110px;
}
#greeting h2:before,#greeting h2:after{
    width: 57px;
    height: 63px;
}
#greeting h2:before{
    background-image: url(../images/h2_leaf_left.svg);
}
#greeting h2:after{
    background-image: url(../images/h2_leaf_right.svg);
}
#greeting .fl_l{
    width: 280px;
    height: auto;
    margin: 6px 0 0 65px;
}
#greeting .fl_r{
    width: 630px;
    height: auto;
    margin-right: 50px;
}
#greeting .fl_r p{
    margin-top: 36px;
    line-height: 19pt;
    letter-spacing: .06em;
}
#greeting .fl_r p span{
    position: relative;
    display: block;
    text-align: right;
}
#greeting .movie video{
    position: relative;
    display: block;
    max-width: 640px;
    width: 100%;
    margin: 50px auto 0;
}
#greeting .facebook{
    position: relative;
    display: inline-block;
    margin: 50px 20px 0 0;
}
#greeting .facebook a{
    color: #3B5998;
    background: #fff2cd;
    display: block;
    font-size: 20px;
    font-weight: 600;
    height: 80px;
    border-radius: 8px;
    padding: 26px 50px 29px;
    box-sizing: border-box;
    text-align: center;
}
#greeting .facebook span{
    display: inline-block;
}
#greeting .facebook a::after{
    border-color: #3B5998;
}
#greeting .facebook a i{
    position: relative;
    display: inline-block;
    margin-right: 10px;
}
#greeting .pdf{
    display: inline-block;
    position: relative;
}
#greeting .pdf a{
    color: #3B5998;
    background: #fff2cd;
    display: block;
    font-size: 20px;
    font-weight: 600;
    height: 80px;
    border-radius: 8px;
    padding: 26px 120px 29px;
    box-sizing: border-box;
    text-align: center;
}
#greeting .pdf span{
    padding-left: 1.5em;
    background-image: url(../images/file.svg);
    background-repeat: no-repeat;
    -webkit-background-size:1em auto;
    background-size: 1em auto;
    background-position: left center;
}

#greeting h2.circle_h2{
    width: 200px;
    height: 180px;
    color: #FFF;
    font-size: 32px;
    margin: 116px auto 0;
    padding-top: 20px;
    border-radius: 50%;
    background: #058ebd;
}
#greeting h2.circle_h2:before,
#greeting h2.circle_h2:after{
    display: none;
}
#greeting h2.circle_h2 .large{
    font-size: 88px;
    line-height: 1em;
}
#greeting h2.circle_h2 .middle{
    font-size: 56px;
    line-height: 1em;
    padding-left: 8px;
}
#greeting ul{
    line-height: 0;
    letter-spacing: -.4em;
    margin: 0 9px;
}
#greeting ul li{
    position: relative;
    display: inline-block;
    width: 240px;
    height: auto;
    margin-right: 34px;
    line-height: 20pt;
    letter-spacing: .04em;
    vertical-align: top;
}
#greeting ul li:first-child{
    margin-top: -75px;
}
#greeting ul li:nth-child(2){
    margin-top: 25px;
}
#greeting ul li:nth-child(3){
    margin-top: -15px;
}
#greeting ul li:nth-child(4){
    margin-top: -100px;
    margin-right: 0;
}
#greeting ul li .num{
    position: absolute;
    display: block;
    width: 80px;
    height: 80px;
    color: #FFF;
    font-size: 56px;
    font-weight: 800;
    text-align: center;
    line-height: 80px;
    border-radius: 50%;
    z-index: 1;
    top: 0;
    right: 0;
}
#greeting ul li:first-child .num{
    background: #f08627;
    right: -32px;
    top: 20px;
}
#greeting ul li:nth-child(2) .num{
    background: #e68080;
    right: -17px;
}
#greeting ul li:nth-child(3) .num{
    background: #5fab02;
    top: -9px;
    right: -15px;
}
#greeting ul li:nth-child(4) .num{
    background: #fac248;
    top: -20px;
    right: -2px;
}
#greeting ul li h3{
    font-size: 20px;
    margin-top: 12px;
    margin-bottom: 15px;
    padding-bottom: 0;
    background: none;
}

/* free_trial
------------------------------ */
#free_trial{
    background: #057f5d;
    padding-bottom: 70px;
}
#free_trial:before,#free_trial:after{
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 5%;
    background-repeat: no-repeat;
    background-position: center bottom;
    -webkit-background-size: cover;
    background-size: cover;
    left: 0;
    right: 0;
    margin: 0 auto;
}
#free_trial:before{
    background-image: url(../images/free_trial_top.svg);
    top: -5%;
}
#free_trial:after{
    background-image: url(../images/free_trial_bottom.svg);
    bottom: -5%;
}
#free_trial h2{
    color: #FFF;
    text-align: center;
}
#free_trial h2:before,
#free_trial h2:after{
    position: absolute;
    width: 178px;
    height: 120px;
    top: -90px;
}
#free_trial h2:before{
    background-image: url(../images/h2_freetrial_before.svg);
    left: -50px;
    margin-right: 0;
}
#free_trial h2:after{
    background-image: url(../images/h2_freetrial_after.svg);
    margin-left: 0;
    right: -34px;
}
#free_trial .center_text{
    position: relative;
    display: block;
    width: 370px;
    height: auto;
    color: #FFF;
    margin: 0 auto 70px;
}
#free_trial .center_text:before,
#free_trial .center_text:after{
    content: "";
    position: absolute;
    display: block;
    width: 388px;
    height: 388px;
    background-repeat: no-repeat;
    background-position: 0 0;
    -webkit-background-size: contain;
    background-size: contain;
    top: -24px;
}
#free_trial .center_text:before{
    background-image: url(../images/free_trial1.png);
    left: -464px;
}
#free_trial .center_text:after{
    background-image: url(../images/free_trial2.png);
    right: -464px;
}
.contact_box{
    position: relative;
    display: block;
    width: 745px;
    height: 185px;
    background: #FFF;
    border: 4px solid #333;
    margin: 0 auto;
    padding: 25px 20px 22px 27px;
    border-radius: 16px;
}
.contact_box h3{
    font-size: 28px;
    line-height: 1em;
    background: none;
    margin-bottom: 14px;
    padding-bottom: 0;
}
.contact_box p{
    line-height: 1em;
}
.contact_box p:nth-child(2){
    text-align: center;
    line-height: 1em;
    margin-bottom: 5px;
}
.contact_box .logo{
    position: relative;
    display: block;
    width: 366px;
    height: 80px;
    text-indent: -9999px;
    background: url(../images/logo.svg) no-repeat 0 0;
    -webkit-background-size: contain;
    background-size: contain;
    margin-bottom: 16px;
}
.contact_box .fl_l p:nth-child(2){
    margin-bottom: 0;
    text-align: left;
}
.contact_box .tel{
    margin: 12px auto 4px;
}
.contact_box .fl_r p{
    font-size: 14px;
}
.contact_box .btn a{
    font-size: 22px;
    margin-top: 10px;
    line-height: 44px;
}

/* staff
------------------------------ */
#staff{
    padding-bottom: 126px;
}
#staff h2.illust_flower{
    margin-bottom: 50px;
}
#staff h2.illust_flower:before,#staff h2.illust_flower:after{
    width: 126px;
    height: 72px;
}
#staff h2.illust_flower:before{
    background-image: url(../images/h2_staff_left.svg);
    margin-right: 68px;
}
#staff h2.illust_flower:after{
    background-image: url(../images/h2_staff_right.svg);
    margin-left: 60px;
}
#staff .staff_list{
    display: flex;
    line-height: 0;
    letter-spacing: -.4em;
    text-align: center;
    /*margin-left: 70px;
    margin-right: 64px;*/
    gap: 50px 30px;
    flex-wrap: wrap;
    justify-content: center;
}
#staff .staff_list li{
    position: relative;
    display: inline-block;
    /*width: 387px;*/
    width: 270px;
    height: auto;
    line-height: 21pt;
    letter-spacing: .04em;
    vertical-align: top;
    /*margin-bottom: 60px;*/
}
/*#staff .staff_list li:first-child{
    margin-right: 60px;
}*/
#staff .staff_list li .pict{
    width: 220px;
    height: 220px;
    margin: 0 auto 12px;
}
#staff .staff_list li h3,
#staff .work_content li h3{
    font-size: 20px;
    margin-bottom: 10px;
    padding-bottom: 0;
    background: none;
}
#staff .staff_list li span{
    position: relative;
    display: block;
    padding: 0 15px;
    letter-spacing: -.02em;
    font-feature-settings: "palt";
}
#staff h2.illust_sun{
    margin-top: 130px;
}
#staff h2.illust_sun:before{
    width: 147px;
    height: 103px;
    margin-right: 75px;
    background-image: url(../images/h2_sun_left.svg);
}
#staff h2.illust_sun:after{
    width: 84px;
    height: 53px;
    margin-left: 90px;
    background-image: url(../images/h2_sun_right.svg);
    bottom: -24px;
}
#staff .work_content{
    line-height: 0;
    letter-spacing: -.4em;
    margin: 50px 16px 12px;
}
#staff .work_content li{
    position: relative;
    display: inline-block;
    width: 320px;
    height: auto;
    line-height: 21pt;
    letter-spacing: .04em;
    margin-right: 44px;
    margin-bottom: 58px;
    vertical-align: top;
}
#staff .work_content li:nth-child(3n){
    margin-right: 0;
}
#staff .work_content li .pict{
    position: relative;
    display: block;
    width: 320px;
    height: auto;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 18px;
}
.clipboard{
    position: relative;
    display: block;
    width: 901px;
    height: 519px;
    background: url(../images/clipboard.png) no-repeat 0 0;
    -webkit-background-size: contain;
    background-size: contain;
    margin: 0 auto;
    padding: 100px 62px 88px;
    box-sizing: border-box;
}
.clipboard dl dt{
    position: relative;
    display: block;
    float: left;
    font-size: 20px;
    font-weight: 800;
    line-height: 1em;
    background: url(../images/line_h3.png) no-repeat center bottom;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    padding: 0 5px 10px;
}
.clipboard dl dd{
    margin-bottom: 20px;
    padding-left: 172px;
}

/* faq
------------------------------ */
#faq{
    background: url(../images/faq_bg.jpg) repeat top left;
    -webkit-background-size: 500px;
    background-size: 500px;
    padding-top: 100px;
    padding-bottom: 126px;
}
#faq h2{
    color: #FFF;
}
#faq h2:before{
    display: none;
}
#faq h2:after{
    position: absolute;
    width: 70px;
    height: 67px;
    background-image: url(../images/h2_faq_after.svg);
    margin-left: 26px;
}
.faq_list_box{
    position: relative;
    display: inline-block;
    width: 500px;
    height: auto;
    vertical-align: top;
}
.faq_list_box:first-of-type{
    margin-left: 16px;
}
.faq_list_box:nth-of-type(2){
    margin-right: 16px;
    margin-left: 43px;
}
.faq_list_box dt{
    position: relative;
    display: block;
    height: 80px;
    cursor: pointer;
    padding: 0 15px;
    line-height: 66px;
    border-radius: 8px;
    background: #fff3e0;
    margin-top: 30px;
}
.faq_list_box dt:first-child{
    margin-top: 0;
}
.faq_list_box:nth-child(2) dt:nth-child(9){
    height: 72px;
    line-height: 18pt;
    padding-top: 8px;
    padding-left: 68px;
}
.faq_list_box dt:before{
    content: "Ｑ";
    position: relative;
    display: inline-block;
    color: #af805e;
    font-size: 44px;
    font-weight: 800;
    transition: .3s;
    top: 7px;
    margin-right: 8px;
}
.faq_list_box:nth-child(2) dt:nth-child(9):before{
    margin-left: -53px;
    top: 18px;
}
.faq_list_box dt.active:after{
    -moz-transform: translate(0,50%);
    -ms-transform: translate(0,50%);
    -webkit-transform: translate(0,50%);
    transform: translate(0,50%);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transition: .3s;
}
.faq_list_box dd{
    display: none;
    margin-top: -6px;
    padding: 20px 15px 24px;
    max-height: 100%;
    background: #FFF;
    box-sizing: border-box;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}
.faq_list_box dd a{
    text-decoration: underline;
}
.faq_list_box dd a:before{
    content: ">>";
}
.faq_list_box dd a:hover{
    text-decoration: none;
}
.faq_list_box dd .caution{
    font-size: 16px;
    margin-top: 4px;
}

/* profile
------------------------------ */
#profile h2:before,#profile h2:after{
    position: absolute;
    width: 394px;
    height: 15px;
    background-image: url(../images/h2_profile_before.svg);
    top: 0;
    bottom: 0;
    margin: auto 0;
}
#profile h2:before{
    left: 15px;
}
#profile h2:after{
    right: 15px;
    background-position: center right;
}
#profile ul{
    line-height: 0;
    letter-spacing: -.4em;
    margin: 0 16px 90px;
}
#profile ul li{
    position: relative;
    display: inline-block;
    width: 320px;
    height: auto;
    line-height: 21pt;
    letter-spacing: .04em;
    margin-right: 44px;
}
#profile ul li:nth-child(3){
    margin-right: 0;
}
#profile ul li .pict{
    width: 320px;
    height: 240px;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 16px;
}
#profile ul li h3{
    font-size: 20px;
    line-height: 1em;
    background: none;
    padding-bottom: 0;
    margin-bottom: 10px;
}
#profile ul li span{
    padding: 0 4px;
}
#profile dl{
    position: relative;
    display: block;
    margin: 0 16px;
    padding-top: 10px;
    padding-left: 447px;
    background: url(../images/profile_left.png) no-repeat left top;
    -webkit-background-size: 390px auto;
    background-size: 390px auto;
}
#profile dl dt{
    position: relative;
    display: block;
    float: left;
    font-weight: 800;
    line-height: 63px;
    padding-left: 38px;
    background: url(../images/disc.svg) no-repeat left 10px center;
    -webkit-background-size: 14px;
    background-size: 14px;
}
#profile dl dd{
    padding-left: 214px;
    line-height: 63px;
    background: url(../images/line.svg) no-repeat center bottom;
    -webkit-background-size: 601px 3px;
    background-size: 601px 3px;
}

/* access
------------------------------ */
#access h2{
    margin-bottom: 30px;
}
#access h2:before,#access h2:after{
    width: 63px;
    height: 69px;
    background-image: url(../images/h2_access_before.svg);
}
#access h2:before{
    top: 28px;
    margin-right: 40px;
}
#access h2:after{
    bottom: -14px;
    margin-left: 48px;
}
#access h3{
    font-weight: 500;
    -webkit-background-size: 265px 15px;
    background-size: 265px 15px;
}
#access .ggmap iframe{
    width: 100%;
}

/* contact
------------------------------ */
#contact{
    padding-bottom: 34px;
}
#contact h2:before{
    width: 80px;
    height: 55px;
    margin-right: 40px;
    background-image: url(../images/h2_contact_before.svg);
}
#contact h2:after{
    width: 73px;
    height: 54px;
    margin-left: 30px;
    background-image: url(../images/h2_contact_after.svg);
}
.tel_box{
    position: relative;
    display: block;
    width: 904px;
    height: 139px;
    background: #fff2cd;
    border-radius: 8px;
    margin: 0 auto 34px;
    padding: 26px 62px 29px;
    box-sizing: border-box;
}
.tel_box .fl_l h3,
#mailformpro h3{
    font-size: 20px;
    font-weight: 800;
    line-height: 1em;
    text-align: left;
    margin-bottom: 22px;
    padding: 0;
    background: none;
}
.tel_box p.fl_r{
    font-weight: 800;
    line-height: 38px;
    margin-top: 40px;
}
.tel_box p.fl_r span{
    position: relative;
    display: inline-block;
    color: #FFF;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: .1em;
    background: #028967;
    margin-right: 12px;
    padding: 0 14px;
}

/* mailform */
#mailformpro{
    position: relative;
    display: block;
    width: 904px;
    height: auto;
    border-radius: 8px;
    background: #fff2cd;
    margin: 0 auto;
    padding: 26px 62px 30px;
    box-sizing: border-box;
}
#mailformpro h3{
    margin-bottom: 18px;
}
#mailformpro .main_text{
    position: relative;
    display: block;
    text-align: left;
    line-height: 1em;
    margin-bottom: 24px;
    padding-bottom: 10px;
    background: url(../images/line.svg) repeat-x bottom left;
    -webkit-background-size: auto 3px;
    background-size: auto 3px;
}
#mailformpro table tr{
    position: relative;
    display: block;
    margin-bottom: 18px;
}
#mailformpro table tr th{
    width: 240px;
    text-align: left;
    vertical-align: top;
    padding-top: 18px;
}
#mailformpro table tr th .must,
#mailformpro table tr th .any{
    position: relative;
    display: inline-block;
    width: 50px;
    font-size: 14px;
    color: #FFF;
    line-height: 21px;
    text-align: center;
    letter-spacing: .15em;
    border-radius: 6px;
    padding: 0;
    background: #e67979;
    left: auto;
    right: -57px;
}
#mailformpro table tr:nth-child(1) th .must{
    right: -140px;
}
#mailformpro table tr:nth-child(2) th .must{
    right: -123px;
}
#mailformpro table tr:nth-child(3) th .must{
    right: -74px;
}
#mailformpro table tr:nth-child(4) th .any{
    right: -157px;
}
#mailformpro table tr th .any{
    background: #808080;
}
#mailformpro table tr td{
    padding-left: 52px;
}
#mailformpro table tr td input[type="text"],
#mailformpro table tr td input[type="tel"],
#mailformpro table tr td input[type="email"],
#mailformpro table tr td textarea{
    width: 464px!important;
    border-radius: 4px;
    border-color: #b5b5b5;
    font-size: 16px;
}
#mailformpro table tr td input.postal_code{
    width: 187px!important;
    margin-bottom: 8px;
}
#mailformpro table tr td input[type="text"],
#mailformpro table tr td input[type="tel"],
#mailformpro table tr td input[type="email"]{
    height: 42px;
}
#mailformpro table tr td span{
    font-size: 20px;
    font-weight: 800;
    margin-right: 10px;
}
#privacy_policy{
    position: relative;
    display: block;
    height: 195px;
    border: 1px solid #b3b3b3;
    background: #FFF;
    margin: 11px auto 17px;
    padding: 0;
}
#content-1{
    position: relative;
    display: block;
    width: 776px;
    height: 155px;
    margin: 21px auto;
}
#content-1 .mCSB_scrollTools{
    height: 155px!important;
    margin: auto 0;
    right: 4px;
}
#content-1 .mCSB_inside > .mCSB_container{
    margin-right: 0!important;
}
#content-1 .mCSB_scrollTools .mCSB_draggerRail{
    width: 8px!important;
    background-color: rgba(0,0,0,0)!important;
}
#content-1 .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    width: 8px!important;
    background-color: #303A48!important;
}
#content-1 h3{
    width: auto;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    padding: 0 25px;
    background: none;
}
#content-1 p{
    font-size: 14px;
    text-align: left;
    padding: 0 25px;
    margin-bottom: 0;
}
.check_text{
    position: relative;
    display: block;
    font-size: 16px;
    font-weight: 800;
    text-align: center;
    margin-bottom: 13px!important;
}
.check_text label{
    cursor: pointer;
    margin: 0;
}
.check_text label input[type="checkbox"]{
    position: relative;
    width: 25px;
    height: 25px;
    margin: 0;
    top: -1px;
}
#mailformpro .submit{
    position: relative;
    display: block;
    width: 348px;
    height: 42px;
    color: #FFF;
    font-size: 22px;
    font-weight: 600;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    border: 1px solid #fa9320;
    background: #fa9320;
    line-height: 20px;
    letter-spacing: .2em;
    border-radius: 4px;
    padding-top: 4px;
    cursor: pointer;
    transition: .3s;
    margin: 0 auto;
    box-sizing: border-box;
    box-shadow: 4px 4px 2px rgba(0,0,0,.15);
    overflow: hidden;
    cursor: pointer;
}
#mailformpro .submit span{
    position: relative;
    display: inline-block;
    font-weight: 500;
    top: -3px;
    right: -70px;
}
#mailformpro .submit:hover{
    background: #397A77;
    color: #FFF;
    border: 1px solid #397A77;
    cursor: pointer;
}
#mailformpro .submit[disabled]{
    opacity: .8;
    cursor: default;
}
#mailformpro .submit[disabled]:hover{
    opacity: 0.8;
    cursor: default;
    color: #FFF;
    background: #009B96;
}

/* footer
------------------------------ */
footer{
    position: relative;
    display: block;
    width: 100%;
    height: 240px;
    background: url(../images/footer_bg.png) no-repeat bottom center;
    -webkit-background-size: auto 240px;
    background-size: auto 240px;
}
#copyright{
    padding-top: 217px;
}
#copyright p{
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    line-height: 14pt;
}
#pagetop{
    position: fixed;
    bottom: 30px;
    right: 30px;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    z-index: 10000000!important;
}
#pagetop a{
    display: block;
    width: 76px;
    height: 76px;
    text-indent: -9999px;
    background: url(../images/pagetop.svg) no-repeat 0 0;
    -webkit-background-size: contain;
    background-size: contain;
}
#pagetop.show{
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
#pagetop a:hover{
    opacity: .7;
}
