/* legacy-wbhouse.css — sources: performance.css */


/* ===== performance.css ===== */

.legacy-page-content #header.wb {
    align-items: center;
    padding-bottom: 0;
}
.legacy-page-content .wb__title {
    width: 300px;
}
.legacy-page-content .w1400 {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
}

.legacy-page-content .top-message {
    max-width: 690px;
    padding-inline: 25px;
    margin: 0 auto;
    font-family: var(--sans-serif);
}
.legacy-page-content .top-message .tag-line {
    text-align: center;  
}
.legacy-page-content .top-message p.text.large {
    font-weight: 400;
    line-height: 1.7;
    margin: 40px 0 0;
}

.legacy-page-content .five-points {
    font-size : 16px;
    letter-spacing : 1.6px;
    font-weight: 500;
    font-family: var(--sans-serif);
}

.legacy-page-content .first-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px 70px;
    margin-top: 70px;
}

.legacy-page-content .first-row > div {
    width: calc((1090px - 140px) / 3);
    display: flex;
    align-items: flex-start;
    padding: 0 15px;
}

.legacy-page-content .first-row > div div:nth-child(1) {
    width: 30%;
}

.legacy-page-content .first-row > div div:nth-child(2) {
    display: flex;
    align-items: baseline;
    width: 70%;
    height: calc(100% - 20px);
    border-bottom: 1px solid #9FA0A0;
    flex-direction: column;
    justify-content: center;
}
.legacy-page-content .first-row_txt p {
    padding-left: 30px;
}

/* BREATHING */
.legacy-page-content .wb-breathing__list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 100px 90px;
    margin-top: 50px;
}
.legacy-page-content .wb-breathing__list-item > * + * {
    margin-top: 30px;
}
.legacy-page-content .wb-breathing .tag-line {
    text-align: center;
}
.legacy-page-content .wb-breathing .tag-line:not(:first-of-type) {
    margin-top: 120px;
}

/* 5POINT */
.legacy-page-content .wb-point {
    padding-block: 120px 420px;
}

/* RECOMMEND */
.legacy-page-content .wb-recommend {
    display: flex;
    flex-direction: column;
    gap: 50px;
    width: 100%;
    max-width: 700px;
    padding: 80px 25px;
    margin: -300px auto 0;
}
.legacy-page-content .wb-recommend__list {
    align-self: center;
}
.legacy-page-content .wb-recommend__list-item {
    padding-left: 22px;
    position: relative;
}
.legacy-page-content .wb-recommend__list-item + .wb-recommend__list-item {
    margin-top: 0.5em;
}
.legacy-page-content .wb-recommend__list-item::before {
    content: '';
    display: block;
    width: 1lh;
    aspect-ratio: 1;
    background: url(../images/performance/icon_check.webp) center / 13px auto no-repeat;
    position: absolute;
    inset: 0 auto auto 0;
}

/* EVIDENCE */
.legacy-page-content .wb-evidence__list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 100px 90px;
    margin-top: 70px;
}
.legacy-page-content .wb-evidence__list-item {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.legacy-page-content .wb-evidence__list-title {
    font-family: var(--serif);
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
}
.legacy-page-content .wb-evidence__list-content {
    min-height: 180px;
}
.legacy-page-content .wb-evidence__list-box {
    display: none;
}
.legacy-page-content .wb-evidence__detail {
    margin-top: 30px;
}
.legacy-page-content .wb-evidence__detail-title {
    font-weight: bold;
    color: #1d3256;
    margin-bottom: 20px;
}
.legacy-page-content .wb-evidence__list-btn {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    width: 100%;
    background-color: #1d3256;
    border: 0;
    padding: 10px 30px;
    position: relative;
    cursor: pointer;
}
.legacy-page-content .wb-evidence__list-btn::after {
    content: '';
    display: block;
    width: 10px;
    aspect-ratio: 1;
    background: url(../images/performance/ico_arrow.svg) center / contain no-repeat;
    position: absolute;
    inset: 50% 20px auto auto;
    translate: 0 -50%;
    rotate: 90deg;
}
.legacy-page-content .wb-evidence__list-btn--open {
    background-color: #8e98aa;
}
.legacy-page-content .wb-evidence__list-btn--open::after {
    rotate: -90deg;
}

/* WORKS */
.legacy-page-content .wb-works__swiper {
    margin-top: 50px;
}
.legacy-page-content .wb-works__swiper .swiper-slide {
    scale: .7;
    transition: scale .5s ease-out;
}
.legacy-page-content .wb-works__swiper .swiper-slide-active {
    scale: 1;
}
.legacy-page-content .wb-works__pn {
    width: 4.29%;
    aspect-ratio: 1;
    background: #1d3256 url(../images/performance/ico_arrow.svg) center / 10px auto no-repeat;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    translate: 0 -50%;
    z-index: 1;
    cursor: pointer;
}
.legacy-page-content .wb-works__prev {
    left: 23.5%;
    scale: -1 1;
}
.legacy-page-content .wb-works__next {
    right: 23.5%;
}

/* VOICE */
.legacy-page-content .wb-voice {
    padding-block: 0 120px;
}
.legacy-page-content .wb-voice__img {
    height: 260px;
    width: 100%;
}
.legacy-page-content .wb-voice__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.legacy-page-content .wb-voice__list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 90px;
}
.legacy-page-content .wb-voice__list-title {
    font-family: var(--serif);
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 30px;
}

/* FAQ */
.legacy-page-content #faq .ttl {
	margin: 0;
}
.legacy-page-content .wb-faq__list {
	margin-top: 60px;
}
.legacy-page-content .wb-faq__list-box {
	border-top: 1px dashed #787878;
	padding: 40px 60px;
}
.legacy-page-content .wb-faq__list-title {
	font-size: 18px;
	font-weight: 500;
	padding-left: 20px;
	padding-right: 40px;
	position: relative;
	cursor: pointer;
}
.legacy-page-content .wb-faq__list-title::before {
	content: 'Q';
	font-size: .77em;
	font-weight: bold;
	position: absolute;
	top: 0.23em;
	left: 0;
}
.legacy-page-content .wb-faq__list-title svg {
	display: block;
	width: 36px;
	aspect-ratio: 1;
	border: 1px solid #1d3256;
	background-color: #1d3256;
	border-radius: 50%;
	fill: #fff;
	stroke: #fff;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%) rotate(180deg);
	transition: transform .3s, top .3s;
}
.legacy-page-content .wb-faq__list-title.open svg {
	background-color: #cbd0d7;
	fill: #1d3256;
	stroke: #1d3256;
	transform: translateY(-50%) rotate(0);
}
@media (any-hover: hover) {
	.legacy-page-content .wb-faq__list-title:hover {
		color: #008090;
	}
	.legacy-page-content .wb-faq__list-title:hover svg {
		top: calc(50% + 5px);
	}
}
.legacy-page-content .wb-faq__list-content {
	display: none;
	padding-left: 20px;
	margin-top: 20px;
	position: relative;
}
.legacy-page-content .wb-faq__list-content::before {
	content: 'A';
	font-weight: bold;
	position: absolute;
	top: 0;
	left: 0;
}

/* CONSTRUCTION */
.legacy-page-content .wb-construction__panel {
    display: flex;
    margin-top: 100px;
}
.legacy-page-content .wb-construction__panel > .box01 {
    width: 460px;
}
.legacy-page-content .wb-construction__panel > .box02 {
    flex: 1;
}
.legacy-page-content .wb-construction__box > * {
    padding-right: 50px;
}
.legacy-page-content .wb-construction__detail01-title {
    font-family: var(--serif);
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    margin-bottom: 20px;
}
.legacy-page-content .wb-construction__detail02 {
    display: flex;
    flex-wrap: wrap;
    gap: 1em 0;
    border-top: 1px solid #787878;
    padding-top: 20px;
    margin-top: 20px;
}
.legacy-page-content .wb-construction__detail02-title {
    font-weight: bold;
    color: #1d3256;
    width: 75px;
}
.legacy-page-content .wb-construction__detail02-content {
    text-align: left;
    width: calc(100% - 75px);
}
.legacy-page-content .wb-construction-text {
    margin-top: 20px;
}
/* performance */
.legacy-page-content .performance {
    width: 100%;
    padding: 60px 0;
    background-color: #1D3256;
    color: white;
    margin: 0 0 70px;
}
.legacy-page-content .performance-grid {
    width: 80%;
    margin: 40px auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 50px;
}
.legacy-page-content .performance_content_ttl {
    margin: 20px 0 16px;
}
.legacy-page-content .performance-grid img {
    width: 100%;
    aspect-ratio: 1.5/1;
    object-fit: cover;
}
.legacy-page-content .performance-grid h5 {
    font-weight : bold;
    font-size : 16px;
    letter-spacing : 1.6px;
}
.legacy-page-content .img_performance03 {
    padding: 70px 25px 30px;
}

@media screen and (max-width: 768px) {
    .legacy-page-content .wb-breathing__list, .legacy-page-content .wb-evidence__list {
        gap: 100px 40px;
    }
    .legacy-page-content .wb-voice__list {
        gap: 90px 40px;
    }
	.legacy-page-content .wb-faq__list {
		margin-top: 40px;
	}
	.legacy-page-content .wb-faq__list-box {
		padding: 40px 0;
	}
	.legacy-page-content .wb-faq__list-title {
		padding-right: 60px;
	}
    .legacy-page-content .wb-construction__panel > .box01 {
        width: 350px;
    }
    .legacy-page-content .performance {
        padding: 1px 25px 60px;
    }

    .legacy-page-content .performance-grid {
        width: 100%;
        margin: 0 auto;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 50px;
    }
}

@media only screen and (max-width: 640px) {
    .legacy-page-content #main {
        width: 100%;
        margin: 0;
        padding: 0;
    }
    .legacy-page-content .wb__title {
        width: 250px;
    }
    .legacy-page-content .top-message {
        padding: 60px 25px;
    }
    .legacy-page-content .wb-structure .top-message {
        padding: 0 25px;
    }
    .legacy-page-content .wb-point {
        padding: 60px 0;
    }
    .legacy-page-content .five-points {
        width: 100%;
        padding: 0 25px;
    }
    .legacy-page-content .first-row, .legacy-page-content .second-row {
        display: block;
        margin-top: 30px;
    }
    .legacy-page-content .first-row > div, .legacy-page-content .second-row > div {
        align-items: flex-end;
        padding: 0;
        margin-bottom: 30px;
    }
    .legacy-page-content .first-row > div {
        width: 100%;
    }
    .legacy-page-content .first-row_txt p {
        margin-bottom: 15px;
    }
    .legacy-page-content .first-row > div:last-child(), .legacy-page-content .second-row > div:last-child() {
        margin-bottom: 0;
    }
    .legacy-page-content .first-row > div div:nth-child(2) {
        margin-bottom: 20px;
    }
    .legacy-page-content .wb-breathing__list, .legacy-page-content .wb-evidence__list, .legacy-page-content .wb-voice__list {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 0;
    }
    .legacy-page-content .wb-evidence__list {
        margin-top: 50px;
    }
    .legacy-page-content .wb-breathing__list-item + .wb-breathing__list-item, .legacy-page-content .wb-evidence__list-item + .wb-evidence__list-item, .legacy-page-content .wb-voice__list-box + .wb-voice__list-box {
        border-top: 1px dotted #888888;
        padding-top: 50px;
        margin-top: 50px;
    }
    .legacy-page-content .wb-evidence__list-content {
        min-height: auto;
    }
    .legacy-page-content .wb-recommend {
        gap: 30px;
        padding: 50px 25px;
        margin-top: 0;
    }
    .legacy-page-content .wb-works {
        padding-inline: 25px;
        overflow: hidden;
    }
    .legacy-page-content .wb-works__swiper {
        overflow: visible;
    }
    .legacy-page-content .wb-works__pn {
        width: 80px;
        background-position: 20px center;
    }
    .legacy-page-content .wb-works__prev {
        left: -65px;
        scale: -1 1;
    }
    .legacy-page-content .wb-works__next {
        right: -65px;
    }
    .legacy-page-content .wb-voice {
        padding-block: 0 60px;
    }
    .legacy-page-content .wb-voice__img {
        height: 200px;
    }
    .legacy-page-content .wb-voice__img img {
        object-position: 65% center;
    }
    .legacy-page-content .wb-construction__panel {
        flex-direction: column;
        margin-top: 40px;
    }
    .legacy-page-content .wb-construction__panel > .box01, .legacy-page-content .wb-construction__panel > .box02 {
        display: contents;
    }
    .legacy-page-content .wb-construction__box > * {
        padding-right: 0;
    }
    .legacy-page-content .wb-construction__detail02 {
        order: 1;
        border-top: 0;
        padding-top: 0;
    }
    .legacy-page-content .wb-construction-img {
        margin-top: 30px;
    }
    .legacy-page-content .wb-construction-text {
        order: 2;
        border-top: 1px solid #787878;
        padding-top: 30px;
        margin-top: 30px;
    }
    .legacy-page-content .performance-grid {
        width: 100%;
        margin: 0 auto;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 50px;
    }
}

