@charset "UTF-8";
/* CSS Document */
html{
	scroll-behavior: smooth;
}
body{
	width: 100%;
	margin: 0 auto;
	padding: 0;
	font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 600px){
body{
	background-image: url(../assets/pc_bg.png);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;}
}
p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 300;
  font-style: normal;
　font-feature-settings: "palt";
}
@media screen and (min-width: 601px){
.pc{
	display: none;
	}
}
@media screen and (max-width: 600px){
.sp{
	display: none;
	}
}
@media screen and (min-width: 501px){
	.tab_on{
		display: none;
	}
}
@media screen and (max-width: 500px){
	.tab_off{
		display: none;
	}
}

.load-fade {
  opacity: 0;
  visibility: hidden;
  transition: all 1s;
}
.load-fade.is-show {
  opacity: 1;
  visibility: visible;
}
.scroll-up {
  opacity: 0; 
  visibility: hidden;
  transform: translateY(50px);
  transition: all 1s;
}
.scroll-up.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
.original-gradient {
  height: 200px;
  width: 90%;
  background-image: linear-gradient(90deg, rgba(255, 187, 248, 1), rgba(219, 138, 222, 1));
}
.kosugi-maru-regular{
  font-family: "Kosugi Maru", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.noto-sans-jp-300{
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}
.noto-sans-jp-400 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

#view{
	position: relative;
	z-index: 1;
	margin: 0 auto;
	padding: 0;
	background: var(--color-white);
	overflow: hidden;
	box-shadow: 3px 3px 10px #1111111f;
	background-color: #fff;
}
@media screen and (min-width: 601px){
	#view{
		max-width: 600px;
	}
}
@media screen and (max-width: 600px){
	#view{
		width: 100%;
	}
}
.fv_bg{
	background-image: url(../assets/top_bg.png);
	background-size: cover;
	height: 720px;
	width: 100%;
	position: relative;
}
@media (max-width: 484px){
	.fv_bg{
		height: 680px;
	}
}
.topwomen{
	position: absolute;
	width: 260px;
	bottom: 0px;
	left: 0;
	right: 0;
	margin: auto;
}
@media (max-width: 484px){
	.topwomen{
		width: 250px;
	}
}
h1{
    font-size: 65px;
    font-family: sans-serif;
    letter-spacing: 5px;
    text-align: center;
    position: relative;
    top: 10px;
    font-feature-settings: "palt";
    font-weight: 600;

}
h1 span{
	display: block;
	font-size: 24px;
	padding: 15px;
	font-feature-settings: "palt";
}
.second-view{
	background-image: url("../assets/second_view__bg.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	aspect-ratio: 11 / 18;
	position: relative;
	top: -50px;
	margin-bottom: -50px;
}
.second_view__solve div{
	position: relative;
}

.second_view__solve div ul{
	display: flex;
	width: 90%;
	margin: auto;
	align-items: center;
	position: absolute;
	margin-top: 45px;
	top: 170px;
	left: 0;
	right: 0;
	justify-content: center;
}
@media screen and (max-width: 484px){
	.second_view__solve div ul{
		top: 50px;
		width: 95%;
		margin: 5% auto 0;
	}
}
.solve_l{
	 width: 200px;
}
@media screen and (max-width: 484px){
	.solve_l{
		width: 35%;
		/* margin: 10px auto; */
	}
}
.solve_r p:not(.second_view__solve){
	font-size: 22px;
	top: 0;
	left: 0;
	right: 0;
	padding: 0;
	margin: auto;
	line-height: 40px;
	color: #333;
}
@media screen and (max-width: 484px){
	.solve_r p:not(.second_view__solve){
		font-size: 16px;
    	line-height: 28px;
	}
}
.solve_r div{
	width: 100%;
}
.solve_bg:not(.second_view__solve){
	background: #fff;
    font-size: 18px;
    letter-spacing: 1.5px;
    margin-bottom: 10px;
    display: inline-block;
    padding: 0 10px;
}
@media screen and (max-width: 484px){
	.solve_bg:not(.second_view__solve){
		font-size: 16px;
    	margin-bottom: 3px;
	}
}
.solve_pink:not(.second_view__solve){
	font-size: 24px;
	background: none;
	color: #e284c2;
	font-weight: 600;
}
@media screen and (max-width: 484px){
	.solve_pink:not(.second_view__solve){
		font-size: 19px;
    	padding: 0;
	}
}
.second_view__worries{
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
	font-size: 26px;
	line-height: 3rem;
	letter-spacing: 2px;
}
.top_think{
	display: flex;
    justify-content: space-evenly;
    padding-top: 50px;
}
.top_think li{
	width: 43%;
}
h3{
    background: linear-gradient(transparent 0%, #ffffffe3 0%);
    line-height: 4.5rem;
    display: inline;
    font-size: 30px;
    padding: 7px;
    margin-top: 50px;
    position: relative;
    top: 50px;

}
h3 span{
	color: #445284;
}
@media (max-width: 484px){
	h3{
        font-size: 23px;
        margin-top: 20px;
        top: 30px;
        line-height: 3.5rem;
    
    }
}
.second_view__point{
	max-width: 450px;
	width: 95%;
	margin: 5% auto;
}
.second_view__solve{
	background-image: url("../assets/second_view__solve.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	aspect-ratio: 3 / 4;
	position: relative;
}
@media (max-width: 464px){
	.second_view__solve{
		background-image: url("../assets/second_view__solve_sp.png");
	}
}
.second_view__solve p{
	font-size: 40px;
    font-weight: 400;
    color: #fff;
    padding: 5px;
    line-height: 4rem;
    position: relative;
    top: 130px;
    text-align: center;
}
.second_view__solve span{
	font-size: 35px;
    background: linear-gradient(transparent 0%, #e284c2 0%);
    padding: 8px;
}
@media screen and (max-width: 484px){
	.second_view__solve p{
		top: 50px;
	}
	.second_view__solve span{
		font-size: 28px;
		line-height: 2rem;
	}
}
h5{
	font-size: 27px;
	font-family: "Kosugi Maru", serif;
	font-weight: 400;
	font-style: normal;
	text-align: center;
	margin: 65px auto;
	letter-spacing: 1.5px;
}
.btn_pink{
	margin: 0 auto;
	width: 75%;
	background: #e284c2;
	border-radius: 50px;
	padding: 10px;
	margin: 65px auto;
	box-shadow: 1px 5px 10px #c4c4c4;
}
.btn_pink p{
	font-size: 25px;
	font-weight: 600;
	width: 100%;
	font-style: normal;
	text-align: center;
	color: #fff;
	letter-spacing: 1.5px;
	position: relative;
	top: -13px;
	padding-right: 20px;
	margin: 0 auto;
}
@media(max-width: 484px){
	.btn_pink{
		width: 90%;
    	padding: 10px;
    	margin: 45px auto;
	}
	.btn_pink p{
		font-size: 19px;
	}
}
.pink_text::after{
	display: block;
	content: '';
	width: 35px;
	height: 5px;
	border-bottom: solid 1.5px;
	border-right: solid 1.5px;
	transform: skew(50deg);
	position: absolute;
	right: 15px;
	bottom: 10px;
}
@media(max-width: 484px){
	.pink_text::after{
		width: 20px;
    	height: 4px;
	}	
}
.btn_white:not(.btn_pink){
	margin: 0 auto;
	width: 60%;
	background: #ffffff;
	border-radius: 35px;
	padding: 7px;
	text-align: center;
	position: relative;
	top: -25px;
	border: 3px solid #e284c2;
}
@media(max-width: 484px){
	.btn_white:not(.btn_pink){
		font-size: 14px;
	}
}
.btn_white p:not(.btn_pink){
	text-align: center;
	color: #e284c2;
	font-weight: 700;
	letter-spacing: 2px;
	font-size: 17px;
	letter-spacing: 0.5px;
	top: 0;
	padding: 0;
}
@media(max-width: 484px){
	.btn_white p:not(.btn_pink){
		font-size: 15px;
	}
}
.btn_green{
	margin: 0 auto;
	width: 75%;
	background: #67d0a4;
	border-radius: 50px;
	padding: 10px;
	margin: 65px auto;
	box-shadow: 1px 5px 10px #c4c4c4;
}
@media(max-width: 484px){
	.btn_green{
		width: 90%;
    	padding: 10px;
    	margin: 45px auto;
	}
}
.btn_green p{
	font-size: 25px;
	font-weight: 600;
	width: 100%;
	font-style: normal;
	text-align: center;
	color: #fff;
	letter-spacing: 1.5px;
	position: relative;
	top: -13px;
	padding-right: 20px;
	margin: 0 auto;
}
@media (max-width: 484px){
	.btn_green p{
		font-size: 19px;
	}
}
.green_text::after{
	display: block;
	content: '';
	width: 35px;
	height: 5px;
	border-bottom: solid 1.5px;
	border-right: solid 1.5px;
	transform: skew(50deg);
	position: absolute;
	right: 15px;
	bottom: 10px;
}
.btn_s_green:not(.btn_green){
	margin: 0 auto;
	width: 60%;
	background: #ffffff;
	border-radius: 35px;
	padding: 7px;
	text-align: center;
	position: relative;
	top: -25px;
	border: 3px solid #67d0a4;
}
.btn_s_green p:not(.btn_green){
	text-align: center;
	color: #67d0a4;
	font-weight: 700;
	letter-spacing: 2px;
	font-size: 17px;
	letter-spacing: 0.5px;
	top: 0;
	padding: 0;
}
@media (max-width: 484px){
	.btn_s_green p:not(.btn_green){
		font-size: 15px;
	}
}
.btn_grey{
	margin: 0 auto;
	width: 75%;
	background: #8f9291;
	border-radius: 50px;
	padding: 10px;
	margin: 65px auto;
	box-shadow: 1px 5px 10px #c4c4c4;
}
@media (max-width: 484px){
	.btn_grey{
		width: 90%;
    	padding: 10px;
    	margin: 45px auto;
	}
}
.btn_grey p{
	font-size: 25px;
	font-weight: 600;
	width: 100%;
	font-style: normal;
	text-align: center;
	color: #fff;
	letter-spacing: 1.5px;
	position: relative;
	top: -13px;
	padding-right: 20px;
	margin: 0 auto;
}
@media (max-width: 484px){
	.btn_grey p{
		font-size: 19px;
	}
}
.grey_text::after{
	display: block;
	content: '';
	width: 35px;
	height: 5px;
	border-bottom: solid 1.5px;
	border-right: solid 1.5px;
	transform: skew(50deg);
	position: absolute;
	right: 15px;
	bottom: 10px;
}
.btn_s_grey:not(.btn_grey){
	margin: 0 auto;
	width: 70%;
	background: #ffffff;
	border-radius: 35px;
	padding: 7px;
	text-align: center;
	position: relative;
	top: -25px;
	border: 3px solid #8f9291;
}
@media (max-width:484px){
	.btn_s_grey:not(.btn_grey){
		    width: 75%;
	}
}
.btn_s_grey p:not(.btn_grey){
	text-align: center;
	color: #8f9291;
	font-weight: 700;
	letter-spacing: 2px;
	font-size: 16px;
	letter-spacing: 0.5px;
	top: 0;
	padding: 0;
}
@media (max-width: 484px){
	.btn_s_grey p:not(.btn_grey){
		font-size: 15px;
	}
}
.third-view{
	margin: 100px auto;
}
.third-view_title{
	margin: 0 auto 20px;
}
.third-view_number{
	text-align: center;
    margin: 40px auto;
    background-color: #fff;
    font-size: 23px;
    color: #e284c2;
    font-weight: 400;
    position: relative;
}
.third-view_number span{
  position: relative;
  background: #fff;
  padding: 0 20px;
  z-index: 1;
}
.third-view_number::after{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 15px;
	background-image: url("data:image/svg+xml;utf8,\
	<svg xmlns='http://www.w3.org/2000/svg' width='100' height='10' viewBox='0 0 100 10'>\
	<path d='M0 5 Q 5 0 10 5 T 20 5 T 30 5 T 40 5 T 50 5 T 60 5 T 70 5 T 80 5 T 90 5 T 100 5' \
	stroke='%23e284c2' fill='transparent' stroke-width='1.5'/>\
</svg>");
	background-repeat: repeat-x;
	background-size: auto 7px;
	z-index: 0;
}
/*
.third-view_number::after{
	display: inline-block;
	content: '';
	width: 44%;
	border-bottom: 1px solid #e284c2;
	text-decoration-style: wavy;
	position: absolute;
	top: 10px;
	margin-left: 50px;
	right: 0;
}
*/
.third-view_treatmentbg{
    background-image: url(../assets/inti01.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    height: 766px;
    top: 0px;
}
@media(max-width: 484px){
	.third-view_treatmentbg{
		height: 650px;
	}
}
.third-view_treatment{
	position: relative;
    top: -350px;
	margin-bottom: -370px;
}
.third-view_name h4{
	position: relative;
	text-align: center;
	font-size: 38px;
	font-family: 'Kosugi Maru';
	color: #e284c2;
	font-weight: 600;
	letter-spacing: 1.5px;
	text-shadow: 1px 1px 20px #fff;
}
@media(max-width: 484px){
	.third-view_name h4{
	    font-size: 30px;
	}
}
.third-view_name p{
    display: block;
    text-align: center;
    font-size: 23px;
    margin-top: 20px;
    color: #333;
    font-weight: 500;
    letter-spacing: 2px;
}
@media(max-width: 484px){
	.third-view_name p{
	    font-size: 18px;
	}
}
.nameimg::after{
	display: inline-block;
	content: '';
	background-image: url("../assets/inti02.png");
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	width: 55px;
	height: 55px;
	top: -35px;
	right: 60px;
}
@media(max-width: 484px){
	.nameimg::after{
		width: 35px;
    	height: 35px;
    	top: -25px;
    	right: 15px;
	}
}
.nameimg-02::after{
	display: inline-block;
    content: '';
    background-image: url(../assets/inti02.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    width: 55px;
    height: 55px;
    top: -35px;
    left: 150px;
    transform: scale(-1, 1);
}
@media(max-width: 484px){
	.nameimg-02::after{
		width: 35px;
    	height: 35px;
    	top: -25px;
    	left: 90px;
	}
}
.nameimg-03::after{
	display: inline-block;
	content: '';
	background-image: url("../assets/inti02.png");
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	width: 55px;
	height: 55px;
	top: -35px;
	right: 90px;
}
@media(max-width: 484px){
	.nameimg-03::after{
		width: 35px;
    	height: 35px;
    	top: -20px;
    	right: 40px;
	}
}
    
.third-view_treatment dl{
	width: 85%;
	margin: 40px auto;
}
.third-view_treatment dt::before{
	display: inline-block;
	content: url(../assets/diamond.svg);
	width: 23px;
	margin-right: 5px;
}
@media(max-width: 484px){
	.third-view_treatment dt::before{
		width: 16px;
	}
}
.third-view_treatment dt{
    font-weight: 600;
    letter-spacing: 1px;
    color: #fff;
    font-size: 23px;
    padding: 10px;
    margin: 10px auto;
    background-image: linear-gradient(90deg, rgba(255, 187, 248, 1), rgba(219, 138, 222, 1));

}
@media(max-width: 484px){
	.third-view_treatment dt{
        font-size: 17px;
        padding: 10px;
        font-family: sans-serif;
    
    }
}
.third-view_treatment dt span{
	display: inline-block;
    font-size: 15px;
    margin-left: 5px;
}
@media(max-width: 484px){
	.third-view_treatment dt span{
		font-size: 12px;
	}
}
.third-view_treatment dd{
    font-family: 'Noto Sans JP',sans-serif;
    font-size: 17px;
    text-align: justify;
    line-height: 2rem;
    font-weight: 300;
}
@media(max-width: 484px){
	.third-view_treatment dd{
		font-size: 15.5px;
	}
}
.third-view_price{
	width: 85%;
    border-top: 3px dotted #e284c2;
    border-bottom: 3px dotted #e284c2;
    margin: 0 auto;
    padding: 30px 0;
}
.third-view_price ul{
	width: 100%;
	display: flex;
	align-items: center;
	margin: 0 auto 20px;
	justify-content: space-evenly;
}
@media(max-width: 500px){
	.third-view_price ul{
		    width: 100%;
		    flex-wrap: wrap;
		    gap: 8px;
	}
}
.third-view_price__times{
	min-width: 30%;
	padding: 8px;
	border-radius: 20px;
	text-align: center;
	border: 1.5px solid #e091e2;
	position: relative;
}
.third-view_price__times p{
    color: #e091e2;
    font-weight: 900;
    padding: 0 8px;
}
.third-view_price__times p::before{
	position: absolute;
	inset: 3px -3px -3px 3px;
	content: '';
	border-radius: 20px;
	background: #fff0ff;
	z-index: -1;
	height: 35px;
}
.times_cover{
	width: 30%;
    background: #fff0ff;
    padding: 8px;
    border-radius: 20px;
    text-align: center;
}
.third-view_price__times div p{
	color: #e284c2;
    font-weight: 500;
}
/*
.third-view_price__price{
	width: 45%;
}
@media(max-width: 484px){
	.third-view_price__price{
		width: 50%;
		}
}
*/
.third-view_pricettl{
	display: inline-block;
    width: 100px;
    padding: 10px;
    margin: 0 0 auto 0;
    background: #fff;
    text-align: right;
    position: relative;
    top: 16px;
    color: #e284c2;
    font-weight: 500;
}
@media(max-width: 484px){
	.third-view_pricettl{
		width: 80px;
		}
}
.third-view_price__price p{
	font-size: 30px;
    font-weight: 500;
	text-align: center;
    font-family: sans-serif;
}
@media(max-width: 484px){
	.third-view_price__price p{
	    font-size: 25px;
	}
}
.third-view_price__price span{
	font-size: 15px;
    display: inline-block;
    margin-left: 10px;
}
@media(max-width: 484px){
	.third-view_price__price span{
		margin-left: 5px;
	}
}
.attention{
	width: 80%;
	margin: 0 auto;
	font-size: 13px;
	line-height: 1.4rem;
	font-weight: 200;
	text-align: center;
}
.third-view_cosme{
    position: relative;
}
.third-view_cosme img{
	margin: 50px auto;
    width: 85%;
}
@media(max-width: 484px){
	.third-view_cosme img{
		width: 95%;
	}
}
.third-view_cosme p{
	display: inline-block;
	width: 60%;
	background-color: #d973e7;
	padding: 10px;
	border-radius: 20px;
	position: absolute;
	bottom: 145px;
	left: 0;
	right: 0;
	margin: auto;
	color: #fff;
	font-weight: 500;
	font-size: 15px;
	text-align: center;
	letter-spacing: 0.5px;
}
.third-view_cosme span{
	display: block;
    position: relative;
    bottom: 120px;
    font-size: 12px;
    text-align: center;
    margin: auto;
    left: 0;
    right: 0;
}
.vio_treatmentbg{
    background-image: url(../assets/vio01.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    height: 766px;
    top: 0px;
}
@media (max-width: 484px){
	.vio_treatmentbg{
		height: 656px;
	}
}
.vioprice_img{
	margin: 0 auto 25px;
}
.viobtn{
	width: 85%;
	margin: 20px auto;
	background-color: #555;
	padding: 15px 10px;
	text-align: center;
	color: #fff;
}
.viobtn p{
	font-family: 'Noto Sans JP', sans-serif;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 1px;
}
.tesla_treatmentbg{
	background-image: url("../assets/tesla01.png");
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    height: 913px;
    top: 0px;
}
@media screen and (max-width: 464px){
	.tesla_treatmentbg{
		height: 750px;
	}
}
.inner_one{
	position: relative;
    top: 190px;
}
@media screen and (max-width: 464px){
	.inner_one{
		top: calc(30vw - 80px);
	}
}
.topparts{
	position: absolute;
	bottom: 190px;
	width: 360px;
	left: 0;
	right: 0;
	margin: auto;
}

.arrow {
  position: relative;
  display: inline-block;
}

.arrow::before,
.arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: 0;
  width: 10px;
  height: 3px;
  border-radius: 9999px;
  background-color: #000000;
  transform-origin: calc(100% - 2px) 50%;
}

.arrow::before {
  transform: rotate(45deg);
}

.arrow::after {
  transform: rotate(-45deg);
}
.box{
  --mask:
    radial-gradient(34.41px at 50% 48px,#000 99%,#0000 101%) calc(50% - 40px) 0/80px 51% repeat-x,
    radial-gradient(34.41px at 50% -28px,#0000 99%,#000 101%) 50% 20px/80px calc(51% - 20px) repeat-x,
    radial-gradient(34.41px at 50% calc(100% - 48px),#000 99%,#0000 101%) calc(50% - 40px) 100%/80px 51% repeat-x,
    radial-gradient(34.41px at 50% calc(100% + 28px),#0000 99%,#000 101%) 50% calc(100% - 20px)/80px calc(51% - 20px) repeat-x;
  -webkit-mask: var(--mask);
  mask: var(--mask);
  background-image: linear-gradient(rgb(238 254 247), rgb(208 233 223)), url(../assets/clinic_img.png);
  background-size: contain;
  /* position: relative; */
  background-position: center;
  background-repeat: no-repeat;
}
.box_bottom{
	padding-bottom: 50px;
	margin-top: -270px;
}
.clinic{
	padding-top: 80px;
	height: 500px;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: linear-gradient(rgb(183 183 183 / 10%), rgb(238 254 247 / 71%)), url(../assets/clinic_img.png);
}
.clinic_lead img{
	text-align: center;
    margin: 30px auto;
    width: 40%;
}
@media(max-width: 484px){
	.clinic_lead img{
		width: 60%;
	}
}
.clinic_lead h2{
	font-size: 22px;
    text-align: center;
    font-family: 'Kosugi Maru';
    background: #fff;
    width: 75%;
    display: block;
    margin: 0 auto;
    padding: 10px;
}
@media (max-width: 484px){
	.clinic_lead h2{
		font-size: 18px;
		width: 80%;
	}
}
.clinic_lead span{
	font-size: 30px;
    color: #6bc19d;
    display: inline-block;
    margin-right: 5px;
    letter-spacing: 1.5px;
    font-weight: 500;
}
@media (max-width: 484px){
	.clinic_lead span{
		font-size: 24px;
	}
}
.zigzag-circle{
    width: 95px;
    height: 95px;
    background-image: url(../assets/waveicon.svg);
    background-size: cover;
    background-position: center;
    color: white;
    font-weight: bold;
    font-size: 0.9rem;
    text-align: center;
    line-height: 1.2;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    position: absolute;
    top: -35px;
    left: -20px;
}
@media (max-width: 484px){
	.zigzag-circle{
        width: 70px;
        height: 70px;
    
    }
}
.zigzag-circle p{
	font-weight: 400;
}
.zigzag-circle span{
	display: block;
	font-size: 23px;
	font-weight: 600;
	margin-top: 2px;
}
.clinic_point{
	width: 73%;
	padding: 40px;
	background: #fff;
	margin: 80px auto;
	border-radius: 10px;
	position: relative;
}
@media (max-width: 484px){
	.clinic_point{
		width: 80%;
		padding: 30px;
		margin: 50px auto;
	}
}
.clinic_point h4{
    font-family: 'Kosugi Maru';
    font-size: 27px;
    margin: 0 auto 15px;
    letter-spacing: 3px;
    text-align: center;
}
@media (max-width: 484px){
	.clinic_point h4{
		font-size: 23px;
		letter-spacing: 2px;
	}
}
.clinic_point h4 span{
	display: block;
    padding: 10px 0;
    font-size: 16px;
    letter-spacing: 1px;
}
.clinic_point hr{
	display: block;
    border-top: 1px dashed;
    margin-bottom: 10px;
    color: #6bc19d;
}
.point_text{
	font-family: 'Kosugi Maru';
	font-size: 14px;
	letter-spacing: .6px;
	line-height: 1.5rem;
	text-align: justify;
	width: 85%;
	margin: 0 auto;
}
.one{
	width: 27px;
    height: 36px;
    background-image: url(../assets/point1.png);
    background-size: cover;
    background-position: center;
    position: absolute;
    right: 70px;
    top: 35px;
}
@media (max-width: 484px){
	.one{
	    top: 15px;
    	right: 17px;
	}
}
.two{
    width: 100%;
    height: 103%;
    background-image: url(../assets/point2.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: 0;
}
@media (max-width: 484px){
	.two{
		width: 100%;
    	height: 65%;
	}
}    
.three{
	width: 40px;
    height: 35px;
    background-image: url(../assets/point3.png);
    background-size: cover;
    background-position: center;
    position: absolute;
    right: 90px;
    top: 70px;
}
@media (max-width: 484px){
	.three{
		right: 25px;
    	top: 20px;
	}
}
.four{
	width: 40px;
	height: 35px;
	background-image: url(../assets/point4.png);
	background-size: cover;
	background-position: center;
	position: absolute;
	right: 20px;
	bottom: 25px;
}
.access{
 	background-color: #ffffff30;
 	padding-bottom: 50px;
}
.access ul{
	background: #f0f0f0;
	width: 80%;
	margin: 20px auto;
	padding: 20px;
}
@media screen and (max-width: 600px){
	.access{
		padding: 0;
	}
}
.contact_logo{
	width: 95%;
    margin: 0 auto;
    text-align: center;
}
.contact_logoimage{
	margin: 0 auto;
    padding: 40px 0 20px;
    text-align: center;
    width: 200px;
}
.addr{
	font-size: 14px;
    text-align: center;
    line-height: 1.3rem;
}
.business_hours, .freedial{
	width: 90%;
	padding: 20px;
	margin: 25px auto 0;
	background-color: #f0f0f0;
}
.map iframe{
    margin: 30px auto;
    display: block;
    aspect-ratio: 3 / 3;
    width: 90%;
}
.a_tool{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80%;
    margin: 15px auto;
}
.tool_img{
    width: 35px;
    margin-right: 20px;
}
.tool_t{
	font-size: 19px;
	width: 80%;
	letter-spacing: .6px;
	font-weight: 500;
}
.tool_tt{
    font-size: 14px;
    padding: 5px;
	line-height: 1.3rem;
}
.tt_s{
	display: inline-block;
    font-size: 13px;
    dominant-baseline: middle;
}

.arrow {
  position: relative;
  display: inline-block;
}

.arrow::before,
.arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: 0;
  width: 7px;
  height: 1px;
  border-radius: 9999px;
  background-color: #000000;
  transform-origin: calc(100% - 0px) 50%;
  font-weight: 500;
}

.arrow::before {
  transform: rotate(45deg);
}

.arrow::after {
  transform: rotate(-45deg);
}
.blur{
	position: absolute;
	top: 50px;
	left: 55px;
	margin: 0 auto;
	width: 70%;
	height: 500px;
	box-shadow: -20px 4px 15px #f1efefd9;
	z-index: -1;
}
@media (max-width: 484px){
.blur{
        height: 330px;
        left: 30px;
    
    }
}
.fixed_btn{
	position: fixed;
	bottom: 50px;
	right: 45px;
	content: '';
	width: 60px;
	height: 60px;
	background-color: #ffffff;
	border: .3px solid #333;
	border-radius: 50%;
}
@media (max-width: 864px){
	.fixed_btn{
	    bottom: 30px;
    	right: 15px;
    	width: 40px;
		height: 40px;}
}

.fixed_btn a{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	color: #333;
	line-height: 1;
	width: 1em;
	height: 1em;
	border: 0.2em solid currentColor;
	border-left: 0;
	border-bottom: 0;
	box-sizing: border-box;
	transform: translateY(25%) rotate(-45deg);
}
.fixed_btn a::before{
	content: "";
	position: absolute;
	top: -1.5em;
	left: -1.5em;
	right: -1.5em;
	bottom: -1.5em;
}