@charset "UTF-8";

body {
    font-family:
        "Hiragino Mincho ProN",
        "Hiragino Mincho Pro",
        "Yu Mincho",
        "YuMincho",
        "MS Mincho",
        "Noto Serif JP",
        serif;
    font-weight: 300;
    font-style: normal;
    background-color: #EEEEEE;
    font-size: 14px;
    line-height: 1.6;
    color: #05050A;
    transition: all .5s;
    min-width: 1000px;
    width: 100%;
    letter-spacing: .1rem;
}

.helvetica {
    font-family: "helvetica-lt-pro", sans-serif;
    font-style: normal;
    letter-spacing: .1rem;
}

img,
video {
    width: 100%;
    display: block;
}

.inner {
    max-width: 1280px;
    margin: 0 auto;
    width: calc(100% - 40px);
}

.abs {
    position: absolute;
}

.flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.flex.reverse {
    flex-direction: row-reverse;
}

.wrapper {
    position: relative;
}

.btn,
a {
    cursor: pointer;
}

a {
    transition: all .7s;
    color: #05050A;
}

a:hover {
    opacity: .7;
}

.js-reveal {
    opacity: 0;
    transition: all 1s ease;
    will-change: all;
}

.js-reveal--up {
    transform: translateY(30px);
    filter: blur(5px);
    transition-delay: .25s;
}

.js-reveal--fade {
    transform: none;
    filter: blur(5px);
    transition-delay: .25s;
}

.js-reveal--txt {
    transition: all .5s ease;
    transform: translateY(0);
}

.js-reveal--txt h2 {
    overflow: hidden;
}

.js-reveal--txt h2 span {
    transform: translateY(100%);
    transition: all 1s ease;
    line-height: 1.2;
    position: relative;
    display: block;
    overflow: hidden;
}

.js-reveal--txt h2 .line {
    display: block;
    overflow: hidden;
    line-height: 1.2;
}

.js-reveal--txt h2 .line>span {
    display: block;
    transform: translateY(100%);
    transition: transform 1s ease;
}

.js-reveal--txt.is-show h2 .line>span {
    transform: translateY(0);
}

.js-reveal.is-show {
    opacity: 1;
    transform: translateY(0);
    filter: none;
}

.js-reveal--txt.is-show h2 span {
    transform: translateY(0%);
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 1000px;
    transform: translateY(-100%);
    opacity: 0;
    transition: transform 0.6s ease, opacity 0.6s ease;
    z-index: 1000;
    z-index: 12;
    min-width: 1000px;
}

header.is-show {
    transform: translateY(0);
    opacity: 1;
}

.header-bar {
    position: fixed;
    width: 100%;
    transition: all .7s;
    z-index: 4;
    padding-block: 24.5px;
}

.under-page header .header-bar {
    background: #EEEEEE;
}

.header-inner {
    width: calc(100% - 40px);
    margin: 0 auto;
    position: relative;
}

.header-left {
    width: 550px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-left .lang-wrap {
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-left .lang-wrap a,
.header-left .lang-wrap span,
.under-page .header-bar .header-left .lang-wrap a,
.under-page .header-bar .header-left .lang-wrap span {
    font-size: 14px;
    color: #05050A;
    font-weight: 100;
    transition: all .5s;
}

.is-active .header-left .lang-wrap a,
.is-active .header-left .lang-wrap span {
    color: #fff;
}

.header-left .lang-wrap a.glink.gt-current-lang {
    font-weight: 400;
}

.header-left-nav {
    width: calc(100% - 100px);
}

.header-left-nav ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-left-nav ul li a,
.under-page .header-bar .header-left-nav ul li a {
    font-size: 14px;
    font-weight: 100;
    color: #05050A;
    transition: all .5s;
}

.is-active .header-left-nav ul li a {
    color: #fff;
}

.header-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.header-center a h1,
.header-center a p,
.under-page .header-bar .header-center a p {
    display: block;
    font-size: 18px;
    font-weight: 100;
    color: #05050A;
    line-height: 1;
    transition: all .5s;
}

.is-active .header-center a h1,
.is-active .header-center a p {
    color: #fff;
}

.under-page .header-right {
    width: 80px;
}

.header-contact a,
.under-page .header-bar .header-contact a {
    display: block;
    width: 80px;
    text-align: center;
    background: #05050A;
    color: #fff;
    border-radius: 5px;
    padding: 5px;
    font-size: 12px;
    font-weight: 300;
    transition: all .5s;
}

.is-active .header-contact a {
    background: #00ff00;
    color: #000000;
}

/* 初期状態 */
header {
    transform: translateY(-100px);
    transition: opacity .9s ease, transform .7s ease;
}

.fixed-btn {
    opacity: 0;
    transform: translateY(12px);
    transition: opacity .6s ease, transform .8s ease;
}

body.is-loaded header.is-show {
    opacity: 1;
    transform: translateY(0);
}

body.is-loaded .fixed-btn {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 1s;
}

body.is-loaded .fixed-btn.fade-out {
    opacity: 0;
}

.fv {
    position: fixed;
    height: 100vh;
    width: 100%;
    min-width: 1000px;
    background: #86888c;
    top: 0;
    left: 0;
    z-index: 1;
}

.top-wrap {
    margin-top: 115vh;
    z-index: 2;
    position: relative;
    overflow: hidden;
}

.top-wrap #luxy {
    background: #EEEEEE;
    transition: background-color 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    min-width: 1000px;
}

.top-wrap.home-wrap #luxy {
    background: #fff;
}

.fv-bg {
    width: 100%;
    position: absolute;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    filter: blur(5px);
    transition:
        opacity 1.4s ease,
        filter 1.4s ease;
    will-change: transform, opacity, filter;
    z-index: 0;
}

.fv.is-loaded .fv-bg {
    opacity: 1;
    filter: none;
}

.fv-bg video {
    height: 100vh;
    object-fit: cover;
}

.fv-txt {
    position: absolute;
    width: 100%;
    z-index: 3;
    opacity: 0;
    transition: all .5s ease;
    transition-delay: .5s;
    z-index: 1;
    left: 30px;
    bottom: 15%;
    text-align: left;
    overflow: hidden;
}

.fv.is-loaded .fv-txt {
    opacity: 1;
    filter: blur(0px);
}

.fv-txt p {
    font-size: 42px;
    line-height: 1.5;
    font-weight: 700;
    color: #e6e6e6;
    padding-bottom: 30px;
    overflow: hidden;
    transition: all 1s ease;
    transform: translateY(100%);
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

.fv-txt h2 {
    font-size: 16px;
    font-weight: 300;
    color: #e6e6e6;
    padding-left: 65px;
    position: relative;
    overflow: hidden;
    transition: all 1s ease;
    transform: translateY(100%);
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

.fv-txt h2::after {
    position: absolute;
    content: "";
    width: 55px;
    height: 1px;
    background: #e6e6e6;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.fv.is-loaded .fv-txt p,
.fv.is-loaded .fv-txt h2 {
    transform: translateY(0%);
}

.vision {
    width: calc(100% - 140px);
    margin: -120px auto 0;
    background: #EEEEEE;
    border-radius: 20px;
    padding-block: 30px 120px;
    position: relative;
    z-index: 2;
}

.slider-container {
    margin-top: 30px;
}

.slider-track {
    display: flex;
    width: max-content;
    animation: scroll 45s linear infinite;
}

.slider-track.reverse {
    animation-direction: reverse;
}

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

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

.slide {
    width: 580px;
    margin-right: 30px;
    flex-shrink: 0;
}

/* 縦専用コンテナ */
.slider-container-vertical {
    overflow: hidden;
    height: 100vh;
    /* 必要に応じて調整 */
}

/* 縦方向に並べる（このクラスの時だけ） */
.slider-container-vertical .slider-track {
    display: flex;
    flex-direction: column;
    height: max-content;
    animation: scrollVertical 45s linear infinite;
}

/* 逆方向用（必要なら） */
.slider-container-vertical .slider-track.reverse {
    animation-direction: reverse;
}

/* 縦スクロールアニメーション */
@keyframes scrollVertical {
    0% {
        transform: translateY(0);
    }

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

/* スライドサイズ（このクラスの時だけ） */
.slider-container-vertical .slide {
    height: 330px;
    margin-bottom: 30px;
    margin-right: 0;
    flex-shrink: 0;
}

.slider-container-vertical .slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vision-box .inner {
    position: relative;
    padding-top: 150px;
    width: calc(100% - 60px);
}

.vision-box .cmn-title {
    position: absolute;
    top: 1.5%;
    right: 0;
}

.cmn-title h2 {
    font-size: 200px;
    font-weight: 500;
    color: #e3dbdd;
    letter-spacing: .2rem;
    transition: all .5s;
}

.vision-box-flex {
    align-items: flex-end;
    z-index: 2;
    position: relative;
}

.vision-box-flex-left {
    width: 55%;
}

.vision-box-flex-left-title {
    margin-bottom: 20px;
}

.vision-box-flex-left-title h3 {
    font-size: 42px;
    color: #432f33;
    letter-spacing: .2rem;
    line-height: 1.6;
    position: relative;
    left: -25px;
}

.vision-box-flex-left-txt p {
    font-size: 15px;
    line-height: 2;
    padding-bottom: 30px;
}

.vision-box-flex-left-txt p:last-child {
    padding-bottom: 0;
}

.vision .cmn-btn {
    margin-left: auto;
}

.cmn-btn {
    max-width: 110px;
    width: 100%;
}

.cmn-btn a {
    display: flex;
    align-items: center;
}

.cmn-btn a img {
    width: 60px;
    transition: all .5s;
}

.cmn-btn a p {
    font-size: 16px;
    white-space: nowrap;
    font-weight: 100;
    transition: all .5s;
    transform: translateX(-10px);
    width: calc(100% - 60px);
}

.cmn-btn a:hover {
    opacity: 1;
}

.cmn-btn a:hover p {
    transform: translateX(5px);
}

.cmn-btn a:hover img {
    transform: scale(1.05);
}

.vision-box-flex-right {
    width: 40%;
}

.vision-box-flex-right-logo {
    max-width: 380px;
    margin-right: auto;
}

.works {
    background: linear-gradient(151.04deg, #000000 2.06%, #333434 98.23%);
    padding-block: 160px 120px;
    margin-top: -100px;
    overflow: hidden;
}

.works-new {
    padding-bottom: 220px;
}

.works .cmn-title h2 {
    font-size: 180px;
    margin-left: 20px;
}

.works .cmn-title h2 span {
    font-size: 180px;
    line-height: 1.1;
    color: #fff;
}

.diagonal-swiper,
.diagonal-swiper .swiper-wrapper,
.diagonal-swiper .swiper-slide {
    will-change: transform;
}

.diagonal-swiper .swiper-wrapper {
    transition-timing-function: linear !important;
}

.diagonal-swiper-wrap {
    width: 100%;
    padding: 0;
    position: relative;
}

.diagonal-swiper {
    overflow: visible;
    transform: rotate(2.5deg);
    transform-origin: center center;
}

.diagonal-new-swiper {
    will-change: transform;
    transform-origin: 0% 50%;
    transform: rotate(12.5deg);
}

.diagonal-swiper-wrap .swiper-wrapper {
    align-items: center;
}

.diagonal-swiper-wrap .swiper-slide {
    flex-shrink: 0;
    transition: z-index 0.3s ease;
}

.diagonal-swiper-wrap .diagonal-new-swiper .swiper-slide:nth-child(odd) {
    margin-bottom: 150px;
}

.diagonal-swiper-wrap .swiper-slide a {
    display: block;
    text-decoration: none;
    color: inherit;
}

.diagonal-swiper .slide-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    transform: rotate(15deg) scale(0.4) translate(-60%, 100%);
    transition: transform 0.5s ease, opacity 0.5s ease, translate 0.5s ease;
}

.diagonal-swiper .swiper-slide-next .slide-inner {
    transform: rotate(15deg) scale(0.4) translate(-60%, 100%);
}

.diagonal-swiper-wrap .slide-inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin-bottom: 15px;
    display: block;
}

.diagonal-swiper-wrap .slide-inner h3 {
    font-size: 24px;
    color: #fff;
    z-index: 2;
    text-align: right;
    display: block;
    position: relative;
    font-family:
        "Noto Sans JP",
        "Hiragino Kaku Gothic ProN",
        "Hiragino Sans",
        "Yu Gothic",
        "Meiryo",
        sans-serif;
}

.diagonal-swiper .swiper-slide-active {
    z-index: 10;
}

.diagonal-swiper .swiper-slide-active .slide-inner {
    transform: rotate(15deg) scale(1);
}

.works .cmn-btn {
    margin-left: 20px;
}

.works .cmn-btn a p {
    color: #fff;
}

.service-wrap {
    position: relative;
    height: 100vh;
}

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

.service.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 20;
}

html.service-lock,
body.service-lock {
    overflow: hidden;
}

.service-swiper,
.service-swiper .swiper-wrapper,
.service-cont {
    width: 100%;
    height: 100vh;
}

.service-cont {
    position: relative;
    overflow: hidden;
}

.service-cont .video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.service.service-swiper {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
}

.service-swiper .swiper-wrapper {
    height: 100%;
}

.service-swiper .swiper-slide {
    position: relative;
    width: 100%;
    height: 100vh !important;
    overflow: hidden;
    background: #000;
}

.service-swiper .video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    transform: scale(1);
    transition: transform 0.6s ease;
}

.service-swiper .swiper-slide::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
    pointer-events: none;
}

.service-inner {
    width: calc(100% - 60px);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    transform: translate(-50%, -50%) scale(1);
    transform-origin: center center;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    will-change: transform, opacity;
    transition: transform 0.25s linear, opacity 0.25s linear;
}

.service-flex-left {
    width: 60%;
}

.service-flex-left .cmn-title h2 span {
    font-size: 180px;
    color: rgba(255, 255, 255, .4);
}

.service-flex-left .service-flex-left-img {
    max-width: 600px;
}

.service-flex-right {
    width: 34.5%;
    max-width: 580px;
}

.service-flex-right-txt {
    margin-bottom: 45px;
}

.service-flex-right-txt h3 {
    font-size: 32px;
    line-height: 1.8;
    color: #fff;
    padding-bottom: 15px;
}

.service-flex-right-txt p {
    font-size: 15px;
    color: #fff;
}

.service .cmn-btn {
    width: 130px;
}

.service .cmn-btn a p {
    color: #fff;
}

.service .cmn-btn a p {
    transform: translateX(-20px);
}

.service .cmn-btn a:hover p {
    transform: translateX(-10px);
}

/* active */
.service-swiper .swiper-slide-active .service-inner {
    opacity: 1;
}

/* 前後スライドの基本見え方 */
.service-swiper .swiper-slide-prev .service-inner,
.service-swiper .swiper-slide-next .service-inner {
    opacity: 0.7;
}

.topics {
    padding: 120px 0;
}

.topics .inner {
    max-width: 1400px;
}

.topics .cmn-title {
    margin-left: 60px;
    margin-bottom: 100px;
}

.topics-list {
    margin-bottom: 60px;
    margin-right: -60px;
}

.topics-list ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.topics-list ul li {
    width: 32%;
    transition: all .5s;
}

.topics-list ul li a {
    transition: all .5s;
    display: block;
    width: 100%;
    height: 100%;
    padding: 30px 20px;
}

.topics-list ul li a:hover {
    background: #05050A;
    opacity: 1;
}

.topics .cmn-btn {
    margin-inline: auto 20px;
}

.topics-list-day {
    margin-bottom: 15px;
}

.topics-list-day p {
    font-size: 13px;
    color: #05050A;
    text-decoration: underline;
    transition: all .5s;
}

.topics-list-img {
    width: 100%;
    margin-bottom: 20px;
}

.topics-list-title h3 {
    font-size: 15px;
    color: #05050A;
    transition: all .5s;
}

.topics-list ul li a:hover .topics-list-day p,
.topics-list ul li a:hover .topics-list-title h3 {
    color: #fff;
}

.faq {
    background: #000;
    padding: 120px 0 10px;
    border-top-right-radius: 200px;
}

.faq .cmn-title {
    margin-bottom: 60px;
    margin-left: 20px;
}

.faq .cmn-title h2 span {
    color: #fff;
    font-size: 180px;
}

.faq-list {
    max-width: 500px;
    margin-right: auto;
}

.faq-list li {
    margin-bottom: 60px;
}

.faq-list li:last-child {
    margin-bottom: 0px;
}

.faq-list-txt {
    display: flex;
}

.faq-list-txt span,
.faq-list-txt h3 {
    font-size: 15px;
    color: #fff;
}

.faq-list-txt p {
    font-size: 14px;
    color: #fff;
}

.faq-list-txt span {
    margin-right: 5px;
}

.faq-list-q {
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
}

footer {
    background: #000;
    padding: 60px 0 40px;
    margin-top: -2px;
}

.footer-inner {
    max-width: 1400px;
    width: calc(100% - 40px);
    margin: 0 auto;
}

.footer-top-logo {
    max-width: 315px;
    width: 100%;
    margin: 0 0 100px auto;
}

.footer-bottom-contact {
    max-width: 575px;
    margin: 0 auto 80px;
}

.footer-bottom-contact-txt {
    width: calc(100% - 300px);
}

.footer-bottom-contact-txt p {
    font-size: 16px;
    color: #fff;
}

.footer-bottom-contact-btn {
    width: 260px;
}

.footer-bottom-contact-btn a {
    width: 100%;
    border: 1px solid #fff;
    padding: 15px 0;
    text-align: center;
    font-size: 18px;
    font-weight: 100;
    transition: all .5s;
    color: #fff;
    display: block;
}

.footer-bottom-contact-btn a:hover {
    background: #fff;
    color: #000;
    opacity: 1;
}

.footer-bottom-link {
    margin-bottom: 70px;
}

.footer-bottom-link ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-bottom-link ul li {
    padding-inline: 10px;
}

.footer-bottom-link ul li a {
    padding-inline: 5px;
    font-size: 16px;
    color: #fff;
    font-weight: 300;
}

.footer-flex-bottom {
    text-align: center;
}

.footer-flex-bottom p {
    font-size: 14px;
    color: #fff;
}

.top-wrap.under-wrap {
    margin-top: 80px;
}

.about-top {
    background: linear-gradient(151.04deg, #000000 2.06%, #333434 98.23%);
    border-bottom-left-radius: 150px;
    border-bottom-right-radius: 150px;
    padding: 120px 0 100px;
}

.under-fv {
    position: relative;
}

.bread-wrap {
    position: absolute;
    transform: rotate(90deg);
    top: 180px;
    left: -30px;
    z-index: 3;
}

.breadcrumbs {
    display: flex;
    gap: 0 7.5px;
}

.breadcrumbs a,
.breadcrumbs span {
    font-size: 18px;
    font-weight: 100;
}

#about .breadcrumbs a,
#about .breadcrumbs span {
    color: #fff;
}

.about-top-flex-left {
    width: 47.5%;
}

.about-top-flex-left .cmn-title h2 span {
    color: #fff;
    line-height: 1;
}

.about-top-flex-left .cmn-title {
    margin-bottom: 40px;
}

.about-top-flex-left-txt {
    margin-bottom: 60px;
}

.about-top-flex-left-txt p {
    font-size: 18px;
    line-height: 2;
    color: #fff;
}

.about-top-flex-left-flow ul {
    max-height: 420px;
    overflow-y: auto;
    padding-left: 10px;
}

.about-top-flex-left-flow ul li {
    margin-bottom: 25px;
}

.about-top-flex-left-flow ul li:last-child {
    margin-bottom: 0;
}

.about-top-flex-left-flow ul::-webkit-scrollbar {
    width: 6px;
}

.about-top-flex-left-flow ul::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 3px;
}

.flow-num {
    margin-bottom: 2.5px;
}

.flow-num p {
    font-size: 16px;
    color: #fff;
}

.flow-num-txt {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.flow-num-txt-bar {
    width: 1px;
    height: auto;
    position: relative;
    background: #fff;
}

.flow-num-txt-bar::before {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    background: #fff;
    border-radius: 50%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.flow-num-txt-txt {
    padding-block: 20px;
    width: calc(100% - 25px);
}

.flow-num-txt-txt p {
    font-size: 16px;
    color: #fff;
}

.about-top-flex-right {
    width: 47.5%;
}

.about-gallery {
    padding: 140px 0;
}

.about-gallery .inner {
    position: relative;
}

.about-gallery .cmn-title h2 {
    text-align: right;
}

.about-gallery .cmn-title h2 span {
    color: #242424;
}

.about-gallery-txt {
    position: absolute;
    right: 0;
    top: 35%;
    max-width: 700px;
    width: 100%;
    z-index: 3;
}

.about-gallery-txt-txt p {
    font-size: 18px;
    line-height: 2;
}

.about-gallery-txt-txt p a {
    text-decoration: underline;
}

.about-gallery-txt-txt p a:hover {
    opacity: 1;
    text-decoration: none;
}

.gallery-swiper .swiper-wrapper {
    align-items: flex-end;
}

.gallery-swiper .swiper-slide {
    width: 275px;
    aspect-ratio: 3 / 4.6;
    flex-shrink: 0;
    transition:
        width .7s ease;
    overflow: hidden;
}

.gallery-swiper .swiper-slide-active,
.gallery-swiper .swiper-slide-duplicate-active {
    width: 450px;
}

.gallery-swiper video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.gallery-swiper-wrap {
    position: relative;
    left: -12.5vw;
}

.blk-bg {
    background: #000;
}

.service-cont {
    height: 100vh;
}

.service-cont-top {
    height: calc(100vh - 70px);
    position: relative;
}

.service-cont video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service-cont::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.25);
    z-index: 1;
    pointer-events: none;
}

#service .bread-wrap .breadcrumbs a,
#service .bread-wrap .breadcrumbs span {
    color: #fff;
}

.single .bread-wrap {
    left: -100px;
}

.single .bread-wrap a,
.single .bread-wrap span {
    color: #fff;
}

.service-cont-txt {
    position: absolute;
    width: calc(100% - 40px);
    max-width: 1280px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    text-align: left;
    bottom: 20%;
    z-index: 2;
}

.service-cont-txt h2 {
    font-weight: 400;
    font-size: 100px;
    letter-spacing: 0.1em;
    color: #FFFFFF;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    padding-bottom: 30px;
    line-height: 1;
}

.service-cont-txt p {
    font-weight: 600;
    font-size: 42px;
    letter-spacing: 0.1em;
    color: #FFFFFF;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    line-height: 1.8;
}

.service-center {
    border-radius: 80px;
    position: relative;
    z-index: 2;
    background: linear-gradient(151.04deg, #000000 2.06%, #333434 98.23%);
    padding: 0px;
    margin-top: -5%;
    overflow: hidden;
}

.service-center .slider-container {
    margin-top: 0px;
}

.service-center-left {
    width: 40%;
}

.service-center-right {
    width: 55%;
}

.service-center-right-title {
    margin-bottom: 90px;
}

.service-center-right-title h2 {
    font-size: 70px;
    color: #fff;
    padding-bottom: 10px;
    letter-spacing: .1rem;
}

.service-center-right-title p {
    font-size: 42px;
    color: #fff;
}

.service-center-right-txt {
    margin-bottom: 80px;
}

.service-center-right-txt h3 {
    font-size: 30px;
    padding-bottom: 15px;
    color: #fff;
}

.service-center-right-txt p {
    font-size: 18px;
    color: #fff;
    line-height: 2;
}

.service-center-right .cmn-btn {
    margin-left: auto;
}

.service-center-right .cmn-btn p {
    color: #fff;
}

.service-bottom {
    margin-top: -5%;
    height: 105vh;
    position: relative;
}

.service-bottom .service-cont-txt {
    text-align: right;
}

.project {
    padding: 140px 0;
}

.project-flex {
    flex-direction: row-reverse;
}

.project-flex-txt {
    width: 47.5%;
}

.project-flex-txt p {
    font-size: 18px;
    line-height: 2;
}

.project-flex-title {
    width: 47.5%;
}

.project-flex-title h2 {
    font-size: 70px;
    letter-spacing: .1rem;
    margin-bottom: 40px;
}

.project-flex-title .cmn-btn {
    margin-left: auto;
}

.blk-bg .slider-container {
    padding-bottom: 50px;
}

.under-temp-cont {
    background: linear-gradient(151.04deg, #000000 2.06%, #333434 98.23%);
    padding: 100px 0 120px;
    border-top-left-radius: 80px;
    border-top-right-radius: 80px;
}

.under-temp-cont.contact-top {
    background: #fff;
}

.under-title {
    margin-bottom: 50px;
}

.under-title h2 span {
    color: #fff;
    font-size: 80px;
}

.under-temp-cont .breadcrumbs a,
.under-temp-cont .breadcrumbs span {
    color: #fff;
}

.member-cont {
    max-width: 1140px;
    margin: 0 auto;
}

.member-cont ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 80px 60px;
}

.member-cont-box {
    margin-bottom: 25px;
    padding: 25px 20px;
    background: linear-gradient(180deg, #F5F5F5 0%, #E6E6E6 100%);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.member-cont-box-img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
}

.member-cont-box-img img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.member-cont-box-txt {
    width: calc(100% - 180px);
}

.member-cont-box-txt h3 {
    font-size: 32px;
    font-weight: 700;
}

.member-cont-box-txt p {
    font-size: 20px;
}

.member-cont-txt {
    width: calc(100% - 30px);
    margin: 0 auto;
}

.member-cont-txt p {
    font-size: 18px;
    line-height: 1.8;
    color: #fff;
}

.policy-conts .policy-cont {
    margin-bottom: 40px;
}

.policy-conts .policy-cont:last-child {
    margin-bottom: 0;
}

.policy-conts .policy-cont h3 {
    font-size: 16px;
    padding-bottom: 15px;
    color: #fff;
}

.policy-conts .policy-cont p {
    font-size: 16px;
    color: #fff;
    line-height: 2;
}

.contact-top .under-title h2 span,
.under-temp-cont.contact-top .breadcrumbs a,
.under-temp-cont.contact-top .breadcrumbs span {
    color: #05050A;
}

.contact-cont {
    max-width: 1000px;
    margin: 0 auto;
}

.contact-cont-txt {
    margin-bottom: 35px;
}

.contact-cont-txt.thanks-txt {
    margin-block: 40px;
}

.contact-cont-txt p {
    font-size: 18px;
    line-height: 1.8;
    padding-bottom: 50px;
}

.contact-cont-txt.thanks-txt p {
    padding-bottom: 0;
}

.contact-cont-txt h3 {
    font-size: 24px;
}

.contact-form-wrap .form-row {
    margin-bottom: 50px;
}

.form-row .flex p {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.form-row label {
    margin-right: 20px;
    font-size: 18px;
}

.form-row span.required-badge {
    font-size: 14px;
    line-height: 1;
    color: #fff;
    padding: 3.5px 10px 2.5px;
    background: #FF3D3D;
    display: inline-block;
}

.form-row input,
.form-row select,
.form-row textarea {
    background: #D9D9D9;
    border-radius: 10px;
    padding: 20px;
    font-size: 18px;
    outline: none;
    border: none;
    width: 100%;
    box-sizing: border-box;
    color: #000;
}

/* select専用（重要） */
.form-row select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #D9D9D9;
    border-radius: 10px;
    /* 右側スペース（矢印用） */
    padding-right: 50px;
    cursor: pointer;
}

.form-row textarea {
    min-height: 200px;
}

.form-note {
    text-align: center;
    margin-bottom: 50px;
}

.form-note h3 {
    font-size: 18px;
    padding-bottom: 20px;
}

.form-note p {
    font-size: 14px;
    color: #727272;
}

.recaptcha-cont {
    margin-bottom: 40px;
}

.wpcf7-spinner {
    display: none !important;
}

.form-submit {
    width: 105px;
    margin: 0 auto;
    cursor: pointer;
}

.form-submit p {
    display: flex;
    align-items: center;
    color: #000;
}

.form-submit input {
    background: initial;
    border: initial;
    font-size: 16px;
    font-family: "helvetica-lt-pro", sans-serif;
    white-space: nowrap;
    font-weight: 100;
    transition: all .5s;
    transform: translateX(15px);
    width: calc(100% - 60px);
    z-index: 2;
    position: relative;
    color: #000;
}

.form-submit img {
    width: 60px;
    transition: all .5s;
}

.form-submit:hover input {
    transform: translateX(25px);
}

.form-submit:hover img {
    transform: scale(1.05);
}

.post-cont {
    max-width: 1720px;
    width: 100%;
    margin-inline: auto 0;
    padding-left: 2vw;
}

.post-cont ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.post-cont ul.topics-list {
    margin: 0 0 100px;
    gap: 60px 0;
}

.gallery-cont li {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    list-style: none;
}

.gallery-cont li::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    transition: opacity .3s ease;
    z-index: 2;
}

.gallery-cont li::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 156px;
    height: 69px;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity .3s ease;
    z-index: 3;
    pointer-events: none;
    background: no-repeat center / contain url(../img/common/viewmore.svg);
}

.gallery-cont li:hover::before,
.gallery-cont li:hover::after {
    opacity: 1;
}

.video-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    inset: 0;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s ease, visibility .3s ease;
}

.video-popup.is-show {
    opacity: 1;
    visibility: visible;
}

.video-popup-bg {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.8);
}

.video-popup-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: min(90vw, 1000px);
    transform: translate(-50%, -50%);
    z-index: 2;
}

.video-popup-player {
    background: #000;
}

.video-popup-player video {
    display: block;
    width: 100%;
    height: auto;
    max-height: 80vh;
}

.video-popup-close {
    position: absolute;
    top: -40px;
    right: -40px;
    width: 50px;
    height: 50px;
    background: transparent;
    border: none;
    cursor: pointer;
    display: block;
}

/* 共通線 */
.video-popup-close::before,
.video-popup-close::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 28px;
    height: 2px;
    background: #fff;
    transform-origin: center;
    transition: transform .3s ease, opacity .3s ease;
}

/* 左上→右下 */
.video-popup-close::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

/* 右上→左下 */
.video-popup-close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

/* hoverアニメ（任意） */
.video-popup-close:hover::before {
    transform: translate(-50%, -50%) rotate(135deg);
}

.video-popup-close:hover::after {
    transform: translate(-50%, -50%) rotate(-135deg);
}

.under-temp-cont.under-post-cont {
    padding-bottom: 0;
    overflow: hidden;
}

.relate-cont-list .topics-list-img,
.post-cont .topics-list-img {
    margin-bottom: 30px;
    aspect-ratio: 16/9;
    position: relative;
}

.relate-cont-list .topics-list-img img,
.post-cont .topics-list-img img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.topics-list-txt {
    padding-inline: 10px;
}

.topics-list-txt .topics-list-title {
    padding-bottom: 15px;
    margin-bottom: 15px;
    position: relative;
}

.topics-list-txt .topics-list-title::before {
    content: "";
    left: 0;
    bottom: 0;
    width: 60px;
    height: 1px;
    background: #fff;
    position: absolute;
}

.topics-list-txt .topics-list-title h3 {
    font-size: 24px;
    color: #fff;
}

.topics-list-txt .topics-list-day p {
    text-decoration: none;
    font-size: 16px;
    color: #fff;
}

.topics-list-txt-txt p {
    font-size: 16px;
    color: #fff;
    line-height: 1.8;
}

.related-swiper {
    overflow: visible;
}

.related-swiper .swiper-wrapper {
    align-items: stretch;
}

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

.related-swiper .topics-item {
    height: 100%;
}

.related-swiper .topics-item a {
    display: block;
    height: 100%;
}

.swiper-nav {
    display: flex;
    justify-content: flex-end;
    gap: 20px;
    margin-bottom: 40px;
}

.swiper-nav-prev,
.swiper-nav-next {
    cursor: pointer;
}

.swiper-nav-prev.swiper-button-disabled,
.swiper-nav-next.swiper-button-disabled {
    opacity: .3;
    pointer-events: none;
}

.single-cont {
    background: #fff;
    padding: 100px 0 160px;
    border-top-left-radius: 80px;
    border-top-right-radius: 80px;
    margin-top: -5%;
    z-index: 1;
    position: relative;
}

.single-cont-title {
    margin-bottom: 20px;
}

.single-cont-title h1 {
    font-size: 36px;
}

.single-cont-day {
    margin-bottom: 60px;
}

.single-cont-day p {
    font-size: 16px;
}

.single-cont-txt p {
    font-size: 18px;
    line-height: 2;
}

.related-cont {
    background: linear-gradient(151.04deg, #000000 2.06%, #333434 98.23%);
    padding: 120px 0;
    border-top-left-radius: 80px;
    border-top-right-radius: 80px;
    margin-top: -5%;
    z-index: 2;
    position: relative;
}

.related-cont .under-title {
    margin-bottom: 20px;
}

.single-thumb {
    width: 100%;
    position: relative;
}

.single-thumb-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.works-filter select {
    min-width: 210px;
    height: 40px;
    padding: 0 20px;
    border: 1px solid #ccc;
    font-size: 16px;
    color: #fff;
    background: initial;
    border-radius: 5px;
    cursor: pointer;
}

/* ラッパーを基準にする */
.works-filter {
    position: relative;
    display: inline-block;
}

/* 既存のselectに追加するプロパティだけ */
.works-filter select {
    /* 元の矢印を消す（重要） */
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    /* 三角用の余白 */
    padding-right: 40px;
}

/* IE用（念のため） */
.works-filter select::-ms-expand {
    display: none;
}

/* 下三角（擬似要素） */
.works-filter::after {
    content: "";
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    /* 色は select の文字色に合わせて白 */
    border-top: 6px solid #fff;
    pointer-events: none;
}

.works-title-flex {
    display: flex;
    align-items: center;
    margin-bottom: 60px;
}

.works-title-flex .under-title {
    margin-bottom: 0;
    margin-right: 80px;
}

.wpcf7-not-valid-tip {
    padding-top: 10px;
}

@media screen and (max-width: 1800px) {
    .post-cont {
        padding-left: 9%;
    }
}

@media screen and (max-width: 1440px) {
    .vision {
        width: calc(100% - 40px);
    }
}

@media screen and (max-width: 1400px) {
    .psp {
        display: block;
    }

    .spc {
        display: none;
    }

    .topics-list {
        margin-right: 0px;
    }

    .header-left-nav ul li a {
        font-size: 13px;
    }

    .header-left {
        width: 450px;
    }

    .header-left-nav {
        width: calc(100% - 80px);
    }

    .header-center a h1,
    .header-center a p {
        font-size: 16px;
    }

    .service-flex-right-txt h3 {
        font-size: 24px;
    }

    .breadcrumbs a,
    .breadcrumbs span {
        font-size: 14px;
    }

    .bread-wrap {
        left: 20px;
        top: 60px;
        transform: initial;
    }

    .single .bread-wrap {
        left: 20px;
    }

    .gallery-swiper-wrap {
        left: 0;
    }

    .project-flex-title {
        width: 50%;
    }

    .service-center-right {
        width: 57.5%;
    }

    .post-cont {
        padding-left: 20px;
    }

    .about-gallery-txt {
        max-width: 500px;
    }

    .about-gallery-txt-txt p {
        font-size: 16px;
    }

    .service-center-right-title h2 {
        font-size: 60px;
    }

    .service-center-right-title p {
        font-size: 36px;
    }

    .service-center-right-txt h3 {
        font-size: 24px;
    }

    .service-center-right-txt p {
        font-size: 16px;
    }

    .service-flex-left .cmn-title h2,
    .service-flex-left .cmn-title h2 span {
        font-size: 140px;
    }

    .service-flex-right-txt p {
        font-size: 14px;
    }
}

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

    .header-left-nav ul li a,
    .under-page .header-bar .header-left-nav ul li a {
        font-size: 11px;
    }

    .header-left {
        width: 400px;
    }

    .header-center a h1,
    .header-center a p,
    .under-page .header-bar .header-center a p {
        font-size: 16px;
    }

    .header-left-nav {
        width: calc(100% - 70px);
    }

    .about-top-flex-left .cmn-title h2 span {
        font-size: 150px;
    }

    .about-top-flex-left-txt p {
        font-size: 16px;
    }

    .about-gallery-txt {
        max-width: 1000px;
        position: relative;
        margin: 60px 0 40px auto;
        top: initial;
    }

    .project-flex-txt p {
        font-size: 16px;
    }

    .project-flex-title h2 {
        font-size: 50px;
    }

    .gallery-swiper-wrap {
        left: -12.5vw;
    }

    .service-center-right-title h2 {
        font-size: 50px;
    }

    .service-center-right-title p {
        font-size: 32px;
    }
}

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

    body,
    .top-wrap #luxy,
    .fv,
    header {
        min-width: initial;
    }

    .sp {
        display: block !important;
    }

    .pc {
        display: none !important;
    }

    .header-inner {
        width: calc(100% - 30px);
    }

    .header-right .drawer-hamburger {
        position: relative;
        padding: 0;
        width: 25px;
    }

    .header-center a h1,
    .header-center a p,
    .under-page .header-bar .header-center a p {
        font-size: 13px;
    }

    .drawer-open .header-center a h1,
    .drawer-open .header-left .lang-wrap a,
    .drawer-open .header-left .lang-wrap span {
        color: #fff;
    }

    .drawer-open .drawer-hamburger-icon:after,
    .drawer-open .drawer-hamburger-icon::before {
        background: #fff;
    }

    .header-left {
        width: 60px;
    }

    .header-right,
    .under-page .header-right {
        width: 100px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .header-contact a,
    .under-page .header-bar .header-contact a {
        width: 60px;
        padding: 3.5px 2.5px;
        font-size: 11px;
    }

    .drawer-open .header-contact a {
        background: #00ff00;
        color: #000000;
    }

    .is-active .drawer-hamburger-icon,
    .is-active .drawer-hamburger-icon:before,
    .is-active .drawer-hamburger-icon:after {
        background-color: #fff;
    }

    .drawer-hamburger-icon,
    .drawer-hamburger-icon:before,
    .drawer-hamburger-icon:after,
    .under-page .drawer-hamburger-icon,
    .under-page .drawer-hamburger-icon:before,
    .under-page .drawer-hamburger-icon:after {
        height: 1px !important;
        background-color: #05050A;
    }

    .drawer-hamburger-icon:before {
        width: 16px;
    }

    .drawer-hamburger-icon:after {
        opacity: 0;
        transition: all .6s cubic-bezier(.19, 1, .22, 1);
    }

    .drawer-nav {
        z-index: 3;
        width: 100%;
        height: 100vh;
        color: #fff;
        background-color: rgba(0, 0, 0, 0.9);
        padding-top: 100px;
    }

    .drawer--right .drawer-nav {
        right: -100%;
    }

    .drawer--right.drawer-open .drawer-hamburger {
        right: 0;
        top: -3.5px;
    }

    .drawer-open .drawer-hamburger-icon {
        background-color: transparent !important;
    }

    .drawer-open .drawer-hamburger-icon:before {
        width: 100%;
    }

    .drawer-open .drawer-hamburger-icon::after {
        opacity: 1;
        width: 100%;
    }

    .drawer-open .header-right-right .drawer-hamburger {
        padding: 0px;
    }

    .drawer-open .drawer-hamburger-icon:after {
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg);
    }

    .drawer-open .drawer-hamburger-icon:before {
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg);
    }

    .drawer-nav ul li {
        margin-bottom: 15px;
    }

    .drawer-nav ul li:last-child {
        margin-bottom: 0;
    }

    .drawer-nav ul li a {
        text-align: center;
        color: #fff;
        font-size: 16px;
        display: block;
    }

    .fv-txt {
        left: 20px;
        bottom: 10%;
    }

    .fv-txt p {
        font-size: 32px;
        padding-bottom: 20px;
    }

    .fv-txt h2 {
        font-size: 13px;
        padding-left: 32.5px;
    }

    .fv-txt h2::after {
        width: 25px;
    }

    .vision {
        width: calc(100% - 30px);
        margin: 0px auto;
        padding-block: 20px 80px;
        position: relative;
        top: -60px;
    }

    .slide {
        width: 250px;
        margin-right: 15px;
    }

    .slider-container {
        margin-top: 15px;
    }

    .inner {
        max-width: 100%;
        width: calc(100% - 30px);
    }

    .cmn-title h2 {
        font-size: 70px;
    }

    .vision-box .inner {
        padding-top: 70px;
        width: calc(100% - 40px);
    }

    .vision-box-flex {
        display: block;
        margin: 0 auto;
        max-width: 500px;
    }

    .vision-box-flex-left {
        width: 100%;
        margin-bottom: 30px;
    }

    .vision-box-flex-left-title h3 {
        font-size: 24px;
        left: -15px;
    }

    .vision-box-flex-left-txt p {
        font-size: 13px;
        padding-bottom: 20px;
    }

    .cmn-btn a img {
        width: 50px;
    }

    .cmn-btn a p {
        font-size: 14px;
        transform: translateX(0px);
        width: calc(100% - 50px);
    }

    .cmn-btn a:hover p {
        transform: translateX(10px);
    }

    .vision-box-flex-right {
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
    }

    .vision-box-flex-right-logo {
        max-width: 210px;
    }

    .works .cmn-title h2 span {
        font-size: 60px;
    }

    .works {
        padding-block: 100px 80px;
        margin-top: -120px;
    }

    .diagonal-swiper-wrap .slide-inner h3 {
        font-size: 16px;
    }

    .service-swiper {
        touch-action: pan-y;
    }

    .service-inner {
        width: calc(100% - 30px);
        max-width: 500px;
        display: block;
    }

    .service-flex-left {
        width: 100%;
        margin-bottom: 20px;
    }

    .service-flex-left .cmn-title h2,
    .service-flex-left .cmn-title h2 span {
        font-size: 70px;
    }

    .service-flex-left .service-flex-left-img {
        max-width: 300px;
    }

    .service-flex-right {
        width: 100%;
    }

    .service-flex-right-txt h3 {
        font-size: 20px;
    }

    .service-flex-right-txt p {
        font-size: 13px;
    }

    .service .cmn-btn {
        width: 120px;
        margin-left: 20px;
    }

    .service .cmn-btn a p {
        transform: translateX(-12.5px);
    }

    .service .cmn-btn a:hover p {
        transform: translateX(-5px);
    }

    .topics {
        padding: 80px 0;
    }

    .topics .cmn-title {
        margin-left: 0px;
        margin-bottom: 40px;
    }

    .topics-list {
        margin-bottom: 20px;
    }

    .topics-list ul {
        display: block;
        max-width: 500px;
        margin: 0 auto;
    }

    .topics-list ul li {
        width: 100%;
    }

    .topics-list ul li a {
        padding: 20px 15px;
    }

    .topics-list-day p {
        font-size: 12px;
    }

    .topics-list-img {
        margin-bottom: 15px;
    }

    .topics-list-title h3 {
        font-size: 14px;
    }

    .faq {
        padding: 70px 0 60px;
        border-top-right-radius: 100px;
    }

    .faq .cmn-title h2 span {
        font-size: 70px;
    }

    .faq .cmn-title {
        margin-bottom: 40px;
    }

    footer {
        padding: 30px 0 20px;
    }

    .footer-top-logo {
        max-width: 200px;
        margin: 0 0 40px auto;
    }

    .footer-bottom-contact {
        max-width: 300px;
        margin: 0 auto 40px;
        display: block;
    }

    .footer-bottom-contact-txt {
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }

    .footer-bottom-contact-txt p {
        font-size: 14px;
    }

    .footer-bottom-contact-btn {
        width: 200px;
        margin: 0 auto;
    }

    .footer-bottom-contact-btn a {
        padding: 10px 0;
        text-align: center;
        font-size: 16px;
    }

    .footer-flex-bottom p {
        font-size: 10px;
    }

    .header-left .lang-wrap {
        width: 50px;
    }

    .header-bar {
        padding-block: 15px;
    }

    .top-wrap {
        overflow: initial;
    }

    .vision-box-flex-left-txt {
        margin-bottom: 30px;
    }

    .faq-list li {
        margin-bottom: 40px;
    }

    .faq-list-txt span,
    .faq-list-txt h3 {
        font-size: 14px;
        color: #fff;
    }

    .top-wrap.under-wrap {
        margin-top: 55px;
    }

    .about-top {
        border-bottom-left-radius: 50px;
        border-bottom-right-radius: 50px;
        padding: 80px 0;
    }

    .bread-wrap {
        left: initial;
        top: initial;
        position: relative;
        transform: initial;
        width: calc(100% - 40px);
        margin: 0 auto 30px;
    }

    .about-top-flex {
        display: block;
    }

    .about-top-flex-left {
        width: 100%;
        margin-bottom: 40px;
    }

    .about-top-flex-right {
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
    }

    .about-top-flex-left .cmn-title {
        margin-bottom: 20px;
    }

    .about-top-flex-left-txt p {
        font-size: 14px;
    }

    .about-top-flex-left-txt {
        margin-bottom: 40px;
    }

    .flow-num p {
        font-size: 14px;
    }

    .flow-num-txt-bar::before {
        width: 10px;
        height: 10px;
    }

    .flow-num-txt-txt {
        padding-block: 15px;
        width: calc(100% - 20px);
    }

    .flow-num-txt-txt p {
        font-size: 14px;
    }

    .about-gallery {
        padding: 80px 0;
    }

    .about-gallery-txt {
        position: relative;
        right: initial;
        top: initial;
        max-width: 500px;
        width: 100%;
        margin: 50px auto 30px;
    }

    .about-gallery-txt-txt p {
        font-size: 14px;
    }

    .gallery-swiper .swiper-slide {
        width: 225px;
    }

    .gallery-swiper .swiper-slide-active,
    .gallery-swiper .swiper-slide-duplicate-active {
        width: 300px;
    }

    .service-top .bread-wrap {
        position: absolute;
        left: 20px;
        top: 40px;
    }

    .service-cont-txt {
        bottom: 15%;
    }

    .service-cont-txt h2 {
        font-size: 70px;
        padding-bottom: 20px;
    }

    .service-cont-txt p {
        font-size: 24px;
    }

    .service-center {
        border-radius: 40px;
    }

    .service-center-flex {
        display: flex;
        max-width: 500px;
        width: 100%;
        margin: 80px auto;
    }

    .service-center-right-title h2 {
        font-size: 42px;
    }

    .service-center-right-title p {
        font-size: 24px;
    }

    .service-center-right-title {
        margin-bottom: 60px;
    }

    .service-center-right {
        width: 100%;
    }

    .service-center-right-txt h3 {
        font-size: 20px;
        padding-bottom: 10px;
    }

    .service-center-right-txt p {
        font-size: 14px;
    }

    .service-center-right-txt {
        margin-bottom: 40px;
    }

    .project {
        padding: 80px 0;
    }

    .project-flex {
        display: block;
        max-width: 500px;
        margin: 0 auto;
    }

    .project-flex-title {
        width: 100%;
        margin-bottom: 15px;
    }

    .project-flex-title h2 {
        font-size: 40px;
        margin-bottom: 20px;
    }

    .project-flex-txt {
        width: 100%;
    }

    .project-flex-txt p {
        font-size: 14px;
    }

    .project-flex-txt .cmn-btn {
        margin-top: 40px;
        margin-left: auto;
        width: 100px;
    }

    .project-flex-txt .cmn-btn .cmn-btn a p {
        transform: translateX(15px);
    }

    .under-temp-cont {
        padding: 60px 0;
        border-top-left-radius: 40px;
        border-top-right-radius: 40px;
    }

    .under-title {
        margin-bottom: 40px;
    }

    .under-title h2 span {
        color: #fff;
        font-size: 42px;
    }

    .member-cont ul {
        grid-template-columns: repeat(1, 1fr);
        gap: 30px 0px;
    }

    .member-cont-box {
        margin-bottom: 20px;
        padding: 20px 15px;
    }

    .member-cont-box-img {
        width: 125px;
        height: 125px;
    }

    .member-cont-box-txt {
        width: calc(100% - 140px);
    }

    .member-cont-box-txt h3 {
        font-size: 20px;
    }

    .member-cont-box-txt p {
        font-size: 16px;
    }

    .member-cont-txt {
        width: 100%;
    }

    .member-cont-txt p {
        font-size: 14px;
    }

    .policy-conts .policy-cont h3 {
        font-size: 14px;
        padding-bottom: 10px;
    }

    .policy-conts .policy-cont {
        margin-bottom: 30px;
    }

    .policy-conts .policy-cont p {
        font-size: 14px;
    }

    .contact-cont-txt {
        margin-bottom: 30px;
    }

    .contact-cont-txt p {
        font-size: 14px;
        padding-bottom: 20px;
    }

    .contact-cont-txt h3 {
        font-size: 18px;
    }

    .form-row label {
        margin-right: 15px;
        font-size: 16px;
    }

    .form-row input,
    .form-row select,
    .form-row textarea {
        border-radius: 7.5px;
        padding: 15px 10px;
        font-size: 16px;
    }

    .contact-form-wrap .form-row {
        margin-bottom: 30px;
    }

    .form-note h3 {
        font-size: 14px;
        padding-bottom: 15px;
    }

    .form-note p {
        font-size: 10px;
    }

    .form-note {
        margin-bottom: 40px;
    }

    .recaptcha-cont {
        margin-bottom: 30px;
    }

    .form-row textarea {
        max-height: 150px;
    }

    .post-cont ul {
        grid-template-columns: repeat(2, 1fr);
    }

    .video-popup-close {
        right: -10px;
        width: 45px;
        height: 45px;
    }

    .video-popup-inner {
        width: min(95vw, 1000px);
    }

    .single-cont {
        padding: 50px 0 100px;
        border-top-left-radius: 40px;
        border-top-right-radius: 40px;
        margin-top: -10%;
    }

    .single-cont-title h1 {
        font-size: 24px;
    }

    .single-cont-title {
        margin-bottom: 15px;
    }

    .single-cont-day {
        margin-bottom: 40px;
    }

    .single-cont-day p {
        font-size: 12px;
    }

    .single-cont-txt p {
        font-size: 14px;
    }

    .related-cont {
        padding: 80px 0;
        border-top-left-radius: 60px;
        border-top-right-radius: 60px;
        margin-top: -10%;
    }

    .related-cont .under-title {
        margin-bottom: 30px;
    }

    .swiper-nav-prev,
    .swiper-nav-next,
    .swiper-nav-prev svg,
    .swiper-nav-next svg {
        width: 50px;
    }

    .relate-cont-list .topics-list-img,
    .post-cont .topics-list-img {
        margin-bottom: 20px;
    }

    .topics-list-txt .topics-list-title h3 {
        font-size: 18px;
    }

    .topics-list-txt {
        padding-inline: 5px;
    }

    .topics-list-txt .topics-list-day p {
        font-size: 12px;
    }

    .topics-list-txt-txt p {
        font-size: 14px;
    }

    #single .bread-wrap {
        top: 30px;
        position: absolute;
        left: 20px;
    }

    .post-cont ul.topics-list {
        margin: 0 0 60px;
        gap: 40px 0;
    }

    .post-cont {
        padding-left: 0px;
    }

    .post-cont {
        width: calc(100% - 40px);
        margin: 0 auto;
    }

    .wrapper {
        overflow: hidden;
    }

    .about-top-flex-left .cmn-title h2 span {
        font-size: 56px;
    }

    .diagonal-swiper-wrap {
        touch-action: pan-x pan-y;
    }

    .diagonal-swiper-wrap .diagonal-new-swiper .swiper-slide:nth-child(odd) {
        margin-bottom: 120px;
    }
}

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

    .header-center a h1,
    .header-center a p,
    .under-page .header-bar .header-center a p {
        font-size: 12px;
    }

    .header-left .lang-wrap a,
    .header-left .lang-wrap span,
    .under-page .header-left .lang-wrap a,
    .under-page .header-left .lang-wrap span {
        font-size: 13px;
    }

    .cmn-title h2 {
        font-size: 56px;
    }

    .service-center-right-title h2 {
        font-size: 36px;
    }

    .service-center {
        margin-top: -10%;
    }

    .service-bottom {
        margin-top: -10%;
        height: 100vh;
        position: relative;
    }

    .post-cont ul {
        grid-template-columns: repeat(1, 1fr);
    }

    #single .bread-wrap {
        top: 15px;
        left: 15px;
    }

    .breadcrumbs a,
    .breadcrumbs span {
        font-size: 12px;
    }

    .works-title-flex {
        display: block;
        margin-bottom: 40px;
    }

    .works-title-flex .under-title {
        margin-bottom: 25px;
        margin-right: 0;
    }

    .about-gallery-txt {
        display: block;
    }

    .about-gallery-txt-txt {
        margin-bottom: 25px;
    }

    .about-gallery-txt .cmn-btn {
        margin-left: auto;
    }

    .gallery-swiper .swiper-slide {
        width: 200px;
    }

    .gallery-swiper-wrap {
        left: 0vw;
    }

    .gallery-swiper .swiper-slide-active,
    .gallery-swiper .swiper-slide-duplicate-active {
        width: 260px;
    }
}

.trp-floating-switcher {
    left: 20px !important;
    padding: 0 !important;
    top: 30px !important;
    transition: opacity .9s ease,
        transform .7s ease;
    transform: translateY(-100px) !important;
    opacity: 0 !important;
    background: initial !important;
    box-shadow: none !important;
}

.trp-floating-switcher.is-active {
    opacity: 1 !important;
    transform: translateY(0) !important;
}

.trp-language-item {
    padding: 0px 5px !important;
}

.trp-language-item,
.trp-language-item-name,
.under-page .trp-language-item,
.under-page .trp-language-item-name,
.header-is-active.under-page .trp-language-item,
.header-is-active.under-page .trp-language-item-name {
    color: #242424 !important;
    transition: all .5s;
    font-weight: 400 !important;
}

.trp-language-item[aria-current="page"] .trp-language-item-name {
    font-weight: 700 !important;
}

.header-is-active .trp-language-item,
.header-is-active .trp-language-item-name {
    color: #fff !important;
}

@media screen and (max-width: 834px) {
    .trp-floating-switcher {
        left: 10px !important;
        top: 17.5px !important;
    }

    .trp-language-item-name {
        font-size: 12px !important;
    }
}