@charset "UTF-8";
/* CSS Document */

/*mv*/
#mv .box {
	width: 100%;
	height: 660px;
	background-image: url("../../../images/mv_img.webp"),url("../../../images/mv_bg.webp");
	background-size: 840px 660px,cover;
	background-position: top left calc(50% + 420px),top center;
	background-repeat: no-repeat,no-repeat;
}

#mv .box > div {
	width: 1280px;
	height: 660px;
	margin: 0 auto;
	position: relative;
}

#mv .box > div p.t01 {
	font-size: 24px;
	font-weight: 700;
	position: absolute;
	left: 85px;
	top: 90px;
}

#mv .box > div p.t02 {
	font-size: 61px;
	font-weight: 700;
	line-height: 1.6em;
	position: absolute;
	left: 85px;
	top: 160px;
}

#mv .box > div p.t02 span.txt01 {
	font-size: 108px;
	color: #ffc000;
}

#mv .box > div p.t02 span.txt02 {
	font-size: 74px;
}

#mv .box > div > div {
	position: absolute;
	left: 85px;
	top: 407px;
}

#mv > p {
	font-size: 14px;
	width: 1200px;
	margin: 0 auto;
	text-align: right;
	padding-top: 5px;
}

#mv > p span {
	padding-left: 1em;
	position: relative;
}

#mv > p span::before {
	content: "※";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

#mv > ul {
	width: 1140px;
	margin: 0 auto;
	padding: 35px 0 60px;
	display: flex;
	justify-content: space-between;
}

#mv > ul a {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 36px;
	color: #161316;
	width: 540px;
	height: 180px;
	border-radius: 20px;
	text-decoration: none;
	line-height: 1.3em;
	position: relative;
}

#mv > ul a:hover {
	opacity: .8;
}

#mv > ul a > span {
	font-size: 36px;
	font-weight: 700;
}

#mv > ul a > span > span {
	font-size: 48px;
}

#mv > ul li:first-child a {
	background-color: #dce8f7;
}

#mv > ul li:first-child a::before {
	content: "";
	width: 67px;
	height: 67px;
	background-image: url("../../images/ico_man.webp");
	position: absolute;
	left: 56px;
	top: 50%;
	transform: translateY(-50%);
}

#mv > ul li:nth-child(2) a {
	background-color: #fde4ea;
}

#mv > ul li:nth-child(2) a::before {
	content: "";
	width: 67px;
	height: 67px;
	background-image: url("../../images/ico_women.webp");
	position: absolute;
	left: 56px;
	top: 50%;
	transform: translateY(-50%);
}

#mv > ul li:nth-child(2) a span {
	color: #f17190;
}

#mv > ul a::after {
	content: ">";
	font-size: 24px;
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%) scale(0.6,1);
}


/*REASON*/
#reason_cont {
	padding: 110px 0 70px;
}


/*CLINIC*/
#clinic {
	padding: 100px 0;
}

#clinic table {
	width: 1200px;
	margin: 80px auto 50px;
}

#clinic table td {
	background-color: #fcfcfc;
	padding: 20px 30px;
	line-height: 1.8em;
	border: 1px solid #414141;
}

#clinic table td:first-child {
	width: 310px;
}

#clinic table td a {
	color: #252525;
}

#clinic .box {
	width: 1096px;
	margin: 0 auto;
	border: 1px solid #666666;
	padding: 70px 48px 60px 54px;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
}

#clinic .box div:nth-child(2) {
	width: 431px;
	padding: 0 0 0 45px;
}

#clinic .box div:nth-child(2) p.t01 {
	font-size: 18px;
	padding-bottom: 15px;
	line-height: 1em;
	font-weight: 500;
}

#clinic .box div:nth-child(2) p.t02 {
	font-size: 32px;
	padding-bottom: 20px;
	line-height: 1em;
	font-weight: 500;
}

#clinic .box div:nth-child(2) dl {
	padding-top: 20px;
	display: flex;
	flex-wrap: wrap;
}

#clinic .box div:nth-child(2) dl dt {
	width: 110px;
	line-height: 1.8em;
}

#clinic .box div:nth-child(2) dl dd {
	width: calc(100% - 110px);
	line-height: 1.8em;
}

#clinic .box p.btn01 {
	width: 100%;
	padding-top: 50px;
}


/*access*/
#access {
	padding: 100px 0 130px;
}

#access p.t01 {
	padding: 60px 0 50px;
	font-size: 20px;
	font-weight: 500;
	text-align: center;
}

#access ul {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

#access ul li p {
	padding-top: 10px;
}


/*NEWS*/
#news {
	padding: 100px 0 65px;
	background-color: #f8f8f8;
}

#news ul {
	width: 1140px;
	margin: 0 auto;
	padding-top: 70px;
	border-bottom: 1px solid #262627;
}

#news ul li {
	border-top: 1px solid #262627;
	padding: 20px 10px;
}

#news ul li span {
	background-color: #69b1ba;
	color: #fff;
	line-height: 28px;
	padding: 0 8px;
	margin-left: 15px;
}

#news ul li a {
	margin-left: 15px;
	color: #252525;
	text-decoration: none;
}

#news ul li a:hover {
	text-decoration: underline;
}

#news p.more {
	padding-top: 75px;
	text-align: center;
	font-weight: 500;
}

#news p.more a {
	color: #333;
}


/*top_txt*/
#top_txt {
	width: 1200px;
	margin: 0 auto;
	padding: 40px 0 60px;
}