@charset "utf-8";
/*-------------------------------
	基本設定
-------------------------------*/

* {
    box-sizing: border-box;
    word-wrap: break-word;
}

/*html {
    font-size: 62.5%;
}*/

body {
    width: 100%;
    overflow-x: hidden;
    font-size: 16px;
    /*color: #363636;*/
    color:#777;
    -webkit-text-size-adjust: 100%;
   /*font-family: 'Noto Sans CJK JP', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;*/
   font-family: /*"Futo Min A101",*/"游明朝", "YuMincho", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    letter-spacing: 0.15em;
    line-height: 1.875;
}
h2,
h3,
th,
nav a{
    color:#000;
}

img {
    width: 100%;
    border: 0;
    vertical-align: bottom;
}
/*
table th {
    text-align: center;
    font-size: 18px;
    padding-top: 37px;
    padding-bottom: 37px;
    border: 1px solid #324A2B;
    background-color: #EDF3EB;
}

table td {
    font-size: 18px;
    padding-top: 34.5px;
    padding-bottom: 34.5px;
    vertical-align: middle;
    border: 1px solid #324A2B;
}
*/

.row{
    display:flex;
    flex-direction: row;
}
.column{
    display:flex;
    flex-direction: column;
}
.pc{
    display:block;
}
.sp{
    display:none;
}
/*====================================================================
slick
====================================================================*/

html, body {
    margin: 0;
    padding: 0;
}

* {
    box-sizing: border-box;
}

.sliderArea {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 25px;
}

.sliderArea.w300 {
    max-width: 300px;
}

.slick-slide {
    margin: 0;
}

.slick-slide img {
    width: 100%;
    height: 478px;
    object-fit: cover;
}

.slick-prev, .slick-next {
    z-index: 1;
}

.slick-prev:before, .slick-next:before {
    color: #000;
}

.slick-slide {
    transition: all ease-in-out .3s;
    opacity: .2;
}

.slick-active {
    opacity: 1;
}

.slick-current {
    opacity: 1;
}

.thumb {
    margin: 20px 0 0;
}

.thumb .slick-slide {
    cursor: pointer;
}

.thumb .slick-slide:hover {
    opacity: .7;
}

/*====================================================================
js-animation
====================================================================*/

.js-animation {
    opacity: 0;
    visibility: hidden;
    transform: translateY(60px);
    transition: all 1s;
}

.js-animation.is-show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}

/*====================================================================
page_top
====================================================================*/

#page_top {
    width: 50px;
    height: 50px;
    position: fixed;
    right: 5%;
    bottom: 7%;
    background: #6ebc4f;
    opacity: 0.6;
    border-radius: 50%;
    z-index: 111;
}

#page_top a {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    text-decoration: none;
}

#page_top a::before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f062';
    font-size: 25px;
    color: #fff;
    position: absolute;
    width: 20px;
    height: 45px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
}

/*-----　ボタン-------*/

.btn {
    width: 250px;
    line-height: 60px;
    text-align: center;
    display: block;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
}

.btn-grn {
    border: 1px solid #6ebc4f;
    background-color: #6ebc4f;
    color: #fff;
    transition: .3s;
}

.btn-grn:hover {
    border: 1px solid #6ebc4f;
    background: #fff;
    color: #6ebc4f;
    transition: .4s;
}

.btn-yel {
    border: 1px solid #f2bb23;
    background-color: #f2bb23;
    color: #fff;
    transition: .4s;
}

.btn-yel:hover {
    color: #f2bb23;
    background: #fff;
    transition: .4s;
}

.btn-row {
    /* 追加 */
    display: flex;
}

.btn-row .btn {
    margin-left: 10px;
    margin-right: 10px;
}

.btn--s {
    display: inline-block;
    border: 1px solid;
    text-align: center;
    font-size: 14px;
    padding: 0 2em;
}

.btn5 {
    /* 追加 */
    border: 1px solid #ec9c3d;
    background-color: #ec9c3d;
    color: #fff;
    transition: .4s;
}

.mask_wrap {
    display: table;
    overflow: hidden;
}

.mask-wrap .mask {
    display: table;
    position: relative;
    margin-bottom: .25em;
    left: 0%;
    overflow: hidden;
}

.mask-wrap .mask-bg {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
}

/*-------------------------------
	ヘッダー
-------------------------------*/
.hamburger{
    display:none;
}
.header {
    padding-bottom: 15px;
}

.header__inner {
    width:100%;
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 20px;
    /*padding-right: 50px;*/
    padding-left: 50px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    position:relative;
}
.header__inner .tel-anchor{
    position:absolute;
    top:30px;
    right:0;
}
.h_logo {
    max-width: 300px;
    width: 100%;
}

/*-------------------------------
	ナビ
-------------------------------*/
.main-nav{
    padding-top:90px;
}
.nav {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
}

.nav__inner {
    display: flex;
    flex-flow: row wrap;
    align-items: start;
    justify-content: flex-end;
}

.nav__item {
    white-space: nowrap;
    position:relative;
    width:fit-content;
    height:fit-content;
}

.nav__link {
    margin-right: 20px;
    margin-left: 20px;
    display: inline-block;
    position: relative;
    /*font-weight: bold;*/
    text-decoration: none;
}

.tel__area {
    display: flex;
    justify-content: flex-end;
    text-align: center;
    margin-right: 20px;
}

.tel__img-wrapper {
    display: flex;
    justify-content: center;
    min-width: 24px;
}

.tel__body {
    display: flex;
    flex-direction: column;
}

.tel-link {
    font-size: 24px;
    /*font-weight: bold;*/
    color: #72bf54;
    /*font-family: "UD Digi Kyokasho N-R";*/
    display: inline-block;
}

.tel-info {
    padding: 5px 20px;
    font-size: 14px;
    color: #fff;
    border: 1px solid #72bf54;
    border-radius: 30px;
    background-color: #72bf54;
}
.nav__link:hover{
    opacity:.8;
}
@media screen and (min-width:768px){
    .nav__item ul{
        display:none;
        width:fit-content;
        height:fit-content;
        position:absolute;
        top:-100%;
        z-index:600;
        background:rgba(255,255,255,.8);
        transition: all .6s;
    }
    .nav__item:hover ul,
    .nav__item ul:hover{
        display:flex;
        flex-direction: column;
        width:fit-content;
        height:fit-content;
        position:absolute;
        top:30px;
        padding:15px 0 0;
    }
    .nav__item:hover ul li{
    display: block;
    position: relative;
    /*font-weight: bold;*/
    text-decoration: none;
    position:relative;
    width:100%;
    height:fit-content;
    }
    .nav__item:hover ul li a{
        font-size:14px;
        color:#999;
        text-align:left;
        display:block;
        width:100%;
        height:3em;
        line-height:3em;
    }
    .nav__item:hover ul li:hover{
        background:rgba(0,0,0,.1);
    }
}

/*-------------------------------
	メイン
-------------------------------*/

.mainvisual {
    height: auto;
    width: 100%;
}

.mainvisual__inner {
    width:100%;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
}
.slick-arrow{
    display:none!important;
}

/*-------------------------------
	sec
-------------------------------*/

.sec {
    padding-left: 20px;
    padding-right: 20px;
}

.sec__inner {
    width:100%;
    max-width: 1200px;
    margin: 0 auto;
}

.main__ttl {
    font-size: 30px;
    line-height: 1.6;
    padding-bottom: 1em;
    color:#000;
}

.main__sub-ttl {
    font-size: 22px;
    line-height: 1.6;
    padding-bottom: 1em;
}

.sec__desc {
    padding: 50px 150px 120px 80px;
}

.sec__ttl-area {
    padding-top: 40px;
    margin-bottom: 40px;
    display: flex;
}

.ttl_number {
    color: #6ebc4f;
    font-size: 80px;
    font-weight: 900;
    line-height: .6;
    font-family: Yu Gothic UI;
}

.ttl_box {
    display: flex;
    flex-direction: column;
    margin-left: 16px;
}

.sec__subttl {
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
}

.sec__ttl {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.5;
}

.sec__cnt {
    width:100%;
    display: flex;
    background: #fff;
}

.sec__cnt .btn {
    margin-top: 80px;
}

.cnt__img-wrapper {
    min-width: 200px;
    height: 100%;
    max-width: 400px;
}

.cnt__ttl {
    font-size: 24px;
    line-height: 1.3em;
    /*font-weight: bold;*/
    margin-bottom:1em!important;
    display:block;
}

.cnt__ttl span {
    /* 追加 */
    font-size: 18px;
    line-height: initial;
    /*font-weight: bold;*/
    color: initial;
    padding-top: 0;
    display: block;
    margin-bottom: 0.5em;
    font-weight: normal;
}

.cnt__desc {
    width: 100%;
    font-size: 16px;
    text-align: justify;
    line-height:2em;
}
#about .cnt__desc {
    min-width: 420px;
}

.cnt__btn-area {
    display: flex;
}

/*-------------------------------
	sec1
-------------------------------*/

.sec1 {
    margin-top: 80px;
    margin-bottom: 80px;
}

.sec1 .sec__inner {
    text-align: center;
    background: #fff;
}

.sec1 .nav {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    flex-direction: row;
}

.sec1 .nav .nav__link {
    background-color: #72bf54;
    width: 320px;
    margin-top: 40px;
    margin-left: 12px;
    margin-right: 12px;
    font-size: 18px;
    text-shadow: 0 0 20px #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

/*-------------------------------
	sec2
-------------------------------*/

.sec2 {
    margin-top: 15vh;
    padding-bottom: 15vh;
    position: relative;
    z-index: 0;
}

.sec2::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    /*四角形を傾けます*/
    transform: skewY(-7deg);
    transform-origin: bottom left;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: #e2f1dc;
}

.sec2 .sec__cnt {
    width:100%;
    max-width: 1000px;
    margin: 0 auto 60px;
    padding: 60px;
    border-radius: 30px;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.sec2 .sec__cnt:nth-child(odd) {
    flex-direction: row-reverse;
}

.sec2 .sec__cnt a {
    margin-left: auto;
    margin-right: 80px;
    display: block;
}

.sec2 .sec__cnt:nth-child(odd) a {
    margin-left: 80px;
    margin-right: auto;
    flex-direction: row-reverse;
}

.sec2 .cnt__txt {
    width: 420px;
}

/*-------------------------------
	sec3
-------------------------------*/

.sec3 .cnt__img-wrapper {
    min-width: 360px;
    max-width: 360px;
    margin-left: 80px;
    margin-right: 80px;
}

.sec3 .cnt__txt {
    padding-left: 80px;
    padding-right: 80px;
    width: calc(100% - 360px - 160px);
    overflow: hidden;
}

.sec3 .sec__cnt:nth-child(even) {
    flex-direction: row-reverse;
    align-items: center;
}

.sec3 .sec__ttl-area {
    margin-bottom: 40px;
}

.sec3 .sec__cnt {
    margin-bottom: 120px;
    justify-content: space-between;
}

.sec3 .cnt__ttl {
    font-size: 40px;
    color: #72bf54;
    padding-top: 40px;
}

.sec3 .sec__cnt a {
    margin-right: 8px;
    display: block;
}

.sec3 .cnt__subttl {
    font-size: 28px;
    color: #72bf54;
    padding: 1em 0 0.5em
}

.sec3 .cnt__subttl:nth-of-type(2) {
    padding-top: 40px;
}

/*-------------------------------
	sec4
-------------------------------*/

.sec4 {
    margin-top: 15vh;
    padding-bottom: 15vh;
    position: relative;
    z-index: 0;
    /*color: #363636 !important;*/
}

.sec4::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    /*四角形を傾けます*/
    transform: skewY(-7deg);
    transform-origin: bottom left;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: #e2f1dc;
}

.sec4 .sec__cnt {
    padding: 60px;
    margin-bottom: 20px;
    align-items: center;
    background: none;
}

.sec4 .news__cnt {
    margin-left: 80px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    position: relative;
}

.sec4 .card__img-wrapper {
    margin-right: 20px;
    width: 280px;
    height: 174px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sec4 .card__img-wrapper img {
    padding: 5px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sec4 .news__date {
    font-size: 20px;
}

.sec4 .news__txt {
    font-size: 24px;
    margin: 10px 0;
}

/*-------------------------------
	sec5
-------------------------------*/

.sec5 {
    margin-top: -10vh;
    position: relative;
    z-index: 1;
}
.sec5 .sec__ttl-area {
    margin-bottom: 80px;
}

.sec5 .sec__cnt {
    margin-bottom: 40px;
}

.sec5 .cnt__ttl {
    font-size: 40px;
    color: #72bf54;
    padding-top: 40px;
}

.sec5 .sec__cnt {
    padding-bottom: 80px;
    flex-direction: column;
}

.sec5 .sec__cnt a {
    margin-right: 8px;
    display: block;
}

.sec5 .sec__cnt .company__msg {
    font-size: 20px;
    padding-bottom: 40px;
    text-align: center;
}

.sec5 .sec__cnt .company__table {
    width: 900px;
    margin: 0 auto;
}

.sec5 .sec__cnt .company__table th {
    padding-top: 37px;
    padding-bottom: 37px;
    background: none;
    border: none;
    font-weight: normal;
}

.sec5 .sec__cnt .company__table td {
    padding-top: 34.5px;
    padding-bottom: 34.5px;
    vertical-align: middle;
    border: none;
    padding-left: 10em;
}

.sec5 .sec__cnt .company__table tr {
    border-bottom: 1px solid #6c6e6c;
}



/*-------------------------------
    distributor
-------------------------------*/
#distributor{
    width:100%;
    height:fit-content;
    position:relative;
    padding-bottom:150px;
    overflow: hidden;
}
#distributor::before{
    content:"";
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    z-index:-1;
    background-image:url(../images/product/img11.jpg);
    background-repeat: no-repeat;
    background-size:cover;
    filter:blur(2px);
}
#distributor .sec__cnt {
    position:relative;
    width: 60%;
    display:block;
    background: #fff;
    padding: 80px 80px 180px;
    box-sizing: border-box;
    background: rgba(255,255,255,.9);
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
#distributor .sec__cnt .btn{
    margin:20px auto 0;
    position:absolute;
    right:0;
    left:0;
    bottom:100px;
}
#distributor .sec__ttl{
    color:white;
}
@media screen and (max-width : 947px ){
    #distributor{
        padding-bottom: 100px;
    }
    #distributor .sec__cnt .btn{
        position: absolute;
    margin: auto;
    bottom: 14vw;
    right: 0;
    left: 0;
    }
    .link__item {
        margin:0;
    }
    #distributor .sec__cnt{
        position:relative;
       padding: 10vw 5vw 37vw 8vw!important
    }
}

/*-------------------------------
	sec6
-------------------------------*/

/* .sec6 .googlemap {
    display: flex;
    justify-content: center;
    align-items: center;
}
 */

.googlemap {
    position: relative;
    padding-bottom: 480px;
    height: 0;
    overflow: hidden;
}

.googlemap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

/*-------------------------------
	sec7
-------------------------------*/

.sec7 {
    margin-top: 80px;
    margin-bottom: 80px;
}

.link__area {
    display: flex;
    justify-content: center;
    align-items: center;
}

.link__item {
    margin-left: 20px;
    margin-right: 20px;
}

.link__area button {
    margin-left: 30px;
}





/* ======================================================
               footer
====================================================== */

footer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

footer .f-nav {
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: normal;
    display: flex;
    color: #333;
}

footer small {
    width: 100%;
    height: 40px;
    background: #6ebc4f;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* ======================================================
               denkaisui
====================================================== */

#denkaisui .mainvisual {
    height: 350px;
    background-image: url("./images/image-feat2img_5e7946daea3af.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

#denkaisui h1 {
    padding: 5px 40px;
    font-size: 36px;
    letter-spacing: .2em;
    color: #fff;
    background-color: rgba(110, 188, 79, 0.5);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

#denkaisui .sec {
    margin-top: 80px;
    margin-bottom: 80px;
}

#denkaisui .sec__inner {
    text-align: center;
    background: #fff;
}

#denkaisui .sec__title {
    display: inline-block;
    margin-bottom: 2em;
    font-size: 30px;
    /*background: linear-gradient(transparent 60%, #e2f1dc 60%);*/
    background: rgb(226,241,220);
background: radial-gradient(circle, rgba(226,241,220,1) 0%, rgba(255,255,255,0) 100%);
}

#denkaisui .main__msg {
    width: 800px;
    padding-left: 3em;
    padding-bottom: 1em;
    margin: 0 auto;
    text-align: left;
}

#denkaisui .sec img {
    width: 700px;
    margin-top: 40px;
}

#denkaisui .img__row {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

#denkaisui .img__row img {
    height: auto;
    object-fit: contain;
}

#denkaisui .img__row img:first-of-type {
    width: 200px;
}

/* ======================================================
             taisaku
====================================================== */

#taisaku .mainvisual {
    height: 350px;
    background-image: url("./images/image-feat2img_5e7946daea3af.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

#taisaku h1 {
    padding: 5px 40px;
    font-size: 36px;
    letter-spacing: .2em;
    color: #fff;
    background-color: rgba(110, 188, 79, 0.5);
    white-space: nowrap;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

#taisaku .sec {
    margin-top: 80px;
    margin-bottom: 80px;
}

#taisaku .sec__inner {
    text-align: center;
    background: #fff;
}

#taisaku .sec__title {
    display: inline-block;
    margin-bottom: 2em;
    font-size: 30px;
    /*background: linear-gradient(transparent 60%, #e2f1dc 60%);*/
    background: rgb(226,241,220);
background: radial-gradient(circle, rgba(226,241,220,1) 0%, rgba(255,255,255,0) 100%);
}

#taisaku .main__msg {
    width: 800px;
    padding-left: 3em;
    padding-bottom: 1em;
    margin: 0 auto;
    text-align: left;
}

#taisaku .sec img {
    width: 900px;
    margin-top: 40px;
}

#taisaku .img__row {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

#taisaku .img__row img {
    height: auto;
    object-fit: contain;
}

#taisaku .img__row img:first-of-type {
    width: 200px;
}

/* ======================================================
             safety
====================================================== */

#safety .mainvisual {
    height: 350px;
    background-image: url("./images/image-feat2img_5e7946daea3af.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

#safety h1 {
    padding: 5px 40px;
    font-size: 36px;
    letter-spacing: .2em;
    color: #fff;
    background-color: rgba(110, 188, 79, 0.5);
    white-space: nowrap;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

#safety .sec {
    margin-top: 80px;
    margin-bottom: 80px;
}

#safety .sec__inner {
    text-align: center;
    background: #fff;
}

#safety .sec__title {
    display: inline-block;
    margin-bottom: 2em;
    font-size: 30px;
    /*background: linear-gradient(transparent 60%, #e2f1dc 60%);*/
    background: rgb(226,241,220);
background: radial-gradient(circle, rgba(226,241,220,1) 0%, rgba(255,255,255,0) 100%);
}

#safety .main__msg {
    width: 800px;
    padding-left: 3em;
    padding-bottom: 1em;
    margin: 0 auto;
    text-align: left;
}

#safety .sec img {
    width: 800px;
}

#safety .img__row {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

#safety .img__row img {
    height: auto;
    object-fit: contain;
}

#safety .img__row img:first-of-type {
    width: 200px;
}



/* ======================================================
             ハンバーガーとナビメニュー//sp
====================================================== */
@media screen and (max-width : 947px ){
    .hamburger {
        display: block;
        position: absolute;
        z-index: 503;
        right: 20px;
        top: 0;
        width: 12vw;
        height: 12vw;
        min-width:50px;
        min-height:50px;
        cursor: pointer;
        text-align: center;
    }
    .hamburger .mascot{
        width:calc(100% - 20px);
        height:calc(100% - 20px);
        display:block;
        margin:7px auto 13px;
        background-image: url(../images/arukun.png);
        background-size:contain;
        background-position: center;
        background-repeat: no-repeat;
    }
    .hamburger.active .mascot{
        background-image: url(../images/sanchan.png); 
    }
    .hamburger span {
        display: block;
        position: absolute;
        width: 23px;
        height: 3px;
        left: 16px;
        background: #555;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
        transform-origin: right;
    }
    .hamburger span:nth-child(1) {
        top: 10px;
    }
    .hamburger span:nth-child(2) {
        top: 18px;
    }
    .hamburger span:nth-child(3) {
        top: 26px;
    }
    .hamburger p {
        width: 56px;
        text-align: center;
        font-size: 10px;
        line-height:1em;
        color: #777;
        position: absolute;
        bottom: 3px;
        font-family:'Noto Sans CJK JP', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    }
    /* ナビ開いてる時のボタン */
    .hamburger.active span:nth-child(1) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .hamburger.active span:nth-child(3) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .hamburger.active span:nth-child(2) {
        opacity: 0;
    }
.header{
    background:white;
    width:100%;
    height:12vw;
    min-height:50px;
    z-index:600;
    position:fixed;
    top:0;
    box-shadow: 0px 8px 16px -2px rgba(10,10,10,0.1), 0px 0px 0px 1px rgba(10,10,10,0.02);
}
.header_back{
    width: 100%;
    height:12vw;
    min-height:50px;
    position:relative;
    top:0;
    z-index:-1;
}

.main-nav {
    display: block;
    /* justify-content: flex-end; */
    flex-direction: column;
    width: 100%;
    background: rgba(255,255,255, .8);
    position: fixed;
    top: -300%;
    left: 0;
    z-index:-1;
    height: 100%;
    overflow:scroll;
    justify-content: center;
    transition:top .4s;
    padding:12vw 0;
}
.blur{
    filter:blur(5px);
}
.main-nav.active{
    top:0;
}
.nav__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content:center;
    padding:4vh 0; 
    margin-top: 20vw;   
}
header .nav__item {
    padding: 3vh 0;
    font-size: 3vh;
}
header .nav__item a{
    color:#000;
}
header .nav__item ul{
    display: flex;
    flex-direction: column;
    position:relative;
    top:0;
    background:transparent;
    width:fit-content;
    margin:0 auto;
}
header .nav__item ul a {
    color: #999;
    text-align: center;
    font-size: 3vw;
    line-height: 3em;
    margin: 0;
}
.h_logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 40vw;
    padding: 10px;
}
.header__inner {
    width:100%;
    padding:0;
    margin:0;
    height:12vw;
    min-height:50px;
    background:#fff;
}
.header__inner a{
    width:100%;
    display:block;
    height:fit-content;
    margin: 0;
    text-align: center;
}
.tel__area {
    display: flex;
    flex-direction: column;
    width:fit-content;
    margin:15vw auto;
    /* justify-content: flex-end; */
    text-align: center;
    /* margin-right: 20px; */
}
.tel-link {
    font-size: 13px;
}
.tel-info {
    padding: 5px 20px;
    font-size: 10px;
    margin: 0 auto;
    display: block;
}
.nav__banner{
    width:50%;
    margin:0 auto;
    display:block;
}
.nav__banner li{
    width:100%;
    height:auto;
    padding:5px 0;
}
}
/* ======================================================
             front-page//sp
====================================================== */
@media screen and (max-width : 947px ){
    body{
        width:100%;
        overflow-x: hidden;
        position:relative;
        font-size:14px;
    }
    .sp{
        display:block;
    }
    .pc{
        display:none;
    }

    .main__ttl{
        font-size:20px;
    }
    .sec__ttl {
        font-size:24px;
        margin:0.3em 0 0.5em;
    }
    .cnt__ttl{
        font-size:20px;
        padding-top:0.5em;
    }
    .cnt__ttl span{
        font-size:10px;
        padding-top:1em;
        font-family:'Noto Sans CJK JP', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    }
    .mask-wrap{
        overflow:visible;
    }
    .main__sub-ttl{
        font-size:16px;
    }
    .sec__subttl{
        padding:0.5em 0 0;
    }
    .cnt__desc{
        font-size:14px;
    }
    .sec3 .cnt__txt {
    padding-left: 0;
     padding-right: 0;
    }
    .sec3 .cnt__subttl {
        font-size: 20px;
        padding-bottom:1em;
    }
    .sec5 .sec__cnt .company__msg {
        font-size: 16px
    }
    img{
        min-width:unset;
        max-width:100%;
        display:inline-block;
        height:auto;
        vertical-align: bottom;
    }
    .pc{
        display:none;
    }
    .sp{
        display:block;
    }
    .sec__cnt {
        width: 100%!important;
        flex-direction:column!important;
        align-items:center!important;
        padding:5vw 5vw 8vw 5vw!important;
        letter-spacing: normal;
    }
    .cnt__txt {
        width: 100%!important;
    }
    .cnt__img-wrapper{
        margin:0 auto!important;
        width:50%!important;
        min-width:unset!important;
        max-height:100vw;
        display:block;
        height:fit-content;
    }
    .sec2 .cnt__img-wrapper {
        margin: 0 auto!important;
        width: auto!important;
        height: 40vw!important;
        min-width: unset!important;
        /* max-height: 100vw; */
        display: block;
        height: fit-content;
        position: absolute;
        top: -20vw;
    }
    .sec2 .cnt__img-wrapper img{
        width:auto;
        height:100%;
    }
    .sec2 .cnt__txt {
        padding-top: 20vw;
    }
    .sec2 .sec__cnt {
        margin: 30vw auto 0;
    }
    .sec__ttl-area {
        padding-top: 40px;
        margin-bottom: 0;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .ttl_box {
        display: flex;
        flex-direction: column;
        /* margin-left: 16px; */
        margin: 10px 0 0;
    }
    .sec3 .cnt__ttl {
        font-size:30px;
        color: #72bf54;
        padding-top:0;
    }
    #about .cnt__desc {
        min-width: unset;
    }
    .cnt__ttl{
        margin:0;
    }
    .sec5 .sec__cnt .company__table {
        width: 100%;
    }
    .sec5 .sec__cnt .company__table th{
        width:6em!important;
    }
    .sec5 .sec__cnt .company__table td{
        padding-left:0;
    }
    .slick-slide img {
        width: 100%;
        height: 30vw;
    }
    .btn-row {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-top:40px;
    }
    .sec2 .sec__cnt a{
        display: block;
        width: fit-content!important;
        min-width:200px;
        margin: 20px auto!important;
        padding: 0 3em!important;
    }
    .sec__cnt .btn{
        margin-top:20px;
    }
    .slick-arrow{
        display: none!important;
    }
    .sec4 .news__cnt {
        margin-left:0;
        align-items: flex-start;
    }
    .sec4 .card__img-wrapper {
        width:30vw;
        background:#e2f1dc;
        align-items: flex-start;
        height: fit-content;
    }
    .btn--s {
        font-size: 10px;
        line-height: 1.1em;
        padding: 0 2em;
    }
    .news__cnt dl{
        display:flex;
        flex-direction: column;
    }
    .news__date dl .news__txt{
        order:1;
    }
    .news__cnt dl .news__date{
        order:2;
    }
    .news_wrap{
        padding:60px 0;
    }
    .btn5{
        width: fit-content;
        order:3;
    }
    .sec4 .news__date {
        font-size: 12px;
    } 
    .sec4 .news__txt {
        font-size: 18px;
        line-height: 1em;
        margin:0 0 0.3em 0;
    }
     .link__area{
        display:flex;
        flex-direction: column-reverse;
        align-items:center;
    }
    .sec7 .link__item {
        padding: 15px 0;
    }
    .sec7 {
        margin-top: 80px;
        margin-bottom:0;
    }
    footer{
        position:relative;
        background: #e2f1dc;
        margin-top:20vw;
        padding-top:10vw;
    }
    footer .nav__item {
        padding: 5vw 0;
        font-size: 5vw;
    }
    footer small {
        width: 100%;
        height: 50px;
        background: #6ebc4f;
        color: #fff;
        display: block;
        justify-content: center;
        align-items: center;
        position: relative;
    }
    footer .nav__inner{
        margin-top:0;
        color:#6ebc4f;
    }
}


/* ======================================================
               denkaisui
====================================================== */
@media screen and (max-width : 948px ){
    .mainvisual{
        width:100vw;
        height:100vw;
    }
    .mainvisual img{
        width:100%;
        height:100%;
        object-fit: cover;
    }
    /*
    .mainvisual__inner {
        background-color: rgba(110, 188, 79, 0.5);
        position: absolute;
        bottom: 0;
        top: 0;
        right: 0;
        left: 0;
        margin: auto;
        display: block;
        width: fit-content;
        height: fit-content;
    }
    */
    #denkaisui .main__msg,
    #safety .main__msg,
    #taisaku .main__msg {
        padding-left:0;
        padding-bottom: 1em;
        margin: 0 auto;
        text-align: left;
        width: 100%;
    }

    #denkaisui .mainvisual,
    #safety .mainvisual,
    #taisaku .mainvisual{
        transform: translate(0, 0); -webkit-transform: translate(0, 0); -moz-transform: translate(0, 0);
    }
    
    #denkaisui h1,
    #safety h1,
    #taisaku h1{
        background:transparent!important;
        letter-spacing: normal;
        font-size: 20px;
        text-align: center;
        color: #fff;
        display: block!important;
        /* height: 100%; */
        position: relative;
        line-height: 1em;
        padding:0;
        width:max-content!important;
        height:fit-content;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%);    
    }
    #denkaisui h1::before,
    #safety h1::before,
    #taisaku h1::before{
        content:"";
        width:calc(100% + 80px);
        height:200%;
        display:block;
        z-index:-1;
        position:absolute;
        top:-50%;
        left:-40px;
        background-color: rgba(110, 188, 79, 0.5);
    }

    #denkaisui .sec__title,
    #safety .sec__title,
    #taisaku .sec__title {
        display: block;
        margin-bottom: 2em;
        font-size: 18px;
        /*background: linear-gradient(transparent 60%, #e2f1dc 60%);*/
        background: rgb(226,241,220);
background: radial-gradient(circle, rgba(226,241,220,1) 0%, rgba(255,255,255,0) 100%);
        width: 100%;
        height: fit-content;
        padding: 0.5em 0;
    }
    #denkaisui .sec,
    #safety .sec,
    #taisaku .sec{
        margin-top:0;
        padding-top:0;
    }
}