@charset "UTF-8";

/*-----------------------------------
    ベース
-----------------------------------*/
*, *::before, *::after {
    box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-size: 14px;
    line-height: 1.8em;
    color: #232323;
    background: #F5F7F5;
}

a {
    text-decoration: none;
    color: inherit;
    transition: opacity 0.3s;
}

a:hover {
    opacity: 0.75;
}

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

/*-----------------------------------
    レスポンシブ: タブレット (max-width: 840px)
-----------------------------------*/
@media screen and (max-width: 840px) {
    body {
        font-size: 13px;
        line-height: 1.6em;
    }
}

/*-----------------------------------
    ユーティリティ
-----------------------------------*/
.pc  { display: block; }
.tab { display: none; }
.sp  { display: none; }

.fs_en {
    font-family: 'Poppins', sans-serif;
}

.text_center { text-align: center; }
.text_left   { text-align: left; }

.contents_inner_1400 {
    width: 90%;
    max-width: 1400px;
    margin: 0 auto;
}
.contents_inner {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}
.inner{
    width: 90%;
    max-width: 1020px;
    margin: 0 auto;
}

/*-----------------------------------
    レスポンシブ: PC小 (max-width: 1280px)
-----------------------------------*/
@media screen and (max-width: 1280px) {
    .contents_inner {
        max-width: 85vw;
    }
}

/*-----------------------------------
    レスポンシブ: タブレット (max-width: 840px)
-----------------------------------*/
@media screen and (max-width: 840px) {
    .pc  { display: none; }
    .tab { display: block; }

    .contents_inner {
        width: 90%;
        max-width: 100%;
    }
}

/*-----------------------------------
    レスポンシブ: スマートフォン (max-width: 640px)
-----------------------------------*/
@media screen and (max-width: 640px) {
    .tab { display: none; }
    .sp  { display: block; }
}

/*-----------------------------------
    共通コンポーネント: 見出し
-----------------------------------*/
.h2_style {
    text-align: center;
    padding-bottom: 40px;
}
.h2_style img{
    margin-bottom: 7px;
}
#company_block .h2_style img, #contact_btm .h2_style img{
    margin-bottom: 11px;
}
.h2_style.h2_style--left {
    display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}
.h2_style .fs_en {
    display: block;
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #3faf37;
    margin-bottom: 10px;
}

.h2_style h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.3;
    color: #232323;
}

.h2_line {
    display: block;
    width: 23px;
    height: 2px;
    margin: 8px auto;
    background: #3faf37;
}

.h2_style--left .h2_line {
    margin: 8px 0;
}

.h2_style--white .fs_en {
    color: #fff;
}

.h2_style--white h2 {
    color: #fff;
}

.h2_style--white .h2_line {
    background: #fff;
}

#news_block .h2_style{
    position: relative;
    margin-bottom: 60px;
}
#news_block .h2_style::before{
    content: 'News';
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 0;
    font-family: 'Poppins', sans-serif;
    font-size: 180px;
    font-weight: 700;
    line-height: 1.5;
    color: rgba(63, 175, 55, 0.06);
    white-space: nowrap;
    pointer-events: none;
    transform: translate(-50%, -50%);
}
.company_card .h2_style {
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
}
#what_block .h2_style{
    position: relative;
    margin-bottom: 60px;
}
#what_block .h2_style::before{
    content: 'what';
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 0;
    font-family: 'Poppins', sans-serif;
    font-size: 180px;
    font-weight: 700;
    line-height: 1.5;
    color: rgba(63, 175, 55, 0.06);
    white-space: nowrap;
    pointer-events: none;
    transform: translate(-50%, -50%);
}
#outline_block .h2_style{
    position: relative;
    margin-bottom: 60px;
}
#outline_block .h2_style::before{
    content: 'Outline';
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 0;
    font-family: 'Poppins', sans-serif;
    font-size: 180px;
    font-weight: 700;
    line-height: 1.5;
    color: rgba(63, 175, 55, 0.06);
    white-space: nowrap;
    pointer-events: none;
    transform: translate(-50%, -50%);
}
#history_block .h2_style{
    position: relative;
    margin-bottom: 60px;
}
#history_block .h2_style::before{
    content: 'History';
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 0;
    font-family: 'Poppins', sans-serif;
    font-size: 180px;
    font-weight: 700;
    line-height: 1.5;
    color: rgba(63, 175, 55, 0.06);
    white-space: nowrap;
    pointer-events: none;
    transform: translate(-50%, -50%);
}
#philosophy_block .h2_style{
    position: relative;
    margin-bottom: 60px;
}
#philosophy_block .h2_style::before{
    content: 'Philosophy';
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 0;
    font-family: 'Poppins', sans-serif;
    font-size: 180px;
    font-weight: 700;
    line-height: 1.5;
    color: rgba(63, 175, 55, 0.06);
    white-space: nowrap;
    pointer-events: none;
    transform: translate(-50%, -50%);
}
#access_block .h2_style{
    position: relative;
    margin-bottom: 60px;
}
#access_block .h2_style::before{
    content: 'Access';
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 0;
    font-family: 'Poppins', sans-serif;
    font-size: 180px;
    font-weight: 700;
    line-height: 1.5;
    color: rgba(63, 175, 55, 0.06);
    white-space: nowrap;
    pointer-events: none;
    transform: translate(-50%, -50%);
}
#features_block .h2_style{
    position: relative;
    margin-bottom: 60px;
}
#features_block .h2_style::before{
    content: 'Features';
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 0;
    font-family: 'Poppins', sans-serif;
    font-size: 180px;
    font-weight: 700;
    line-height: 1.5;
    color: rgba(63, 175, 55, 0.06);
    white-space: nowrap;
    pointer-events: none;
    transform: translate(-50%, -50%);
}

@media screen and (max-width: 1280px) {
    #news_block .h2_style::before, #what_block .h2_style::before, #outline_block .h2_style::before, #history_block .h2_style::before, #philosophy_block .h2_style::before, #access_block .h2_style::before, #features_block .h2_style::before {
        font-size: 140px;
    }
}

/*-----------------------------------
    レスポンシブ: タブレット (max-width: 840px)
-----------------------------------*/
@media screen and (max-width: 840px) {
    .h2_style .fs_en {
        font-size: 18px;
    }

    .h2_style h2 {
        font-size: 28px;
    }
    #news_block .h2_style::before, #what_block .h2_style::before, #outline_block .h2_style::before, #history_block .h2_style::before, #philosophy_block .h2_style::before, #access_block .h2_style::before, #features_block .h2_style::before {
        font-size: 100px;
    }
    #what_block .h2_style{
        margin-bottom: 0;
    }
    #outline_block .h2_style{
        margin-bottom: 0;
    }
    #history_block .h2_style{
        margin-bottom: 0;
    }
    #access_block .h2_style{
        margin-bottom: 20px;
    }
    #features_block .h2_style{
        margin-bottom: 0;
    }
}

/*-----------------------------------
    レスポンシブ: スマートフォン (max-width: 640px)
-----------------------------------*/
@media screen and (max-width: 640px) {
    .h2_style h2 {
        font-size: 22px;
    }
    #news_block .h2_style::before, #what_block .h2_style::before, #outline_block .h2_style::before, #history_block .h2_style::before, #philosophy_block .h2_style::before, #access_block .h2_style::before, #features_block .h2_style::before {
        font-size: 60px;
    }
    #news_block .h2_style{
        margin-bottom: 0;
    }
    #access_block .h2_style{
        margin-bottom: 0;
    }
    #philosophy_block .h2_style{
        margin-bottom: 0;
    }

}
@media screen and (max-width: 400px) {
    #company_block .h2_style{
        padding-bottom: 20px;
    }
    #outline_block .h2_style{
        padding-bottom: 20px;
    }
    #philosophy_block .h2_style::before{
        font-size: 50px;
    }
    
}
/*-----------------------------------
    共通コンポーネント: ボタン
-----------------------------------*/
.btn_wrap {
    text-align: center;
}

.btn_more {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 4px 4px 4px 33px;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #fff;
    border-radius: 5px;
    background: #1CAF73;
    transition: opacity 0.3s;
}

.btn_more:hover {
    opacity: 0.8;
}

.btn_more--outline {
    background: transparent;
    border: 2px solid #fff;
}

.btn_arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 49px;
    height: 49px;
    border-radius: 5px;
    background: #1C875B;
}
#contact_btm .btn_arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 49px;
    height: 49px;
    border-radius: 5px;
    background: #404040;
}
#contactform_block.complete .btn_arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 49px;
    height: 49px;
    border-radius: 5px;
    background: #404040;
}
.btn_arrow::after {
    content: '';
    display: block;
    background: url(../img/common/arrow_white.svg) no-repeat center center / cover;
    width: 12px;
    height: 5px;
    /* border-top: 2px solid #fff; */
    /* border-right: 2px solid #fff; */
    /* transform: rotate(45deg) translateX(-2px); */
}

/*-----------------------------------
    共通コンポーネント: テキストリンク
-----------------------------------*/
.link_more {
    display: inline-block;
    position: relative;
    padding-bottom: 2px;
    font-size: 15px;
    font-weight: 700;
    color: #1c875b;
}

.link_more::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #1c875b;
}

/*-----------------------------------
    レスポンシブ: スマートフォン (max-width: 640px)
-----------------------------------*/
@media screen and (max-width: 640px) {
    .btn_more {
        font-size: 14px;
        padding: 4px 4px 4px 20px;
    }
}

/*-----------------------------------
    ヘッダー
-----------------------------------*/
#header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 177px;
    background-color: #3a5c48;
    background-image: url('../img/common/header_bg.jpg');
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
}

#header_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 75px;
    padding: 0 0 0 33px;
}

#header_logo a {
    display: block;
}

#header_logo img {
    width: auto;
    height: 66px;
    margin-top: 16px;
}

.nav_list {
    display: flex;
    align-items: stretch;
    height: 75px;
}

.nav_item a {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 0 18px;
    height: 75px;
    font-size: 16px;
    font-weight: 700;
    color: #232323;
    white-space: nowrap;
}
.nav_list li:nth-child(1){
    margin-right: 30px;
}
.nav_list li:nth-child(2){
    margin-right: 27px;
}

.nav_icon {
    display: block;
    flex-shrink: 0;
    width: 16px;
    height: 16px;
}

#nav_recruit a {
    width: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #1CAF73;
    color: #ffffff;
}

#nav_contact a {
    background: #2E2E2E;
    width: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

/*-----------------------------------
    レスポンシブ: PC小 (max-width: 1280px)
-----------------------------------*/
@media screen and (max-width: 1280px) {
    .nav_item a {
        padding: 0 14px;
        font-size: 15px;
    }
}

/*-----------------------------------
    ハンバーガーボタン
-----------------------------------*/
.hamburger_btn {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 6px;
    width: 44px;
    height: 44px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    position: relative;
    z-index: 201;
    flex-shrink: 0;
}

.hamburger_line {
    display: block;
    width: 28px;
    height: 2px;
    background: #232323;
    border-radius: 2px;
    transition: transform 0.35s ease, opacity 0.35s ease;
    transform-origin: center;
    z-index: 300;
}

.hamburger_btn.is_open .hamburger_line:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
    z-index: 300;
    background: #232323;
}

.hamburger_btn.is_open .hamburger_line:nth-child(2) {
    opacity: 0;
    transform: scaleX(0);
}

.hamburger_btn.is_open .hamburger_line:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
    z-index: 300;
    background: #232323;
}

/*-----------------------------------
    SPナビオーバーレイ
-----------------------------------*/
.sp_nav_overlay {
    position: fixed;
    inset: 0;
    z-index: 90;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.35s ease, visibility 0.35s ease;
}

.sp_nav_overlay.is_open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

/*-----------------------------------
    SPナビパネル
-----------------------------------*/
.sp_nav {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 95;
    width: 280px;
    height: 100%;
    height: 100dvh;
    background: #fff;
    padding-top: 75px;
    transform: translateX(100%);
    visibility: hidden;
    overflow-y: auto;
    transition: transform 0.35s ease, visibility 0.35s ease;
}

.sp_nav.is_open {
    transform: translateX(0);
    visibility: visible;
}

.sp_nav_list {
    padding: 20px 0;
}

.sp_nav_item a {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 18px 24px;
    font-size: 16px;
    font-weight: 700;
    color: #232323;
    border-bottom: 1px solid #eee;
    transition: background 0.2s;
}

.sp_nav_item a:hover {
    opacity: 1;
    background: #f0f0f0;
}

.sp_nav_item--recruit a {
    background: #1CAF73;
    color: #fff;
    border-bottom-color: #1CAF73;
}

.sp_nav_item--recruit a:hover {
    background: #e8c040;
}

.sp_nav_item--contact a {
    background: #2E2E2E;
    color: #fff;
    border-bottom-color: #1e5535;
}

.sp_nav_item--contact a:hover {
    background: #1e5535;
}

body.nav_open {
    overflow: hidden;
}

/*-----------------------------------
    レスポンシブ: タブレット (max-width: 840px)
-----------------------------------*/
@media screen and (max-width: 840px) {
    #header {
        height: 75px;
    }

    #header_inner {
        padding: 0 20px;
    }

    #header_nav {
        display: none;
    }

    .hamburger_btn {
        display: flex;
    }
    #header_logo img {
        width: auto;
        height: 48px;
        margin-top: 5px;
    }
}

/*-----------------------------------
    お問い合わせ
-----------------------------------*/
#contact_btm {
    padding: 80px 20px;
}

#contact_btm .contents_inner_1400 {
    position: relative;
    text-align: center;
    background: #1caf73;
    border-radius: 20px;
    padding: 80px 40px;
    overflow: hidden;
}
#contact_btm .h2_style{
    position: relative;
}
#contact_btm .h2_style::before{
    content: 'Contact';
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    font-family: 'Poppins', sans-serif;
    font-size: 180px;
    font-weight: 700;
    line-height: 1.5;
    color: #18A46B;
    white-space: nowrap;
    pointer-events: none;
    transform: translate(-50%, -50%);
}

#contact_btm .h2_style,
#contact_btm .contact_text,
#contact_btm .btn_wrap {
    position: relative;
    z-index: 1;
}

.contact_text {
    margin-bottom: 40px;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
}

#contact_btm .btn_more--outline {
    background: #2e2e2e;
    border: none;
}
#contactform_block.complete .btn_more--outline {
    background: #2e2e2e;
    border: none;
}
#contactform_block.complete .btn_wrap a {
    width: 240px;
    display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	-webkit-align-items: center;
	align-items: center;
}

/*-----------------------------------
    レスポンシブ: PC小 (max-width: 1280px)
-----------------------------------*/
@media screen and (max-width: 1280px) {
    #contact_btm .h2_style::before {
        font-size: 140px;
    }
}

/*-----------------------------------
    レスポンシブ: タブレット (max-width: 840px)
-----------------------------------*/
@media screen and (max-width: 840px) {
    #contact_btm {
        padding: 60px 16px;
    }

    #contact_btm .contents_inner_1400 {
        padding: 60px 30px;
        border-radius: 16px;
    }

    #contact_btm .h2_style::before {
        font-size: 100px;
    }
}

/*-----------------------------------
    レスポンシブ: スマートフォン (max-width: 640px)
-----------------------------------*/
@media screen and (max-width: 640px) {
    #contact_btm {
        padding: 50px 0;
    }

    #contact_btm .contents_inner_1400 {
        padding: 50px 20px;
        border-radius: 12px;
    }

    #contact_btm .h2_style::before {
        font-size: 60px;
    }
}

/*-----------------------------------
    フッター
-----------------------------------*/
#footer {
    position: relative;
    background-color: #1a2630;
    /* background-image: url('../img/common/footer_mountain.jpg'); */
    background-position: center top;
    background-size: 100% auto;
    background-repeat: no-repeat;
    color: #dcdcdc;
}

#pagetop {
    position: fixed;
    bottom: 100px;
    right: 60px;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #1D1D1D;
    display: none;
    transition: background 0.3s, opacity .3s;
    z-index: 9999;
    border: 1px solid #ffffff;
}
/* #pagetop.show { */
  /* opacity: 1; */
  /* pointer-events: auto; */
/* } */

#pagetop:hover {
    background: #2d8f28;
    /* opacity: 1; */
}

.pagetop_arrow {
    display: block;
    position: relative;
    top: 20px;
    left: 25px;
    width: 11px;
    height: 16px;
    line-height: 0;
    background: url(../img/common/to_top.svg) no-repeat center center / contain;
    /* border-top: 3px solid #fff; */
    /* border-right: 3px solid #fff; */
    /* transform: rotate(-45deg) translateY(3px); */
}

.footer_inner {
    padding: 60px 150px 0;
}

.footer_top {
    display: flex;
    gap: 40px;
    padding-bottom: 60px;
}

.footer_logo_wrap {
    flex: 0 0 auto;
    min-width: 280px;
}

#footer_logo {
    margin-bottom: 14px;
}

#footer_logo img {
    width: auto;
    height: 82px;
}

.footer_company_name {
    font-size: 14px;
    font-weight: 700;
    color: #dcdcdc;
    margin-bottom: 28px;
}

.footer_address_wrap {
    margin-top: 10px;
}

.address_block {
    display: flex;
    gap: 10px;
    margin-bottom: 14px;
    font-size: 13px;
    line-height: 1.7;
    color: #dcdcdc;
}

.address_block dt {
    flex-shrink: 0;
    white-space: nowrap;
}

.footer_nav {
    display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	-webkit-align-items: flex-start;
	align-items: flex-start;
    gap: 130px;
    margin-left: auto;
    padding-top: 10px;
}

.footer_nav_col li {
    margin-bottom: 18px;
}

.footer_nav_col li a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    font-weight: 700;
    color: #dcdcdc;
    white-space: nowrap;
}

.footer_nav_col li a::before {
    content: '';
    display: block;
    flex-shrink: 0;
    width: 8px;
    height: 7px;
    background: url(../img/common/footer_arrow.svg) no-repeat center center / cover;
    /* border-style: solid; */
    /* border-width: 5px 0 5px 7px; */
    /* border-color: transparent transparent transparent #dcdcdc; */
}

#footer_copy {
    border-top: 1px solid #3a4a56;
    padding: 0 150px;
}

.footer_copy_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
}

.copy_text {
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    color: #9b9b9b;
}

.footer_privacy {
    font-size: 12px;
    color: #9b9b9b;
}

/*-----------------------------------
    レスポンシブ: PC小 (max-width: 1280px)
-----------------------------------*/
@media screen and (max-width: 1280px) {
    .footer_inner {
        padding: 60px 80px 0;
    }

    #footer_copy {
        padding: 0 80px;
    }
    .footer_nav {
        gap: 30px;
    }
}

/*-----------------------------------
    レスポンシブ: タブレット (max-width: 840px)
-----------------------------------*/
@media screen and (max-width: 840px) {
    .footer_inner {
        padding: 60px 40px 0;
    }

    .footer_top {
        flex-direction: column;
        gap: 40px;
    }

    .footer_nav {
        margin-left: 0;
        flex-wrap: wrap;
        gap: 20px 40px;
    }

    #footer_copy {
        padding: 0 40px;
    }

    #pagetop {
        right: 20px;
    }
    #footer_logo img {
        width: auto;
        height: 60px;
    }
}

/*-----------------------------------
    レスポンシブ: スマートフォン (max-width: 640px)
-----------------------------------*/
@media screen and (max-width: 640px) {
    .footer_inner {
        padding: 60px 20px 0;
    }

    .footer_logo_wrap {
        min-width: auto;
    }

    .footer_nav {
        gap: 16px 30px;
    }
    .footer_nav_col li a {
        font-size: 14px;
    }
    #footer_copy {
        padding: 0 20px;
    }

    .footer_copy_inner {
        flex-direction: column;
        gap: 8px;
        padding: 16px 0;
        text-align: center;
    }
}
@media screen and (max-width: 400px) {
    .footer_nav {
        gap: 5px 20px;
    }
}