@charset "UTF-8";
/* 
Theme name: EUGROUP
Version: 1.0 
*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.material-symbols-outlined {
    font-variation-settings:
        'FILL' 0,
        'wght' 0,
        'GRAD' 0,
        'opsz' NaN
}

.swiper-slide img {
    width: 100%;
    height: auto;
}

html {
    scroll-behavior: smooth;
}

a {

    transition: opacity .3s ease;
    color: #0071d5;
    text-decoration: none;
}

.animate__delay-05s {
    animation-delay: calc(var(--animate-delay) * 0.5);
}

.animate__delay-08s {
    animation-delay: calc(var(--animate-delay) * 0.8);
}

.animate__delay-13s {
    animation-delay: calc(var(--animate-delay) * 1.3);
}

.animate__delay-16s {
    animation-delay: calc(var(--animate-delay) * 1.6);
}

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 {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

html {
    -webkit-text-size-adjust: 100%
}



ul,
ol {
    list-style: none
}

blockquote,
q {
    quotes: none
}

.brsp {
    display: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}

a:focus {
    outline: none
}

ins {
    text-decoration: none
}

mark {
    font-style: italic;
    font-weight: bold
}

del {
    text-decoration: line-through
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}

button,
input,
select,
textarea {
    outline: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 100%;
}

input,
textarea {
    background-image: -webkit-linear-gradient(hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0));
    -webkit-appearance: none;
    border-radius: 0;
}

input[type="checkbox"] {
    -webkit-appearance: checkbox;
}

input[type="radio"] {
    -webkit-appearance: radio;
}

button:-moz-focus-inner,
input:-moz-focus-inner {
    border: 0;
    padding: 0;
}

iframe {
    max-width: 100%;
}

html {
    scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
}

ul {
    list-style-type: none;
}

.clearfix::after {
    display: block;
    clear: both;
    content: ""
}

a:hover {
    opacity: 0.9
}

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700&display=swap');

html[lang="ja"] {
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

@supports(outline-offset:-3px) {
    .th_content__slide:focus-visible {
        outline: 3px solid #0bf;
        outline-offset: -3px;
    }

    .th_content.is-focus-in .th_content__slide:focus {
        outline: 3px solid #0bf;
        outline-offset: -3px;
    }
}

@media screen and (-ms-high-contrast:none) {
    .th_content__slide:focus-visible {
        border: 3px solid #0bf;
    }

    .th_content.is-focus-in .th_content__slide:focus {
        border: 3px solid #0bf;
    }

    .th_content.is-focus-in .th_content__track>.th_content__list>.th_content__slide:focus {
        border-color: #0bf;
    }
}



@-webkit-keyframes mv04-circle {
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes mv04-circle {
    100% {
        stroke-dashoffset: 0;
    }
}

/*container***************************************************************/
.container {
    position: relative;
    width: 100%;
    height: 100%;
}

.container-wrapper {
    height: 100%;
    max-width: 1100px;
    margin: auto;
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

body {

    background: #fff;
    overflow-x: hidden;
}

body.menu-open {
    overflow: hidden;
}



.logo {
    font-weight: bold;
    background: #2e9e70;
    color: #fff;
    display: flex;
    flex-direction: column;
    height: 10.9375em;
    justify-content: center;
    pointer-events: auto;
    text-align: center;
    transition: color .3s cubic-bezier(.23, 1, .32, 1), font-size .3s cubic-bezier(.23, 1, .32, 1);
    width: 10.625em;
    gap: 20px;
}

.logo span {
    font-size: 13px;
}

.logo img {
    height: 100%;
    display: block;
}

.desktop-nav {
    display: none;
}

.desktop-nav a {
    color: #fff;
    margin-left: 1.875em;
    text-decoration: none;
    font-size: .875em;
}

.menu-toggle {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 24px;
    cursor: pointer;
    z-index: 1400;
    position: fixed;
    top: 26px;
    right: 20px;
}

.menu-toggle span {
    height: 2px;
    width: 100%;
    background: #fff;
    transition: transform 0.4s ease, opacity 0.4s ease, top 0.4s ease;
    position: absolute;
    left: 0;
}

.menu-toggle span:nth-child(1) {
    top: 0;
}

.menu-toggle span:nth-child(2) {
    top: 10px;
}

.menu-toggle span:nth-child(3) {
    top: 20px;
}

.menu-toggle.open span:nth-child(1) {
    transform: rotate(45deg);
    top: 10px;
}

.menu-toggle.open span:nth-child(2) {
    opacity: 0;
}

.menu-toggle.open span:nth-child(3) {
    transform: rotate(-45deg);
    top: 10px;
}

.mobile-nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #1a3a80;
    z-index: 1300;
    padding: 80px 20px 20px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    overflow-y: auto;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.mobile-nav.active {
    display: flex;
    opacity: 1;
    pointer-events: auto;
}

.mobile-nav .lang-switch {
    position: fixed;
    top: 26px;
    right: 60px;
    color: #fff;
    font-size: 14px;
    z-index: 1401;
}

.mobile-nav nav {
    width: 100%;
    margin-top: 20px;
}

.mobile-nav nav a {
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    padding: 14px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

#l-header-fixed .l-header__body.h-container {
    box-shadow: 0px 3px 6px rgb(197 197 197 / 16%);
    border-bottom: none;
}

.mobile-nav nav a span {
    font-size: 12px;
    color: #ccc;
}

.mobile-nav .contact-buttons {
    margin-top: 40px;
    width: 100%;
}

.mobile-nav .btn {
    background: #2e9e70;
    color: #fff;
    padding: 15px 20px;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    border-radius: 4px;
}

.mobile-nav .btn::before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    background-size: contain;
    background-repeat: no-repeat;
}

.mobile-nav .btn:first-child::before {
    background-image: url('data:image/svg+xml;utf8,<svg fill="white" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6.62 10.79a15.053 15.053 0 006.59 6.59l2.2-2.2a1.003 1.003 0 011.11-.21c1.21.49 2.53.76 3.88.76.55 0 1 .45 1 1V20c0 .55-.45 1-1 1C10.07 21 3 13.93 3 5c0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.35.27 2.67.76 3.88.14.35.06.75-.21 1.11l-2.43 2.8z"/></svg>');
}

.mobile-nav .btn:last-child::before {
    background-image: url('data:image/svg+xml;utf8,<svg fill="white" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 13.5l8-6.5H4l8 6.5zM4 8v8h16V8l-8 6.5L4 8z"/></svg>');
}

.hero {
    position: relative;
    height: 75vh;
    background: url('./img/ecocute.jpg') center/cover no-repeat;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
}

.hero-text {
    position: relative;
    bottom: -50%;

    text-align: left;
    max-width: 90%;

    color: #fff;
}

.hero-text h2 {
    font-size: 28px;
    font-weight: 500;
    border-bottom: 3px solid #fff;
    display: inline-block;
    margin-bottom: 12px;
}



.hero-text p {
    font-size: 16px;
    line-height: 1.8;
}

.scroll-down {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 12px;
    color: #fff;
}

.scroll-down::after {
    content: "\25BC";
    display: block;
    margin-top: 5px;
    font-size: 18px;
}



.section-industry {
    background: #fff;
    color: #000;
}

.industry-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 20px;
    justify-content: center;
}

.industry-card {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    aspect-ratio: 4 / 3;
}

.industry-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.industry-card span {
    position: absolute;
    bottom: 10px;
    left: 10px;
    color: #fff;
    font-weight: bold;
    text-shadow: 0 0 5px #000;
}

.industry-text {
    margin-top: 40px;
}




.bnn-zone {
    text-align: center;
}

a .fsection_news__list_item_title {
    color: #333;
}

.industry-text h2 {
    font-size: 28px;
    color: #2e9e70;
    margin-bottom: 20px;
}

.industry-text p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 20px;
}

h1.f-mini {
    margin-left: -30px;
    text-align: center;
    color: #0a6c44;
}

div#demo14 {
    position: relative;
}

/* ===== utilities used in footer ===== */
#l-wrapper.is-popupopen #l-footer {
    left: 0;
    position: fixed;
    width: 100%;
}

.u-section {
    margin: 0 auto;
    max-width: 68.75em;
    text-align: left;
    width: 80%;
}

/* ---- Optional: reduce motion ---- */
@media (prefers-reduced-motion: reduce) {

    .gm,
    #l-header__toggle .toggle span {
        transition: none !important;
    }
}

div#fnav img {
    width: 100px;
    height: auto;
}

div#fnav {
    width: 100%;
    z-index: -9999;
    margin: auto;
    height: 100%;
    -ms-filter: blur(6px);
    filter: blur(6px);

    transform: scale(1, -1);
}

.ffi img {
    width: 350px;
    height: auto;
}

.prejiimg img {
    width: 100%;
    border-radius: 10px;
    height: auto;
}

.prejiimg:before {
    content: "";
    background: #f0faf4;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 30px;
    z-index: -1;
}

section.first_f_section {
    position: relative;
    width: 100%;
    height: 100vh;
}

.hero-text {
    position: absolute;
    top: 50%;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 90%;
    color: #869d86;
    z-index: 99;
}



.first_f_box {
    position: relative;
    height: 100%;
}

img.nn.n1 {
    position: absolute;
    left: 6%;
    bottom: 15%;

}

img.nn.n2 {
    position: absolute;
    left: 15%;
    top: 10%;
}

img.nn.n3 {
    position: absolute;
    top: 10%;
    right: 13%;
}

img.nn.n4 {
    position: absolute;
    right: 10%;
    bottom: 15%;
}

.nn {
    animation-name: nnanime;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-duration: 1.5s;
}

.bn {
    animation-name: bnanime;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-duration: 3s;
}

@keyframes nnanime {
    0% {
        transform: translate(0, 0px);
    }

    100% {
        transform: translate(0, -10px)
    }
}

@keyframes bnanime {
    0% {
        transform: translate(0, 0px);
    }

    100% {
        transform: translate(0, -5px)
    }
}

#l-header-fixed ul.gm__list {
    display: none;
}

.section-contact {
    background: url('contact-bg.jpg') center/cover no-repeat;
    position: relative;
    color: #fff;
    padding: 60px 0;
}

.contact-overlay {
    background: rgba(0, 0, 51, 0.6);
    /* 青みがかったオーバーレイ */
    padding: 60px 20px;
}

.contact-wrapper {
    display: flex;

    gap: 40px;
}

textarea.c-block-in {
    min-height: 100px;
    line-height: 3;
}

.contact-head p {
    text-align: center;
    font-size: 14px;
    color: #ccc;
}

.contact-head h3 {
    text-align: center;
    font-size: 24px;
    color: #fff;
    margin-top: 5px;
    letter-spacing: 2px;
}

.contact-features {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}

.contact-feature {
    flex: 1 1 30%;
}

.contact-feature h5 {
    background: #2e9e70;
    display: inline-block;
    padding: 2px 8px;
    margin-bottom: 10px;
    font-size: 12px;
}

.contact-feature .title {
    font-weight: bold;
    margin-bottom: 5px;
}

.contact-feature .desc {
    font-size: 14px;
    line-height: 1.6;
}

.contact-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: space-between;
    align-items: center;
}

.phone-box {
    display: flex;
    background: #fff;
    color: #000;
    border-radius: 8px;
    overflow: hidden;
    flex: 1 1 60%;
    min-width: 280px;
}

.phone-left img {
    width: 100px;
    height: auto;
}

.phone-right {
    padding: 15px;
}

.phone-right span {
    font-size: 20px;
    font-weight: bold;
}

.phone-right small {
    display: block;
    font-size: 12px;
    margin-top: 5px;
}

.phone-right .bottom {
    font-size: 13px;
    margin-top: 10px;
}

.form-box {
    background: #ffcc00;
    color: #000;
    border-radius: 8px;
    text-align: center;
    padding: 20px 30px;
    flex: 1 1 35%;
    min-width: 250px;
}







.u-imgcover {
    object-fit: cover;
}

/* underline-on-hover links */
.u-targetline__txt {
    border-bottom: 1px solid #1a1a1a;
}

.u-targetline.is-line .u-targetline__txt {
    border: 0;
}

@media (any-hover:hover) {
    .u-target {
        transition: opacity .3s cubic-bezier(.23, 1, 32, 1);
    }

    .u-target:hover {
        opacity: .6;
    }

    .u-targetcolor {
        transition: color .3s cubic-bezier(.23, 1, 32, 1);
    }

    .u-targetcolor:hover {
        color: #2e3b92;
    }

    .u-targetline__txt {
        border: 0;
        position: relative;
    }

    .u-targetline__txt:after {
        background-color: #1a1a1a;
        bottom: 0;
        content: "";
        display: block;
        height: 1px;
        left: 0;
        position: absolute;
        width: 100%;
    }

    .u-targetline.is-line .u-targetline__txt:after {
        transform: scaleX(0);
        transform-origin: top right;
        transition: transform .3s cubic-bezier(.23, 1, 32, 1);
    }

    .u-targetline:hover .u-targetline__txt:after {
        animation-duration: .6s;
        animation-name: lineanim;
        animation-timing-function: ease;
    }

    .u-targetline.is-line:hover .u-targetline__txt:after {
        animation: none;
        transform: scale(1);
        transform-origin: top left;
    }

    @keyframes lineanim {
        0% {
            transform: scale(1);
            transform-origin: top right;
        }

        50% {
            transform: scaleX(0);
            transform-origin: top right;
        }

        51% {
            transform: scaleX(0);
            transform-origin: top left;
        }

        100% {
            transform: scale(1);
            transform-origin: top left;
        }
    }
}


.f_cta_sec__cta {
    background: #3db181;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: .375em;
    margin: 0 auto;
    padding: 6.5625em 0 9.375em;
    position: relative;
    width: 89.1875%;
    z-index: 1;
}

.f_cta_sec__cta-inner {
    color: #fff;
    position: relative;
    z-index: 1;
}

.f_cta_sec__ctaTitle {
    align-items: center;
    display: flex;
    flex-direction: column;
    line-height: 1;
}

.f_cta_sec__ctaTitleJp {
    font-size: 1.5em;
    letter-spacing: .1em;
    text-indent: .1em;
}

.f_cta_sec__ctaTitleEn {
    font-size: .8125em;
    letter-spacing: .1em;
    margin-top: 1em;
    text-indent: .1em;
    text-transform: uppercase;
}

.f_cta_sec__ctaFeatute {
    display: flex;
    justify-content: center;
    margin-left: -8.09091%;
    margin-top: 3.25em;
    width: 116.18182%;
}

.f_cta_sec__ctaFeatuteItem {
    display: flex;
    flex-basis: 33.33333%;
    justify-content: center;
}

.f_cta_sec__ctaFeatuteItem:nth-of-type(2) {
    border-left: 1px solid hsla(240, 4%, 90%, 3);
    border-right: 1px solid hsla(240, 4%, 90%, 3);
}

.f_cta_sec__ctaFeatuteItem .block {
    align-items: center;
    display: flex;
    flex-direction: column;
    padding: 1.875em .625em 1.5em;
}

.f_cta_sec__ctaFeatuteItem .block__title {
    align-items: center;
    background-color: #fff;
    border-radius: 1.125em;
    color: #2e9e70;
    display: flex;
    height: 2.1875em;
    justify-content: center;
    line-height: 1.4;
    width: 10.1875em;
}

.f_cta_sec__ctaFeatuteItem .block__titleTxt {
    display: block;
}

.f_cta_sec__ctaFeatuteItem .block__titleTxt:first-of-type {
    margin-right: .5em;
}

.f_cta_sec__ctaFeatuteItem .block__txt {
    margin-top: 1.0625em;
    text-align: center;
}

.f_cta_sec__ctaFeatuteItem .block__txtTitle {
    font-size: 1.625em;
    line-height: 1.5;
    font-weight: bold;

}

.f_cta_sec__ctaFeatuteItem .block__txtBody {
    font-size: .875em;
    line-height: 2;
    margin-top: 1.07143em;
}

.f_cta_sec__ctaFeatuteBnr {
    display: flex;
    justify-content: center;
    margin-top: 2.9375em;
}

.f_cta_sec__ctaFeatuteBnr .item {
    margin: 0 1.72727%;
    width: 31.25em;
}

.f_cta_sec__ctaFeatuteBnr .item__target {
    border-radius: .375em;
    color: #1a1a1a;
    display: flex;
    flex-direction: row-reverse;
    height: 10.125em;
    justify-content: flex-end;
}

.f_cta_sec__ctaFeatuteBnr .item__targetBg {
    flex-shrink: 0;
    width: auto;
}

.f_cta_sec__ctaFeatuteBnr .item__targetTel {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: center;
    padding-left: 1.5625em;
}

.f_cta_sec__ctaFeatuteBnr .item__targetTelNum {
    align-items: flex-end;
    display: flex;
    line-height: 1;
}

.f_cta_sec__ctaFeatuteBnr .item__targetTelNum .txt,
.f_cta_sec__ctaFeatuteBnr .item__targetTelNum .num {
    color: #2e9e70;
    display: block;
}

.f_cta_sec__ctaFeatuteBnr .item__targetTelNum .txt {
    font-size: 1.125em;
    margin: 0 .22222em .22222em 0;
}

.f_cta_sec__ctaFeatuteBnr .item__targetTelNum .num {
    font-size: 1.9375em;
    letter-spacing: .1em;
    font-weight: bold;
}

.f_cta_sec__ctaFeatuteBnr .item__targetTelTime {
    font-size: .875em;
    margin-top: .53333em;
}

.f_cta_sec__ctaFeatuteBnr .item__targetTelLast {
    font-size: .9375em;
    margin-top: 1em;
}

.f_cta_sec__ctaFeatuteBnr .item__targetForm {
    align-items: center;
    background-color: #ffc702;
    display: flex;
    flex-grow: 1;
    justify-content: space-between;
    padding: 0 2.25em 0 1.5625em;
}

.f_cta_sec__ctaFeatuteBnr .item__targetFormTxt .title {
    font-size: 1.5625em;
    line-height: 1.4;
}

.f_cta_sec__ctaFeatuteBnr .item__targetFormTxt .txt {
    font-size: .9375em;
    margin-top: 1em;
}

.f_cta_sec__ctaFeatuteBnr .item__targetFormArrow {
    align-items: center;
    background-color: #fff;
    border: 2px solid #2e3b92;
    border-radius: 50%;
    display: flex;
    height: 2.875em;
    justify-content: center;
    width: 2.875em;
}

.f_cta_sec__ctaFeatuteBnr .item__targetFormArrow svg {
    fill: #2e3b92;
    height: .625em;
    width: .4375em;
}



/* ===== footer body (.f_cta_sec__body …) ===== */
.f_cta_sec__body {
    background-color: #0a6c44;
    color: #fff;
    margin-top: -29.75em;
    padding: 39.6875em 0 9.375em;
    position: relative;
    z-index: 0;
}

.f_cta_sec__body .u-section {
    max-width: 73.25em;
}

.f_cta_sec__body .u-targetline__txt:after {
    background-color: #fff;
}

.f_cta_sec__bodyTop {
    display: flex;
    justify-content: space-between;
}

.f_cta_sec__bodyTopL .info {
    margin-top: 5em;
}

.f_cta_sec__bodyTopL .info .br {
    display: none;
}

.f_cta_sec__bodyTopL .c-logo {
    color: #fff;
}

.f_cta_sec__bodyTopR .nav {
    display: flex;
    font-size: .9375em;
}

.f_cta_sec__bodyTopR .nav__item:not(:first-of-type) {
    margin-left: 2em;
}

.f_cta_sec__bodyTopR .nav__itemTarget {
    color: #fff;
}

.f_cta_sec__bodyBtm {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin-top: 11.5625em;
}

.f_cta_sec__bodyBtmNav {
    display: flex;
    font-size: .8125em;
}

.f_cta_sec__bodyBtmNav .item:not(:first-of-type) {
    margin-left: 1.92308em;
}

.f_cta_sec__bodyBtmNav .item__target {
    color: #fff;
}

.f_cta_sec__bodyBtmCopy small {
    font-size: .75em;
}

/* ===== logo text inside footer ===== */
.c-logo {
    display: inline-flex;
    flex-direction: column;
    line-height: 1;
}

.c-logo__en {
    font-size: 2em;
    letter-spacing: .15em;
    margin-bottom: .71875em;
    text-transform: uppercase;
}

.c-logo__jp {
    font-size: 1.3125em;
    letter-spacing: .1em;
}

/* =======================
   Base (no media)
   ======================= */
span.g2 {
    color: #869d86;
}

span.g1 {
    color: #0a6c44;
}

/* ========== セクション本体 ========== */
.second_f_content_ {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    padding-top: 5em;
    position: relative;
}

a.product_section__list_item_inner.cHoverImage p {
    color: #333;
}

.first_f_content_ {
    align-items: flex-end;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    margin-left: -.68259%;
}

.first_f_content_Title {
    color: #2e9e70;
    font-size: 2.5em;
    letter-spacing: normal;
    line-height: 1.5;
}

.first_f_content_Txt {
    margin: 20px 0 0 20px;
    text-align: justify;
    width: 20.625em;
}

.first_f_content_Txt p:not(:first-of-type) {
    margin-top: 1.5625em;
}

.second_f_content_List {
    margin: 5.625em 0 0 -10.06826%;
    width: 73.37884%;
}

.second_f_content_List .swiper-slide {
    display: flex;
    flex-wrap: wrap;
    height: auto;
    justify-content: center;
}

.second_f_content_ListItem {
    border-radius: .375em;
    margin-bottom: .69767%;
    margin-right: .69767%;
    overflow: hidden;
    padding-top: 35%;
    position: relative;
    width: 29%;
}



.second_f_content_ListItem:nth-of-type(4) {
    margin-left: 8.13953%;
}

.second_f_content_ListItem:last-of-type {
    margin-right: 0;
}

.second_f_content_ListItem:before {
    background: linear-gradient(180deg, transparent 0, transparent 20%, rgba(29, 29, 29, .6));
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.second_f_content_ListItem .img {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

.second_f_content_ListItem .txt {
    bottom: 1.07143em;
    color: #fff;
    font-size: .875em;
    left: 1.42857em;
    line-height: 1.5;
    padding-right: 1.42857em;
    position: absolute;
    z-index: 2;
}

.second_f_content_ListScroll {
    display: none;
}

/* ========== スワイパー必要最小限（このセクションで使う分） ========== */
.swiper {
    list-style: none;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding: 0;
    position: relative;
    z-index: 1;
}

.swiper-wrapper {
    box-sizing: content-box;
    display: flex;
    height: 100%;
    position: relative;
    transition-property: transform;
    width: 100%;
    z-index: 1;
}

.swiper-slide {
    flex-shrink: 0;
    height: 100%;
    position: relative;
    transition-property: transform;
    width: 100%;
}

/* スクロールバー（下部の細線） */
.swiper-scrollbar {
    background-color: #c8c8c8;
    border-radius: 0;
    height: 2px;
}

.swiper-scrollbar-drag {
    background-color: #2e3b92;
    border-radius: 0;
}

/* ========== ユーティリティ（このHTMLで参照しているもの） ========== */
.u-section {
    margin: 0 auto;
    max-width: 68.75em;
    text-align: left;
    width: 80%;
}



/* 画像ホルダ */
.c-img {
    background-color: hsla(0, 0%, 88%, .2);
    position: relative;
}

.c-img__body {
    backface-visibility: hidden;
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    visibility: hidden;
    transition: opacity .6s cubic-bezier(.455, .03, .515, .955) .1s;
}

.c-img__body[data-loaded="true"] {
    opacity: 1;
    visibility: visible;
}

img.c-img__body {
    object-fit: cover;
}

/* ================ fsection_whois セクション ================ */
.section-collection {
    background: #fff;
    padding: 100px 0;
    color: #333;
}

.collection-inner {
    flex-direction: row;
    align-items: flex-start;
}

.collection-inner {
    display: flex;
    gap: 40px;
}

.collection-images {
    width: 60%;
}

.image-box {
    position: relative;
    flex: 1 1 calc(25% - 20px);
    aspect-ratio: 4 / 3;
    border-radius: 10px;
    overflow: hidden;
}

.image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.image-box span {
    position: absolute;
    bottom: 10px;
    left: 10px;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    text-shadow: 0 0 5px #000;
}

.image-row {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.collection-text {
    width: 40%;
    padding-left: 40px;
}

.collection-text h2 span {
    color: #2e9e70;
    font-weight: bold;
}

.collection-text p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 16px;
}

.collection-text h2 {
    font-size: 32px;
    color: #2e9e70;
    line-height: 1.4;
    margin-bottom: 20px;
}

.collection-text {
    max-width: 700px;
    margin-left: auto;
}

.collection-images {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* ================ fsection_news セクション ================ */
.fsection_news__inner {
    padding: 49px 20px 0;
    overflow: hidden;
    background-color: #f1f1f1;
}

.fsection_news__head {
    display: flex;
    flex-direction: column;
    gap: 24px;
    color: #2e9e70;
}

.fsection_news__head_en {
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
}

.fsection_news__head_jp {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
}

.fsection_news__list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 32px;
}

.fsection_news__list_item_link {
    display: block;
    width: 100%;
    padding: 16px 12px 18px;
    background-color: #fff;
    border-radius: 4px;
}

.fsection_news__list_item_info {
    display: flex;
    gap: 8px;
    align-items: center;
    color: #2e9e70;
}

.fsection_news__list_item_date {
    font-size: 13px;
    font-weight: 600;
}

.fsection_news__list_item_category {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 124px;
    height: 18px;
    padding: 0 8px 1px;
    border: 1px solid #2e9e70;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.2;
}

.fsection_news__list_item_title {
    margin-top: 8px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
}

.fsection_news__link {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 250px;
    height: 56px;
    margin: 28px auto 0;
    background-color: #2e9e70;
    border-radius: 8px;
}

.fsection_news__link_text {
    margin-left: -16px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    color: #fff;
    letter-spacing: .03em;
}

.fsection_news__link_icon {
    position: absolute;
    top: 12px;
    right: 8px;
    width: 6px;
    height: 7px;
}

/* ========================= th_content（スライダー基盤） ========================= */
.th_content__container {
    box-sizing: border-box;
    position: relative;
}

.th_content__list {
    backface-visibility: hidden;
    display: flex;
    height: 100%;
    margin: 0 !important;
    padding: 0 !important;
}

.th_content.is-initialized:not(.is-active) .th_content__list {
    display: block;
}

.th_content__pagination {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
    pointer-events: none;
}

.th_content__pagination li {
    display: inline-block;
    line-height: 1;
    list-style-type: none;
    margin: 0;
    pointer-events: auto;
}

.th_content:not(.is-overflow) .th_content__pagination {
    display: none;
}

.th_content__progress__bar {
    width: 0;
}

.th_content {
    position: relative;
    visibility: hidden;
}

.th_content.is-initialized,
.th_content.is-rendered {
    visibility: visible;
}

.th_content__slide {
    backface-visibility: hidden;
    box-sizing: border-box;
    flex-shrink: 0;
    list-style-type: none !important;
    margin: 0;
    position: relative;
}

.th_content__slide img {
    vertical-align: bottom;
}

.th_content__spinner {
    animation: th_content-loading 1s linear infinite;
    border: 2px solid #999;
    border-left-color: transparent;
    border-radius: 50%;
    bottom: 0;
    contain: strict;
    display: inline-block;
    height: 20px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
}

.th_content__sr {
    clip: rect(0 0 0 0);
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.th_content__toggle.is-active .th_content__toggle__play,
.th_content__toggle__pause {
    display: none;
}

.th_content__toggle.is-active .th_content__toggle__pause {
    display: inline;
}

.th_content__track {
    overflow: hidden;
    position: relative;
    z-index: 0;
}

@keyframes th_content-loading {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(1turn)
    }
}

.th_content__track--draggable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.th_content__track--fade>.th_content__list>.th_content__slide {
    margin: 0 !important;
    opacity: 0;
    z-index: 0;
}

.th_content__track--fade>.th_content__list>.th_content__slide.is-active {
    opacity: 1;
    z-index: 1;
}

.th_content--rtl {
    direction: rtl;
}

.th_content__track--ttb>.th_content__list {
    display: block;
}

.th_content__arrow {
    align-items: center;
    background: #ccc;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    height: 2em;
    justify-content: center;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 2em;
    z-index: 1;
}

.th_content__arrow svg {
    fill: #000;
    height: 1.2em;
    width: 1.2em;
}

.th_content__arrow:hover:not(:disabled) {
    opacity: .9;
}

.th_content__arrow:disabled {
    opacity: .3;
}

.th_content__arrow:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: 3px;
}

.th_content__arrow--prev {
    left: 1em;
}

.th_content__arrow--prev svg {
    transform: scaleX(-1);
}

.th_content__arrow--next {
    right: 1em;
}

.th_content.is-focus-in .th_content__arrow:focus {
    outline: 3px solid #0bf;
    outline-offset: 3px;
}

.th_content__pagination {
    bottom: .5em;
    left: 0;
    padding: 0 1em;
    position: absolute;
    right: 0;
    z-index: 1;
}

.th_content__pagination__page {
    background: #ccc;
    border: 0;
    border-radius: 50%;
    display: inline-block;
    height: 8px;
    margin: 3px;
    opacity: .7;
    padding: 0;
    position: relative;
    transition: transform .2s linear;
    width: 8px;
}

.th_content__pagination__page.is-active {
    background: #fff;
    transform: scale(1.4);
    z-index: 1;
}

.th_content__pagination__page:hover {
    cursor: pointer;
    opacity: .9;
}

.th_content__pagination__page:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: 3px;
}

.th_content.is-focus-in .th_content__pagination__page:focus {
    outline: 3px solid #0bf;
    outline-offset: 3px;
}

.th_content__progress__bar {
    background: #ccc;
    height: 3px;
}

.th_content__slide {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.th_content__slide:focus {
    outline: 0;
}

.th_content__toggle {
    cursor: pointer;
}

.th_content__toggle:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: 3px;
}

.th_content.is-focus-in .th_content__toggle:focus {
    outline: 3px solid #0bf;
    outline-offset: 3px;
}

.th_content__track--nav>.th_content__list>.th_content__slide {
    border: 3px solid transparent;
    cursor: pointer;
}

.th_content__track--nav>.th_content__list>.th_content__slide.is-active {
    border: 3px solid #000;
}

.th_content__arrows--rtl .th_content__arrow--prev {
    left: auto;
    right: 1em;
}

.th_content__arrows--rtl .th_content__arrow--prev svg {
    transform: scaleX(1);
}

.th_content__arrows--rtl .th_content__arrow--next {
    left: 1em;
    right: auto;
}

.th_content__arrows--rtl .th_content__arrow--next svg {
    transform: scaleX(-1);
}

.th_content__arrows--ttb .th_content__arrow {
    left: 50%;
    transform: translate(-50%);
}

.th_content__arrows--ttb .th_content__arrow--prev {
    top: 1em;
}

.th_content__arrows--ttb .th_content__arrow--prev svg {
    transform: rotate(-90deg);
}

.th_content__arrows--ttb .th_content__arrow--next {
    bottom: 1em;
    top: auto;
}

.th_content__arrows--ttb .th_content__arrow--next svg {
    transform: rotate(90deg);
}

.th_content__pagination--ttb {
    bottom: 0;
    display: flex;
    flex-direction: column;
    left: auto;
    padding: 1em 0;
    right: .5em;
    top: 0;
}

/* ========================= product_section セクション（製品情報） ========================= */
.product_section__inner {
    position: relative;
    z-index: 1;
    padding: 144px 0 64px;
    overflow: hidden;
}

.product_section__bg {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    width: 100%;
}

.product_section__head {
    display: flex;
    flex-direction: column;
    gap: 22px;
    padding: 0 20px;
    color: #2e9e70;
}

.product_section__head_en {
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
}

.product_section__head_jp {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
}

.product_section__intro {
    padding: 0 20px;
    margin-top: 24px;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: .04em;
}

.product_section__list {
    margin-top: 29px;
}

.product_section__list_wrapper {
    padding: 0 0 0 20px;
}

.product_section__list_item {
    width: 318px;
}

.product_section__list_item_inner {
    width: 100%;
    overflow: hidden;
}

.product_section__list_item_upper {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #f5f5f5;
    border-radius: 4px;
}

.product_section__list_item_headline {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 17px 16px 0 24px;
}

.product_section__list_item_headline_inner {
    display: flex;
    flex-direction: column;
    gap: 11px;
    margin-top: 3px;
    color: #2e9e70;
}

.product_section__list_item_headline_en {
    height: 53px;
    overflow: hidden;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -.01em;
}

.product_section__list_item_headline_jp {
    font-size: 12px;
    font-weight: 700;
    line-height: 1.4;
    color: #04693f;
}

.product_section__list_item_headline_arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid #2e9e70;
    border-radius: 50%;
}

.product_section__list_item_headline_arrow_icon {
    width: 10px;
    height: 11px;
}

.product_section__list_item_image {
    width: 100%;
    height: auto;
    margin-top: 37px;
    overflow: hidden;
}

.product_section__list_item_image img {
    width: 100%;
    height: 100%;
}

.product_section__list_item_description {
    margin-top: 16px;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.8;
}

.third_f_content {
    padding: 0 20px;
    margin-top: 40px;
}

.third_f_content_headline {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    color: #2e9e70;
}

.third_f_content_list {
    margin-top: 22px;
}

.third_f_content .third_f_content_product {
    padding: 0;
}

.product_section__link {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 250px;
    height: 56px;
    margin: 36px auto 0;
    background-color: #2e9e70;
    border-radius: 8px;
}

.product_section__link_text {
    margin-left: -16px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    color: #fff;
    letter-spacing: .03em;
}

.product_section__link_icon {
    position: absolute;
    top: 24px;
    right: 8px;
    width: 6px;
    height: 7px;
}

/* ========================= 搭載機械から探す（.third_f_content_product） ========================= */
.third_f_content_product {
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding: 48px 20px 0;
}

.third_f_content_product__item {
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: space-between;
    height: 380px;
    padding: 0 16px;
    color: #fffbfb;

    background-size: 100% auto;
    border-radius: 4px;
    background-repeat: no-repeat;
    box-shadow: 0 60px 22px -15px #0000002e inset;

}

.third_f_content_product__item_text {
    flex-grow: 1;
    font-size: 18px;
    font-weight: bold;
}

.th_c_item_arrow {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border: 1px solid #fffbfb;
    border-radius: 50%;
}

.th_c_item_arrow_icon {
    width: 6px;
    height: 7px;
}

.bnn-zone img {
    width: 100%;
    height: auto;
}

/* ===== Hero/Thumb and misc ===== */
.slide-media,
.thumb-media {
    position: relative;
    overflow: hidden;
}

.f-a.first_f_content_Title {
    font-size: 55px;

    text-align: center;
    font-weight: bold;
}



.slide-media img,
.thumb-media img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

/* ===== Swiper arrows ===== */
.swiper-button-prev,
.swiper-button-next {
    display: grid;
    place-content: center;
    width: 6.4rem;
    height: 6.4rem;
    cursor: pointer;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.swiper-button-prev::before,
.swiper-button-next::before {
    position: absolute;
    inset: 0;
    content: "";
    border-radius: 50%;
    -webkit-box-shadow: var(--box-shadow);
    box-shadow: var(--box-shadow);
}

.swiper-button-prev::after,
.swiper-button-next::after {
    width: 1.2rem;
    height: 1.2rem;
    content: "";
    border: solid var(--color-gray);
    border-width: 3px 3px 0 0;
}

.swiper-button-prev::after {
    margin-left: .4rem;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.swiper-button-next::after {
    margin-right: .4rem;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.swiper-button-disabled {
    pointer-events: none;
    opacity: 0;
}

/* ===== MV04 slider visuals ===== */
.mv04 .l-inner {
    padding-bottom: 0;
}

.mv04 .swiper {
    background-color: #fff;
}

.mv04 .swiper-fade .swiper-slide {
    -webkit-transition-property: opacity, -webkit-transform !important;
    transition-property: opacity, transform !important;
    pointer-events: none;
}

.mv04 .swiper-fade .swiper-slide-active {
    pointer-events: auto;
}

.mv04 .progressbar {
    position: relative;
    width: 100%;
    height: 4px;
    background-color: #ddd;
}

.mv04 .progressbar-fill {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left top;
    transform-origin: left top;
    background-color: #2e9e70;
}

.mv04 .swiper-slide {
    height: auto;
}

.mv04 .slide-media {
    height: 800px;
    width: 66%;
    margin-left: auto;
}

.mv04 .slide-media img {
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.mv04 .slide-content {
    color: #fff;
}

.mv04 .slide-title {
    line-height: 1.6;
    letter-spacing: .05em;
}

.mv04 .slide-fraction {
    font-weight: bold;
    position: relative;
    text-align: center;
    --size: 96px;
}

.mv04 .slide-fraction .circle {
    display: block;
    width: var(--size);
    height: var(--size);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.mv04 .slide-fraction .circle svg {
    width: 100%;
    height: 100%;
    fill: none;
}

.mv04 .slide-fraction .circle-01 {
    stroke: rgba(255, 255, 255, .3);
    stroke-width: 1px;
}

.mv04 .slide-fraction .circle-02 {
    stroke: #2e9e70;
    stroke-width: 2px;
    stroke-dasharray: 201.056px;
    stroke-dashoffset: 201.056px;
}

.mv04 .slide-fraction .current {
    font-size: 1.4rem;
    line-height: var(--size);
    position: absolute;
    top: .05em;
    left: 0;
    width: var(--size);
    text-align: center;
    color: #2e9e70;
}

.mv04 .slide-fraction .total {
    font-size: 1.6rem;
}

.mv04 .slide-fraction .total::before {
    position: relative;
    display: block;
    width: 3px;
    height: 1em;
    margin: -3px auto .5em;
    content: "";
    background-color: var(--color-theme);
}

.mv04 .swiper-slide[class*=-active] .slide-media img {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.mv04 .swiper-slide[class*=-active] .slide-fraction .circle-02 {
    -webkit-animation: mv04-circle linear both;
    animation: mv04-circle linear both;
}

/* ===== Header base ===== */
/* 元のヘッダーは固定しない */
#l-header {
    width: 100%;
    height: auto;
    position: relative;

    z-index: 101;
}

/* 全てのheaderタグに固定が当たらないように修正 */
header {
    position: relative;

    top: auto;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;

    z-index: 1200;
}

/* クローンの固定ヘッダー */
#l-header-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    transform: translateY(-100%);
    opacity: 0;
    transition: transform 0.4s ease, opacity 0.4s ease;
}

/* スクロール後にふわっと表示 */
#l-header-fixed.is_fixed {
    transform: translateY(0);
    opacity: 1;
    padding: 20px 85px;

}

.l-header__body {
    width: 100%;
    height: auto;
    padding: 0 0 0 42px;
    position: relative;
    background: #fff;
    border-bottom: 3px solid #eaeef2;
    display: flex;
    justify-content: space-between;
}

.l-header__sitename {
    width: 25%;
    height: auto;
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
}

.l-header__sitename a {
    padding: 28px 0;
    height: 100%;
    color: #2e9e70;
    text-decoration: none;
    font-weight: bold;
    font-size: 21px;
}

.l-header__sitename p {
    height: 100%;
    display: flex;
    align-items: center;
}

/* Global nav */
.l-header__common {
    display: flex;
}

.l-header__nav {
    display: block;
    margin: 0 25px 0 0;
}

.l-nav__lst {
    display: flex;
    overflow: visible;
    height: 100%;
}

.l-nav__lst li {
    font-size: 15px;
    margin: 0 6px 0 0;
}

.l-nav__lst li:last-child {
    margin: 0;
}

.l-nav__lst li a {
    text-decoration: none;
    position: relative;
    color: #1b2839;
    display: block;
    font-weight: 700;
    overflow: hidden;
    padding: 31px 16px;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
}

p.nav-btn__label.f-jp span {
    font-size: 16px;
}

/* hover dot (only for .mouse-on items) */
ul li.mouse-on a:before {
    content: "";
    position: absolute;
    bottom: 22%;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    width: 15px;
    height: 3px;
    background-color: #2e9e70;
    z-index: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    transition: -webkit-transform .5s;
    transition: transform .5s;
}

ul li.mouse-on:hover a:before,
ul li.mouse-on.current_label a:before {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

/* split-text baseline */
.mouse-set li a p {
    overflow: hidden;
    position: relative;
}

.mouse-set li a span.front_split span,
.mouse-set a .nav-btn__label span.front_split span {
    display: inline-block;
    transition: transform .5s ease 0s, opacity .5s ease 0s;
    transform: translate(0);
    overflow: hidden;
}

.mouse-set .mouse-on a span.front_split.lst-clone,
.mouse-set .mouse-on .nav-btn__label span.front_split.lst-clone {
    position: absolute;
    top: 0;
    left: 0;
}

.mouse-set .mouse-on a span.front_split.lst-clone span,
.mouse-set .mouse-on .nav-btn__label span.front_split.lst-clone span {
    transition: transform .5s ease 0s, opacity .5s ease 0s;
    transform: translateY(110%);
}

/* Right utility buttons */
.l-header__contact,
.l-header__recruit {
    width: 90px;
    background-color: #FFF;
    cursor: pointer;
    overflow: visible;
}

.l-header__contact {
    position: relative;
    overflow: hidden;
}

.l-header__contact:before {
    width: 2px;
    height: 100%;
    background-color: #eaeef2;
    position: absolute;
    content: '';
    right: 0;
    top: 0;
}

.l-header__contact:after {
    width: 3px;
    height: 100%;
    background-color: #eaeef2;
    position: absolute;
    content: '';
    left: 0;
    top: 0;
}

p.nav-btn__label.f-jp span {
    color: #5fb391;
    position: relative;
    top: 4px;
}

.l-header__contact a,
.l-header__recruit a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    position: relative;
}

.l-header__contact a div,
.l-header__recruit a div {
    width: 100%;
    display: block;
}

.nav-btn__icon {
    position: relative;
}

.nav-btn__icon span {
    width: 23px;
    display: block;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 10px;
}

.l-header__recruit .nav-btn__icon span {
    width: 19px;
    top: -4px;
}

.nav-btn__icon span svg {
    fill: #2e9e70;
}

.nav-btn__label {
    font-size: 1.2rem;
    font-weight: 700;
    position: relative;
    display: inline-block;
    overflow: hidden;
    margin-top: 25px;
}

.nav-btn__label span {
    display: inline-block;
}

/* Hamburger */
#l-header__toggle,
#modal-menu__close {
    width: 90px;
    background-color: #2e9e70;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    cursor: pointer;
    z-index: 22;
    pointer-events: auto;
}

.toggle,
.toggle span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
}

.toggle {
    position: relative;
    width: 34px;
    height: 15px;
}

.toggle span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: #2e9e70;
    overflow: hidden;
}

.toggle span:before {
    content: " ";
    display: block;
    height: 2px;
    background-color: #FFF;
}

.toggle span:nth-of-type(1) {
    top: 0;
}

.toggle span:nth-of-type(2) {
    top: 10px;
    right: 0;
    left: auto;
}

.toggle-label {
    font-size: 16px;
    color: #FFF;
    margin-top: 0px;
    display: block;
    font-weight: bold;
}

/* Active (scrolled) */
.l-header__body.active .l-header__sitename {
    width: 86px;
}

.l-header__body.active .l-header__sitename a {
    padding: 12px 0;
}

.l-header__body.active .l-nav__lst li a {
    padding: 20px 16px;
}

/* Mega/Dropdown */
.h-nav__contents .h-nav__child {
    position: absolute;
    top: 78px;
    left: 0;
    z-index: -1;
    display: none;
    width: 100%;
    height: 100%;
    background: #e1e7ed;
    display: inline-block;
    -webkit-transform: translateY(-116%);
    transform: translateY(-116%);
    transition: -webkit-transform .7s cubic-bezier(.25, .82, .355, 1);
    transition: transform .7s cubic-bezier(.25, .82, .355, 1);
}

.h-nav__contents .h-nav__child.active {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    display: block;
    transition: -webkit-transform .7s cubic-bezier(.25, .82, .355, 1);
    transition: transform .7s cubic-bezier(.25, .82, .355, 1);
}

.h-nav__child-inner {
    width: 100%;
    height: 100%;
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #e1e7ed;
    transition: -webkit-transform .7s cubic-bezier(.25, .82, .355, 1);
    transition: transform .7s cubic-bezier(.25, .82, .355, 1);
}

.h-nav__child.active .h-nav__child-inner {
    opacity: 1;
}

.l-nav__lst li .h-nav__child a {
    color: #1b2839;
}

.l-nav__lst li .h-nav__child a:before {
    display: none;
}

.h-nav__child-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.l-nav__lst li .h-nav__child-meta .nav-label,
.h-nav__child-meta .nav-label {
    font-size: 1.3rem;
    margin-top: 0;
    text-align: left;
}

.h-nav__child-meta .arrow {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #2e9e70;
    display: flex;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    margin: 2px 0 0 8px;
}

.h-nav__child-meta span.arrow-icon {
    display: inline-block;
    overflow: hidden;
}

.h-nav__child-meta span.arrow-icon svg {
    width: 6px;
    height: 6px;
    fill: #FFF;
}

/* recruit dropdown spacing */
.l-header__recruit a div.h-nav__child-meta {
    display: flex;
}

.l-header__recruit.h-nav__contents .h-nav__child li a {
    padding: 31px 16px;
    position: relative;
    color: #1b2839;
    display: block;
    font-weight: 700;
    overflow: hidden;
}

body.single {
    background: #f7f9fa;
}

.single .breadcrumbs-container {
    background: inherit;
}

.breadcrumbs-container {
    background: #fff;
    width: 100%;
}

.single .breadcrumbs {
    border-top: none;
    padding: 110px 25px 30px;
    background: inherit;
}

.single .breadcrumbs {
    font-size: clamp(10px, 1.16vw, 14px);
}

.breadcrumbs {
    color: #8e8e8e;
}

.breadcrumbs {
    background: #fff;
    display: flex;
    white-space: nowrap;
    align-items: center;
    width: 100%;
    padding: 15px 0;
    line-height: 1.3;
}

.breadcrumbs .home {
    color: #8e8e8e;
}

.breadcrumbs .arrow {
    display: inline-block;
    content: '';
    width: 6px;
    height: 6px;
    border-top: solid 1.5px #aaa;
    border-right: solid 1.5px #aaa;
    margin-right: 10px;
    margin-left: 10px;
    transform: rotate(45deg);
}

.sfv-header .container-wrapper {
    padding: 80px 150px;
    background: #fff;
    margin-bottom: 50px;
}

.small-container-wrapper {
    max-width: 800px;
}

.container-wrapper {
    max-width: 1100px;
    margin: auto;
    width: 100%;
    position: relative;
    z-index: 1;
}

.sf-date {
    display: flex;
    margin: 0 0 5px;
    margin-right: 10px;
    color: #5d5d5d;
    font-size: clamp(13px, 1.16vw, 17px);
    align-items: center;
}

.sf-date .material-icons {
    margin-right: 5px;
}

.sf-date time {
    margin-right: 15px;
}

.singlecontents .single-firstview h1 {
    line-height: 1.8;
}

.single-firstview h1 {
    font-size: clamp(20px, 2.5vw, 30px);
    color: #333;
}

.single-thum {
    margin: auto;
    width: 100%;
    text-align: center;
    padding: 30px 0 30px;
}

.single-thum img {
    width: 100%;
    height: auto;
}

.singlecontents p {
    font-size: 18px;
    color: #000426;
    line-height: 2.25rem;
    letter-spacing: .025rem;
    padding: 15px 0;
}

section.asv.container {
    background: #fff;
}

.container {
    position: relative;
    width: 100%;
}

.container-wrapper.archive-list-container.nopd {
    padding: 2% 0 0;
}

.container-wrapper.archive-list-container {
    padding: 6% 0;
}

.page-main-title {
    margin-bottom: 6%;
}

.page-main-title {
    text-align: center;
}

.page-main-title h2 span {
    font-size: clamp(12px, 1.33vw, 16px);
    display: block;
}

.page-main-title span {
    display: flex;
    justify-content: center;
    align-items: end;
}

.news-main-content-wrapper {
    flex-wrap: wrap;
    display: flex;
    gap: 48px;
    margin: 3% 0 6%;
}

.news-main-contents {
    width: calc(100% / 3 - 34px);
    border: 1px solid #e2e4eb;
    overflow: hidden;
    position: relative;
    background: #fff;
    border-radius: 5px;
}

.news-day {
    border-top: 1px solid #ddd;
    padding: 15px 31px 16px;
    font-size: clamp(10px, 1.16vw, 14px);
}

.news-day ul {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

ul {
    list-style-type: none;
}

.news-day ul li {
    width: calc(100% / 3);
    color: #767676;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 5px;
    flex-wrap: wrap;
}

.news-day ul li .material-icons {
    margin-right: 5px;
    margin-top: 1px;
}

.news-main-inner a {
    text-decoration: none;
    color: #000;
}

.news-day span {
    display: block;
    font-size: clamp(10px, 1.08vw, 16px);
}

.page-main-title h2 {
    font-size: clamp(20px, 2.5vw, 30px);
    line-height: 2;
}

.news-img {
    display: block;
    transition: .3s;
    position: relative;
    overflow: hidden;
}

.news-text {
    min-height: 100px;
    padding: 10px 31px 31px;
}

.news-img img {
    width: 100%;
    height: auto;
}

p.news-title {
    min-height: 72px;
    margin: 10px 0 0;
    font-size: clamp(13px, 1.33vw, 16px) !important;
    line-height: 1.5 !important;
    font-weight: 700;
}

section.asv.container {
    background: #fff;
}

.archive .pfv-header {
    height: 100%;
}

.pfv-header {
    position: relative;
    top: 0px;
    width: 100%;
    margin: 0 auto 50px auto;
    color: #333;
    background: #f0faf4;
    display: flex;
    align-items: center;
    height: 140px;
    padding: 50px 0;
}

section.pfv.container h1 {
    font-size: clamp(24px, 3vw, 36px);
}

.archive .pfv-header h1 {
    text-align: center;
}

section.pfv.container h1 span {
    font-size: clamp(12px, 1.33vw, 16px);
    display: block;
}

p.archive-h1p {
    text-align: center;
    padding: 3% 0;
}

.container-wrapper.archive-list-container {
    padding: 6% 0;
}

.page-main-title {
    margin-bottom: 6%;
}

.page-main-title {
    text-align: center;
}

.page-main-title h2 {
    font-size: clamp(20px, 2.5vw, 30px);
    line-height: 2;
}

.page-main-title h2 span {
    font-size: clamp(12px, 1.33vw, 16px);
    display: block;
}

.page-main-title span {
    display: flex;
    justify-content: center;
    align-items: end;
}

.news-main-content-wrapper {
    flex-wrap: wrap;
    display: flex;
    gap: 48px;
    margin: 3% 0 6%;
}

/* =======================
   contact
   ======================= */
.contact-container {
    padding: 5% 0 0;
}

.contact-wrapper {
    display: flex;
    gap: 48px;
}

.contact-left-box {
    width: calc(60%);
}

.contact-text h1 {
    margin-bottom: 10px;
    font-size: clamp(20px, 2.5vw, 30px);
}

.contact-content {
    display: none;
    margin: 30px 0 0;
    background: #f2f2f2;
    padding: 30px;
    border-radius: 5px;
}

.contact-tel {
    margin: 30px 0 0;
    background: #fff;
    padding: 30px;
    border-radius: 5px;
}

.contact-leftlist.ja-online {
    margin-bottom: 24px;
}

.contact-leftlist {
    padding: 15px 0;
    font-weight: 700;
    display: flex;
    gap: 24px 0;
    position: relative;
}

.contact-leftlist dt p {
    font-size: 20px;
    margin: 5px 0 15px;
}

.btn-03.online-but {
    display: inline-block;
    margin: 20px 0 0;
    padding: 3% 6%;
    background: #b80000;
    border: none;
}

.btn-03 {
    padding: 4% 8%;
    background: #d71212;
    border: 2px solid #b90000;
    color: #d80000;
    border-radius: 5px;
    margin-right: auto;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, .16);
}

a.cta-plus-btn.cta-plus-btn-c {
    text-decoration: none;
    font-size: clamp(12px, 1.33vw, 16px);
    font-weight: 700;
    color: #fff;
    display: flex;
    align-items: center;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

.contact-leftlist dt p {
    font-size: 20px;
    margin: 5px 0 15px;
}

.contact-right-box {
    width: calc(40%);
}

.contact-right-inner {
    box-shadow: 0px 3px 6px rgba(0, 0, 0, .16);
    background: #fff;
    border-radius: 8px;
    position: sticky;
    top: 105px;
    left: 0;
}

.contact-right-title {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: .025em;
    padding: 24px 0;
    border-bottom: 1px solid #ddd;
}

.wpcf7 .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    word-wrap: normal !important;
}

.wpcf7 .hidden-fields-container {
    display: none;
}

input,
textarea {
    background-image: -webkit-linear-gradient(hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0));
    -webkit-appearance: none;
    border-radius: 0;
}

.c-block-input {
    padding: 24px 32px 20px;
}

.c-block-input__items {
    margin: 0 0 20px;
}

.c-block-input__title {
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 8px;
}

.c-block-input__title p {
    width: 100%;
    display: flex;
    align-items: baseline;
}

span.label-in {
    color: #b80000;
    font-size: clamp(10px, 1.08vw, 13px);
    text-align: right;
    margin: 0 0 0 auto;
}

.wpcf7-form-control-wrap {
    position: relative;
}

.c-block-in {
    border-radius: 4px;
    border: 1px solid #8d96b2;
    height: 44px;
    width: 100%;
    padding: 0 15px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: .5px;
    color: #030303;
    outline: none;
    transition: .2s;
}

.c-block-action {
    padding: 6% 4%;
    background: linear-gradient(#5ebe98 0%, #3d8a6b 100%);
    border: 2px solid #fff;
    border-radius: 5px;
    margin-right: auto;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, .16);
    display: block;
    margin: auto;
    color: #fff;
    width: 80%;
}

.wpcf7-spinner {
    visibility: hidden;
    display: inline-block;
    background-color: #23282d;
    opacity: .75;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 100%;
    padding: 0;
    margin: 0 24px;
    position: relative;
}

.c-block-input.rept {
    padding: 0 32px 40px;
    font-size: 10px;
    color: #565656;
}

.subpage-menu.container,
.afv.container {
    padding: 6% 0 3%;
}

.subpage-menu-inner ul {
    display: flex;
    justify-content: center;
    gap: 24px;
    border-bottom: 1px solid #000;
}

.subpage-menu-inner li a {
    display: flex;
    align-items: center;
    list-style-type: none;
    text-decoration: none;
    padding: 15px;
    font-size: clamp(12px, 1.33vw, 16px);
    color: #000;
}

.greetings-mess.container,
.subpage-menu.container,
.afv.container {
    padding: 6% 0 3%;
}

.greeting-inner h3 {
    font-size: clamp(18px, 2vw, 24px);
    color: #d80000;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}

.company-data {
    border: 1px solid #ddd;
    border-top: none;
    margin-bottom: 50px !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.company-data dt {
    width: 150px;
    padding: 20px;
    margin: 0;
    font-weight: 500;
    background: #f6f6f6;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.company-data dd {
    width: calc(100% - 150px);
    padding: 20px;
    margin: 0;
    border-top: 1px solid #ddd;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.company-data dt {
    width: 150px;
    padding: 20px;
    margin: 0;
    font-weight: 500;
    background: #f6f6f6;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.section-feature {
    background: #fff;
    color: #000;
    padding: 60px 20px;
}

.feature-container {
    display: grid;
    grid-template-columns: 1fr 3fr;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
    align-items: start;
}

.feature-title h3 {
    font-size: 20px;
    color: #999;
    margin-bottom: 10px;
}

.feature-title h2 {
    font-size: 24px;
    color: #2e9e70;
    margin-bottom: 20px;
}

.feature-title p {
    font-size: 14px;
    line-height: 1.8;
}

.feature-items {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.feature-item {
    flex: 1 1 30%;
}

.feature-item img {
    width: 100%;
    border-radius: 8px;
    margin-bottom: 10px;
}

.feature-item h4 {
    font-size: 14px;
    background: #2e9e70;
    color: #fff;
    display: inline-block;
    padding: 2px 6px;
    margin-bottom: 10px;
}

.feature-item p {
    font-size: 14px;
    line-height: 1.6;
}

.feature-stats {
    margin-top: 40px;
    background: #2e9e70;
    color: #fff;
    display: flex;
    justify-content: space-between;
    text-align: center;
    padding: 20px;
    border-radius: 8px;
    flex-wrap: wrap;
}

.feature-stat {
    flex: 1;
    min-width: 150px;
}

.feature-stat h3 {
    font-size: 14px;
    margin-bottom: 10px;
}

.feature-stat .number {
    font-size: 36px;
    font-weight: bold;
}

.feature-stat small {
    display: block;
    font-size: 12px;
    margin-top: 5px;
}

.section-collection {
    background: #fff;
    padding: 100px 0;
    color: #000;
}

.collection-inner {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.collection-images {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.image-row {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.image-box {
    position: relative;
    flex: 1 1 calc(25% - 20px);
    aspect-ratio: 4 / 3;
    border-radius: 10px;
    overflow: hidden;
}

.image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.image-box span {
    position: absolute;
    bottom: 10px;
    left: 10px;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    text-shadow: 0 0 5px #000;
}

.collection-text {
    max-width: 700px;
    margin-left: auto;
}

.collection-text h2 {
    font-size: 32px;
    color: #2e9e70;
    line-height: 1.4;
    margin-bottom: 20px;
}

.collection-text h2 span {
    color: #2e9e70;
    font-weight: bold;
}

.collection-text p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 16px;
}

/* ---- Header toggle (hamburger) ---- */
#l-header__toggle {
    position: relative;
    z-index: 11000;
}

#l-header__toggle .toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    position: relative;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}

#l-header__toggle .toggle span {
    position: absolute;
    left: 0px;
    right: 0px;
    height: 2px;
    background: #111;
    top: 50%;
    transform: translateY(-50%);
    transition: transform .3s ease, opacity .2s ease, top .3s ease;
}

#l-header__toggle .toggle span:nth-child(1) {
    top: 14px;
    transform: none;
}

#l-header__toggle .toggle span:nth-child(2) {
    top: 24px;
    transform: none;
}

/* “×” when menu is open */
.menu-open #l-header__toggle .toggle span:nth-child(1) {
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}

.menu-open #l-header__toggle .toggle span:nth-child(2) {
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
}

/* Bring the toggle to top-right while open (so it never hides) */
.menu-open #l-header__toggle {
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: 11001;
}

/* ---- Fullscreen overlay menu ---- */
.gm {
    position: fixed;
    inset: 0;
    z-index: 10000;
    background: rgba(255, 255, 255, .98);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .35s ease, visibility .35s ease;
    /* Optional glass effect (supports Safari/Chromium) */
    /* backdrop-filter:saturate(150%) blur(6px); */
}

.menu-open .gm {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

/* Menu inner layout */
.gm__inner {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 24px;
}

.gm__list {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.gm__list li {
    margin: 16px 0;
}

.gm__list a {
    color: #111;
    text-decoration: none;
    font-weight: 700;
    font-size: clamp(24px, 4vw, 40px);
    line-height: 1.25;
}

/* ---- Close button inside overlay (redundant but robust) ---- */
.gm__close {
    position: fixed;
    top: 16px;
    right: 16px;
    width: 40px;
    height: 40px;
    background: transparent;
    border: 0;
    cursor: pointer;
    z-index: 10001;
    padding: 0;
}

.gm__close span {
    position: absolute;
    left: 8px;
    right: 8px;
    top: 19px;
    height: 2px;
    background: #111;
}

.gm__close span:first-child {
    transform: rotate(45deg);
}

.gm__close span:last-child {
    transform: rotate(-45deg);
}

/* ---- Prevent background scroll when menu open ---- */
.menu-open {
    overflow: hidden scroll;
}

.event-img img {
    width: 100%;
    height: auto;
}

.jpn-event .contact-text {
    margin: 30px 0 0;
}

ul.news-tags {
    display: flex;
}

ul.news-tags.news-tags-false li {
    background: #8a8a8a;
}

.news-tags li {
    background: #00b874;
    margin-right: 5px;
    padding: 5px 15px;
    color: #fff;
    font-size: clamp(12px, 1.08vw, 13px);
}

.jpn-event .contact-text h1 {
    margin-top: 10px;
    text-align: left;
    margin-bottom: 10px;
    font-size: clamp(20px, 2.5vw, 30px);
}

ul.event-info {
    padding: 10px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    font-size: clamp(12px, 1.08vw, 13px);
}

.event-info li {
    line-height: 3;
    display: flex;
    align-items: center;
}

.event-info .material-icons {
    margin-right: 5px;
}

.jpn-event h2 {
    font-size: clamp(15px, 1.6666vw, 20px);
    padding: 40px 0 20px;
    margin-bottom: 20px;
    border-bottom: 1px dotted #ddd;
}

.event-point dl {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    align-items: stretch;
    line-height: 1.5;
    border-bottom: 1px solid #efefef;
}

.event-point .material-icons {
    color: #077812;
    margin-top: 1px;
}

.event-point dd {
    width: calc(96% - 24px);
}

.txt {
    letter-spacing: .025rem;
    font-weight: 400;
    line-height: 1.8;
}

ul.agenda-list {
    position: relative;
}

ul.agenda-list:before {
    content: "";
    width: 1px;
    height: calc(100% - 17px);
    border-left: 1px dashed #333;
    position: absolute;
    left: 5px;
    top: 0;
}

li.agenda-listitem {
    line-height: 2;
    background: #fff;
    border-radius: 5px;
    margin: 15px 0 15px 30px;
    padding: 15px 0 25px 15px;
}

li.agenda-listitem span {
    font-size: clamp(12px, 1.08vw, 13px);
}

li.agenda-listitem p {
    font-weight: 700;
}

.company-data {
    border: 1px solid #ddd;
    border-top: none;
    margin-bottom: 50px !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.company-data dt {
    width: 150px;
    padding: 20px;
    margin: 0;
    font-weight: 500;
    background: #f6f6f6;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.company-data dd {
    width: calc(100% - 150px);
    padding: 20px;
    margin: 0;
    border-top: 1px solid #ddd;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

span.text-mini {
    font-size: clamp(10px, 1.08vw, 10px);
    line-height: 1;
    color: #616161;
}

.close {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000ad;
}

.close p {
    color: #fff;
}

.news-day ul li.sd {
    background-color: #104b27;
    border-radius: 4px;
    color: #ffffff;
    font-size: 12px;
    line-height: 1;
    padding: 4px 8px;
    width: calc(100% / 3 - 4px);
    text-align: center;
    justify-content: center;
}

.jpn-events.news-text {
    min-height: 68px;
    padding: 10px 31px 0px;
}

.greeting-inner {
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    gap: 120px;

}

p.greeting-right {
    text-align: right;

    margin: 18px 10px 0 0;
}

.singlecontents p {
    font-size: 18px;
    color: #000426;
    line-height: 2.25rem;
    letter-spacing: .025rem;
    padding: 15px 0;
}

/* ===== responsive 
===== */

/* =======================
   ≤ 1280px
   ======================= */
@media screen and (max-width:1280px) {

    /* もと1280 */
    .f_cta_sec__cta {
        font-size: .9em;
    }

    .l-header__recruit .nav-btn__icon span {
        width: 19px;
        top: 6px;
    }

    .nav-btn__label {
        top: 8px;
    }

    .ffi img {
        width: 250px;
        height: auto;
    }

    img.nn.n1 {
        position: absolute;
        left: 3%;
    }

    img.nn.n3 {
        position: absolute;
        top: 10%;
        right: 13%;
    }

    img.nn.n4 {
        position: absolute;
        right: 6%;
        bottom: 15%;
    }

    /* もと1380→吸収 */
    .f_cta_sec__ctaFeatuteBnr .item {
        font-size: .9em;
    }

    .f_cta_sec__body {
        font-size: .9em;
    }

    /* もと1100→吸収（ヘッダーのリンク間隔） */
    .l-nav__lst li a {
        padding: 31px 12px;
    }

    .l-header__body.active .l-nav__lst li a {
        padding: 20px 12px;
    }
}

/* =======================
   ≤ 1024px
   ======================= */
@media screen and (max-width:1024px) {

    /* CTA */
    .f_cta_sec__cta {
        background-position: 60% 50%;
        border-radius: 0;
        font-size: 1em;
        width: 100%;
    }

    .f_cta_sec__ctaFeatute {
        flex-direction: column;
        margin-left: 0;
        width: 100%;
    }

    .f_cta_sec__ctaFeatuteItem {
        border-top: 1px solid hsla(240, 4%, 90%, 3);
        display: block;
    }

    .f_cta_sec__ctaFeatuteItem:nth-of-type(2) {
        border-left: 0;
        border-right: 0;
    }

    .f_cta_sec__ctaFeatuteItem:nth-of-type(3) {
        border-bottom: 1px solid hsla(240, 4%, 90%, 3);
    }

    .f_cta_sec__ctaFeatuteBnr {
        align-items: center;
        flex-direction: column;
        justify-content: flex-start;
        margin-top: 3.75em;
    }

    .f_cta_sec__ctaFeatuteBnr .item {
        font-size: 1em;
        margin: 0;
    }

    .f_cta_sec__ctaFeatuteBnr .item:last-of-type {
        margin-top: 2em;
    }

    .f_cta_sec__body {
        font-size: 1em;
        margin-top: 0;
        padding: 7.5em 0;
    }

    .f_cta_sec__bodyTop {
        flex-direction: column-reverse;
    }

    /* 1120/1080の段階は統合して最終的に1emへ */
    .f_cta_sec__bodyTopL {
        font-size: 1em;
    }

    .f_cta_sec__bodyTopR {
        margin-bottom: 4.375em;
    }

    .f_cta_sec__bodyTopR .nav {
        flex-wrap: wrap;
        margin: 0 0 -1em -2em;
    }

    .f_cta_sec__bodyTopR .nav__item {
        margin: 0 0 1em 2em;
    }

    /* second/first セクション */
    .second_f_content_ {
        flex-direction: column;
    }

    .first_f_content_ {
        display: block;
        margin-left: 0;
    }

    .first_f_content_Txt {
        margin-right: 0;
        width: auto;
    }

    .second_f_content_List {
        margin: 3.75em 0 0;
        width: 100%;
    }

    /* header & mv04 helpers */
    html {
        -webkit-text-size-adjust: 100%;
    }

    .l-inner {
        padding: 0 4rem;
    }

    .pc {
        display: none !important;
    }

    .mv04 .slide-fraction {
        --size: 64px;
    }

    .mv04 .slide-fraction .total::before {
        width: 2px;
        margin-top: -2px;
    }

    .l-header__body {
        padding: 0 0 0 15px;
    }

    .l-header__nav {
        margin: 0 13px 0 0;
    }

    .l-header__contact,
    .l-header__recruit {
        width: 70px;
    }

    #l-header__toggle,
    #modal-menu__close {
        width: 70px;
    }

    .h-nav__contents .h-nav__child {
        display: none !important;
    }

    /* 959→吸収（ナビの非表示＆ボタンサイズ） */
    .l-header__nav {
        display: none;
    }

    .l-header__contact,
    .l-header__recruit {
        width: 90px;
    }

    #l-header__toggle,
    #modal-menu__close {
        width: 90px;
    }

    /* 600–1024px 相当の高さ調整 → ≤1024へ統合 */
    .mv04 .slide-media {
        height: max(60vh, 60vw);
    }

    .mv04 .slide-content {
        padding: 3.2rem;
    }

    .mv04 .slide-fraction {
        margin-right: 3.2rem;
    }
}

/* =======================
   ≤ 750px
   ======================= */
@media screen and (max-width:750px) {

    /* 共通幅 */
    .u-section,
    .u-section.is-narrow {
        width: 86.66667%;
    }

    /* CTA */
    .f_cta_sec__cta {
        background-image: url(./assets/images/common/cta-bg.jpg);
        padding: 5em 0;
    }

    .f_cta_sec__ctaFeatuteItem .block {
        flex-direction: row;
        padding: 2.5em 0;
    }

    .f_cta_sec__ctaFeatuteItem .block__title {
        border-radius: 50%;
        flex-shrink: 0;
        height: 5.25em;
        width: 5.25em;
    }

    .f_cta_sec__ctaFeatuteItem .block__titleTxt {
        align-items: center;
        display: flex;
        flex-direction: column;
    }

    .f_cta_sec__ctaFeatuteItem .block__titleTxt:first-of-type {
        display: none;
    }

    .f_cta_sec__ctaFeatuteItem .block__titleTxtItem {
        display: block;
    }

    .f_cta_sec__ctaFeatuteItem .block__txt {
        margin: 0 0 0 1.5em;
        text-align: left;
    }

    .f_cta_sec__ctaFeatuteItem .block__txtTitle {
        font-size: 1.4375em;
    }

    .f_cta_sec__ctaFeatuteItem .block__txtBody {
        margin-top: .42857em;
    }

    .f_cta_sec__ctaFeatuteBnr .item {
        width: 100%;
    }

    .f_cta_sec__body {
        padding: 5em 0;
    }

    .f_cta_sec__bodyTopR .nav {
        flex-direction: column;
        font-size: 1.0625em;
        margin: 0;
    }

    .f_cta_sec__bodyTopR .nav__item {
        border-top: 1px solid hsla(0, 0%, 100%, 29);
        margin: 0;
    }

    .f_cta_sec__bodyBtmNav {
        flex-direction: column;
    }

    .f_cta_sec__bodyBtmNav .item:not(:first-of-type) {
        margin: 1em 0 0;
    }

    .f_cta_sec__bodyBtmCopy {
        margin-top: 5em;
    }

    /* second list 横スクロール系 */
    .second_f_content_List {
        margin-left: -7.69231%;
        overflow: hidden;
        width: 115.38462%;
    }

    .second_f_content_List .swiper {
        padding-left: 6.66667%;
        padding-right: 6.66667%;
    }

    .second_f_content_List .swiper-wrapper {
        width: 67.5em;
    }

    .second_f_content_List .swiper-slide {
        width: 53.75em;
    }

    .second_f_content_ListItem:nth-of-type(4) {
        margin-right: 0;
    }

    .second_f_content_ListItem:nth-of-type(5) {
        margin-left: 0;
    }

    .second_f_content_ListScroll {
        display: block;
        margin: 2.1875em 0 0 9.46667vw;
        width: 67.73333vw;
    }

    .first_f_content_Title {
        font-size: 2em;
    }
}

/* =======================
   ≤ 640px
   ======================= */
@media screen and (max-width:640px) {
    .f_cta_sec__ctaFeatuteBnr {
        font-size: 3.125vw;
    }

    /* 599→吸収（タイポグラフィ＆レイアウト微調整） */
    html {
        font-size: 50%;
    }

    .pc-tab {
        display: none !important;
    }

    .mv04 {
        margin-bottom: 8rem;
    }

    .mv04 .slide-media {
        height: max(45vh, 45vw);
    }

    .mv04 .slide-content {
        position: relative;
    }

    .mv04 .slide-title {
        font-weight: normal;
        padding: 3.2rem 4rem;
    }

    .mv04 .slide-fraction {
        position: absolute;
        bottom: calc(100% + 1rem);
        left: 4rem;
    }

    /* 640にあったタイトル調整 */
    .first_f_content_Title {
        font-size: 2em;
    }
}



/* =======================
   ≥ 1600px (Desktop wide)
   ======================= */
@media screen and (min-width:1600px) {
    .l-header__body {
        padding: 0 0 0 53px;
    }

    .l-header__sitename a {
        padding: 28px 0;
    }

    .l-header__nav {
        margin: 0 31px 0 0;
    }

    .l-nav__lst li {
        margin: 0 8px 0 0;
    }

    .l-nav__lst li a {
        padding: 39px 20px;
    }

    .l-header__contact,
    .l-header__recruit {
        width: 113px;
    }

    .l-header__contact:before {
        width: 3px;
    }

    .nav-btn__icon span {
        width: 29px;
    }

    .l-header__recruit .nav-btn__icon span {
        width: 24px;
        top: 5px;
    }

    .nav-btn__label {
        margin-top: 42px;
    }

    #l-header__toggle,
    #modal-menu__close {
        width: 112px;
        height: 112px;
    }

    .toggle {
        width: 43px;
        height: 19px;
    }

    .toggle span,
    .toggle span:before {
        height: 3px;
    }

    .toggle span:nth-of-type(2) {
        top: 13px;
    }

    /* active size */
    .l-header__body.active .l-header__sitename {
        width: 108px;
    }

    .l-header__body.active .l-header__sitename a {
        padding: 15px 0;
    }

    .l-header__body.active .l-nav__lst li a {
        padding: 25px 20px;
    }

    /* dropdown offset */
    .h-nav__contents .h-nav__child {
        top: 98px;
    }

    .l-nav__lst li .h-nav__child-meta .nav-label,
    .h-nav__child-meta .nav-label {
        font-size: 1.6rem;
    }

    .h-nav__child-meta .arrow {
        width: 20px;
        height: 20px;
        margin: 3px 0 0 10px;
    }

    .h-nav__child-meta span.arrow-icon svg {
        width: 8px;
        height: 8px;
    }

    .l-header__recruit.h-nav__contents .h-nav__child li a {
        padding: 39px 20px;
    }
}

/* =======================
   ≥ 1025px (Desktop)
   ======================= */
@media only screen and (min-width:1025px) {
    .tab-sp {
        display: none !important;
    }

    .swiper-button-prev::before,
    .swiper-button-next::before {
        transition: var(--transition);
    }

    .swiper-button-prev:hover::before,
    .swiper-button-next:hover::before {
        transform: scale(1.2);
    }

    .mv04 .slide-content {
        padding: 6.4rem;
    }

    .mv04 .slide-fraction {
        margin-right: 6.4rem;
    }
}

/* =======================
   ≥ 768px (PC layout blocks)
   ======================= */
@media screen and (min-width:768px) {

    /* fsection_news */
    .fsection_news__inner {
        padding: 120px 128px;
    }

    .fsection_news__head {
        grid-row: 1/2;
        grid-column: 1/6;
        gap: 22px;
        padding: 0;
    }

    .fsection_news__head_en {
        font-size: 24px;
    }

    .fsection_news__head_jp {
        font-size: 48px;
        letter-spacing: .04em;
    }

    .fsection_news__list {
        grid-row: 1/2;
        grid-column: 6/25;
        padding-left: 0;
        margin-top: 51px;
    }

    .fsection_news__list_item_link {
        display: flex;
        gap: 10px 16px;
        align-items: center;
        width: 100%;
        padding: 20px 18px 22px;
        background-color: #fff;
        border-radius: 4px;
    }

    .fsection_news__list_item_info {
        display: flex;
        gap: 12px;
        align-items: center;
        color: #2e9e70;
    }

    .fsection_news__list_item_date {
        font-size: 15px;
        font-weight: 700;
    }

    .fsection_news__list_item_category {
        min-width: 140px;
        height: 24px;
        padding: 0 12px 1px;
        border-radius: 20px;
        font-size: 12px;
    }

    .fsection_news__list_item_title {
        grid-column: 1/3;
        margin-top: 2px;
        font-size: 18px;
        font-weight: 700;
    }

    /* product_section */
    .product_section {
        width: 100%;
        overflow: hidden;
    }

    .product_section__inner {
        display: grid;
        grid-template-rows: auto;
        grid-template-columns: 1fr;
        grid-gap: 0;
        padding: 120px 128px;
    }

    .product_section__bg {
        width: 2316px;
    }

    .product_section__head {
        grid-row: 1/2;
        grid-column: 1/7;
        gap: 22px;
        padding: 0;
    }

    .product_section__head_en {
        font-size: 24px;
    }

    .product_section__head_jp {
        font-size: 48px;
        letter-spacing: .04em;
    }

    .product_section__intro {
        grid-row: 1/2;
        grid-column: 8/19;
        padding: 0;
        margin-top: 58px;
        margin-left: inherit;
        font-size: 15px;
        font-weight: 400;
    }

    .product_section__topLink {
        position: relative;
        display: flex;
        grid-row: 1/2;
        grid-column: 20/25;
        align-items: center;
        justify-content: center;
        width: 250px;
        height: 56px;
        padding: 18px;
        margin-top: 54px;
        margin-left: auto;
        background-color: #2e9e70;
        border-radius: 8px;
    }

    .product_section__topLink_text {
        max-width: 100%;
        margin-left: -16px;
        font-size: 14px;
        line-height: 1.2;
        color: #fff;
        letter-spacing: .03em;
    }

    .product_section__topLink_icon {
        position: absolute;
        top: calc(50% - 12px);
        right: 8px;
        width: 6px;
        height: 7px;
    }

    .product_section__list_wrapper {
        grid-row: 2/3;
        grid-column: 4/25;
        padding: 0;
        margin-top: 51px;
        max-width: 88%;
        margin-left: auto;
    }

    .product_section__list_inner {
        display: grid !important;
        grid-template-columns: repeat(3, 1fr);
        row-gap: 64px;
        column-gap: 48px;
    }

    .product_section__list_item {
        width: 100%;
    }

    .product_section__list_item_upper {
        border-radius: 4px;
    }

    .product_section__list_item_headline {
        row-gap: 11px;
        padding: max(16px, 16px) min(16px, 16px) 0 min(24px, 24px);
    }

    .product_section__list_item_headline_inner {
        gap: 12px;
        margin-top: 3px;
    }

    .product_section__list_item_headline_en {
        height: 62px;
        font-size: 28px;
    }

    .product_section__list_item_headline_jp {
        height: 20px;
        font-size: 14px;
    }

    .product_section__list_item_headline_arrow {
        flex-shrink: 0;
        width: 40px;
        height: 40px;
    }

    .product_section__list_item_headline_arrow_icon {
        width: 10px;
        height: 11px;
    }

    .product_section__list_item_image {
        margin-top: max(15px, 15px);
    }

    .product_section__list_item_description {
        margin-top: 23px;
        font-size: 15px;
        font-weight: 400;
    }

    .third_f_content {
        grid-row: 3/4;
        grid-column: 4/25;
        padding: 0;
        margin-top: 80px;
    }

    .third_f_content_headline {
        font-size: 26px;
    }

    .third_f_content_list {
        margin-top: 23px;
    }

    .product_section__link {
        grid-row: 4/5;
        grid-column: 10/19;
        width: 100%;
        height: 56px;
        margin: 80px auto 0;
        border-radius: 8px;
    }

    .product_section__link_text {
        margin-left: 0;
        font-size: 14px;
        font-weight: 500;
        line-height: 1.2;
        color: #fff;
        letter-spacing: .03em;
    }

    .product_section__link_icon {
        top: calc(50% - 3.5px);
        right: 8px;
        width: 6px;
        height: 7px;
    }

    /* third_f_content_product grid */
    .third_f_content_product {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-auto-rows: 380px;
        gap: 8px;
        padding: 0;
    }

    .third_f_content_product__item {
        gap: 12px;
        align-items: flex-start;
        height: 100%;
        padding: 16px 16px 6px;
    }

    .third_f_content_product__item_text {
        font-size: 21px;
        font-weight: bold;
    }

    .th_c_item_arrow {
        width: 40px;
        height: 40px;
    }

    .th_c_item_arrow_icon {
        width: 11px;
        height: 10px;
        margin-left: 3px;
    }
}

/* ===== product_section & third_f_content_product zoom tiers (整理) ===== */
@media screen and (min-width:1201px) and (max-width:1366px) {

    .product_section__list_item_headline_inner,
    .product_section__list_item_description {
        zoom: .9;
    }

    .product_section__head {
        grid-column: 1/8;
    }

    .product_section__intro {
        grid-column: 11/25;
    }

    .third_f_content_product__item {
        zoom: .9;
    }
}

@media screen and (min-width:1081px) and (max-width:1200px) {

    .product_section__list_item_headline_inner,
    .product_section__list_item_description {
        zoom: .8;
    }

    .product_section__head {
        grid-column: 1/10;
    }

    .product_section__intro {
        grid-column: 11/25;
    }

    .third_f_content_product__item {
        zoom: .8;
    }
}

@media screen and (min-width:921px) and (max-width:1080px) {

    .product_section__list_item_headline_inner,
    .product_section__list_item_description {
        zoom: .7;
    }

    .product_section__head {
        grid-column: 1/7;
    }

    .product_section__head_jp {
        font-size: 39px;
    }

    .product_section__intro {
        grid-column: 7/20;
    }

    .third_f_content_product__item {
        zoom: .7;
    }
}

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

    .product_section__list_item_headline_inner,
    .product_section__list_item_description {
        zoom: .6;
    }

    .product_section__head {
        grid-column: 1/8;
    }

    .product_section__head_jp {
        font-size: 39px;
    }

    .product_section__intro {
        grid-column: 8/20;
    }

    .third_f_content_product__item {
        zoom: .6;
    }
}

/* =======================
   ≥ 600px
   ======================= */
@media only screen and (min-width:600px) {
    .sp {
        display: none !important;
    }

    .mv04 .slide-media::after {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        height: 40%;
        content: "";
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .5) 50%);
        mix-blend-mode: soft-light;
    }

    .mv04 .slide-content {
        position: absolute;
        bottom: 0;
        left: 0;
        display: flex;
        align-items: flex-end;
        justify-content: end;
        width: 100%;
    }
}

/* =======================
   769px〜（任意追加のレイアウト）
   ======================= */
@media (min-width:769px) {

    .menu-toggle,
    .mobile-nav {
        display: none !important;
    }

    .desktop-nav {
        display: flex;
        gap: 20px;
    }

    .hero-text h2 {
        font-size: 32px;
    }

    .hero-text p {
        font-size: 16px;
    }
}

@media (min-width:1024px) {
    .collection-inner {
        flex-direction: row;
        align-items: flex-start;
    }

    .collection-images {
        width: 60%;
    }

    .collection-text {
        width: 40%;
        padding-left: 40px;
    }
}

@media (max-width:768px) {
    .image-box {
        flex: 1 1 48%;
    }

    .collection-text {
        padding-left: 0;
    }

    .l-header__contact,
    .l-header__recruit {
        width: 70px;
    }

    p.nav-btn__label.f-jp span {
        font-size: 13px;
    }

    .toggle-label {
        font-size: 13px;
    }

    .l-header__sitename a {

        font-size: 17px;
    }

    .l-header__sitename {
        width: 100%;
    }

    p.nav-btn__label.f-jp span {

        top: 0px;
    }

    #l-header__toggle .toggle {

        height: 45px;
    }

    .toggle-label {
        position: relative;
        top: -7px;
    }

    .hero-text {

        width: 100%;
    }

    h1.f-mini {
        font-size: 17px;
        margin-left: 0px;
    }

    .f-a.first_f_content_Title {
        font-size: 36px;
        text-align: center;
        font-weight: bold;
    }

    .first_f_content_Txt {
        margin: 0;
        padding: 15px 0;
    }

    div#fnav img {
        width: 70px;
        height: auto;
    }

    .ffi img {
        width: 150px;
        height: auto;
    }

    img.nn.n3 {
        position: absolute;
        top: 5%;
        right: 4%;
        z-index: 9;
    }

    img.nn.n2 {
        position: absolute;
        left: 4%;
        top: 5%;
        z-index: 9;
    }

    p.typesquare_option {
        font-size: 14px;
        letter-spacing: 0.025rem;
    }

    #l-header-fixed.is_fixed {
        transform: translateY(0);
        opacity: 1;
        padding: 0px;
    }

    .first_f_content_Title {
        font-size: 24px;
        text-align: center;
    }

    .third_f_content_product__item {

        height: 250px;
        align-items: end;
        justify-content: space-between;
        height: 250px;
        padding: 16px 16px;
    }

    .third_f_content {
        padding: 0px;
    }

    .bnn-zone {
        margin: 20px 0 0 0;
    }

    .product_section__inner {
        position: relative;
        z-index: 1;
        padding: 60px 0 60px;
        overflow: hidden;
    }

    .product_section__list_wrapper {
        padding: 0 15px;
    }

    .product_section__list_item {
        width: 100%;
        margin: 35px auto;
    }

    .product_section__list_item_description p {
        font-size: 14px;
    }
}

/* =======================
   ≤ 450px
   ======================= */
@media screen and (max-width:450px) {

    /* 415/320/569 を統合 */
    .f_cta_sec__ctaFeatuteItem .block__txt {
        font-size: 13px;
    }

    .f_cta_sec__ctaFeatuteItem .block__txtBody .br {
        display: none;
    }

    .f_cta_sec__bodyTopL .c-logo {
        font-size: .9em;
    }

    .f_cta_sec__bodyTopL .info .br {
        display: block;
    }

    .second_f_content_List {
        font-size: .8em;
    }



    .second_f_content_ListItem .txt {
        font-size: 1em;
    }

    /* 320の見出し縮小を統合 */
    .f_cta_sec__ctaFeatuteItem .block__txtTitle {
        font-size: 1.3125em;
    }

    .fsection_news__inner {
        padding: 49px 20px 49px;
    }

    .fsection_news__link {

        width: 190px;
        height: 50px;
    }

    .fsection_news__link_icon {

        top: 17px;
    }

    h3.f_cta_sec__ctaTitle {
        font-size: 16px;
        font-weight: 700;
        line-height: 1.3;
    }

    .f_cta_sec__ctaFeatuteItem .block__txtBody {
        font-size: 14px;
    }

    .f_cta_sec__ctaFeatuteBnr {

        display: block;
    }

    .f_cta_sec__ctaFeatuteBnr .item__targetTelNum .num {
        font-size: 23px;
    }

    .f_cta_sec__ctaFeatuteBnr .item__targetTelNum .txt {
        font-size: 1.125em;
        margin: 0 0 0;
        position: relative;
        top: 4px;
    }

    .f_cta_sec__ctaFeatuteItem .block__title {
        display: none;
    }

    .f_cta_sec__ctaFeatuteBnr .item__targetBg {
        flex-shrink: 0;
        display: none;
    }

    p.typesquare_option {
        font-size: 16px;
        letter-spacing: 0.025rem;
    }

    .f_cta_sec__bodyBtm {
        display: block;
    }

    .f_cta_sec__bodyTopL .info {
        margin-top: 1em;
    }

    .f_cta_sec__bodyTopL {
        margin-top: 3em;
    }

    .f_cta_sec__bodyBtmCopy {
        margin-top: 3em;
        text-align: center;
        font-size: 16px;
    }

    li.nav__item.typesquare_option:first-child {
        border-top: none;

    }

    li.nav__item.typesquare_option:first-child {


        padding-top: 10px;

    }

    li.nav__item.typesquare_option:last-child {
        border-bottom: 1px solid #fff;
    }

    .f_cta_sec__bodyTopR .nav__item:not(:first-of-type) {
        margin-left: 0em;
    }

    li.nav__item.typesquare_option {
        padding: 10px 0;
    }

    .greeting-inner {
        position: relative;
        display: flex;
        flex-direction: row-reverse;
        flex-direction: column;
        gap: 20px;
        padding: 0 15px;
        font-size: 14px;
        line-height: 1.8;
        overflow: hidden;
    }

    .prejiimg:before {
        display: none;
        content: "";

    }

    .company-v {
        font-size: 14px;
        padding: 0 10px;
        margin: 20px 0;
    }

    .news-main-contents {
        width: calc(100% / 1 - 0px);

    }

    .news-main-content-wrapper {

        padding: 0 15px;


    }

    p.news-title {
        min-height: 72px;
        margin: 10px 0 0;
        font-size: clamp(16px, 1.33vw, 16px) !important;
    }

    .contact-wrapper {
        display: flex;
        gap: 48px;
        flex-direction: column;
    }

    .contact-left-box {
        width: calc(100%);
    }

    .contact-right-box {
        width: calc(100%);
    }

    .contact-text,
    .event-point,
    .event-description,
    .event-agenda,
    .event-attention {
        padding: 0 15px;
    }

    .news-main-contents {
        width: calc(100% / 1 - 0px);
    }

    .company-data {

        font-size: 14px;
    }

    .pfv-header {

        padding: 50px 15px;
    }

    .single .breadcrumbs-container {
        overflow: scroll;
        background: inherit;
    }

    .breadcrumbs.container-wrapper {
        font-size: 12px;
    }

    .single .breadcrumbs {
        padding: 20px 10px 20px;
    }

    .breadcrumbs {
        color: #8e8e8e;
    }

    .singlecontents p {
        font-size: 14px;
        color: #000426;
        line-height: 1.6;
    }

    .sfv-header .container-wrapper {
        padding: 50px 10px;
        background: #fff;
        margin-bottom: 0;
    }

    .news-day ul li {
        width: calc(100% / 2 - 10px);
        font-size: 14px;
        color: #767676;
        display: flex;
        align-items: center;
        gap: 9px;
        padding: 5px;
        flex-wrap: wrap;
        text-align: center;
        justify-content: center;
    }

    .news-day {
        border-top: 1px solid #ddd;
        padding: 15px 10px 16px;
    }

    .news-day span {
        display: block;
        font-size: clamp(13px, 1.08vw, 16px);
    }

    img.nn.n1 {
        position: absolute;
        left: 6%;
        bottom: 4%;
        z-index: 1;
    }

    img.nn.n4 {
        position: absolute;
        right: 6%;
        bottom: 4%;
        z-index: 1;
    }

    .second_f_content_ListItem .txt {
        font-size: 11px;
    }

    footer a {
        color: #fff;
    }

    .close {
        font-size: 14px;
    }

    .privacy-policy .container-wrapper {
        padding: 0 15px;
        font-size: 14px;
        line-height: 1.6;
    }

    .privacy-policy h2 {
        margin-top: 30px;
        margin-bottom: 20px;
        font-size: 16px;
    }

    .f_cta_sec__ctaTitleJp {
        font-size: clamp(20px, 2.5vw, 30px);
    }
}