@charset "utf-8";

/* =======================================================================================
	COMMON
======================================================================================= */
/* mainElementHeaderBox
---------------------------------------------------------- */
	.mainElementHeaderWrap {
		background: #f8fbfd;
	}
	.mainElementHeaderBox .pPic {
		display: flex;
		width: 100%;
		max-width: none;
	}
	.mainElementHeaderBox .pPic .pPicItem {
		width: 100%;
	}
	.mainElementHeaderBox .pPic img {
		display: block;
		width: 100%;
		height: auto;
	}

	/*pTtl*/
	.mainElementHeaderBox .int_pTtl {
		position: absolute;
		align-items: center;
		top: 10%;
		right: 15%;
		text-align: center;
		font-size: clamp(2.5rem, (20 / 1200 * 100vw), 20rem);
		color: #fff;
	}

	.mainElementHeaderWrap .int_note {
		margin-left: 1em;
		margin-right: 1em;
		line-height: 1.4;
		font-size: clamp(0.8rem, (18 / 1200 * 100vw), 1rem);
		letter-spacing: 0.04em;
		color: rgb(0, 0, 0, 0.8);
	}

@media screen and (max-width: 736px) { /*{SP}*/
    .mainElementHeaderBox .int_pTtl {
        width: 100%;
        right: auto;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}


/* container
---------------------------------------------------------- */
	.container {
		background: #f8fbfd;
		letter-spacing: 0.04em;
		color: rgb(0, 0, 0, 0.8);
	}

@media screen and (max-width: 736px) { /*{SP}*/
	.container {
		padding-top: var(--site-marpad-XL);
	}
}
	

/* ==========================================================
 page
========================================================== */

/*------------------------------------------------------------------------
interviewSection
------------------------------------------------------------------------*/
	.interviewSection {
		width: var(--site-sizeContentWide-S);
		max-width: 992px;
	}
	.interviewSection h2.ptHeading .hTxt {
		position: relative;
		font-size: clamp(3.5rem, (40 / 1200 * 100vw), 4rem);
		margin-bottom: var(--site-marpad-S);
		padding-bottom: 0.8em;
		letter-spacing: 0;
		color: #318eb1;
	}
    .interviewSection h2.ptHeading .hTxt::after {
		content: "";
		display: block;
		width: 1em;
		height: 1px;
		background: rgba(var(--site-themeColor-base_text), 1);
		opacity: .5;
		left: 0;
		bottom: 0;
		position: absolute;
    }
	.interviewSection h3.ptHeading .hTxt {
		line-height: 1.6;
		margin-bottom: calc(15px + .1em);
		font-size: clamp(2.2rem, (24 / 1200 * 100vw), 2.4rem);
		font-weight: bold;
		letter-spacing: 0;
	}
	.interviewSection h4.ptHeading {
		display: flex;
		align-items: center;
		background: #ebf5fd;
		padding: 1em 2em;
		margin-bottom: 3em;
	}
	.interviewSection h4.ptHeading .int_hTxt_catch {
		text-align: center;
		line-height: 1.4;
		font-size: clamp(1.2rem, (18 / 1200 * 100vw), 1.8rem);
		position: relative;
		border-right: solid 1px rgb(186 217 241);
		padding-right: 1.5em;
	}
	.interviewSection h4.ptHeading .int_hTxt_catch .num {
		font-size: clamp(2.8rem, (30 / 1200 * 100vw), 3rem);
		line-height: 1;
		margin-left: 0.1em;
		color: #318eb1;
	}
	.interviewSection h4.ptHeading .hTxt {
		line-height: 1.6;
		margin-bottom: 0;
		font-size: clamp(1.6rem, (24 / 1200 * 100vw), 2.4rem);
		font-weight: bold;
		padding-left: 1.5em;
		letter-spacing: 0;
	}
	.interviewSection h5.ptHeading {
		display: flex;
		align-items: center;
		margin-bottom: calc(10px + .25em);
	}
	.interviewSection h5.ptHeading .point_hTxt_catch {
		line-height: 1;
		font-size: clamp(1rem, (12 / 1200 * 100vw), 1.2rem);
		width: 5em;
		height: 5em;
		background: #2d6188;
		border-radius: 50%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		color: #fff;
		letter-spacing: 0;
		margin-right: 2em;
		padding-top: 0.25em;
	}
	.interviewSection h5.ptHeading .point_hTxt_catch .num {
		font-size: clamp(1.8rem, (20 / 1200 * 100vw), 2rem);
	}
	.interviewSection h5.ptHeading .hTxt {
		font-size: clamp(1.6rem, (18 / 1200 * 100vw), 1.8rem);
		font-weight: bold;
		margin-bottom: 0;
		font-family: var(--site-font_family-sans);
		letter-spacing: 0.08em;
		color: rgb(0, 0, 0, 0.7);
		line-height: 1.5em;
	}

@media screen and (max-width: 736px) { /*{SP}*/
	.interviewSection {
		width: 100%;
	}
	.interviewSection h2.ptHeading {
		margin-left: 2em;
        margin-right: 2em;
	}
	.interviewSection h3.ptHeading .hTxt {
		margin-bottom: calc(15px + .1em);
	}
	.interviewSection h4.ptHeading .int_hTxt_catch {
		display: flex;
        flex-direction: column;
	}
	.interviewSection h4.ptHeading .hTxt {
        line-height: 1.5;
        letter-spacing: .04em;
	}
	.interviewSection .point h4.ptHeading .int_hTxt_catch {
        padding-right: 1em;
		width: 25%;
	}
	.interviewSection .point h4.ptHeading .hTxt {
        padding-left: 1em;
	}
	.interviewSection h5.ptHeading .point_hTxt_catch {
        margin-bottom: 1em;
	}
	.interviewSection .point h5.ptHeading {
		flex-flow: column;
	}
	.interviewSection .point h5.ptHeading .hTxt {
        text-align: center;
	}
}
	

/*introWrap-------------------------------------*/
.introWrap {
	margin-bottom: var(--site-marpad-M);
}
.intro_txt {
	font-size: clamp(1.4rem, (16 / 1200 * 100vw), 1.6rem);
    line-height: 1.8;
}

@media screen and (max-width: 736px) {
	.introWrap {
        margin-left: 2em;
        margin-right: 2em;
        margin-bottom: var(--site-marpad-XS);
	}
}
	

/*tabNaviWrap-------------------------------------*/
.tabNaviWrap {
    width: 100%;
	margin-bottom: var(--site-marpad-XL);
}
.tabNaviWrap .generalColBox {
    justify-content: space-between;
    width: 100%;
    margin: auto;
}
.tabNaviWrap .generalColBox li,
.tabNaviWrap .tabNavi_pointBox a {
	position: relative;
	margin: 0;
    width: calc(33% - (var(--default-generalColBox-margin-lr) * 1));
    background: #ebf5fd;
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1), 0 2px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1), 0 2px 20px 0px rgba(0, 0, 0, 0.1);
}
.tabNaviWrap .tabNavi_img {
	position: relative;
}
.tabNaviWrap .tabNavi_img small {
    line-height: 1.4;
    font-size: clamp(0.8rem, (18 / 1200 * 100vw), 1rem);
    position: absolute;
    bottom: 0;
}
.tabNaviWrap .tabNavi_desc {
    padding: 1em 2em 3em;
}
.tabNaviWrap .tabNavi_catch {
	text-align: center;
    line-height: 1;
    margin-bottom: calc(15px + .1em);
	font-size: clamp(1.6rem, (18 / 1200 * 100vw), 1.8rem);
    position: relative;
    border-bottom: solid 1px rgb(186 217 241);
    padding-bottom: 0.5em;
	font-weight: bold;
}
.tabNaviWrap .tabNavi_catch .num {
    font-size: clamp(2.8rem, (30 / 1200 * 100vw), 3rem);
    line-height: 1;
    margin-left: 0.1em;
    color: #318eb1;
}
.tabNaviWrap .tabNavi_txt {
	font-size: clamp(1.4rem, (14 / 1200 * 100vw), 1.4rem);
	line-height: 1.8;
	text-align: center;
	font-weight: bold;
}
.tabNaviWrap .tabNavi_arrow {
    position: absolute;
    background-color: #ffffff;
    border-radius: 50%;
    width: 1.5em;
    height: 1.5em;
    bottom: 1em;
    left: calc(50% - 1em);
}
.tabNaviWrap .tabNavi_arrow::after {
    content: "";
    display: block;
    width: 0.5em;
    height: 0.5em;
    opacity: .5;
    border-bottom: solid 1px rgba(var(--site-themeColor-base_text), 1);
    border-left: solid 1px rgba(var(--site-themeColor-base_text), 1);
    top: calc(50% - 0.1em);
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%) rotate(-45deg);
}
.tabNaviWrap .tabNavi_pointBox a {
    justify-content: flex-start;
    width: 100%;
    margin: 3em auto 0;
    display: flex;
    align-items: center;
}
.tabNaviWrap .tabNavi_pointBox .tabNavi_img {
    width: 30%;
}
.tabNaviWrap .tabNavi_pointBox .tabNavi_desc {
    width: 70%;
    position: relative;
    padding: 0 4em 0 2em;
}
.tabNaviWrap .tabNavi_pointBox .tabNavi_arrow {
	bottom: calc(50% - 1em);
    right: 1em;
    left: auto;
}

@media screen and (max-width: 736px) {
    .tabNaviWrap {
        width: 82%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0;
    }
    .tabNaviWrap .generalColBox li {
        width: 100%;
        margin-top: 2em;
    }
	.tabNaviWrap .tabNavi_pointBox a {
		margin: 2em auto 0;
		flex-direction: column;
	}
	.tabNaviWrap .tabNavi_pointBox .tabNavi_img {
		width: 100%;
	}
	.tabNaviWrap .tabNavi_pointBox .tabNavi_desc {
		width: 100%;
		padding: 1em 2em 3em;
		position: static;
	}
	.tabNaviWrap .tabNavi_pointBox .tabNavi_arrow {
		bottom: 1em;
		left: calc(50% - 1em);
	}
}
	

/*int_section-------------------------------------*/
.int_section:not(:last-child) {
    margin-bottom: var(--site-marpad-XL);
}
.int_section small {
    width: 100%;
    margin: .35em 0 0;
    line-height: 1.4;
    font-size: clamp(0.8rem, (18 / 1200 * 100vw), 1rem);
}
.int_lead {
	width: var(--site-sizeContentWide-S);
    max-width: 882px;
	margin: 0 auto 3em;
}
.int_wrap {
	justify-content: space-between;
    width: var(--site-sizeContentWide-S);
    max-width: 882px;
    margin: 0 auto;
}
.int_wrap:first-of-type {
    flex-flow: row-reverse;
}
.int_wrap:not(:last-of-type) {
	margin: 0 auto 3em;
}
.int_desc_box {
    margin: 0;
	width: calc(60% - (var(--default-generalColBox-margin-lr) * 0.8));
}
.int_desc ~ .int_desc {
    margin: 3em 0 0;
}
.int_txt {
	font-size: clamp(1.2rem, (14 / 1200 * 100vw), 1.4rem);
    margin: 0;
    line-height: 2;
}
.int_img_box {
    margin: 0;
	width: calc(40% - (var(--default-generalColBox-margin-lr) * 0.8));
}
.int_img {
	position: relative;
}
.int_img ~ .int_img {
	margin-top: 2em;
}
.int_img_txt {
    position: absolute;
    z-index: 1;
    inset: auto 0 0;
    text-align: right;
    padding: .5em .75em 30px;
    color: #fff;
    font-size: calc(24 / 1920 * 100vw);
}
.int_img_txt > em {
	display: inline-flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: .175em;
    text-align: left;
}
.int_img_txt .min .num {
    line-height: .85;
    font-size: 3.2em;
    font-family: var(--site-font_family-en_2);
}
.int_img_txt .min .onComMin {
    font: inherit;
    font-size: .733333em;
}
.imgCol2 .int_img_box,
.imgCol3 .int_img_box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
	flex-wrap: wrap;
}
.imgCol2 .int_img_box .int_img {
    width: 49%;
    margin: 0;
}
.imgCol3 .int_img_box .int_img {
    width: 32.5%;
    margin: 0;
}
.family_box {
    display: flex;
    justify-content: space-between;
    margin-top: 2em;
}
.family_img {
	width: 50%;
}
.family_desc {
	width: 45%;
}
.family_ttl {
    margin-bottom: 0.5em;
    line-height: 1;
    font-weight: bold;
    font-size: clamp(1rem, (12 / 1200 * 100vw), 1.2rem);
}
.family_catch,
.family_txt {
    margin-bottom: 0.5em;
    line-height: 1.4;
    font-size: clamp(0.9rem, (11 / 1200 * 100vw), 1.1rem);
}
.underline {
	background: linear-gradient(transparent 60%, #e0f1ef 60%);
}

@media screen and (min-width: 736.02px) and (max-width: 1200px) {
	.family_box {
		display: block;
	}
	.family_img {
		width: 100%;
	}
	.family_desc {
		width: 100%;
        margin: 1em 0 0;
	}
}

@media screen and (max-width: 736px) { /*{SP}*/
	.int_lead,
	.int_wrap {
	    width: 82%;
	}
	.int_wrap:first-of-type {
		flex-flow: column;
	}
	.int_desc_box {
		width: 100%;
	}
	.int_txt ~ .int_txt {
		margin-top: 1em;
	}
	.int_img_box {
        width: 100%;
        margin-top: 4em;
	}
	.int_img ~ .int_img {
		margin: 1em 0 0;
	}
	.int_img_box {
        margin-top: 2em;
	}
	.imgCol2 .int_img_box .int_img,
	.imgCol3 .int_img_box .int_img {
		width: 100%;
	}
	.imgCol2 .int_img_box .int_img ~ .int_img,
	.imgCol3 .int_img_box .int_img ~ .int_img {
		margin: 1em 0 0;
	}
	.int_T .imgCol2 .int_img_box .int_img {
		width: 49%;
	}
	.int_T .imgCol2 .int_img_box .int_img ~ .int_img {
		margin: 0;
	}
}
	

/*rank_section-------------------------------------*/
.rank_section {
	padding: 4em 10em;
    background: #fff;
}
.rank_ttl_catch {
    position: relative;
    font-size: clamp(1.4rem, (18 / 1200 * 100vw), 2rem);
}
.rank_ttl_catch::before,
.rank_ttl_catch::after {
	position: absolute;
    content: "";
    top: 50%;
    width: 1em;
    height: 1px;
    background: #2d6188;
}
.rank_ttl_catch::before {
	left: -1.5em;
}
.rank_ttl_catch::after {
	right: -1.5em;
}
.rank_list li:first-of-type {
    border-top: 1px solid rgba(25, 44, 89, 1.0);
}
.rank_list li {
    font-size: clamp(1.4rem, (18 / 1200 * 100vw), 2rem);
    font-weight: bold;
    padding: 1em 2em;
    border-bottom: 1px solid rgba(25, 44, 89, 1.0);
    /*display: flex;
    align-items: center;*/
}
.rank_list li .num {
    display: inline-block;
    position: relative;
    font-size: 1em;
    letter-spacing: 0;
    line-height: 1;
    z-index: 1;
    color: #fff;
    margin-right: 1em;
    padding: 1em;
}
.rank_list li .num::after {
    position: absolute;
    content: "";
    left: 50%;
    top: calc(50% + .05em);
    width: 2.5em;
    height: 2.5em;
    background: #2d6188;
    z-index: -1;
    border-radius: 50%;
    outline: 1px solid #fff;
    outline-offset: -3px;
    transform: translate(-50%, -50%);
}
.rank_list li:nth-of-type(1) .num::after {
    background: #c7b482;
}
.rank_list li:nth-of-type(2) .num::after {
    background: #aaa;
}
.rank_list li:nth-of-type(3) .num::after {
    background: #8f7541;
}
.rank_list .rank_list_inner {
    display: flex;
    align-items: center;
}
.rank_section small  {
    padding-left: 1em;
    text-indent: -1em;
    font-weight: normal;
}
.rank_section .rank_list small {
    margin-left: clamp(5rem, (65 / 1200 * 100vw), 6.5rem);
    opacity: 0.8;
    width: calc(100% - clamp(5rem, (65 / 1200 * 100vw), 6.5rem));
}

@media screen and (min-width: 736.02px) and (max-width: 1200px) {
	.rank_section {
        padding: 3em 5em;
	}
}

@media screen and (max-width: 736px) { /*{SP}*/
	.rank_section {
        padding: 2.5em 2.5em;
        margin-top: -1.5em;
	}
	.rank_list li {
		padding: 1em 0;
	}
	.rank_section .rank_list small {
		width: 84%;
	}
}
	

/*pointWrap-------------------------------------*/
.pointWrap {
    margin: 5em auto 0;
}
.point_lead {
	margin: 0 auto 2em;
}
.pointBtn a {
    display: block;
    position: relative;
    margin: 0 auto;
    width: 30%;
    text-align: center;
    padding: 0.5em 1em;
    font-size: clamp(1.4rem, (18 / 1200 * 100vw), 1.8rem);
	background: #fff;
    border: solid 1px #8cb5d3;
}
.pointBtn .ico {
    position: absolute;
    background-color: #ffffff;
    border-radius: 50%;
    width: 1em;
    height: 1em;
    bottom: 1em;
    right: 1em;
}
.pointBtn .ico::after {
	content: "";
    display: block;
    width: 0.5em;
    height: 0.5em;
    opacity: .5;
    border-bottom: solid 1px rgba(var(--site-themeColor-base_text), 1);
    border-left: solid 1px rgba(var(--site-themeColor-base_text), 1);
    top: 50%;
    left: calc(50% - 0.05em);
    position: absolute;
    transform: translate(-50%, -50%) rotate(-135deg);
}

@media screen and (max-width: 736px) { /*{SP}*/
	.pointWrap {
		width: 82%;
	}
	.pointBtn a {
        width: 80%;
	}
}