@charset "utf-8";
/*--------------------------------------------
All
---------------------------------------------*/
html {
    scroll-behavior: smooth;
}
/*print*/
@media print {
    a[href]:after {
      content: "" !important;
    }
    abbr[title]:after {
      content: "" !important;
    }
}

/*===== FONT =====*/
body{
    font-family: 'Noto Sans JP', sans-serif !important;
    color: #2a2b31 !important;
}
html,body {
    font-size: 16px;
}
h1, h2, h3, h4, h5, h6,p,code, kbd, pre, samp,table{
    font-family: 'Noto Sans JP', sans-serif !important;
}
p,span,li,th,tr,label{
    font-size: 1rem;
    letter-spacing: .3px;
}
@media screen and (max-width:991px){
    p,span,li,th,tr,label{
        font-size: .875rem;
    }
}
h1{
    margin: 0 !important;
}
h1, h2, h3, h4, h5, h6{
    text-align: justify;
}
h2{
    font-size: 3rem !important;
    font-weight: bold !important;
}
h4,h5,h6{
    margin-bottom: 0 !important;
}
h3{
    font-size: 3rem !important;
    font-weight: bold !important;
}
p{
    margin: 0 !important;
    text-align: justify;
}
ul{
    list-style: none;
    margin-bottom: 0 !important;
    margin: 0;
    padding: 0;
}
.en{
    font-family: "Poppins", sans-serif !important;
    font-weight: bold;
}
.en02{
     font-family: "Afacad", sans-serif !important;
}
.en03{
    font-family: "Roboto Condensed", sans-serif !important;
}
/*aタグ*/
a,.widget a,.widget a:hover{
    color: unset!important;
    text-decoration: none;
    outline: none;
}
a:focus, *:focus {
    outline:none!important;
}
a:visited{
    text-decoration: none;
    outline: none;
    color: unset;
}
a:focus, *:focus {
    outline:none;
}
a:hover {
    opacity: .8;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    text-decoration: none !important;
    outline: none;
}
/*display*/
.display-48{
     font-size: 3rem ;
}
.display-40 {
    font-size: clamp(1.25rem, 2.5vw, 2.5rem) !important;
}
.display-36 {
    font-size: clamp(1.5rem, 2.25vw, 2.25rem);
}
.display-28 {
   font-size: clamp(1rem, 1.75vw, 1.75rem);
}
.display-24 {
   font-size: clamp(1rem, 1.5vw, 1.5rem);
}
.display-20 {
    font-size: clamp(1rem, 1.25vw, 1.25rem);
}
.display-18 {
    font-size: clamp(1rem, 1.0625vw, 1.065rem);
}
.display-14{
    font-size: clamp(0.875rem, 0.875vw, 0.875rem);
}
.display-12{
    font-size: clamp(0.75rem, 0.75vw, 0.75rem);
}

/*line-height*/
li,h1,h2,h3,h4,h5,h6{
    line-height: 1.3 !important;
}
.line01{
    line-height: 1 !important;
}
.line015{
    line-height: 1.5 !important;
}
.line018{
    line-height: 1.8 !important;
}
.line02{
    line-height: 2 !important;
}
@media screen and (max-width:991px){
    .line02{
        line-height: 1.8 !important;
    }
}
/*font-weight*/
.font-weight-sbold{
    font-weight: 500;
}
/*縦文字*/
.writing{
      writing-mode: vertical-rl;
}

/*===== COLOR =====*/
/*text*/
.text-key{
    color: #005E26;
}
.text-key02{
    color: #04913D;
}
/*background*/
.bg-key{
    background-color: #0AA924;
}
.bg-key02{
    background-color: #F0FBEB;
}
.bg-key03{
    background-color: #8fdd65;
}
.bg-black{
    background-color: #000;
}
.bg-grade{
    background: #88DE7C;
    background: linear-gradient(180deg, rgba(136, 222, 124, 1) 0%, rgba(135, 229, 160, 1) 50%, rgba(125, 226, 182, 1) 100%);
}
.bg-gray{
    background-color: #F1F2EF;
}
/*======= btn ======*/
/*more_btn*/
.more_btn_wrapper{
    display: flex;
    justify-content: center;
}
.more_btn{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    color: #fff !important;
    background-color: #000;
    min-width: 280px;
    border-radius: 3rem;
    padding: 1.5rem 4.5rem;
    min-width: 280px;
}
.more_btn::after {
     content: "";
    background: url(../images/btn_icon.png) right top/cover no-repeat;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    right: 7%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    font-size: .8rem;
    color: #fff;
}
.more_btn:hover{
    opacity: .8;
    transition: all 0.3s ease;
}
.more_btn:hover p{
    color: #000 !important;
}
.more_btn:hover::after{
    color: #000 !important;
}
.more_btn p{
    letter-spacing: .04rem;
    font-weight: 500;
    color: #fff;
}
@media screen and (max-width:576px) {
    .more_btn{
        padding: .8rem 2.5rem;
        min-width: 228px;
    }
}
/*more_btn02*/
.more_btn.more_btn02{
    background: #89CD3F;
    background: linear-gradient(90deg,rgba(137, 205, 63, 1) 0%, rgba(137, 205, 63, 1) 0%, rgba(10, 158, 69, 1) 100%);
    color: #fff !important;
}
@media screen and (max-width:576px) {
    /*.more_btn.more_btn02{
        padding: 1.2rem 4.5rem;
    }*/
}
/*more_btn03*/
.more_btn.more_btn03{
    background-color: #FFF703;
    color: #000 !important;
    font-weight: bold;
}
.more_btn.more_btn03::after {
    background: url(../images/sub/btn_icon.png) right top/cover no-repeat;
}
/*more_btn04*/
.more_btn.more_btn04{
    background: #FFF703;
    color: #333 !important;
    font-weight: bold;
}
.more_btn.more_btn04::after,.more_btn.more_btn05::after {
    content: unset;
}
/*more_btn05*/
.more_btn.more_btn05{
    background: #FFD103;
    color: #333 !important;
    font-weight: bold;
}
/*next_btn*/
.next_btn{
    background: #04913D;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    transition: background 0.2s;
    display: flex !important;
    justify-content: center;
    align-items: center;
    color: #fff !important;
    font-size: 2.3rem;
    padding-bottom: .5rem;
}
@media screen and (max-width:480px){
    .next_btn {
        width: 40px;
        height: 40px;
    }
}

/*======= コンテンツ ======*/
.inner{
    padding: clamp(3.125rem, 6.25vw, 6.25rem) 0;
}
.sub_inner{
    padding: 3rem 0;
}
/*container*/
@media (min-width: 1200px) {
  .container {
    max-width: 1360px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .container {
    max-width: 1080px !important;
  }
}
@media screen and (max-width:991px) {
    .container {
        max-width: 900px !important;
    }
}
@media screen and (max-width:779px) {
     .container {
        padding: 0 1.25rem !important;
    }
}
@media screen and (max-width:480px) {
    .container {
        padding: 0 1rem !important;
    }
}
/*sub_container*/
@media (min-width: 1300px) {
  .sub_container {
    max-width: 1130px !important;
  }
}
@media (min-width: 992px) and (max-width: 1299.98px) {
  .sub_container {
    max-width: 980px !important;
  }
}
@media (max-width: 991.98px) {
  .sub_container {
    max-width: 700px !important;
  }
}
@media (max-width: 779.98px) {
  .sub_container {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
}
@media (max-width: 480px) {
  .sub_container {
    padding-left: 1.5rem !important;
    padding-right: 2rem !important;
  }
}

/*table*/
table{
    margin: 0;
    border: none;
}
th{
    padding: 1.3rem !important;
    border-bottom: .08rem solid #fff;
    border-top:unset!important;
    padding: 1.3rem !important;
    background-color: #B0E299;
    font-weight:normal;
    width:20%;
}
td{
    padding: 1.3rem !important;
    border-top: .08rem solid #fff !important;
    border-bottom: .1rem solid #F0FBEB;
    border-right: .06rem solid #fff;
    border-left: .06rem solid #fff;
    background-color: #fff;
}

.top th{
    border-radius: 1rem 0 0;
}
.top td{
    border-radius: 0 1rem 0;
}
.bottom th{
    border-radius: 0 0 0 1rem;
}
.bottom td{
    border-radius: 0 0 1rem;
}
@media screen and (max-width: 480px) {
    table.table01 th,  
    table.table01 td {
        display: block;
        width: 100%;
        box-sizing: border-box;
    }
    .top td,.bottom th{
        border-radius:unset;
    }
    td,th{
        padding: 1rem !important;
    }
}

/*z-index*/
.z-01{
    z-index:-1;
}
.z-1{
    z-index: 1;
}
.z-2{
    z-index: 2;
}

/*border*/
.border-key{
    border: 1px solid #04913D;
}
.border-bottom-key{
    border-bottom: 1px solid #04913D;
}

/*round*/
.round {
  border-radius: 1rem !important;
}
/*右上、左下*/
.raunded01{
    border-radius: 6rem 0;
}
.raunded02{
    border-radius: 1rem 0;
}
@media screen and (max-width:480px){
    .raunded01 {
      border-radius: 3rem 0;
    }
}

/*width*/
@media (min-width: 992px) {
  .w-lg-100 {
    width: 100%;
  }
}
@media (min-width: 576px) {
  .w-sm-50 {
    width: 50%;
  }
}
@media (min-width: 767px) {
  .w-md-100 {
    width: 100%;
  }
}

/*下層ページ*/
.bg_svg01{
	position: absolute;
	bottom: 0;
	z-index: -1;
	right: 0;
	height: 100vh;
}
@media screen and (max-width:991px){
	.bg_svg01{
		display: none;
	}
}
/*会社概要・採用情報*/
.bg_svg02{
    position: absolute;
    top: -25rem;
    z-index: -1;
    right: 0;
}
.bg_svg03{
position: absolute;
	top: -3rem;
	z-index: -1;
	left: 0;
}
#job .bg_svg03{
	bottom: 50%;
	top:unset;
}

/*--------------------------------------------
HEADER
---------------------------------------------*/
#header {
    position: fixed;
    z-index: 1000;
    width: 100%;
}
#header .header_logo a{
    background: #fff;
    padding: clamp(1rem, 1.6vw, 1.6rem);
    border-radius: 0 0 2rem;
}
#header .header_menu{
    background: #fff;
    padding: clamp(1rem, 1.5vw, 1.5rem) clamp(1.5rem, 2.5vw, 2.5rem);
    border-radius: 1.2rem;
    margin-right: .8rem;
    margin-top: .5rem;
}
#header .header_menu li{
    padding-right: clamp(1rem, 2vw, 2rem);
    font-weight: bold;
}
@media screen and (max-width:991px){
    #header .header_menu{
        padding: .3rem;
        border-radius: 50%;
        background-color: #0AA924;
    }
    #header .header_logo a{
        padding: 1.3rem 1rem;
    }
    #header .header_logo a img{
        width: 98px;
        height: 16px;
    }
}
/*== ハンバーガー ==*/
#nav-drawer {
    position: relative;
    align-items: center;
    display: none;
}
#nav-content .nav_inner {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
}
#nav-content .nav_inner ul li{
    padding: 1rem 0;
  border-bottom: 1px solid #D9D9D9;
}
#nav-drawer .header_nav_switch{
    cursor: pointer;
    width: 30px;
    height: 30px;
    user-select: none;
    transition: .4s ease;
    position: relative;
    right: 0;
    top: 0;
    margin:0;
    z-index: 9999;
}
/* メニュー展開時にハンバーガーアイコンを固定 */
#nav-input:checked ~ .header_nav_switch{
    background-color: #fff;
}
/* ハンバーガーアイコン */
#nav-drawer .hamburger_switch_line1,#nav-drawer .hamburger_switch_line1-before,#nav-drawer .hamburger_switch_line1_after{
    background: #fff;
    width: 20px;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    transition: .3s;
    content: "";
}
#nav-drawer .hamburger_switch_line1{
    transform: translate(-50%, -50%);
}
#nav-drawer .hamburger_switch_line1-before{
    transform: translate(-50%, -300%);
}
#nav-drawer .hamburger_switch_line1_after{
    transform: translate(-50%, 200%);
}
/* ハンバーガーアイコン･アニメーション */
#nav-drawer .header_nav_switch02{
    cursor: pointer;
    width: 30px;
    height: 30px;
    user-select: none;
    transition: .4s ease;
    position: absolute;
    right: 1rem;
    top: .8rem;
    margin: 0;
    z-index: 9999;
}
#nav-drawer .header_nav_switch02 .hamburger_switch_line1{
    width: 0;
}
#nav-drawer .header_nav_switch02 .hamburger_switch_line1-before{
    transform: rotate(45deg) translate(-35%, 325%);
    background: #04913D;
}
#nav-drawer .header_nav_switch02 .hamburger_switch_line1_after{
    transform: rotate(-45deg) translate(-35%, -325%);
    background: #04913D;
}
@media screen and (max-width:991px) {
    #nav-drawer {
        display: flex;
    }
}
/*チェックボックス等は非表示に*/
.nav-unshown {
    display:none;
}
/*アイコンのスペース*/
#nav-open {
    display: inline-block;
    width: 30px;
    height: 22px;
    vertical-align: middle;
}
/*ハンバーガーの形をCSSで表現*/
#nav-open span, #nav-open span:before, #nav-open span:after {
    position: absolute;
    height: 3px;/*線の太さ*/
    width: 25px;/*長さ*/
    border-radius: 3px;
    background: #555;
    display: block;
    content: '';
    cursor: pointer;
}
#nav-open span:before {
    bottom: -8px;
}
#nav-open span:after {
    bottom: -16px;
}
/*閉じる用の薄黒箇所*/
#nav-close {
    display: none;
    position: fixed;
    z-index: 99;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
    transition: .3s ease-in-out;
}
/*メニューの中身*/
#nav-content {
    overflow: auto;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: #fff;
    transition: .3s ease-in-out;
    -webkit-transform: translateX(105%);
    transform: translateX(105%);
}
#nav-content .nav-wrapper {
    width: 100%;
    /*ハンバーガー共通*/
    height: 70px;
    position: relative;
}
/*チェックがついたら表示させる*/
#nav-input:checked ~ #nav-close {
    display: block;
    opacity: .5;
}
#nav-input:checked ~ #nav-content {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    box-shadow: 6px 0 25px rgba(0,0,0,.15);
}
/* コンテンツカバー */
#header_nav1:checked ~ .header_nav_cover{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9997;
    background: rgba(3,3,3,.5);
    display: block;
}

/*--------------------------------------------
FOOTER
---------------------------------------------*/
#footer{
    padding: 4rem 0;
}
#footer .copy {
    border-top: 1px solid #666 !important;
    padding-top: 2rem;
}
