@charset "UTF-8";

html, body, div, span, applet, object, iframe, h1, h2, h3, 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, i, button {margin: 0; padding: 0; border: 0;}
h1, h2, h3, h4, h5, h6, pre, code, address, caption, cite, code, em, strong, th, dfn, var, button {font-weight: normal; font-style: normal; font-size:100%;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, main {display: block;}

html,
body{position: relative; width: 100%; height: 100%;}
html{font-size: 62.5%;}
body{font-size:1.6rem; color:#000000; position:relative; font-family: ヒラギノ角ゴ Pro,Hiragino Kaku Gothic Pro,メイリオ,Meiryo,Osaka,ＭＳ Ｐゴシック,MS PGothic,sans-serif;}



ul,ol{list-style:none;}
li{list-style:none;}
a{color:#000000; text-decoration:none; transition:.3s; -webkit-transition:.3s;}
input[type=text],
input[type=tel],
input[type=email],
input[type=submit],
input[type=button],
button,
textarea {-webkit-appearance: none; -moz-appearance:none;  border-radius:0; border:none; background:none;}
input[type=radio]{vertical-align:middle;}
input[type=submit]:hover,
input:hover[type=button]:hover,
button{outline:none; transition:.3s; -webkit-transition:.3s; cursor:pointer;}
table{border-collapse:collapse; border:none; border-spacing:0;}
th ,td{border:none; vertical-align:top; text-align:left;}
img{vertical-align:bottom; height:auto;}
strong, b, .bold {font-weight: bold;}
i{line-height:1; font-style:normal;}
svg{vertical-align:bottom; transition:.3s; -webkit-transition:.3s;}
p{line-height:1.5;}
.wrap{width:1000px; padding:0 20px; box-sizing:border-box; margin:0 auto;}
.clear{clear:both;}
.clearfix:after{clear:both; content:""; height:0; font-size:0; visibility:hidden; display:block;}
.center{text-align:center;}
.left{float:left;}
.right{float:right;}
.flexbox{display:-webkit-flex; display:flex;}
.flexbox-center{-webkit-align-items:center; align-items:center; -webkit-justify-content:center; justify-content:center;}
.flexbox-wrap{-webkit-flex-wrap:wrap; flex-wrap:wrap;}
.ai-center{-webkit-align-items:center; align-items:center;}
.jc-center{-webkit-justify-content:center; justify-content:center;}
.jc-between{-webkit-justify-content:space-between; justify-content:space-between;}




.pc{display:block;}
.pc-inline{display:inline;}
.sp{display:none !important;}
.sp-inline{display:none !important;}


.header{position: fixed; left: 0; top: 0; display: flex; align-items: center; width: 100%; height: 100px; padding: 0 40px; box-sizing: border-box; background-color: #ffffff; z-index: 10000;}
.header .site-logo-img{width: 267px; height: 42px;}
.header .btn-menu{display: none;}


.gnav{position: fixed; right: 40px; top: 0; display: flex; align-items: center; height: 100px; z-index: 10001;}
.gnav .gnav-list{display: flex;}
.gnav .gnav-item{margin-right: 40px;}
.gnav .gnav-item:last-child{margin-right: 0;}
.gnav .gnav-link{position: relative; display: block; font-size: 1.8rem;}
.gnav .gnav-link:hover:after{content: ""; display: block; position: absolute; top: calc(100% + 5px); left: 0; width: 100%; height: 3px; background-color: #0e8848;}


.footer{background-color: #0e8848; padding: 50px 40px 0; box-sizing: border-box;}
.footer .footer-inner{max-width: 900px; width: 100%; display: flex; justify-content: space-between;}
.footer .footer-contact-txt{font-size: 1.6rem; line-height: 28px; color: #ffffff;}
.footer .footer-nav-item{font-size: 1.6rem; line-height: 28px; margin-bottom: 10px;}
.footer .footer-nav-item:last-child{margin-bottom: 0;}
.footer .footer-nav-link{color: #ffffff; text-decoration: underline;}
.footer .footer-nav-link:hover{text-decoration: none;}
.footer .copy{text-align: center; font-size: 1.2rem; color: #ffffff; padding: 10px 0;}


/*---------------------------
top
---------------------------*/
.mv-outer{position: relative; width: 100%; height: 100%;}
.mv-outer:after{content: ""; position: absolute; left: 0; top: 0; display: block; width: 100%; height: 100%; background-color: rgba(0,0,0,.03);}
.mv-outer .mv-container{width: 100%; height: 100%;}
.mv-outer .mv-wrapper{width: 100%; height: 100%;}
.mv-outer .mv-slide{width: 100%; height: 100%; background: no-repeat center center; background-size: cover;}
.mv-outer .mv-slide01{background-image: url("img/slide_01.jpg");}
.mv-outer .mv-slide02{background-image: url("img/slide_02.jpg");}
.mv-outer .mv-slide03{background-image: url("img/slide_03.jpg");}
.mv-outer .mv-slide04{background-image: url("img/slide_04.jpg");}
.mv-outer .mv-pagination{position: absolute; left: 0; bottom: 30px; width: 100%; text-align: center;}
.mv-outer .mv-pagination .swiper-pagination-bullet{width: 20px; height: 20px; margin: 0 10px; background-color: #ffffff; opacity: 1;}
.mv-outer .mv-pagination .swiper-pagination-bullet-active{background-color: #0e8848;}
.mv-outer .catch-outer{position: absolute; left: 0; top: calc(50% + 50px); transform: translateY(-50%); width: 100%; z-index: 2;}
.mv-outer .catch{max-width: 900px; width: 100%; margin: 0 auto; font-size: 2.4rem; line-height: 34px; color: #ffffff; text-shadow: 0 0 9px rgb(0 0 0 / 30%);}

.flow{max-width: 900px; margin-top: 30px; padding: 80px; box-sizing: border-box; background-color: #ffffff;}
.flow .flow-item{display: flex; align-items: center; margin-bottom: 50px;}
.flow .flow-item:last-child{margin-bottom: 0;}
.flow .flow-icon-box{display: flex; align-items: center; justify-content: center; width: 120px; height: 120px; margin-right: auto; border-radius: 50%; background-color: #0e8848;}
.flow .flow-icon{width: 60px; height: 60px;}
.flow .flow-txt-box{width: calc(100% - 180px);}
.flow .flow-ttl{margin-bottom: 10px; font-size: 2rem; font-weight: 700; line-height: 30px; color: #0e8848;}
.flow .flow-txt{font-size: 1.6rem; line-height: 28px;}

.contact-tel .contact-tel-outer{display: flex; justify-content: center;}
.contact-tel .contact-tel-txt{font-size: 1.6rem; line-height: 28px;}

.news-block .news-list{max-width: 720px; margin-left: auto; margin-right: auto;}
.news-block .news-item{display: flex; margin-bottom: 10px;}
.news-block .news-item:last-child{margin-bottom: 0;}
.news-block .date{margin-right: auto; font-size: 1.6rem; line-height: 28px;}
.news-block .news-item-ttl{width: calc(100% - 130px); font-size: 1.6rem; line-height: 28px;}
.news-block .news-item-link{text-decoration: underline;}
.news-block .news-item-link:hover{text-decoration: none;}


/*---------------------------
contact
---------------------------*/
.contact{max-width: 900px; margin: 0 auto;}
.contact .privacy-box{margin-bottom: 60px; padding: 30px; box-sizing: border-box; border: #e6e6e6 solid 1px;}
.contact .privacy-txt{font-size: 1.6rem; line-height: 28px;}
.contact .privacy-txt a{color: #0e8848; text-decoration: underline;}
.contact .privacy-txt a:hover{text-decoration: none;}

.form-block{max-width: 720px;width: 100%; margin: 0 auto;}
.form-block .form-item{display: flex; width: 100%; margin-bottom: 20px;}
.form-block .form-item-ttl{width: 200px; font-size: 1.6rem; line-height: 28px; padding-top: 11px;}
.form-block .form-item-cont{width: calc(100% - 200px); font-size: 1.6rem; line-height: 28px;}
.form-block .input01,
.form-block .input02,
.form-block .textarea{padding: 11px 10px; box-sizing: border-box; border: #e6e6e6 solid 1px; font-size: 1.6rem; line-height: 28px; border-radius: 0;}
.form-block .input01{width: 100%;}
.form-block .input02{width: 200px;}
.form-block .textarea{width: 100%; height: 250px;}
.contact  .form-btn{display: flex; justify-content: center; margin-top: 60px;}
.contact  .btn-send{display: flex; align-items: center; justify-content: center; width: 300px; height: 56px; border: #0e8848 solid 1px; box-sizing: border-box; font-size: 1.6rem; color: #0e8848;}
.contact  .btn-send:hover{background-color: #0e8848; color: #ffffff;}
.contact  .btn-edit{display: flex; align-items: center; justify-content: center; width: 150px; height: 56px; border: #e6e6e6 solid 1px; box-sizing: border-box; font-size: 1.6rem; color: #000000;}
.contact  .btn-edit:hover{background-color: #e6e6e6;}


/*---------------------------
general
---------------------------*/

.page-ttl{font-size: 2.8rem; font-weight: 700; text-align: center; color: #0e8848; margin-bottom: 40px;}
.block{padding: 80px 40px; box-sizing: border-box;}
.block.bg-gray{background-color: #e6e6e6;}
.section{max-width: 900px; margin-left: auto; margin-right: auto; padding-top: 80px;}
.section:first-of-type{padding-top: 0;}
.sec-ttl{margin-bottom: 40px; font-size: 2.4rem; font-weight: 700; line-height: 40px; color: #0e8848; text-align: center;}
.txt{max-width: 720px; width: 100%; margin-left: auto; margin-right: auto; font-size: 1.6rem; line-height: 28px;}
.num-list{counter-reset: item;}
.num-list .num-item{position: relative; max-width: 720px; margin-left: auto; margin-right: auto; padding-left: 16px; box-sizing: border-box; font-size: 1.6rem; line-height: 28px;}
.num-list .num-item:before{counter-increment: item; content: counter(item)'.'; position: absolute; left: 0; top: 0;}
.dot-list .dot-item{position: relative; padding-left: 16px; font-size: 1.6rem; line-height: 28px;}
.dot-list .dot-item:before{content: "・"; position: absolute; left: 0; top: 0;}
.small-box{max-width: 720px; margin-left: auto; margin-right: auto; padding: 30px; box-sizing: border-box; border: #0e8848 solid 2px; background-color: #ffffff;}
.small-box .small-box-ttl{font-size: 1.6rem; font-weight: 700; line-height: 28px; color: #0e8848;}
.img-box{margin-top: 30px;}
.img-box .section-img{max-width: 100%; height: auto;}

.mv-under{width: 100%; padding-top: 100px;}
.mv-under .mv-under-img{width: 100%; height: auto;}

.breadcrumb{padding: 10px 40px; box-sizing: border-box;}
.breadcrumb ul{max-width: 900px; margin: 0 auto;}
.breadcrumb li{float: left; margin-right: 5px; font-size: 1.2rem;}
.breadcrumb li:after{content: ">"; margin-left: 5px;}
.breadcrumb li:last-child{margin-right: 0;}
.breadcrumb li:last-child:after{display: none;}
.breadcrumb li a{text-decoration: underline; font-size: 1.2rem;}
.breadcrumb li a:hover{text-decoration: none;}


.mt0{margin-top: 0;}
.mt5{margin-top: 5px;}
.mt10{margin-top: 10px;}
.mt15{margin-top: 15px;}
.mt20{margin-top: 20px;}
.mt25{margin-top: 25px;}
.mt30{margin-top: 30px;}
.mt35{margin-top: 35px;}
.mt40{margin-top: 40px;}
.mt45{margin-top: 45px;}
.mt50{margin-top: 50px;}
.mt55{margin-top: 55px;}
.mt60{margin-top: 60px;}
.mt65{margin-top: 65px;}
.mt70{margin-top: 70px;}
.mt75{margin-top: 75px;}
.mt80{margin-top: 80px;}
.mt85{margin-top: 85px;}
.mt90{margin-top: 90px;}
.mt95{margin-top: 95px;}
.mt100{margin-top: 100px;}

.mb0{margin-bottom: 0;}
.mb5{margin-bottom: 5px;}
.mb10{margin-bottom: 10px;}
.mb15{margin-bottom: 15px;}
.mb20{margin-bottom: 20px;}
.mb25{margin-bottom: 25px;}
.mb30{margin-bottom: 30px;}
.mb35{margin-bottom: 35px;}
.mb40{margin-bottom: 40px;}
.mb45{margin-bottom: 45px;}
.mb50{margin-bottom: 50px;}
.mb55{margin-bottom: 55px;}
.mb60{margin-bottom: 60px;}
.mb65{margin-bottom: 65px;}
.mb70{margin-bottom: 70px;}
.mb75{margin-bottom: 75px;}
.mb80{margin-bottom: 80px;}
.mb85{margin-bottom: 85px;}
.mb90{margin-bottom: 90px;}
.mb95{margin-bottom: 95px;}
.mb100{margin-bottom: 100px;}


@media screen and (max-width:768px){

    .pc{display:none !important;}
    .pc-inline{display:none !important;}
    .sp{display:block !important;}
    .sp-inline{display:inline !important;}




    .header{height: 60px; padding: 0 0 0 16px;}
    .header .site-logo{margin-right: auto;}
    .header .site-logo-img{width: 229px; height: 36px;}
    .header .btn-menu{position: relative; display: block; width: 60px; height: 60px;}
    .header .btn-menu-inner{position: absolute; left: calc(50% - 14px); top: calc(50% - 1px); width: 28px; height: 2px; background-color: #000000;}
    .header .btn-menu-inner:before,
    .header .btn-menu-inner:after{content: ""; display: block; position: absolute; left: 0; width: 100%; height: 2px; background-color: #000000;}
    .header .btn-menu-inner:before{top: -8px;}
    .header .btn-menu-inner:after{bottom: -8px;}

    .header .btn-menu.active .btn-menu-inner{background-color: transparent;}
    .header .btn-menu.active .btn-menu-inner:before{top: 0; transform: rotate(45deg);}
    .header .btn-menu.active .btn-menu-inner:after{bottom: 0; transform: rotate(-45deg);}
    

    .gnav{right: 0; top: 60px; width: 100%; height: calc(100% - 60px); background-color: #ffffff; opacity: 0; pointer-events: none; transition: .3s opacity;}
    .gnav.active{opacity: 1; pointer-events: auto;}
    .gnav .gnav-list{display: block; width: 100%;}
    .gnav .gnav-item{margin-right: 0;}
    .gnav .gnav-item:last-child{margin-right: 0;}
    .gnav .gnav-link{padding: 10px 0; text-align: center; font-size: 1.6rem;}
    .gnav .gnav-link:hover:after{display: none;}


    .footer{padding: 20px 16px 0;}
    .footer .footer-inner{display: flex; flex-direction: column-reverse;}
    .footer .footer-contact-txt{margin-top: 20px; font-size: 1.4rem; line-height: 1.5;}
    .footer .footer-nav-item{font-size: 1.6rem; line-height: 28px; margin-bottom: 10px;}
    .footer .footer-nav-item:last-child{margin-bottom: 0;}
    .footer .footer-nav-link{color: #ffffff; text-decoration: underline;}
    .footer .footer-nav-link:hover{text-decoration: none;}
    .footer .copy{text-align: center; font-size: 1.2rem; color: #ffffff; padding: 10px 0;}


    /*---------------------------
    top
    ---------------------------*/
    .mv-outer{position: relative; width: 100%; height: 100%;}
    .mv-outer:after{content: ""; position: absolute; left: 0; top: 0; display: block; width: 100%; height: 100%; background-color: rgba(0,0,0,.03);}
    .mv-outer .mv-container{width: 100%; height: 100%;}
    .mv-outer .mv-wrapper{width: 100%; height: 100%;}
    .mv-outer .mv-slide{width: 100%; height: 100%; background: no-repeat center center; background-size: cover;}
    .mv-outer .mv-slide01{background-image: url("img/slide_01.jpg");}
    .mv-outer .mv-slide02{background-image: url("img/slide_02.jpg");}
    .mv-outer .mv-slide03{background-image: url("img/slide_03.jpg");}
    .mv-outer .mv-slide04{background-image: url("img/slide_04.jpg");}
    .mv-outer .mv-pagination{bottom: 20px;}
    .mv-outer .mv-pagination .swiper-pagination-bullet{width: 10px; height: 10px; margin: 0 8px;}
    .mv-outer .catch-outer{top: calc(50% + 30px);}
    .mv-outer .catch{padding: 0 16px; box-sizing: border-box; font-size: 1.8rem; line-height: 24px;}

    .flow{margin-top: 20px; padding: 20px;}
    .flow .flow-item{display: block; margin-bottom: 20px;}
    .flow .flow-item:last-child{margin-bottom: 0;}
    .flow .flow-icon-box{width: 60px; height: 60px; margin: 0 auto 15px;}
    .flow .flow-icon{width: 30px; height: 30px;}
    .flow .flow-txt-box{width: 100%;}
    .flow .flow-ttl{margin-bottom: 10px; font-size: 1.8rem; line-height: 24px;}
    .flow .flow-txt{font-size: 1.6rem; line-height: 1.5;}

    .contact-tel .contact-tel-outer{display: flex; justify-content: center;}
    .contact-tel .contact-tel-txt{font-size: 1.4rem; line-height: 1.5;}

    .news-block .news-item{display: block; margin-bottom: 10px;}
    .news-block .news-item:last-child{margin-bottom: 0;}
    .news-block .date{display: block; margin: 0 0 5px; font-size: 1.6rem; line-height: 1.5;}
    .news-block .news-item-ttl{width: 100%; font-size: 1.6rem; line-height: 1.5;}


    /*---------------------------
    contact
    ---------------------------*/
    .contact .privacy-box{margin-bottom: 40px; padding: 20px;}
    .contact .privacy-txt{font-size: 1.6rem; line-height: 1.5;}

    .form-block .form-item{display: block;}
    .form-block .form-item-ttl{width: 100%; font-size: 1.6rem; line-height: 1.5; padding-top: 0; margin-bottom: 5px;}
    .form-block .form-item-cont{width: 100%; font-size: 1.6rem; line-height: 1.5;}
    .form-block .input01,
    .form-block .input02,
    .form-block .textarea{padding: 8px; font-size: 1.6rem; line-height: 1.5;}
    .form-block .input02{width: 150px;}
    .form-block .textarea{height: 200px;}
    .contact  .form-btn{display: block; margin-top: 40px;}
    .contact  .btn-send{max-width: 300px; width: 100%; height: 48px; margin: 0 auto; font-size: 1.6rem;}
    .contact  .btn-edit{max-width: 300px; width: 100%; height: 48px; margin: 10px auto 0; font-size: 1.6rem;}


    .page-ttl{font-size: 2.4rem; margin-bottom: 32px;}
    .block{padding: 40px 16px;}
    .section{padding-top: 40px;}
    .section:first-of-type{padding-top: 0;}
    .sec-ttl{margin-bottom: 20px; font-size: 2rem; line-height: 1.5;}
    .txt{font-size: 1.6rem; line-height: 1.5;}
    .num-list .num-item{font-size: 1.6rem; line-height: 1.5;}
    .dot-list .dot-item{font-size: 1.6rem; line-height: 1.5;}
    .small-box{padding: 20px;}
    .small-box .small-box-ttl{font-size: 1.6rem; line-height: 1.5;}
    .img-box{margin-top: 20px;}

    .mv-under{padding-top: 60px;}

    .breadcrumb{padding: 10px 16px;}
}
