@charset "UTF-8";

/*--------------------------------------------------------------
# CSSリセット
--------------------------------------------------------------*/

*,
*::before,
*::after {
	box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
dl,
dt,
dd {
	margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	font-size: inherit;
}

ol,
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

dt,
dd {
	font-weight: normal;
}

button {
	display: block;
	width: 100%;
	padding: 0;
	color: inherit;
	font: inherit;
	text-align: inherit;
	background: none;
	border: none;
	cursor: pointer;
	appearance: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*--------------------------------------------------------------
# ベーススタイル
--------------------------------------------------------------*/

body {
	color: #333;
	font-size: 32px;
	font-family: "Noto Sans JP", sans-serif;
	line-height: 2;
	word-break: break-word;
	overflow-wrap: break-word;
	background: #ddd;
}

img {
	display: block;
	max-width: 100%;
}

a {
	color: inherit;
	text-decoration: none;
}

table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

th,
td {
	vertical-align: middle;
}

.wrap {
	position: relative;
	max-width: 780px;
	margin: 0 auto;
	background: #fff;
	overflow: hidden;
}

.inner {
	padding: 0 60px;
	position: relative;
}

/*--------------------------------------------------------------
# 共通クラス
--------------------------------------------------------------*/

.section-ttl {
	color: #7c6031;
	display: flex;
	flex-flow: column;
	align-items: center;
}

.section-ttl span:first-child {
	font-family: Spectral, serif;
	font-size: 88px;
	line-height: 1.1;
	font-weight: 500;
	width: 100%;
	display: flex;
	align-items: center;
	gap: 20px;
}

.section-ttl span:first-child::before,
.section-ttl span:first-child::after {
	content: "";
	flex: 1;
	height: 1px;
	background: currentcolor;
}

.section-ttl:last-child {
	line-height: 1.5;
	font-weight: 600;
}

/*--------------------------------------------------------------
# ヘッダー
--------------------------------------------------------------*/

.header__logo {
	position: absolute;
	top: 38px;
	left: 47px;
}

/*--------------------------------------------------------------
# フッター
--------------------------------------------------------------*/

.footer {
	background: #333;
	color: #fff;
	text-align: center;
	padding: 100px 0;
}

.footer__logo {
	margin: 0 auto 60px;
}

.footer__info {
	display: inline-block;
	text-align: left;
	font-size: 24px;
	margin-bottom: 60px;
}

.footer__sns {
	display: flex;
	justify-content: center;
	gap: 20px;
}

.footer__sns li {
	width: 108px;
	height: 108px;
	border: 1px solid #fff;
	border-radius: 50%;
	overflow: hidden;
}

.footer__sns a {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

/*--------------------------------------------------------------
# CVボタン
--------------------------------------------------------------*/

.cv-btn {
	position: fixed;
	bottom: 30px;
	right: 50%;
	margin-right: -360px;
	z-index: 1;
}

/*--------------------------------------------------------------
# コンテンツ
--------------------------------------------------------------*/

.mv {
	padding-top: 205px;
	height: 1343px;
	background: url(../img/mv_bg.png) no-repeat center;
	text-align: center;
	font-weight: 500;
	display: flex;
	flex-flow: column;
	align-items: center;
	line-height: 1.4;
	gap: 16px;
	margin-bottom: 65px;
}

.mv span:first-child {
	font-size: 64px;
}

.campaign {
	padding-bottom: 160px;
}

.campaign__ttl {
	padding: 0 24px;
	margin: 0 -55px 50px;
}

.campaign__list .splide__arrow {
	position: absolute;
	width: 22px;
	height: 60px;
	background: url(../img/campaign_icon.svg) no-repeat center / contain;
	z-index: 1;
	margin-top: -28px;
	top: 50%;
}

.campaign__list .splide__arrow--prev {
	left: -40px;
}

.campaign__list .splide__arrow--next {
	right: -40px;
	transform: rotate(180deg);
}


.campaign__list .splide__arrow svg {
	display: none;
}

.campaign__item {
	position: relative;
	display: flex;
	flex-flow: column;
	padding: 40px 50% 32px 40px;
	height: 420px;
	border: 1px solid #3333331a;
	border-radius: 10px;
	overflow: hidden;
}

.campaign__item-ttl {
	display: flex;
	flex-flow: column;
	align-items: flex-start;
	font-weight: bold;
	line-height: 1.4;
}

.campaign__item-ttl span {
	background: #d9bf9a;
	color: #fff;
	border-radius: 100px;
	padding: 5px 25px;
	font-weight: 600;
	margin-bottom: 15px;
}

.campaign__item-txt {
	font-size: 24px;
	line-height: 1.5;
	margin-top: 10px;
}

.campaign__item-img {
	position: absolute;
	right: 0;
	object-fit: cover;
	top: 0;
	height: 100%;
	width: 56%;
	clip-path: polygon(22% 0, 100% 0, 100% 100%, 0 100%);
}

.campaign__item-menu {
	margin-top: auto;
	font-size: 28px;
	line-height: 1.6;
}

.campaign__item-menu.is-date dd,
.campaign__item-menu.is-time dd {
	padding-left: 45px;
	background-repeat: no-repeat;
	background-position: left;
	background-size: 32px;
}

.campaign__item-menu dt {
	color: #7c6031;
	font-weight: bold;
}

.campaign__item-menu.is-date dd {
	background-image: url(../img/campaign_icon_01.svg);
}

.campaign__item-menu.is-time dd {
	background-image: url(../img/campaign_icon_02.svg);
}

.about {
	padding: 160px 0 90px;
	background: #fbfaf6;
}

.about__ttl {
	margin-bottom: 15px;
}

.about__img {
	margin: 0 -60px 5px;
	max-width: none;
}

.about__txt + .about__txt {
	margin-top: 40px;
}

.recommend {
	background: url(../img/recommend_bg.png) no-repeat center/100% 100%;
	padding: 380px 0 230px;
}

.recommend__ttl {
	margin-bottom: 90px;
}

.recommend__list {
	line-height: 1.6;
	font-weight: 500;
}

.recommend__list li {
	background: url(../img/recommended_icon.svg) no-repeat left top/ 48px;
	padding-left: 60px;
}

.recommend__list li + li {
	margin-top: 30px;
}

.surgery {
	padding: 95px 0 150px;
}

.surgery:nth-child(even) {
	background: #fbfaf6;
}

.surgery__head {
	margin: 0 -60px -40px;
	z-index: 1;
	position: relative;
}

.surgery__img {
	border-radius: 10px;
	margin-bottom: 20px;
}

.surgery__ttl {
	font-size: 48px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 35px;
	line-height: 1.5;
}

.surgery__tag {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
	color: #7c6031;
	font-weight: 600;
	font-size: 24px;
	margin-bottom: 75px;
}

.surgery__tag li {
	border: 2px solid #7c6031;
	border-radius: 100px;
	padding: 0 22px;
}

.surgery__tag li::before {
	content: "#";
}

.surgery__sub-ttl {
	display: flex;
	flex-flow: column;
	align-items: center;
	color: #7c6031;
	margin: 70px 0 40px;
	line-height: 1.6;
}

.surgery__sub-ttl span:first-child {
	font-size: 60px;
	font-family: Spectral, serif;
}

.surgery__sub-ttl span:last-child {
	font-weight: 600;
	font-size: 28px;
}

.surgery__info {
	border: 1px solid #3333331a;
	border-radius: 10px;
	background: #f8f8f8;
	padding: 60px;
	margin-bottom: 70px;
}

.surgery__info-list {
	font-size: 36px;
}

.surgery__info-list dt {
	float: left;
	width: 365px;
	font-weight: 500;
	color: #7c6031;
	padding-left: 90px;
	background-repeat: no-repeat;
	background-position: left;
	background-size: 60px;
}

.surgery__info-list dt.time {
	background-image: url(../img/surgery_icon_01.svg);
}

.surgery__info-list dt.method {
	background-image: url(../img/surgery_icon_02.svg);
}

.surgery__info-list dt.visit {
	background-image: url(../img/surgery_icon_03.svg);
}

.surgery__info-list dt.removal {
	background-image: url(../img/surgery_icon_04.svg);
}

.surgery__info-list dt.downtime {
	background-image: url(../img/surgery_icon_05.svg);
}

.surgery__info-list dd {
	font-weight: 500;
}

.surgery__info-list dd:not(:last-of-type) {
	margin-bottom: 17px;
	padding-bottom: 17px;
	border-bottom: 2px solid #3333331a;
}

.surgery__info-note {
	line-height: 1.5;
	font-size: 24px;
	margin-top: 45px;
}

.surgery__info-note::before {
	content: "※";

}

.surgery__about > p:not(:first-child) {
	margin-top: 40px;
}

.surgery__cards {
	margin-top: 100px;
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	gap: 50px;
}

.surgery__cards.is-two-column {
	grid-template-columns: repeat(2, 1fr);
	gap: 32px;
}

.surgery__card {
	border-radius: 10px;
	border: 2px solid #3333331a;
	overflow: hidden;
}

.surgery__card.is-highlighted {
	border: 4px solid #333;
}

.surgery__card p {
	text-align: center;
	font-size: 36px;
	font-weight: 600;
	padding: 5px;
}

.surgery__card img {
	width: 100%;

}

.surgery__compare-item {
	border: 1px solid #3333331a;
	border-radius: 10px;
	background: #fff;
	overflow: hidden;
}

.surgery__compare-item + .surgery__compare-item {
	margin-top: 40px;
}

.surgery__compare-img {
	width: 100%;
}

.surgery__compare-before,
.surgery__compare-after {
	position: relative;
}

.surgery__compare-before::after,
.surgery__compare-after::after {
	font-size: 40px;
	font-family: Spectral, serif;
	color: #fff;
	text-shadow: 0 0 5px #7c6031;
	position: absolute;
	position: absolute;
	top: 10px;
	left: 30px;
}

.surgery__compare-before::after {
	content: "Before";
}

.surgery__compare-after::after {
	content: "After";
}

.surgery__compare-txt {
	text-align: center;
	font-weight: 600;
	padding: 10px 0;
}

.why {
	padding: 350px 0 250px;
	background: url(../img/why_bg.png) no-repeat top/100% auto;
	position: relative;
}

.why::before {
	content: "";
	position: absolute;
	left: 0;
	top: 650px;
	bottom: 0;
	width: 100%;
	background: #f1ece8;
}

.why__ttl {
	color: inherit;
	margin-bottom: 140px;
}

.why__item-ttl {
	display: flex;
	align-items: center;
	color: #7c6031;
	gap: 40px;
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 2px dashed #3333331a;
}

.why__item-ttl span:first-child {
	font-family: Spectral, serif;
	white-space: nowrap;
	font-size: 100px;
	line-height: 1;
}

.why__item-ttl span:last-child {
	font-size: 36px;
	font-weight: bold;
	line-height: 1.6;
}

.why__item-img {
	border-radius: 10px;
	margin-bottom: 32px;
	width: 100%;
}

.why__item:not(:last-child) {
	padding-bottom: 80px;
	margin-bottom: 80px;
	border-bottom: 2px solid;
}

.steps {
	padding: 160px 0 300px;
	background: url(../img/step_bg.png) no-repeat top/100% auto;
	margin-top: -70px;
	position: relative;
}

.steps__ttl {
	margin-bottom: 60px;
}

.steps__item {
	position: relative;
	padding-top: 10px;
	padding-left: 150px;
}

.steps__item:not(:last-child) {
	padding-bottom: 60px;
}

.steps__item:not(:last-child)::after {
	content: "";
	position: absolute;
	left: 59px;
	top: 0;
	width: 4px;
	bottom: 0;
	background: #7c6031;
}

.step__item-num {
	font-family: Spectral, serif;
	line-height: 1;
	position: absolute;
	left: 0;
	top: 0;
	width: 120px;
	height: 120px;
	background: #7c6031;
	color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	flex-flow: column;
	justify-content: center;
	z-index: 1;
}

.step__item-num span:first-child {
	font-size: 24px;
}

.step__item-num span:last-child {
	font-size: 60px;
}

.steps__item-ttl {
	font-size: 48px;
	font-weight: bold;
	color: #7c6031;
	margin-bottom: 60px;
}

.steps__item-img {
	border-radius: 10px;
	margin-bottom: 30px;
	width: 100%;
}
