@charset "UTF-8";



/*outline
---------------------------------------------------------*/
#outline .box1 {
	overflow: hidden;
}
#outline .box1 .img_box {
	width: 100%;
	box-sizing: border-box;
	padding: 90px 0;
	position: relative;
	text-align: center;
}
#outline .box1 .img_box .fs60 {
	display: inline-block;
	vertical-align: middle;
	position: relative;
}
#outline .box1 .img_box .fs60::before {
	content: "";
	position: absolute;
	z-index: 0;
	width: 1.5em;
	height: 1.5em;
	background: url("../images/naya_abs3@2x.png") no-repeat center center;
	background-size: contain;
	right: 1.0em;
	bottom: -.1em;
}
#outline .box1 .img_box .fs60 .txt_large {
	display: block;
	font-size: 150%;
	letter-spacing: .05em;
	line-height: 1.3em;
}
#outline .box1 .img_box .fs60 .txt_large span {
	display: inline-block;
	position: relative;
}
#outline .box1 .img_box .fs60 .txt_large .txt1 {
	margin-right: .8em;
}
#outline .box1 .img_box .fs60 .txt_large .txt1::after {
	content: "";
	position: absolute;
	width: 2px;
	height: .9em;
	background: #333;
	left: 100%;
	top: 50%;
	transform: rotate(35deg) translateY(-50%);
}
#outline .box1 .img_box .fs60 .txt_large .txt1::before {
	content: "";
	position: absolute;
	width: .75em;
	height: 1.0em;
	background: url("../images/naya_abs1@2x.png") no-repeat center top;
	background-size: contain;
	left: -.4em;
	top: -.15em;
}
#outline .box1 .img_box .fs60 .txt_large .txt2::before {
	content: "";
	position: absolute;
	width: .45em;
	height: 1.0em;
	background: url("../images/naya_abs2@2x.png") no-repeat center top;
	background-size: contain;
	right: .15em;
	top: -.1em;
}
#outline .box1 .img_box .abs div {
	position: absolute;
	z-index: -1;
}
#outline .box1 .img_box .abs div:nth-child(1) {
	width: 24%;
	max-width: 350px;
	left: 0;
	top: 50%;
}
#outline .box1 .img_box .abs div:nth-child(2) {
	width: 21%;
	max-width: 310px;
	right: 0;
	top: 5%;
}

#outline .box1 .nayami_box {
	background: rgba(129, 162, 172, 0.1);
	background: #81A2AC;
	background: linear-gradient(0deg,rgba(129, 162, 172, 0) 0%, rgba(129, 162, 172, 0.1) 100%);
	padding: 70px 0 60px;
	text-align: center;
	position: relative;
}
#outline .box1 .nayami_box .naya_ttl {
	font-size: min(200%,3.2vw);
	font-weight: bold;
	letter-spacing: .15em;
	line-height: 1.4em;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	transform: translateY(-50%);
}
#outline .box1 .nayami_box ul {
	width: 94%;
	max-width: 1220px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
#outline .box1 .nayami_box ul li {
	width: 23%;
	max-width: 280px;
	aspect-ratio: 280 / 206;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
	position: relative;
	transition: all 1.0s ease-out;
	opacity: 0;
	transform: translateY(-30%);
}
#outline .box1 .nayami_box ul li:nth-child(2) {
	transition-delay: .2s;
}
#outline .box1 .nayami_box ul li:nth-child(3) {
	transition-delay: .4s;
}
#outline .box1 .nayami_box ul li:nth-child(4) {
	transition-delay: .6s;
}
#outline .box1 .nayami_box ul.anime_on li {
	opacity: 1;
	transform: translateY(0%);
}
#outline .box1 .nayami_box ul li:nth-child(odd) {
	margin-top: 2%;
}
#outline .box1 .nayami_box ul p {
	color: #fff;
	font-size: 145%;
	letter-spacing: .05em;
	line-height: 1.4em;
	text-shadow: 0px 0px 10px rgba(0,0,0,0.4);
	position: absolute;
	z-index: 1;
	margin: auto;
	left: 0;
	right: 0;
	top: 50%;
}
#outline .box1 .nayami_box ul div {
	width: 43%;
	max-width: 120px;
	position: absolute;
	z-index: 0;
}
#outline .box1 .nayami_box ul li:nth-child(1) {
	background-image: url("../images/naya_fukidashi1@2x.png");
}
#outline .box1 .nayami_box ul li:nth-child(1) p {
	transform: translate(5%,-60%);
}
#outline .box1 .nayami_box ul li:nth-child(1) div {
	left: 5%;
	top: 0;
	transform: translateY(-40%);
}
#outline .box1 .nayami_box ul li:nth-child(2) {
	background-image: url("../images/naya_fukidashi2@2x.png");
}
#outline .box1 .nayami_box ul li:nth-child(2) p {
	transform: translate(0%,-60%);
}
#outline .box1 .nayami_box ul li:nth-child(2) div {
	right: 0;
	bottom: 0;
	transform: translateY(25%);
}
#outline .box1 .nayami_box ul li:nth-child(3) {
	background-image: url("../images/naya_fukidashi3@2x.png");
}
#outline .box1 .nayami_box ul li:nth-child(3) p {
	transform: translate(0%,-60%);
}
#outline .box1 .nayami_box ul li:nth-child(3) div {
	left: 5%;
	top: 0;
	transform: translateY(-40%);
}
#outline .box1 .nayami_box ul li:nth-child(4) {
	background-image: url("../images/naya_fukidashi4@2x.png");
}
#outline .box1 .nayami_box ul li:nth-child(4) p {
	transform: translate(0%,-60%);
}
#outline .box1 .nayami_box ul li:nth-child(4) div {
	right: 0;
	bottom: 0;
	transform: translateY(25%);
}

#outline .box2 {
	background: #312d27 url("../images/diff_bg1@2x.jpg") no-repeat left center;
	background-size: auto 100%;
	position: relative;
	text-align: center;
	color: #fff;
}
#outline .box2 .abs {
	width: 25%;
	max-width: 345px;
	position: absolute;
	z-index: 0;
	right: 3%;
	top: 50%;
	transform: translateY(-55%);
	opacity: 0.1;
}
#outline .box2 .in_box {
	padding: 80px 0 140px;
	position: relative;
	z-index: 1;
}
#outline .box2 .in_box .txt1 {
	display: inline-block;
	vertical-align: middle;
	font-size: min(185%,3.0vw);
	font-weight: bold;
	letter-spacing: .1em;
	line-height: 1.4em;
	padding: 0 .2em 1.0em;
	background: url("../images/diff_line@2x.png") no-repeat center bottom;
	background-size: 100% .6em;
	margin-bottom: .2em;
}
#outline .box2 .in_box .txt2 .txt_large {
	font-size: 135%;
	letter-spacing: .05em;
	line-height: 1.6em;
}
#outline .box2 .in_box .txt2 .txt_color {
	color: #c9b56a;
}
#outline .box2 .in_box .txt2 .txt_dotto {
	display: inline-block;
	position: relative;
}
#outline .box2 .in_box .txt2 .txt_dotto::before {
	content: "";
	position: absolute;
	width: .12em;
	height: .12em;
	background: #c9b56a;
	border-radius: 50%;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
}
#outline .box2 .in_box .txt2 .kakko2 {
	margin-right: -.4em;
}

#outline .box3 .bg {
	width: 96%;
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 2;
	padding-top: 30px;
}
#outline .box3 .bg::before {
	content: "";	/*背景色*/
	position: absolute;
	z-index: -1;
	width: 100%;
	height: calc(100% + 70px);
	background: #f0f0ed;
	left: 0;
	bottom: 0;
}
#outline .box3 .bg::after {
	content: "";	/*右下写真*/
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 35vw;
	max-height: 450px;
	background: url("../images/diff_bg2@2x.png") no-repeat right bottom;
	background-size: auto 100%;
	right: 0;
	bottom: 0;
}
#outline .box3 .w1200 {
	text-align: center;
}
#outline .box3 .diff_ttl {
	margin-bottom: 70px;
}
#outline .box3 .diff_ttl .txt_color1 {
	color: #8baeb6;
}
#outline .box3 table {
	width: 100%;
}
#outline .box3 table th,
#outline .box3 table td {
	width: 50%;
	box-sizing: border-box;
	text-align: center;
	vertical-align: middle;
	border-right: solid 1px #fff;
	border-bottom: solid 1px #fff;
}
#outline .box3 table th:last-child,
#outline .box3 table td:last-child {
	border-right: none;
}
#outline .box3 table th {
	background: #8baeb6;
	color: #fff;
	font-size: min(160%,2.8vw);
	letter-spacing: .05em;
	line-height: 1.4em;
	padding: 1.3em 2%;
	position: relative;
}
#outline .box3 table th::before {
	content: "";
	position: absolute;
	z-index: 0;
	width: 5.0em;
	height: 5.0em;
	background: url("../images/diff_icon1@2x.png") no-repeat center center;
	background-size: contain;
	margin: auto;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
#outline .box3 table th p {
	position: relative;
	z-index: 1;
}
#outline .box3 table td {
	background: #c4d5d9;
	font-size: min(130%,2.1vw);
	letter-spacing: .1em;
	line-height: 1.4em;
	padding: 2.2em 2%;
}
#outline .box3 table th.color2 {
	background: #c9b56a;
}
#outline .box3 table th.color2::before {
	background-image: url("../images/diff_icon2@2x.png");
}
#outline .box3 table td.color2 {
	background: #e5d9b2;
	font-weight: bold;
}
#outline .box3 .bg_white {
	background: #fff;
	border-radius: 30px;
	padding: 60px 4%;
	position: relative;
}
#outline .box3 .bg_white > * {
	position: relative;
	z-index: 2;
}
#outline .box3 .bg_white .diff_ttl {
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	transform: translateY(-50%);
}
#outline .box3 .bg_white ul {
	width: 100%;
	max-width: 820px;
	margin: 40px auto 50px;
	display: flex;
    justify-content: space-between;
}
#outline .box3 .bg_white li {
	width: 24%;
	max-width: 190px;
	background: #C9B56A;
	background: radial-gradient(circle,rgba(201, 181, 106, 1) 0%, rgba(229, 217, 178, 1) 100%);
	font-size: 105%;
	font-weight: bold;
	letter-spacing: .1em;
	line-height: 1.5em;
	padding: 1.3em 0 .8em;
	border-radius: 1.5em;
}
#outline .box3 .bg_white li dt {
	color: #fff;
	font-size: 250%;
	letter-spacing: .1em;
	line-height: 1.0em;
	text-shadow: 0px 0px 15px rgba(0,0,0,0.4);
	margin-bottom: .4em;
	transition: all 1.0s ease-out;
	opacity: 0;
}
#outline .box3 .bg_white .anime_on li dt {
	opacity: 1;
}
#outline .box3 .bg_white .anime_on li:nth-child(2) dt {
	transition-delay: 0.2s;
}
#outline .box3 .bg_white .anime_on li:nth-child(3) dt {
	transition-delay: 0.4s;
}
#outline .box3 .bg_white .anime_on li:nth-child(4) dt {
	transition-delay: 0.6s;
}
#outline .box3 .bg_white .txt3 {
	font-size: min(130%,2.1vw);
	font-weight: bold;
	letter-spacing: .1em;
	line-height: 1.8em;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
#outline .box1 .img_box {
	padding: 9% 0;
}
#outline .box1 .nayami_box {
	padding: 6% 0 6%;
}
#outline .box1 .nayami_box ul {
	width: 96%;
}
#outline .box1 .nayami_box ul li {
	width: 24%;
}
#outline .box1 .nayami_box ul p {
	font-size: 2.7vw;
}

#outline .box2 {
	background-position: left -10% center;
}
#outline .box2 .in_box {
	padding: 10% 0 14%;
}

#outline .box3 .bg {
	padding-top: 2%;
}
#outline .box3 .bg::before {
	height: calc(100% + 5vw);	/*背景色*/
}
#outline .box3 .diff_ttl {
	margin-bottom: 6%;
}
#outline .box3 table th {
	font-size: 3.0vw;
	padding: .6em 2%;
}
#outline .box3 table td {
	font-size: 2.4vw;
	letter-spacing: .05em;
	padding: 2.0em 2%;
}
#outline .box3 .bg_white {
	padding: 6% 4%;
}
#outline .box3 .bg_white ul {
	margin: 4% auto 5%;
}
#outline .box3 .bg_white li {
	letter-spacing: .05em;
}
#outline .box3 .bg_white li dt {
	font-size: 230%;
}
#outline .box3 .bg_white .txt3 {
	font-size: 120%;
	letter-spacing: .05em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#outline .box1 .img_box {
	padding: 14% 0 12%;
}
#outline .box1 .img_box .fs60 .txt_large {
	letter-spacing: normal;
}
#outline .box1 .img_box .fs60 .txt_large .txt1::after {
	transform: rotate(35deg) translateY(-55%);
}
#outline .box1 .img_box .abs div {
	opacity: 0.5;
}
#outline .box1 .img_box .abs div:nth-child(1) {
	width: 36%;
	max-width: 100%;
	top: 50%;
}
#outline .box1 .img_box .abs div:nth-child(2) {
	width: 33%;
	max-width: 100%;
	right: 0;
	top: 5%;
}

#outline .box1 .nayami_box {
	padding: 10% 0 14%;
}
#outline .box1 .nayami_box .naya_ttl {
	font-size: 120%;
	letter-spacing: .1em;
}
#outline .box1 .nayami_box ul {
	width: 90%;
    flex-wrap: wrap;
	row-gap: 5vw;
}
#outline .box1 .nayami_box ul li {
	width: 48%;
	max-width: 100%;
}
#outline .box1 .nayami_box ul li:nth-child(odd) {
	margin-top: 2%;
}
#outline .box1 .nayami_box ul p {
	font-size: 140%;
}

#outline .box2 {
	background-position: right center;
	background-size: auto 100%;
}
#outline .box2 .abs {
	width: 35%;
	right: 0;
	top: auto;
	bottom: 12%;
	transform: translateX(5%);
	opacity: 0.3;
}
#outline .box2 .in_box {
	padding: 14% 0 20%;
	background: rgba(49,45,39,0.6);
}
#outline .box2 .in_box .txt1 {
	font-size: 115%;
	letter-spacing: .1em;
}
#outline .box2 .in_box .txt2 .txt_large {
	font-size: 130%;
	letter-spacing: normal;
	line-height: 1.3em;
}
#outline .box2 .in_box .txt2 .txt_color {
	font-size: 130%;
	line-height: 1.3em;
}
#outline .box2 .in_box .txt2 .txt_color .txt_large {
	font-size: 140%;
	line-height: 1.3em;
}
#outline .box2 .in_box .txt2 .txt_dotto {
	margin-top: .2em;
}
#outline .box2 .in_box .txt2 .txt_dotto::before {
	width: .1em;
	height: .1em;
	top: -.1em;
}
#outline .box2 .in_box .txt2 .kakko1,
#outline .box2 .in_box .txt2 .kakko2 {
	font-size: 180%;
	line-height: 1.2em;
}
#outline .box2 .in_box .txt2 .kakko1 {
	margin-left: -.5em;
}
#outline .box2 .in_box .txt2 .sp_mgn_left {
	margin-left: -1.5em;
}

#outline .box3 .bg {
	padding-top: 0;
}
#outline .box3 .bg::before {
	height: calc(100% + 10vw);	/*背景色*/
}
#outline .box3 .bg::after {
	height: 45vw;	/*右下写真*/
	max-height: 100%;
}
#outline .box3 .diff_ttl {
	margin-bottom: 8%;
}
#outline .box3 table th {
	font-size: 135%;
	letter-spacing: normal;
	padding: .8em 0;
}
#outline .box3 table th::before {
	width: 4.5em;
	height: 4.5em;
}
#outline .box3 table td {
	font-size: 105%;
	letter-spacing: .05em;
	padding: 1.0em 3%;
}
#outline .box3 .bg_white {
	border-radius: 4vw;
	padding: 18% 6% 10%;
}
#outline .box3 .bg_white .diff_ttl {
	transform: translateY(-25%);
}
#outline .box3 .bg_white ul {
	max-width: 100%;
	margin: 6% auto 5%;
    flex-wrap: wrap;
	row-gap: .8em;
}
#outline .box3 .bg_white li {
	width: 48%;
	max-width: 100%;
	font-size: 100%;
	letter-spacing: .05em;
	padding: 1.2em 0 .8em;
}
#outline .box3 .bg_white li dt {
	font-size: 230%;
}
#outline .box3 .bg_white .txt3 {
	font-size: 110%;
	letter-spacing: .05em;
	line-height: 1.8em;
}
}



/*point
---------------------------------------------------------*/
#point .bg {
	position: relative;
}
#point .bg::before {
	content: "";
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 60vw;
	max-height: 800px;
	left: 0;
	top: 0;
	transform: translateY(-5%);
	background: url("../images/feat_bg1@2x.png") no-repeat center top;
	background-size: 100% 100%;
}
#point .title_box {
	text-align: center;
	font-size: min(275%,4.0vw);
	letter-spacing: normal;
	line-height: 1.4em;
	margin-bottom: 1.6em;
}
#point .title_box ul {
	display: flex;
    justify-content: center;
    align-items: center;
	column-gap: 1%;
}
#point .title_box li {
	padding-left: .9em;
	position: relative;
	z-index: 1;
}
#point .title_box li::before {
	content: "";
	position: absolute;
	z-index: -1;
	width: 1.7em;
	height: 1.7em;
	background: url("../images/feat_check@2x.png") no-repeat center center;
	background-size: contain;
	left: 0;
	bottom: .1em;
	transition: all 1.0s ease-out;
	opacity: 0;
	transform: scale(1.5,1.5);
}
#point .title_box.anime_on li::before {
	opacity: 1;
	transform: scale(1,1);
}
#point .title_box.anime_on li:nth-child(1)::before {
	transition-delay: 0.8s;
}
#point .title_box.anime_on li:nth-child(2)::before {
	transition-delay: 1.2s;
}
#point .title_box.anime_on li:nth-child(3)::before {
	transition-delay: 1.6s;
}
#point .title_box h2 {
	font-size: 130%;
	letter-spacing: .05em;
	line-height: 1.4em;
	margin-top: .2em;
}
#point .title_box h2 span {
	font-size: 130%;
	letter-spacing: .05em;
	line-height: 1.4em;
}

#point h3.fs45::before {
	content: "";	/*数字*/
	position: absolute;
	width: 2.8em;
	height: 2.8em;
	background: url("../images/point1@2x.png") no-repeat center center;
	background-size: contain;
	left: 0;
	top: 0;
}
#point h3.no_ttl {
	box-sizing: border-box;
	position: relative;
	padding-left: 3.2em;
}
#point h3.fs45 span {
	font-size: 145%;
	letter-spacing: .05em;
	line-height: 1.4em;
}

#point .point1 {
	position: relative;
}
#point .point1 .flex_box {
	display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
#point .point1 .flex_box.img_l {
	flex-direction: row-reverse;
}
#point .point1 .txt_box {
	width: 55%;
	max-width: 820px;
}
#point .point1 .img_box {
	width: 41%;
	max-width: 600px;
	position: relative;
}
#point .point1 .txt_box .in_box {
	width: 95%;
	max-width: 670px;
	margin-left: auto;
	margin-right: 0;
}
#point .point1 .txt_box h3 {
	white-space: nowrap;
}
#point .point1 .img_l .txt_box .in_box {
	margin-left: 0;
	margin-right: auto;
}
#point .point1 h3 {
	margin-bottom: 1.0em;
}
#point .point1 .box1 .img_box div:not(.abs) {
	width: 94%;
	max-width: 560px;
	margin-left: auto;
	margin-right: 0;
}
#point .point1 .box1 .img_box .abs {
	width: 53%;
	max-width: 316px;
	position: absolute;
	z-index: 1;
	left: 0;
	bottom: 0;
	transform: translateY(25%);
}
#point .point1 .box2 {
    align-items: center;
}
#point .point1 .box2 .img_box {
	z-index: 0;
}
#point .point1 .box2 .txt_box {
	z-index: 2;
}
#point .point1 .com_large_en {
	text-align: center;
	position: absolute;
	z-index: 1;
	margin: auto;
	left: 0;
	right: 0;
	bottom: -.65em;
}

#point .point2 h3,
#point .point2 .txt1 {
	width: 100%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
#point .point2 h3 {
	margin-bottom: 1.2em;
}
#point .point2 h3.fs45::before {
	background-image: url("../images/point2@2x.png");
}
#point .point2 .img_list {
	display: flex;
    justify-content: space-between;
    align-items: center;
}
#point .point2 .img_list li {
	width: 48%;
	max-width: 610px;
	box-sizing: border-box;
	padding: 2.3%;
	text-align: center;
}
#point .point2 .img_list li.arrow {
	width: 4%;
	text-align: center;
	padding: 0 1%;
}
#point .point2 .img_list dl {
	display: flex;
    justify-content: center;
    align-items: center;
	font-size: min(100%,1.5vw);
	margin-bottom: .8em;
}
#point .point2 .img_list dt {
	color: #858585;
	font-weight: bold;
	letter-spacing: .1em;
	line-height: 1.4em;
	padding: .3em 1.0em;
	background: #fff;
	border-radius: 3.0em;
	margin-right: .5em;
}
#point .point2 .img_list dd {
	color: #fff;
	font-size: 130%;
	letter-spacing: .05em;
	line-height: 1.4em;
}
#point .point2 .img_list dd .ft_cinzel {
	font-size: 220%;
	letter-spacing: normal;
	margin-right: .15em;
	transform: translateY(-.1em);
}
#point .point2 .img_list dd span {
	display: inline-block;
	vertical-align: middle;
	font-style: italic;
}
#point .point2 .img_list .color1 {
	background: #858585;
}
#point .point2 .img_list .color2 {
	background: #b29f6e;
}
#point .point2 .img_list .color2 dt {
	color: #b29f6e;
}

#point .point_list {
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	row-gap: 150px;
}
#point .point_list > li {
	width: 48%;
	max-width: 610px;
	position: relative;
}
#point .point_list .img_box {
	position: relative;
	z-index: 0;
}
#point .point_list .img_box::before {
	content: "";	/*画像左上のグラデ*/
	position: absolute;
	z-index: 1;
	width: 56%;
	height: 100%;
	left: 0;
	top: 0;
	background: url("../images/point_bg@2x.png") no-repeat left top;
	background-size: contain;
}
#point .point_list .img_box.no_corner::before {
	display: none;
}
#point .point_list .txt_box {
	width: 100%;
	max-width: 530px;
	margin-left: auto;
	margin-right: auto;
}
#point .point_list .txt_box h3 {
	margin: .7em 0 .4em;
}
#point .point_list .txt_box h3.fs45::before {
	z-index: 1;	/*数字*/
	left: 3%;
	top: 0;
	transform: translateY(-65%);
}
#point .point_list > li:nth-child(1) .txt_box h3.fs45::before {
	background-image: url("../images/point3@2x.png");
}
#point .point_list > li:nth-child(2) .txt_box h3.fs45::before {
	background-image: url("../images/point4@2x.png");
}
#point .point_list > li:nth-child(3) .txt_box h3.fs45::before {
	background-image: url("../images/point5@2x.png");
}
#point .point_list > li:nth-child(4) .txt_box h3.fs45::before {
	background-image: url("../images/point6@2x.png");
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
#point .title_box {
	font-size: 4.4vw;
}

#point h3.no_ttl {
	padding-left: 3.0em;
}

#point .point1 h3 {
	margin-bottom: .5em;
}

#point .point2 h3 {
	margin-bottom: .8em;
}
#point .point2 .img_list li {
	padding: 2.5% 1.5%;
}
#point .point2 .img_list dl {
	font-size: 1.8vw;
}
#point .point2 .img_list dt {
	letter-spacing: .05em;
	border-radius: .5em;
	padding: .3em .8em;
}
#point .point2 .img_list dd {
	letter-spacing: normal;
}

#point .point_list {
	row-gap: 12vw;
}
#point .point_list .txt_box h3 {
	margin: .6em 0 .2em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#point .bg {
	padding-top: 20%;
}
#point .bg::before {
	height: 80vw;
	max-height: 80vw;
}
#point .title_box {
	font-size: 155%;
	letter-spacing: normal;
}
#point .title_box li {
	padding-left: .6em;
}
#point .title_box h2 {
	letter-spacing: normal;
}
#point .title_box h2 span {
	letter-spacing: normal;
}

#point h3.fs45::before {
	width: 2.5em;	/*数字*/
	height: 2.5em;
}
#point h3.no_ttl {
	padding-left: 2.5em;
}
#point h3.no_ttl::before {
	left: -.2em;
}
#point h3.fs45 span {
	font-size: 130%;
	letter-spacing: .05em;
}

#point .point1 .flex_box {
	display: block;
}
#point .point1 .txt_box {
	width: 100%;
	max-width: 100%;
}
#point .point1 .img_box {
	width: 90%;
	max-width: 100%;
	margin: 1.5em auto 0;
}
#point .point1 .txt_box .in_box {
	width: 90%;
	max-width: 100%;
	margin-left: auto !important;
	margin-right: auto !important;
}
#point .point1 h3 {
	margin-bottom: .6em;
}
#point .point1 .box1 {
	margin-bottom: 12%;
}

#point .point2 h3 {
	margin-bottom: .6em;
}
#point .point2 .img_list {
	display: block;
}
#point .point2 .img_list li {
	width: 100%;
	max-width: 100%;
	padding: 3%;
}
#point .point2 .img_list li.arrow {
	width: 6%;
	padding: 0;
	margin: 1% auto;
	transform: rotate(90deg);
}
#point .point2 .img_list dl {
	font-size: 90%;
	margin-bottom: .8em;
}
#point .point2 .img_list dt {
	letter-spacing: .05em;
	border-radius: .5em;
	padding: .3em .6em;
}
#point .point2 .img_list dd {
	letter-spacing: normal;
}

#point .point_list {
	display: block;
	row-gap: 0;
}
#point .point_list > li {
	width: 100%;
	max-width: 100%;
	margin-top: 18%;
	margin-bottom: 0;
}
#point .point_list > li:last-child {
	margin-bottom: 0;
}
#point .point_list .img_box {
	width: 100%;
	margin: 0 auto;
}
#point .point_list .txt_box {
	max-width: 100%;
}
#point .point_list .txt_box h3 {
	margin: .5em 0 .2em;
}
#point .point_list .txt_box h3.fs45::before {
	left: 0;	/*数字*/
	top: 0;
}
}



/*case
---------------------------------------------------------*/
#case .bg {
	background: rgba(93,91,91,0.1);
}
#case h2 {
	margin-bottom: 1.0em;
}
/* オフィシャルサイト：入れ歯ページと同じコード */
/* フォント・色関連、矢印画像、.med_flt関連のみ追加、変更しています */
#case .case_list > li .open_btn{
	font-size: 160%;
	letter-spacing: 0.1em;
	line-height: 1em;
	text-align: center;
	color: #b29f6e;
	padding: 0.8em 0;
	border-top: 1px solid #b29f6e;
	cursor: pointer;
}
#case .case_list > li:last-child .open_btn{
	border-bottom: 1px solid #b29f6e;
}
#case .case_list > li .open_btn span{
	padding-right: 1.6em;
	position: relative
}
#case .case_list > li .open_btn span::before{
	position: absolute;
	content: "";
	background: url("../images/case_open@2x.png") no-repeat center center;
	background-size: 100% 100%;
	width: 1em;
	height: 1em;
	right: 0;
	top:50%;
	transform: translateY(-50%);
}
#case .case_list > li .open_btn.active span::before{
	background-image: url("../images/case_close@2x.png");
}

#case .case_list > li .box{
	padding: 60px 0;
	border-top: 1px solid #b29f6e;
}
#case .case_list > li:last-child .box{
	border-top: none;
	padding-bottom: 0;
}
#case .case_list > li .box.open_box{
	display: none;
}
#case .case_list > li .box .inbox{
	max-width: 1100px;
	margin: 0 auto;
}

#case .case_list > li .img_list{
	display: flex;
    flex-wrap: wrap;
	margin-bottom: 40px;
}
#case .case_list > li .img_list li{
	max-width: 360px;
	width: 32.73%;
	margin-right: 0.905%;
}
#case .case_list > li .img_list li:nth-child(3n){
	margin-right: 0;
}

#case .case_list .med_flt{
	overflow: hidden;
}
#case .case_list > li .med_flt .img_l {
	text-align: center;
	float: left;
	margin-right: 4%;
	margin-bottom: .5em;
	max-width: 600px;
	width: 55%;
}
#case .case_list > li .med_flt .img_l .before_after{
	display: flex;
	justify-content: space-between;
	font-size: 115%;
	letter-spacing: 0.1em;
	line-height: 1em;
	color: #fff;
}
#case .case_list > li .med_flt .img_l .before_after dl{
	max-width: 280px;
	width: 46.7%;
}
#case .case_list > li .med_flt .img_l .before_after dl dt{
	padding: 0.5em 0;
	border-radius: 1em;
	margin-bottom: 0.9em;
}
#case .case_list > li .med_flt .img_l .before_after dl:first-child dt{
	background-color: #c4c7ca;
}
#case .case_list > li .med_flt .img_l .before_after dl:last-child dt{
	background-color: #b29f6e;
}
#case .case_list > li .med_flt .img_l .before_after dl dd div {
	margin-top: 1px;
}
#case .case_list > li .med_flt .img_l .before_after .arrow{
	width: 4.34%;
	max-width: 26px;
	display: flex;
	align-items: center;
	padding-top: 2.9em;
}
#case .case_list > li .med_flt .txt_r{
	float: right;
	max-width: 440px;
	width: 41%;
}
#case .case_list > li .med_flt.txt_only .txt_r{
	max-width: 100%;
	width: 100%;
}
#case .case_list > li .med_flt .txt_r li{
	margin-top: 2.6em;
}
#case .case_list > li .med_flt .txt_r li:first-child{
	margin-top: 0;
}
#case .case_list > li .med_flt .txt_r li dt{
	line-height: 1.5em;
	padding: 0.6em 1.3em;
	box-sizing: border-box;
	background-color: #fff;
	color: #231815;
}
#case .case_list > li .med_flt .txt_r li dd{
	padding: 1em 1.3em 0;
	box-sizing: border-box;
	color: #7a797d;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
#case .case_list li .open_btn{
	font-size: 170%;
}
#case .case_list li .box{
	padding: 4% 0;
}
#case .case_list > li .img_list{
	margin-bottom: 4%;
}
#case .case_list > li .med_flt .txt_r li{
	margin-top: 2em;
}
#case .case_list > li .med_flt .txt_r li dt{
	padding: 0.6em 1em;
}
#case .case_list > li .med_flt .txt_r li dd{
	padding: 0.9em 1em 0;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#case h2 {
	margin-bottom: 1.0em;
}
#case .case_list li .open_btn{
	font-size: 140%;
}
#case .case_list li .box{
	padding: 7% 0;
}
#case .case_list > li .img_list{
	margin-bottom: 6%;
}
#case .case_list > li .img_list li{
	width: 48.5%;
	margin-right: 3%!important;
	margin-top: 3%;
}
#case .case_list > li .img_list li:nth-child(-n + 2){
	margin-top: 0;
}
#case .case_list > li .img_list li:nth-child(2n){
	margin-right: 0!important;
}
#case .case_list > li .med_flt .img_l{
	float: none;
	width: 100%;
	margin: 0 auto 5%;
}
#case .case_list > li .med_flt .img_l .before_after{
	font-size:100%;
}
#case .case_list > li .med_flt .txt_r{
	max-width: 100%;
	width: 100%;
	float:none;
}
#case .case_list > li .med_flt .txt_r li{
	margin-top: 1.6em;
}
#case .case_list > li .med_flt .txt_r li dt{
	padding: 0.6em 0.8em;
}
#case .case_list > li .med_flt .txt_r li dd{
	padding: 0.8em 0.8em 0;
}
}



/*counseling
---------------------------------------------------------*/
#counseling .bg {
	background: url("../images/coun_bg1@2x.jpg") no-repeat center center;
	background-size: cover;
}
#counseling .w1200 {
	text-align: center;
	color: #fff;
}
#counseling h2 {
	margin-bottom: .8em;
}
#counseling h2 span {
	display: block;
	font-size: 135%;
	letter-spacing: .05em;
	line-height: 1.4em;
	margin-top: .1em;
}
#counseling .txt1 {
	margin-bottom: 1.5em;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#counseling .bg {
	background-position: left 70% center;
	position: relative;
}
#counseling .bg::before {
	content: "";
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #b3b3b3;
	opacity: 0.5;
	mix-blend-mode: multiply;
}
#counseling .w1200 {
	position: relative;
	z-index: 1;
}
}



/*type
---------------------------------------------------------*/
#type .type_box {
	padding-bottom: 60px;
	border-bottom: solid 1px #ccc;
	margin-bottom: 60px;
}
#type .type_box:last-of-type {
	padding-bottom: 0;
	border-bottom: none;
}
#type .type_box .flt_box .img_l {
	float: left;
	width: 36%;
	max-width: 430px;
}
#type .type_box .flt_box .txt_r {
	float: right;
	width: 60%;
	max-width: 710px;
}
#type .type_box h4 {
	margin-bottom: .5em;
}
#type .type_box .evaluation {
	background: #b29f6e;
	color: #fff;
	font-size: 105%;
	letter-spacing: .05em;
	line-height: 1.4em;
	padding: .5em 1.5em;
	border-radius: 3.0em;
	display: flex;
    flex-wrap: wrap;
	column-gap: 1.0em;
	margin-bottom: 1.0em;
}

#type .type_box .sub_box {
	border: solid 1px #b29f6e;
	padding: 45px 0;
	display: flex;
    justify-content: space-between;
    align-items: center;
	margin-bottom: 30px;
}
#type .type_box .sub_box .box_l {
	width: 22%;
	box-sizing: border-box;
	padding: 0 2%;
	text-align: center;
}
#type .type_box .sub_box .box_r {
	width: 78%;
	box-sizing: border-box;
	padding: 0 3%;
	border-left: solid 1px #b29f6e;
}
#type .type_box .sub_box .box_l .ft_cinzel {
	font-size: 80%;
	letter-spacing: .1em;
	line-height: 1.2em;
}
#type .type_box .sub_box .box_l .ft_min {
	font-size: 130%;
	letter-spacing: normal;
	line-height: 1.4em;
}
#type .type_box .sub_box .box_r dt {
	font-size: 115%;
	font-weight: bold;
	letter-spacing: .1em;
	line-height: 1.5em;
	margin-bottom: .4em;
}

#type .merit_demerit {
	display: flex;
    justify-content: space-between;
}
#type .merit_demerit > dl {
	width: 49%;
	max-width: 590px;
}
#type .merit_style,
#type .demerit_style {
	box-sizing: border-box;
	padding: 30px 3%;
}
#type .merit_style > dt,
#type .demerit_style > dt {
	text-align: center;
	color: #d5969a;
	font-size: 125%;
	letter-spacing: .05em;
	line-height: 1.4em;
	padding-bottom: .5em;
	border-bottom: solid 1px #d5969a;
	margin-bottom: 1.5em;
}
#type .merit_list > li,
#type .demerit_list > li {
	padding-left: 1.8em;
	position: relative;
	margin-top: .2em;
}
#type .merit_list > li::before,
#type .demerit_list > li::before {
	font-family: 'fontello';
	content: '\e802';
	color: #d5969a;
	font-size: 120%;
	font-weight: normal;
	position: absolute;
	left: 0;
	top: 0;
}
#type .merit_style {
	background: #faf3f3;
}
#type .demerit_style {
	background: #f3f4f5;
}
#type .demerit_style > dt {
	color: #95a3a9;
	border-color: #95a3a9;
}
#type .demerit_list > li::before {
	content: '\e803';
	color: #95a3a9;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
#type .type_box {
	padding-bottom: 6%;
	margin-bottom: 6%;
}
#type .type_box .evaluation {
	font-size: 100%;
	letter-spacing: normal;
	padding: .5em 1.2em;
	column-gap: .6em;
}
#type .type_box .sub_box {
	padding: 4% 0;
	margin-bottom: 3%;
}
#type .type_box .sub_box .box_l {
	width: 25%;
}
#type .type_box .sub_box .box_r {
	width: 75%;
}
#type .type_box .sub_box .box_r dt {
	margin-bottom: .2em;
}
#type .type_box .sub_box .box_r dd {
	font-size: 90%;
	line-height: 1.8em;
}

#type .merit_style,
#type .demerit_style {
	padding: 3% 3%;
}
#type .merit_style > dt,
#type .demerit_style > dt {
	font-size: 130%;
	letter-spacing: normal;
	margin-bottom: 1.0em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#type .type_box {
	padding-bottom: 10%;
	margin-bottom: 10%;
}
#type .type_box .flt_box .img_l {
	float: none;
	width: 80%;
	max-width: 100%;
	margin: 0 auto 1.0em;
}
#type .type_box .flt_box .txt_r {
	float: none;
	width: 100%;
	max-width: 100%;
}
#type .type_box h4 {
	text-align: center;
	margin-bottom: .5em;
}
#type .type_box .evaluation {
	font-size: 105%;
	letter-spacing: .05em;
	line-height: 1.4em;
	padding: .5em 1.5em;
	border-radius: .5em;
    justify-content: center;
	column-gap: 1.0em;
	box-sizing: border-box;
	width: 80%;
	margin: 0 auto 1.0em;
}

#type .type_box .sub_box {
	padding: 0 6%;
	display: block;
	margin-bottom: 4%;
}
#type .type_box .sub_box .box_l {
	width: 100%;
	padding: 1.0em 0 .8em;
}
#type .type_box .sub_box .box_r {
	width: 100%;
	padding: 1.2em 0 1.5em;
	border-left: none;
	border-top: solid 1px #b29f6e;
}
#type .type_box .sub_box .box_r dt {
	font-size: 110%;
	letter-spacing: .05em;
	margin-bottom: .4em;
}

#type .merit_demerit {
	display: block;
}
#type .merit_demerit > dl {
	width: 100%;
	max-width: 100%;
	margin-bottom: 3%;
}
#type .merit_demerit > dl:last-child {
	margin-bottom: 0;
}
#type .merit_style,
#type .demerit_style {
	padding: 1.0em 6%;
}
#type .merit_style > dt,
#type .demerit_style > dt {
	margin-bottom: 1.0em;
}
}



/*flow
---------------------------------------------------------*/
#flow .bg {
	background: #f0f0ed;
}
#flow .com_index1 {
	position: relative;
	z-index: 1;
	margin-bottom: 100px;
}
#flow .com_index1 h2 {
	position: relative;
}
#flow .com_index1 h2::before {
	content: "";
	position: absolute;
	z-index: -1;
	width: 100vw;
	height: 50%;
	background: #fff;
	left: 50%;
	top: -1px;
	transform: translateX(-50%);
}

#flow .flow_list > li {
	margin-bottom: 30px;
}
#flow .flow_list .flex_box {
	display: flex;
    justify-content: space-between;
	flex-direction: row-reverse;
}
#flow .flow_list .flex_box .img_r {
	width: 37%;
	max-width: 440px;
	padding-bottom: 70px;
}
#flow .flow_list .flex_box .txt_l {
	width: 60%;
	max-width: 680px;
	text-align: center;
	position: relative;
	padding-bottom: 4.0em;
}
#flow .flow_list > li:last-child .txt_l {
	padding-bottom: 0;
}
#flow .flow_list .flex_box .txt_l::before {
	content: "";	/*罫線*/
	position: absolute;
	z-index: 0;
	width: 1px;
	height: 0%;
	left: 50%;
	top: 0;
	background: #b29f6e;
	transition: all 1.0s ease-out;
}
#flow .flow_list .anime_on .flex_box .txt_l::before {
	height: 100%;
}
#flow .flow_list > li:last-child {
	margin-bottom: 0;
}
#flow .flow_list > li:last-child .img_r {
	padding-bottom: 0;
}
#flow .flow_list > li:last-child .txt_l::before {
	display: none;
}
#flow .flow_list .flex_box .txt_l .in_box {
	position: relative;
	z-index: 1;
	background: #f0f0ed;
	padding-bottom: 1.0em;
}
#flow .flow_list h3 {
	margin-bottom: .2em;
}
#flow .flow_list h3::before {
	content: "01";
	display: block;
	font-family: "Cinzel", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	color: #b29f6e;
	font-size: 150%;
	letter-spacing: .1em;
	line-height: 1.0em;
	margin-bottom: .2em;
}
#flow .flow_list .meyasu {
	display: inline-block;
	vertical-align: middle;
	background: #fff;
	font-weight: bold;
	letter-spacing: .1em;
	line-height: 1.4em;
	padding: .3em 2.0em;
	border-radius: 1.5em;
	margin: .5em 0 1.0em;
}
#flow .flow_list .txt {
	text-align: left;
}

#flow .flow_list > li:nth-child(2) h3::before {content: "02";}
#flow .flow_list > li:nth-child(3) h3::before {content: "03";}
#flow .flow_list > li:nth-child(4) h3::before {content: "04";}
#flow .flow_list > li:nth-child(5) h3::before {content: "05";}
#flow .flow_list > li:nth-child(6) h3::before {content: "06";}
#flow .flow_list > li:nth-child(7) h3::before {content: "07";}
#flow .flow_list > li:nth-child(8) h3::before {content: "08";}
#flow .flow_list > li:nth-child(9) h3::before {content: "09";}
#flow .flow_list > li:nth-child(10) h3::before {content: "10";}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
#flow .com_index1 {
	margin-bottom: 8%;
}
#flow .flow_list > li {
	margin-bottom: 2%;
}
#flow .flow_list .flex_box .img_r {
	padding-bottom: 6%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#flow .com_index1 {
	margin-bottom: 12%;
}

#flow .flow_list > li {
	margin-bottom: 6%;
}
#flow .flow_list .flex_box {
	display: block;
}
#flow .flow_list .flex_box .img_r {
	width: 70%;
	max-width: 100%;
	margin: 0 auto 1.0em;
	padding-bottom: 0;
}
#flow .flow_list .flex_box .txt_l {
	width: 100%;
	max-width: 100%;
	padding-bottom: 3.0em;
}
#flow .flow_list h3::before {
	font-size: 140%;
	margin-bottom: .1em;
}
}



/*price
---------------------------------------------------------*/
#price .flex_box {
	display: flex;
    justify-content: space-between;
}
#price .flex_box > div {
	width: 48.5%;
	max-width: 580px;
}
#price .price_box {
	background: #f0f0ed;
	padding: 50px 3%;
	margin-bottom: 30px;
}
#price .price_box:last-child {
	margin-bottom: 0;
}
#price .price_box h3 {
	text-align: center;
	font-size: 130%;
	letter-spacing: .15em;
	line-height: 1.4em;
	margin-bottom: 1.6em;
}
#price .price_box dl {
	display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
	margin-top: 1.2em;
}
#price .price_box dl dt {
	background: #b29f6e;
	text-align: center;
	color: #fff;
	letter-spacing: .1em;
	line-height: 1.2em;
	padding: .2em .8em;
	border-radius: 3.0em;
	min-width: 8em;
	margin: .2em 1.0em;
}
#price .price_box dl dd .ft_cinzel {
	color: #8f6f39;
	font-size: 205%;
	letter-spacing: .1em;
	line-height: 1.0em;
}
#price .price_box dl dd .ft_cinzel span {
	font-size: 60%;
	letter-spacing: .1em;
	line-height: 1.0em;
}
#price .price_box dl dd .tax {
	color: #b29f6e;
	line-height: 1.4em;
}
#price .price_box dl dd .memo {
	color: #999999;
	line-height: 1.4em;
}

#price .card_list {
	width: 70%;
	max-width: 807px;
	margin: 40px auto 40px;
	display: flex;
    justify-content: space-between;
}
#price .card_list li {
	width: 18%;
	max-width: 145px;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
#price .price_box {
	padding: 8% 3%;
	margin-bottom: 6%;
}
#price .price_box h3 {
	letter-spacing: .05em;
	margin-bottom: 1.0em;
}
#price .price_box dl dt {
	font-size: 90%;
	letter-spacing: .05em;
}
#price .price_box dl dd .ft_cinzel {
	letter-spacing: .05em;
}
#price .price_box dl dd .ft_cinzel span {
	letter-spacing: .05em;
}
#price .price_box dl dd .tax,
#price .price_box dl dd .memo {
	font-size: 90%;
}

#price .card_list {
	width: 80%;
	margin: 3% auto 3%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#price .flex_box {
	display: block;
}
#price .flex_box > div {
	width: 100%;
	max-width: 100%;
	margin-bottom: 4%;
}
#price .price_box {
	padding: 6% 2%;
	margin-bottom: 4% !important;
}
#price .price_box h3 {
	font-size: 130%;
	letter-spacing: .05em;
	margin-bottom: .5em;
}
#price .price_box dl {
	margin-top: 1.0em;
}
#price .price_box dl dt {
	font-size: 95%;
	letter-spacing: .05em;
	padding: .2em .5em;
	min-width: 8em;
	margin: .2em 1.0em;
}
#price .price_box dl dd .ft_cinzel {
	letter-spacing: .05em;
}
#price .price_box dl dd .ft_cinzel span {
	letter-spacing: .05em;
}
#price .price_box dl dd .tax {
	font-size: 90%;
}
#price .price_box dl dd .memo {
	font-size: 90%;
}

#price .card_list {
	width: 100%;
	max-width: 100%;
	margin: 6% auto 6%;
}
#price .card_list li {
	width: 19%;
	max-width: 100%;
}
}



/*dr
---------------------------------------------------------*/
#dr .bg {
	background: #f7f9fc;
}
#dr .max_1500 {
	position: relative;
	z-index: 1;
}
#dr .max_1500::before {
	content: "";
	position: absolute;
	width: 100vw;
	height: 16vw;
	max-height: 220px;
	background: #fff;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
}
#dr .com_large_en {
	text-align: center;
	position: relative;
	z-index: 1;
	margin-bottom: .2em;
}
#dr .img_box {
	position: absolute;
	z-index: 0;
	right: 0;
	top: 80px;
	width: 58%;
	max-width: 867px;
}
#dr .message {
	position: relative;
	z-index: 1;
}

#dr .img_box .name_nintei {
	display: flex;
    justify-content: center;
    align-items: flex-end;
	position: absolute;
	z-index: 1;
	left: 35%;
	bottom: 0;
	transform: translateY(75%);
	font-size: min(105%,1.6vw);
	letter-spacing: .05em;
	line-height: 1.2em;
	white-space: nowrap;
}
#dr .img_box .name_nintei dl {
	margin-right: 1.2em;
	padding-bottom: 3%;
}
#dr .img_box .name_nintei dd {
	font-size: 200%;
	letter-spacing: .05em;
	line-height: 1.2em;
	margin-top: .3em;
}
#dr .img_box .name_nintei dd.ft_cinzel {
	font-size: 100%;
	letter-spacing: .1em;
	line-height: 1.2em;
	margin-top: .5em;
}
#dr .img_box .name_nintei > div {
	width: 20vw;
	max-width: 293px;
}

#dr .message dt {
	margin-bottom: 1.0em;
}
#dr .message dt span {
	font-size: 145%;
	letter-spacing: .05em;
	line-height: 1.4em;
}
#dr .message dd {
	width: 57%;
	max-width: 680px;
}

#dr .profile {
	display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
#dr .profile .box_l {
	width: 61%;
	max-width: 710px;
}
#dr .profile .box_r {
	width: 36%;
	max-width: 430px;
}
#dr .prof_style1 > dt {
	border-top: solid 1px #b29f6e;
	border-bottom: solid 1px #b29f6e;
	font-size: 125%;
	letter-spacing: .15em;
	line-height: 1.4em;
	padding: .8em 1.0em;
	margin-bottom: 1.2em;
}
#dr .prof_style1 > dd {
	padding: 0 1.2em;
}
#dr .prof_list1 {
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#dr .prof_list1 dt {
	width: 100px;
}
#dr .prof_list1 dd {
	width: calc(100% - 100px);
}
#dr .prof_list2 > li {
	box-sizing: border-box;
	padding-left: 1.0em;
	position: relative;
}
#dr .prof_list2 > li::before {
	content: "";
	position: absolute;
	width: .6em;
	height: .6em;
	background: #b29f6e;
	opacity: 0.5;
	border-radius: 50%;
	left: 0;
	top: .6em;
}
#dr .prof_list1 dt,
#dr .prof_list1 dd,
#dr .prof_list2 > li {
	margin-top: .2em;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
#dr .com_large_en {
	margin-bottom: .5em;
}
#dr .img_box {
	top: 10vw;
}
#dr .img_box .name_nintei {
	display: block;
	position: static;
	transform: none;
	margin-top: 6%;
	padding-left: 20%;
	text-align: center;
	font-size: 100%;
}
#dr .img_box .name_nintei dl {
	margin-right: 0;
	padding-bottom: 0;
}
#dr .img_box .name_nintei > div {
	width: 30vw;
	margin: 0 auto;
}

#dr .prof_style1 > dt {
	letter-spacing: .05em;
	padding: .5em 1.0em;
	margin-bottom: 1.0em;
}
#dr .prof_style1 > dd {
	padding: 0;
}
#dr .prof_list1 dt {
	width: 80px;
}
#dr .prof_list1 dd {
	width: calc(100% - 80px);
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#dr .max_1500::before {
	height: 25vw;
	max-height: 100%;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
}
#dr .com_large_en {
	letter-spacing: .1em;
	margin-bottom: 0;
}
#dr .img_box {
	position: relative;
	z-index: 0;
	right: auto;
	top: auto;
	width: 110%;
	max-width: 110%;
	padding-bottom: 25%;
	margin-top: -5vw;
	margin-left: -5%;
	margin-bottom: 5%;
}

#dr .img_box .photo {
	width: 85%;
	margin-left: auto;
	margin-right: 0;
}
#dr .img_box .name_nintei {
	display: block;
	left: 5%;
	bottom: 0;
	transform: none;
	font-size: 90%;
}
#dr .img_box .name_nintei dl {
	padding-bottom: .2em;
}
#dr .img_box .name_nintei > div {
	width: 45vw;
	max-width: 100%;
	transform: translateX(-7%);
}

#dr .message dt {
	margin-bottom: .6em;
}
#dr .message dt span {
	font-size: 130%;
	letter-spacing: normal;
	line-height: 1.4em;
}
#dr .message dd {
	width: 100%;
	max-width: 100%;
}

#dr .profile {
	display: block;
}
#dr .profile .box_l {
	width: 100%;
	max-width: 100%;
	margin-bottom: 8%;
}
#dr .profile .box_r {
	width: 100%;
	max-width: 100%;
}
#dr .prof_style1 > dt {
	font-size: 110%;
	letter-spacing: .1em;
	padding: .5em 1.0em;
	margin-bottom: .8em;
}
#dr .prof_style1 > dd {
	padding: 0;
}
#dr .prof_list1 dt {
	width: 22%;
}
#dr .prof_list1 dd {
	width: 78%;
}
}



/*
---------------------------------------------------------*/

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
}