@charset "UTF-8";
html {
}

body {
    min-width: 320px;
    font-size: 1.6rem;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    line-height: 1.8;
    letter-spacing: 0.04em;
    color: #4b4545;
    background-color: #f4f4f3;
}

html.no-scroll {
    overflow: hidden;
}

img {
    width: 100%;
    vertical-align: bottom;
}

a {
    color: #4b4545;
    transition: 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

a:hover {
    opacity: 0.6;
}

.en {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    line-height: 1;
    letter-spacing: 0;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transition: 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    border-bottom: 1px solid #d9d9d9;
    z-index: 100;
}
.scaleup header,
.no-scroll header {
    border-bottom: unset;
}

.head-container {
    position: relative;
    display: flex;
    justify-content: space-between;
    padding-inline: 20px;
    background: #f4f4f3;
    transition: 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.head-container h1 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    transition: 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    z-index: 1;
}

.scaleup .head-container h1 {
    padding: 16px 0;
}

.head-container h1 a {
    display: block;
    width: 160px;
    transition: 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.scaleup .head-container h1 a {
    width: 240px;
}

.head-container h1 sub {
    display: none;
    font-size: 1.2rem;
    color: #898989;
}

.scaleup .head-container h1 sub {
    display: block;
    padding: 34px 0 0;
}

.head-wrap_menu {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.head-wrap_menu > li {
    position: relative;
    height: 100%;
}

.head-wrap_menu > li.head-btn {
    max-height: 32px;
    margin-left: 12px;
}

.head-wrap_menu > li > a {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    font-size: 1.5rem;
    line-height: 1em;
    height: 100%;
    padding: 21.5px 12px;
    transition: 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    border-bottom: 3px solid rgba(255, 120, 69, 0);
}

.head-wrap_menu > li.head-btn > a {
    padding: 6px 16px;
    background: #4b4545;
    border-radius: 999px;
}

.head-wrap_menu > li > a p {
    height: 1em;
    font-size: 1.4rem;
    color: #4b4545;
    line-height: 1.4rem;
    text-align: center;
}

.head-wrap_menu > li > a p span {
    display: block;
    transition: 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}

.head-wrap_menu > li > a p sub {
    display: block;
    font-size: 1.2rem;
    letter-spacing: 0;
    opacity: 0;
    transition: 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}

.head-wrap_menu > li > a:hover p span {
    opacity: 0;
    transform: translateY(-1.4rem);
}

.head-wrap_menu > li > a:hover p sub {
    opacity: 1;
    transform: translateY(-1.4rem);
}

.head-wrap_menu > li.head-btn > a p span,
.head-wrap_menu > li.head-btn > a p sub {
    color: #fff;
}

.head-wrap_menu > li > a:hover {
    color: #000;
}

.head-wrap_menu > li > a img {
    width: 8px;
}

.head-wrap_menu > li.active > a {
    color: #000;
    border-bottom: 3px solid #807d6c;
}

.menu-inner {
    position: absolute;
    top: 100%;
    left: 0;
    width: 200px;
    background: #fff;
}

.menu-inner_list {
    display: flex;
    flex-direction: column;
    padding: 12px;
}

.menu-inner_list a {
    display: block;
    font-size: 1.3rem;
    line-height: 1.4;
    padding: 12px;
    transition: 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.menu-inner_list a:hover {
    opacity: 0.6;
}

.swiper-wrapper {
    cursor: inherit !important;
}
.fv-slide_main {
    padding: 0 12px 12px;
}

.fv-slide_main .swiper-slide {
    border-radius: 8px;
    overflow: hidden;
}

.fv-slide_thumbnail {
    max-width: 1000px;
    margin-inline: auto;
}

.fv-slide_thumbnail .swiper-wrapper {
    line-height: 0;
}

.fv-slide_thumbnail .swiper-slide {
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
}

.fv-slide_thumbnail .swiper-slide img {
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.fv-slide_thumbnail .swiper-slide:hover {
    border-radius: 8px;
}

.fv-slide_thumbnail .swiper-slide::after {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(129, 123, 119, 0.7);
    transition: 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.fv-slide_thumbnail .swiper-slide.swiper-slide-thumb-active::after {
    opacity: 0;
}

h2 {
    display: flex;
    flex-direction: column;
    gap: 12px;
    font-size: 4rem;
}

h2 sub {
    display: block;
    font-size: 1.4rem;
}

h3 {
    font-size: 2.4rem;
}

.btn-main a {
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
    width: fit-content;
    padding: 12px 12px 12px 0;
}

.btn-main a::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    display: block;
    width: 30px;
    aspect-ratio: 1 / 1;
    border: 1.5px solid #807d6c;
    border-radius: 50%;
}

.btn-main a span {
    color: #807d6c;
    word-break: keep-all;
}

.btn-arw {
    position: relative;
    width: 36px;
    background: #f4f4f3;
}

.btn-arw_move {
    line-height: 0;
    overflow: hidden;
}

.btn-main a:hover .btn-arw_move img {
    animation: btn-move 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

@keyframes btn-move {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(100%);
    }
    50.1% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(0);
    }
}
.fadein {
    opacity: 0;
    transform: translate(0, 50px);
    -webkit-transition: all 1.5s;
    -o-transition: all 1.5s;
    transition: all 1.5s;
}

.fadein.active {
    opacity: 11;
    transform: translate(0, 0);
}

.news-container {
    display: flex;
    justify-content: space-between;
    gap: 80px;
    padding: 80px calc((100% - 1000px) / 2);
}

.news-intro {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 12px 0;
}

.news-list {
    width: 100%;
}

.news-item + .news-item {
    border-top: 1px solid #eaeaea;
}

.news-item a {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 20px 8px;
}

.news-item a::after {
    content: "〉";
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
    font-size: 1.3rem;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

.news-ttl {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.news-ttl .important {
    color: #cd6f6f;
}

.vision-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    padding: 12px 0 12px 12px;
}

.vision-img {
    height: 100%;
    margin-right: -40px;
    border-radius: 8px;
    background-image: url(../images/top_vision_img.webp);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.vision-img img {
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.vision-main {
    margin: 60px 0;
    padding: 80px calc((100vw - 1200px) / 2) 80px 80px;
    background: #f4f4f3;
    border-radius: 12px 0 0 12px;
}

.vision-main p {
    margin: 40px 0;
}

.vision-main .btn-main a {
    margin: 0 0 0 auto;
}

.business {
    position: relative;
    padding: 80px 0;
    background-color: #f4f4f3;
}

.business-container {
    display: flex;
    align-items: center;
    gap: 60px;
    padding: 0 12px 0 calc((100vw - 1200px) / 2);
}

.business-intro {
    width: 100%;
    max-width: 360px;
}

.business-intro p {
    margin-top: 40px;
}

.business-main {
    padding: 60px calc(((100vw - 1200px) / 2) - 12px) 60px 80px;
    background: #ebe9e9;
    border-radius: 8px;
}

.business-main ul {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.business-main li {
    padding: 4px;
    border-radius: 8px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.business-main li:nth-child(1) {
    background-image: url(../images/top_business_back_01.webp);
}

.business-main li:nth-child(2) {
    background-image: url(../images/top_business_back_02.webp);
}

.business-main li:nth-child(3) {
    background-image: url(../images/top_business_back_03.webp);
}

.business-main li a {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 24px 32px;
    border-radius: 4px;
    background: #ffffff14;
    border: 1px solid #ffffff3d;
    backdrop-filter: blur(4px);
}

.business-main li a h3 {
    position: relative;
    color: #fff;
    padding-right: 12px;
}

.business-main li a h3::before {
    content: "〉";
    position: absolute;
    top: 50%;
    right: -8px;
    transform: translateY(-50%);
    font-size: 1.3rem;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    color: #fff;
}

.business-main li a p {
    color: rgba(255, 255, 255, 0.75);
}
.product {
    position: relative;
    background: #fff;
}

.product-container {
    background: #fff;
}

.product-scroll {
    overflow: hidden;
}

.product-scroll h2 {
    width: 100%;
    max-width: 1000px;
    margin: 60px auto 40px;
    text-align: center;
}

.product-scroll_container {
    position: relative;
    width: 100%;
    max-width: 1000px;
    height: 410px;
    margin-inline: auto;
}

.product-scroll_wrap {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    gap: 20px;
    height: 100%;
}

.product-item {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.product-item .btn-main a {
    flex-direction: column;
    padding: 12px 0;
}

.product-item .btn-main a::before {
    left: 50%;
    right: unset;
    top: 38px;
    transform: translateX(-50%);
}

.product-item .btn-main .btn-arw {
    transform: translateX(-14px);
}

.product-item h4 {
    padding-left: 12px;
    color: #b1a4a4;
    border-left: 1px solid #b1a4a4;
}

.product-box {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    width: 280px;
    aspect-ratio: 3 / 4;
    margin-top: 8px;
    padding: 12%;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 8px;
}

.product-item.--link .btn-main {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 280px;
    aspect-ratio: 3 / 4;
    margin: auto 0 0 0;
    padding: 12%;
    border-radius: 8px;
    background: rgba(128, 125, 108, 0.05);
    border: 1px solid rgba(128, 125, 108, 0.2);
}

.product-logo {
    width: 160px;
    height: 60px;
}

.product-logo img {
    height: 100% !important;
    object-fit: contain;
    object-position: center center;
}

.product-scroll p {
    width: 100%;
    max-width: 1000px;
    margin: 32px auto 60px;
    text-align: center;
}

.value {
    position: relative;
    padding: 80px 0;
    background-color: #f4f4f3;
}

.value-container {
    display: flex;
    align-items: stretch;
    gap: 80px;
    padding: 0 calc((100vw - 1200px) / 2) 0 12px;
}

.value-intro {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    padding: 60px 0 60px calc(((100vw - 1200px) / 2) - 12px);
    background: #ebe9e9;
    border-radius: 8px;
}

.value-intro h2 {
    width: 100%;
    max-width: calc(520px - 12px);
}

.value-main {
    padding: 60px 0;
}

.value-main ul {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 20px;
}

.value-item a {
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 12px 36px 12px 12px;
    background: #fff;
    border-radius: 8px;
    box-shadow: rgba(99, 99, 99, 0.15) 0px 2px 8px 0px;
}

.value-item a::before {
    content: "〉";
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    font-size: 1.3rem;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

.value-item a:hover {
    box-shadow: unset;
}

.value-item_img {
    width: 100px;
}

.value .btn-arw {
    background: #ebe9e9;
}

.company {
    position: relative;
    padding-bottom: 80px;
    background-color: #f4f4f3;
}

.company-container {
    display: flex;
    align-items: center;
    padding: 0 calc((100vw - 1200px) / 2);
}

.company-container h2 {
    width: 100%;
    max-width: calc(520px - 12px);
}

.company-list {
    display: flex;
    gap: 12px;
    width: 100%;
}

.company-list li {
    width: 100%;
}

.company-list li a {
    position: relative;
    display: flex;
    align-items: center;
    padding: 40px;
    background: #fff;
    border-radius: 8px;
    box-shadow: rgba(99, 99, 99, 0.15) 0px 2px 8px 0px;
}

.company-list li a::before {
    content: "〉";
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    font-size: 1.3rem;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

.company-list li a:hover {
    box-shadow: unset;
}

.foot-container {
    display: flex;
    justify-content: space-between;
    padding: 60px calc((100% - 1200px) / 2) 20px;
    background-color: #ebe9e9;
}

.foot-logo {
    width: 200px;
}

.foot-logo a {
    display: block;
}

.foot-logo a small {
    font-size: 1.1rem;
    margin-top: 4px;
    color: #898989;
}

.foot-menu {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-content: start;
    gap: 5px 25px;
}

.foot-menu li a {
    display: block;
    font-size: 1.4rem;
}

.foot-office {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.foot-office li {
    padding-left: 20px;
    border-left: 1px solid #b1a4a4;
}

.foot-office li p {
    font-size: 1.4rem;
    color: #b1a4a4;
}

.copyright {
    padding: 20px;
    font-size: 1.2rem;
    text-align: center;
    color: #b1a4a4;
    background-color: #ebe9e9;
}

/* 重要ブロック全体 */
.news-item.emergency a {
    padding: 20px 8px;
}
.news-item.emergency .news-category {
    color: #cd6f6f;
}

/* タイトルエリア */
.news-item.emergency .ttl-area {
    position: relative;
    margin-bottom: 20px;
}

/* 「重要なお知らせ」文字 */
.news-item.emergency .emergency-ttl {
    position: relative;
    background: #ebe9e9;
    text-align: center;
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 20px;
    z-index: 2;
    font-size: 1.8rem;
}

/* 横線 */
.news-item.emergency .ttl-area span {
    position: absolute;
    width: 100%;
    height: 1px;
    background: #999;
    top: 50%;
    left: 0;
}

/* リンク */
.news-item.emergency a {
    display: block;
}

.scroll_fadeup {
    opacity: 0;
    filter: blur(6px);
    transform: translateY(40px); /* 下から */
}

.fadeUp {
    transition:
        opacity 1s ease,
        filter 1s ease,
        transform 1s ease;
    opacity: 1;
    filter: blur(0);
    transform: translateY(0);
}

.grecaptcha-badge{
    display: none;
}