:root {
	--col_color_01: #FFFDDB;
	--col_color_02: #F7931E;
	--col_color_03: #E3F5F9;
 	--col_color_05: #8de4ff;
	--col_color_06: #c0dd7a;
	--col_color_07: #F15A24;
	--col_color_08: #FFE9CF;
	--col_color_09: #4E4E4E;
	--col_color_10: #EC7A96;
	--col_color_11: #577904;
	--col_color_12: #FFC8D5;
	--col_color_13: #FFD8A9;
  
	--pc_view:1200px;
}
* {
	font-family: "heisei-maru-gothic-std", sans-serif!important;
	font-weight: 400;
	/* font-weight: 800; */
	font-style: normal;
}
p,
dt,
dl {
	font-size: clamp(1rem, 0.9167rem + 0.381vw, 1.25rem);
}
a:hover {
	text-decoration: none;
}
.pc_view {
	display:block;
}
.tb_view {
	display:none;
}
.sp_view {
	display:none;
}
body {
	background-color: var(--col_color_01);
}
.hidden {
	opacity: 0;
}
.scale-up {
	-webkit-animation: ScaleUp .5s ease-in forwards;
	-o-animation: ScaleUp .5s ease-in forwards;
	animation: ScaleUp .5s ease-in forwards;
}
@keyframes ScaleUp {
	from {
		opacity: 0;
		transform: scale(.5);
	}
	to {
		opacity: 1;
		transform: scale(1);
	}
}
.fade-in {
	-webkit-animation: FadeIn .7s ease-in-out forwards;
	-o-animation: FadeIn .7s ease-in-out forwards;
	animation: FadeIn .7s ease-in-out forwards;
}
@keyframes FadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
.reserve_link {
	width: 180px;
	position: fixed;
	bottom: 3vh;
	right: -30px;
	transform: translateX(-250px);
	z-index: 999;
	opacity: 0;
	transition: all .5s ease-in-out;
}
.reserve_link:hover {
	right: -10px;
}
.reserve_link a {
	display: block;
	width: 100%;
	transition: all .5s;	
}
.reserve_link p {
	position: absolute;
	top: 54%;
    left: 43%;
    transform: translate(-50%, -50%);
	text-align: center;
	color: white;
	transition: all .3s ease-in-out;
	z-index: 998;
}
#reserve-svg {
	filter: drop-shadow(0 10px 7px rgba(0, 0, 0, .5));
	animation: reservRotate 5s ease-in-out infinite;
}
@keyframes reservRotate {
	0% {
		transform: scale(1) rotate(3deg);
	}
	50% {
		transform: scale(1.1) rotate(-3deg);
	}
	100% {
		transform: scale(1) rotate(3deg);
	}
}
.reserve_link a:hover p {
	font-weight: bold;
}
header {
	height: 100px;
}
svg#deco-svg1 {
	position: absolute;
	top: -100px;
	right: 0;
}
.header-deco {
	width: 40%;
	top: 0;
	margin-left: auto;
}
#main-page main {
	position: relative;
    top: -100px;
}
.header_logo_link {
	width: 450px;
	display: block;
	padding: 5px 10px;
	box-sizing: border-box;
}
.wrap_top_main_visual {
	position: relative;
	width: 100%;
	padding-top: 150px;
	overflow: hidden;
	height: calc(100vh - 150px);
}
.top_main_visual_partition_01 {
	width:100%;
	height: 65vh;
	position:relative;
}
.top_main_visual_partition_01::after {
	content: "";
	position: absolute;
	top: -100px;
	right: -90px;
	background-image: url(./../img/deco-muscle.png);
	background-size: contain;
	background-repeat: no-repeat;
	transform: rotate(325deg);
	width: 300px;
	height: 300px;
	z-index: 20;
  animation: sway2 5s ease-in-out infinite;
}
.wrap_tmainvilp_01_img {
	width: 42%;
	height: 100%;
	position: relative;
	z-index: 3;
}
.wrap_tmainvilp_01_img::before {
	content: "";
	position: absolute;
	top: -91px;
	left: 70%;
	width: 250px;
	height: 250px;
	background-image: url(./../img/deco-muscle.png);
	background-size: contain;
	background-repeat: no-repeat;
	transform: rotate(28deg);
	z-index: -1;
	-webkit-animation: sway 3s ease-in-out infinite;
	-o-animation: sway 3s ease-in-out infinite;
	animation: sway 3s ease-in-out infinite;
}
@keyframes sway {
	0%, 100% {
		transform: translateY(0) rotate(30deg);
	}
	50% {
		transform: translateY(-10px) rotate(20deg);
	}
}
@keyframes sway2 {
	0%, 100% {
		transform: translateY(-5px) rotate(-30deg);
	}
	50% {
		transform: translateY(5px) rotate(-25deg);
	}
}
@keyframes horizontal {
	0%, 100% {
		transform: scaleX(1);
	}
	50% {
		transform: scaleX(1.1);
	}
}
@keyframes horizontal2 {
	0%, 100% {
		transform: translateX(10px);
	}
	50% {
		transform: translateX(50px);
	}
}
@keyframes zoom {
	0%, 100% {
		background-size:100%;
	}
	50% {
		background-size:110%;
	}
}
@keyframes zoom2 {
	0%, 100% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.05);
	}
}

.wrap_tmainvilp_01_img::after {
	content: "";
	position: absolute;
	top: 20px;
	right: -80px;
	width: 400px;
	height: 100%;
	background-color: #fff;
	z-index: -2;
	border-radius: 0 200px 0 0;
	animation: zoom2 3s ease-in-out infinite;
}
.tmainvilp_01_pain_img {
	height: 100%;
	border-radius: 0 270px 0 0;
	animation: zoom2 7s ease-in-out infinite;
}
.wrap_tmainvilp_01_messages {
	position: absolute;
	top: 25%;
	right: 0;
	z-index: 15;
	width: 55%;
}
.wrap_tmainvilp_01_messages h1 {
	color: var(--col_color_07);	
}
h1.main-sub_title {
	font-size: clamp(1rem, 0.296rem + 3.005vw, 3rem);
	margin-left: 100px;
}
h1.main-title {
	font-size: clamp(2rem, -0.113rem + 9.014vw, 8rem);
	letter-spacing: 0.5rem;
}
.js-lottie_01 {
	width: 35%;
	max-width: 350px;
}
#sub-page .js-lottie_01 {
	width: 25%;
	min-width: 100px;
}
.wrap_main-title {
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
}
.wrap_tmainvilp_01_messages::after {
	
}
.tmainvilp_01_msg_img {
	/* max-width: 730px !important;
	width: 80%;*/
	max-width: 860px !important;
	width: 100%;
	margin: 0 auto;
	display: block;
}
.top_main_visual_partition_02 {
	width: 100%;
	position: absolute;
	bottom: 0;
}
.inner_tmainvilp_02 {
	position:relative;
	z-index:10;
	bottom: 15vh;
}
.tmainvilp_02_left {
	position: absolute;
	bottom: -130px;
	z-index: 11;
	width: 50%;
	height: auto;
	animation: horizontal 3s ease-in-out infinite;
}
.tmainvilp_02_right {
	position: absolute;
	right: 0;
	bottom: -90px;
	z-index: 10;
	width: 58%;
	height: auto;
	animation: horizontal2 5s ease-in-out infinite;
}
.top_main_visual_partition_03 {
	width: 100%;
	position: absolute;
	z-index: 13;
	bottom: 0;
}
.top_main_visual_partition_03_foundation {
	height: 10px;
	background: var(--col_color_02);
}
.top_main_visual_partition_04 {
	width: 100%;
	background-color: var(--col_color_02);
	position: relative;
	z-index: 14;
	padding: 200px 0 100px;
	top: -3px;
}
.js-lottie_02 {
	width: 200px;
	position: absolute;
    top: 455px;
    right: 60px;
    z-index: 2;
}
.js-lottie_03 {
	width: 200px;
	position: absolute;
	bottom: 97px;
    left: -70px;
}
.inner_tmainvilp_04_1 {
	position: relative;
	z-index: 1;
}
/*.inner_tmainvilp_04_1::after {
	content: "";
	position: absolute;
	top: 280px;
	right: 62px;
	width: 200px;
	height: 200px;
	background-image: url(./../img/deco-10.png);
	background-size: contain;
	background-repeat: no-repeat;
}*/
.tmainvilp_04_1_msgs h2 {
	font-size: clamp(1.5rem, 1.0541rem + 2.0382vw, 3.5rem);
	font-weight: bold;
}
.tmainvilp_04_1_msgs {
	width: 40%;
	margin-left: auto;
	position: relative;
	background: #fff;
    padding: 50px 100px 50px 140px;
    border-radius: 216px 30px 30px 100px;
	box-shadow: -15px 10px 0px #F15A24;
}
.tmainvilp_04_1_msgs::after {
	content: "";
	position: absolute;
	top: 10px;
	left: -130px;
	width: 230px;
	height: 230px;
	background-image: url(./../img/deco-9.png);
	background-size: contain;
	background-repeat: no-repeat;
	animation: zoom2 4s ease-in-out infinite forwards;
}
.tmainvilp_04_1_msg {
  
}
.inner_tmainvilp_04_2 {
	width:78%;
	margin: 0 auto;
	padding-bottom: 100px;
}
.inner_tmainvilp_04_2_sub {
	padding: 80px 160px;
	background-color: var(--col_color_08);
	box-sizing: border-box;
	border-radius: 0 150px;
	margin-top: -15px;
	position: relative;
	box-shadow: #C0DD7A 11px 11px 0px 10px;
}
.inner_tmainvilp_04_2_sub::before {
	content: "";
	position: absolute;
	top: -140px;
	left: -210px;
	width: 350px;
	height: 350px;
	background-image: url(./../img/deco-6.png);
	background-size: contain;
	background-repeat: no-repeat;
	animation: Rotate 5s ease-in-out infinite forwards;
}
@keyframes Rotate {
	0% {
		transform: rotate(0deg);
	}
	50% {
		transform: rotate(10deg);
	}
	100% {
		transform: rotate(0deg);
	}
}
.inner_tmainvilp_04_2_sub_sub {
    position: relative;
}
.inner_tmainvilp_04_2_sub_sub::after {
	content: "";
	position: absolute;
	bottom: -191px;
	right: -380px;
	width: 350px;
	height: 350px;
	background-image: url(./../img/deco-7.png);
	background-size: contain;
	background-repeat: no-repeat;
	animation: Rotate 7s ease-in-out infinite forwards;
}
.inner_tmainvilp_04_msg {
	color: var(--col_color_09);
	font-weight: bold;
	text-align: center;
	font-size: 110%;
}
.inner_tmainvilp_04_ul {
	list-style: none; 
	margin-top:60px;
}
.inner_tmainvilp_04_li {
	position: relative;
	padding-left: 20px;
	padding-bottom: 10px;
	font-size: 1.6rem;
}
.inner_tmainvilp_04_li::before {
	content: "";
	position: absolute;
	top: 10px;
	left: 0;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background-color: var(--col_color_07);
}
.bg_light_yellow {
	background-color:var(--col_color_01);
}
.bg_light_orange {
	background-color:var(--col_color_02);
}
.bg_light_blue {
	background-color:var(--col_color_05);  
}
.top_sub_msg_h2 {
	text-align: center;
	font-weight: bold;
	margin: 60px auto;
	margin-top: 60px;
}
.top_sub_msg {
	text-align: center;
	width: 90%;
	margin:20px auto;
}
.top_sub_msg.consultation {
	font-size: 1.5rem;
}
.wrap_top_pain_risk {
	margin-top: 40px;
	margin-bottom: 40px;
}
.wrap_top_pain_risk .uk-card {
	padding:0!important;
}
.wrap_top_pain_risk .uk-card-title {
	padding: 30px 20px;
	text-align: center;
	font-size: 140%;
	font-weight: bold;
	color: #fff;
	margin-bottom: 0;
}
.wrap_top_pain_risk > div:nth-of-type(1) .uk-card-title {
	border-radius: 0 60px 0 0;
	background-color: var(--col_color_02);
}
.wrap_top_pain_risk > div:nth-of-type(2) .uk-card-title {
	border-radius: 60px 60px 0 0;
	background-color: var(--col_color_10);
}
.wrap_top_pain_risk > div:nth-of-type(3) .uk-card-title {
	border-radius: 60px 0 0 0;
	background-color: var(--col_color_02);
}
.wrap_top_pain_risk > div:nth-of-type(1) .uk-card {
	border-radius: 0 60px 0 0;
	background-color: var(--col_color_02);
}
.wrap_top_pain_risk > div:nth-of-type(2) .uk-card {
	border-radius: 60px 60px 0 0;
	background-color: var(--col_color_10);
}
.wrap_top_pain_risk > div:nth-of-type(3) .uk-card {
	border-radius: 60px 0 0 0;
	background-color: var(--col_color_02);
}
.top_pain_risk_img {
	width: 100%;
}
.top_pain_risk_text {
	padding: 15px 20px;
	margin-top: 0;
	color: #fff;
}
.wrap_top_selfcheck {
	background-color: var(--col_color_06);
	min-height: 500px;
	height: auto;
	border: 7px solid #fff;
	box-sizing: border-box;
	padding: 50px;
	border-radius: 0 160px 0 0;
	box-shadow: var(--col_color_07) 15px 15px 0px 4px;
	position: relative;
}
.wrap_top_selfcheck::after {
	content: "";
	width: 300px;
	height: 300px;
	background-image: url(./../img/selfcheck_top.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	right: 0;
	bottom: 0;
}
.selfcheck_link {	
	margin: 40px auto;
	background-color: #fff;	
	border-radius: 40px;
	box-sizing: border-box;
	position: relative;
	max-width: 1000px;
	width: 80%;
	transition: all .5s;
}
.selfcheck_link:hover {
	box-shadow: 0px 10px 15px 0px #F15A24;
}
.selfcheck_link a {
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	width: 100%;
}
.selfcheck_link img {
	width: 180px;
	padding: 20px;
	position: relative;
}
.selfcheck_link-img {
	position: relative;
	margin-left: 20px;
}
.selfcheck_link-img::before {
	content: "";
	position: absolute;
	width: 140px;
	height: 140px;
	background: #8de4ff;
	border-radius: 50%;
	top: calc(50% - 65px);
    left: calc(50% - 60px);
	transition: all .5s;
}
.selfcheck_link a:hover .selfcheck_link-img::before {
	top: calc(50% - 70px);
    left: calc(50% - 70px);
}
.selfcheck_link a p {
	display: inline-block;
	color: var(--col_color_09);
	font-size: clamp(1.2rem, 0.9333rem + 1.219vw, 2rem);
	font-weight: bold;
}
.selfcheck_link a svg.arrow {
	margin-right: 20px;
	animation: MoveSelfcheckLink 1s ease-in-out infinite forwards;
}
@keyframes MoveSelfcheckLink {
	0% {
		transform: translateX(0);
	}
	50% {
		transform: translateX(5px);
	}
	100% {
		transform: translateX(0);
	}
}
.batch_check {
	position:relative;
}
.batch_check::after {
	content: "";
	position: absolute;
	top: -50px;
	left: 0px;
	background-image: url(./../img/check.png);
	background-size: contain;
	background-repeat: no-repeat;
	width: 250px;
	height: 250px;
}
.batch_post {
	position: relative;
}
.batch_post::after {
	content: "";
	position: absolute;
	top: -50px;
	left: 0px;
	background-image: url(./../img/post.png);
	background-size: contain;
	background-repeat: no-repeat;
	width: 250px;
	height: 250px;
}
.top_convay_img {
	display: block;
	margin: 60px auto;
	width: 60%;
}
.wrap_new_examination {
	padding-top:50px;
}
.top_sub_h3 {  
}
.new_examination {
	padding: 10px 20px 10px 150px;
	background-color: var(--col_color_01);
	width: 90%;
	max-width: 800px;
	margin: 50px auto;
	border: 2px solid var(--col_color_02);
	box-sizing: border-box;
	position: relative;
	border-radius: 0 70px 0 0;
}
.new_examination::after {
	content: "";
	position: absolute;
	top: calc(50% - 100px);
	left: -80px;
	width: 200px;
	height: 200px;
	background-image: url(./../img/dr_01.png);
	background-size: contain;
	background-repeat: no-repeat;
}
.new_examination_text {
	text-align: center;
	margin: 5px;
}
.new_examination_text span {
	font-size: 160%;
}
.new_examnation_link {
	text-decoration: none;
	width: 350px;
	display: block;
	margin: 50px auto;
	background-color: var(--col_color_07);
	padding: 15px 20px;
	color: #fff;
	border-radius: 8px 45px 45px 8px;
	position: relative;
	font-size: clamp(1rem, 0.9167rem + 0.381vw, 1.25rem);
	transition: all .5s;
}
.new_examnation_link:hover {
	background-color: #8cc220;
	box-shadow: 0px 10px 15px 0px #4e4e4e87;
}
.new_examnation_link::after {
	content: "";
	position: absolute;
	top: 0;
	right: -33px;
	height: 54px;
	width: 54px;
	border-radius: 27px;
	box-sizing: border-box;
	background-image: url(./../img/link_arrow.png);
	background-size: 50%;
	background-repeat: no-repeat;
	border: 2px solid var(--col_color_02);
	background-color: #fff;
	background-position-x: 50%;
	background-position-y: 50%;
	animation-name: move_new_examnation_link;
	animation-duration: 1s;
	animation-iteration-count: infinite;
	animation-timing-function: ease;
}
@keyframes move_new_examnation_link {
	0% {
		background-position-x: -80%;
	}
	100% {
		background-position-x: 180%;
	}
}
.new_examnation_link:hover {
	text-decoration: none;
	color:#fff;
}
.wrap_intro_dr {
	margin-top: 100px;
}
.dr_name_sub {
	text-align: center;
	margin-bottom: 0;
}
.dr_name {
	text-align: center;
	font-size: 300%;
	font-weight: bold;
	margin: 0;
}
.dr_name_romaji {
	text-align: center;
	color: #A7A7A7;
	margin-top: 0px;
	font-size: 170%;
	font-weight: bold;
	font-style: oblique;
}
.wrap_dr_status {
	margin-left: 250px;
	background-color: #fff;
	padding: 30px 100px;
	border: 2px solid var(--col_color_02);
	box-sizing: border-box;
	margin-top: 100px;
}
.dr_status {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	position: relative;
}
.dr_status::after {
	content: "";
	position: absolute;
	top: -110px;
	left: -330px;
	width: 300px;
	height: 300px;
	background-image: url(./../img/dr_imai.png);
	background-size: contain;
	background-repeat: no-repeat;
	box-shadow: var(--col_color_02) 10px 10px 0px 0px;
}
#dr_y .dr_status::after {
	background-image: url(./../img/doctor_yoneda.png);
}
.dr_status dt {
	width: 100px;
	background-color: var(--col_color_07);
	box-sizing: border-box;
	color: #fff;
	text-align: center;
	font-weight: bold;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.dr_status dd {
	width: calc( 100% - 100px );
}
.dr_status dd ul {
	list-style: none;
	margin-bottom: 0;
}
.dr_status dd ul li {
	padding: 5px 0;  
}
.wrap_dr_greeting {
	margin: 80px auto 20px;
	width: 95%;
	padding: 70px 50px;
	box-sizing: border-box;
	border-radius: 0 80px 0 80px;
	position: relative;
	background-color: #fff;
	z-index: 10;  
}
.wrap_dr_greeting::before {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	border-radius: 0 80px 0 80px;
	z-index: 9;
	box-shadow: var(--col_color_05) -10px -10px 0px;
}
.wrap_dr_greeting::after {
	content: "";
	position: absolute;
	top: 0px;
	right: 0px;
	width: 100%;
	height: 100%;
	border-radius: 0 80px 0 80px;
	box-shadow: var(--col_color_07) 10px 10px 0px;
	z-index: 9;
}
.dr_greeting_h3 {
	text-align: center;
}
.dr_greeting_p {  
}
.link_bn_ynd {
	display: block;
	max-width: 728px;
	margin: 50px auto;
	width: 90%;
	text-align: center;
}
.link_bn_ynd picture img {
	transition: all .5s;
}
.link_bn_ynd:hover picture img {
	box-shadow: 0px 10px 15px 0px #4e4e4e87;
}
footer {
	background-color:var(--col_color_02);
}
.inner_footer {
	display:flex;
	flex-wrap:wrap;
	padding: 50px 20px 10px;
}
.footer_part_1 {
	padding: 10px;
	box-sizing: border-box;
	width: 35%;
}
.footer_part_2 {
	padding: 10px 10px 10px 50px;
	box-sizing: border-box;
	width: 65%;
}
.footer_part_3 {
	padding: 10px;
	box-sizing: border-box;
	width: 35%;
}
.footer_part_4 {
	padding: 10px 10px 10px 50px;
	box-sizing: border-box;
	width: 65%;
}
.wrap_ft_opneday {
	background-color: var(--col_color_01);
	padding: 30px;
	border-radius: 0 80px 0 0;
	box-shadow: var(--col_color_06) 10px 10px 0px;
}
.ft_openday_detail {
	margin-top: 20px;
	background-color: var(--col_color_07);
	padding: 20px 10px;
	color: #fff;
}
.ft_openday_detail p {
	text-align: left;
}
.ft_openday_detail p.uk-text-meta {
	text-align: left;
	color:#fff;
	margin: 0;
}
.inner_footer_part_4 {
	background-color: var(--col_color_07);
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
	transition: all .5s;
}
.inner_footer_part_4:hover {
	background-color: #00a2e5;
}
.ft_apply_tel_link {
	text-decoration: none;
	display: block;
	width: 100%;
	height: auto;
	text-align: center;
	font-size: clamp(1.5rem, 0.972rem + 2.254vw, 3rem);
	color: #fff;
	line-height: 25px;
	transition: all .5s;
}
.ft_apply_tel_link:hover {
	color: #fff;
}
.ft_apply_tel_link span {
	font-size: clamp(1rem, 0.824rem + 0.751vw, 1.5rem);
}
.copyright {
	text-align: center;
	margin: 0;
	background-color: var(--col_color_07);
	padding: 5px;
	margin-top: 10px;
	color: #fff;
	font-size: 9px;
}
.fade-item {
	opacity: 0.0;
	transform: translateY(-5px);
	transition: opacity 0.4s ease, transform 0.4s ease;
	/* transition-duration: 10ms; */
}
.uk-active .fade-item,
.uk-slider-items > li.uk-active {
	opacity: 1;
	transform: translateY(0);
}
.top_selfcheck li {
}
.selfchecking_startbtn {
	width: 500px;
	display: block;
	margin: 20px auto;
	font-size: 240%;
	padding: 30px 50px;
	box-sizing: border-box;
	border-radius: 50px;
	background-color: var(--col_color_07);
	animation: blinkOpacity 1s ease-in-out infinite alternate;
}
@keyframes blinkOpacity {
	0% {
		opacity: 0.8;
	}
	100% {
		opacity: 1;
	}
}
.wrap_selfchecking_modal {
	border-radius: 50px;
	padding: 100px;
}
.wrap_selfchecking_modal .uk-modal-title {
	text-align: center;
}
.selfcheking_q_img {
	display: block;
	height: 350px;
	width: auto;
	margin: 50px auto;
	border-radius: 20px;
}
.selfcheking_answer {
	width: 400px;
	margin: 10px;
	font-size: 130%;
	padding: 20px;
	box-sizing: border-box;
	border-radius: 40px;
}
.selfcheking_answer.type1 {
	background-color: var(--col_color_02);
	color: #fff;
}
.selfcheking_answer.type2 {
	background-color: var(--col_color_11);
	color: #fff;
}
.selfcheking_answer.type3 {
	background-color: var(--col_color_09);
	color: #fff;
}
.selfcheking_answer.type4 {
	background-color: var(--col_color_06);
	color: var(--col_color_11);
}
.selfcheking_answer.type5 {
	background-color: var(--col_color_10);
	color: var(--col_color_01);
}
.selfchecking_result {
	font-size: 170%;
}
.selfchecking_result span {
	display: inline-block;
	background-color: var(--col_color_07);
	padding: 7px 30px;
	margin-right: 4px;
	color: #fff;
	border-radius: 20px;
	font-size: 190%;
}
.selfchecking_result_sub {
  
}
body.sub {
	background-color: var(--col_color_02);
}
.wrap_top_sub_visual {
	position:relative;
	height: calc(100vh - 100px);
}
.top_sub_visual {
	height: calc(100% - 50px);
	background-color: var(--col_color_01);
	width: 70%;
	position: relative;
	top: 50px;
	display: flex;
    justify-content: center;
    align-items: center;
}
.top_sub_visual h1 {
	color: var(--col_color_07);
	font-size: clamp(2rem, 0.944rem + 4.507vw, 5rem);
	margin-top: 260px;
	position: relative;
}
#sub-page .js-lottie_01 svg {
	position: relative;
	z-index: 1;
}
.top_sub_visual > div::after {
	content: "";
	position: absolute;
	width: 45%;
	height: 380px;
	background: #fff;
	border-radius: 0 999px 999px 0;
	left: 0;
	top: 170px;
}
.top_sub_visual > div::before {
	content: "";
	position: absolute;
	width: 65%;
	height: 380px;
	background: var(--col_color_13);
	border-radius: 0 999px 999px 0;
	left: 0;
	bottom: 80px;
}
.top_sub_visual_sub {
	content: "";
	position: absolute;
	top: 0;
	left: 40px;
	height: 100%;
	width: calc(70% + 40px);
	background-color: var(--col_color_06);
}
.top_sub_visual_header_img {
	width: 90%;
	margin: 130px 0;
}
.subpage_symptom {
	position: relative;
}
.subpage_symptom::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 55%;
	background: url(./../img/featured_image_01.png) center right / cover no-repeat var(--col_color_05);
	height: 32vw;
	border-radius: 0 0 0 300px;
	z-index: 100;
}
.bgimage_deco_13 {
	background-image: url(./../img/deco-13.png);
	background-position-x: right;
	background-position-y: top;
	background-size: 55%;
	background-repeat: no-repeat;
}  
.wrap_superposition_kata {
  position: relative;
  z-index:10;
}
.warp_symptopm_detail {
	width: 44vw;
	background-color: var(--col_color_01);
	border-radius: 22vw;
	height: 44vw;
	padding: 70px;
	box-sizing: border-box;
	display: flex;
    flex-direction: column;
    justify-content: center;
}
.warp_symptopm_detail.kata::after {
	content: "KATAKORI";
	position: absolute;
	font-size: 6rem;
	color: var(--col_color_07);
	mix-blend-mode: multiply;
	bottom: 185px;
	right: 95px;
}
/*.warp_symptopm_detail.kata::after {
	content: "病気ではない\Aストレッチなどの対策で改善できる";
	position: absolute;
	bottom: 50px;
	left: 50%;
	width: 60vw;
	height: 140px;
	background-color: var(--col_color_05);
	text-align: right;
	padding: 20px 50px 20px 0;
	box-sizing: border-box;
	font-size: 150%;
	white-space: pre;
}*/
.kata_answer {
  position: absolute;
  bottom: 100px;
  left: 0;
  width: 60%;
  height: auto;
  background-color: var(--col_color_05);
  margin-left: 30%;
  text-align: right;
  padding: 40px;
  line-height: 1.7em;
  border-radius: 0 999px 999px 0;
  z-index: -1;
}
.kata_answer p{
  margin-bottom:0!important;
}
.warp_symptopm_detail .top_sub_msg_h2 {
	margin: 0 auto 20px;
	font-size: 350%;
}
.bgimage_deco_14 {
  background-image:url(./../img/deco-14.png);
  background-repeat: no-repeat;
}
.kata_treatment_h2 {
  margin-top: 300px;
  font-size: 380%;
  font-weight: bold;
}
.warp_symptopm_detail.kata_type1 {
  background-color: var(--col_color_05);
  margin-left: auto;
  display: flex;
  align-items: center;
}
.warp_symptopm_detail.kata_type2 {
  background-color: var(--col_color_06);
  margin-right: auto;
  margin-top: -60px;
  display: flex;
  align-items: center;
}
.warp_symptopm_detail.kata_type3 {
  margin-left: auto;
  background-color: var(--col_color_12);
  margin-top: -60px;
  display: flex;
  align-items: center;
}
.warp_symptopm_detail.kata_type4 {
  background-color: var(--col_color_13);
  margin-right: auto;
  margin-top: -60px;
  display: flex;
  align-items: center;
}
.wrap_need_treatment {
}
.inner_symptopm_detail {
}
.iigh_link_bn {
  display: block;
  margin: 50px auto;
  width: 90%;
  max-width: 800px;
}



/* =================================================
   ===                                           ===
   ===                                           ===
   =================================================  */
@media screen and (max-width: 1500px) {
	.tmainvilp_02_left {
		bottom: -90px;
	}
	.warp_symptopm_detail.kata {
		width: 56vw;
		height: 56vw;
		border-radius: 28vw;
	}
	.kata_answer{
		width: 60%;
		margin-left: 35%;
	}
}
@media screen and (max-width: 1400px) {
	.tmainvilp_02_left {
		bottom: -50px;
	}
	.tmainvilp_02_right {
		bottom: -40px;
	}
	.inner_tmainvilp_02 {
		bottom: 6vh;
	}
	.wrap_tmainvilp_01_img::before {
		left: 75%;
	}
	.top_main_visual_partition_03_foundation {
		height: 20px;
	}
}
@media screen and (max-width: 1200px) {
	.wrap_top_main_visual {
		padding-top: 200px;
	}
	.top_main_visual_partition_01::after {
	}
	.wrap_tmainvilp_01_img {
	}
	.wrap_tmainvilp_01_img::before {
		width: 200px;
		height: 200px;
		top: -50px;
		left: 80%;
	}
	.tmainvilp_01_pain_img {
		border-radius: 0 170px 0 0;
	} 
	.wrap_tmainvilp_01_messages {
	}
	.top_main_visual_partition_02 {
	}
	.wrap_tmainvilp_01_messages::after {
		top: -43px;
		right: 0;
		width: 40vw;
		height: 200px;
	}
	.top_main_visual_partition_03_foundation {
		height: 50px;
	}
	.tmainvilp_04_1_msgs {
	}
	.inner_tmainvilp_04_2 {
		max-width: calc(100% - 400px);
		width: calc(100% - 400px);
	}
	.inner_tmainvilp_04_2_sub {
		padding: 100px 80px;
  }
	.inner_tmainvilp_04_2_sub::before {
		top: -140px;
		width: 300px;
		height: 300px;
	}
  .inner_tmainvilp_04_2_sub::after {
    left: -120px;
  }
  .inner_tmainvilp_04_2_sub_sub::before {
    top: -90px;
    right: -240px;
    width: 170px;
    height: 170px;
  }
  .inner_tmainvilp_04_2_sub_sub::after {
    bottom: -200px;
    right: -290px;
    width: 300px;
    height: 300px
  }
  .wrap_dr_status {
    padding-right: 20px;
  }
  .top_sub_visual_header_img {
    margin: 40px 0;
  }
  .warp_symptopm_detail.kata {
    width: 660px;
    height: 660px;
    border-radius: 330px;
  }
  .kata_answer{
    width: 550px;
    margin-left: 44%;
    padding: 20px 5px 20px 100px;
    box-sizing: border-box;
  }
  .warp_symptopm_detail.kata_type1,
  .warp_symptopm_detail.kata_type2,
  .warp_symptopm_detail.kata_type3,
  .warp_symptopm_detail.kata_type4 {
    width:54vw;
    height:54vw;
    border-radius: 27vw;
  }
  .warp_symptopm_detail.kata_type2,
  .warp_symptopm_detail.kata_type3,
  .warp_symptopm_detail.kata_type4 {
    margin-top: 20px;
  }

}




