@charset "utf-8";

/* CSS Document */

/* --------------------------------------------------------------------
/* 共通
-------------------------------------------------------------------- */
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,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
fieldset,
form,
label,
legend,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
}

body,
table,
input,
textarea,
select,
option,
button {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-style: normal;
    line-height: 1.7;
}

html,
body {
    height: 100%;
    background-color: #fff;
    width: 100%;
}

body {
    font-size: 16px;
    color: #0f0f0f;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

ol,
ul {
    list-style: none;
}

a {
    color: #0f0f0f;
    text-decoration: none;
}

a:visited {
    color: #0f0f0f;
}

a img {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

a:hover,
a:hover img {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}

.clearfix:after {
    height: 0;
    visibility: hidden;
    content: ".";
    display: block;
    clear: both;
}

img {
    border: none;
    vertical-align: top;
    max-width: 100%;
    /* width / height 属性を付与した画像が縦に潰れないための保険（CLS対策とセット） */
    height: auto;
    image-rendering: -webkit-optimize-contrast;
}

.inner {
    max-width: 1200px;
    width: 92%;
    margin: 0 auto;
}

.sec .inner {
    max-width: 1200px;
    width: 94%;
    margin: 0 auto;
}

#wrapper {
    max-width: 100%;
    margin: auto;
    width: 100%;
}

.wrapContents {
    overflow: hidden;
}

.sp {
    display: none;
}

.pc {
    display: block;
}

.sec {}

.commonArea {}

.commonAreaWrap {}


/** PC **/
@media only screen and (min-width: 768px) {}

/** SP **/
@media only screen and (max-width: 767px) {

    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    img {
        max-width: 100%;
    }

    .wrapContents {
        overflow: hidden;
    }

    .sec .inner {
        width: 90%;
        margin: 0 auto;
    }
}


.center {
    text-align: center;
}


/****************

header

************************/

.home header {
    /*background: url(../img/fv.webp) no-repeat;
    background-size: cover;
    width: 100%;
    height: 868px;
    position: relative;*/
}

.home .header-slideshow {
    position: relative;
    width: 100%;
    height: 868px;
    overflow: hidden;
    z-index: -1;
}

.home .header-slideshow .slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 2s ease-in-out;
}

.home .header-slideshow .slide.active {
    opacity: 1;
    z-index: 1;
}


/*.page header {
    background: url(../img/page_fv.webp) no-repeat;
    background-size: cover;
    width: 100%;
    height: 868px;
    position: relative;
}

.archive header {
    background: url(../img/archive_bg.webp) no-repeat;
    background-size: cover;
    width: 100%;
    height: 868px;
    position: relative;
}

.single header {
    background: url(../img/archive_bg.webp) no-repeat;
    background-size: cover;
    width: 100%;
    height: 868px;
    position: relative;
}*/

.home header .logo {
    /*padding-top: 100px;
    padding-left: 100px;*/
    position: absolute;
    top: 50px;
    left: 50px;
    padding: 0;
}

header .logo {
    padding-top: 100px;
    padding-left: 100px;
}

header .logo img {
    max-width: 100%;
    width: 250px;
}

header .header-instagram_pc img {
    width: 64px;
    height: 64px;
}

header .lead_txt {
    position: absolute;
    bottom: 150px;
    left: 50px;
    color: #fff;
    font-size: 26px;
    font-weight: 900;
}

header .lead_txt span {
    font-size: 21px;
    font-weight: 500;
    display: block;
}

header .flow_img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
}

header .flow_img .scrolling-banner__inner {
    display: flex;
    width: max-content;
    animation: scrollBanner 50s linear infinite;
}

header .flow_img .scrolling-banner__inner img {
    display: block;
    height: auto;
    white-space: nowrap;
}

@keyframes scrollBanner {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* slide-menu-btn */
.slide-menu-btn {
    position: absolute;
    top: 15px;
    right: 30px;
    z-index: 100000;
}

.slide-menu-nav {
    box-sizing: border-box;
    display: none;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    padding: 75px 0 30px;
    background-color: #fff;
    z-index: 9000;
    text-align: center;
    border-bottom: 3px solid #208443;
}

.slide-menu-nav .gnav {
    margin-bottom: 15px;
}

.slide-menu-nav .gnav li {
    position: relative;
    margin-bottom: 19px;
}

.slide-menu-nav li:last-child {
    margin-bottom: 0;
}

.slide-menu-nav .gnav a {
    display: inline-block;
    font-size: 24px;
    color: #2a2a2a;
    line-height: 1.0;
    letter-spacing: 0.06em;
}

.header-instagram_sp {
    width: 25px;
    height: auto;
    margin: 0 auto 20px;
}

.slide-tel-area {}

.slide-tel-area-num {
    position: relative;
    display: inline-block;
    font-family: 'Oswald';
    font-weight: 400;
    margin-bottom: 5px;
    padding-left: 26px;
    font-size: 8vmin;
    line-height: 1.0;
    letter-spacing: 0.02em;
}

.slide-tel-area-num::before {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 20px;
    height: 28px;
    margin-top: -12px;
    background: url(../img/icon-tel.svg) 0 0 no-repeat;
    background-size: 20px 28px;
}

.slide-tel-area-text {
    margin-left: 5vmin;
    font-size: 4vmin;
}

/* menu-trigger */
.menu-trigger,
.menu-trigger span {
    display: inline-block;
    transition: all .3s;
    box-sizing: border-box;
}

.menu-trigger {
    position: relative;
    width: 23px;
    height: 14px;
}

.menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #000;
}

.menu-trigger span:nth-of-type(1) {
    top: 3px;
}

.menu-trigger span:nth-of-type(2) {
    bottom: 3px;
}

.menu-trigger span:nth-of-type(3) {
    bottom: -5px;
}

.menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(3px) rotate(-45deg);
    transform: translateY(3px) rotate(-45deg);
}

.menu-trigger.active span:nth-of-type(2) {
    -webkit-transform: translateY(-4px) rotate(45deg);
    transform: translateY(-4px) rotate(45deg);
}

.menu-trigger.active span:nth-of-type(3) {
    display: none;
}

/* position-active */
#top .gnav01 a,
#business .gnav02 a,
#works .gnav03 a,
#recruit .gnav04 a,
#company .gnav05 a {
    color: #208443;
}

#top .gnav01 a::before,
#business .gnav02 a::before,
#works .gnav03 a::before,
#recruit .gnav04 a::before,
#company .gnav05 a::before {
    display: block;
    content: '';
    position: absolute;
    top: 60%;
    left: 0;
    width: 23%;
    height: 1px;
    margin-top: -1px;
    background-color: #208443;
}

.slide-menu-nav ul li a span {
    display: block;
    font-size: 4vmin;
    text-align: center;
    margin-bottom: 1vmin;
    color: #000;
}




/** PC **/
@media only screen and (min-width: 768px) {


    .nav_pc {
        width: 30%;
        position: absolute;
        top: 0;
        right: 10%;
        text-align: right;
    }

    .nav_pc li {
        padding-top: 130px;
        opacity: 1;
        transition: all 0.8s;
        position: relative;
        display: inline-block;
        margin-right: 17%;
        vertical-align: top;
    }

    .home .nav_pc li a {
        color: #fff;
        display: inline-block;
        -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-lr;
        line-height: 0;
        transition: all .2s;
        font-size: 18px;
    }

    .home .nav_pc li.link a::before {
        display: block;
        content: '';
        height: 90px;
        position: absolute;
        top: 0;
        left: 50%;
        width: 1px;
        margin-top: 0;
        background-color: #fff;
        transition: all 0.7s;
    }

    .nav_pc li a {
        color: #208443;
        display: inline-block;
        -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-lr;
        line-height: 0;
        transition: all .2s;
        font-size: 18px;
    }

    .nav_pc li.link a::before {
        display: block;
        content: '';
        height: 90px;
        position: absolute;
        top: 0;
        left: 50%;
        width: 1px;
        margin-top: 0;
        background-color: #208443;
        transition: all 0.7s;
    }

    header .header-instagram_pc {
        position: absolute;
        top: 35px;
        right: 35px;
        width: 26px;
        height: auto;
        margin: 0;
    }

    header .header-instagram_pc a {
        color: #fff;
    }
}


/** SP **/
@media only screen and (max-width: 767px) {

    .home header {
        /*height: 116vmin;
        background: url(../img/fv_sp.webp) no-repeat;
        background-size: cover;*/
    }

    /*.page header {
        height: 116vmin;
        background: url(../img/fv_sp.webp) no-repeat;
        background-size: cover;
    }

    .archive header {
        height: 116vmin;
        background: url(../img/archive_bg.webp) no-repeat;
        background-size: cover;
    }

    .single header {
        height: 116vmin;
        background: url(../img/archive_bg.webp) no-repeat;
        background-size: cover;
    }*/

    .home .header-slideshow {
        height: 116vmin;
    }

    .home header .logo {
        position: static;
        top: 0px;
        left: 0px;
        padding-top: 3vmin;
        padding-bottom: 4vmin;
        padding-left: 5vmin;
    }

    header .logo {
        padding-top: 5vmin;
        padding-left: 5vmin;
        width: 60%;
    }

    header .flow_img .scrolling-banner__inner img {
        object-fit: cover;
        height: 20px;
    }

    header .lead_txt {
        position: absolute;
        bottom: 15vmin;
        left: 5vmin;
        font-size: 6vmin;
        z-index: 1;
    }

    header .lead_txt span {
        font-size: 3.2vmin;
        font-weight: 500;
        display: block;
    }

    header .logo {
        padding-top: 3vmin;
        padding-bottom: 2vmin;
        padding-left: 5vmin;
        width: 100%;
        background: #fff;
        z-index: 10000;
        position: relative;
    }

    header .logo img {
        max-width: 50%;
    }

    .sp_header {
        position: fixed;
        top: 0;
        left: 0;
        background: #fff;
        width: 100%;
        z-index: 99999;
    }

    .slide-menu-nav {
        padding: 90px 0 30px;
    }

    .slide-menu-nav .gnav {
        border-top: 1px solid #208443;
        padding-top: 2vmin;
    }

    .slide-menu-nav .gnav a {
        color: #208443;
        font-size: 4vmin;
    }

    .slide-menu-nav .gnav li {
        position: relative;
        margin-bottom: 2vmin;
        border-bottom: 1px solid #208443;
        padding-bottom: 2vmin;
    }

    header .flow_img {
        z-index: 1;
    }

}


/***** footer ****/

footer {}

.footer-info {
    padding: 40px 0px;
}

.footer-info__inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: space-between;
}

/*.footer-info__col {
    flex: 1;
}*/

.footer-info__company .footer-logo img {
    margin-bottom: 30px;
}

.footer-info__company .footer-name {
    font-weight: bold;
    font-size: 1rem;
    margin-bottom: 10px;
}

.footer-info__company address {
    font-style: normal;
    line-height: 1.6;
    color: #333;
    font-size: 18px;
}

.footer-info__badges img {
    height: auto;
    margin-right: 2vmin;
    width: 70px;
}

.footer-info__badges img:last-child {
    margin-right: 0;
}

.footer-info__badges {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.footer-info__links ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(120px, 1fr));
    gap: 10px 20px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer-info__links a {
    color: #333;
    text-decoration: none;
    transition: opacity 0.3s;
}

.footer-info__links a:hover {
    opacity: 0.7;
}

/* モバイル対応 */
@media (max-width: 1145px) {
    .footer-info__inner {
        flex-direction: column;
        gap: 20px;
    }

    .footer-info__badges {
        justify-content: center;
        order: 1;
    }

    .footer-info__links ul {
        grid-template-columns: 1fr;
        border-top: 1px solid #f9f9f9;
        padding-top: 3vmin;
        max-width: 90%;
        margin: auto;
    }

    .footer-info__links ul li {
        border-bottom: 1px solid #f9f9f9;
        padding-bottom: 3vmin;
        position: relative;
    }

    .footer-info__links ul li::after {
        content: "";
        background: url(../img/mark-ic.svg) no-repeat;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        width: 8px;
        height: 24px;
    }

    .footer-info__links ul li a {
        font-size: 3.2vmin;
        color: #454545;
        font-size: 4vmin;
        display: block;
        position: relative;
        z-index: 10;
    }

    .footer-info {
        padding: 10vmin 0px;
    }

    .footer-info__company {
        flex: 1;
        order: 3;
        width: 90%;
        margin: auto;
        margin-top: -10vmin;
    }

    .footer-info__links {
        order: 2;
        margin-top: 5vmin;
    }

    .footer-info__company .footer-logo img {
        margin-bottom: 5vmin;
        max-width: 65%;
    }

    .footer-info__company address {
        font-style: normal;
        line-height: 1.6;
        color: #333;
        font-size: 3.2vmin;
    }

}




.footer_copy {
    background-color: #208443;
    padding-top: 20px;
    padding-bottom: 20px;
}

.footer_copy .copy {
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}

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

    .footer_copy {
        padding-top: 2vmin;
        padding-bottom: 15vmin;
    }

    .footer_copy .copy {
        font-size: 3vmin;
    }


}


/* ===== Side CTA ===== */
.side-cta {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 12px;
    z-index: 1000;
    pointer-events: none;
    /* 余白クリックは貫通 */
}

.side-cta__item {
    --btn-w: 52px;
    /* 幅 */
    --btn-h: 141px;
    /* 高さ（下の黄だけ後で上書き） */
    width: var(--btn-w);
    height: var(--btn-h);
    writing-mode: vertical-rl;
    /* 縦書き */
    text-orientation: mixed;
    display: flex;
    align-items: center;
    justify-content: center;
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
    text-decoration: none;
    color: #fff;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    box-shadow: 0 6px 16px rgba(0, 0, 0, .18);
    font-weight: 700;
    line-height: 1;
    pointer-events: auto;
    /* リンクはクリック可 */
    transition: transform .2s ease, box-shadow .2s ease, opacity .2s ease;
    font-size: 14px;
}

.side-cta__item:visited {
    color: #fff;
}

/* ホバー時の少し浮く効果 */
.side-cta__item:hover {
    transform: translateZ(0) scale(1.03);
    box-shadow: 0 10px 24px rgba(0, 0, 0, .22);
}

/* 緑：お問い合わせ */
.side-cta__item--contact {
    background: #38a169;
    /* 近い緑色 */
    color: #fff;
}

/* 黄：採用情報（やや低めの高さ） */
.side-cta__item--recruit {
    background: #d7ea00;
    /* 近い黄色 */
    color: #333;
    /* 黄地では可読性を上げる */
    font-weight: 800;
}

.side-cta__item--insta {
    background: #fff;
}

.side-cta__item--insta img {
    width: 20px;
    height: 20px;
}

/* writing-mode非対応の古いブラウザ向けフォールバック（任意） */
@supports not (writing-mode: vertical-rl) {
    .side-cta__item {
        writing-mode: horizontal-tb;
        transform: rotate(-90deg);
        transform-origin: center;
    }
}


/* ===== SP表示 ===== */
@media (max-width: 1024px) {

    .side-cta {
        top: 40%;
        gap: 8px;
    }

    .side-cta__item {
        width: 42px;
        height: 120px;
        font-size: 2.2vmin;
    }

}

/* ===== SP表示 ===== */
@media (max-width: 767px) {

    .side-cta {
        top: auto;
        bottom: 0;
        right: 0;
        left: 0;
        transform: none;
        flex-direction: row;
        justify-content: center;
        gap: 0px;
        padding: 0px;
        background: none;
        box-shadow: none;
    }

    .side-cta__item {
        --btn-w: auto;
        --btn-h: auto;
        width: 33.3%;
        height: auto;
        writing-mode: horizontal-tb;
        border-radius: 0;
        padding: 10px 0 15px;
        font-size: 13px;
    }
}

/* ===== SP表示 ===== */
@media (max-width: 767px) {


    .instagram-gallery-list[data-feed_layout=gallery] .instagram-gallery-item {
        width: 49% !important;
    }


}


.error-404 {}

.error-404 .page-title {
    text-align: center;
    margin: 100px 0 50px;
    font-size: 32px;
    font-weight: 700;
}

.error-404 .page-lead {
    text-align: center;
}

.error-404 .btn_area {
    text-align: center;
    margin-top: 30px;
}

.error-404 .link_btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: all .2s;
    line-height: 1.3;
    background-color: #fff;
    border-radius: 100px;
    min-height: 60px;
    border: 1px solid #A9C8B8;
    padding: 4px;
    min-width: 250px;
    font-size: clamp(16px, 2.5vw, 26px);
    cursor: pointer;
    margin: auto;
    gap: 10px;
    font-size: 16px;
}

.error-404 .link_btn:hover {
    border: 0;
    background-color: #208443;
    color: #fff;
}

.error-404 .link_btn::before {
    content: "";
    width: 10px;
    height: 10px;
    border: 1px solid;
    border-color: transparent transparent #208443 #208443;
    transform: rotate(45deg);
}

.error-404 .link_btn:hover::before {
    content: "";
    width: 10px;
    height: 10px;
    border: 1px solid;
    border-color: transparent transparent #fff #fff;
    transform: rotate(45deg);
}