body#pagebody {
	overflow-x: hidden;
	background:#f8f8f0;
}

.w1340 {
    width: 94%;
    padding: 0 3%;
    max-width: 1340px;
    margin: 0 auto;
    text-align: left;
}


/* 上の歯科医師の部分CSS */
.com_index1 .ft_aboreto {
    color: #655045;
    font-size: 200%;
    letter-spacing: .075em;
    line-height: 1.2em;
}
.ft_aboreto {
    font-family: "aboreto", serif;
    font-weight: 400;
    font-style: normal;
}

.ft_min {
    font-family: "shippori-mincho", serif;
    font-weight: 400;
    font-style: normal;
}

.com_index1 {
    position: relative;
/*     z-index: 1; */
    text-align: center;
    font-size: 165%;
    letter-spacing: .15em;
    line-height: 1.4em;
    margin-bottom: 40px;
}

element.style {
    margin-top: -65.2125px;
    padding-top: 65.2125px;
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
    .com_index1 {
        font-size: 150%;
        margin-bottom: 4%;
    }
}
/* ベース */
.drs-section {
	position: relative;
	padding: 0 0 80px;
}

.drs-container {
	width: 94%;
	max-width: 1340px;
	padding: 0 3%;
	margin: 0 auto;
	text-align: left;
}

.drs-font-en {
	font-family: "aboreto", serif;
}

.drs-font-jp {
	font-family: "shippori-mincho", serif;
	color: #545454;
}

.drs-heading {
	position: relative;
/* 	z-index: 1; */
	text-align: center;
	font-size: 165%;
	letter-spacing: .15em;
	line-height: 1.4;
	margin-bottom: 40px;
}

.drs-img-mask {
	margin-left: 100px;
}

/* テーマ変数（各カード単位で色変更） */
.drs-card {
	--drs-accent: #1a70b6;
	/* タイトル/見出しアクセント */
	--drs-bg: #e2f0f1;
	/* 背景プレート色 */
	--drs-bullet: #1a70b6;
	/* 箇条書きマーカー色 */
	position: relative;
	padding: 0 1%;
	margin-bottom: 120px;
}

.drs-card::before {
    content: "";
    position: absolute;
    z-index: 0;
	width: 100%;
    height: calc(100% - 80px);
    background-color: var(--drs-bg);
    bottom: -20px;
    inset-inline-start: 0px;
    padding: 20px;
}

/* テーマ定義（必要に応じて色だけ増減可能） */
.drs-card[data-theme="1"] {
	--drs-accent: #1a70b6;
	--drs-bg: #e2f0f1;
	--drs-bullet: #1a70b6;
}

.drs-card[data-theme="2"] {
	--drs-accent: #334EAC;
	--drs-bg: #BAD6EB;
	--drs-bullet: #334EAC;
}

.drs-card[data-theme="3"] {
	--drs-accent: #081F5C;
	--drs-bg: #EFE9F7;
	--drs-bullet: #081F5C;
}

.drs-card[data-theme="4"] {
	--drs-accent: #B83280;
	--drs-bg: #F7F2EB;
	--drs-bullet: #B83280;
}

.drs-card[data-theme="5"] {
	--drs-accent: #2F855A;
	--drs-bg: #E6F6EE;
	--drs-bullet: #2F855A;
}

.drs-card[data-theme="6"] {
	--drs-accent: #2B6CB0;
	--drs-bg: #E6F0FA;
	--drs-bullet: #2B6CB0;
}

/* 見出しの装飾（位置は必要に応じて調整） */
.drs-heading .drs-font-en {
	color: #655045;
	font-size: 200%;
	letter-spacing: .075em;
	line-height: 1.2;
}

.drs-heading h2 {
	font-size: 165%;
	letter-spacing: .15em;
}

/* ヒーローブロック */
.drs-hero {
	width: 35%;
	max-width: 420px;
	margin: 0 auto;
	position: relative;
	transform: translateX(20px);
}

.drs-hero__name {
	width: 100%;
	position: absolute;
	left: 110%;
	top: 50%;
	text-align: center;
	font-size: min(145%, 2vw);
	letter-spacing: .2em;
	line-height: 1.2;
}

.drs-hero__name dd.drs-font-jp {
	font-size: 160%;
	letter-spacing: .15em;
	line-height: 1.2;
	margin: .4em 0;
}

/* レイアウト */
.drs-layout {
	margin-top: 120px;
	position: relative;
}

.drs-message>dt {
	position: absolute;
/* 	z-index: 1; */
	left: 3%;
	bottom: 100%;
}

.drs-message>dt .drs-font-en {
	color: var(--drs-accent);
	font-size: 135%;
	letter-spacing: .075em;
	line-height: 1;
	margin-bottom: 1.2em;
}

.drs-message>dt .drs-font-jp {
	font-size: min(260%, 3.4vw);
	letter-spacing: .15em;
	line-height: 1.7;
	padding-bottom: 1.7em;
}

.drs-message>dd {
	width: 50%;
	max-width: 640px;
	margin-left: 4%;
	margin-right: auto;
	text-align: justify;
}

.drs-figure {
	width: 100%;
	max-width: 500px;
	position: absolute;
	right: 0;
	top: 0;
	transform: translate(15%, 0%);
}

/* プロフィール */
.drs-profile {
	position: relative;
/* 	z-index: 2; */
	width: 100%;
	max-width: 760px;
	margin-top: 50px;
	box-sizing: border-box;
	background-image: linear-gradient(to right, var(--drs-accent) 0 0);
	background-size: auto 2px;
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 50px;
	padding-left: 2%;
}

.drs-profile__grid {
	display: flex;
	justify-content: space-between;
}

.drs-prof:nth-child(1) {
	width: 55%;
}

.drs-prof:nth-child(2) {
	width: 42%;
}

.drs-prof {
	display: flex;
	justify-content: space-between;
}

.drs-prof>dt {
	width: 40px;
}

.drs-prof>dd {
	width: calc(100% - 40px);
	font-size: 95%;
	letter-spacing: .15em;
	line-height: 1.6;
}

.drs-prof>dt span {
	display: inline-block;
	writing-mode: vertical-rl;
	text-orientation: upright;
	color: var(--drs-accent);
	font-size: 105%;
	letter-spacing: .15em;
	line-height: 1;
}

.drs-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.drs-list>li {
	margin-top: .5em;
	position: relative;
	padding-left: 1em;
}

.drs-list>li::before {
	content: "●";
	position: absolute;
	left: 0;
	top: 0;
	color: var(--drs-bullet);
	opacity: .5;
	font-size: .8em;
	line-height: 1.8;
}

/* 画像共通 */
img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: auto;
}

/* 既存補助 */
body {
	overflow-x: hidden;
}

/* タブレット */
@media (min-width:768px) and (max-width:959px) {
	.drs-card {
		margin-bottom: 10%;
	}

	.drs-card::before {
		height: calc(100% - 7vw);
	}

	.drs-layout {
		margin-top: 10%;
	}

	.drs-message>dt {
		left: 2%;
	}

	.drs-message>dt .drs-font-en {
		font-size: 120%;
	}

	.drs-message>dt .drs-font-jp {
		font-size: 3.8vw;
		letter-spacing: .1em;
	}

	.drs-message>dd {
		width: 50%;
		margin-left: 2.5%;
	}

	.drs-figure {
		transform: translate(33%, 20%);
	}

	.drs-profile {
		margin-top: 4%;
		padding: 4% 5% 0;
	}

	.drs-prof>dt {
		width: 30px;
	}

	.drs-prof>dd {
		width: calc(100% - 30px);
		font-size: 90%;
		letter-spacing: .05em;
	}
}

/* モバイル */
@media (max-width:767px) {
	.drs-card {
		padding: 0;
		margin-bottom: 14%;
	}

	.drs-card::before {
		width: 100%;
		height: calc(100% - 10vw);
	}

	.drs-hero {
		width: 100%;
		max-width: 100%;
		transform: none;
		justify-content: space-between;
		align-items: flex-end;
	}

	.drs-hero__img {
		width: 70%;
	}

	.drs-hero__name {
		width: 100%;
		position: static;
		box-sizing: border-box;
		font-size: 100%;
		margin-top: 20px;
	}

	.drs-layout {
		margin-top: 10%;
	}

	.drs-message {
		width: 90%;
		margin: 0 auto;
	}

	.drs-message>dt {
		position: static;
	}

	.drs-message>dt .drs-font-en {
		font-size: 0%;
		letter-spacing: .05em;
		margin-bottom: 1em;
	}

	.drs-message>dt .drs-font-jp {
		font-size: 155%;
		letter-spacing: .10em;
		line-height: 1.7;
		padding-bottom: .7em;
	}

	.drs-message>dd {
		width: 100%;
		max-width: 100%;
		margin-left: 0;
	}

	.drs-figure {
		width: 80%;
		margin: 6% auto 0;
		position: static;
		transform: none;
	}

	.drs-profile {
		margin-top: 8%;
		padding: 8% 4% 0;
	}

	.drs-profile__grid {
		display: block;
	}

	.drs-prof:nth-child(1),
	.drs-prof:nth-child(2) {
		width: 100%;
	}

	.drs-prof:nth-child(1) {
		margin-bottom: 6%;
	}

	.drs-prof>dt {
		width: 10%;
	}

	.drs-prof>dd {
		width: 90%;
		font-size: 90%;
		letter-spacing: normal;
	}
}