@charset "utf-8";

body {
    font-family: 'M PLUS 1','Noto Sans JP',sans-serif;
    font-weight: 400;
}

@media screen and (max-width: 991px) {
body {
    overflow-x: hidden;
}
}
.top-kv {
    position: relative;
}
.top-kv__logo {
    position: absolute;
    width: 100%;
    height: 100dvh;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    z-index: 100;
}
.top-kv__logo figure {
    width: 50%;
    max-width: 468px;
}
.top-kv__logo .top_kv__box {text-align: center; color: #FFF; max-width: 700px; width: 90%;}
.top-kv__logo .c-headding--h2--lead h2 {color: #FFF; font-family: 'Noto Serif JP', serif; font-size: clamp(27px, 2.8vw, 56px);line-height: 1.3;}
.top-kv__logo .c-headding--h2--lead span {color: #FFF; letter-spacing: 0.1em; font-size: clamp(18px, 1vw, 24px); font-family: 'Noto Serif JP', serif; margin-top: clamp(10px, 1vw, 10px); display: inline-block;}

.top-kv__logo p {
    font-size: clamp(14px, 1vw, 18px);
    margin-top: clamp(20px, 2vw, 40px);
    letter-spacing: 0.1em;
    line-height: 1.8;
}

.top-kv__caption {
    position: sticky;
    bottom: 30px;
    left: 0;
    height: 50px;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40%;
    max-width: 700px;
    min-width: 320px;
    padding: 0 234px 0 60px;
    margin: 0;
}
.top-kv__caption p {
    color: #fff9;
}
@media screen and (max-width: 1280px) {
    .top-kv__caption {
        bottom: 70px;
        padding: 0 0 0 24px;
        justify-content: flex-start;
    }
}
@media screen and (max-width: 767px) {
    .top-kv__caption {
        bottom: 120px;
    }
}
.top-kv__caption.is-fixed {
    position: absolute;
}
.top-kv__bottom {
    position: sticky;
    bottom: 30px;
    height: 50px;
    width: 100%;
    z-index: 101;
    display: none;
}
@media screen and (max-width: 767px) {
    .top-kv__bottom {
        bottom: 70px;
    }
}
.top-kv__bottom > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}
@media screen and (max-width: 767px) {
    .top-kv__bottom > div {
        flex-direction: column;
        gap: clamp(20px, 2vw, 40px);
    }
}
.top-kv__bottom.is-fixed {
    position: absolute;
}
.top-kv__control {
    width: 40%;
    max-width: 700px;
    min-width: 320px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.top-kv__control p {
    color: #fff;
    font-size: clamp(12px, 1vw, 14px);
    font-family: 'Poppins', sans-serif;
}
@media screen and (max-width: 767px) {
    .top-kv__control {
        width: 100%;
        max-width: none;
        min-width: none;
    }
}
.top-kv .kv-slider {
    height: 130vh;
}
.top-kv .swiper-container {
    position: relative;
    overflow: hidden;
}
.top-kv .swiper-container.visible {
    overflow: visible;
}
.top-kv .sample-swiper-cards {
    padding: 0 50px;
}
.top-kv button {
    border: 0;
    padding: 0;
    background-color: transparent;
}
.top-kv .carousel-wrapper {
    position: relative;
}
.top-kv .carousel, .top-kv .item {
    height: 130vh;
}
.top-kv .item figure {
    width: 100%;
    height: 100%;
}
.top-kv .item figure img {
    height: 100% !important;
    object-fit: cover;
}
.top-kv .swiper-button-next, .top-kv .swiper-button-prev {
    padding: 0 16px;
    font-size: clamp(12px, 1vw, 14px);
    pointer-events: all;
    opacity: 1;
    transition: all .3s ease;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}
.top-kv .swiper-button-next:after, .top-kv .swiper-button-prev:after {
    position: absolute;
    font-size: clamp(12px, 1vw, 14px);
}
.top-kv .swiper-button-next.is-inactive, .top-kv .swiper-button-prev.is-inactive {
    pointer-events: none;
    opacity: .5;
}
.top-kv .swiper-slide-behind {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
}
.top-kv .swiper-slide {
    opacity: 1 !important;
}
.top-kv .swiper-slide .item, .top-kv .swiper-slide .item img {
    transition-delay: 1.5s;
}
.top-kv .swiper-slide .item {
    transform: translate(-100%);
    overflow: hidden;
}
.top-kv .swiper-slide .item img {
    transform: translate(100%);
}
.top-kv .swiper-slide-active {
    z-index: 2;
}
.top-kv .swiper-slide-active .item, .top-kv .swiper-slide-active .item img {
    transition-delay: 0s;
    transition-duration: 1.5s;
    transform: translate(0);
}
.top-kv .swiper-wrapper .swiper-slide-behind figure img {
    transform: scale(1.1);
    transition: 4s transform cubic-bezier(0.33, 1, 0.24, 1);
}
.DOMContentLoaded .top-kv .swiper-wrapper .swiper-slide-behind figure img {
    transform: scale(1);
}
.top-lead {
    padding: clamp(80px, 5vw, 100px) 0;
    padding-top: clamp(100px, 10vw, 200px);
    background: #cbcbcb;
}
.top-lead__inner {
    display: flex;
    gap: clamp(20px, 2vw, 40px);
    max-width: 1440px;
}

.top-lead .c-headding--h2--lead h2,
.top-lead .c-headding--h2--lead h2 span {font-family: 'Noto Serif JP', serif;}


@media screen and (max-width: 991px) {
    .top-lead__inner {
        flex-direction: column;
        gap: 40px;
    }
}
.top-lead__text {
    margin-top: clamp(25px, 2.5vw, 50px);
    font-size: clamp(14px, 1vw, 16px);
    line-height: 2.2;
    font-family: 'Noto Serif JP', serif;
}
.top-lead__button a {
    margin-top: clamp(30px, 3vw, 60px);
    width: 175px;
}
.top-lead__movie__wrap {
    flex: 1;
    display: flex;
    justify-content: center;
}
@media screen and (max-width: 991px) {
    .top-lead__movie__wrap {
        justify-content: flex-end;
    }
}
.top-lead__movie {
    max-width: 468px;
    width: 100%;
    z-index: 100;
}
.top-lead__movie div {
    position: relative;
    
}
.top-lead__movie div .bk {
    overflow: hidden;
    border-radius: 4px;
    /* border-radius: 20px; */
}
.top-lead__movie div .bk img {
    height: 100% !important;
    object-fit: cover;
    transition: all .7s ease;
}
.top-lead__movie div .bk:after {
    content: "";
    position: absolute;
    top: -2px;
    right: 0;
    bottom: 0;
    left: 0;
    background: #bdaa9f;
    z-index: 100;
    mix-blend-mode: multiply;
    opacity: .5;
}
.top-lead__movie div > div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    gap: clamp(16px, 1.5vw, 24px);
    align-items: center;
    z-index: 101;
}
.top-lead__movie div > div span {
    font-size: clamp(14px, 1vw, 16px);
    overflow: hidden;
    color: transparent;
    text-shadow: 0 1.5em 0 #fff,0 0 0 #fff;
}
.top-lead__movie:hover div > div span {
    animation: textroop 1s cubic-bezier(0.58, 0.3, 0.005, 1) 0s 1;
}
@media screen and (max-width: 991px) {
    .top-lead__movie {
        width: 100%;
        margin-bottom: -120px;
    }
}
.top-value {
    padding-top: clamp(50px, 5vw, 100px) 0;
    background: #cbcbcb;
}
.top-value__slider {
    height: 100vh;
    margin-bottom: 80vh;
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
    grid-template-rows: 50% 50%;
    gap: 2px 2px;
    grid-auto-flow: row;
    grid-template-areas: "value01 value02 value03 value03" "value01 value02 value04 value05";
    position: relative;
}

.top-value__slider .addLead {
	position: absolute;
	width: 100%;
	height: 100%;
	top:0;
	left:0;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 105;
	text-align: center;
}

.top-value__slider .addLead div { height: auto; padding-bottom: 40px; }

.top-value__slider .addLead h2 span{
	display: inline-block;
	color: #fff;
	font-family: 'Noto Serif JP', serif;
	font-size: clamp(24px, 2.5vw, 52px);
	font-weight: 400;
	opacity: 1;
}

.top-value__slider .addLead span.en {
    font-family: 'Poppins', sans-serif;
    font-size: clamp(12px, 1vw, 14px);
    color: #fff;
    display: inline-block;
    margin-bottom: 16px;
}

.top-value__slider .addLead h2 span .pcno{
	display: none;
}

@media screen and (max-width: 1024px) {
    .top-value__slider {
        margin-bottom: 0;
        grid-template-columns: 50% 50%;
        grid-template-rows: 25% 25% 25% 25%;
        grid-template-areas: "value01 value02" "value01 value02" "value03 value03" "value04 value05";
    }

	.top-value__slider .addLead h2 span .pcno{
		display: block;
	}


}
.top-value__slider figure {
    width: 100%;
    height: 100%;
}
.top-value__slider figure img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}
.top-value__slider div {
    height: 100%;
    overflow: hidden;
}
.top-value__slider div ul {
    width: 100%;
    height: 100%;
    position: relative;
}
.top-value__slider div ul li img {
    height: 100% !important;
}
.top-value__slider .swiper-wrapper {
    transition-timing-function: ease-in-out !important;
}
.top-value__slider:after {
    content: "";
    position: absolute;
    top: -2px;
    right: 0;
    bottom: 0;
    left: 0;
    background: #bdaa9f;
    z-index: 100;
    mix-blend-mode: multiply;
    opacity: .5;
}
.top-value .value01 {
    grid-area: value01;
}
.top-value .value02 {
    grid-area: value02;
}
.top-value .value03 {
    grid-area: value03;
}
.top-value .value04 {
    grid-area: value04;
}
.top-value .value05 {
    grid-area: value05;
}
.top-value__list {
    position: relative;
}
.top-value__list ol li {
    width: 100%;
    position: relative;
}
@media screen and (min-width: 992px) {
    .top-value__list ol li {
        contain: paint;
        will-change: contain;
        height: 100vh;
    }
}
.top-value__list ol li.--content01 {
    z-index: 105;
}
.top-value__list ol li.--content01 .content__inner {
    width: 100%;
}
@media screen and (min-width: 992px) {
    .top-value__list ol li.--content01 .content__inner {
        height: 200vh;
        position: absolute;
        top: 0;
        z-index: 105;
    }
}
.top-value__list ol li.--content01 .content__inner .content__inner--sticky {
    background: #f4f4f4;
}
.top-value__list ol li.--content02 {
    z-index: 110;
}
.top-value__list ol li.--content02 .content__inner {
    width: 100%;
}
@media screen and (min-width: 992px) {
    .top-value__list ol li.--content02 .content__inner {
        height: 300vh;
        position: absolute;
        top: -100vh;
        z-index: 110;
    }
}
.top-value__list ol li.--content02 .content__inner .content__inner--sticky {
    background: #ffffff;
}
.top-value__list ol li.--content03 {
    z-index: 115;
}
.top-value__list ol li.--content03 .content__inner {
    width: 100%;
}
@media screen and (min-width: 992px) {
    .top-value__list ol li.--content03 .content__inner {
        height: 300vh;
        position: absolute;
        top: -100vh;
        z-index: 115;
    }
}
.top-value__list ol li.--content03 .content__inner .content__inner--sticky {
    background: #fff;
}
.top-value__list ol li.--content04 {
    z-index: 115;
}
.top-value__list ol li.--content04 .content__inner {
    width: 100%;
}
@media screen and (min-width: 992px) {
    .top-value__list ol li.--content04 .content__inner {
        height: 200vh;
        position: absolute;
        top: -100vh;
        z-index: 115;
    }
}
.top-value__list ol li.--content04 .content__inner .content__inner--sticky {
    background: #cbcbcb;
}
.top-value__list ol li .content__inner {
    height: auto;
}
@media screen and (min-width: 992px) {
    .top-value__list ol li .content__inner--sticky {
        height: 100vh;
        position: sticky;
        top: 0;
    }
}
.top-value__list ol li .content__inner--sticky > div {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 24px;
    height: 100%;
    position: relative;
}

.top-value__list ol li .content__inner--sticky > div::before {
    position: absolute;
    right: 0;
    top: 50%;
    width: 90%;
    height: 60vh;
    margin-top: -30vh;
    content:"";
    background-color: #FFF;
    border-radius: 20px 0 0 20px;
}

.top-value__list ol li.--content02 .content__inner--sticky > div::before {
    position: absolute;
    right: inheirt;
    left:0;
    top: 50%;
    width: 40%;
    height: 60vh;
    margin-top: -30vh;
    content:"";
    background-color: #ede6d9;
    border-radius: 0 20px 20px 0;
}


@media screen and (max-width: 991px) {
    .top-value__list ol li .content__inner--sticky > div {
        grid-template-columns: 1fr;
        padding: 64px 35px;
    }
}
.top-value__list ol li .content__inner--sticky > div .body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: clamp(20px, 2vw, 40px);
    max-width: 470px;
    min-width: 230px;
    margin: 0 auto;
    padding-right: 24px;
    z-index: 10;
}
@media screen and (max-width: 991px) {
    .top-value__list ol li .content__inner--sticky > div .body {
        padding: 0;
        max-width: none;
        margin-bottom: 64px;
    }
}
.top-value__list ol li .content__inner--sticky > div .body h2 {
    color: #00031a;
    font-size: clamp(12px, 1vw, 14px);
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}
.top-value__list ol li .content__inner--sticky > div .body h2.white {
    color: #fff;
}
.top-value__list ol li .content__inner--sticky > div .body .title-en p {
    color: #a89469;
    font-size: clamp(30px, 3vw, 60px);
    line-height: 1;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}
.top-value__list ol li .content__inner--sticky > div .body .title-en p.black {
    color: #00031a;
}
.top-value__list ol li .content__inner--sticky > div .body .title-en p > span {
    margin-bottom: -.5em;
}
.top-value__list ol li .content__inner--sticky > div .body h3 {
    color: #00031a;
    font-size: clamp(20px, 2vw, 24px);
    font-weight: 400;
}
.top-value__list ol li .content__inner--sticky > div .body h3.white {
    color: #fff;
}
.top-value__list ol li .content__inner--sticky > div .body p {
    color: #00031a99;
    font-size: clamp(14px, 1vw, 16px);
    line-height: 1.8;
	text-align: justify;
	text-justify: auto;
}
.top-value__list ol li .content__inner--sticky > div .body p.white {
    color: #fff9;
}
.top-value__list ol li .content__inner--sticky > div .body a {
    width: 137px;
    margin-top: clamp(16px, 1.5vw, 24px);
}
@media screen and (max-width: 767px) {
    .top-value__list ol li .content__inner--sticky > div .body a {
        width: 100%;
        margin-top: 20px;
    }
}
.top-value__list ol li .content__inner--sticky > div .img figure {
    height: calc(100vh - 48px);
}
@media screen and (max-width: 991px) {
    .top-value__list ol li .content__inner--sticky > div .img figure {
        height: auto;
    }
}
.top-value__list ol li .content__inner--sticky > div .img figure img {
    height: 100% !important;
    object-fit: cover;
    border-radius: 4px;
}
.top-list {
    padding: clamp(100px, 10vw, 200px) 0;
    background: #cbcbcb;
}
.top-list .c-headding--h2 {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
@media screen and (max-width: 575px) {
    .top-list .c-headding--h2 {
        flex-direction: column;
        align-items: flex-start;
        gap: 40px;
    }
}
.top-list__button {
    display: flex;
    align-items: center;
    gap: clamp(50px, 5vw, 100px);
    padding-bottom: 14px;
}
.top-list__button ul li button {
    display: inline-block;
    text-decoration: none;
    color: #00031a;
    font-size: 14px;
    font-family: YakuHanJP,Inter,Noto Sans JP,sans-serif;
    font-weight: 500;
    width: 120px;
    height: 25px;
    line-height: 23px;
    border-radius: 13px;
    padding: 0 10px;
    text-align: center;
}
.top-list__button ul li button.is-active {
    color: #fff;
    background: #212121;
}
.top-list__button .c-link--black {
    width: 115px;
}
.top-list__list {
    margin-top: clamp(25px, 2.5vw, 50px);
}
.top-list__list ul {
    display: flex;
    overflow-x: scroll;
    scrollbar-color: rgba(0, 3, 26, 0.6) rgba(0, 0, 0, 0);
    scrollbar-width: thin;
    padding-bottom: 20px;
    margin-right: -24px;
    padding-right: 24px;
    margin-left: -24px;
    padding-left: 24px;
    height: 377px;
    position: relative;
}
@media screen and (max-width: 991px) {
    .top-list__list ul {
        height: 302px;
    }
}
.top-list__list ul:after {
    content: "loading...";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #cbcbcb;
    color: #00031a;
    opacity: 0;
    transition: opacity .5s ease;
    pointer-events: none;
}
.top-list__list ul.is-loading:after {
    opacity: 1;
    pointer-events: all;
    transition: none;
}
.top-list__list ul:not(.is-loading):after {
    transition: opacity .5s ease;
}
@media screen and (max-width: 767px) {
    .top-list__list ul {
        margin-right: -35px;
        padding-right: 35px;
        margin-left: -35px;
        padding-left: 35px;
    }
}
.top-list__list ul li {
    position: relative;
    width: 312px;
    min-width: 312px;
}
@media screen and (max-width: 991px) {
    .top-list__list ul li {
        width: 248px;
        min-width: 248px;
    }
}
.top-list__list ul li a h3 {
    font-size: 18px;
    font-weight: 500;
    margin-top: 16px;
    color: #00031a;
}
@media screen and (max-width: 991px) {
    .top-list__list ul li a h3 {
        font-size: 16px;
        margin-top: 8px;
    }
}
.top-list__list ul li a .new {
    display: block;
    position: absolute;
    top: 0;
    font-size: 14px;
    background: #bdaa9f;
    color: #fff;
    width: 44px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}
.top-list__list ul li a figure {
    overflow: hidden;
}
.top-list__list ul li a figure img {
    transition: all .7s ease;
}
.top-list__list ul li a:hover figure img {
    transform: scale(1.2);
}
.top-list__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 936px;
    height: 132px;
    margin: 0 auto;
    background: #000;
    padding: 0 44px;
    margin-top: clamp(30px, 3vw, 60px);
}
@media screen and (max-width: 450px) {
    .top-list__bottom {
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 16px;
        max-width: 305px;
        height: 105px;
        padding: 0 24px;
    }
}
.top-list__bottom > div {
    width: 115px;
    display: flex;
    align-items: center;
    gap: 1rem;
}
@media screen and (max-width: 450px) {
    .top-list__bottom > div {
        width: 100%;
    }
}
.top-list__bottom > div span:nth-child(1) {
    position: relative;
    overflow: hidden;
    flex: 1;
    height: 2px;
}
@media screen and (max-width: 767px) {
    .top-list__bottom > div span:nth-child(1) {
        height: 1px;
    }
}
.top-list__bottom > div span:nth-child(1):after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: #fff;
}
.top-list__bottom > div span:nth-child(2) {
    font-size: clamp(14px, 1vw, 16px);
    overflow: hidden;
    color: transparent;
    text-shadow: 0 1.5em 0 #fff,0 0 0 #fff;
}
.top-list__bottom .label {
    color: #fff;
    font-size: 16px;
}
.top-list__bottom:hover > div span:nth-child(1):after {
    animation: moveactive 0.5s cubic-bezier(0.58, 0.3, 0.005, 1) 0s 1;
}
.top-list__bottom:hover > div span:nth-child(2) {
    animation: textroop 1s cubic-bezier(0.58, 0.3, 0.005, 1) 0s 1;
}
.top-setupOffice {
    background: #FFF;
    padding: clamp(80px, 5vw, 100px) 0;
}
.top-voices {
    padding: clamp(80px, 5vw, 100px) 0;
    background: #cbcbcb;
}
.top-voices__button {
    display: flex;
    align-items: center;
    gap: clamp(50px, 5vw, 100px);
    padding-bottom: 14px;
}

@media screen and (max-width: 575px) {
    .top-voices__button {
        width: 100%;
        justify-content: space-between;
    }
}
.top-voices__button .c-link--black {
    width: 115px;
}
.top-voices__button p {
    font-size: clamp(12px, 1vw, 14px);
    font-family: 'Poppins', sans-serif;
}
.top-voices__slider {
    margin-top: clamp(25px, 2.5vw, 50px);
}

.top-voices__slider .voices-slider {
    position: relative;
}

.top-voices__slider .swiper-slide {
    padding-left: 1.5px;
    padding-right: 1.5px;
}


#js-voices-slider-count,
#js-officeLineup-slider-count {display: none;}

.menuBox dl{
	font-weight: 400;
	font-size: clamp(14px, 1vw, 16px);
}

.menuBox dd span{font-size: clamp(10px, 1vw, 12px);}
.menuBox dt span{font-size: 10px;}

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

}

.top-voices__bottom {
    display: flex;
    justify-content: flex-start;
    margin-top: 40px;
}
.top-voices__bottom a {
    width: 137px;
}
@media screen and (max-width: 450px) {
    .top-voices__bottom a {
        width: 100%;
    }
}
.top-voices .c-headding--h2 {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
@media screen and (max-width: 575px) {
    .top-voices .c-headding--h2 {
        flex-direction: column;
        align-items: flex-start;
        gap: 40px;
    }
}
.top-voices .c-headding--h2 .swiper-button-wrap {
    position: relative;
}
.top-specServiceColumn__wrap {

    padding: 0 0 clamp(80px, 5vw, 100px);
    display: grid;
    grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 767px) {
    .top-specServiceColumn__wrap {
        grid-template-columns: 1fr;
        gap: 54px;
    }
}
.top-specService__body, .top-column__body {
    margin-top: clamp(25px, 2.5vw, 50px);
}
.top-specService__body p, .top-column__body p {
    font-size: clamp(12px, 1vw, 14px);
    color: #00031a99;
    margin-top: 16px;
    max-width: 700px;
    margin-right: 35px;
}
@media screen and (max-width: 767px) {
    .top-specService__body p, .top-column__body p {
        margin-right: 0;
    }
}
.top-specService__body .c-link--black, .top-column__body .c-link--black {
    margin-top: 32px;
    width: 137px;
}
.top-officeLineup {
    padding: clamp(80px, 5vw, 100px) 0;
    background: #cbcbcb;
}
.top-officeLineup__slider {
    margin-top: clamp(25px, 2.5vw, 50px);
}
.top-officeLineup__slider .officeLineup-slider {
    position: relative;
}
.top-officeLineup__slider .swiper-slide {
    padding-left: 1.5px;
    padding-right: 1.5px;
}

.top-officeLineup__button {
    display: flex;
    align-items: center;
    gap: clamp(50px, 5vw, 100px);
    padding-bottom: 14px;
}
@media screen and (max-width: 575px) {
    .top-officeLineup__button {
        width: 100%;
        justify-content: space-between;
    }
}
.top-officeLineup__button .c-link--black {
    width: 115px;
}
.top-officeLineup__button p {
    font-size: clamp(12px, 1vw, 14px);
    font-family: 'Poppins', sans-serif;
}
.top-officeLineup .c-headding--h2 {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
@media screen and (max-width: 575px) {
    .top-officeLineup .c-headding--h2 {
        flex-direction: column;
        align-items: flex-start;
        gap: 40px;
    }
}
.top-officeLineup .c-headding--h2 .swiper-button-wrap {
    position: relative;
}
.top-caption {
    padding: clamp(80px, 5vw, 100px) 0;
    position: relative;
    background: #fff;
}
.top-caption .c-headding--h2 span.en {
	margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
    .top-caption {
        padding: clamp(60px, 6vw, 120px) 0;
    }
}
.top-caption ul {
    display: flex;
    width: 100%;
    gap: clamp(24px, 1.5vw, 48px);
    justify-content: center;
}
.top-caption ul li {width: 25%;}

@media screen and (max-width: 767px) {
    .top-caption ul {
        grid-template-columns: 1fr 1fr 1fr;
        gap: clamp(16px, 1.5vw, 24px);
    }
    .top-caption ul li {
        width: calc(100% / 3);
    }
}
@media screen and (max-width: 575px) {
    .top-caption ul {
        display: block;
    }
    
    .top-caption ul li {
        margin-bottom: 24px;
        width: 100%;
    }
    .top-caption ul li:last-child {
        margin-bottom: 0px;
    }
}


.top-caption ul dl {margin: 5px 0 10px;}
.top-caption ul dt {margin-bottom: 24px; }
.top-caption ul dd {
  text-align: justify;
  text-justify: auto;
}
/* gallery */
.top-gallery__wrap {
    padding: clamp(80px, 5vw, 100px) 0 0;
    position: relative;
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
}
.top-gallery__wrap .c-headding--h2 span.en span{
	color: #FFF;
}

.top-gallery__box {
   position: fixed;
   top: 0;
   left: 0;
   width: 100vw;
   height: 100vh;
   display: block;
   background-image: url('../../common/img/top/top-gallery-bg.jpg');
   background-size: cover;
   background-position: center;
   overflow: hidden;
   z-index: -1;
}

@media screen and (max-width: 1024px) and (orientation: portrait) {
.top-gallery__box {
   background-image: url('../../common/img/top/top-gallery-bg_sp.jpg');
}
}


/* 共通 */
.gallerysection {
  width: 100%;
}
.gallerycontainer {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
/* 横スクロールセクション */
.side-scroll {
  display: flex;
  align-items: center;
  padding-top: 100px;
  box-sizing: border-box;
}

.side-scroll-heading {
  color: #eeebdd;
}

.side-scroll-list-wrapper {
  position: relative;
  width: 100%;
  height: calc(100vh - 240px);
}

.side-scroll-list {
  position: absolute;
  top: 50%;
  left: 0;
  display: flex;
  gap: 0 30px;
  margin-top: -210px;
}

.side-scroll-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 420px;
  color: #1b1717;
  font-size: 32px;
  font-weight: 700;
}
@media (max-height: 540px) {

.side-scroll-list {
  gap: 0 20px;
  margin-top: -150px;
}

.side-scroll-item {
  width: 200px;
  height: 300px;
}

}@media (max-height: 440px) {

.side-scroll-list {
  gap: 0 20px;
  margin-top: -125px;
}

.side-scroll-item {
  width: 150px;
  height: 250px;
}
.top-gallery__wrap .c-headding--h2 {display: none;}
}


.side-scroll-item img {
	box-shadow: 4px 4px 10px rgba(0,0,0,0.4);
	max-height: 100%;
}
.side-scroll-item + .side-scroll-item {
  margin-left: 60px;
}

/* seen */

.top-seen {
	position: relative;
	width: 100%;
	background-color: #cbcbcb;
	padding: clamp(80px, 5vw, 100px) clamp(80px, 5vw, 100px)  clamp(80px, 5vw, 100px) 0;
	box-sizing:border-box;
}

.top-seen ul {
	position: relative;
}

.top-seen ul li:nth-of-type(2){
	width: 40%;
	position: relative;
	top: 30px;
	left: 30px;
	margin-bottom: 30px;
	border-top: 8px solid #cbcbcb;
	border-right: 8px solid #cbcbcb;
}

.top-seen ul li:nth-of-type(1){
	width: 70%;
	position: absolute;
	right:0;
	top:0;
	text-align: center;
}

.top-seen ul li:nth-of-type(2) figure{
	height: calc(100% / 3);
	width: 100%;
	position: relative;
}

.top-seen ul li:nth-of-type(1) figure{
	height: 100%;
	width: 100%;
}
.top-seen ul li:nth-of-type(1) figure img{
    height: 100% !important;
    object-fit: cover;
}

@media screen and (max-width: 991px) {
.top-seen {
	padding: clamp(80px, 5vw, 100px) 24px clamp(80px, 5vw, 100px) 0;
}


.top-seen ul li:nth-of-type(1){
	width: calc(100% - 24px);
	position: relative;
	left:24px;
	text-align: center;
}

.top-seen ul li:nth-of-type(2){
	width: calc(100% - 24px);
	position: relative;
	top: 0px;
	left: 24px;
	border-top: 8px solid #cbcbcb;
	border-right: none;
}

.top-seen ul li:nth-of-type(2) figure{
	height: 30vh;
	min-height: 180px;
}

}


.top-seen ul li figure img{
    height: 100% !important;
    object-fit: cover;
}

.top-case__text {
	position: absolute;
	width: 100%;
	height: 100%;
	top:0;
	left:0;
	color: #FFF;
	display: flex;
	align-items: center;
	justify-content: start;
	flex-wrap: wrap;
}
.top-seen ul li:nth-of-type(1) .c-headding--h2 {
	position: absolute;
	width: 100%;
	height: 100%;
	top:0;
	right:0;
	color: #FFF;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	text-align: right;
	flex-wrap: wrap;
}

.top-seen ul li:nth-of-type(1) .c-headding--h2 div.top-seen--ttl{
	background-color: #cbcbcb;
	color: #00031a;
	padding: 30px 0 30px 50px;
	aspect-ratio: 1 / 1;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	text-align: right;
	flex-wrap: wrap;
	box-shadow: -6px 6px 5px -2px rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 575px) {
.top-seen ul li:nth-of-type(1) .c-headding--h2 div.top-seen--ttl{
	aspect-ratio: auto;
	padding: 20px 0 10px 30px;
}
.top-seen ul li:nth-of-type(2) figure{
	min-height: 240px;
}


}


.top-seen ul li:nth-of-type(1) .c-headding--h2 span {color: #00031a;}

.top-case__box {
	display: block;
	background-color: rgba(0,0,0,0.5);
	padding: 5px 10px 5px 10px;
	box-sizing: border-box;
	width: 60%;
	max-width: 180px;
}
.top-case__box .en{
    font-size: clamp(12px, 1vw, 14px);
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}
.top-case__box .case__ex{
    font-size: clamp(18px, 2vw, 24px);
    font-weight: 400;
}
.top-seen .c-headding--h2 span.en {
	color: #00031a;
}
.top-seen .c-headding--h2 h2 span span{
	color: #00031a;
	font-family: 'Noto Serif JP', serif;
}

.top-case__detail {
	font-size: clamp(14px, 1vw, 16px);
	padding: 0 10px 10px;
	box-sizing: border-box;
	text-align: justify;
	text-justify: auto;
}

/* plan */
.top-plan__wrap {
    padding: clamp(80px, 5vw, 100px) 0;
    position: relative;
    background-color: #f4f4f4;
}

.top-plan__wrap:before {
	position: absolute;
	top: 10%;
	right: -30px;
	width: 50%;
	aspect-ratio: 1903 / 2048;
	content:"";
	background-image: url(../../common/img/top/top-seen-bg003.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;	
}

.top-plan__wrap:after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 25%;
	aspect-ratio: 2 / 5;
	content:"";
	background-image: url(../../common/img/top/top-seen-bg002.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;	
}

.p-setupOffice__body .c-headding--h2 h2 span span{font-family: 'Noto Serif JP', serif;}
.p-setupOffice__body .c-headding--h2 h2 span span br {display: none;}
.p-setupOffice__body .c-headding--h2,
.p-setupOffice__body .c-headding--h2 span.en,
.p-setupOffice__body .c-headding--h2 span.en span{
	text-align: center;
}

.top-price {
	display: flex;
	justify-content: center;
	margin: 30px 0 0;
}

.top-price li{
	padding: 20px 30px;
	box-sizing: border-box;
	text-align: center;
}

.top-price li:nth-of-type(1) {
	border-right: 1px dashed #212121;
}

@media screen and (max-width: 991px) {
	.top-plan__wrap:before {
		top: 10%;
		right: -30px;
		width: 30%;
	}
}
@media screen and (max-width: 575px) {
	.top-plan__wrap:before {
		top: 8%;
		right: -30px;
		width: 40%;
	}

	.top-price {
		display: block;
	}
	.top-price li:nth-of-type(1) {
		border-right: none;
		border-bottom: 1px dashed #212121;
	}
	.p-setupOffice__body .c-headding--h2 h2 span span br {display: block;}
}


.top-price li dt {
    font-size: clamp(24px, 2vw, 32px);
    font-weight: 500;
    color: #a89469;
    margin-bottom: 20px;
}
.top-price li dt span{
	font-size: clamp(13px, 2vw, 16px);
}
.top-price li dd {
    font-size: clamp(56px, 4.2vw, 128px);
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    color: #2da5ac;
    line-height: 1.0;
    padding-bottom: 30px;
}
.top-price li dd br {line-height: 1.0; height: 0;}
.top-price li dd h3 {
    font-size: clamp(20px, 2vw, 24px);
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    background-color: #2da5ac;
    color: #FFF;
    line-height: 1.0;
    padding: 8px;
    box-sizing: border-box;
}

.top-price li dd span{
    font-size: clamp(18px, 2vw, 20px);
    font-weight: 500;
	display: inline-block;
	line-height: 1.0;
}

.p-setupOffice__body .atention {
	color: #00031a;
	font-size: clamp(10px, 1vw, 11px);
	margin:0;
	text-align: center;
	width: 100%;
}

.p-setupOffice__body .atention span{
	position: relative;
	padding-left: 15px;
	box-sizing: border-box;
	line-height: 1.0;
	display: inline-block;
	
}
.p-setupOffice__body .atention span:before {
	position: absolute;
	top:0;
	left: 0;
	content: "※";
}



/* Access */
.top-access {
background:#cbcbcb;
}
.top-access .c-headding--h2 span.en {
	margin-bottom: 16px;
}
.ggmap {
	position: relative;
	padding-top: 400px;
	height: 0;
	overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.top-access__inner {
padding: clamp(80px, 5vw, 100px) 0 0;
}

/* Modal */
.main_visual {
	margin: clamp(25px, 2.5vw, 50px) 0 clamp(25px, 2.5vw, 50px);
}
.main_visual .c-swiper-button-wrap,.main_visual .c-swiper-button-wrap--white,.main_visual .c-swiper-button-wrap--black {
    width: auto;
}
.modal_open{

}
 
.modal_box {
    position: fixed;
    z-index: 9999999;
    display: none;
    width: 80%;
    height: 80vh;
    overflow-y: auto;
  	overscroll-behavior-y: none;
    max-width: 440px;
    margin: 0;
    padding: 60px 2vw 80px;
    text-align: center;
    background: #fff;
    box-sizing: border-box;
}
 
.modal_close {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 40px;
    font-size: 20px;
    color: #000;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
}
 
.modal_close i {
    line-height: 40px;
    vertical-align: bottom;
}
 
.modal_bg {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 6666;
    display: none;
    width: 100%;
    height: 120%;
    background-color: rgba(0,0,0,0.7);
    cursor: pointer;
}
 
.link_area {
    overflow: hidden;
    max-width: 410px;
    margin: 60px auto 0;
    text-align: center;
}
 
.link_area .modal_link {
    display: inline;
}
 
.link_area .modal_link a {
    display: inline-block;
    width: 180px;
    color: #000;
    line-height: 2.5;
    text-decoration: none;
    margin: 0 10px;
    background: #e6e6e6;
}
 
.link-area ul li.modal_link:first-child a {
    float: left;
}
 
.link-area ul li.modal_link:last-child a {
    float: right;
}

.freeDrinkList {
	margin: 30px 0 0;
}

.freeDrinkList ul {
	font-size: clamp(11px, 1vw, 13px);
	max-width: 340px;
	margin: 10px auto 0;
}

.freeDrinkList ul.list-two {
	display: flex;
}

.freeDrinkList dl ul {
	text-align: left;
	margin: 0 auto;
}

.freeDrinkList ul.list-two ul {
	text-align: left;
	display: block;
}
.freeDrinkList ul.list-two li{ width: 50%; }
.freeDrinkList ul.list-two li li{ width: 100%; text-align: left;}

.freeDrinkList dl {
	display: flex;
	max-width: 280px;
	margin: 10px auto 0;
}

.freeDrinkList dl dt {font-size: clamp(11px, 1vw, 13px); width: 100px;}
.freeDrinkList dl dd {font-size: clamp(11px, 1vw, 13px); width: calc(100% - 100px);}



ul.menuatention {margin: clamp(25px, 2.5vw, 50px) 0 clamp(25px, 2.5vw, 50px);}
ul.menuatention li {
	position: relative;
	padding-left: 15px;
	box-sizing: border-box;
	font-size: clamp(10px, 1vw, 12px);
	padding-bottom: 5px;
}

ul.menuatention li:before {
	position: absolute;
	top:0;
	left:0;
	content:"※";
}


@media screen and (max-width: 769px) {
 
/*  ウィンドウサイズ769px以下の時のスタイル  */
 
  .modal_box {
      padding: 50px 2vw 40px;
  }
 
  .modal_close {
      width: 40px;
      line-height: 40px;
      font-size: 20px;
  }
 
  .modal_close i {
      line-height: 40px;
  }
 
  .link_area {
      margin: 25px auto 0;
  }
 
  .link_area .modal_link a {
      margin: 15px auto 0;
  }
 
  .link_area ul li.modal_link:first-child a {
      float: none;
      margin-top: 0;
  }
 
  .link_area ul li.modal_link:last-child a {
      float: none;
  }
 
}
@media screen and (max-width: 428px) {
.freeDrinkList ul.list-two {
	display: block;
}

.freeDrinkList ul.list-two ul {
	text-align: center;
	display: block;
}
.freeDrinkList ul.list-two li{ width: 100%; }
.freeDrinkList ul.list-two li li{ width: 100%; text-align: center;}

}
