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

/*mv*/
#mv > div:first-of-type {
	display: none;
}

#mv > div:nth-of-type(2) {
	display: none;
}


/*mens_top*/
#mens_top {
	padding: 0 0 60px;
}

#mens_top > ul:first-of-type {
	padding: 40px 5.33%;
}

#mens_top > ul:first-of-type li {
	padding-bottom: 30px;
}

#mens_top > ul:first-of-type li:last-child {
	padding-bottom: 0;
}

#mens_top > ul:first-of-type li a {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px 0 10px 10vw;
	background-color: #e1e1e1;
	border-radius: 20px;
	font-size:min(5vw,40px);
	color: #282828;
	text-decoration: none;
	font-family: 'Noto Serif JP', sans-serif;
	position: relative;
}

#mens_top > ul:first-of-type li:last-child a {
	background-color: #d07184;
	color: #fff;
}

#mens_top > ul:first-of-type li a span {
	font-size:min(4.6vw,36px);
}

#mens_top > ul:first-of-type li:first-child a::before {
	content: "";
	width: 9vw;
	height: 9vw;
	background-image: url("../../../images/btn_aga.webp");
	background-size: cover;
	position: absolute;
	left: 5%;
	top: 50%;
	transform: translateY(-50%);
}

#mens_top > ul:first-of-type li:nth-child(2) a::before {
	content: "";
	width: 9vw;
	height: 9vw;
	background-image: url("../../../images/btn_wakaba.webp");
	background-size: cover;
	position: absolute;
	left: 5%;
	top: 50%;
	transform: translateY(-50%);
}

#mens_top > ul:first-of-type li:last-child a::before {
	content: "";
	width: 17vw;
	height: 17vw;
	background-image: url("../../../images/btn_woman.webp");
	background-size: cover;
	position: absolute;
	left: 1%;
	top: 50%;
	transform: translateY(-50%);
}

#mens_top > div {
	border-top: 3px solid #efeff1;
	padding: 40px 5.33% 35px;
}

#mens_top > div p:first-child {
	padding-bottom: 20px;
	font-size:min(8.2vw,76px);
}

#mens_top > ul:last-of-type li {
	padding-bottom: 30px;
}

#mens_top > ul:last-of-type li:last-child {
	padding-bottom: 0;
}


/*特徴とこだわり*/
#features {
	padding: 60px 5.33% 80px;
	background-color: #fbfbfb;
}

#features > ul {
	padding: 40px 0 80px;
}

#features > ul li {
	width: 100%;
	margin-bottom: 15px;
	background-color: #fff;
	display: flex;
	align-items: center;
}

#features > ul li > span:first-child {
	width: 65px;
	padding: 10px 0;
	background-color: #9b8216;
	display: flex;
	flex-direction: column;
	color: #eef4fb;
	font-size:min(5.8vw,48px);
	line-height: 1em;
	text-align: center;
}

#features > ul li > span:first-child span {
	font-size: 10px;
	line-height: 1.5em;
}

#features > ul li > span:last-child {
	width: calc(100% - 65px);
	text-align: center;
	font-size:min(5vw,40px);
	font-weight: 500;
}

#features > div:first-of-type {
	padding-top: 40px;
}

#features > div > div {
	padding-bottom: 30px;
}

#features > div:last-of-type > div:last-of-type {
	padding-bottom: 60px;
}

#features > div > div h3 {
	display: inline-block;
	font-size: min(5vw,40px);
	color: #fff;
	font-weight: 500;
	background-color: #555555;
	margin-bottom: 20px;
	padding: 0 5px;
}


/*3つの安心でお得な制度*/
#anshin {
	padding: 60px 5.33% 80px;
}

#anshin > p {
	font-size:min(4.6vw,36px);
	color: #9b8216;
	text-align: center;
	font-family: 'Noto Serif JP', sans-serif;
	line-height: 1em;
}

#anshin h2 {
	text-align: center;
	font-size:min(7.8vw,72px);
	font-family: 'Noto Serif JP', sans-serif;
}

#anshin h2 > span {
	padding-left: 1em;
	position: relative;
}

#anshin h2 > span::before {
	content: "";
	width: 8.5vw;
	height: 8.5vw;
	background-image: url("../../images/anshin_ico.webp");
	background-size: cover;
	position: absolute;
	left: -.3em;
	top: 50%;
	transform: translateY(-50%);
}

#anshin h2 > span span.txt01 {
	font-size:min(10vw,100px);
}

#anshin h2 > span span.txt02 {
	font-size:min(5.8vw,56px);
}

#anshin ul.t01 {
	padding: 25px 0 10px;
}

#anshin ul.t01 li {
	padding: 15px 0;
	border-bottom: 1px dotted #252525;
}

#anshin ul.t01 li p {
	line-height: 1.5em;
}

#anshin ul.t01 li p:first-child {
	font-size:min(5.2vw,42px);
	font-weight: 500;
}

#anshin ul.t01 li p:last-child {
	padding-top: 10px;
	font-size:min(6vw,60px);
	color: #9b8216;
	font-weight: 500;
	text-align: right;
}

#anshin ul.t01 li p:last-child span {
	font-size:min(10.4vw,104px);
}

#anshin ul.t02 {
	padding-bottom: 60px;
}

#anshin ul.t02 li {
	line-height: 1.8em;
	padding-left: 1em;
	position: relative;
}

#anshin ul.t02 li::before {
	content: "※";
	position: absolute;
	left: 0;
	top: 0;
}


/*治療内容*/
#menu {
	padding: 60px 5.33% 100px;
	background-color: #fbfbfb;
}

#menu .box01 {
	padding: 40px 0 0;
}

#menu .box01 .box {
	padding-bottom: 60px;
	margin-bottom: 95px;
	border: 1px solid #000;
	background-color: #fff;
	position: relative;
}

#menu .box01 .box:last-of-type {
	margin-bottom: 0;
}

#menu .box01 .box h3 {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 90px;
	padding-left: 5%;
	border-bottom: 1px solid #000;
	font-size:min(5.4vw,44px);
	font-weight: 500;
	position: relative;
}

#menu .box01 .box:first-child h3::before {
	content: "";
	width: 17vw;
	height: 17vw;
	background-image: url("../../../images/mens/images/menu_ico01.webp");
	background-size: cover;
	position: absolute;
	left: 5%;
	top: 50%;
	transform: translateY(-50%);
}

#menu .box01 .box:nth-child(2) h3::before {
	content: "";
	width: 17vw;
	height: 17vw;
	background-image: url("../../../images/mens/images/menu_ico02.webp");
	background-size: cover;
	position: absolute;
	left: 5%;
	top: 50%;
	transform: translateY(-50%);
}

#menu .box01 .box:nth-child(3) h3::before {
	content: "";
	width: 17vw;
	height: 17vw;
	background-image: url("../../../images/mens/images/menu_ico03.webp");
	background-size: cover;
	position: absolute;
	left: 5%;
	top: 50%;
	transform: translateY(-50%);
}

#menu .box01 .box div {
	text-align: center;
	padding: 25px 20px 0;
}

#menu .box01 .box p.t01 {
	padding: 15px 0;
	font-size:min(4.6vw,36px);
	font-weight: 500;
	color: #9b8216;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

#menu .box01 .box p.t02 {
	padding: 0 20px 20px;
	font-size:min(3.6vw,30px);
	line-height: 2em;
	border-bottom: 1px solid #000;
}

#menu .box01 .box p.t03 {
	padding: 20px 20px 20px;
	font-size:min(3.6vw,30px);
	line-height: 2em;
	border-bottom: 1px solid #000;
}

#menu .box01 .box p.t04 {
	padding: 20px 20px 0;
	font-size:min(3.6vw,30px);
	line-height: 2em;
}

#menu .box01 .box .btn01 {
	width: 100%;
	position: absolute;
	left: 50%;
	bottom: -25px;
	transform: translateX(-50%);
}


/*症例写真*/
#case {
	padding: 60px 5.33% 80px;
}

#case .box01 {
	padding: 40px 0 30px;
}

#case .box01 > div {
	padding-bottom: 40px;
}

#case .box01 > div:last-child {
	padding-bottom: 0;
}

#case .box01 > div ul {
	padding: 20px 0 0;
}

#case .box01 > div ul li {
	line-height: 1.8em;
}

#case .box02 p {
	font-size:min(3.4vw,28px);
	font-weight: 500;
}

#case .box02 dt {
	font-size:min(3vw,24px);
	font-weight: 500;
	line-height: 1.8em;
}

#case .box02 dd {
	font-size:min(3vw,24px);
	line-height: 1.8em;
	padding-left: 1em;
}


/*about*/
#about {
	padding: 60px 5.33% 80px;
}

#about .box01 {
	padding: 40px 0 60px;
}

#about .box01 div:first-of-type p.t01 {
	padding-bottom: 20px;
	font-size:min(6vw,60px);
	font-family: 'Noto Serif JP', sans-serif;
	font-weight: 600;
}

#about .box01 div:nth-of-type(2) {
	padding-top: 30px;
	text-align: center;
}

#about .box02 > div:first-of-type {
	padding-bottom: 60px;
}

#about .box02 > div p.t01 {
	padding-bottom: 20px;
	font-size:min(6vw,60px);
	font-family: 'Noto Serif JP', sans-serif;
	font-weight: 600;
}

#about .box02 > div div {
	text-align: center;
	padding: 35px 0 0;
}

#about p.t01 span.txt01 {
	color: #9b8216;
}

#about p.t01 span.txt02 {
	font-size:min(5.8vw,48px);
}

#about p.t01 span.txt03 {
	font-size:min(5.8vw,56px);
}

#about p.t01 span.txt04 {
	font-size:min(8.2vw,76px);
}


/*check*/
#check {
	padding: 60px 5.33% 80px;
	background-color: #fbfbfb;
}

#check p.t01 {
	padding: 40px 0 50px;
}

#check ul {
	padding-bottom: 60px;
}

#check ul li {
	padding-left: 1.2em;
	color: #242424;
	line-height: 1.8em;
	margin-bottom: .5em;
	position: relative;
}

#check ul li:last-child {
	margin-bottom: 0;
}

#check ul li::before {
	content: "□";
	position: absolute;
	left: 0;
	top: 0;
}

#check p.t02 {
	background-color: #f4d645;
	border-radius: 20px;
	display: flex;
	align-items: center;
	padding: 15px 30vw 15px 15px;
	font-size:min(5.8vw,48px);
	color: #242424;
	letter-spacing: -10%;
	position: relative;
}

#check p.t02::after {
	content: "";
	width: 38vw;
	height: 38vw;
	background-image: url("../../images/chui_ico.webp");
	background-size: cover;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}


/*cause*/
#cause {
	padding: 60px 5.33% 80px;
}

#cause .box {
	padding: 40px 0 60px;
}

#cause .box div:first-of-type p.t01 {
	padding-bottom: 20px;
	font-size:min(6vw,60px);
	font-family: 'Noto Serif JP', sans-serif;
	font-weight: 600;
	color: #9b8216;
}

#cause .box div:last-of-type {
	padding-top: 30px;
	text-align: center;
}


/*aga_features*/
#aga_features {
	padding: 60px 5.33% 80px;
	background-color: #fbfbfb;
}

#aga_features .box {
	padding: 40px 0 60px;
}

#aga_features .box div:first-of-type p.t01 {
	padding-bottom: 20px;
	font-size:min(6vw,60px);
	font-family: 'Noto Serif JP', sans-serif;
	font-weight: 600;
	color: #9b8216;
}

#aga_features .box div:last-of-type {
	padding-top: 30px;
	text-align: center;
}


/*料金表*/
#price_info {
	padding:60px 5.33% 80px;
}

#price_info h2 {
	margin-bottom: 40px;
}

#price_info .box {
	padding: 40px 0 60px;
}

#price_info .box div {
	padding-bottom: 30px;
}

#price_info .box div:last-of-type {
	padding-bottom: 0;
}

#price_info .box div h3 {
	display: inline-block;
	font-size: min(5vw,40px);
	color: #fff;
	font-weight: 500;
	background-color: #aa964c;
	margin-bottom: 20px;
	padding: 0 5px;
}