@charset "UTF-8";
/*
	Filename: home
	Version: 1.0.1
*/
/*-----------------------------------------------------
	#mv
------------------------------------------------------*/
#mv {
  position: relative;
  width: 100%;
	padding-top: 140px;
	text-align: center;
}
.mv_text {
	padding-top: 127px;
	padding-bottom: 87px;
	background: url("../img/root-canal/mv_01.webp") no-repeat top center;
	background-size: cover;
	text-align: center;
}
.mv_text img {
	max-width: 100%;
}
.mv_text h2 {
	width: fit-content;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
	padding-bottom: 20px;
	border-bottom: 1px solid var(--text-color);
	font-family: var(--font-serif);
	font-size: 75px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.1em;
	text-shadow:
    0 0 4px #fff,
    0 0 8px #fff,
    0 0 14px #fff,
    0 0 22px #fff,
    0 0 32px #fff;
}
.mv_text p {
	margin-bottom: 40px;
	font-family: var(--font-serif);
	font-size: 30px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.1em;
	text-shadow:
    0 0 4px #fff,
    0 0 8px #fff,
    0 0 14px #fff,
    0 0 22px #fff,
    0 0 32px #fff;
}
.mv_text ul {
	align-items: center;
	justify-content: center;
	gap: 8px;
}
.mv_text ul li {
	position: relative;
	width: 240px;
	height: 240px;
	padding: 3px;
	background: #fff;
	border-radius: 50%;
	box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
}
.mv_text ul li .inner {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 234px;
	height: 234px;
	border-radius: 50%;
	background: #E92A04;
	background: linear-gradient(90deg, rgba(233,42,4, 1) 0%, rgba(255,144,41, 1) 100%);
}
.mv_text ul li .inner h3 {
	font-family: var(--font-serif);
	font-size: 24px;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.1em;
	color: #fff;
	text-align: center;
}
.mv_text ul li .inner h3 span {
	font-size: 36px;
	line-height: 1;
	color: #E0FF64;
}
.mv_br {
	display: none;
}
@media screen and (max-width: 1200px) {
	.mv_text h2 {
		font-size: 60px;
	}
}
@media screen and (max-width: 1000px) {
	#mv {
    padding-top: 60px;
  }
	.mv_text p {
		font-size: 27px;
	}
	.mv_text ul {
		gap: 8px;
		width: calc(240px * 2 + 8px);
		margin: 0 auto;
	}
	.mv_text ul li:nth-of-type(1), .mv_text ul li:nth-of-type(3) {
		right: -15px;
	}
	.mv_text ul li:nth-of-type(2), .mv_text ul li:nth-of-type(4) {
		left: -15px;
	}
	.mv_text ul li:nth-of-type(3), .mv_text ul li:nth-of-type(4) {
		top: -20px;
	}
	.mv_br {
		display: block;
	}
}
@media screen and (max-width: 750px) {
	.mv_text {
		padding-top: 57px;
		padding-right: 20px;
		padding-left: 20px;
		padding-bottom: 133px;
		background: url("../img/root-canal/sp_mv_01.webp") no-repeat top center;
		background-size: cover;
	}
	.mv_text h2 {
		width: auto;
		margin-top: 30px;
		margin-bottom: 30px;
		padding-bottom: 30px;
		font-size: 40px;
	}
	.mv_text p {
		margin-bottom: 47px;
		font-size: 20px;
	}
	.mv_text p span {
		display: inline-block;
		margin-top: 20px;
	}
	.mv_text ul {
		position: absolute;
		bottom: -270px;
		left: 50%;
		transform: translateX(-50%);
		gap: 0;
		width: calc(180px * 2);
		margin: 0 auto;
	}
	.mv_text ul li {
		width: 180px;
		height: 180px;
	}
	.mv_text ul li .inner {
		width: 174px;
		height: 174px;
	}
	.mv_text ul li:nth-of-type(1), .mv_text ul li:nth-of-type(3) {
		right: -5px;
	}
	.mv_text ul li:nth-of-type(2), .mv_text ul li:nth-of-type(4) {
		left: -5px;
	}
	.mv_text ul li:nth-of-type(3), .mv_text ul li:nth-of-type(4) {
		top: -15px;
	}
	.mv_text ul li .inner h3 {
		font-size: 18px;
	}
	.mv_text ul li .inner h3 span {
		font-size: 27px;
	}
}

/*-----------------------------------------------------
	#about
------------------------------------------------------*/
#about {
	position: relative;
	margin-top: 60px;
	margin-bottom: 60px;
	padding-top: 60px;
	background: #E22500;
	background: linear-gradient(180deg, rgba(226, 37, 0, 1) 0%, rgba(215, 104, 0, 1) 80%, rgba(255, 255, 255, 1) 80%, rgba(255, 255, 255, 1) 100%);
}
.about_child_l {
	width: 50%;
	padding-right: 76px;
}
.about_child_l img {
	width: 100%;
	height: 720px;
	object-fit: cover;
	box-shadow: 0px 20px 30px 0 rgba(0,0,0,0.1);
}
.about_child_r {
	width: 630px;
}
.about_child_r h2 {
	margin-bottom: 40px;
	font-family: var(--font-serif);
	font-size: 52px;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 0.1em;
	color: #E0FF64;
}
.about_child_r h2 span {
	display: inline-block;
	margin-bottom: 10px;
	padding: 10px;
	background: #fff;
	font-family: var(--font-sans);
	font-size: 24px;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 0.1em;
	color: var(--red-color);
}
.about_child_r p {
	margin-bottom: 40px;
	font-size: 20px;
	font-weight: 500;
	line-height: 2;
	letter-spacing: 0.1em;
	color: #fff;
}
.about_img {
	justify-content: space-between;
}
.about_img_child {
	width: 48.4%;
}
.about_img_child img {
	width: 100%;
	box-shadow: 0px 20px 30px 0 rgba(0,0,0,0.1);
}
@media screen and (max-width: 1360px) {
	.about_child_l {
		width: 38%;
		padding-right: 40px;
	}
	.about_child_r {
		width: 62%;
		padding-right: 40px;
	}
	.about_child_r h2 {
		font-size: 45px;
	}
	.about_child_r p {
		font-size: 18px;
	}
}
@media screen and (max-width: 1000px) {
	#about {
		position: relative;
		margin-top: 60px;
		margin-bottom: 60px;
		padding-top: 60px;
		background: #FFFFFF;
		background: linear-gradient(180deg, rgba(255, 255, 255, 1) 30%, rgba(226, 37, 0, 1) 30%, rgba(215, 104, 0, 1) 93%, rgba(255, 255, 255, 1) 93%, rgba(255, 255, 255, 1) 100%);
	}
	.about_child_l {
		width: 100%;
		margin-bottom: 40px;
		padding-left: 40px;
	}
	.about_child_l img {
		width: 100%;
		height: 500px;
	}
	.about_child_r {
		width: 100%;
		padding-left: 40px;
	}
	.about_child_r h2 {
		font-size: 52px;
	}
	.about_child_r p {
		font-size: 20px;
	}
}
@media screen and (max-width: 750px) {
	#about {
		margin-top: 315px;
		padding-top: 0;
		background: #FFFFFF;
		background: linear-gradient(180deg, rgba(255, 255, 255, 1) 30%, rgba(226, 37, 0, 1) 30%, rgba(215, 104, 0, 1) 95%, rgba(255, 255, 255, 1) 95%, rgba(255, 255, 255, 1) 100%);
	}
	.about_child_l {
		padding-right: 20px;
		padding-left: 20px;
	}
	.about_child_l img {
		height: auto;
		object-fit: contain;
	}
	.about_child_r {
		padding-right: 20px;
		padding-left: 20px;
	}
	.about_child_r h2 {
		font-size: 29px;
	}
	.about_child_r h2 span {
		font-size: 14px;
	}
	.about_child_r p {
		font-size: 16px;
	}
}
@media screen and (max-width: 414px) {
	.about_child_r h2 {
		font-size: 27px;
	}
	.about_child_r h2 span {
		font-size: 13px;
	}
}
/*-----------------------------------------------------
	#worry_root
------------------------------------------------------*/
#worry_root {
  overflow: hidden;
}
.worry_lead {
  position: relative;
  padding: 80px 0 130px;
  overflow: hidden;
}
.worry_lead::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background: url("../img/root-canal/worry_bg.webp") no-repeat top center / cover;
  opacity: 1;
  z-index: 0;
}
.worry_lead::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 120px;
  background: #E22500;
  clip-path: polygon(0 0, 50% 100%, 100% 0, 100% 100%, 0 100%);
  z-index: 1;
}
.worry_lead_inner {
  position: relative;
  z-index: 2;
  width: 1280px;
  margin: 0 auto;
}
.worry_lead_inner h2 {
  margin-bottom: 30px;
  font-family: var(--font-serif);
	font-size: 52px;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 0.1em;
}
.worry_lead_inner h2 span {
	font-size: 80px;
	line-height: 1;
  color: var(--red-color);
}
.worry_list {
	flex-direction: column;
  gap: 10px;
}
.worry_list li {
  position: relative;
  width: fit-content;
  max-width: 100%;
  padding: 10px 20px 10px 54px;
  background: #fff;
  border: 1px solid #cacaca;
  font-family: var(--font-serif);
	font-size: 26px;
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: 0.1em;
}
.worry_list li::before {
  content: "";
  display: block;
  position: absolute;
	top: 21px;
	left: 20px;
  width: 30px;
  height: 24px;
  background: url("../img/root-canal/check_icon.svg") no-repeat center center;
  background-size: cover;
}
.worry_solution {
  position: relative;
  margin-top: -1px;
  padding: 60px 0 140px;
  background: #E22500;
	background: linear-gradient(180deg, rgba(226, 37, 0, 1) 0%, rgba(226, 37, 0, 1) 20%, rgba(215, 104, 0, 1) 100%);
  text-align: center;
}
.worry_solution::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 120px;
  background: #FFF2E8;
  clip-path: polygon(0 0, 50% 100%, 100% 0, 100% 100%, 0 100%);
}
.worry_solution_inner {
  position: relative;
  z-index: 1;
}
.worry_solution_inner h3 {
	margin-bottom: 60px;
	font-family: var(--font-serif);
	font-size: 60px;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 0.1em;
	color: #fff;
}
.worry_solution_inner h3 span {
	display: block;
	font-size: 40px;
}
.worry_card_wrap {
	justify-content: space-between;
}
.worry_card {
	width: 49%;
  padding: 20px 20px 40px;
  background: #fff;
}
.worry_card img {
  width: 100%;
	margin-bottom: 36px;
}
.worry_card h4 {
  margin-bottom: 30px;
  font-family: var(--font-serif);
	font-size: 36px;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 0.1em;
	color: var(--red-color);
}
.worry_card p {
	font-size: 20px;
	font-weight: 500;
	line-height: 2;
	letter-spacing: 0.1em;
}

@media screen and (max-width: 1360px) {
	.worry_lead_inner {
		width: 100%;
		padding: 0 40px;
	}
	.worry_list li {
		font-size: 23px;
	}
	.worry_list li::before {
		top: 15px;
	}
	.worry_solution_inner h3 {
		font-size: 50px;
	}
	.worry_card h4 {
		font-size: 30px;
	}
	.worry_card p {
		font-size: 18px;
	}
}

@media screen and (max-width: 1000px) {
	.worry_lead {
		padding: 80px 0 130px;
	}
	.worry_lead::before {
		background: url("../img/root-canal/sp_worry_bg.webp") no-repeat bottom center / cover;
	}
	.worry_lead_inner h2 {
		font-size: 25px;
		text-align: center;
	}
	.worry_lead_inner h2 span {
		font-size: 40px;
	}
	.worry_list li {
		width: 100%;
		font-size: 20px;
	}
	.worry_solution_inner h3 {
		font-size: 37px;
	}
	.worry_solution_inner h3 span {
		font-size: 25px;
	}
	.worry_card h4 {
		font-size: 21px;
	}
	.worry_card p {
		font-size: 16px;
	}
}

@media screen and (max-width: 750px) {
	.worry_lead {
		padding: 60px 0 330px;
	}
	.worry_lead_inner {
		width: 100%;
		padding: 0 20px;
	}
	.worry_lead_inner h2 {
		margin-bottom: 40px;
		font-size: 40px;
	}
	.worry_lead_inner h2 span {
		font-size: 60px;
	}
	.worry_list li {
		padding: 12px 12px 12px 40px;
		font-size: 16px;
	}
	.worry_list li::before {
		top: 18px;
		left: 12px;
		width: 18px;
		height: 14px;
	}
	.worry_solution {
		padding: 40px 0 140px;
	}
	.worry_solution_inner h3 {
		margin-bottom: 40px;
		font-size: 32px;
	}
	.worry_solution_inner h3 span {
		margin-bottom: 10px;
		font-size: 20px;
	}
	.worry_card_wrap {
		gap: 20px;
	}
	.worry_card {
		width: 100%;
		padding: 20px 15px 30px;
	}
	.worry_card img {
		margin-bottom: 30px;
	}
	.worry_card h4 {
		font-size: 22px;
	}
}
/*-----------------------------------------------------
	#reason
------------------------------------------------------*/
#reason {
	padding-top: 120px;
}
#reason h2 {
	margin-bottom: 87px;
}
.reason {
	padding: 60px 0;
	background: #FFFFFF;
	background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 231, 218, 1) 100%);
}
.reason:nth-of-type(even) {
  background: #FFFFFF;
	background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(245, 245, 245, 1) 100%);
}
.reason .wrap {
	justify-content: space-between;
	align-items: center;
}
.reason_child_img {
	width: 47.2%;
}
.reason_child_img img {
	width: 100%;
	border: 20px solid #fff;
	box-shadow: 0px 20px 30px 0 rgba(0,0,0,0.1);
}
.reason_child_text {
	width: 47.2%;
	text-align: center;
}
.reason_child_text img {
	margin-bottom: 20px;
}
.reason_child_text h3 {
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom: 1px solid #cacaca;
	font-family: var(--font-serif);
	font-size: 36px;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 0.1em;
}
.reason_child_text h3 span {
	font-size: 48px;
	color: var(--red-color);
}
.reason_child_text p {
	font-size: 20px;
	font-weight: 500;
	line-height: 2;
	letter-spacing: 0.1em;
	text-align: left;
}
@media screen and (max-width: 1000px) {
	.reason_child_img {
		order: 2;
		width: 100%;
	}
	.reason_child_text {
		order: 1;
		width: 100%;
		margin-bottom: 45px;
	}
}
@media screen and (max-width: 750px) {
	#reason {
		padding-top: 60px;
	}
	#reason h2 {
		margin-bottom: 37px;
	}
	.reason_child_img img {
		border: 10px solid #fff;
	}
	.reason_child_text img {
		width: 100px;
		height: auto;
	}
	.reason_child_text h3 {
		font-size: 24px;
	}
	.reason_child_text h3 span {
		font-size: 36px;
	}
	.reason_child_text p {
		font-size: 16px;
	}
}
/*-----------------------------------------------------
	#diff
------------------------------------------------------*/
#diff {
	padding-top: 160px;
	padding-bottom: 160px;
}
#diff h2 {
	margin-bottom: 87px;
}
#diff p {
	margin-bottom: 40px;
	font-family: var(--font-serif);
	font-size: 30px;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.1em;
	text-align: center;
}
#diff ul {
	width: 1005px;
	max-width: 100%;
	margin: 40px auto 0;
}
#diff ul li {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.1em;
}
.root_table {
  width: 100%;
}
.root_table table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
}
.root_table_pc th,
.root_table_pc td {
  height: 70px;
  padding: 15px 20px;
  border: 1px solid #9E9E9E;
  background: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.1em;
  text-align: center;
  vertical-align: middle;
}
.root_table_pc thead th {
  background: #F5F5F5;
  font-size: 24px;
}
.root_table_pc thead th:nth-child(3) {
  background: var(--red-color);
  color: #fff;
}
.root_table_pc tbody th {
  width: 33.333%;
  background: #F5F5F5;
}
.root_table_pc tbody td:nth-child(3) {
  background: #FFF2E8;
  color: var(--red-color);
}
.root_table_pc span {
  font-size: 14px;
}
.root_table_sp {
  display: none;
}

@media screen and (max-width: 750px) {
	#diff {
		padding-top: 60px;
		padding-bottom: 100px;
	}
	#diff h2 {
		margin-bottom: 77px;
	}
	#diff p {
		font-size: 20px;
		text-align: left;
	}
	#diff ul li {
		font-size: 14px;
	}
  .root_table_pc {
    display: none;
  }
  .root_table_sp {
    display: block;
  }
  .root_table_sp table {
    width: 100%;
		margin-bottom: 40px;
  }
  .root_table_sp table:last-child {
    margin-bottom: 0;
  }
  .root_table_sp th,
  .root_table_sp td {
		display: block;
		width: 100%;
    height: 70px;
    padding: 15px 10px;
    border: 1px solid #9E9E9E;
    background: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.1em;
    text-align: center;
    vertical-align: middle;
  }
  .root_table_sp thead th {
    background: #9E9E9E;
		border-bottom: none;
    font-size: 24px;
    color: #fff;
  }
  .root_table_sp tbody th {
    background: #F5F5F5;
		border-top: none;
		border-bottom: none;
  }
  .root_table_sp .root_table_red thead th {
    background: var(--red-color);
  }
  .root_table_sp .root_table_red td {
    background: #FFF2E8;
    color: var(--red-color);
  }
  .root_table_sp span {
    font-size: 12px;
  }
}
/*-----------------------------------------------------
	.cv
------------------------------------------------------*/
.cv {
	position: relative;
	z-index: 1;
	background: #FFF2E8;
	text-align: center;
}
.cv img {
	margin-top: -70px;
	margin-bottom: 30px;
}
.cv h2 {
	margin-bottom: 30px;
	font-family: var(--font-serif);
	font-size: 60px;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 0.1em;
	color: var(--red-color);
}
.cv p {
	margin-bottom: 100px;
	font-family: var(--font-serif);
	font-size: 30px;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.1em;
}
.cv_inner {
	width: 611px;
}
.cv_inner h3 {
	margin-bottom: 30px;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 0.1em;
	color: #fff;
}
.cv_l {
	width: 50%;
	padding-top: 80px;
	padding-right: 55px;
	padding-bottom: 80px;
	padding-left: calc(50% - 666px);
	background: var(--orange-color);
}
.cv_r {
	width: 50%;
	padding-top: 80px;
	padding-bottom: 32px;
	padding-left: 55px;
	background: var(--red-color);
}
.cv_inner .hour_btn_child {
	background: #fff;
}
.cv_inner .hour_btn_child a.red_web {
	color: var(--red-color) !important;
}
.cv_inner .hour_btn_child a.red_web span::after {
	background: url(../img/common/red_web_icon.svg) no-repeat center center;
	background-size: cover;
}
@media screen and (max-width: 1450px) {
	.cv_l {
		padding-right: 0;
		padding-left: 0;
	}
	.cv_r {
		padding-right: 0;
		padding-left: 0;
	}
	.cv_inner {
		width: 100%;
		padding-right: 40px;
		padding-left: 40px;
	}
}
@media screen and (max-width: 1160px) {
	.cv_l {
		width: 100%;
	}
	.cv_r {
		width: 100%;
	}
	.cv_inner {
		padding-right: 90px;
		padding-left: 90px;
	}
}
@media screen and (max-width: 1000px) {
	.cv h2 {
		font-size: 45px;
	}
	.cv p {
		font-size: 20px;
	}
}
@media screen and (max-width: 750px) {
	.cv img {
		width: 100px;
		height: 100px;
		margin-top: -50px;
	}
	.cv h2 {
		margin-bottom: 40px;
		font-size: 30px;
	}
	.cv p {
		margin-bottom: 70px;
		padding: 0 15px;
		font-size: 18px;
	}
	.cv_l {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.cv_r {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.cv_inner {
		padding-right: 0;
		padding-left: 0;
	}
	.cv_r .cv_inner h3 {
		margin-bottom: 80px;
	}
	.cv_inner .hour_btn {
		flex-direction: column;
		gap: 11px;
		position: relative;
	}
	.cv_inner .hour_btn_child {
		width: 300px;
		margin-right: auto;
		margin-left: auto;
	}
	.isogi {
		display: block;
    position: absolute;
		top: -46px;
		left: 50%;
		transform: translateX(-50%);
    width: 300px;
    margin-top: 0;
	}
	.isogi::before {
		top: auto;
		bottom: -18px;
		clip-path: polygon(0 0, 100% 0, 50% 100%);
	}
}
/*-----------------------------------------------------
	#case
------------------------------------------------------*/
#case {
	padding-top: 80px;
	padding-bottom: 120px;
}
#case .case_list {
  justify-content: center;
  gap: 38px;
}
#case .case_list li {
  width: calc((100% - 76px) / 3);
  background: #fff;
  box-shadow: 0px 20px 30px 0 rgba(0,0,0,0.1);
	border: 1px solid #cacaca;
}
#case .case_box {
  padding: 40px 20px;
}
#case .case_head {
  margin-bottom: 30px;
  font-family: var(--font-serif);
  font-size: 30px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.1em;
  text-align: center;
}
#case .case_head span {
  margin-right: 20px;
	font-family: "Marcellus", serif;
  font-weight: 400;
  color: var(--red-color);
  letter-spacing: 0.1em;
}
#case .case_photo {
  position: relative;
  display: flex;
  width: 100%;
  height: 200px;
  margin-bottom: 30px;
}
#case .case_photo_item {
  position: relative;
  width: 50%;
  height: 100%;
  overflow: hidden;
}
#case .case_photo_before {
  background: #d9d9d9;
}
#case .case_photo_after {
  background: #b7b7b7;
}
#case .case_photo_item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#case .case_photo_item span {
  position: absolute;
  bottom: 0;
  left: 0;
  min-width: 92px;
  padding: 10px;
  font-family: "Marcellus", serif;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
}
#case .case_photo_before span {
  background: var(--text-color);
}
#case .case_photo_after span {
  background: var(--red-color);
}
#case .case_photo_arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%,-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 29px;
  height: 29px;
  border-radius: 50%;
  background: var(--orange-color);
  font-size: 15px;
  line-height: 1;
  color: #fff;
}
#case .case_content {
  padding-bottom: 18px;
  border-bottom: 1px solid var(--text-color);
  text-align: center;
}
#case .case_label {
  display: inline-block;
  margin-bottom: 18px;
  padding: 3px 10px 4px;
  border: 1px solid var(--text-color);
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
}
#case .case_text {
	font-family: var(--font-serif);
	font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0.1em;
}
#case .case_info {
  justify-content: space-between;
  gap: 12px;
  padding: 18px 0 19px;
}
#case .case_info dl {
  align-items: center;
  gap: 10px;
}
#case .case_info dt {
  padding: 4px 10px 5px;
  border: 1px solid var(--text-color);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
#case .case_info dd {
	font-family: var(--font-serif);
  font-size: 17px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
#case .case_risk {
  padding: 8px 10px 9px;
  background: #EFEFEF;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-align: center;
}
.risk_under {
	margin-top: 60px;
	padding: 20px;
	background: #EFEFEF;
	font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 1360px) {
	#case .case_list {
		gap: 20px;
	}
	#case .case_head {
		font-size: 25px;
	}
	#case .case_info dt {
		font-size: 14px;
	}
	#case .case_info dd {
		font-size: 14px;
	}
}
@media screen and (max-width: 1100px) {
	#case .case_list {
		width: 640px;
		max-width: 100%;
		margin-right: auto;
		margin-left: auto;
	}
	#case .case_list li {
		width: 100%;
	}
	#case .case_info {
		justify-content: center;
	}
	.risk_under {
		text-align: left;
	}
}
@media screen and (max-width: 750px) {
	#case {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	#case .case_list {
		gap: 20px;
	}
	#case .case_box {
		padding: 40px 15px;
	}
	#case .case_head {
		font-size: 24px;
	}
	#case .case_photo {
		height: 46.667vw;
	}
	#case .case_photo_item span {
		font-size: 16px;
	}
	#case .case_label {
		font-size: 16px;
	}
	#case .case_info dt {
		font-size: 16px;
	}
	#case .case_info dd {
		font-size: 16px;
	}
	#case .case_risk {
		font-size: 14px;
	}
	.risk_under {
		font-size: 14px;
	}
}
/*-----------------------------------------------------
	#flow
------------------------------------------------------*/
#flow {
	padding-top: 120px;
	padding-bottom: 120px;
	background: #F5F5F5;
}
.flow_list {
  width: 100%;
}
.flow_item {
  position: relative;
  align-items: center;
  gap: 50px;
  margin-bottom: 27px;
  padding-bottom: 27px;
  border-bottom: 1px solid var(--text-color);
}
.flow_item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.flow_item:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -25px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 42px 30px 0 30px;
  border-color: var(--orange-color) transparent transparent transparent;
}
.flow_num {
	position: absolute;
	top: calc(50% - 13.5px);
	left: 0;
	transform: translateY(-50%);
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  padding-bottom: 4px;
  background: #E92A04;
	background: linear-gradient(90deg, rgba(233, 42, 4, 1) 0%, rgba(255, 144, 41, 1) 100%);
  border-radius: 50%;
  color: #fff;
  font-family: "Marcellus", serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 1;
}
.flow_img {
  flex-shrink: 0;
  width: 300px;
  margin-left: 70px;
}
.flow_img img {
  display: block;
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.flow_text {
  flex: 1;
  min-width: 0;
}
.flow_text h3 {
  margin-bottom: 30px;
  font-family: var(--font-serif);
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.1em;
  color: var(--red-color);
}
.flow_text p {
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 1360px) {
  .flow_item {
    gap: 36px;
  }
  .flow_img {
    width: 280px;
  }
  .flow_text h3 {
		margin-bottom: 10px;
    font-size: 30px;
  }
}
@media screen and (max-width: 1000px) {
  .flow_item {
    display: block;
    margin-bottom: 70px;
    padding-bottom: 48px;
  }
  .flow_item:not(:last-child)::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: calc(50% - 28px);
    height: 1px;
    background: #333;
  }
  .flow_item:not(:last-child)::after {
    bottom: -16px;
    border-width: 28px 20px 0 20px;
  }
  .flow_num {
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
  }
  .flow_img {
    width: 100%;
    margin: 0 0 32px;
  }
  .flow_img img {
    height: auto;
    aspect-ratio: 310 / 190;
  }
  .flow_text h3 {
    margin-bottom: 18px;
    font-size: 27px;
  }
  .flow_text p {
    font-size: 14px;
  }
}
@media screen and (max-width: 750px) {
	#flow {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	#flow h2 {
		margin-bottom: 127px;
	}
	.flow_text h3 {
    margin-bottom: 18px;
    font-size: 30px;
  }
  .flow_text p {
    font-size: 16px;
  }
}
/* ========================================
  #price
======================================== */
#price {
	padding-top: 120px;
	padding-bottom: 170px;
}
.price_table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  background: #fff;
}
.price_table th,
.price_table td {
  height: 70px;
  padding: 16px 24px;
  border: 1px solid #9E9E9E;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
  vertical-align: middle;
}
.price_table th {
  font-size: 24px;
}
.price_table th:first-child,
.price_table td:first-child {
  width: 66.666%;
  background: #F5F5F5;
}
.price_table th:last-child,
.price_table td:last-child {
  width: 33.333%;
}
.price_table th:last-child {
  background: var(--red-color);
  color: #fff;
}
.price_table td:last-child {
  color: var(--red-color);
}
.price_note {
  margin: 40px 0;
}
.price_note li {
  position: relative;
  padding-left: 1em;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.1em;
}
.price_note li::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.payment_box {
  display: flex;
  align-items: stretch;
  width: 100%;
  margin-bottom: 40px;
  background: #fff;
}
.payment_head {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 33.333%;
  min-height: 68px;
  background: var(--red-color);
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
}
.payment_body {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 66.666%;
  min-height: 68px;
  padding: 14px 24px;
  border: 1px solid #9E9E9E;
  border-left: none;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
}
.medical_deduction {
  padding: 20px;
  background: #EFEFEF;
}
.medical_deduction p {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.1em;
  text-align: center;
}
.medical_deduction p span {
  margin-right: 10px;
  color: var(--red-color);
}
.sp_only {
  display: none;
}
@media screen and (max-width: 750px) {
	#price {
		padding-top: 60px;
		padding-bottom: 110px;
	}
  .pc_only {
    display: none;
  }
  .sp_only {
    display: inline;
  }
  .price_table {
    display: block;
    width: 100%;
  }
  .price_table thead,
  .price_table tbody,
  .price_table tr,
  .price_table th,
  .price_table td {
    display: block;
    width: 100%;
  }
  .price_table thead tr th:first-child {
    display: none;
  }
  .price_table thead tr th:last-child {
    width: 100%;
    height: 70px;
    padding: 16px;
    border: 1px solid #9E9E9E;
    background: var(--red-color);
    color: #fff;
    font-size: 24px;
  }
  .price_table tbody tr {
    display: flex;
    flex-direction: column;
  }
  .price_table tbody td {
    width: 100%;
    height: auto;
    min-height: 70px;
    padding: 18px 14px;
    border: 1px solid #9E9E9E;
    border-top: none;
    font-size: 20px;
  }
  .price_table th:first-child,
  .price_table td:first-child,
  .price_table th:last-child,
  .price_table td:last-child {
    width: 100%;
  }
  .price_table td:first-child {
    background: #F5F5F5;
    color: #333;
  }
  .price_table td:last-child {
    background: #fff;
    color: var(--red-color);
  }
  .price_note {
    margin: 34px 0 36px;
    padding: 0 0;
  }
  .price_note li {
    padding-left: 1em;
    font-size: 14px;
    line-height: 1.65;
    letter-spacing: 0.05em;
  }
  .payment_box {
    display: block;
    margin-bottom: 40px;
  }
  .payment_head {
    width: 100%;
    min-height: 68px;
    font-size: 24px;
  }
  .payment_body {
    justify-content: flex-start;
    width: 100%;
    min-height: 70px;
    padding: 14px 16px;
    border: 1px solid #9E9E9E;
    border-top: none;
    font-size: 18px;
    line-height: 1.7;
    text-align: left;
  }
  .medical_deduction {
    padding: 18px 16px 20px;
  }
  .medical_deduction p {
    font-size: 14px;
    line-height: 1.7;
    text-align: center;
  }
  .medical_deduction p span {
    display: block;
    margin: 0 0 10px;
    font-size: 15px;
  }
}
/*-----------------------------------------------------
	#doctor
------------------------------------------------------*/
#doctor {
	padding-top: 120px;
}
#doctor h2 {
	margin-bottom: 32px;
}
.doctor_top {
	position: relative;
	background: #FFFFFF;
	background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 242, 234, 1) 100%);
}
.doctor_top_bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.doctor_top_bg img {
	width: 100%;
	height: auto;
}
.doctor_top .flex {
	gap: 25px;
}
.doctor_top .doctor_img {
	position: relative;
	width: 506px;
}
.doctor_top .doctor_img img {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.doctor_top .doctor_prof {
	width: calc(100% - 531px);
	padding-top: 120px;
	padding-bottom: 57px;
}
.doctor_prof .katagaki {
	display: inline-block;
	margin-bottom: 30px;
	padding: 10px;
	background: #E92A04;
	background: linear-gradient(90deg, rgba(233, 42, 4, 1) 0%, rgba(255, 144, 41, 1) 100%);
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.1em;
	color: #fff;
	text-align: center;
}
.doctor_prof h3 {
	position: relative;
	margin-bottom: 50px;
	font-family: var(--font-serif);
	font-size: 40px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.1em;
}
.doctor_prof h3 span {
	display: inline-block;
	margin-left: 10px;
	font-family: "Marcellus", serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0.1em;
}
.doctor_prof p {
	margin-bottom: 30px;
	font-size: 16px;
	font-weight: 500;
	line-height: 2;
	letter-spacing: 0.1em;
}
.doctor_prof div.left {
	margin-bottom: 10px;
}
.sp_doctor {
	display: none;
}
@media screen and (max-width: 1360px) {
	.doctor_top .doctor_img {
		width: 35%;
	}
	.doctor_top .doctor_prof {
		width: calc(65% - 25px);
	}
}
@media screen and (max-width: 1000px) {
	.doctor_img {
		display: none;
	}
	.sp_doctor {
		display: block;
		position: relative;
		z-index: 1;
		margin-bottom: 40px;
		text-align: center;
	}
	.doctor_top {
		margin-bottom: 0;
	}
	.doctor_top_bg {
		top: 40%;
	}
	.doctor_top .flex {
		gap: 0;
	}
	.doctor_top .doctor_prof {
		width: 100%;
		padding-top: 40px;
		padding-bottom: 60px;
		text-align: center;
	}
	.doctor_prof p {
		text-align: left;
	}
	.doctor_prof div.left {
		text-align: center !important;
	}
}
@media screen and (max-width: 750px) {
	#doctor {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.sp_doctor img {
		max-width: 100%;
	}
	.doctor_prof .katagaki {
		margin-bottom: 30px;
		font-size: 14px;
	}
	.doctor_prof h3 {
		margin-bottom: 30px;
		font-size: 30px;
	}
	.doctor_prof h3 span {
		display: block;
		margin-top: 10px;
		margin-left: 0;
	}
	.doctor_prof p {
		margin-bottom: 40px;
	}
}
/*-----------------------------------------------------
	#faq
------------------------------------------------------*/
#faq {
	padding-top: 120px;
}
#faq p {
	margin-bottom: 0;
}
@media screen and (max-width: 750px) {
	#faq {
		padding-top: 60px;
	}
}
/*-----------------------------------------------------
	.lp_footer
------------------------------------------------------*/
.lp_footer {
	text-align: center;
}
.lp_footer ul {
	justify-content: center;
	gap: 60px;
	margin-top: 40px;
	margin-bottom: 40px;
	padding: 23px 0;
	border-top: 1px solid #cacaca;
	border-bottom: 1px solid #cacaca;
}
.lp_footer ul li a {
	font-family: var(--font-serif);
	font-size: 20px;
	font-weight: 700;
	line-height: 2.3;
	letter-spacing: 0.1em;
	color: #fff;
	text-align: center;
}
.lp_info {
	width: fit-content;
	margin: 0 auto;
}
.lp_info_inner {
	align-items: center;
	gap: 33px;
	margin-bottom: 20px;
	color: #fff;
}
.lp_info_inner:last-of-type {
	margin-bottom: 0;
}
.lp_info_inner span.iin {
	display: inline-block;
	min-width: 150px;
	padding: 10px;
	background: #fff;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.1em;
	color: var(--text-color);
}
.lp_info_inner span.address {
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: 0.1em;
}
.lp_info_inner span.tel {
	display: inline-block;
}
.lp_info_inner span.tel a span {
	position: relative;
	padding-left: 26px;
	font-size: 30px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.1em;
	color: #fff;
}
.lp_info_inner span.tel a span::before {
  content: "";
  display: block;
  position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: url("../img/common/w_tel_icon.svg") no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 1360px) {
	.lp_footer ul {
		gap: 20px;
	}
	.lp_info_inner {
		gap: 10px;
	}
}
@media screen and (max-width: 1000px) {
	.lp_footer ul li a {
		font-size: 16px;
	}
	.lp_info_inner {
		flex-direction: column;
		gap: 30px;
	}
}
@media screen and (max-width: 414px) {
	.lp_footer ul {
		gap: 20px 0;
	}
	.lp_footer ul li {
		width: 50%;
	}
}
