@charset "UTF-8";

/* *********************************

   lp-implant.css
   LP個別のパーツはこちらに記載

********************************* */


/* ========================================================
  
  FV

======================================================== */
.fv_area {
	padding: 20px 20px 45px;
}
/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {

header .h_txt br {
	display: none;
}
.m_img .h_txt {
	display: none;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {

.fv_area {
	padding: 2.6vw;
	padding-bottom: 12vw;
}

header .h_txt {
	display: none;
}
.m_img .h_txt {
	position: absolute;
	word-break: keep-all;
	overflow-wrap: break-word;
	width: 40%;
	left: 9%;
	bottom: 20vw;
}
}


/*---------------------------------------------------------
 m_img
---------------------------------------------------------*/
.m_img {
	background-image: url(../images/implant/fv-bg@2x.jpg);
}
.m_copy {
	position: absolute;
	width: 60%;
	max-width: 763px;
	right: 3%;
	top: 50%;
	translate: 0 -50%;
}
.m_bnr {
	position: absolute;
	width: 26%;
	max-width: 310px;
	left: 5%;
	bottom: 35%;
	translate: 0 50%;
	z-index: 1;
}
.m_bnr a {
	display: block;
	transition: translate .5s, filter .5s;
}
.m_bnr a:hover {
	translate: 0 -10px;
	filter: drop-shadow(0 10px 5px rgba(0,0,0,0.1));
}
.m_img .ft_en {
	position: absolute;
	text-align: center;
	color: rgba(255,255,255,0.4);
	font-size: min(15vw,12.2rem);
	letter-spacing: normal;
	line-height: 0.7;
	inset: auto 0 .5em 0;
	margin: auto;
}
/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {
.m_img .ft_en {
	bottom: .4em;
}
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.m_copy {
	width: 70%;
	top: 55%;
}
.m_bnr {
	bottom: 30%;
}
.m_img .ft_en {
	bottom: .7em;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.m_img {
	background-image: url(../images/implant/fv-bg-sp@2x.jpg);
}

.m_copy {
	width: 94%;
	right: 3%;
	top: 55%;
}
.m_bnr {
	width: 45%;
	inset: auto 5% 0 auto;
	translate: 0 15%;
}
.m_img .ft_en {
	color: rgba(255,255,255,0.15);
	font-size: 20vw;
}
}



/* ========================================================
  
  Contents

======================================================== */



/*---------------------------------------------------------
 choices
---------------------------------------------------------*/
#choices {
	box-shadow: 0 250px 100px -200px rgba(0,0,0,0.3);
}
#choices::after {
	position: absolute;
	content: "";
	background-color: #0c415b;
	width: 100px;
	aspect-ratio: 5/2;
	inset: calc(100% - 1px) 0 auto 0;
	margin: auto;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
}
#choices .com_bg__color {
	background-color: #0c415b;
	height: calc(100% + 310px);
	top: auto;
	bottom: 0;
}
#choices .com_bg__img {
	--color-bg: #0c415b;
}
#choices .com_bg__img img {
	mix-blend-mode: overlay;
	opacity: 0.6;
}

.choice_title {
	text-align: center;
	color: #fff;
	font: var(--font-min);
	font-size: min(3.4vw,261%);
	line-height: 1.3;
	letter-spacing: -0.02em;
	margin-bottom: 1.6em;
}
.choice_title p:nth-of-type(1) {
	font-size: 120%;
}
.choice_title p:nth-of-type(1) img {
	display: inline-block;
	width: 4.86em;
	vertical-align: -0.6em;
	margin: 0 .5em;
}
.choice_title p:nth-of-type(2) > span {
	position: relative;
	font-size: 174%;
	letter-spacing: -0.12em;
	margin: 0 -0.3em;
}
.choice_title p:nth-of-type(2) > span::before {
	position: absolute;
	content: "";
	background-color: rgba(255,255,255,0.2);
	width: 5em;
	height: .22em;
	border-radius: 3em;
	rotate: -3deg;
	left: 50%;
	bottom: 0;
	translate: -50% 0;
}
.choice_title p:nth-of-type(2) > span span {
	position: relative;
	color: var(--color-lyel);
}

.choice_txt__radi {
	position: relative;
	max-width: 1180px;
	text-align: center;
	color: var(--color-base);
	font-size: min(2.3vw,164%);
	font-weight: var(--fw-bold);
	line-height: 1.5;
	letter-spacing: .08em;
	background-color: #fff;
	border-radius: .6em;
	padding: .6em 1em;
	margin: auto auto 5%;
}
/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {

/* choice_type */
.choice_type {
	display: grid;
	justify-content: space-between;
	grid-template-columns: repeat(3,32%);
	row-gap: 2em;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {

#choices {
	padding-top: 0;
}
#choices .com_bg__img {
	inset: 0 -20% auto auto;
}
.choice_title {
	font-size: 120%;
}
.choice_title p:nth-of-type(1) {
	text-align: left;
	font-size: 150%;
	margin-bottom: .2em;
}
.choice_title p:nth-of-type(1) img {
	margin: .5em;
}
/* choice_type */
.choice_type {
	display: grid;
	row-gap: 2em;
}
.choice_type > li {
	width: 80%;
	margin-inline: auto;
}

.choice_txt__radi {
	font-size: 110%;
}
}



/*---------------------------------------------------------
 worries
---------------------------------------------------------*/
#worries .com_bg__color {
	background-color: #115781;
}
#worries .com_bg__img {
	opacity: 0.2;
}
#worries .com_h__en {
	color: rgba(255,255,255,0.3);
	margin-bottom: .5em;
}
#worries .com_h__min {
	color: #FFF;
	font-size: min(5.2vw,388%);
	letter-spacing: -0.02em;
	margin-bottom: 1.4em;
}
#worries .com_h__min h2::after {
	position: relative;
	display: inline-block;
	content: "?";
	font: var(--font-en);
	font-weight: 300;
	font-style: italic;
	font-size: 451%;
	letter-spacing: normal;
	line-height: 0;
	vertical-align: -0.1em;
	color: rgba(255,255,255,0.2);
	margin-left: -0.18em;
}
#worries .com_h__min p {
	font-size: 56%;
}
#worries .com_h__min span {
	position: relative;
	display: inline-block;
	font-size: 120%;
	padding: 0 .2em;
}
#worries .com_h__min span::before {
	position: absolute;
	content: "";
	background: url(../images/implant/worries-arch.svg) no-repeat center bottom;
	background-size: contain;
	width: 3.3em;
	height: .25em;
	left: 50%;
	bottom: -0.1em;
	translate: -50% 0;
}
#worries .com_h__min span:first-of-type {
	color: #67fae7;
	translate: 0 -0.18em;
}
#worries .com_h__min span:last-of-type {
	color: var(--color-lyel);
	translate: 0 0.1em;

	transition-delay: .3s;
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#worries .com_h__min {
	font-size: 180%;
	margin-bottom: 1em;
}
#worries .com_h__min h2::after {
	margin-left: -0.2em;
	margin-right: -0.2em;
}
}

/* worries: worries_list
---------------------------------------------------------*/
.worries_list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	font-size: min(1.7vw,141%);
	font-weight: var(--fw-bold);
	line-height: 1.4;
	letter-spacing: .06em;
	gap: 2.5em 3.7%;
}
.worries_list > li a {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 5.2em;
	text-align: center;
	color: var(--color-nvy);
	background-color: #fff;
	padding: .2em 4em .2em 1.5em;
	border-radius: 1.5em;
	transition-property: translate, box-shadow;
	transition-duration: .5s;
}
.worries_list > li a:hover {
	translate: 0 -10px;
	box-shadow: 0 35px 20px -30px rgba(0,0,0,0.3);
}
.worries_list > li a span {
	font-size: 125%;
}
.worries_list > li a::before {
    position: absolute;
    display: block;
    content: "";
	background-color: inherit;
    width: 2.5em;
    height: 2em;
	border-radius: .5em;
	left: 45%;
	bottom: 0;
	transform: skewX(40deg);
	rotate: 40deg;
    z-index: -1;
}
.worries_list > li:nth-of-type(4n-1) a::before,
.worries_list > li:nth-of-type(4n) a::before {
	rotate: -40deg;
	transform: skewX(-40deg);
}
.worries_list .com_icon {
	position: absolute;
	font-size: 100%;
	color: #FFF;
	background-color: var(--color-taq);
	right: 1em;
	top: 50%;
	translate: 0 -50%;
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.worries_list {
	font-size: 3.1vw;
	gap: 2em 4%;
}
.worries_list > li {
	width: 48%;
}
.worries_list > li a {
	height: 6.4em;
	padding-left: .8em;
	padding-right: 3em;
}
}



/*---------------------------------------------------------
 FEATURE
---------------------------------------------------------*/
.fea_wrap {
	counter-reset: feaCounter;
}
.fea_title {
	width: 40%;
	max-width: 450px;
	margin-left: 2%;
	margin-bottom: 8%;
}
.fea_wrap .com_bg__color {
	background-color: #EFF8F8;
}
.fea_wrap .fea_flt .com_h__bld,
.fea_wrap .fea_col .com_h__bld {
	color: var(--color-nvy);
	padding-left: .8em;
	border-left: 1px solid currentColor;
}
.fea_wrap .fea_flt .com_h__bld span,
.fea_wrap .fea_col .com_h__bld span {
	color: var(--color-taq);
}
.fea_wrap .com_box__bg {
	margin-top: 3.8%;
}
/* fea_no */
.fea_no {
	counter-increment: feaCounter;
	color: var(--color-nvy);
	font: var(--font-en);
	font-size: min(4vw,247%);
	letter-spacing: .08em;
	margin-bottom: .2em;
}
.fea_no::before {
	content: counter(feaCounter, decimal-leading-zero);
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.fea_title {
	width: 60%;
	margin: 0 auto 6%;
}
.fea_no {
	font-size: 6vw;
}
}

/* FEATURE: fea_flt
---------------------------------------------------------*/
.fea_flt .abs {
	margin-top: -23%;
}
.fea_flt .com_h__en {
	position: absolute;
	color: rgba(17,87,101,0.1);
	inset: auto 0 0 0;
}
/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {
.fea_flt .img_l,
.fea_flt .img_r {
	width: 57%;
}
.fea_flt .txt_l,
.fea_flt .txt_r {
	width: 47%;
}
.fea_flt .img_l {
	margin-left: -8%;
}
.fea_flt .img_r {
	margin-right: -8%;
}
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.fea_flt .txt_r .com_h__bld {
	width: 47%;
	margin-left: auto;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {

.fea_flt .img_l,
.fea_flt .img_r {
	width: 90%;
}
.fea_flt .abs {
	width: 120%;
	max-width: none;
	margin-left: -10%;
	margin-top: -30%;
}

.fea_flt .com_h__en {
	inset: 60vw 0 auto 0;
}
}

/* FEATURE: fea_col
---------------------------------------------------------*/
.fea_col {
	display: grid;
	row-gap: 3em;
}
.fea_col .box_img {
	position: relative;
	margin: 0 auto 5%;
}
.fea_col .box_img .abs {
	position: absolute;
	width: 38%;
	right: 6%;
	bottom: -10%;
	filter: drop-shadow(0 0 10px rgba(0,0,0,0.3));
}
/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {
.fea_col {
	justify-content: space-between;
}
.fea_col.col__2 {
	grid-template-columns: repeat(2,min(600px,48.2%));
}
.fea_col.col__2 .com_h__bld {
	font-size: min(2.8vw,235%);
}
.fea_col.col__3 {
	grid-template-columns: repeat(3,min(387px,31%));
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.fea_col {
	row-gap: 10vw;
}
.fea_col .box_img {
	width: 90%;
}
}


/* FEATURE: feature01
---------------------------------------------------------*/

/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {
#feature01 .fea_flt .img_r {
	margin-top: -16%;
}
#feature01 .fea_flt .abs {
	margin-top: -30%;
}
#feature01 .com_box__bg .com_flt .img_l {
	width: 44%;
	margin-left: -5%;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {

#feature01 .fea_flt .abs {
	margin-top: -45%;
}
#feature01 .fea_flt .com_h__en {
	top: 75vw;
}
}

/* FEATURE: feature02
---------------------------------------------------------*/
#feature02 .com_bg__img {
	--color-bg: #EFF8F8;
}
#feature02 .com_bg__img img {
	opacity: 0.4;
}
#feature02 .com_bg__img::after {
	background:
		linear-gradient(to right, transparent 50%, var(--color-bg) 100%),
		linear-gradient(to left, transparent 80%, var(--color-bg) 100%),
		linear-gradient(to bottom, transparent 50%, var(--color-bg) 100%);
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {

#feature02 .com_bg__img {
	top: 75vw;
}
}



/*---------------------------------------------------------
 WHY
---------------------------------------------------------*/
#why .com_box__bg > * {
	max-width: 1100px;
	margin-inline: auto;
}

/* WHY: tbl_cost
---------------------------------------------------------*/
.tbl_cost {
	width: 100%;
	max-width: 1140px;
	text-align: center;
	font-size: min(1.6vw,135%);
	font-weight: var(--fw-bold);
	line-height: 1.2;
	letter-spacing: .08em;
	border-spacing: 1em 0;
	padding-top: 5%;
}
.tbl_cost thead th,
.tbl_cost tbody td {
	position: relative;
	background-color: rgba(57,158,177,0.06);
	padding: 0 1%;
	min-width: 0;
}
.tbl_cost thead th {
	width: 20%;
	color: var(--color-nvy);
	border-radius: 1em 1em 0 0 ;
}
.tbl_cost thead th div {
	width: 85%;
	max-width: 130px;
	margin: -46% auto .4em;
}

.tbl_cost tbody th {
	position: relative;
	padding: .3em 0;
}
.tbl_cost tbody th::after {
	position: absolute;
	content: "";
	background-color: var(--color-nvy);
	width: .74em;
	height: .88em;
	clip-path: polygon(0 0, 100% 50%, 0 100%);
	right: -1em;
	top: 50%;
	translate: 50% -50%;
}
.tbl_cost .com_txt__ccl {
	color: #FFF;
	background-color: #b6b6ba;
}
.tbl_cost .com_txt__ccl span {
	display: block;
	font-size: 174%;
	margin-top: .2em;
}
.tbl_cost tbody td p {
	color: #8f8d8b;
	font-size: 156%;
}

.tbl_cost tbody tr:nth-of-type(2) .com_txt__ccl {
	background-color: var(--color-taq);
}
.tbl_cost tbody tr:nth-of-type(2) td p {
	color: var(--color-taq);
}
.tbl_cost tbody tr:nth-of-type(2) td p::before {
	display: block;
	content: "";
	background: url(../images/implant/icon-accent.svg) no-repeat center top;
	background-size: contain;
	width: .5em;
	height: .14em;
	margin: 0 auto .2em;
}

.tbl_cost tbody tr:nth-of-type(n+2) td::before {
	position: absolute;
	content: "";
	width: 66%;
	height: 1px;
	background-color: rgba(12,65,76,0.1);
	inset: 0 0 auto 0;
	margin: auto;
}
.tbl_cost tbody tr:last-of-type td {
	border-radius: 0 0 1em 1em;
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.tbl_cost {
	width: 150vw;
	font-size: 85%;
	border-spacing: .6em 0;
	padding-top: 15%;
}
.tbl_cost tbody th::after {
	right: -0.5em;
}
.tbl_cost .com_txt__ccl {
	font-size: 90%;
}
}



/*---------------------------------------------------------
 SPACE
---------------------------------------------------------*/
#space .com_bg__color {
	background-color: #f9f9f0;
}
#space .com_bg__color::before {
	position: absolute;
	content: "";
	background: linear-gradient(to bottom, rgba(232,232,198,1) 10%, rgba(232,232,198,0));
	width: 100%;
	height: 420px;
	left: 0;
	top: 0;
}
#space .com_bg__img {
	opacity: 0.2;
}
#space .com_h__en {
	color: #FFF;
	font-size: min(5vw,340%);
	margin-bottom: .4em;
}
#space .com_h__min {
	color: var(--color-nvy);
	font-size: min(4vw,276%);
}
#space .com_h__min > span.dot {
	font-size: 106%;
	vertical-align: 0.2em;
}
#space .com_h__min > span:not(.dot) {
	position: relative;
	font-size: 158%;
}
#space .com_h__min > span:not(.dot)::before {
	position: absolute;
	content: "";
	background: radial-gradient(#fdc84c, transparent 70%);
	width: 1.8em;
	height: 1.8em;
	left: 50%;
	top: 50%;
	translate: -50% -50%;
	border-radius: 50%;
	z-index: -1;
}
#space .com_h__min > span:nth-of-type(3):before {
	background-image: radial-gradient(#ffc2a5, transparent 70%);
}

#space .tic_slide .splide__track {
  overflow: hidden;
  transform: translateZ(0);
}
#space .tic_slide .splide__list {
  display: flex;
  align-items: center;
  will-change: transform;
  backface-visibility: hidden;
}
#space .tic_slide li {
	width: 26vw !important;
	max-width: 387px;
}
/* space_poi_list */
.space_poi_list {
	position: relative;
	display: flex;
	width: 60%;
	max-width: 690px;
	column-gap: 1.4%;
	margin-left: 5.5%;
	margin-bottom: max(-5%,-70px);
	z-index: 1;
}
.space_poi_list li {
	flex: 1;
	filter: drop-shadow(0 0 10px rgba(0,0,0,0.2));
}
.space_poi_list:last-of-type {
	margin: max(-5%,-70px) 5.5% 0 auto;
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#space .com_h__en {
	font-size: 6vw;
}
#space .com_h__min {
	font-size: 130%;
}
#space .tic_slide li {
	width: 40vw !important;
}
/* space_poi_list */
.space_poi_list {
	width: 92%;
	margin-inline: auto;
}
}



/*---------------------------------------------------------
 ABOUT
---------------------------------------------------------*/
#about {
	color: #FFF;
}
#about .com_bg__color {
	background-color: #115781;
}
#about .com_bg__img {
	--color-bg: transparent;
	top: max(-400px,-26vw);
	z-index: 0;
}
#about .com_h__en {
	color: var(--color-lblu);
}
#about .com_h__en:has(+ #concern) {
	opacity: 0.3;
}
#about .com_txt__bld span {
	display: block;
	font-size: 150%;
}
/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {
#about .com_bg__img {
	width: 54vw;
}
#about .com_box__bg.bg__ind {
	padding-bottom: min(8%,100px);
}

.abo_lead .img_l {
	width: 44%;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#about .com_box__bg.bg__ind {
	padding-bottom: 14%;
}
}

/* ABOUT: trouble
---------------------------------------------------------*/
.trouble_title {
	letter-spacing: -0.05em;
}
.trouble_title span {
	font-size: 137%;
}
.trouble_title img {
	position: absolute;
	width: 5.52em;
	max-width: 193px;
	left: 19%;
	top: -1.8em;
}
.trouble_wrap .com_h__radi {
	color: #FFF;
	background-color: #115781;
}
/* trouble_list */
.trouble_list > li {
	display: grid;
	justify-content: space-between;
	grid-template-columns: 31% 63%;
}
.trouble_list > li:nth-of-type(n+2) {
	margin-top: 6%;
}
.trouble_list .com_h__min {
	text-align: left;
	font-size: min(2.2vw,165%);
	letter-spacing: -0.06em;
	margin-bottom: .5em;
}
/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {
.trouble_wrap {
	display: grid;
	justify-content: space-between;
	grid-template-columns: repeat(2,48%);
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.trouble_wrap {
	display: grid;
	row-gap: 2.5em;
}
/* trouble_list */
.trouble_list > li {
	grid-template-columns: 31% 63%;
}
.trouble_list > li:nth-of-type(n+2) {
	margin-top: 6%;
}
.trouble_list .com_h__min {
	font-size: 110%;
}
}

/* ABOUT: merit
---------------------------------------------------------*/
#merit .com_h__bbl {
	color: #0a3337;
	font-size: min(3.8vw,247%);
}
#merit .com_h__bbl small {
	display: block;
	font-size: 58%;
}
/* tbl_merit */
.tbl_merit {
	width: 100%; 
	text-align: center;
	font-size: min(1.4vw,100%);
	line-height: 1.4;
	letter-spacing: .12em;
	border-spacing: 15px 0;
	padding-top: 5%;
}
.tbl_merit th,
.tbl_merit td {
	position: relative;
	background-color: #FFF;
	box-sizing: border-box;
	padding: .8em .7em;
	min-width: 0;
}
.tbl_merit thead th {
	width: 28%;
	color: var(--color-base);
	font-weight: normal;
}
.tbl_merit thead th:first-child {
	width: 16%;
	background-color: transparent;
}
.tbl_merit thead th span {
	display: block;
	font-size: 211%;
	line-height: 1.2;
}
.tbl_merit thead th div {
	width: 85%;
	max-width: 236px;
	margin: -24% auto 1em;
}

.tbl_merit tbody th {
	color: #FFF;
	font-size: 135%;
	font-weight: var(--fw-bold);
	background-color: rgba(255,255,255,0.2);
	border-bottom: 5px solid #115781;
}
.tbl_merit tbody td {
	height: 6.2em;
	color: var(--color-nvy);
	font-weight: var(--fw-bold);
}
.tbl_merit tbody td::before {
	position: absolute;
	content: "";
	width: 80%;
	height: 1px;
	background-color: rgba(12,65,76,0.1);
	inset: 0 0 auto 0;
	margin: auto;
}
.tbl_merit tbody td > div {
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: .2em;
	font-size: 135%;
}
.tbl_merit tbody td > div div.fz__s {
	font-size: 82%;
}
.tbl_merit tbody td > div div small {
	display: block;
	font-size: 65%;
}
.tbl_merit tbody td i {
	font-size: 150%;
	font-weight: normal;
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {

#merit .com_h__bbl {
	font-size: 140%;
	margin-bottom: 8%;
}
/* tbl_merit */
.tbl_merit {
	width: 190vw;
	font-size: 80%;
	border-spacing: 8px 0;
	padding-top: 10%;
}
.tbl_merit tbody th,
.tbl_merit tbody td > div {
	font-size: 120%;
}
.tbl_merit tbody th {
	border-bottom-width: 3px;
}
.tbl_merit tbody td {
	height: 5.5em;
}
}

/* ABOUT: mri
---------------------------------------------------------*/
#mri {
	background-image: url(../images/implant/about-mri-bg@2x.png);
}
#mri .com_h__bld {
	text-align: center;
}


/* ABOUT: concern
---------------------------------------------------------*/
#concern {
	max-width: 1200px;
}
.concern_title {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	column-gap: .4em;
	background: url(../images/implant/about-concern-bubble.svg) no-repeat center bottom;
	background-size: 86% auto;
	padding-bottom: 1.4em;
}
.concern_title span {
	position: relative;
	display: inline-block;
	font-size: 143%;
	background: url(../images/implant/mark-emphasis.svg) repeat-x left top;
	background-size: 1em auto;
	padding-top: .1em;
}
.concern_title .img {
	width: 6em;
	margin-top: -16%;
}

.concern_lead {
	text-align: center;
	line-height: 1.7;
}
.concern_lead b {
	display: block;
	font-size: min(2.4vw,135%);
	margin-top: .2em;
}
.concern_wrap .bdr_b {
	border-color: rgba(255,255,255,0.2);
}
/* concern_index */
.concern_index {
	display: flex;
	align-items: center;
	column-gap: 1.6em;
	margin-bottom: 1em;
}
.concern_index .com_txt__ccl {
	font-size: min(2vw,135%);
	font-weight: var(--fw-bold);
    width: min(5.7em);
	min-width: 5.7em;
}
.concern_index .com_txt__ccl span {
	display: block;
	color: #0c5b65;
	font: var(--font-en);
	font-size: 182%;
	font-weight: 400;
	line-height: 0.5;
	margin-top: .4em;
}
.concern_index .com_h__min {
	text-align: left;
	margin-bottom: 0;
}
/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {
.concern_wrap {
	max-width: 1060px;
	margin-inline: auto
}
.concern_wrap .com_flt .img_l {
	width: 32%;
}
.concern_wrap .com_flt .txt_r {
	width: 64%;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {

.concern_title {
	display: block;
	font-size: 120%;
}
.concern_lead {
	text-align: left;
}
.concern_lead b {
	font-size: 115%;
}
/* concern_index */
.concern_index {
	column-gap: 1.2em;
}
.concern_index .com_txt__ccl {
	font-size: 85%;
}
.concern_index .com_h__min {
	font-size: 110%;
}
}



/*---------------------------------------------------------
 PROCESS
---------------------------------------------------------*/


/* PROCESS: case
---------------------------------------------------------*/
.process_case {
	display: grid;
	row-gap: 2em;
}
.process_case dl dt {
	color: var(--color-nvy);
	line-height: 1.1;
	padding-left: 1em;
	border-left: 1px solid currentColor;
	margin-bottom: 1.4em;
}
.process_case dl dd {
	max-width: 600px;
	display: grid;
	justify-content: space-between;
	grid-template-columns: 38% 58%;
	align-items: center;
	margin-inline: auto;
}
.process_case .txt {
	max-width: max-content;
	color: var(--color-nvy);
	font-size: min(1.8vw,147%);
	font-weight: var(--fw-bold);
	line-height: 1.5;
	letter-spacing: .08em;
	white-space: nowrap;
}
.process_case .txt div {
	font-size: 128%;
}
.process_case .txt span {
	font: var(--font-en);
	color: var(--color-taq);
	font-size: 552%;
	vertical-align: -0.05em;
}
.process_case .txt span.tilde {
	font-family: "Hiragino Kaku Gothic ProN","Hiragino Sans";
	font-size: 156%;
	font-weight: normal;
	vertical-align: 0.6em;
}
.process_case .txt small {
	display: block;
	text-align: center;
	font-size: 72%;
	letter-spacing: .08em;
	margin-top: -1.6em;
}
/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {
.process_case {
	justify-content: space-between;
	grid-template-columns: 50% 50%;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {

.process_case {
	width: 92%;
	margin-inline: auto;
}
.process_case dl dt {
	margin-bottom: 1em;
}
.process_case dl dd {
	max-width: 600px;
	display: grid;
	justify-content: space-between;
	grid-template-columns: 38% 58%;
	align-items: center;
	margin-inline: auto;
}
.process_case .txt {
	font-size: 105%;
}
.process_case .txt div {
	font-size: 120%;
}
.process_case .txt span {
	font-size: 400%;
	vertical-align: -0.05em;
}
.process_case .txt span.tilde {
	vertical-align: 0.3em;
}
.process_case .txt small {
	margin-top: -1em;
}
}





/*---------------------------------------------------------
 STEP
---------------------------------------------------------*/
#step .com_bg__color {
	background-color: rgba(17,176,180,0.13);
}
#step .com_bg__color::before {
	position: absolute;
	content: "";
	background: linear-gradient(to bottom, rgba(149,205,192,1) 10%, rgba(149,205,192,0));
	width: 100%;
	height: 420px;
	left: 0;
	top: 0;
}
#step .com_bg__img {
	opacity: 0.5;
	-webkit-mask-image: linear-gradient(to top, transparent 40%, black 60%);
	mask-image: linear-gradient(to top, transparent 40%, black 60%);
}
.step_title {
	color: var(--color-nvy);
	margin-bottom: 8.5%;
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#step .com_bg__img {
	-webkit-mask-image: linear-gradient(to top, transparent 20%, black 60%);
	mask-image: linear-gradient(to top, transparent 20%, black 60%);
}
}

/* STEP: step_list
---------------------------------------------------------*/
.step_list {
	list-style: none;
	counter-reset: stepCounter;
}
.step_list > li {
	position: relative;
	padding: 4.6% 5%;
	background-color: #fff;
	margin-bottom: 8.4%;
}
.step_list > li:last-of-type {
	margin-bottom: 0;
}
.step_list > li:last-of-type::before {
	display: none;
}
.step_list > li::before {
	position: absolute;
	content: "";
	background-color: #0c415b;
	width: 42px;
	height: 30px;
	inset: calc(100% - 0.1px) 0 auto 0;
	margin: auto;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.step_no {
	position: absolute;
	counter-increment: stepCounter;
	color: var(--color-taq);
	font: var(--font-en);
	font-size: min(8vw,745%);
	letter-spacing: normal;
	left: .5em;
	top: -0.5em;
}
.step_no::before {
	content: counter(stepCounter, decimal-leading-zero);
}
.step_index {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: .3em 1em;
	margin-bottom: 1em;
}
.step_index .com_h__min {
	color: var(--color-nvy);
	margin-bottom: 0;
}
.step_index .time {
	color: #FFF;
	font-weight: var(--fw-bold);
	line-height: 1.5;
	letter-spacing: .14em;
	background-color: var(--color-taq);
	padding: .3em 1.5em;
	border-radius: 2em;
}
/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {

.step_list > li > div {
	max-width: 1100px;
	margin-inline: auto;
}
.step_list .com_h__min {
	text-align: left;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {

.step_list > li {
	padding: 10% 6%;
	margin-bottom: 10%;
}
.step_list > li::before {
	width: 34px;
	height: 22px;
}
.step_no {
	font-size: 12vw;
}
.step_index {
	display: block;
}
.step_index .time {
	display: block;
	max-width: max-content;
	font-size: 90%;
	margin: .5em auto 0;
}
}



/*---------------------------------------------------------
 PRICE
---------------------------------------------------------*/
#price {
	color: #FFF;
	background-color: var(--color-taq);
}
#price .com_h__en {
	color: rgba(255,255,255,0.3);
}
.price_supplement {
	color: #FFF;
	background-color: #40abb8;
}
.price_supplement .bdr_b {
	border-color: rgba(255,255,255,0.3);
}
.price_supplement .com_box__bg {
	width: 96%;
	max-width: 1200px;
	color: #0c414c;
	background-color: rgba(255,255,255,0.6);
	margin-inline: auto;
}
/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {

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

}

/* PRICE: tbl_pri
---------------------------------------------------------*/
.tbl_pri {
	border-collapse: collapse;
}
.tbl_pri caption {
	text-align: right;
	font-weight: var(--fw-bold);
	caption-side: bottom;
	color: rgba(255,255,255,0.6);
	font-size: 88%;
	margin-top: .8em;
}
.tbl_pri tr {
	border-bottom: 1px solid rgba(255,255,255,0.3);
}
.tbl_pri th {
	width: 75%;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	padding: 2.6em 0;
	padding-right: 3%;
}
.tbl_pri tr:first-of-type th {
	padding-top: 0;
}
.tbl_pri th dt small {
	font-size: 75%;
}
.tbl_pri td {
	width: 25%;
	background-color: rgba(255,255,255,0.1);
	text-align: center;
	font-weight: var(--fw-bold);
	line-height: 1.4;
	padding: 1em 1.5%;
	letter-spacing: .1em;
}
.tbl_pri td .price {
	font-size: min(2vw,135%);
}
.tbl_pri td .price span {
	color: var(--color-lyel);
	margin-right: .1em;
}
.tbl_pri td .txt {
	color: var(--color-lyel);
	font-size: min(2vw,117%);
}
.tbl_pri td dl dt {
    font-size: 105%;
	line-height: 1.5;
	margin-bottom: .2em;
}
.tbl_pri td dl dt:not(:first-of-type) {
	margin-top: 1.5em;
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {

.tbl_pri th,
.tbl_pri td {
	display: block;
}
.tbl_pri th {
	width: 100%;
	padding: 1.6em 0 1.2em;
}
.tbl_pri td {
	width: 100%;
	padding: 4%;
}
.tbl_pri td .txt {
	font-size: 105%;
}
.tbl_pri td .price {
	font-size: 110%;
}
}



/*---------------------------------------------------------
 PAYMENT
---------------------------------------------------------*/

/* PAYMENT: pay_card_list
---------------------------------------------------------*/
.pay_card_list {
	width: 80%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: .5em 2%;
	margin: 4% auto 0;
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.pay_card_list {
	width: 90%;
	margin-top: 6%;
}
.pay_card_list > li {
	width: 23.5%;
}
}

/* PAYMENT: loan
---------------------------------------------------------*/
.loan_box {
	text-align: center;
}
.loan_box .com_fuki {
	margin-bottom: 1em;
}
.loan_box .price {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	column-gap: 1em;
	font-size: min(2vw,117%);
	font-weight: var(--fw-bold);
	line-height: 1.4;
	letter-spacing: .05em;
	margin: 3% auto 2%;
}
.loan_box .price .number {
	color: #FFF;
	text-align: center;
	line-height: 1.1;
	background-color: #40abb8;
	padding: .6em .8em;
	border-radius: .5em;
}
.loan_box .price .fee div {
	display: inline-block;
	font-size: 125%;
}
.loan_box .price .fee span {
	font: var(--font-en);
	font-size: 332%;
	line-height: 0.7;
	letter-spacing: .02em;
	vertical-align: -0.1em;
	margin: 0 0.15em;
}
.loan_box ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: .2em .5em;
	font-size: 88%;
	line-height: 1.5;
	margin-top: 2em;
}
/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {

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

.loan_box .price {
	font-size: 90%;
	margin: 3% auto 2%;
}
.loan_box .price .fee span {
	font-size: 300%;
}
}



/*---------------------------------------------------------
 WARRANTY
---------------------------------------------------------*/
.war_figure {
	text-align: center;
}
.war_figure img {
	width: 70%;
	max-width: 600px;
	margin: 3% auto 0;
}
.war_check_wrap {
	width: 90%;
	max-width: 1110px;
	margin-inline: auto;
}
.war_check_wrap .com_h__min {
	text-align: left;
	font-size: min(2vw,135%);
	padding-left: 2em;
	margin-bottom: 1em;
}
.war_check_wrap .com_h__min::before {
	position: absolute;
	content: "";
	background: url(../images/implant/icon-check.svg) no-repeat;
	background-size: contain;
	width: 1.5em;
	height: 1.1em;
	left: 0;
	top: .2em;
}
.war_check_wrap .list__point > li {
	font-size: 88%;
	margin-bottom: 1em;
}
.war_check_wrap .list__point > li::before {
	background-color: rgba(255,255,255,0.4);
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.war_figure img {
	width: 100%;
}
.war_check_wrap .com_h__min {
	font-size: 110%;
}
}



/*---------------------------------------------------------
 DEDUCTION
---------------------------------------------------------*/

/* DEDUCTION: calc_box
---------------------------------------------------------*/
.ded_calc_box .com_txt__bld {
	color: var(--color-nvy);
	margin-bottom: 1em;
}
.ded_calc_box .formula {
	max-width: max-content;
	font-size: min(1.7vw,128%);
	font-weight: var(--fw-bold);
	line-height: 1.5;
	letter-spacing: .1em;
	white-space: nowrap;
	margin-inline: auto;
}
.ded_calc_box .formula span {
	vertical-align: middle;
}
.ded_calc_box .formula span.max {
	font-size: 68%;
}
.ded_calc_box .formula span.color2 {
	color: var(--color-grn);
}
.ded_calc_box .asterisk {
	display: block;
	text-align: right;
	color: rgba(66,34,12,0.5);
	line-height: 1.5;
	letter-spacing: .08em;
	margin-top: .8em;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.ded_calc_box .formula {
	font-size: 2vw;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
	
.ded_calc_box .formula {
	font-size: 100%;
	letter-spacing: .06em;
	font-feature-settings: "halt";
}
.ded_calc_box .asterisk {
	text-align: left;
	font-size: 90%;
	letter-spacing: normal;
}

}



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


/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {

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

}

