

/* --------------------------------------------------

	変数定義

-------------------------------------------------- */
:root {
	/*
		色
	*/
	/* color */
	--cl-brand01: #004EA2;
	--cl-brand02: #007BC7;
	--cl-brand03: #EC6B81;
	
	--cl-brand01_20: rgb(from var(--cl-brand01) r g b / 0.2);
	--cl-brand01_65: rgb(from var(--cl-brand01) r g b / 0.65);
	
	--cl-gry01: #888888;
	--cl-gry02: #D9D9D9;
	
	--cl-gld01: #B67715;
	--cl-yel01: #A37F00;
	
	--cl-marker01: #FDFF95;
	
	--cl-bg01: #F7FAFF;
	--cl-bg02: #E9F3FF;
	--cl-bg03: #F6F6F1;
	--cl-bgPopup: rgb(from var(--cl-brand01) r g b / 0.5);
	
	--cl-line: #06C755;
	--cl-rakuten: #BF0000;
	--cl-yahoo: #FF0033;
	
	/* linear-gradient */
	--lg-blu01: linear-gradient(45deg, var(--cl-brand01), #009BFA);
	--lg-blu02: linear-gradient(to right, var(--cl-brand01), #379ACC);
	--lg-blu03: linear-gradient(to right, #0251D3, #2CB5FF 30%, #9FFCF9 70%, #D7FFF4);
	--lg-blu04: linear-gradient(45deg, #DCF0FF, #FFFFFF);
	
	--lg-pnk01: linear-gradient(45deg, #FF4767, #FF8C72);
	
	--lg-gld01: linear-gradient(35deg, var(--cl-gld01), #FBDB78 50%, var(--cl-gld01));
	
	
	/*
		フォント
	*/
	/* font-family */
	--ff-basic: 'Noto Sans JP', sans-serif;
	--ff-en: 'futura-pt', 'Noto Sans JP', sans-serif;
	
	/* font-size */
	--fs-basicNum: 14;
	--fs-smallerNum: 12;
	--fs-smallNum: 10;
	--fs-bigNum: 19;
	
	@media (width > 768px) {
		--fs-basicNum: 16;
		--fs-smallerNum: 14;
		--fs-smallNum: 12;
		--fs-bigNum: 28;
	}
	
	--fs-basic: calc(var(--fs-basicNum) * 1px);
	--fs-smaller: calc(var(--fs-smallerNum) * 1px);
	--fs-small: calc(var(--fs-smallNum) * 1px);
	--fs-big: calc(var(--fs-bigNum) * 1px);
	
	/* font-weight */
	--fw-regular: 400;
	--fw-book: 400;
	--fw-medium: 500;
	--fw-bold: 700;
	
	/* letter-spacing */
	--ls-basic: 0.05em;
	
	/* line-height */
	--lh-basic: 2.0;
	--lh-small: 1.3;
	--lh-smaller: 1.8;
	
	
	/*
		幅・余白
	*/
	/* width */
	--w-tblPlainCell: 124px;
	--w-tblCompareCell: 94px;

	@media (width <= 768px) {
		--w-designNum: 414;
	}
	@media (width > 768px) {
		--w-contentsNum: 1000;
		--w-contentsNarrowNum: 800;
		--w-contentsWideNum: 1200;
		
		--w-contents: calc(var(--w-contentsNum) * 1px);
		--w-contentsNarrow: calc(var(--w-contentsNarrowNum) * 1px);
		--w-contentsWide: calc(var(--w-contentsWideNum) * 1px);

		--w-tblPlainCell: 240px;
		--w-tblCompareCell: 240px;
	}
	
	/* padding */
	--pd-h: 5dvw;
	
	--pd-vSec: 100px;
	--pd-vGroup: 40px;
	--pd-vItem: 24px;
	--pd-vSmall: 10px;

	--pd-tblH: 10px;
	--pd-tblV: 16px;
	
	@media (width > 768px) {
		--pd-hNum: 50;
		
		--pd-h: calc(var(--pd-hNum) * 1px);
	
		--pd-vSec: 120px;
		--pd-vGroup: 60px;
		--pd-vItem: 40px;
		--pd-vSmall: 12px;
		
		--pd-tblH: 20px;
	}
	
	
	/*
		装飾
	*/
	/* border-radius */
	--br-basic: 12px;
	--br-small: 6px;
	
	@media (width > 768px) {
		--br-basic: 16px;
		--br-small: 8px;
	}
	
	/* box-shadow */
	--bs-basic: 0 0 20px 0 var(--cl-brand01_20);
	--bs-narrow: 0 0 6px 0 var(--cl-brand01_65);
	
	--bs-basic-filter: 0 0 20px var(--cl-brand01_20);
	--bs-narrow-filter: 0 0 6px var(--cl-brand01_65);
	
	/* text-shadow */
	--ts-basic: 0 0 6px var(--cl-brand01_65);
	
	/* transition */
	--tr-basic: all 300ms ease;
	
	--tr-opacity: 0.7;
}


/* ======================================
   .汎用もの
====================================== */
.wrapper p{
	margin: 40px auto;
	font-size: 14px;
	line-height: 200%; 
	letter-spacing: 0.7px;	
}
.ogawara span,.otsuki span{
	font-weight: bold;
	background:linear-gradient(transparent 60%, #ff6 60%);
}
.interviewer { color: #888;}
.ogawara { 
	color: #007BC7;
	padding-left: 24px;
	border-left: 2px solid #EC6B81;
}
.otsuki { 
	color: #004EA2; 
	padding-left: 24px;
	border-left: 2px solid #004EA2;
}
.both{
	color: #004EA2; 
	padding-left: 24px;
	background: linear-gradient(to bottom, #004EA2 0 50%, #EC6B81 50% 100%);
	background-size: 2px 100%;
	background-repeat: no-repeat;
}

.next_prev{
	color: #004EA2; 
}

.t_link{
    margin-top: 10px;
    display: flex;
    justify-content: flex-start;
    width: fit-content;
    background: linear-gradient(currentColor) no-repeat center bottom / 100% 1px;
    white-space: nowrap;
    align-items: center;
}

.t_link::after{
	content: '';
	flex: 0 0 auto;
	display: block;
	width: 9px;
	aspect-ratio: 1;
	border: 1px currentColor;
	border-style: solid solid none none;
	clip-path: polygon(0 0, 100% 0, 100% 100%);
	rotate: 45deg;
	translate: -30% 0;
	margin-left: 10px;
}


a {
    background-color: transparent;
    text-decoration: none;
    color: inherit;
}
ul,ol,li{
	list-style: none;
	padding: 0;
	margin: 0;
}
h1{
	color: #004EA2;
	font-size: var(---PC-, 28px);
	font-style: normal;
	font-weight: 450;
	line-height: 160%; /* 44.8px */
	letter-spacing: 1.4px;
	margin-top: 40px;
}

h2{
	color: #004EA2;
	font-size: 28px;
	font-weight: 450;
	line-height: 160%; 
	margin-top: 40px;
	letter-spacing: 1.4px;
}
@media screen and (max-width: 768px) {
	h1{
		font-size:19px;
		font-style: normal;
		font-weight: 500;
		line-height: 180%; 
		letter-spacing: 0.95px
	}	
	h2{
		font-style: normal;
		font-size:19px;
		font-weight: 500;
		line-height: 180%; 
		letter-spacing: 0.95px

	}

}
/* グラデ下線タイトル */
.ttlBorderGrad {
	color: var(--cl-brand01);
	font-family: var(--ff-basic);
	font-size: min(var(--fs-big), calc(var(--fs-bigNum) * 100dvw / var(--w-designNum)));
	font-weight: var(--fw-medium);
	line-height: var(--lh-smaller);
	text-align: center;
	white-space: nowrap;

	@media (width > 768px) {
		font-size: var(--fs-big);
	}

	.border {
		display: inline-block;
		width: fit-content;
		background: var(--lg-blu03) no-repeat center bottom / 100% 3px;
	}

	/* 小さめ行 */
	.smaller {
		display: inline-block;
		font-size: min(var(--fs-basic), calc(var(--fs-basicNum) * 100dvw / var(--w-designNum)));
		line-height: var(--lh-basic);

		@media (width > 768px) {
			font-size: var(--fs-basic);
		}
	}
}

/*
	テキストスタイル
*/
/* 本文 */
.txtBasic {
	font-family: var(--ff-basic);
	font-size: var(--fs-basic);
	font-weight: var(--fw-regular);
	line-height: var(--lh-basic);

	/* 本文・強調 */
	&.strong {
		font-weight: var(--fw-medium);
	}

	/* 本文小さめ */
	&.smaller {
		font-size: var(--fs-smaller);
		line-height: var(--lh-small);

		/* 本文小さめ・強調 */
		&.strong {
			font-weight: var(--fw-medium);
		}
	}
}

/* ======================================
   .fv
====================================== */
.fv{
	margin: 0 auto;
	width: 100%;
	max-width: 1200px;
}

.fv img{
	width: 100%;
	border-radius: 12px;
}
@media screen and (max-width: 768px) {
	.fv{
		margin: 0 auto;
		width: 90%;
		max-width: 1000px;
}
}

/* ======================================
   topSection
====================================== */
.topSection{
	color: #004EA2;
	margin: 0 auto;
	width: 1000px;
	border-bottom: 2px solid #004EA2;
	padding-bottom: 20px;
}
h1{
	line-height: 160%; /* 44.8px */
	letter-spacing: 1.4px;
}
.doctorBox{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap:50px;
	box-sizing: border-box;
}

.doctorBox div{
	display: flex;
	gap: 12px;
}
.doctorBox div img{
	width: 30%;
	display: block;
	object-fit: contain;
}
.doctorBox div p{
	width: 70%;
	font-weight: 500;
	line-height: 200%; /* 32px */
	letter-spacing: 0.8px;	
	margin: 24px auto;
	font-size: 16px;
}
.doctorBox div p span{
	display: block;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%; /* 18.2px */
	letter-spacing: 0.7px;	
	color: #007BC7;
}

@media screen and (max-width: 1024px) {
	.topSection{
		width: 90%;
	}

	.doctorBox{
		gap: 0;
		margin: 24px auto;
	}
	.doctorBox div p{
		font-size: 14px;
		font-style: normal;
		font-weight: 500;
		line-height: 200%; /* 28px */
		letter-spacing: 0.7px;
		margin: 0;
	}

	.doctorBox div p span{
		font-size: 12px;
		font-style: normal;
		font-weight: 400;
		line-height: 130%; /* 15.6px */
		letter-spacing: 0.6px;	
	}


}

/* ======================================
   contents
====================================== */
.interview-contents{
	width: 1000px;
	margin: 0 auto;
}

.interview-contents img{
	display: block;
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	border-radius: 12px ;
}

@media screen and (max-width: 1024px) {
	.interview-contents{
		width: 90%;
	}
}

#whiteningDoctor .contents p.about {
    font-size: 14px;
    line-height: 200%;
    letter-spacing: 0.7px;
}
#whiteningDoctor .contents{
	margin-bottom: 50px;
}


/* ======================================
   下部一覧リンク
====================================== */
.interviewArchive{
	background-color: #F7FAFF;
	max-width: 800px;
	padding: 50px;
	margin: 80px auto;
}

.interviewArchive .txtBasic.strong{
	text-align: center;
	margin-bottom: 20px;
}

.interviewArchive .ttlBorderGrad{
	margin-bottom: 40px;
}

.interviewArchive ul{
	counter-reset: num;
}

.interviewArchive ul li{
	border-bottom: 1px solid #D7E9FF;
	position: relative;
	padding: 12px 0 12px 40px;
}

.interviewArchive ul li:last-child {
    border-bottom: none;
}

.interviewArchive ul li::before {
    counter-increment: num;
    content: "#" counter(num); 
    position: absolute;
    left: 0;
    font-weight: 500;
	font-family: var(--ff-en);
	font-size: 20px;
}

.interviewArchive ul li a{
	font-size: 14px;
	line-height: 130%;
	text-decoration: underline;
	letter-spacing: 0.7px;
	font-weight: 500;
}

@media screen and (max-width: 1024px) {
	.interviewArchive{
		width: 90%;
	}
}