@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+Antique:wght@500&display=swap');
@font-face {
	font-family: 'NEXT-Book-Regular';
	src: url('/assets/font/NEXT-Book-Regular.woff2') format("woff2"),
	url('/assets/font/NEXT-Book-Regular.woff') format("woff");
}
@font-face {
	font-family: 'NEXT-Poster-Regular';
	src: url('/assets/font/NEXT-Poster-Regular.woff') format("woff2"),
	url('/assets/font/NEXT-Poster-Regular.woff') format("woff");
}
/* ==================================================
common
================================================== */
[hidden] {
    display: none !important;
}
html, body {
	width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    scroll-behavior: auto;
}
body {
    font-family: 'NEXT-Book-Regular', 'Zen Kaku Gothic Antique', sans-serif;
    text-rendering: optimizeLegibility;
    line-height: 1.5;
    color: #000000;
}
/* PC, Tablet */
@media screen and (min-width: 768px) , print {
    html, body {
        font-size: 1.111vw;
        font-size: clamp(10px, 1.111vw, 1.111vw);
    }
    .br-sp, .display-sp {
        display: none;
    }
}
/* SP */
@media screen and (max-width: 767px) {
    html, body {
        font-size: 3.7333vw;
        font-size: clamp(10px, 3.7333vw, 3.7333vw);
    }
    .br-pc, .display-pc {
        display: none;
    }
}
/* --------------------------------------------------
font, text
-------------------------------------------------- */
dl dt {
    font-weight: normal;
}
sup, sub {
    font-size: 0.5em;
}
sup {
    top: -1.5em;
}
sub {
    bottom: -0.25em;
}
small {
    font-size: 11px;
}
/* --------------------------------------------------
link
-------------------------------------------------- */
a,
button {
    cursor: pointer;
    text-underline-offset: 0.25em;
    text-decoration-thickness: 1px;
}

/* ==================================================
loading
================================================== */
#loading {
    position: fixed;
    inset: 0;
    background-color: #F0F0F0;
    z-index: 9999;
    transition: opacity 0.5s cubic-bezier(0.22,0.61,0.36,1);
}
#loading.is-hidden {
    opacity: 0;
    pointer-events: none;
}
#site-content {
    opacity: 0;
    transition: opacity 0.6s cubic-bezier(0.22,0.61,0.36,1);
}
#site-content.is-visible {
    opacity: 1;
}

/* ==================================================
swiper
================================================== */
.swiper .swiper-pagination {
    position: static;
    display: flex;
    justify-content: center;
    gap: 0.25em;
}
.swiper .swiper-pagination-bullet {
    width: auto;
    height: auto;
    background: none;
    opacity: 1;
    border-radius: 0;
    color: #C8C8C8;
    transition: color 0.3s cubic-bezier(0.22,0.61,0.36,1);
}
.swiper .swiper-pagination-bullet-active {
    color: #000000;
}
/* PC, Tablet */
@media screen and (min-width: 768px) , print {
    .swiper .swiper-pagination {
        margin-top: 1rem;
    }
    .swiper .swiper-pagination-bullet {
        font-size: 0.875rem;
    }
}
/* SP */
@media screen and (max-width: 767px) {
    .swiper .swiper-pagination-bullet {
        font-size: 11px;
    }
}

/* ==================================================
comp
================================================== */
/* PC */
@media screen and (min-width: 1335px) , print {
    .comp-txt-wrap,
    .comp-dl-wrap,
    .comp-form-wrap,
    .comp-wysiwyg-wrap {
        padding-right: 6.5rem;
    }
}

/* --------------------------------------------------
comp-wysiwyg-wrap
-------------------------------------------------- */
.comp-wysiwyg-wrap {
    display: flex;
    flex-direction: column;
    gap: 1.5em;
}
.comp-wysiwyg-wrap h1,
.comp-wysiwyg-wrap h2 {
    font-size: 1.375em;
    margin-top: 1.5em;
}
.comp-wysiwyg-wrap h3 {
    font-size: 1.25em;
    margin-top: 1.5em;
}
.comp-wysiwyg-wrap h4,
.comp-wysiwyg-wrap h5,
.comp-wysiwyg-wrap h6 {
    font-size: 1.125em;
}
.comp-wysiwyg-wrap p {
    line-height: 2;
}
.comp-wysiwyg-wrap p a,
.comp-wysiwyg-wrap li a,
.comp-wysiwyg-wrap dd a {
    text-decoration: underline;
}
.comp-wysiwyg-wrap a:hover {
    text-decoration: none;
}
.comp-wysiwyg-wrap ul,
.comp-wysiwyg-wrap ol {
    display: flex;
    flex-direction: column;
    gap: 0.25em;
    line-height: 1.75;
    margin-left: 1.125em;
}
.comp-wysiwyg-wrap ul {
    list-style: disc;
}
.comp-wysiwyg-wrap ol {
    list-style: decimal;
}
.comp-wysiwyg-wrap .txt-small p {
    font-size: 11px;
    line-height: 1.75;
}
.comp-wysiwyg-wrap img {
    width: 100%;
    height: auto;
    object-fit: contain;
    overflow: hidden;
}
.comp-wysiwyg-wrap figcaption {
    font-size: 11px;
    text-align: center;
    line-height: 1.75;
    margin-top: 1.5em;
}
.comp-wysiwyg-wrap .img-column01 {
    display: flex;
    flex-direction: column;
}
.comp-wysiwyg-wrap .img-column02 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}
.comp-wysiwyg-wrap .img-column02 figure {
    container-type: inline-size;
}
.comp-wysiwyg-wrap .img-column01 img,
.comp-wysiwyg-wrap .img-column02 img {
    max-height: 100cqw;
}
.comp-wysiwyg-wrap .img-slide-list-wrap {
    width: 100%;
    min-width: 0;
    overflow: hidden;
}
.comp-wysiwyg-wrap .img-slide-list-wrap .img-slide-list {
    flex-direction: row;
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}
.comp-wysiwyg-wrap .img-slide-list-wrap .img-slide {
    flex-shrink: 0;
    width: 100%;
    margin: 0;
}
.comp-wysiwyg-wrap .img-slide-list-wrap .img-slide img {
    width: 100%;
    height: auto;
    aspect-ratio: 3/2;
    object-fit: contain;
}
.comp-wysiwyg-wrap .embed-wrap iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    overflow: hidden;
}
/* PC, Tablet */
@media screen and (min-width: 768px) , print {
    .comp-wysiwyg-wrap .img-column01 {
        gap: 3rem;
    }
    .comp-wysiwyg-wrap .img-column02 {
        gap: 3rem 2rem;
    }
    .comp-wysiwyg-wrap .img-column01 img {
        aspect-ratio: 3/2;
    }
    .comp-wysiwyg-wrap :is(.img-column01, .img-column02, .img-slide-wrap, .embed-wrap),
    .comp-wysiwyg-wrap :is(.img-column01, .img-column02, .img-slide-wrap, .embed-wrap) + :is(p, .txt-small, ul, ol) {
        margin-top: 4.5rem;
    }
    .comp-wysiwyg-wrap :is(.img-column01, .img-column02, .img-slide-wrap, .embed-wrap) + :is(.img-column01, .img-column02, .img-slide-wrap, .embed-wrap) {
        margin-top: 3rem;
    }
}
/* SP */
@media screen and (max-width: 767px) {
    .comp-wysiwyg-wrap .img-column01 {
        gap: 10.666vw;
    }
    .comp-wysiwyg-wrap .img-column02 {
        gap: 10.666vw 4vw;
    }
    .comp-wysiwyg-wrap :is(.img-column01, .img-column02, .img-slide-wrap, .embed-wrap),
    .comp-wysiwyg-wrap :is(.img-column01, .img-column02, .img-slide-wrap, .embed-wrap) + :is(p, .txt-small, ul, ol, .img-column01, .img-column02, .img-slide-wrap, .embed-wrap) {
        margin-top: 10.666vw;
    }
    .comp-wysiwyg-wrap .img-column01,
    .comp-wysiwyg-wrap .img-column02,
    .comp-wysiwyg-wrap .img-slide-wrap,
    .comp-wysiwyg-wrap .embed-wrap {
        margin-left: -4vw;
        margin-right: -4vw;
    }
}

/* --------------------------------------------------
comp-lightbox
-------------------------------------------------- */
.comp-lightbox {
    display: none;
    position: fixed;
    align-items: center;
    justify-content: center;
    inset: 0;
    padding: 0;
    box-sizing: border-box;
    z-index: 9000;
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 0;
    transition: opacity 0.3s cubic-bezier(0.22,0.61,0.36,1);
}
.comp-lightbox.is-open {
    display: flex;
    opacity: 1;
}
.comp-lightbox-img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
}
.comp-lightbox-close {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    margin-top: 1px;
    text-indent: -9999%;
    overflow: hidden;
    background: url(/assets/img/icon_close_white.svg) no-repeat center;
    border: 0;
    padding: 0;
    cursor: pointer;
}
body.lightbox-open {
    overflow: hidden;
}
/* PC, Tablet */
@media screen and (min-width: 768px) , print {
    .comp-lightbox-close {
        width: 4rem;
        height: 4rem;
        background-size: 1.5rem;
    }
}
/* SP */
@media screen and (max-width: 767px) {
    .comp-lightbox-close {
        width: 16vw;
        height: 16vw;
        background-size: 7.4666vw;
    }
}

/* --------------------------------------------------
comp-btn
-------------------------------------------------- */
.comp-btn {
    display: inline-block;
    color: #FFFFFF;
    padding: 1em 2.5em;
    background-color: #000000;
    border-radius: 5em;
    transition: 0.3s background cubic-bezier(0.22,0.61,0.36,1);
}
.comp-btn:hover {
    background-color: #8C8C8C;
}

/* --------------------------------------------------
comp-txt-wrap
-------------------------------------------------- */
.comp-txt-wrap {
    display: flex;
    flex-direction: column;
    gap: 1em;
    width: 100%;
}
.comp-txt-wrap p {
    line-height: 2;
}
.yaku-kern {
    margin-left: -0.5em;
}
.dash-connect {
    margin-left: -0.1em;
}
.comp-txt-wrap p a {
    text-decoration: underline;
}
.comp-txt-wrap p a:hover {
    text-decoration: none;
}
.comp-txt-wrap ol,
.comp-txt-wrap ul {
    display: flex;
    flex-direction: column;
    gap: 0.25em;
    line-height: 1.75;
}
.comp-txt-wrap ol {
    list-style: decimal;
    margin-left: 1.25em;
}
.comp-txt-wrap ul {
    list-style: disc;
    margin-left: 1.125em;
}
.comp-txt-wrap ol {
    list-style: decimal;
    margin-left: 1.25em;
}
.comp-txt-wrap ul {
    list-style: disc;
    margin-left: 1.125em;
}
/* PC, Tablet */
@media screen and (min-width: 768px) , print {
    .comp-txt-wrap h1,
    .comp-txt-wrap h2,
    .comp-txt-wrap h3,
    .comp-txt-wrap h4,
    .comp-txt-wrap h5,
    .comp-txt-wrap h6 {
        font-size: 1.25rem;
        margin-bottom: 0.5rem;
    }
}
/* SP */
@media screen and (max-width: 767px) {
    .comp-txt-wrap h1,
    .comp-txt-wrap h2,
    .comp-txt-wrap h3,
    .comp-txt-wrap h4,
    .comp-txt-wrap h5,
    .comp-txt-wrap h6 {
        font-size: 4.8vw;
    }
    .comp-txt-wrap p br {
        display: none;
    }
}
/* --------------------------------------------------
comp-dl-wrap
-------------------------------------------------- */
.comp-dl-wrap {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.comp-dl {
    display: flex;
    flex-direction: column;
    gap: 0.5em;
}
.comp-dt {
    color: #8C8C8C;
}
.comp-dd {
    line-height: 1.75;
}
.comp-dd ol,
.comp-dd ul {
    display: flex;
    flex-direction: column;
    gap: 0.25em;
    line-height: 1.75;
}
.comp-dd ol {
    list-style: decimal;
    margin-left: 1.25em;
}
.comp-dd ul {
    list-style: disc;
    margin-left: 1.125em;
}
.comp-dd ol ul,
.comp-dd ol ol,
.comp-dd ul ol,
.comp-dd ul ul {
    margin-top: 0.25em;
    margin-bottom: 0.25em;
}
/* PC, Tablet */
@media screen and (min-width: 768px) , print {
    .comp-dl-wrap {
        gap: 2rem;
    }
    .comp-dt {
        font-size: 0.875rem;
    }
}
/* SP */
@media screen and (max-width: 767px) {
    .comp-dl-wrap {
        gap: 5.333vw;
    }
    .comp-dt {
        font-size: 3.2vw;
    }
}
/* --------------------------------------------------
comp-record
-------------------------------------------------- */
ul.comp-record-list {
    list-style: none;
    margin-left: 0;
}
.comp-record-list li {
    display: flex;
    align-items: flex-start;
}
.comp-record-list .comp-year {
    width: 2.5em;
}
.comp-record-list .comp-body {
    flex: 1;
}
/* PC, Tablet */
@media screen and (min-width: 768px) , print {
    .comp-record-list li {
        gap: 1rem;
    }
    .comp-record-list .comp-year {
        font-size: 0.875rem;
        margin-top: 0.125em;
    }
}
/* SP */
@media screen and (max-width: 767px) {
    .comp-record-list li {
        gap: 4vw;
    }
    .comp-record-list .comp-year {
        font-size: 3.2vw;
        margin-top: 0.125vw;
    }
    .comp-record-list .comp-body {
        font-size: 3.4666vw;
    }
}
/* --------------------------------------------------
comp-accordion
-------------------------------------------------- */
.comp-accordion-btn {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    cursor: pointer;
}
.comp-accordion-btn::after {
    content: '';
    display: block;
    flex-shrink: 0;
    background-image: url(/assets/img/icon_plus.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.comp-accordion.is-open .comp-accordion-btn::after {
    background-image: url(/assets/img/icon_minus.svg);
}
.comp-accordion-body {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.3s cubic-bezier(0.22,0.61,0.36,1);
}
.comp-accordion.is-open .comp-accordion-body {
    grid-template-rows: 1fr;
}
.comp-accordion-body .comp-accordion-body-inner {
    overflow: hidden;
}
/* PC, Tablet */
@media screen and (min-width: 768px) , print {
    .comp-accordion-btn {
        justify-content: flex-start;
        gap: 0.5em;
    }
    .comp-accordion-btn::after {
        width: 0.9em;
        height: 0.9em;
    }
}
/* SP */
@media screen and (max-width: 767px) {
    .comp-accordion-btn {
        justify-content: space-between;
        gap: 2.666vw;
    }
    .comp-accordion-btn::after {
        width: 3.2vw;
        height: 3.2vw;
    }
    .comp-accordion-btn .comp-ttl {
        flex: 1;
    }
    .comp-accordion {
        padding-right: 2.666vw;
    }
}
/* --------------------------------------------------
comp-empty
-------------------------------------------------- */
.comp-empty {
    color: #C8C8C8;
}
/* --------------------------------------------------
comp-pager
-------------------------------------------------- */
.comp-pager,
.comp-pager .comp-pager-list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.comp-pager {
    gap: 0.5em;
    flex-wrap: nowrap;
}
.comp-pager .comp-pager-list {
    flex-wrap: wrap;
}
.comp-pager a {
    display: block;
    width: 1.5em;
    height: 1.5em;
    text-align: center;
    color: #C8C8C8;
}
.comp-pager a.is-current {
    color: #000000;
}
.comp-pager .comp-pager-prev,
.comp-pager .comp-pager-next {
    text-indent: -9999%;
    background-image: url(/assets/img/icon_arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
}
.comp-pager .comp-pager-prev {
    transform: rotate(180deg);
}
/* PC, Tablet */
@media screen and (min-width: 768px) , print {
    .comp-pager {
        margin-top: 4rem;
    }
    .comp-pager .comp-pager-prev,
    .comp-pager .comp-pager-next {
        background-size: 0.5em;
    }
}
/* SP */
@media screen and (max-width: 767px) {
    .comp-pager {
        margin-top: 10.666vw;
        padding: 0 4vw;
    }
    .comp-pager .comp-pager-prev,
    .comp-pager .comp-pager-next {
        background-size: 3.733vw;
    }
}
/* --------------------------------------------------
comp-tagbtn-wrap
-------------------------------------------------- */
.comp-tagbtn-wrap {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
}
.comp-tagbtn-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    opacity: 1;
    transition: opacity 0.4s cubic-bezier(0.22,0.61,0.36,1);
}
.comp-tagbtn-item.nav-item-out {
    opacity: 0;
    pointer-events: none;
}
.step-nav-list {
    opacity: 1;
    transition: opacity 0.4s cubic-bezier(0.22,0.61,0.36,1);
}
.step-nav-list.nav-item-out {
    opacity: 0;
    pointer-events: none;
}
.comp-tagbtn {
    max-width: 100%;
    padding: 0.75em 2.5em 0.75em 1.5em;
    border: #C8C8C8 1px solid;
    border-radius: 3em;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    background-image: url('../img/icon_plus.svg');
    background-repeat: no-repeat;
    background-position: right 1.5em center;
    background-size: 0.8em auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* PC, Tablet */
@media screen and (min-width: 768px) , print {
    .comp-tagbtn {
        font-size: 0.875rem;
    }
}
/* SP */
@media screen and (max-width: 767px) {
    .comp-tagbtn-wrap {
        position: relative;
        z-index: 700;
    }
    .comp-tagbtn {
        font-size: 3.4666vw;
    }
}

/* --------------------------------------------------
comp-service
-------------------------------------------------- */
.comp-service-list {
    display: flex;
    flex-direction: column;
    counter-reset: service-num;
    border-bottom: #C8C8C8 1px solid;
}
.comp-service {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: space-between;
    border-top: #C8C8C8 1px solid;
    counter-increment: service-num;
}
.comp-service .comp-accordion-body-inner::after {
    content: '';
    display: block;
}
.comp-service::before {
    content: counter(service-num);
    display: block;
    text-align: center;
    line-height: 1;
    color: #8C8C8C;
}
.comp-service .comp-inner {
    flex: 1;
    display: flex;
    flex-direction: column;
}
.comp-service .comp-ttl {
    line-height: 1.75;
}
.comp-service .comp-txt-wrap p {
    line-height: 1.75;
}
/* PC, Tablet */
@media screen and (min-width: 768px) , print {
    .comp-service {
        gap: 1rem;
    }
    .comp-service,
    .comp-service::before,
    .comp-service .comp-accordion-btn {
        padding: 1rem 0;
    }
    .comp-service::before {
        width: 2em;
        font-size: 1.875rem;
        margin-top: 0.01rem;
    }
    .comp-service .comp-accordion-body-inner::after {
        height: 1rem;
    }
    .comp-service .comp-ttl {
        font-size: 1.125rem;
    }
}
/* SP */
@media screen and (max-width: 767px) {
    .comp-service {
        gap: 2.666vw;
    }
    .comp-service,
    .comp-service::before,
    .comp-service .comp-accordion-btn {
        padding: 2.666vw 0;
    }
    .comp-service .comp-accordion-body-inner::after {
        height: 2.666vw;
    }
    .comp-service::before {
        width: 8vw;
        font-size: 5.866vw;
        margin-top: 0.333vw;
    }
    .comp-service .comp-ttl {
        font-size: 4vw;
    }
    .comp-service .comp-txt-wrap p {
        font-size: 3.466vw;
    }
}
/* --------------------------------------------------
comp-team
-------------------------------------------------- */
.comp-team-wrap {
    display: flex;
    flex-direction: column;
    gap: 6rem;
    width: 100%;
}
.comp-team .comp-header {
    display: flex;
}
.comp-team .comp-header .comp-img-wrap img {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    object-fit: cover;
    overflow: hidden;
}
.comp-team .comp-header .comp-img-wrap figcaption {
    font-size: 10px;
    margin-top: 0.5em;
}
.comp-team .comp-header .comp-name-en {
    font-family: 'NEXT-Poster-Regular', 'Zen Kaku Gothic Antique', sans-serif;
    color: #8C8C8C;
}
.comp-team .comp-body {
    display: flex;
    flex-direction: column;
}
/* PC, Tablet */
@media screen and (min-width: 768px) , print {
    .comp-team .comp-header {
        align-items: center;
        justify-content: space-between;
        gap: 3rem;
        margin-bottom: 3rem;
    }
    .comp-team .comp-header .comp-img-wrap {
        width: 23.77%;
        max-width: 14.5rem;
    }
    .comp-team .comp-header .comp-name-wrap {
        flex: 1;
    }
    .comp-team .comp-header .comp-name {
        font-size: 1.5rem;
    }
    .comp-team .comp-header .comp-name-en {
        font-size: 1.125rem;
    }
    .comp-team .comp-header .comp-position {
        margin-top: 1.25rem;
    }
    .comp-team .comp-body {
        gap: 2rem;
    }
}
/* SP */
@media screen and (max-width: 767px) {
    .comp-team .comp-header {
        flex-direction: column;
        align-items: center;
        gap: 7.466vw;
        margin-bottom: 7.466vw;
    }
    .comp-team .comp-header .comp-img-wrap {
        width: 53.333vw;
    }
    .comp-team .comp-header .comp-name-wrap {
        width: 100%;
        text-align: center;
    }
    .comp-team .comp-header .comp-name {
        font-size: 4.8vw;
    }
    .comp-team .comp-header .comp-name-en {
        font-size: 3.733vw;
    }
    .comp-team .comp-header .comp-position {
        font-size: 3.466vw;
        margin-top: 1em;
    }
    .comp-team .comp-body {
        gap: 7.466vw;
    }
    .comp-team .comp-body .comp-dl-wrap {
        gap: 0;
        border-bottom: #C8C8C8 1px solid;
    }
    .comp-team .comp-body .comp-dl {
        gap: 0;
        padding: 2.666vw;
        border-top: #C8C8C8 1px solid;
    }
    .comp-team .comp-body .comp-dt {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: space-between;
        font-size: 4vw;
        line-height: 1.75;
        color: #000000;
        padding: 2.666vw 0;
    }
    .comp-team .comp-body .comp-dt::after {
        content: '';
        display: block;
        width: 0.9em;
        height: 0.9em;
        background-image: url(/assets/img/icon_plus.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
    }
    .comp-team .comp-body .comp-dd {
        display: grid;
        grid-template-rows: 0fr;
        transition: grid-template-rows 0.3s cubic-bezier(0.22,0.61,0.36,1);
    }
    .comp-team .comp-body .comp-dd > * {
        overflow: hidden;
    }
    .comp-team .comp-body .comp-dl.is-open .comp-dd {
        grid-template-rows: 1fr;
    }
    .comp-team .comp-body .comp-dl.is-open .comp-dt::after {
        background-image: url(/assets/img/icon_minus.svg);
    }
    .comp-team .comp-record-list::after {
        content: '';
        display: block;
        height: 2.666vw;
    }
}
/* --------------------------------------------------
comp-project
-------------------------------------------------- */
.comp-project-list {
    display: flex;
    flex-direction: column;
}
.comp-project a,
.comp-project-mini a {
    display: block;
    width: 100%;
    height: 100%;
}
.comp-project .comp-inner {
    display: flex;
}
.comp-project .comp-thumb,
.comp-project-mini .comp-thumb {
    width: 100%;
    height: auto;
    aspect-ratio: 3/2;
    overflow: hidden;
    background-color: #C3AF7D;
}
.comp-project .comp-thumb img,
.comp-project-mini .comp-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.comp-project .comp-body {
    flex: 1;
    display: flex;
    flex-direction: column;
}
.comp-project .comp-tagline {
    line-height: 1.75;
    letter-spacing: -0.03em;
}
.comp-project .comp-meta-wrap {
    display: flex;
    flex-direction: column;
    gap: 0.25em;
    color: #8C8C8C;
}
.comp-project-mini-list {
    display: flex;
}
.comp-project-mini .comp-thumb {
    width: 100%;
}
.comp-project-mini .comp-body {
    display: flex;
    flex-direction: column;
}
.comp-project-mini .comp-meta-wrap {
    color: #8C8C8C;
}
.comp-project .comp-year-list,
.comp-project .comp-tag-list,
.comp-project-mini .comp-year-list,
.comp-project-mini .comp-tag-list {
    display: inline;
}
.comp-project .comp-year-list li,
.comp-project .comp-tag-list li,
.comp-project-mini .comp-year-list li,
.comp-project-mini .comp-tag-list li {
    display: inline;
}
.comp-project .comp-year-list li::after,
.comp-project .comp-tag-list li::after,
.comp-project-mini .comp-year-list li::after,
.comp-project-mini .comp-tag-list li::after {
    content: ', ';
    margin-right: 0.25em;
}
.comp-project .comp-year-list li:last-child::after,
.comp-project .comp-tag-list li:last-child::after,
.comp-project-mini .comp-year-list li:last-child::after,
.comp-project-mini .comp-tag-list li:last-child::after {
    display: none;
}
.comp-project .comp-year-list + .comp-tag-list::before,
.comp-project-mini .comp-year-list + .comp-tag-list::before {
    content: '｜';
}
/* PC, Tablet */
@media screen and (min-width: 768px) , print {
    .comp-project-list {
        gap: 3rem;
    }
    .comp-project .comp-inner {
        flex-wrap: nowrap;
        align-items: flex-start;
        justify-content: space-between;
        gap: 2rem;
    }
    .comp-project .comp-thumb {
        width: 57.377%;
    }
    .comp-project .comp-body {
        gap: 0.75rem;
        padding: 0.25rem 0;
    }
    .comp-project .comp-meta-wrap,
    .comp-project-mini .comp-meta-wrap {
        font-size: 0.875rem;
    }
    .comp-project-mini-list {
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: space-between;
        margin: -1.5rem -1rem;
    }
    .comp-project-mini-list .comp-project-mini {
        width: 50%;
        padding: 1.5rem 1rem;
    }
    .comp-project-mini .comp-body {
        gap: 0.5rem;
        margin-top: 1.5rem;
    }
}
/* SP */
@media screen and (max-width: 767px) {
    .comp-project-list,
    .comp-project-mini-list  {
        gap: 10.666vw;
    }
    .comp-project-mini-list {
        flex-direction: column;
    }
    .comp-project-mini .comp-inner {
        display: flex;
    }
    .comp-project .comp-inner,
    .comp-project-mini .comp-inner {
        flex-direction: column;
        gap: 4vw;
    }
    .comp-project .comp-body {
        padding: 0 4vw;
        gap: 0.5em;
    }
    .comp-project-mini .comp-body {
        gap: 0.5em;
    }
    .comp-project-mini .comp-meta-wrap,
    .comp-project .comp-meta-wrap {
        font-size: 11px;
    }
}
/* --------------------------------------------------
comp-dialogue
-------------------------------------------------- */
.comp-dialogue-list {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
}
.comp-dialogue a,
.comp-dialogue-slide a {
    display: block;
    width: 100%;
    height: 100%;
}
.comp-dialogue .comp-thumb,
.comp-dialogue-slide .comp-thumb {
    width: 100%;
    height: auto;
    aspect-ratio: 5/4;
    overflow: hidden;
    background-color: #C3AF7D;
}
.comp-dialogue .comp-thumb img,
.comp-dialogue-slide .comp-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.comp-dialogue .comp-body,
.comp-dialogue-slide .comp-body {
    display: flex;
    flex-direction: column;
    gap: 0.25em;
    width: 100%;
}
.comp-dialogue .comp-ttl,
.comp-dialogue-slide .comp-ttl {
    text-align: center;
}
.comp-dialogue .comp-date,
.comp-dialogue-slide .comp-date {
    display: block;
    color: #8C8C8C;
    text-align: center;
}
/* PC, Tablet */
@media screen and (min-width: 768px) , print {
    .comp-dialogue-list,
    .comp-dialogue-slide-wrap {
        margin: -1.5rem -1rem;
    }
    .comp-dialogue-list .comp-dialogue,
    .comp-dialogue-slide-list .comp-dialogue-slide {
        width: 33.333%;
        padding: 1.5rem 1rem;
    }
    .comp-dialogue .comp-body,
    .comp-dialogue-slide .comp-body {
        padding: 0 1.5rem;
        margin-top: 1.5rem;
    }
    .comp-dialogue .comp-date,
    .comp-dialogue-slide .comp-date {
        font-size: 0.875rem;
    }
}
/* SP */
@media screen and (max-width: 767px) {
    .comp-dialogue-list,
    .comp-dialogue-slide-wrap {
        margin: -5.333vw -2vw;
    }
    .comp-dialogue-list .comp-dialogue,
    .comp-dialogue-slide-list .comp-dialogue-slide {
        width: 50%;
        padding: 5.333vw 2vw;
    }
    .comp-dialogue .comp-body,
    .comp-dialogue-slide .comp-body {
        padding: 0 4vw;
        margin-top: 4vw;
    }
    .comp-dialogue .comp-date,
    .comp-dialogue-slide .comp-date {
        font-size: 10px;
    }
}
/* --------------------------------------------------
comp-news
-------------------------------------------------- */
.comp-news-list {
    display: flex;
    flex-direction: column;
    border-bottom: #C8C8C8 1px solid;
}
.comp-news {
    border-top: #C8C8C8 1px solid;
}
.comp-news .comp-inner,
.comp-news .comp-meta-wrap {
    display: flex;
}
.comp-news .comp-meta-wrap {
    color: #8C8C8C;
}
.comp-news .comp-tag-list {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: flex-start;
}
.comp-news .comp-tag-list li::after {
    content: ', ';
    margin-right: 0.25em;
}
.comp-news .comp-tag-list li:last-child::after {
    display: none;
}
.comp-news .comp-ttl {
    flex: 1;
    line-height: 1.75;
}
.comp-news-mini .comp-inner {
    display: flex;
    flex-direction: column;
    gap: 0.5em;
}
.comp-news-mini .comp-date {
    color: #8C8C8C;
}
.comp-news-mini .comp-ttl {
    line-height: 1.75;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
}
.comp-news-mini a .comp-ttl {
    text-decoration: underline;
}
.comp-news-mini a:hover .comp-ttl {
    text-decoration: none;
}
/* PC, Tablet */
@media screen and (min-width: 768px) , print {
    .comp-news {
        padding: 2rem 1rem;
    }
    .comp-news .comp-inner,
    .comp-news .comp-meta-wrap {
        flex-wrap: nowrap;
        align-items: center;
        gap: 2rem;
    }
    .comp-news .comp-meta-wrap {
        font-size: 0.75rem;
    }
    .comp-news .comp-date {
        width: 5rem;
    }
    .comp-news .comp-tag-list {
        width: 7.5rem;
    }
    .comp-news-mini .comp-inner {
        font-size: 0.875rem;
    }
    .comp-news-mini .comp-date {
        padding-left: 4rem;
    }
}
/* SP */
@media screen and (max-width: 767px) {
    .comp-news {
        padding: 5.333vw 4vw;
    }
    .comp-news .comp-inner {
        flex-direction: column;
    }
    .comp-news .comp-meta-wrap {
        font-size: 11px;
        flex-wrap: wrap;
        margin-bottom: 0.5em;
    }
    .comp-news .comp-date::after {
        content: '｜';
    }
    .comp-news-mini .comp-inner {
        font-size: 13px;
    }
    .comp-news-mini .comp-date {
        font-size: 11px;
        padding-left: 50px;
    }
}
/* --------------------------------------------------
comp-form
-------------------------------------------------- */
form {
    width: 100%;
}
.wpcf7 .wpcf7-form-control-wrap {
    display: block;
}
.wpcf7 .wpcf7-radio,
.wpcf7 .wpcf7-checkbox,
.wpcf7 .wpcf7-acceptance .wpcf7-list-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.75em;
}
.wpcf7 .wpcf7-list-item {
    margin: 0;
}
.wpcf7 .wpcf7-list-item label {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 0.5em;
    cursor: pointer;
}
.wpcf7-form.sent .wpcf7-response-output {
    display: none;
}
.wpcf7-not-valid-tip {
    font-size: 11px !important;
    line-height: 1.5;
    margin-top: 0.5em;
    display: block;
}
.comp-form-wrap,
.comp-form-group-wrap,
.comp-form-group {
    display: flex;
    flex-direction: column;
}
.comp-form-wrap .comp-radiobtn-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 0.75em;
}
.comp-form-wrap .comp-radiobtn label {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    gap: 0.5em;
}
.comp-form-wrap input[type="radio"],
.comp-form-wrap input[type="checkbox"] {
    appearance: none;
    width: 1.5em;
    height: 1.5em;
    border: #C8C8C8 1px solid;
    border-radius: 50%;
    position: relative;
    flex-shrink: 0;
}
.comp-form-wrap input[type="radio"]:checked::before,
.comp-form-wrap input[type="checkbox"]:checked::before {
    content: "";
    display: block;
    width: 1em;
    height: 1em;
    background: #000000;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.comp-form-wrap input[type="text"],
.comp-form-wrap input[type="tel"],
.comp-form-wrap input[type="email"],
.comp-form-wrap textarea {
    width: 100%;
    padding: 1em;
    border: #C8C8C8 1px solid;
}
.comp-form-wrap input[type="text"]::placeholder,
.comp-form-wrap input[type="tel"]::placeholder,
.comp-form-wrap input[type="email"]::placeholder {
    color: #C8C8C8;
}
.comp-form-wrap textarea {
    min-height: 20em;
}
.comp-form-wrap .comp-check-wrap {
    gap: 0;
}
.comp-form-wrap .comp-check-wrap a {
    text-decoration: underline;
}
.comp-form-wrap .comp-check-wrap a:hover {
    text-decoration: none;
}
.comp-form-dl {
    display: flex;
    flex-direction: column;
}
.comp-form-dl .comp-form-dt {
    display: flex;
    flex-direction: column;
    gap: 0.25em;
}
.comp-form-dl .comp-form-dt .comp-hissu {
    color: #C3AF7D;
}
/* PC, Tablet */
@media screen and (min-width: 768px) , print {
    .comp-form-wrap,
    .comp-form-group-wrap {
        gap: 3rem;
    }
    .comp-form-group {
        gap: 2rem;
    }
    .wpcf7 .wpcf7-list-item label,
    .comp-form-wrap .comp-radiobtn {
        width: 25em;
    }
    .comp-form-wrap input[type="text"],
    .comp-form-wrap input[type="tel"],
    .comp-form-wrap input[type="email"],
    .comp-form-wrap textarea {
        font-size: 1.125rem;
    }
    .comp-form-dl {
        gap: 0.875rem;
    }
    .comp-form-dl .comp-form-dt .comp-ttl {
        font-size: 0.875rem;
    }
    .comp-form-dl .comp-form-dt .comp-hissu {
        font-size: 0.75rem;
    }
}
/* SP */
@media screen and (max-width: 767px) {
    .comp-form-wrap,
    .comp-form-group-wrap {
        gap: 10.666vw;
    }
    .comp-form-group {
        gap: 8vw;
    }
    .comp-form-dl {
        gap: 2.666vw;
    }
    .comp-form-dl .comp-form-dt .comp-ttl {
        font-size: 3.466vw;
    }
    .comp-form-dl .comp-form-dt .comp-hissu {
        font-size: 11px;
    }
}

/* 確認画面: 項目間 + ボタン上のスペース */
.js-confirm-display {
    display: flex;
    flex-direction: column;
}
/* PC, Tablet */
@media screen and (min-width: 768px) , print {
    .js-confirm-display {
        gap: 2rem;
    }
    .js-confirm-only > .comp-btn-wrap {
        margin-top: 3rem;
    }
}
/* SP */
@media screen and (max-width: 767px) {
    .js-confirm-display {
        gap: 8vw;
    }
    .js-confirm-only > .comp-btn-wrap {
        margin-top: 10.666vw;
    }
}

/* ==================================================
contents
================================================== */
.contents-wrap,
.cont-section,
.cont-section .cont-body,
.cont-section .cont-sub-section {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.cont-section .cont-sub-section {
    align-items: flex-start;
}
/* PC, Tablet */
@media screen and (min-width: 768px) , print {
    #site-content {
        padding-bottom: 9rem;
    }
    .contents-wrap {
        padding-left: 22rem;
        padding-right: 7rem;
    }
    .cont-section,
    .cont-list-wrap,
    .cont-detail-wrap {
        padding-top: 8rem;
    }
    .cont-section,
    .cont-section .cont-body {
        gap: 3rem;
    }
    .cont-section .cont-sub-section {
        gap: 2rem;
    }
}
/* SP */
@media screen and (max-width: 767px) {
    .contents-wrap {
        padding: 16vw 8vw;
    }
    #related.contents-wrap {
        padding: 0 8vw 16vw;
        margin-top: -16vw;
    }
    .cont-section,
    .cont-list-wrap,
    .cont-detail-wrap {
        padding-top: 16vw;
    }
    .cont-list-wrap {
        margin-left: -4vw;
        margin-right: -4vw;
    }
    .cont-section,
    .cont-section .cont-body {
        gap: 8vw;
    }
    .cont-section .cont-sub-section {
        gap: 6.666vw;
    }
}
/* --------------------------------------------------
cont-ttl
-------------------------------------------------- */
.cont-ttl01 {
    display: flex;
    flex-direction: column;
    gap: 0.25em;
}
.cont-ttl01-en {
    font-family: 'NEXT-Poster-Regular', 'Zen Kaku Gothic Antique', sans-serif;
}
.cont-ttl01-ja {
    color: #8C8C8C;
}
.cont-ttl02 {
    display: inline-block;
    letter-spacing: 0.03em;
    padding: 0.4em 0.8em;
    margin-top: 1em;
    border: #C3AF7D 1px solid;
}
/* PC, Tablet */
@media screen and (min-width: 768px) , print {
    .cont-ttl01-en {
        font-size: 1.875rem;
    }
    .cont-ttl01-ja {
        font-size: 0.9375rem;
    }
    .cont-ttl02 {
        font-size: 0.9375rem;
    }
}
/* SP */
@media screen and (max-width: 767px) {
    .cont-ttl01 {
        margin-top: 3.733vw;
    }
    .cont-ttl01-en {
        font-size: 5.866vw;
    }
    .cont-ttl01-ja {
        font-size: 3.733vw;
    }
    .cont-ttl02 {
        font-size: 3.466vw;
    }
}

/* ==================================================
header
================================================== */
#site-ttl {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}
#site-ttl a {
    display: block;
    position: relative;
    text-indent: -9999%;
    overflow: hidden;
}
#site-ttl .logo-img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: auto;
    pointer-events: none;
    transition: opacity 0.15s cubic-bezier(0.22,0.61,0.36,1);
}
#site-ttl.is-logo-hidden .logo-img { opacity: 0; }
.g-nav-list {
    display: flex;
    flex-direction: column;
    gap: 0.25em;
}
#page-nav .page-ttl,
.g-nav-list a {
    display: block;
    font-family: 'NEXT-Poster-Regular', 'Zen Kaku Gothic Antique', sans-serif;
}
#page-nav .step-nav-list {
    position: relative;
}
#page-nav .step-nav-list li {
    position: relative;
    z-index: 0;
}
#page-nav .step-nav-list li {
    display: flex;
    gap: 0.25em;
    color: #8C8C8C;
}
#page-nav .step-nav-list li.is-active {
    color: #000000;
}
#page-nav .step-nav-list li::before {
    content: '';
    display: block;
    width: 0.8em;
    height: 0.8em;
    background-color: #8C8C8C;
    border-radius: 50%;
}
#page-nav .step-nav-list li.is-active::before {
    background-color: #000000;
}
.has-page-nav #g-nav {
    display: none;
}
.has-page-nav #g-nav .g-nav-list {
    gap: 0;
}
.has-page-nav #g-nav .g-nav-list li {
    display: grid;
    grid-template-rows: 0fr;
    opacity: 0;
    transition: grid-template-rows 0.1s cubic-bezier(0.22,0.61,0.36,1), opacity 0.1s cubic-bezier(0.22,0.61,0.36,1);
}
.has-page-nav #g-nav .g-nav-list a {
    overflow: hidden;
    min-height: 0;
}
.has-page-nav #g-nav .g-nav-list li.nav-item-in,
.has-page-nav #g-nav .g-nav-list li.nav-item-current {
    grid-template-rows: 1fr;
    opacity: 1;
}
/* PC, Tablet */
@media screen and (min-width: 768px) , print {
    #site-ttl {
        padding: 2rem 3rem;
        z-index: 1000;
    }
    #site-ttl a {
        width: 100%;
        height: 3rem;
    }
    #site-menu {
        position: fixed;
        top: 0;
        left: 0;
        padding: 0 0 0 3rem;
        height: 100%;
        overflow-y: auto;
        z-index: 900;
    }
    .has-project-mv #site-menu,
    .has-project-mv #footer {
        opacity: 0;
        pointer-events: none;
    }
    .has-project-mv.mv-passed #site-menu,
    .has-project-mv.mv-passed #footer {
        opacity: 1;
        pointer-events: auto;
        transition: opacity 0.3s cubic-bezier(0.22,0.61,0.36,1);
    }
    #site-menu .site-menu-inner {
        width: 15rem;
        padding: 8rem 1rem 5rem;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        min-height: 100%;
    }
    #header .nav-wrap {
        display: flex;
        flex-direction: column;
    }
    #page-nav .page-ttl,
    .g-nav-list a {
        font-size: 1.875rem;
    }
    #page-nav .page-nav-list,
    #page-nav .step-nav-list {
        display: flex;
        flex-direction: column;
        margin-top: 1rem;
        margin-bottom: 0.25rem;
    }
    #page-nav .page-nav-list {
        gap: 0.25em;
    }
    #menu-btn {
        font-size: 1.125rem;
        font-family: 'NEXT-Poster-Regular', 'Zen Kaku Gothic Antique', sans-serif;
        text-decoration: underline;
        margin-top: 0.5rem;
    }
    #menu-btn:hover {
        text-decoration: none;
    }
    #page-nav .page-nav-list a,
    #page-nav .step-nav-list li {
        font-size: 0.875rem;
        min-height: 0;
    }
    #page-nav .page-nav-list a {
        overflow: hidden;
    }
    #page-nav .step-nav-list {
        gap: 0.75em;
    }
    #page-nav .step-nav-list li {
        flex-wrap: nowrap;
        align-items: center;
    }
    #page-nav .step-nav-list::before {
        display: none;
    }
    #page-nav .step-nav-list li:not(:last-child)::after {
        content: '';
        position: absolute;
        width: 1px;
        height: 0.75em;
        background-color: #8C8C8C;
        top: 100%;
        left: 0.4em;
        left: calc(0.4em - 0.5px);
        transform: translateX(-50%);
        z-index: -1;
    }
    #page-nav .page-nav-list li {
        display: grid;
        grid-template-rows: 1fr;
        opacity: 1;
        transition: grid-template-rows 0.1s cubic-bezier(0.22,0.61,0.36,1), opacity 0.1s cubic-bezier(0.22,0.61,0.36,1);
    }
    #page-nav .page-nav-list li.nav-item-out {
        grid-template-rows: 0fr;
        opacity: 0;
        pointer-events: none;
    }
    #page-nav .page-nav-list a {
        color: #8C8C8C;
        transition: color 0.2s cubic-bezier(0.22,0.61,0.36,1);
    }
    #page-nav .page-nav-list a.is-active {
        color: #000000;
    }
}
/* SP */
@media screen and (max-width: 767px) {
    #site-ttl {
        padding: 4vw;
        z-index: 900;
    }
    #site-ttl a {
        width: 80vw;
        height: 8vw;
    }
    #page-nav .page-ttl {
        position: fixed;
        top: 0;
        right: 16vw;
        width: 33.333vw;
        font-size: 5.8666vw;
        line-height: 8vw;
        text-align: right;
        padding: 4vw 0;
        margin-top: 1px;
        z-index: 700;
        transition: opacity 0.4s cubic-bezier(0.22,0.61,0.36,1);
    }
    body.is-logo-fading #page-nav .page-ttl,
    body:has(#site-ttl.is-logo-out) #page-nav .page-ttl,
    body:has(#site-ttl.is-logo-anim) #page-nav .page-ttl {
        opacity: 0;
        transition: none;
    }
    #menu-btn {
        position: fixed;
        top: 0;
        right: 0;
        display: block;
        width: 16vw;
        height: 16vw;
        margin-top: 1px;
        text-indent: -9999%;
        overflow: hidden;
        background-image: url(/assets/img/icon_menu.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 7.4666vw;
        z-index: 1000;
    }
    #menu-btn.menu-close {
        background-image: url(/assets/img/icon_close.svg);
    }
    #g-nav {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 800;
        background-color: #FFFFFF;
        transition: opacity 0.3s cubic-bezier(0.22,0.61,0.36,1);
        overflow-y: auto;
    }
    #g-nav .g-nav-list {
        padding: 20vw 8vw 30vw;
    }
    .g-nav-list a {
        font-size: 7.4666vw;
    }
    #page-nav .page-nav-list {
        display: none;
    }
    #page-nav .comp-tagbtn-wrap,
    #page-nav .step-nav-list {
        margin-top: 30vw;
        margin-bottom: -24vw;
    }
    #page-nav .comp-tagbtn-wrap {
        flex-direction: row;
        flex-wrap: wrap;
        padding: 0 4vw;
    }
    #page-nav .step-nav-list {
        display: flex;
        flex-wrap: wrap;
        gap: 4vw;
        padding: 0 8vw;
    }
    #page-nav .step-nav-list li {
        flex-direction: column;
        align-items: center;
        font-size: 3.466vw;
    }
    #page-nav .step-nav-list::before {
        display: none;
    }
    #page-nav .step-nav-list li:not(:last-child)::after {
        content: '';
        position: absolute;
        width: 4vw;
        height: 1px;
        background-color: #8C8C8C;
        left: 100%;
        top: 0.4em;
        top: calc(0.4em - 0.5px);
        z-index: -1;
    }
}

/* ==================================================
footer
================================================== */
#footer small {
    display: block;
    line-height: 1;
}
/* PC, Tablet */
@media screen and (min-width: 768px) , print {
    #footer {
        position: fixed;
        left: 0;
        bottom: 0;
        padding: 2.5rem 3rem;
        transition: opacity 0.3s cubic-bezier(0.22,0.61,0.36,1);
    }
    #footer-nav {
        display: none;
    }
}
/* SP */
@media screen and (max-width: 767px) {
    #footer {
        padding: 10.666vw 8vw;
        border-top: #C8C8C8 1px solid;
    }
    #footer .footer-copy.is-visible {
        position: fixed;
        bottom: 0;
        left: 0;
        padding: 8vw;
        z-index: 1000;
    }
    #footer-nav {
        margin-bottom: 10.666vw;
    }
    body:has(#home) #footer-nav {
        display: none;
    }
    body:has(#home) #footer {
        border: none;
    }
    body:has(#home) #footer .footer-copy:not(.is-visible) {
        display: none;
    }
}

/* ==================================================
detail
================================================== */
.cont-detail-wrap {
    display: flex;
    flex-direction: column;
}
.cont-detail-wrap .cont-header {
    display: flex;
    flex-direction: column;
    gap: 0.5em;
}
.cont-detail-wrap .cont-header .detail-ttl {
    line-height: 1.75;
}
.cont-detail-wrap .cont-header .comp-meta-wrap {
    color: #8C8C8C;
}
.cont-detail-wrap .cont-header .comp-meta-wrap,
.cont-detail-wrap .cont-header .comp-tag-list {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: flex-start;
}
.cont-detail-wrap .cont-header .comp-tag-list li::after {
    content: ', ';
    margin-right: 0.25em;
}
.cont-detail-wrap .cont-header .comp-tag-list li:last-child::after {
    display: none;
}
.cont-detail-wrap .cont-header .comp-date + .comp-tag-list::before {
    content: '｜';
}
/* PC, Tablet */
@media screen and (min-width: 768px) , print {
    .cont-detail-wrap {
        gap: 3rem;
    }
    .cont-detail-wrap .cont-header .detail-ttl {
        font-size: 1.5rem;
    }
    .cont-detail-wrap .cont-header .comp-meta-wrap {
        font-size: 0.875rem;
    }
    .cont-detail-wrap .cont-body {
        padding-top: 1.5rem;
    }
    #related-dialogue .swiper-pagination {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}
/* SP */
@media screen and (max-width: 767px) {
    .cont-detail-wrap {
        gap: 10.666vw;
    }
    .cont-detail-wrap .cont-header .detail-ttl {
        font-size: 4.8vw;
    }
    .cont-detail-wrap .cont-header .comp-meta-wrap {
        font-size: 11px;
    }
    #related-dialogue .comp-dialogue-slide-wrap  {
        margin-left: -8vw;
        margin-right: -8vw;
    }
    #related-dialogue .swiper-pagination {
        padding-left: 8vw;
        padding-right: 8vw;
    }
}

/* ==================================================
home
================================================== */
#home-mv {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 0;
}
#home-mv-slide,
#home-mv .comp-home-mv-list,
#home-mv .comp-home-mv,
#home-mv .comp-home-mv a {
    width: 100%;
    height: 100%;
}
#home-mv .swiper-wrapper {
    height: 100%;
}
#home-mv .comp-home-mv img {
    width: 100%;
    height: 100%;
}
#home-news .home-news-ttl {
    position: absolute;
    font-family: 'NEXT-Poster-Regular', 'Zen Kaku Gothic Antique', sans-serif;
}
/* PC, Tablet */
@media screen and (min-width: 768px) , print {
    #home-mv {
        padding: 9rem 3rem 2.5rem 20rem;
    }
    #home-mv .comp-home-mv img {
        object-position: right center;
        object-fit: contain;
    }
    #home-news {
        position: relative;
        margin-top: 1rem;
    }
    #home-news .home-news-ttl {
        top: 0;
        font-size: 1.125rem;
        line-height: 1.1;
    }
}
/* Tablet */
@media screen and (min-width: 768px) and (max-width: 1024px) {
    #home-mv .comp-home-mv img {
        object-fit: cover;
    }
    #home-mv .comp-home-mv .display-pc {
        display: none;
    }
    #home-mv .comp-home-mv .display-sp {
        display: inline;
    }
}
/* SP */
@media screen and (max-width: 767px) {
    #home-mv {
        padding: 20vw 4vw;
    }
    #home-news {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 5.333vw 4vw;
        background-color: #FFFFFF;
        z-index: 1;
    }
    #home-news .home-news-ttl {
        top: 5.333vw;
        font-size: 14px;
        line-height: 1.1;
    }
    #home-mv .comp-home-mv img {
        object-fit: cover;
    }
}

/* ==================================================
projects-detail
================================================== */
.project-mv {
    width: 100%;
    opacity: 0;
    transition: opacity 0.9s cubic-bezier(0.22,0.61,0.36,1);
}
.project-mv.is-visible {
    opacity: 1;
}
.project-mv .project-mv-inner {
    width: 100%;
    height: 100%;
}
.project-mv img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
}
#projects-detail .cont-header {
    display: flex;
    flex-direction: column;
}
#projects-detail .project-ttl-wrap {
    display: flex;
    flex-direction: column;
    gap: 0.75em;
}
#projects-detail .project-ttl {
    color: #8C8C8C;
    line-height: 1.75;
}
#projects-detail .project-tagline {
    line-height: 1.75;
}
#projects-detail .project-meta-wrap {
    display: flex;
    border-top: #C8C8C8 1px solid;
    border-bottom: #C8C8C8 1px solid;
}
#projects-detail .project-attr-wrap,
#projects-detail .project-credit-wrap {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.5em;
}
#projects-detail .project-meta-wrap dl {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
#projects-detail .project-meta-wrap dt {
    width: 4.5em;
    color: #8C8C8C;
}
#projects-detail .project-meta-wrap dd {
    flex: 1;
    line-height: 1.75;
}
#projects-detail .comp-wysiwyg-wrap :is(.img-column01, .img-column02, .img-slide-list-wrap) img {
    cursor: zoom-in;
}
/* PC, Tablet */
@media screen and (min-width: 768px) , print {
    .project-mv {
        height: 100vh;
    }
    .project-mv .project-mv-inner {
        padding: 1.5rem;
    }
    #projects-detail .cont-header {
        gap: 3rem;
    }
    #projects-detail .project-ttl {
        margin-top: 0.25em;
    }
    #projects-detail .project-tagline {
        font-size: 1.5rem;
    }
    #projects-detail .project-meta-wrap {
        flex-wrap: nowrap;
        justify-content: space-between;
        gap: 2rem;
        padding: 2rem 1rem;
    }
    #projects-detail .project-meta-wrap dl {
        gap: 1rem;
    }
    #projects-detail .project-meta-wrap dt {
        font-size: 0.875rem;
        margin-top: 0.25em;
    }
}
/* Tablet */
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .project-mv .display-pc {
        display: none;
    }
    .project-mv .display-sp {
        display: inline;
    }
}
/* SP */
@media screen and (max-width: 767px) {
    .project-mv {
        height: var(--project-mv-h, calc(100dvh - 17.6vw));
        margin-top: 17.6vw;
        margin-bottom: -16vw;
    }
    #projects-detail .cont-header {
        gap: 10.666vw;
    }
    #projects-detail .project-ttl {
        font-size: 3.466vw;
    }
    #projects-detail .project-tagline {
        font-size: 4.8vw;
    }
    #projects-detail .project-meta-wrap {
        flex-direction: column;
        gap: 0.5em;
        margin-left: -4vw;
        margin-right: -4vw;
        padding: 8vw 4vw;
    }
    #projects-detail .project-meta-wrap dl {
        gap: 4vw;
    }
    #projects-detail .project-meta-wrap dt {
        font-size: 3.2vw;
        margin-top: 0.75vw;
    }
    #projects-detail .project-meta-wrap dd {
        font-size: 3.466vw;
    }
}

/* ==================================================
information
================================================== */
/* PC, Tablet */
@media screen and (min-width: 768px) , print {
    #information #introduction .introduction-ttl {
        font-size: 1.75rem;
        margin-bottom: 0.5rem;
    }
}
/* SP */
@media screen and (max-width: 767px) {
    #information #introduction .introduction-ttl {
        font-size: 5.333vw;
    }
}