@charset "UTF-8";
/*.page-title {
	background: url("../img/report/title.jpg") center no-repeat;
	background-size: cover;
	min-height: 450px;
	text-align: left;
	position: relative;
	margin-bottom: 0;
	display: flex;
	align-items: center;
}
@media only screen and (max-width: 768px) {
	.page-title {
		min-height: 200px;
		margin-top: 50px;
		margin-bottom: 0;
	}
}*/
.page-title {
    background: url("../img/voice/title.jpg") center no-repeat;
    background-size: cover;
    min-height: 225px;
    text-align: left;
    position: relative;
    margin-top: 131px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media only screen and (max-width: 768px) {
    .page-title {
        min-height: 200px;
        margin-top: 50px;
        margin-bottom: 0;
    }
}
.page-title .ttl02 {
    width: fit-content;
    display: flex;
    flex-flow: column;
    align-items: center;
    gap: 20px 0;
    line-height: 1;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.2em;
    margin: 0;
    text-shadow: none;
    padding: 0;
}
.page-title .ttl02 span {
    font-size: 3.125em;
    padding: 0;
    letter-spacing: 0.1em;
}
.content {
    color: #1C0C00;
}
.inner {
    margin: 0 auto;
    text-align: center;
    padding: 0;
    letter-spacing: 0.05em;
}
@media only screen and (max-width: 768px) {
	.page-title .ttl02 span {
			font-size: 2.4em;
			padding: 0;
			letter-spacing: 0.1em;
	}
	.inner {
			display: block;
	}
}
figure {
    position: relative;
}
figure figcaption {
    color: #1C0C00;
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 1.1rem;
    font-family: 'Shippori Mincho B1', serif;
    padding: 0.1em 0.5em;
}
figure figcaption.cap_bg {
    color: #fff;
    background-color: rgba(0, 0, 0, .5);
}
.sec01 {}
@media only screen and (max-width: 768px) {
    .sec01 {}
}
.scrolldown1 {
    position: absolute;
    left: 50%;
    bottom: 10px;
    height: 50px;
}
.scrolldown1 span {
    position: absolute;
    left: -15px;
    top: -15px;
    color: #1C0C00;
    font-size: 1.2rem;
    padding: 0;
}
.scrolldown1::after {
    content: "";
    position: absolute;
    top: 0;
    width: 1px;
    height: 30px;
    background: #1C0C00;
    animation: pathmove 1.4s ease-in-out infinite;
    opacity: 0;
}
@keyframes pathmove {
    0% {
        height: 0;
        top: 0;
        opacity: 0;
    }
    30% {
        height: 30px;
        opacity: 1;
    }
    100% {
        height: 0;
        top: 50px;
        opacity: 0;
    }
}
@media only screen and (max-width: 768px) {
    .scrolldown1 {
        bottom: -30px;
    }
}
.slideEffectWrap {
    overflow: hidden;
}
.slideEffectUp {
    transform: translateY(-100%);
    overflow: hidden;
    transition: transform 1.2s ease-in-out;
    display: block;
}
.slideEffectUp img {
    transform: translateY(100%);
    filter: blur(5px) grayscale(100%);
    transition: transform 1.2s ease-in-out, filter 3s ease-in-out;
}
.slideEffectUp.is-active {
    transform: translateY(0);
}
.slideEffectUp.is-active img {
    transform: translateY(0);
    filter: blur(0) grayscale(0);
}
/*voice*/
.page_voice .inner {
    text-align: left;
}
.select_age {
    width: 804px;
    max-width: 95%;
    margin: 77px auto 92px;
    display: flex;
    justify-content: space-between;
}
.select_age .age00 {
    width: 19.2%;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-family: "Shippori Mincho B1";
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.1em;
    color: #fff;
    transition: .3s ease;
}
@media screen and (max-width:768px) {
    .select_age {
        margin: 77px auto 48px;
    }
    .select_age .age00 {
        height: 44px;
    }
}
.select_age .age20 {
    background-color: #E4DDCD;
    border: 1px solid #E4DDCD;
}
.select_age .age30 {
    background-color: #D6CEBC;
    border: 1px solid #D6CEBC;
}
.select_age .age40 {
    background-color: #D1C2A6;
    border: 1px solid #D1C2A6;
}
.select_age .age50 {
    background-color: #C1AE8A;
    border: 1px solid #C1AE8A;
}
.select_age .other {
    background-color: #9B8F80;
    border: 1px solid #9B8F80;
}
.select_age .age00:hover {
    background-color: #fff;
}
.select_age .age00.on {
    background-color: #fff;
    pointer-events: none;
}
.select_age .age20.on, .select_age .age20:hover {
    color: #D6CEBC;
}
.select_age .age30.on, .select_age .age30:hover {
    color: #D6CEBC;
}
.select_age .age40.on, .select_age .age40:hover {
    color: #D1C2A6;
}
.select_age .age50.on, .select_age .age50:hover {
    color: #C1AE8A;
}
.select_age .other.on, .select_age .other:hover {
    color: #9B8F80;
}
.block_page {
    width: 1000px;
    max-width: 90%;
    margin: 0 auto;
}
.block_page .page00 {
    display: none;
    opacity: 0;
    filter: blur(5px);
    font-size: 13px;
    color: #1c0c00;
    transform: translateY(50px);
}
.block_page .page00.on {
    display: block;
    animation: on_01 .7s;
    animation-timing-function: linear;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}
@keyframes on_01 {
    0% {
        opacity: 0;
        filter: blur(5px);
        transform: translateY(50px);
    }
    100% {
        opacity: 1;
        filter: blur(0);
        transform: translateX(0);
    }
}
.block_page .page20 .box_voice,
.block_page .page30 .box_voice {
    margin-top: 80px;
}

.block_page .page40 .box_voice {
    margin-top: 85px;
}

.block_page .page50 .box_voice {
    margin-top: 85px;
}

.block_page .other .box_voice {
    margin-top: 85px;
}

.block_page .box_voice:nth-of-type(6), .block_page .box_voice:nth-of-type(12) {
    position: relative;
}
.block_page .box_voice:last-of-type {
    margin-bottom: 100px;
}
@media screen and (max-width:768px) {
    .block_page .box_voice:last-of-type {
        margin-bottom: 80px;
    }
}
.block_page .box_voice:nth-of-type(3)::after {
    content: "";
    display: block;
    position: absolute;
    background: linear-gradient(#d1c2a6 0%, rgba(209, 194, 166, 0) 100%);
    top: -53px;
    right: calc(-93px - 45px);
    opacity: 0.49;
    width: 93px;
    aspect-ratio: 93 / 121;
}
.block_page .box_voice:nth-of-type(8)::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    background: linear-gradient(#d1c2a6 0%, rgba(209, 194, 166, 0) 100%);
    top: -85px;
    left: calc(-85px - 53px);
    opacity: 0.49;
    width: 85px;
    aspect-ratio: 85 / 121;
}
@media screen and (max-width:768px) {
    .block_page .box_voice:nth-of-type(3)::after {
        top: -53px;
        right: -5vw;
        width: 93px;
        aspect-ratio: 93 / 121;
    }
    .block_page .box_voice:nth-of-type(8)::before {
        top: -85px;
        left: -5vw;
        opacity: 0.49;
        width: 85px;
        aspect-ratio: 85 / 121;
    }
}
.block_page .wrapper_data {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 0;
}
.block_page .box_voice:nth-of-type(even) .wrapper_data {
    flex-flow: row-reverse;
}
.block_page .box_voice:nth-of-type(even) .wrapper_data::after {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    background-color: #fff;
    top: 50%;
    transform: translateY(-50%);
    right: calc(50% - 50vw);
    width: calc(79.3% + (-50% + 50vw));
    height: 139.08%;
}
.block_page .box_voice:nth-of-type(4n) .wrapper_data::after {
    right: auto;
    left: calc(50% - 50vw);
}
@media screen and (max-width:768px) {
    .block_page .wrapper_data, .block_page .box_voice:nth-of-type(even) .wrapper_data {
        flex-flow: column;
    }
    .block_page .box_voice:nth-of-type(even) .wrapper_data::after {
        transform: translateY(-50%);
        right: calc(50% - 50vw);
        width: calc(79.3% + (-50% + 50vw));
        height: 110%;
    }
}
.block_page .wrapper_data .box_img {
    width: 310px;
    position: relative;
    z-index: 0;
}
.block_page .wrapper_data .box_img::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    background: linear-gradient(#d1c2a6 0%, rgba(209, 194, 166, 0) 100%);
    bottom: -49px;
    left: -79px;
    opacity: 0.49;
    width: 140px;
    aspect-ratio: 140 / 148;
}
.block_page .box_voice:nth-of-type(even) .wrapper_data .box_img::before {
    display: none;
}
.block_page .wrapper_data .box_text {
    width: 66.4%;
}
.block_page .wrapper_data .box_text > span {
	position: absolute;
	top: -2em;
	color: #fff;
	background-color: #A32828;
	font-size: 12px;
	padding: 0.1em 0.5em 0.05em;
}
@media screen and (max-width:768px) {
	.block_page .wrapper_data .box_img {
		width: 100%;
	}
	.block_page .wrapper_data .box_img::before {
		left: -5vw;
	}
	.block_page .wrapper_data .box_text {
		width: 100%;
		margin-top: 24px;
	}
	.block_page .wrapper_data .box_text > span {
		top: -1.8em;
		font-size: 11px;
	}
}
.block_page .wrapper_data .box_text h3 {
    width: fit-content;
    font-size: 1.538em;
    margin-bottom: 1.25em;
    position: relative;
    z-index: 0;
}
.block_page .wrapper_data .box_text h3::after {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    left: 0;
    width: 100%;
}
.block_page .wrapper_data .box_text h3.type01::after {
    background-image: url("../img/voice/img_voice_dec01.svg");
    aspect-ratio: 151 / 52;
    bottom: -72%;
}
.block_page .wrapper_data .box_text h3.type02::after {
    background-image: url("../img/voice/img_voice_dec02.svg");
    aspect-ratio: 258 / 26;
    bottom: -43%;
}
.block_page .wrapper_data .box_text h3.type03::after {
    background-image: url("../img/voice/img_voice_dec03.svg");
    aspect-ratio: 218 / 42;
    bottom: -65%;
}
.block_page .wrapper_data .box_text h3.type04::after {
    background-image: url("../img/voice/img_voice_dec04.svg");
    aspect-ratio: 113 / 36;
    left: 50%;
    transform: translateX(-50%);
    bottom: -57%;
    width: 117.52%;
}
.block_page .wrapper_data .box_text h3.type04.long::after {
    bottom: -104%;
}
.block_page .wrapper_data .box_text dl > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.block_page .wrapper_data .box_text dl > div:nth-of-type(n+2) {
    margin-top: 20px;
}
.block_page .wrapper_data .box_text dt {
    font-size: .846em;
    font-weight: 500;
    font-size: 11px;
    color: #fff;
    background-color: #9B8F80;
    width: 100px;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
}
.block_page .wrapper_data .box_text dd {
    letter-spacing: 0.05em;
    line-height: 1.6;
    width: calc(100% - 100px - 22px);
}
@media screen and (max-width:768px) {
    .block_page .wrapper_data .box_text dl > div {
        flex-flow: column;
        align-items: flex-start;
        gap: 8px;
    }
    .block_page .wrapper_data .box_text dt {
        font-size: 1em;
        width: 120px;
    }
    .block_page .wrapper_data .box_text dd {
        width: 100%;
    }
}
.block_page .box_voice .dec_img {
    margin-top: 48px;
    position: relative;
    z-index: 0;
}
.block_page .page20 .dec_img02 {
    width: 208px;
}
.block_page .page30 .dec_img01 {
    width: 208px;
}
.block_page .page30 .dec_img02 {
    width: 224px;
}
.block_page .page30 .dec_img03 {
    width: 174px;
}
.block_page .page30 .dec_img04 {
    width: 174px;
}
.block_page .page30 .dec_img05 {
    width: 174px;
}
.block_page .page40 .dec_img01 {
    width: 208px;
}
.block_page .page40 .dec_img02 {
    width: 224px;
}
.block_page .page50 .dec_img01 {
    width: 170px;
}
.block_page .page50 .dec_img02 {
    width: 263px;
}
.block_page .other .dec_img01 {
    width: 139px;
}
.block_page .other .dec_img02 {
    width: 208px;
}
@media screen and (max-width:768px) {
    .block_page .page00 .dec_img {
        width: 50%;
    }
    .block_page .box_voice .wrapper_dec_img .dec_img {
        width: 40%;
    }
}
.block_page .box_voice .dec_img.layout_r {
    margin-left: auto;
}
.block_page .box_voice .dec_img::after {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    background: linear-gradient(#d1c2a6 0%, rgba(209, 194, 166, 0) 100%);
}
.block_page .box_voice .dec_img.layout_r::after {
    top: -23px;
    left: -34px;
    opacity: 0.49;
    width: 68px;
    aspect-ratio: 68 / 95;
}
.block_page .box_voice .dec_img.layout_r.adjust01::after {
    top: 37px;
}
.block_page .box_voice .dec_img.layout_l {
    margin-right: auto;
}
.block_page .box_voice .dec_img.layout_l::after {
    bottom: -48px;
    right: -60px;
    opacity: 0.49;
    width: 99px;
    aspect-ratio: 99 / 96;
}
.block_page .box_voice .dec_img.layout_c {
    margin-left: auto;
    margin-right: 25.7%;
}
@media screen and (max-width:768px) {
    .block_page .box_voice .dec_img.layout_c {
        margin-right: 16.7%;
    }
}
.block_page .box_voice .dec_img.layout_c::after {
    top: -20px;
    left: -32px;
    opacity: 0.49;
    width: 49px;
    aspect-ratio: 49 / 76;
}
.block_page .box_voice .wrapper_dec_img {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}
.block_page .box_voice .wrapper_dec_img .layout_r02 {
    margin-left: 30px;
}
@media screen and (max-width:768px) {
    .block_page .box_voice .dec_img.layout_r::after {
        width: 50%;
    }
    .block_page .box_voice .dec_img.layout_l::after {
        width: 50%;
        bottom: -20%;
        right: -20%;
    }
    .block_page .box_voice .dec_img.layout_c::after {
        width: 50%;
    }
    .block_page .box_voice .wrapper_dec_img .layout_r02 {
        margin-left: 5%;
    }
}
.note_block ul {
    display: none;
}
.note_block ul.on {
    display: block;
}

.bnr_interview {
	width: 1000px;
	margin: 0 auto 100px;
}
.bnr_interview a {
	transition: .4s;
}
.bnr_interview a:hover {
	opacity: .7;
}
@media only screen and (max-width: 768px) {
	.bnr_interview {
		max-width: 1000px;
		width: 90%;
		margin: 0 auto 60px;
	}
}
