@charset "utf-8";
/* CSS Document */
/*====================================
parts
====================================*/
/* 下層ページタイトル
--------------------------------------*/
.sec_pagettl{
	background: url(../img/common/pagettl-bg-sp.jpg) no-repeat center center;
	background-size: cover;
	box-sizing: border-box;
	position: relative;
	width: 100%;
	height: 14rem;
	margin-top: 5rem;
	display: flex;
	align-items: center;
}
.sec_pagettl:before{
	content:'';
	display: block;
	position: absolute;
	pointer-events: none;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.sec_pagettl .pagettl{
	position: relative;
	z-index: 2;
	color: #FFF;
}
.sec_pagettl .pagettl .main{
	font-size: 3rem;
	letter-spacing: 0.05em;
	line-height: 1.3;
}
.sec_pagettl .pagettl .sub{
	margin-top: 1.6rem;
	font-size: 1.8rem;
	letter-spacing: 0.15em;
}
.sec_pagettl .pagettl .main,
.sec_pagettl .pagettl .sub{
	opacity: 0;
	transform: translateY(2.5rem);
}
.sec_pagettl.is--loaded .pagettl .main,
.sec_pagettl.is--loaded .pagettl .sub{
	opacity: 1;
	transform: translate(0);
	transition: opacity 0.75s ease-out, transform 0.75s ease-out;
}
.sec_pagettl.is--loaded .pagettl .sub{
	transition-delay: .2s;
}

@media screen and (max-width: 959px) {
	.sec_pagettl{
		justify-content: center;
	}
	.sec_pagettl .pagettl{
		text-align: center;
		padding: 0 1rem;
	}
}
@media screen and (min-width: 960px) {
	.sec_pagettl{
		background-image: url(../img/common/pagettl-bg-pc.jpg);
		height: 400px;
		padding-left: 80px;
	}
	.sec_pagettl .pagettl .main{
		font-size: 50px;
	}
	.sec_pagettl .pagettl .sub{
		margin-top: 26px;
		font-size: 22px;
	}
}
@media screen and (min-width: 1150px) {
	.sec_pagettl{
		margin-right: 0;
		margin-left: auto;
		margin-top: 110px;
		width: calc((100vw - 1150px) / 2 + 1150px);
	}
}

/* パンクズ
--------------------------------------*/
.pnkz{
	padding-top: 1rem;
	font-size: 1rem;
	line-height: 1.3;
	text-align: right;
}
@media screen and (min-width: 960px) {
	.pnkz{
		padding-top: 20px;
		font-size: 13px;
	}
	.pnkz a:hover{
		text-decoration: underline;
	}
}

/* ページャー
--------------------------------------*/
.wp-pagenavi .page,
.wp-pagenavi .current,
.wp-pagenavi .extend,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink,
.backnumber_btn_wrap .backnumber_btn,
.backnumber_btn_wrap .archive_btn{
	box-sizing: border-box;
	position: relative;
	display: block;
}
.wp-pagenavi .page:before,
.wp-pagenavi .current:before,
.wp-pagenavi .previouspostslink:before,
.wp-pagenavi .nextpostslink:before,
.backnumber_btn_wrap .backnumber_btn:before,
.backnumber_btn_wrap .archive_btn:before{
	content: '';
	display: block;
	position: absolute;
	pointer-events: none;
	box-sizing: border-box;
	height: 1px;
}
.wp-pagenavi .page:before,
.wp-pagenavi .current:before,
.backnumber_btn_wrap .archive_btn:before{
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.wp-pagenavi .page:before{
	width: 0;
}
.wp-pagenavi .current:before,
.backnumber_btn_wrap .archive_btn:before{
	width: 100%;
}
.wp-pagenavi .previouspostslink:before,
.wp-pagenavi .nextpostslink:before,
.backnumber_btn_wrap .backnumber_btn:before{
	background-color: #C1C1C1;
	width: 2rem;
	top: 50%;
}
.wp-pagenavi .previouspostslink:before,
.backnumber_btn_wrap .backnumber_btn.btn_prev:before{
	left: 0;
}
.wp-pagenavi .nextpostslink:before,
.backnumber_btn_wrap .backnumber_btn.btn_next:before{
	right: 0;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink,
.backnumber_btn_wrap .backnumber_btn{
	font-size: 1.4rem;
}
.wp-pagenavi .previouspostslink,
.backnumber_btn_wrap .backnumber_btn.btn_prev{
	margin-right: 2rem;
	padding-left: 3rem;
}
.wp-pagenavi .nextpostslink,
.backnumber_btn_wrap .backnumber_btn.btn_next{
	margin-left: 2rem;
	padding-right: 3rem;
}
.wp-pagenavi .current,
.backnumber_btn_wrap .archive_btn{
	color: #72684B;
}
.wp-pagenavi .page:before,
.wp-pagenavi .current:before,
.backnumber_btn_wrap .archive_btn:before{
	background-color: #72684B;
}

.wp-pagenavi{
	padding-top: 3rem;
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
.wp-pagenavi .page,
.wp-pagenavi .current,
.wp-pagenavi .extend{
	font-size: 2.2rem;
	width: 3rem;
	text-align: center;
	padding-bottom: 1rem;
	margin-left: 0.4rem;
	margin-right: 0.4rem;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink{
	margin-top: 0.5rem;
}

.backnumber_btn_wrap{
	display: flex;
	justify-content: center;
	align-items: flex-start;
	padding-top: 3rem;
}
.backnumber_btn_wrap .archive_btn{
	font-size: 1.5rem;
	padding-bottom: 1.3rem;
	padding-left: 1.2rem;
	padding-right: 1.2rem;
}

@media screen and (min-width: 960px) {
	.wp-pagenavi .previouspostslink,
	.wp-pagenavi .nextpostslink,
	.backnumber_btn_wrap .backnumber_btn{
		font-size: 16px;
	}
	.wp-pagenavi .previouspostslink:before,
	.wp-pagenavi .nextpostslink:before,
	.backnumber_btn_wrap .backnumber_btn:before{
		width: 20px;
		transition: background .3s ease;
	}
	.wp-pagenavi .page,
	.wp-pagenavi .previouspostslink,
	.wp-pagenavi .nextpostslink,
	.backnumber_btn_wrap .backnumber_btn{
		transition: color .3s ease;
	}
	.wp-pagenavi .previouspostslink,
	.backnumber_btn_wrap .backnumber_btn.btn_prev{
		margin-right: 20px;
		padding-left: 30px;
	}
	.wp-pagenavi .nextpostslink,
	.backnumber_btn_wrap .backnumber_btn.btn_next{
		margin-left: 20px;
		padding-right: 30px;
	}
	.wp-pagenavi .page:hover,
	.wp-pagenavi .previouspostslink:hover,
	.wp-pagenavi .nextpostslink:hover,
	.backnumber_btn_wrap .backnumber_btn:hover{
		color: #72684B;
	}
	.wp-pagenavi .previouspostslink:hover:before,
	.wp-pagenavi .nextpostslink:hover:before,
	.backnumber_btn_wrap .backnumber_btn:hover:before{
		background-color: #72684B;
	}

	.wp-pagenavi .page,
	.wp-pagenavi .current,
	.wp-pagenavi .extend{
		font-size: 22px;
		width: 30px;
		padding-bottom: 11px;
		margin-right: 4px;
		margin-right: 4px;
	}
	.wp-pagenavi .page:before{
		transition: width .3s ease;
	}
	.wp-pagenavi .page:hover{
		color: #72684B;
	}
	.wp-pagenavi .page:hover:before{
		width: 100%;
	}
	.wp-pagenavi .previouspostslink,
	.wp-pagenavi .nextpostslink{
		margin-top: 5px;
	}

	.backnumber_btn_wrap{
		padding-top: 30px;
	}
	.backnumber_btn_wrap .backnumber_btn{
		font-size: 16px;
	}
	.backnumber_btn_wrap .archive_btn{
		font-size: 16px;
		padding-bottom: 14px;
		padding-left: 10px;
		padding-right: 10px;
	}
}

/* select */
.cmn_select_wrap,
.cmn_select_wrap select{
	width: 100%;
	height: 5rem;
}
.cmn_select_wrap{
	position: relative;
	border-radius: 10px;
}
.cmn_select_wrap:after{
	content:'';
	display: block;
	position: absolute;
	pointer-events: none;
	box-sizing: border-box;
	border-right: solid 1px #707070;
	border-bottom: solid 1px #707070;
	width: 0.9rem;
	height: 0.9rem;
	top: 50%;
	right: 2rem;
	transform: translateY(-70%) rotate(45deg);
}
.cmn_select_wrap select{
	cursor: pointer;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
	padding:0 4rem 0 2rem;
	box-sizing: border-box;
	color: #929292;
	font-size: 1.6rem;
}
.cmn_select_wrap select::-ms-expand{
	display: none;
}

@media screen and (min-width: 960px) {
	.cmn_select_wrap,
	.cmn_select_wrap select{
		height: 60px;
	}
	.cmn_select_wrap:after{
		right: 20px;
	}
	.cmn_select_wrap select{
		font-size: 15px;
	}
}


/* the_content出力用
--------------------------------------*/
.edit_content_wrap{
	background:
		linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, .7) 29.5rem, rgba(255, 255, 255, .7) 95rem, #F5F5F5 105.8rem, #F5F5F5 100%),
		url(../img/common/cmn-bg1-sp.jpg) no-repeat center top;
	background-size: 100% auto;
}
.edit_content{
	padding-top: 4rem;
	padding-bottom: 6rem;
	overflow-wrap: break-word;
	word-wrap: break-word;
}

.edit_content img{
	width: auto;
	height: auto;
	max-width: 100%;
}
.edit_content a:not([class]){
	text-decoration: underline;
	color: #72684B;
}
.edit_content a.txt--underline{
	text-decoration: underline;
}
.edit_content section:not(:last-child){
	margin-bottom: 4rem;
}
.edit_content p:not(:last-child),
.edit_content ul:not([class]):not(:last-child),
.edit_content blockquote:not(:last-child){
	margin-bottom: 1.5em;
}
.edit_content hr{
	border: none;
	border-bottom: solid 1px #E9E9E9;
	margin-top: 3rem;
	margin-bottom: 3rem;
}
.edit_content blockquote{
	position: relative;
	border-radius: 2px;
	padding: 4rem 2rem 2rem 2rem;
	background-color: #F5F5F5;
}
.edit_content blockquote:before{
	content:'“';
	display: block;
	pointer-events: none;
	position: absolute;
	left: 2rem;
	top:1rem;
	font-size: 5.5rem;
	line-height: 1;
	color: #72684B;
	opacity: .6;
}
.edit_content .color--olive{
	font-weight: 500;
	color: #72684B;
}
.edit_content .color--pink{
	font-weight: 500;
	color: #E1759D;
}
.edit_content .marker--pink{
	background-image: linear-gradient(90deg, rgba(224, 117, 157, .2), rgba(224, 117, 157, .2));
	background-repeat: no-repeat;
	background-position: bottom left;
	background-size: 100% 100%;
	font-weight: 500;
}
.edit_content .marker--pink.js--effect{
	background-size: 0 100%;
	transition: background 1s ease-in-out;
}
.edit_content .marker--pink.js--effect.is--scrolled{
	background-size: 100% 100%;
}
.edit_content .box--white .box--white{
	padding: 2rem;
	box-shadow: none;
	border-radius: 5px;
}
.edit_content .box--border-olive{
	box-sizing: border-box;
	border: solid 1px #C4BEAE;
	border-radius: 2px;
	padding: 2rem;
}
.edit_content .box--lightgray .cmn_price_tbl td,
.edit_content .box--lightgray .tbl--row-head td,
.edit_content .box--lightgray .tbl--column-head td{
	background-color: #fff;
}
.edit_content .ttl--check:before,
.edit_content .ttl--check:after,
.edit_content .list--square li:before{
	content:'';
	display: block;
	box-sizing: border-box;
	position: absolute;
	pointer-events: none;
}
.edit_content .btn--cmn1,
.edit_content .btn--cmn2,
.edit_content .btn--cmn3{
	line-height: 1.2;
}
.edit_content .btn--cmn1{
	border: solid 1px #C4BEAE;
}
.edit_content .ttl--check{
	position: relative;
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 1.3;
	padding-left: 3.5rem;
	color: #444;
}
.edit_content .ttl--check:before{
	background-color: #8F8365;
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 100%;
	left: 0;
	top: -0.2rem;
}
.edit_content .ttl--check:after{
	width: 1.1rem;
	height: 0.7rem;
	border-bottom: solid 1px #FFF;
	border-left: solid 1px #FFF;
	transform: rotate(-45deg);
	top: 0.5rem;
	left: 0.7rem;
}
.edit_content .ttl--num-circle{
	display: flex;
}
.edit_content .ttl--num-circle .ttl--num-circle-num{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 3rem;
	height: 3rem;
	border-radius: 100%;
	background-color: #8F8365;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 500;
}
.edit_content .ttl--num-circle .ttl--num-circle-ttl{
	flex:1;
	margin-left: 1rem;
	color: #444;
	font-size: 1.6rem;
	line-height: 1.8;
	padding-top: 0.3rem;
}
.edit_content .ttl--point{
	background-color: #F5F3EE;
	border-bottom: solid 1px #DDDAD3;
	border-radius: 2px;
	display: flex;
	padding: 1rem 2rem 1rem 1.2rem;
	margin-bottom: 2rem;
}
.edit_content .ttl--point-num{
	color: #72684B;
	font-size: 2.8rem;
	font-weight: 500;
	position: relative;
	padding-left: 1.4rem;
	line-height: 1;
}
.edit_content .ttl--point-num:before{
	content: 'Point';
	position: absolute;
	pointer-events: none;
	display: block;
	color: #72684B;
	font-size: 0.8rem;
	font-weight: 500;
	left: 0;
	top: 0;
	transform: translate(-80%, -35%) rotate(-90deg);
	transform-origin: right;
}
.edit_content .ttl--point-ttl{
	padding-left: 1rem;
	color: #444;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.3;
	flex: 1;
	padding-top: 0.3rem;
}
.edit_content .list--square li{
	position: relative;
	padding-left: 2rem;
}
.edit_content .list--square li:before{
	width: 1rem;
	height: 1rem;
	border-radius: 2px;
	background: linear-gradient(to bottom, #D2B4D9 0%, #B994B9 100%);
	top: 0.6rem;
	left: 0;
}
.edit_content .list--square li:not(:last-child){
	margin-bottom: 1.5rem;
}
.edit_content .list--square li a:not([class]){
	color: inherit;
}
.edit_content .list--faq .list--faq-q:after{
	content:'';
	display: block;
	box-sizing: border-box;
	position: absolute;
	pointer-events: none;
	width: 1.3rem;
	height: 1.3rem;
	border-right: solid 1px #FFF;
	border-bottom: solid 1px #FFF;
	top: 50%;
	right: 1rem;
	transform: translate(-10%, -50%) rotate(45deg);
	transition: transform .3s ease;
}
.edit_content .list--faq .list--faq-q.is--open:after{
	transform: translate(-20%, 0%) rotate(-135deg);
}
.edit_content .layer--txt{
	position: relative;
}
.edit_content .layer--txt .txt{
	position: absolute;
	box-sizing: border-box;
	width: 100%;
	bottom: 0;
	left: 0;
	background-color: rgba(255, 255, 255, .3);
	backdrop-filter: blur(30px);
	color: #2E2E2E;
	font-size: 1.1rem;
	line-height: 1.2;
	font-weight: 500;
	text-align: center;
	padding: 0.6rem;
}

@media screen and (max-width: 959px) {
	.edit_content .disp--pc{
		display: none;
	}
}

@media screen and (min-width: 960px) {
	.edit_content_wrap{
		background:
			linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, .7) 230px, rgba(255, 255, 255, .7) 750px, #F5F5F5 835px, #F5F5F5 100%),
			url(../img/common/cmn-bg1-pc.jpg) no-repeat center top;
		background-size: 100% auto;
	}
	.edit_content{
		padding-top: 40px;
		padding-bottom: 100px;
	}
	.edit_content .disp--sp{
		display: none;
	}
	.edit_content a:not([class]):hover,
	.edit_content a.txt--underline:hover{
		text-decoration: none;
	}
	.edit_content section:not(:last-child){
		margin-bottom: 70px;
	}
	.edit_content hr{
		margin-top: 40px;
		margin-bottom: 40px;
	}
	.edit_content blockquote{
		padding: 30px 40px 30px 70px;
	}
	.edit_content blockquote:before{
		left: 25px;
		top: 25px;
		font-size: 60px;
	}
	.edit_content .pos--center{
		margin-left: auto;
		margin-right: auto;
	}
	.edit_content .btn--cmn1,
	.edit_content .btn--cmn2,
	.edit_content .btn--cmn3{
		max-width: 380px;
	}
	.edit_content .box--white{
		padding: 60px 100px;
	}
	.edit_content .box--white .box--white{
		padding: 30px 40px;
	}
	.edit_content .box--border-olive{
		padding: 20px;
	}
	.edit_content .ttl--check{
		font-size: 26px;
		padding-left: 50px;
	}
	.edit_content .ttl--check:before{
		width: 40px;
		height: 40px;
		top: -3px;
	}
	.edit_content .ttl--check:after{
		width: 14px;
		height: 9px;
		border-width: 2px;
		top: 11px;
		left: 13px;
	}
	.edit_content .ttl--num-circle .ttl--num-circle-num{
		width: 40px;
		height: 40px;
		font-size: 22px;
	}
	.edit_content .ttl--num-circle .ttl--num-circle-ttl{
		margin-left: 10px;
		font-size: 22px;
		padding-top: 1px;
	}
	.edit_content .ttl--point{
		padding: 13px 30px;
		margin-bottom: 30px;
	}
	.edit_content .ttl--point-num{
		font-size: 40px;
		padding-left: 20px;
	}
	.edit_content .ttl--point-num:before{
		font-size: 13px;
		transform: translate(-80%, -20%) rotate(-90deg);
		transform-origin: right;
	}
	.edit_content .ttl--point-ttl{
		padding-left: 20px;
		font-size: 26px;
		padding-top: 4px;
	}
	.edit_content .list--square li{
		padding-left: 25px;
	}
	.edit_content .list--square li:before{
		width: 15px;
		height: 15px;
		top: 7px;
	}
	.edit_content .list--square li:not(:last-child){
		margin-bottom: 13px;
	}
	.edit_content .list--faq .list--faq-q:after{
		width: 20px;
		height: 20px;
		right: 20px;
		transform: translate(-10%, -70%) rotate(45deg);
	}
	.edit_content .list--faq .list--faq-q.is--open:after{
		transform: translate(-20%, -10%) rotate(-135deg);
	}
	.edit_content .layer--txt .txt{
		font-size: 13px;
		padding: 6px;
	}
}

/* flex */

@media screen and (max-width: 959px) {
	.edit_content .flex--pc-2col:not(.flex--sp-2col):not(.flex--sp-3col) > .flex--column-img:not(:last-child),
	.edit_content .flex--pc-2col:not(.flex--sp-2col):not(.flex--sp-3col) > .flex--column-txt:not(:last-child){
		margin-bottom: 2rem;
	}
	.edit_content .flex--pc-2col:not(.flex--sp-2col):not(.flex--sp-3col) > .flex--column:not(:last-child),
	.edit_content .flex--pc-3col:not(.flex--sp-2col):not(.flex--sp-3col) > .flex--column:not(:last-child),
	.edit_content .flex--pc-4col:not(.flex--sp-2col):not(.flex--sp-3col) > .flex--column:not(:last-child){
		margin-bottom: 1rem;
	}

	.edit_content .flex--sp-2col,
	.edit_content .flex--sp-3col{
		display: flex;
		flex-wrap: wrap;
	}
	.edit_content .flex--sp-2col > .flex--column{
		width: calc((100% - 1rem) / 2);
	}
	.edit_content .flex--sp-2col > .flex--column:not(.flex--column-flex):nth-child(odd){
		margin-right: 1rem;
	}
	.edit_content .flex--sp-2col.flex--pc-4col{
		flex-wrap: wrap;
	}
	.edit_content .flex--sp-2col.flex--pc-4col > .flex--column:nth-child(n+3){
		margin-top: 1rem;
	}
	.edit_content .flex--sp-2col > .flex--column-flex{
		flex:1;
	}
	.edit_content .flex--sp-3col > .flex--column{
		width: calc((100% - 1rem) / 3);
	}
	.edit_content .flex--sp-3col > .flex--column:not(:nth-child(3n)){
		margin-right: 0.5rem;
	}
	.edit_content .flex--sp-3col > .flex--column:nth-child(n+4){
		margin-top: 1rem;
	}
}

@media screen and (min-width: 960px) {
	.edit_content .flex--pc-2col,
	.edit_content .flex--pc-3col,
	.edit_content .flex--pc-4col{
		display: flex;
		flex-wrap: wrap;
	}
	.edit_content .flex--pc-2col > .flex--column-txt{
		flex: 1;
	}
	.edit_content .flex--pc-2col > .flex--column-img{
		width: 48%;
	}
	.edit_content .flex--pc-2col > .flex--column-img:first-child{
		margin-right: 30px;
	}
	.edit_content .flex--pc-2col > .flex--column-img:last-child{
		margin-left: 30px;
	}
	.edit_content .flex--pc-2col > .flex--column{
		width: calc((100% - 30px) / 2);
	}
	.edit_content .flex--pc-2col > .flex--column:not(.flex--column-flex):nth-child(odd){
		margin-right: 30px;
	}
	.edit_content .flex--pc-2col > .flex--column-flex{
		flex:1;
	}
	.edit_content .flex--pc-3col > .flex--column{
		width: calc((100% - 30px) / 3);
	}
	.edit_content .flex--pc-3col > .flex--column:not(:nth-child(3n)){
		margin-right: 15px;
	}
	.edit_content .flex--pc-3col > .flex--column:nth-child(n+4){
		margin-top: 10px;
	}
	.edit_content .flex--pc-4col > .flex--column{
		width: calc((100% - 54px) / 4);
	}
	.edit_content .flex--pc-4col > .flex--column:not(:nth-child(4n)){
		margin-right: 18px;
	}
	.edit_content .flex--pc-4col > .flex--column:nth-child(n+5){
		margin-top: 10px;
	}
}

/* cmn_sns_share_block */
.cmn_sns_share_block{
	display: flex;
	flex-wrap: wrap;
}
.cmn_sns_share_block .share_item{
	margin-right: 1.5rem;
}
.cmn_sns_share_block .share_item.copy{
	background-color: #8F8365;
	border-radius: 3px;
	display: flex;
	align-items: center;
	color: #fff;
	font-size: 1rem;
	padding: 0.5rem;
	cursor: pointer;
}
.cmn_sns_share_block .share_item.copy .icon{
	width: 1rem;
	height: 1.1rem;
	margin-right: 0.4rem;
}

@media screen and (max-width: 959px) {
	.cmn_sns_share_block .share_item{
		margin-bottom: 1rem;
	}
}
@media screen and (min-width: 960px) {
	.cmn_sns_share_block .share_item{
		margin-right: 10px;
	}
}

/* cmn_pagebtm_note */
.cmn_pagebtm_note{
	padding-bottom: 3rem;
	line-height: 1.5;
}
@media screen and (max-width: 1099px) {
	.cmn_pagebtm_note{
		padding-left: 1em;
		text-indent: -1em;
	}
}
@media screen and (min-width: 960px) {
	.cmn_pagebtm_note{
		padding-bottom: 50px;
	}
}
@media screen and (min-width: 1100px) {
	.cmn_pagebtm_note{
		line-height: 1;
		padding-bottom: 85px;
	}
	.cmn_pagebtm_note br.disp--sp{
		display: none;
	}
}

/*===============================
doctor
===============================*/
#doctor .sec_greeting{
	position: relative;
	padding-top: 4.5rem;
	padding-bottom: 4rem;
}
#doctor .sec_greeting:before,
#doctor .sec_greeting:after{
	content:'';
	display: block;
	position: absolute;
	pointer-events: none;
	width: 100%;
	height: calc(100% - 45rem);
	left: 0;
	bottom: 0;
}
#doctor .sec_greeting .sec_inner{
	position: relative;
	z-index: 2;
}

@media screen and (min-width: 960px) {
	#doctor .sec_greeting{
		padding-top: 60px;
		padding-bottom: 60px;
	}
	#doctor .sec_greeting:before,
	#doctor .sec_greeting:after{
		height: calc(100% - 427px);
	}
	#doctor .sec_greeting .sec_ttl{
		margin-bottom: 70px;
	}
}

#doctor .sec_greeting .blc_greeting{
	margin-bottom: 4.5rem;
}
#doctor .sec_greeting .blc_greeting .box_img{
	position: relative;
}
#doctor .sec_greeting .blc_greeting .box_img .name{
	position: absolute;
	bottom: 6rem;
	left: 0;
	display: flex;
	align-items: flex-end;
}
#doctor .sec_greeting .blc_greeting .box_img .name .j{
	font-size: 2.6rem;
	margin-right: 1.5rem;
}
#doctor .sec_greeting .blc_greeting .box_img .name .e{
	font-size: 1.3rem;
	letter-spacing: 0.1em;
}
#doctor .sec_greeting .blc_greeting .box_txt{
	position: relative;
	box-sizing: border-box;
	z-index: 2;
	background-color: #fff;
	border-radius: 2px;
	box-shadow: 0 8px 6px 0 rgba(150, 150, 150, .1);
	padding: 3rem 2rem;
}
#doctor .sec_greeting .blc_greeting .box_txt p:not(:last-child){
	margin-bottom: 1.7em;
}

@media screen and (max-width: 959px) {
	#doctor .sec_greeting .blc_greeting .box_img .disp--pc{
		display: none;
	}
	#doctor .sec_greeting .blc_greeting .box_img .img{
		width: calc(100% + 40px);
		margin-left: -20px;
	}
	#doctor .sec_greeting .blc_greeting .box_txt{
		margin-top: -4rem;
	}
}
@media screen and (max-width: 599px) {
	#doctor .sec_greeting .blc_greeting .box_img .img{
		width: 100vw;
		margin-left: calc((100vw - 100%) / 2 * -1);
	}
}

@media screen and (min-width: 960px) {
	#doctor .sec_greeting .blc_greeting{
		margin-bottom: 90px;
		position: relative;
	}
	#doctor .sec_greeting .blc_greeting .box_img .disp--sp{
		display: none;
	}
	#doctor .sec_greeting .blc_greeting .box_img{
		position: absolute;
		top: -30px;
		right: calc((100vw - 100%) / 2 * -1);
		width: calc((100vw - 100%) / 2 + 100% - 460px );
	}
	#doctor .sec_greeting .blc_greeting .box_img .name{
		bottom: 35px;
		left: 60px;
	}
	#doctor .sec_greeting .blc_greeting .box_img .name .j{
		font-size: 36px;
		margin-right: 25px;
	}
	#doctor .sec_greeting .blc_greeting .box_img .name .e{
		font-size: 13px;
	}
	#doctor .sec_greeting .blc_greeting .box_txt{
		width: 500px;
		padding: 40px;
	}
}
@media screen and (min-width: 1150px) {
	#doctor .sec_greeting .blc_greeting .box_img{
		width: 650px;
		right: -75px;
	}
	#doctor .sec_greeting .blc_greeting .box_img .name{
		bottom: 35px;
		left: 60px;
	}
	#doctor .sec_greeting .blc_greeting .box_txt{
		width: 690px;
		padding: 40px 40px 40px 75px;
		margin-left: -75px;
	}
}

#doctor .sec_greeting .blc_career:not(:last-child){
	margin-bottom: 3rem;
}
#doctor .sec_greeting .blc_career .blc_ttl{
	margin-bottom: 1.5rem;
	display: flex;
	align-items: center;
}
#doctor .sec_greeting .blc_career .blc_ttl .ttl{
	padding: 0 2rem;
	font-size: 2rem;
	color: #444;
	letter-spacing: 0.05em;
}
#doctor .sec_greeting .blc_career .blc_ttl .border{
	flex:1;
	height: 1px;
	border-radius: 3px;
}
#doctor .sec_greeting .blc_career .blc_inner{
	box-sizing: border-box;
	background-color: #fff;
	border-radius: 2px;
	padding: 3rem 2rem;
}
#doctor .sec_greeting .blc_career .career_history_item:not(:last-child),
#doctor .sec_greeting .blc_career .career_list_item:not(:last-child){
	margin-bottom: 2rem;
}
#doctor .sec_greeting .blc_career .career_history_item .year{
	margin-bottom: 1rem;
	font-size: 1.3rem;
	color: #444;
}
#doctor .sec_greeting .blc_career .career_history_item .txt{
	color: #929292;
	font-size: 1.3rem;
	line-height: 1.3;
}
#doctor .sec_greeting .blc_career .career_list_item{
	font-size: 1.3rem;
	line-height: 1.3;
	color: #444;
}
#doctor .sec_greeting .blc_career .career_history_item a,
#doctor .sec_greeting .blc_career .career_list_item a{
	-webkit-text-decoration: underline;
	text-decoration: underline;
}

@media screen and (max-width: 959px) {
	#doctor .sec_greeting .blc_career .career_list .disp--pc{
		display: none;
	}
}

@media screen and (min-width: 960px) {
	#doctor .sec_greeting .blc_career:not(:last-child){
		margin-bottom: 60px;
	}
	#doctor .sec_greeting .blc_career .blc_ttl{
		margin-bottom: 20px;
	}
	#doctor .sec_greeting .blc_career .blc_ttl .ttl{
		padding-left: 40px;
		padding-right: 20px;
		font-size: 30px;
	}
	#doctor .sec_greeting .blc_career .blc_inner{
		padding: 40px;
	}
	#doctor .sec_greeting .blc_career .career_list .disp--sp{
		display: none;
	}
	#doctor .sec_greeting .blc_career .career_history_item:not(:last-child),
	#doctor .sec_greeting .blc_career .career_list_item:not(:last-child){
		margin-bottom: 20px;
	}
	#doctor .sec_greeting .blc_career .career_history_item .year{
		margin-bottom: 15px;
		font-size: 16px;
	}
	#doctor .sec_greeting .blc_career .career_history_item .txt{
		font-size: 15px;
	}
	#doctor .sec_greeting .blc_career .career_list_item{
		font-size: 16px;
	}
	#doctor .sec_greeting .blc_career .career_history_item a:hover,
	#doctor .sec_greeting .blc_career .career_list_item a:hover{
		text-decoration: none;
	}
}

#doctor .sec_greeting .img_blc_wrap{
	margin-bottom: 3rem;
}

@media screen and (max-width: 959px) {
	#doctor .sec_greeting .img_blc_wrap .area_img.disp--pc{
		display: none;
	}
}

@media screen and (min-width: 960px) {
	#doctor .sec_greeting .img_blc_wrap{
		margin-bottom: 60px;
		display: flex;
	}
	#doctor .sec_greeting .img_blc_wrap .area_img,
	#doctor .sec_greeting .img_blc_wrap .area_career{
		box-sizing: border-box;
		width: 50%;
	}
	#doctor .sec_greeting .img_blc_wrap .area_img{
		padding-right: 30px;
	}
	#doctor .sec_greeting .img_blc_wrap .area_img .img{
		box-shadow:  0 8px 6px 0 rgba(150, 150, 150, .1);
	}
	#doctor .sec_greeting .img_blc_wrap .blc_career .blc_inner{
		padding-top: 30px;
		padding-bottom: 30px;
	}
}
@media screen and (min-width: 1150px) {
	#doctor .sec_greeting .img_blc_wrap .area_img{
		padding-right: 40px;
	}
	#doctor .sec_greeting .img_blc_wrap .area_img .img{
		width: 610px;
		margin-left: -75px;
	}
}

#doctor .sec_greeting.doctor1{
	padding-top: 3.5rem;
}
#doctor .sec_greeting.doctor1:before,
#doctor .sec_greeting.doctor1:after{
	height: calc(100% - 44rem);
}
#doctor .sec_greeting .blc_career.career_media .img_item{
	display: block;
	background-color: #72684B;
}
#doctor .sec_greeting .blc_career.career_media .img_item .ttl{
	padding: 1rem;
	font-size: 1.2rem;
	color: #fff;
}
#doctor .sec_greeting .blc_career.career_media .box_media{
	margin-top: 3rem;
	background-color: #F5F5F5;
	border-radius: 2px;
	padding: 2.5rem 2rem 2rem 2rem;
}
#doctor .sec_greeting .blc_career.career_media .box_media .box_ttl{
	display: flex;
	align-items: center;
	padding-bottom: 1.5rem;
	border-bottom: solid 1px #E8E4E4;
	margin-bottom: 2rem;
}
#doctor .sec_greeting .blc_career.career_media .box_media .box_ttl .icon{
	width: 2.4rem;
	height: 1.8rem;
	mask-image: url(../img/top/tabbtn-icon-news2.svg);
	-webkit-mask-image: url(../img/top/tabbtn-icon-news2.svg);
	background-color: #72684B;
	margin-right: 1rem;
}
#doctor .sec_greeting .blc_career.career_media .box_media .box_ttl .ttl{
	font-size: 1.8rem;
	color: #444;
}
#doctor .sec_greeting .blc_career.career_media .news_item:not(:last-child){
	margin-bottom: 2.2rem;
}
#doctor .sec_greeting .blc_career.career_media .news_item .date{
	color: #929292;
	font-size: 1.3rem;
	letter-spacing: 0.1em;
	margin-bottom: 1rem;
}
#doctor .sec_greeting .blc_career.career_media .news_item .ttl{
	font-size: 1.3rem;
	line-height: 1.3;
	color: #2E2E2E;
}
#doctor .sec_greeting .blc_career.career_media .archive_btn{
	margin-top: 2rem;
	width: 100%;
	height: 5rem;
}
#doctor .sec_greeting .blc_career.career_media .archive_btn:not(:hover){
	background-color: #fff;
}

@media screen and (max-width: 959px) {
	#doctor .sec_greeting .blc_career.career_media .img_item:not(:last-child){
		margin-bottom: 2rem;
	}
	#doctor .sec_greeting .career_blc_wrap .area_career:not(:last-child){
		margin-bottom: 3rem;
	}
}

@media screen and (min-width: 960px) {
	#doctor .sec_greeting.doctor1{
		padding-top: 45px;
	}
	#doctor .sec_greeting.doctor1:before,
	#doctor .sec_greeting.doctor1:after{
		height: calc(100% - 410px);
	}
	#doctor .sec_greeting.doctor1 .blc_career.blc1{
		margin-bottom: 40px;
	}
	#doctor .sec_greeting.doctor1 .blc_career.blc3 .career_item:not(:last-child){
		margin-bottom: 32px;
	}
	#doctor .sec_greeting .blc_career.career_media .img_list{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#doctor .sec_greeting .blc_career.career_media .img_item{
		width: calc((100% - 30px) / 2);
	}
	#doctor .sec_greeting .blc_career.career_media .img_item:nth-child(n+3){
		margin-top: 30px;
	}
	#doctor .sec_greeting .blc_career.career_media .img_item .img{
		transition: opacity .3s ease;
	}
	#doctor .sec_greeting .blc_career.career_media .img_item .img:hover{
		opacity: .7;
	}
	#doctor .sec_greeting .blc_career.career_media .img_item .ttl{
		padding: 10px 20px;
		font-size: 15px;
	}
	#doctor .sec_greeting .blc_career.career_media .box_media{
		padding: 35px 30px 30px 30px;
	}
	#doctor .sec_greeting .blc_career.career_media .box_media .box_ttl{
		padding-bottom: 14px;
		margin-bottom: 30px;
	}
	#doctor .sec_greeting .blc_career.career_media .box_media .box_ttl .icon{
		width: 30px;
		height: 23px;
	}
	#doctor .sec_greeting .blc_career.career_media .box_media .box_ttl .ttl{
		font-size: 24px;
	}
	#doctor .sec_greeting .blc_career.career_media .news_item:not(:last-child){
		margin-bottom: 20px;
	}
	#doctor .sec_greeting .blc_career.career_media .news_item .ttl{
		font-size: 16px;
	}
	#doctor .sec_greeting .blc_career.career_media .news_item .ttl:hover{
		text-decoration: underline;
	}
	#doctor .sec_greeting .blc_career.career_media .archive_btn{
		width: 400px;
		height: 60px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 30px;
	}
}

/*===============================
info
===============================*/
#info .info_page_wrap_inner{
	padding-top: 4.5rem;
	padding-bottom: 4rem;
}
#info .cat_ttl_list{
	display: flex;
	margin-bottom: 3rem;
}
#info .cat_ttl_list .cat_item:not(:last-child){
	padding-right: 1.5rem;
	border-right: solid 1px #666;
}
#info .cat_ttl_list .cat_item:not(:first-child){
	padding-left: 1.5rem;
}
#info .cat_ttl_list .cat_item .item_txt{
	font-size: 1.5rem;
}
#info .sec_archive{
	box-sizing: border-box;
	background-color: #fff;
	padding: 1rem 2rem;
	box-shadow: 0 8px 6px 0 rgba(150, 150, 150, .1);
}
#info .sec_archive .info_item{
	padding: 2rem 0;
}
#info .sec_archive .info_item:not(:last-child){
	border-bottom: solid 1px #E9E9E9;
}
#info .sec_archive .info_item_head,
#info .sec_single .info_item_head{
	line-height: 1;
	margin-bottom: 1rem;
}
#info .sec_archive .info_item_date,
#info .sec_single .info_item_date{
	font-size: 1.1rem;
}
#info .sec_archive .info_item_ttl,
#info .sec_single .info_item_ttl{
	font-size: 1.6rem;
	color: #444;
	line-height: 1.56;
}

/* 20260714 add */
#info .sec_archive .container_bnr{
	padding-top: 2rem;
	padding-bottom: 1rem;
}
#info .sec_archive .container_bnr .bnr_block .txt{
	margin-top: 0.5rem;
}

@media screen and (min-width: 960px) {
	#info .info_page_wrap_inner{
		padding-top: 50px;
		padding-bottom: 85px;
	}
	#info .cat_ttl_list{
		margin-bottom: 35px;
	}
	#info .cat_ttl_list .cat_item:not(:last-child){
		padding-right: 20px;
	}
	#info .cat_ttl_list .cat_item:not(:first-child){
		padding-left: 20px;
	}
	#info .cat_ttl_list .cat_item .item_txt{
		font-size: 22px;
		transition: color .3s ease;
	}
	#info .sec_archive{
		padding: 10px 40px;
	}
	#info .sec_archive .info_item{
		padding: 30px 0;
	}
	#info .sec_archive .info_item_head,
	#info .sec_single .info_item_head{
		margin-bottom: 15px;
	}
	#info .sec_archive .info_item_date,
	#info .sec_single .info_item_date{
		font-size: 13px;
	}
	#info .sec_archive .info_item_ttl,
	#info .sec_single .info_item_ttl{
		font-size: 20px;
	}
	#info .sec_archive a.info_item_ttl:hover{
		text-decoration: underline;
	}

	#info .sec_archive .container_bnr{
		padding-top: 30px;
		padding-bottom: 20px;
	}
	#info .sec_archive .container_bnr .bnr_block{
		display: flex;
		align-items: center;
	}
	#info .sec_archive .container_bnr .bnr_block a{
		width: 500px;
	}
	#info .sec_archive .container_bnr .bnr_block .txt{
		flex: 1;
		margin: 0 0 0 20px;
	}
}

#info.page--single .info_page_wrap_inner{
	padding-top: 4rem;
}
#info .sec_single{
	box-sizing: border-box;
	background-color: #fff;
	padding: 3rem 2rem;
}
#info .sec_single .info_item_ttl{
	margin-bottom: 2rem;
}

@media screen and (min-width: 960px) {
	#info.page--single .info_page_wrap_inner{
		padding-top: 140px;
	}
	#info .sec_single{
		padding: 40px;
	}
	#info .sec_single .info_item_ttl{
		margin-bottom: 30px;
	}
}

/*===============================

===============================*/
/*
--------------------------------------*/
@media screen and (max-width: 1149px) {
}
@media screen and (max-width: 959px) {
}
@media screen and (max-width: 599px) {
}

@media screen and (min-width: 600px) {
}
@media screen and (min-width: 960px) {
}
@media screen and (min-width: 1150px) {
}
