@charset "UTF-8";
/*
Theme Name: メッドアライアンス株式会社
*/
/*-----------------------------------------
default
-----------------------------------------*/
* {
	margin: 0;
	padding: 0;
}
html {
	font-family: "Noto Sans JP", sans-serif;
	color: #333333;
	font-size: 16px;
}
body{
	-webkit-text-size-adjust: 100%;
}
a {
	transition: 0.3s linear all;
	color: #333333;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	transition: all 0.3s;
}
li {
	list-style-type: none;
}
p, th, td, li, dt, dd {
	line-height: 32px;
	font-size: 16px;
}
tbody {
	-webkit-text-size-adjust: 100%;
}
img {
	border: none !important;
	height: auto;
}
.indent {
	text-indent: -1em;
	padding-left: 1em;
	display: inline-block;
}
.wrapper .anchor {
	display: block;
	padding-top: 120px;
	margin-top: -120px;
}
.spbr,.sp{ display: none;}
.pcbr,.pc { display: block;}
.w-896,.w-1024,.w-640{display: none;}

/*-----------------------------------------
common
-----------------------------------------*/
.wrapper {
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
}
.wrapper main {
	display: block;
	margin-top: 70px;
}
.wrapper article {
	width: 100%;
	margin: 0 auto;
}
.wrapper section{
	width: 100%;
	margin: 64px 0 100px;
}
.wrapper section .section_inner{
	width: 1080px;
	max-width: 96%;
	margin: 0 auto;
}
.wrapper section .section_inner h3{
	font-size: 32px;
	font-weight: 500;
	color: #333333;
	margin-bottom: 48px;
}
.wrapper section .section_inner h3 span{
	font-family: Montserrat;
	font-size: 18px;
	font-weight: 400;
	margin-left: 12px;
	position: relative;
	color: #005AAA;
}
.wrapper section .section_inner h3 span::before{
	content: "";
	display: block;
	background: #005AAA;
	width: 4px;
	height: 4px;
	position: absolute;
	border-radius: 50%;
	left: -12px;
	top: 9px;
}
.wrapper section .section_inner .btn{
	width: 195px;
	max-width: 100%;
	margin-top: 32px;
}
.wrapper section .section_inner .btn a{
	display: block;
	text-align: center;
	padding: 18px 18px 18px 24px;
	font-size: 15px;
	border-radius: 4px;
	position: relative;
	background-color: #005AAA;
	border: 1px solid #005AAA;
	color: #FFF;
	text-align: left;
}
.wrapper section .section_inner .btn a:hover{
	background-color: #fff;
	color: #005AAA;
}
.wrapper section .section_inner .btn a::after{
	content: "";
	display: block;
	background: url(./images/common/arrow_blue.svg) #fff no-repeat center;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	position: absolute;
	right: 18px;
    top: 18px;
}
.wrapper section .section_inner .btn a:hover::after{
	background: url(./images/common/arrow_white.svg) #005AAA no-repeat center;
}
.wrapper .key a,.wrapper .contact a{
	display: block;
	border-radius: 4px;
	padding: 10px 18px 10px 48px;
	font-size: 15px;
	position: relative;
}
.wrapper .key a{
	color: #005AAA;
	border: 1px solid #005AAA;
	background-color: #fff;
}
.wrapper .key a::before{
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	background: url(./images/common/key_icon.svg) no-repeat center;
	left: 22px;
	top: 9px;
}
.wrapper .key a:hover{
	background-color: #005AAA;
	color: #fff;
}
.wrapper .key a:hover::before{
	background: url(./images/common/key_icon_white.svg) no-repeat center;
}
.wrapper .contact a{
	color: #fff;
	border: 1px solid #005AAA;
	background-color: #005AAA;
	margin-left: 24px;
}
.wrapper .contact a::before{
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	position: absolute;
	background: url(./images/common/mail_icon.svg) no-repeat center;
	left: 17px;
    top: 7px;
}
.wrapper .contact a:hover{
	background-color: #fff;
	color: #005AAA;
}
.wrapper .contact a:hover::before{
	background: url(./images/common/mail_icon_blue.svg) no-repeat center;
}
/*-----------------------------------------
header
-----------------------------------------*/
.wrapper header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9998;
	height: 70px;
	background: rgba(255, 255, 255, 0.5);
}
.wrapper header .header_inner {
	width: 1980px;
	max-width: 96%;
	margin: 0 auto;
	padding: 0;
	align-items: center;
	display: flex;
	justify-content: space-between;
}
.wrapper header .header_inner .header_left a:hover {
	opacity: 0.7;
}
.wrapper header .header_inner .header_left{
	padding: 4px 0 9px;
}
.wrapper header .header_inner .header_left h1{
	font-size: 10px;
	color: #777;
	margin-bottom: 8px;
	font-weight: 400;
}
.wrapper header .header_inner .header_right{
	display: flex;
	align-items: center;
}
.wrapper header .header_inner .header_right ul.nav_list{
	display: flex;
	gap: 32px;
	margin-right: 24px;
}
.wrapper header .header_inner .header_right ul.nav_list li a{
	font-size: 15px;
	color: #333;
	font-weight: 500;
	position: relative;
	display: block;
	line-height: 70px;
}
.wrapper header .header_inner .header_right ul.nav_list li a:hover{
	color: #005AAA;
}
.wrapper header .header_inner .header_right ul.nav_list li a::after{
	content: "";
	display: block;
	position: absolute;
    left: 0;
	bottom: 14px;
    content: '';
    width: 100%;
    height: 2px;
    background: #005AAA;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform 0.3s;
}
.wrapper header .header_inner .header_right ul.nav_list li a:hover::after{
	transform: scale(1, 1);
}
.wrapper header .header_inner .menu_sp {
	display: none;
}
.wrapper header .header_inner .header_right ul.nav_list li {
	position: relative;
}
/*-----------------------------------------
footer
-----------------------------------------*/
.pagetop {
	position: fixed;
	right: 50px;
	bottom: 100px;
	display: none;
	z-index: 999;
}
.pagetop a {
	padding: 16px;
	border-radius: 50%;
	background: #005AAA;
	border: 1px solid #fff;
	display: block;
	width: 100%;
	box-sizing:border-box;
}
.pagetop a:hover {
	opacity: 0.7;
}
footer{
	background: #333333;
	color: #fff;
}
footer a{
	color: #fff;
}
footer .footer_inner{
	max-width: 1980px;
	width: 96%;
	margin: 0 auto;
	padding: 64px 0 8px;
}
footer .footer_inner .btn_flex{
	display: flex;
	justify-content: center;
	gap: 32px;
	width:96%;
	max-width:1080px;
	margin:0 auto 48px;
}
footer .footer_inner .btn_flex .cta_btn{
	width: 100%;
}
footer .footer_inner .btn_flex .cta_btn a{
	display: block;
	background-color: #fff;
	color: #005AAA;
	border-radius: 8px;
	padding: 32px 48px;
}
footer .footer_inner .btn_flex .cta_btn a:hover{
	background: #005AAA;
	color: #fff;
}
footer .footer_inner .btn_flex .cta_btn.contact_btn a{
	background-color: #005AAA;
	color: #fff
}
footer .footer_inner .btn_flex .cta_btn.contact_btn a:hover{
	background-color: #fff;
	color: #005AAA;
}
footer .footer_inner .btn_flex .cta_btn a h3{
	font-size: 24px;
	font-weight: 500;
	position: relative;
	padding-left: 90px;
	margin-bottom: 18px;
	line-height: 28px;
}
footer .footer_inner .btn_flex .cta_btn a h3 span{
	font-family: Montserrat;
	font-size: 18px;
	font-weight: 400;
	position: relative;
	padding-left: 18px;
}
footer .footer_inner .btn_flex .cta_btn a h3::before{
	content: "";
	display: block;
	width: 66px;
	height: 66px;
	border-radius: 4px;
	background: url(./images/common/key_icon_white.svg) #005AAA no-repeat center;
	position: absolute;
	left: 0;
	top: -4px;
	background-size: 30px;
}
footer .footer_inner .btn_flex .cta_btn a:hover h3::before{
	background: url(./images/common/key_icon.svg) #fff no-repeat center;
	background-size: 30px;
}
footer .footer_inner .btn_flex .cta_btn.contact_btn a h3::before{
	background: url(./images/common/mail_icon_blue.svg) #fff no-repeat center;
	background-size: 30px;
}
footer .footer_inner .btn_flex .cta_btn.contact_btn a:hover h3::before{
	background: url(./images/common/mail_icon.svg) #005AAA no-repeat center;
	background-size: 38px;
}
footer .footer_inner .btn_flex .cta_btn a h3 span::before{
	content: "";
	display: block;
	background: #005AAA;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	position: absolute;
	left: 6px;
    top: 10px;
}
footer .footer_inner .btn_flex .cta_btn a:hover h3 span::before{
	background: #fff;
}
footer .footer_inner .btn_flex .cta_btn.contact_btn a h3 span::before{
	background: #fff;
}
footer .footer_inner .btn_flex .cta_btn.contact_btn a:hover h3 span::before{
	background: #005AAA;
}
footer .footer_inner .btn_flex .cta_btn a p{
	font-weight: 500;
	font-size: 14px;
	margin-left: 94px;
}
footer .footer_inner .footer_top{
	display: flex;
	justify-content: space-between;
	padding-top: 48px;
	margin-bottom: 64px;
	border-top: 1px solid #797979;
}
footer .footer_inner .footer_top .left .footer_logo{
	margin-bottom: 32px;
}
footer .footer_inner .footer_top .left .footer_logo a:hover{
	opacity: 0.6;
}
footer .footer_inner .footer_top .left p{
	line-height: 28px;
}
footer .footer_inner .footer_top .left p a:hover{
	text-decoration: underline;
}
footer .footer_inner .footer_top .right{
	display: flex;
	gap: 20px;
}
footer .footer_inner .footer_top .right .sns_icon a:hover{
	opacity: 0.6;
}
footer .footer_inner .right nav{
	display: flex;
	gap: 32px;
}
footer .footer_inner .right nav ul.footer_nav{
	display: flex;
	gap: 32px;
}
footer .footer_inner .right nav ul.footer_nav li a{
	font-size: 14px;
	font-weight: 400;
	line-height: 30px;
	position: relative;
}
footer .footer_inner .right nav ul.footer_nav li a::after{
	content: "";
	display: block;
	position: absolute;
    left: 0;
	bottom: -4px;
    content: '';
    width: 100%;
    height: 2px;
    background: #fff;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform 0.3s;
}
footer .footer_inner .key a{
	background-color: #333333;
	color: #fff;
	border: 1px solid #fff;
	font-size: 15px;
}
footer .footer_inner .key a::before{
	background: url(./images/common/key_icon_white.svg) no-repeat center;
}
footer .footer_inner .contact a{
	margin-left: 0;
	background-color: #fff;
	color: #333333;
	font-size: 15px;
	border: 1px solid #fff;
}
footer .footer_inner .contact a::before{
	background: url(./images/common/mail_icon_black.svg) no-repeat center;
}
footer .footer_inner .contact a:hover{
	background-color: #005AAA;
	color: #fff;
}
footer .footer_inner .contact a:hover::before{
	background: url(./images/common/mail_icon.svg) no-repeat center;
}
footer .footer_inner .right nav ul.footer_nav li a:hover::after{
	transform: scale(1, 1);
}
footer .footer_inner p.copyright{
	text-align: right;
	font-size: 11px;
}
/*-----------------------------------------
top
-----------------------------------------*/
/* mainimg */
.home .wrapper section.mainimg{
	background: url(./images/top/mainimg_bg.webp) no-repeat center;
	background-size: cover;
	height: calc( 100vh - 70px);
	margin: 0;
}
.home .wrapper section.mainimg .section_inner{
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: calc( 100vh - 70px);
	overflow: hidden;
	width: 1280px;
}
.home .wrapper section.mainimg .section_inner .right_img.img_blockFlowing{
	display: flex;
	flex-direction: column;
	gap: 18px;
	height: auto;
	animation: slideLoop 40s linear infinite;
}
.home .wrapper section.mainimg .section_inner .right_img.img_blockFlowing .img_list{
	display: flex;
	flex-direction: column;
	gap: 18px;
	width: 480px;
}
.home .wrapper section.mainimg .section_inner .right_img.img_blockFlowing .img_list img{
	border-radius: 8px;
	box-shadow: 0 4px 10px 3px rgba(177, 177, 177, 0.25);
}
@keyframes slideLoop {
	0% {
		transform: translateY(0%);
	}

	100% {
		transform: translateY(-50%);
	}
}
.home .wrapper section.mainimg .section_inner .left_text{
	position: relative;
}
.home .wrapper section.mainimg .section_inner .left_text::after{
	content: "";
	display: block;
	background: url(./images/top/mainimg_product.webp) no-repeat;
	width: 307px;
	height: 406px;
	position: absolute;
	right: -58%;
    bottom: -140%;
}
.home .wrapper section.mainimg .section_inner .left_text h2{
	font-size: 34px;
	font-weight: 500;
	line-height: 64px;
	margin-bottom: 24px;
}
.home .wrapper section.mainimg .section_inner .left_text h2 span{
	border-bottom: 1px solid #D9D9D9;
}
.home .wrapper section.mainimg .section_inner .left_text .btn_flex{
	display: flex;
	gap: 24px;
}
.home .wrapper section.mainimg .section_inner .left_text .btn_flex .contact a{
	margin-left: 0;
}
/* about */
.home .wrapper section.sec01{
	background: url(./images/top/sec01_bg.webp) no-repeat center;
	background-size: cover;
	padding: 64px 0 100px;
	margin: 0;
}
.home .wrapper section.sec01 .section_inner{
	margin: 0 auto;
}
.home .wrapper section.sec01 .section_inner .sec01_contents{
	display: flex;
	gap: 97px;
}
.home .wrapper section.sec01 .section_inner .sec01_contents .left_text h4{
	font-size: 28px;
	line-height: 48px;
	font-weight: 500;
}
.home .wrapper section.sec01 .section_inner .sec01_contents .left_text h4 span.blue{
	color: #005AAA;
}
.home .wrapper section.sec01 .section_inner .sec01_contents .right_text{
	margin-top: 130px;
	width: 54%;
}
.home .wrapper section.sec01 .section_inner .sec01_contents .right_text p{
	border-top: 1px solid #D9D9D9;
	padding-top: 12px;
	position: relative;
}
.home .wrapper section.sec01 .section_inner .sec01_contents .right_text p::before{
	content: "";
	display: block;
	background: #005AAA;
	border-radius: 50%;
	width: 4px;
	height: 4px;
	position: absolute;
	top: -2px;
	left: 0;
}
.home .wrapper section.sec02 .section_inner .sec02_contents{
	display: flex;
	gap: 100px;
	margin-bottom: 64px;
}
.home .wrapper section.sec02 .section_inner .sec02_contents .left_img img{
	box-shadow: 0 4px 10px 0 rgba(177, 177, 177, 0.30);
	border-radius: 8px;
}
.home .wrapper section.sec02 .section_inner .sec02_contents .right_text h4{
	font-size: 28px;
	font-weight: 500;
	margin-bottom: 32px;
	line-height: 42px;
}
.home .wrapper section.sec02 .section_inner h5{
	color: var(--blue, #005AAA);
	font-size: 21px;
	font-weight: 500;
	margin-bottom: 24px;
	text-align: center;
}
.wrapper section ul.clinic_list{
	display: flex;
	gap: 25px;
}
.wrapper section ul.clinic_list li{
	flex: 1;
}
.wrapper section ul.clinic_list li .clinic_img{
	position: relative;
}
.wrapper section ul.clinic_list li .clinic_img img{
	border-radius: 8px;
	box-shadow: 0 4px 10px 0 rgba(177, 177, 177, 0.30);
}
.wrapper section ul.clinic_list li .clinic_img p.clinic_name{
	font-size: 16px;
	text-align: center;
	background-color: #fff;
	border-radius: 8px 0 8px 0;
	padding: 4px 18px;
	width: fit-content;
	position: absolute;
	font-weight: 500;
	right: 0;
	bottom: 5%;
}
.wrapper section p.clinic_text{
	text-align: center;
	margin-top: 32px;
	font-weight: 500;
}
.wrapper section p.clinic_text span{
	text-align: center;
	border-radius: 30px;
	background-color: #F9F9F9;
	border: 1px solid #D9D9D9;
	margin: 0 8px;
	display: inline-block;
	padding: 0 24px;
}

.wrapper .information .section_inner table{
	width:100%;
}
.wrapper .information .section_inner table tr:first-child{
	border-top:1px solid #ccc;
}
.wrapper .information .section_inner table tr{
	border-bottom:1px solid #ccc;
}
.wrapper .information .section_inner table th,
.wrapper .information .section_inner table td{
	padding:10px;
}
.wrapper .information .section_inner table th{
	width:100px;
	font-weight:400;
	text-align:left;
	color:#005AAA;
	font-family:Montserrat;
	padding-left:25px;
	
}
.wrapper .information .section_inner table td a:hover{
	text-decoration:underline;
}
.wrapper .information .section_inner .btn{
	width:250px;
}

/* 再生医療提供をご検討の医療機関様へ */
.wrapper section.flow{
	background: url(./images/common/flow_bg.webp) no-repeat center;
	background-size: cover;
	padding: 64px 0 100px;
	margin: 0;
}
.wrapper section.flow .section_inner .flow_contents{
	display: flex;
	gap: 34px;
	margin-bottom: 64px;
}
.wrapper section.flow .section_inner .flow_contents .left_text h4{
	font-size: 28px;
	color: #005AAA;
	font-weight: 500;
	margin-bottom: 32px;
}
.wrapper section.flow .section_inner .flow_contents .right_img img{
	border-radius: 8px;
	box-shadow: 0 4px 10px 3px rgba(177, 177, 177, 0.25);
}
.wrapper section.flow .section_inner .flow_contents .contact_btn a,
.page-products section.sec04 .section_inner .contact_btn a{
	display: inline-block;
	margin-top: 32px;
	background: #005AAA;
	color: #fff;
	padding: 10px 18px 10px 48px;
	position: relative;
	border-radius: 4px;
	font-size: 15px;
	border: 1px solid #005AAA;
}
.page-products section.sec04 .section_inner .contact_btn a{
	margin-top: 0;
}
.wrapper section.flow .section_inner .flow_contents .contact_btn a:hover,
.page-products section.sec04 .section_inner .contact_btn a:hover{
	background-color: #fff;
	color: #005AAA;
}
.wrapper section.flow .section_inner .flow_contents .contact_btn a::before,
.page-products section.sec04 .section_inner .contact_btn a::before{
	content: "";
	display: block;
	background: url(./images/common/mail_icon.svg) no-repeat center;
	position: absolute;
	width: 24px;
	height: 24px;
	left: 18px;
    top: 6px;
}
.wrapper section.flow .section_inner .flow_contents .contact_btn a:hover:before,
.page-products section.sec04 .section_inner .contact_btn a:hover::before{
	background: url(./images/common/mail_icon_blue.svg) no-repeat center;
}
/* Flow */
.wrapper section.flow .section_inner p.flow_text span.blue{
	color: #005AAA;
}
.wrapper section.flow .section_inner ul.flow_list{
	display: flex;
	gap: 30px;
	flex-wrap: wrap;
	margin-top: 32px;
}
.wrapper section.flow .section_inner ul.flow_list li{
	width: calc( (100% - 204px) / 3);
	background: #FFF;
	padding: 18px 24px;
	border-radius: 8px;
}
.wrapper section.flow .section_inner ul.flow_list li h5{
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 8px;
	position: relative;
	padding-left: 64px;
	line-height: 36px;
	padding-top: 14px;
	border-top: 1px solid #D9D9D9;
}
.wrapper section.flow .section_inner ul.flow_list li h5::after{
	content: "";
	display: block;
	background-color: #005AAA;
	border-radius: 50%;
	width: 4px;
	height: 4px;
	position: absolute;
	top: -2px;
    left: -3px;
}
.wrapper section.flow .section_inner ul.flow_list li h5::before{
	content: "01";
	color: #FFF;
	font-family: Montserrat;
	font-size: 18px;
	font-weight: 300;
	background-color: #005AAA;
	border-radius: 4px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	position: absolute;
	left: 0;
	text-align: center;
}
.wrapper section.flow .section_inner ul.flow_list li:nth-child(2) h5::before{
	content: "02";
}
.wrapper section.flow .section_inner ul.flow_list li:nth-child(3) h5::before{
	content: "03";
}
.wrapper section.flow .section_inner ul.flow_list li:nth-child(4) h5::before{
	content: "04";
}
.wrapper section.flow .section_inner ul.flow_list li:nth-child(5) h5::before{
	content: "05";
}
.wrapper section.flow .section_inner ul.flow_list li:nth-child(6) h5::before{
	content: "06";
}
.wrapper section.flow .section_inner ul.flow_list li p{
	font-size: 13px;
	line-height: 28px;
}
/*-----------------------------------------
内部共通
-----------------------------------------*/
/*------breadcrumb------*/
.wrapper .breadcrumb {
	width: 1980px;
	max-width: 100%;
	margin: 70px auto 0;
	background-color: #F9F9F9;
}
.wrapper .breadcrumb ul {
	overflow: hidden;
	width: 96%;
	margin: 0 auto;
}
.wrapper .breadcrumb ul li {
	float: left;
	font-size: 12px;
	letter-spacing: 1px;
}
.wrapper .breadcrumb ul li a:hover {
	text-decoration: underline;
}
/*------pageimg------*/
.pageimg{
	width: 100%;
	padding: 80px 0;
}
.pageimg h2{
	max-width: 1980px;
	margin: 0 auto;
	width: 90%;
	color: #005AAA;
	font-size: 36px;
	font-weight: 600;
	letter-spacing: 2px;
	text-align: center;
}
.pageimg h2 span.page-subtitle{
	font-family: Montserrat;
	font-size: 24px;
	font-weight: 400;
	line-height: normal;
	display: inline-block;
	margin-top: 14px;
	position: relative;
	letter-spacing: 0;
}
.pageimg h2 span.page-subtitle::before{
	content: "";
	display: block;
	background: #005AAA;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	position: absolute;
	left: -15px;
    top: 12px;
}
/*-----------------------------------------
会社案内
-----------------------------------------*/
.page-company section.sec01{
	margin: 0 auto 120px;
}
.page-company section.sec01 .section_inner table,
.page-company section.sec01 .section_inner tbody{
	width: 100%;
	display: block;
}
.page-company section.sec01 .section_inner table tr{
	display: inline-block;
	width: 100%;
	padding: 18px 0 18px 48px;
	border-bottom: 1px solid #D9D9D9;
	box-sizing: border-box;
}
.page-company section.sec01 .section_inner table tr:first-of-type{
	border-top: 1px solid #D9D9D9;
}
.page-company section.sec01 .section_inner table tr th{
	text-align: left;
	color: #005AAA;
	font-weight: bold;
	width: 130px;
}
.page-company section.sec01 .section_inner table tr td a:hover{
	text-decoration: underline;
}
.page-company section.sec02{
	position: relative;
}
.page-company section.sec02::before{
	content: "";
	display: block;
	background-color: #005AAA;
	width: 100%;
	height: 400px;
	position: absolute;
	top: 0;
	z-index: -1;
}
.page-company section.sec02 .section_inner{
	padding-top: 64px;
}
.page-company section.sec02 .section_inner h3,
.page-company section.sec02 .section_inner h3 span{
	color: #fff;
}
.page-company section.sec02 .section_inner h3 span::before{
	background: #fff;
}
.page-company section.sec02 .section_inner ul.sec02_list{
	display: flex;
	gap: 41px;
}
.page-company section.sec02 .section_inner ul.sec02_list li{
	flex: 1;
}
.page-company section.sec02 .section_inner ul.sec02_list li .img img{
	border-radius: 8px;
	box-shadow:  0 4px 10px 3px rgba(177, 177, 177, 0.30);
}
.page-company section.sec02 .section_inner ul.sec02_list li span{
	display: block;
	font-family: Montserrat;
	font-size: 14px;
	margin-top: 18px;
	position: relative;
	color: #005AAA;
}
.page-company section.sec02 .section_inner ul.sec02_list li span::after{
	content: "";
	display: block;
	background-color: #D9D9D9;
	width: 91%;
	height: 1px;
	position: absolute;
	right: 0;
	top: 16.5px;
}
.page-company section.sec02 .section_inner ul.sec02_list li h4{
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 18px;
	color: #005AAA;
}
.page-company section.sec02 .section_inner ul.sec02_list li p{
	font-size: 14px;
	line-height: 28px;
}
/*-----------------------------------------
製品案内
-----------------------------------------*/
.page-products section.sec01 {
	margin-top: 0;
}
.page-products section.sec01 .section_inner .sec01_contents{
	display: flex;
	align-items: center;
	gap: 64px;
	margin-bottom: 64px;
}
.page-products section.sec01 .section_inner .sec01_contents .left_img img{
	border-radius: 8px;
	box-shadow: 0 4px 10px 0 rgba(177, 177, 177, 0.30);
}
.page-products section.sec01 .section_inner .sec01_contents .right_text h4{
	font-size: 28px;
	font-weight: 500;
	line-height: 42px;
}
.page-products section.sec01 .section_inner .sec01_contents .right_text h4 span{
	color: #005AAA;
}
.page-products section.sec01 .section_inner .sec01_contents .right_text ul.sec01_list{
	margin-top: 32px;
}
.page-products section.sec01 .section_inner .sec01_contents .right_text ul.sec01_list li{
	margin-bottom: 8px;
	font-size: 18px;
	line-height: 42px;
	position: relative;
	padding-left: 40px;
}
.page-products section.sec01 .section_inner .sec01_contents .right_text ul.sec01_list li::before{
	content: "";
	display: block;
	background: url(./images/page/products/check_icon.svg) no-repeat center;
	width: 28px;
	height: 28px;
	position: absolute;
	left: 0;
	top: 8px;
}
.page-products section.sec01 .section_inner .sec01_contents .right_text ul.sec01_list li:last-child{
	margin-bottom: 0;
}
.page-products section.sec01 .section_inner h5{
	font-size: 21px;
	text-align: center;
	font-weight: 500;
	color: #005AAA;
	margin-bottom: 24px;
}
.page-products section.sec02 .section_inner h4{
	background: #F5F5F5;
	padding: 10px 24px;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 32px;
	border-radius: 4px;
}
.page-products section.sec02 .section_inner h4 span.blue{
	color: #005AAA;
}
.page-products section.sec02 .section_inner ul.sec02_list{
	display: flex;
	flex-wrap: wrap;
	gap: 42px;
	position: relative;
}
.page-products section.sec02 .section_inner ul.sec02_list::after{
	content: "";
	display: block;
	background: url(./images/page/products/bg01.webp) no-repeat center;
	width: 225px;
	height: 312px;
	position: absolute;
	bottom: 0;
	right: 0;
}
.page-products section.sec02 .section_inner ul.sec02_list li{
	border-radius: 8px;
	border: 1px solid #d9d9d9;
	padding: 32px;
	width: calc((100% - 282px) / 3);
}
.page-products section.sec02 .section_inner ul.sec02_list li h5{
	position: relative;
	padding-left: 48px;
	font-size: 21px;
	font-weight: 700;
	margin-bottom: 8px;
}
.page-products section.sec02 .section_inner ul.sec02_list li h5::before{
	content: "01";
	font-family: Montserrat;
	font-size: 32px;
	font-style: italic;
	font-weight: 500;
	color: #005AAA;
	position: absolute;
	left: 0;
}
.page-products section.sec02 .section_inner ul.sec02_list li:nth-child(2) h5::before{
	content: "02";
}
.page-products section.sec02 .section_inner ul.sec02_list li:nth-child(3) h5::before{
	content: "03";
}
.page-products section.sec02 .section_inner ul.sec02_list li:nth-child(4) h5::before{
	content: "04";
}
.page-products section.sec02 .section_inner ul.sec02_list li:nth-child(5) h5::before{
	content: "05";
}
.page-products section.sec02 .section_inner ul.sec02_list li p.bg_blue{
	background-color: #005AAA;
	border-radius: 30px;
	text-align: center;
	padding: 0 15px;
	width: fit-content;
	margin-bottom: 8px;
	color: #fff;
}
.page-products section.sec03 .section_inner .structure_text{
	display: flex;
	gap: 48px;
	justify-content: space-between;
}
.page-products section.sec03 .section_inner .structure_text .right_img{
	display: flex;
	flex-direction: column;
	gap: 48px;
}
.page-products section.sec04 .section_inner .copy{
	display: flex;
	gap: 18px;
	margin-bottom: 32px;
}
.page-products section.sec04 .section_inner .copy .copy_text{
	background-color: #F5F5F5;
	border-radius: 8px;
	padding: 24px 18px;
}
.page-products section.sec04 .section_inner .copy .copy_text p{
	font-size: 21px;
	font-weight: 500;
	line-height: 24px;
}
.page-products section.sec04 .section_inner .copy .copy_text p span.blue{
	color: #005AAA;
	font-size: 44px;
	font-weight: 500;
}
.page-products section.sec04 .section_inner .copy .copy_text p span.blue.en{
	font-family: Montserrat;
	font-weight: 600;
	letter-spacing: 1.32px;
	display: inline-block;
	margin: 0 4px;
}
.page-products section.sec04 .section_inner ul.sec04_list{
	display: flex;
	gap: 39px;
}
.page-products section.sec04 .section_inner ul.sec04_list li{
	width: calc( (100% - 462px) / 3);
	border: 1px solid #d9d9d9;
	border-radius: 8px;
	padding: 18px 64px;
	display: flex;
	align-items: center;
	gap: 18px;
	position: relative;
}
.page-products section.sec04 .section_inner ul.sec04_list li::after{
	content: "";
	background: url(./images/page/products/arrow.svg) no-repeat center;
	width: 41px;
	height: 35px;
	position: absolute;
	right: -41px;
	top: 35%;
}
.page-products section.sec04 .section_inner ul.sec04_list li:last-child:after{
	display: none;
}
.page-products section.sec04 .section_inner ul.sec04_list li .icon{
	background: #F5F5F5;
	border-radius: 50%;
	width: 80px;
	height: 80px;
	text-align: center;
}
.page-products section.sec04 .section_inner ul.sec04_list li .icon img{
	height: 80px;
}
.page-products section.sec04 .section_inner ul.sec04_list li p{
	font-size: 24px;
	font-weight: 500;
	line-height: 24px;
}
.page-products section.sec04 .section_inner .price_text{
	display: flex;
	align-items: center;
	gap: 32px;
	margin-top: 64px;
}
.page-products section.sec04 .section_inner .price_text p{
	font-size: 24px;
	font-weight: 500;
}
/* --- オーバーレイ背景 --- */
.popup-overlay {
position: fixed;
top: 0; left: 0;
width: 100%; height: 100%;
background: rgba(0,0,0,0.85);
display: flex;
align-items: center;
justify-content: center;
z-index: 9999;
}

/* --- ポップアップ本体 --- */
.popup-content {
	background: #fff;
	padding: 64px;
	border-radius: 10px;
	width: 90%;
	max-width: 1080px;
	box-shadow: 0 5px 15px rgba(0,0,0,0.65);
}
.popup-content h3 {
	font-size: 28px;
	margin-top: 40px;
	margin-bottom: 32px;
	font-weight: 500;
}
.popup-buttons {
	margin-top: 48px;
	display: flex;
	gap: 48px;
}
.popup-buttons .btn {
	padding: 16px 24px;
	font-size: 15px;
	border-radius: 4px;
	font-size: 16px;
	cursor: pointer;
	transition: 0.3s;
	width: 200px;
	text-align: left;
	position: relative;
}
.popup-buttons .btn::after{
	content: "";
	display: block;
	background: url(./images/common/arrow_blue.svg) #fff no-repeat center;
	width: 15px;
	height: 15px;
	position: absolute;
	right: 18px;
	top: 22px;
	border-radius: 50%;
}
.popup-buttons .no::after{
	background: url(./images/common/arrow_white.svg) #333 no-repeat center;
}
.popup-buttons .yes {
	background: #005AAA;
	color: #fff;
	border: none;
	border: 2px solid #005AAA;
}
.popup-buttons .btn.yes:hover{
	background-color: #fff;
	color: #005AAA;
}
.popup-buttons .btn.yes:hover::after{
	background: url(./images/common/arrow_white.svg) #005AAA no-repeat center;
}
.popup-buttons .no {
	background: #fff;
	color: #333;
}
.popup-buttons .no:hover{
	background-color: #333;
	color: #fff;
}
.popup-buttons .no:hover::after{
	background: url(./images/common/arrow_black.svg) #fff no-repeat center;
}

/*-----------------------------------------
 * お問い合わせ
-----------------------------------------*/
.wrapper section.member_sec01 .movie{
	width:100%;
	border:1px solid #ccc;
}
.wrapper section.member_sec01 .movie video{
	width:100%;
	height:auto;
	display:block;
}
.wrapper section.member_sec02 ul{
	margin-top:40px;
	display:flex;
	flex-wrap:wrap;
	gap:20px 2%;
}
.wrapper section.member_sec02 ul li{
	width:23%;
}
.wrapper section.member_sec02 ul li a{ 
	display:block;
	background:#005AAA;
	color:white;
	padding:10px 0;
	text-align:center;
	border:1px solid #005aaa;
	line-height:1.5em;
	transition:0.1s linear all;
}
.wrapper section.member_sec02 ul li a:hover{ 
	color:#005aaa;
	background:white;
}


/*-----------------------------------------
お問い合わせ
-----------------------------------------*/
.page-contact table.form-section,.page-contact table.form-section tbody{
	display: block;
	width: 100%;
}
.page-contact table.form-section tr{
	display: inline-block;
	padding: 18px 0;
	border-bottom: 1px solid #D9D9D9;
	width: 100%;
}
.page-contact table.form-section tr.top th{
	vertical-align: baseline;
}
.page-contact table.form-section tr th{
	width: 30%;
	text-align: left;
	font-weight: 500;
	float: left;
	display: inline-block;
}
.page-contact table.form-section tr th span{
	display: inline-block;
	background: #005AAA;
	border-radius: 4px;
	color: #fff;
	text-align: center;
	font-size: 14px;
	font-weight: 500;
	padding: 0 8px;
	height: 23px;
	line-height: 23px;
	margin-left: 12px;
}
.page-contact table.form-section tr td{
	width: 70%;
	display: inline-block;
}
input[type="text"], input[type="email"], input[type="tel"], textarea {
	padding: 10px;
	-webkit-appearance: none;
	background-color: #F3F4F3;
	width: 96%;
	border: none;
	border-radius: 5px;
}
.page-contact input[type="radio"] {
	vertical-align: middle;
	margin-right: 0.3125rem;
}
.page-contact .wpcf7-radio {
	display: flex !important;
	flex-direction: column;
}
.page-contact .wpcf7-list-item{
	margin-left: 0!important;
}
input[type="submit"] {
	display: block;
	-webkit-appearance: none;
	width: 300px;
	height: 60px;
	line-height: 60px;
	background: #005AAA;
	border: 1px solid #005AAA;
	color: white;
	text-align: center;
	border: none;
	font-size: 18px;
	font-weight: bold;
	transition: 0.3s linear all;
	border-radius: 8px;
	font-family: 'Noto Serif JP', serif, !important;
	-webkit-appearance: none;
	margin:  0 auto;
}
input[type="submit"]:hover {
	opacity: 0.7;
}
input[type="submit"]:disabled {
	background: #ccc;
}
.page-contact section.sec01{
	margin-top: 0;
	margin-bottom: 0;
}
.page-contact section.sec01 .consent-wrap{
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	margin: 48px 0 32px;
}
.page-contact section.sec01 .consent-wrap a{
	text-decoration: underline;
}
.page-contact section.sec01 .consent-wrap a:hover{
	text-decoration: none;
}
.page-contact section.sec02 .section_inner h3{
	text-align: center;
	color: #005AAA;
}
.page-contact section.sec02 .section_inner ul.policy_list{
	margin-top: 48px;
}
.page-contact section.sec02 .section_inner ul.policy_list li{
	margin-bottom: 32px;
}
.page-contact section.sec02 .section_inner ul.policy_list li:last-child{
	margin-bottom: 0;
}
.page-contact section.sec02 .section_inner ul.policy_list li h4{
	color: #005AAA;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 8px;
}
.page-contact section.sec02 .section_inner ul.policy_list li p a:hover{
	text-decoration: underline;
}

/*
 * information
 */
.category .wrapper section,
.archive .wrapper section,
.single .wrapper section{
	margin-top:0;
}
.category .wrapper section table,
.archive .wrapper section table{
	width:100%;
	border-collapse:collapse;
}
.category .wrapper section table tr,
.archive .wrapper section table tr{
	border-bottom:1px solid #ccc;
}
.category .wrapper section table tr:first-child,
.archive .wrapper section table tr:first-child{
	border-top:1px solid #ccc;
}
.category .wrapper section table tr th,
.archive .wrapper section table tr th{
	text-align:left;
	color:#005AAA;
	width:100px;
	padding:10px 15px;
}
.category .wrapper section table tr td,
.archive .wrapper section table tr td{
	padding:10px 15px;
}
.category .wrapper section table tr td a:hover,
.archive .wrapper section table tr td a:hover{
	text-decoration:underline;
}
.single .wrapper section .date{
	color:#005AAA;
}
.single .wrapper section .date .category{
	background:#005aaa;
	color:white;
	padding:0 10px;
	margin-left:20px;
	border-radius:6px;
}
.single .wrapper section h3{
	margin:10px 0 40px;
	padding-bottom:15px;
	border-bottom:1px solid #231815;
}
.single .wrapper section .news_btn{
	width:360px;
	max-width:75%;
	margin:60px auto 0;
}
.single .wrapper section .news_btn a{
	display:block;
	line-height:3.6em;
	border-radius:10px;
	color:white;
	background:#005aaa;
	text-align:center;
	border:1px solid #005aaa;
}
.single .wrapper section .news_btn a:hover{
	background:white;
	color:#005aaa;
}



@media screen and (max-width: 1300px) {

}
@media screen and (max-width: 1180px) {
	.home .wrapper section.mainimg .section_inner .left_text::after{
		background-size: 80%;
		bottom: -170%;
		right: -53%;
	}
	.popup-content{
		width: 80%;
	}
}
@media screen and (max-width: 1024px) {
	.pcbr,.pc { display: none;}
	.spbr,.sp{ display: block;}
	.br01{ display:inline; }
/*-----------------------------------------
	header
-----------------------------------------*/
	.home .wrapper header .header_inner .header_left {
		width: 100%;
	}
	.wrapper header .header_inner .header_right {
		display: none;
	}
	.wrapper header .header_inner .menu_sp {
		display: block;
	}
	.wrapper header{
		padding-bottom: 0;
		height: 56px;
		background-color: #fff;
	}
	.wrapper header .header_inner .header_btn {
		width: 42px;
		z-index: 9999;
		height: 42px;
		cursor: pointer;
		position: absolute;
		background: #0166B4;
		right: 8px;
		top: 6px;
		border-radius: 4px;
	}
	.menu__line {
		background: #fff;
		display: block;
		height: 1px;
		width: 26px;
		position: absolute;
		transition: .5s ease-in-out;
		left: 8px;
	}
	.menu__line--top{
		top: 12px;
	}
	.menu__line--center {
		top: 20px;
	}
	.menu__line--bottom {
		background: none;
        bottom: 0;
        top: 32px;
        left: 0;
        width: 100%;
        text-align: center;
	}
	.menu__line--bottom:before {
		content:"Menu";
		font-family: "Libre Montserrat";
		font-size: 9px;
        color: #fff;
		position: relative;
		top: -12px;
	}
	.menu__line--top.active {
		top: 16px;
        transform: rotate(30deg);
	}
	.menu__line--center.active {
		top: 16px;
		transform: rotate(150deg);
	}
	.menu__line--bottom.active {
	}
	.menu__line--bottom.active:before {
		content: "Close";
	}
	.wrapper .menu_sp .spmenu {
		width: 100%;
		position: fixed;
		z-index: 9998;
		right: -100%;
		top: 0;
		margin-top: 56px;
		padding: 44px 0 120px;
		display: block;
		background-color: #fff;
		height: 100%;
		overflow-y: scroll;
		box-sizing: border-box;
	}
	.wrapper .menu_sp .spmenu ul{
		margin-bottom: 48px;
	}
	.wrapper .menu_sp .spmenu li {
		width: calc(100% - 60px);
		border-bottom: 1px solid #ddd;
		margin: 0 auto;
	}
	.wrapper .menu_sp .spmenu li a,
	.wrapper .menu_sp .spmenu li span{
		display: block;
		font-weight: 500;
		padding: 10px 20px 10px 30px;
	}
	.wrapper .menu_sp .spmenu li.main_menu a,
	.wrapper .menu_sp .spmenu li.main_menu span{
		padding-left: 0;
	}
	.wrapper .menu_sp .spmenu li.main_menu a{
		position: relative;
		display: block;
	}
	.wrapper .menu_sp .spmenu li.main_menu a::after{
		content: "";
		display: block;
		background: url(./images/common/arrow_white.svg) #005AAA no-repeat center;
		width: 18px;
		height: 18px;
		position: absolute;
		right: 10px;
		top: 18px;
		border-radius: 50%;
	}
	.wrapper .menu_sp .spmenu li.spmenu_btn {
		position: relative;
	}
	.wrapper .menu_sp .spmenu li.spmenu_btn:before {
		content: "";
		display: block;
		background: #0166B4;
		width: 19px;
		height: 19px;
		border-radius: 50%;
		position: absolute;
		top: 15px;
		right: 0;
	}
	.wrapper .menu_sp .contact a{
		margin-left: 0;
	}
	.wrapper .menu_sp .key, .wrapper .menu_sp .contact{
		width: calc(100% - 60px);
		margin: 0 auto;
	}
	.wrapper .menu_sp .key{
		margin-bottom: 18px;
	}
	/*-----------------------------------------
	footer
	-----------------------------------------*/
	footer .footer_inner .footer_bottom nav {
        gap: 64px;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
	footer .footer_inner .btn_flex{
		justify-content: space-between;
	}
	footer .footer_inner .btn_flex .cta_btn{
		width: calc(100% / 2);
	}
	footer .footer_inner .footer_top{
		flex-direction: column;
		gap: 32px;
	}
	footer .footer_inner .btn_flex .cta_btn a{
		padding: 32px 22px;
	}
	footer .footer_inner .btn_flex{
		flex-direction: column;
	}
	footer .footer_inner .btn_flex .cta_btn{
		width: 100%;
	}
	/*-----------------------------------------
	common
	-----------------------------------------*/
	.wrapper section .section_inner{
		width: 90%;
	}
	.wrapper main{
		margin-top: 56px;
	}
	/*-----------------------------------------
	top
	-----------------------------------------*/
	.home .wrapper section.mainimg .section_inner .left_text::after{
		bottom: -248%;
		right: 6%;
	}
	.home .wrapper section.sec01 .section_inner .sec01_contents{
		gap: 18px;
	}
	.wrapper section ul.clinic_list li .clinic_img img{
		width: 100%;
	}
	.wrapper section.flow .section_inner .flow_contents .left_text h4{
		font-size: 26px;
	}
	.wrapper section.flow .section_inner ul.flow_list li{
		width: calc( (100% - 156px) / 2);
	}
	/*-----------------------------------------
	page
	-----------------------------------------*/
	.page-company section.sec02 .section_inner ul.sec02_list li .img img{
		width: 100%;
	}
	.page-products section.sec03 .section_inner .structure_text img{
		width: 100%;
	}
}
@media screen and (max-width: 896px) {
	/*-----------------------------------------
	common
	-----------------------------------------*/
	.w-896{display: block;}
	.w-1024{display: none;}
	.sp_none{display: none!important;}
	/*-----------------------------------------
	top
	-----------------------------------------*/
	.home .wrapper section.mainimg .section_inner{
		flex-direction: column;
		align-items: flex-start;
		width: 90%;
	}
	.home .wrapper section.mainimg .section_inner .right_img.img_blockFlowing {
		flex-direction: row;
		animation: slideLoopX 40s linear infinite;
	}
	.home .wrapper section.mainimg .section_inner .right_img.img_blockFlowing .img_list {
		flex-direction: row;
		width: 100%; /* 横に流すので幅は調整 */
		gap: 18px;
	}
	@keyframes slideLoopX {
		0% { transform: translateX(0%); }
		100% { transform: translateX(-50%); }
	}
	.home .wrapper section.mainimg .section_inner .left_text::after{
		bottom: -128%;
        right: -58%;
	}
	.home .wrapper section.mainimg .section_inner .left_text{
		margin-top: 100px;
	}
	.home .wrapper section.sec01 .section_inner .sec01_contents{
		flex-direction: column;
	}
	.home .wrapper section.sec01 .section_inner .sec01_contents .right_text{
		margin-top: 24px;
		width: 100%;
	}
	.home .wrapper section.sec02 .section_inner .sec02_contents{
		flex-direction: column;
		gap: 32px;
		align-items: center;
	}
	.wrapper section.flow .section_inner .flow_contents{
		flex-direction: column;
		gap: 48px;
	}
	.wrapper section.flow .section_inner ul.flow_list li{
		width: 100%;
	}
	/*-----------------------------------------
	page
	-----------------------------------------*/
	.page-company section.sec02::before{
		height: 300px;
	}
	.page-products section.sec01 .section_inner .sec01_contents{
		flex-direction: column;
	}
	.page-products section.sec01 .section_inner .sec01_contents{
		flex-direction: column;
	}
	.page-products section.sec02 .section_inner h4{
		line-height: 32px;
	}
	.page-products section.sec02 .section_inner ul.sec02_list{
		gap: 24px;
	}
	.page-products section.sec02 .section_inner ul.sec02_list li{
		width: calc((100% - 176px) / 2);
	}
	.page-products section.sec02 .section_inner ul.sec02_list li p.bg_blue{
		font-size: 15px;
	}
	.page-products section.sec02 .section_inner ul.sec02_list::after{
		right: 64px;
	}
	.page-products section.sec04 .section_inner ul.sec04_list li{
		width: calc( (100% - 212px) / 3);
		gap: 14px;
		padding: 18px 24px;
	}
	.page-products section.sec04 .section_inner ul.sec04_list li .icon{
		width: 60px;
		height: 60px;
	}
	.page-products section.sec04 .section_inner ul.sec04_list li .icon img{
		height: 60px;
		width: 50%;
	}
	.page-products section.sec04 .section_inner ul.sec04_list li p{
		font-size: 20px;
	}
	.page-products section.sec04 .section_inner ul.sec04_list li:nth-child(2) .icon img{
		width: 28%;
	}
	.wrapper section.member_sec02 ul li{
		width:32%;
	}
}
@media screen and (max-width: 640px) {
	/*-----------------------------------------
	common
	-----------------------------------------*/
	.pc_main,.pc_img{display: none;}
	.w-896,.w-640none{display: none;}
	.sp_main,.w-640{display: block;}

	.wrapper section .section_inner h3{
		font-size: 24px;
		margin-bottom: 32px;
	}
	.wrapper section{
		margin: 64px 0 80px;
	}
	.pageimg{
		padding: 48px 0;
	}
	.pageimg h2{
		font-size: 28px;
	}
	.pageimg h2 span.page-subtitle{
		font-size: 18px;
	}
	.pageimg h2 span.page-subtitle::before{
		top: 8px;
	}
	.pagetop{
		right: 20px;
		bottom: 30px;
	}
	.pagetop a{
		padding: 16px 17px;
	}
	/*-----------------------------------------
	header
	-----------------------------------------*/
	.wrapper header .header_inner .header_left h1{
		font-size: 8px;
	}
	.wrapper header .header_inner .header_left .logo img{
		width: 222px;
	}
	/*-----------------------------------------
	footer
	-----------------------------------------*/
	footer .footer_inner{
		width: 90%;
		padding: 48px 0 8px;
	}
	footer .footer_inner .btn_flex{
		gap: 18px;
	}
	footer .footer_inner .btn_flex .cta_btn a{
		padding: 20px 30px;
	}
	footer .footer_inner .btn_flex .cta_btn a h3{
		font-size: 16px;
		line-height: 22px;
	}
	footer .footer_inner .btn_flex .cta_btn a h3 span{
		font-size: 14px;
	}
	footer .footer_inner .btn_flex .cta_btn a h3 span::before{
		top: 8px;
	}
	footer .footer_inner .btn_flex .cta_btn a h3::before{
		width: 40px;
		height: 40px;
		top: 0;
	}
	footer .footer_inner .btn_flex .cta_btn a:hover h3::before,
	footer .footer_inner .btn_flex .cta_btn.contact_btn a:hover h3::before,
	footer .footer_inner .btn_flex .cta_btn a h3::before
	,footer .footer_inner .btn_flex .cta_btn.contact_btn a h3::before{
		background-size: 20px;
	}
	footer .footer_inner .btn_flex .cta_btn a h3{
		padding-left: 64px;
		margin-bottom: 8px;
	}
	footer .footer_inner .btn_flex .cta_btn a p{
		margin-left: 64px;
		font-size: 12px;
		line-height: 18px;
	}
	footer .footer_inner .right nav{
		flex-direction: column;
		gap: 18px;
	}
	footer .footer_inner .footer_top .left p{
		font-size: 14px;
		line-height: 24px;
	}
	footer .footer_inner .right nav ul.footer_nav{
		flex-direction: column;
		gap: 0;
	}
	/*-----------------------------------------
	top
	-----------------------------------------*/
	.home .wrapper section.mainimg .section_inner{
		height: calc( 100vh - 56px);
		justify-content: space-around;
	}
	.home .wrapper section.mainimg .section_inner .left_text h2{
		font-size: 24px;
		line-height: 42px;
	}
	.home .wrapper section.mainimg .section_inner .left_text .btn_flex{
		flex-direction: column;
		gap: 18px;
	}
	.home .wrapper .key a, .home .wrapper .contact a{
		width: 160px;
	}
	.home .wrapper section.mainimg .section_inner .right_img.img_blockFlowing .img_list img{
		width: 50%;
	}
	.home .wrapper section.mainimg .section_inner .left_text{
		margin-top: 0;
	}
	.home .wrapper section.mainimg .section_inner .left_text::after {
        bottom: -187%;
        right: -59%;
        background-size: 36%;
    }
	.home .wrapper section.mainimg .section_inner .right_img.img_blockFlowing{
		animation: slideLoopX 10s linear infinite;
	}
	.home .wrapper section.sec01{
		padding: 64px 0 80px;
	}
	.home .wrapper section.sec01 .section_inner .sec01_contents .left_text h4{
		font-size: 22px;
		line-height: 35px;
	}
	.home .wrapper section.sec01 .section_inner .sec01_contents{
		gap: 0;
	}
	.home .wrapper section.sec02 .section_inner .sec02_contents .left_img img{
		width: 100%;
	}
	.home .wrapper section.sec02 .section_inner .sec02_contents .right_text h4{
		font-size: 22px;
		line-height: 35px;
		margin-bottom: 24px;
	}
	.wrapper section ul.clinic_list{
		flex-direction: column;
		gap: 24px;
	}
	.wrapper section ul.clinic_list li .clinic_img{
		height: 160px;
		object-fit: cover;
	}
	.wrapper section ul.clinic_list li .clinic_img img{
		height: 100%;
		object-fit: cover;
	}
	.wrapper section ul.clinic_list li .clinic_img p.clinic_name{
		bottom: 0;
	}
	.wrapper section p.clinic_text{
		text-align: left;
		font-size: 14px;
		margin-top: 18px;
	}
	.wrapper section.flow .section_inner .flow_contents .left_text h4{
		font-size: 22px;
		line-height: 32px;
	}
	.wrapper section.flow .section_inner .flow_contents .right_img img{
		width: 100%;
	}
	.wrapper section.flow .section_inner ul.flow_list{
		gap: 18px;
	}
	.wrapper section.flow{
		padding: 64px 0 80px;
	}
	/*-----------------------------------------
	会社概要
	-----------------------------------------*/
	.page-company section.sec01 .section_inner table tr th{
		display: block;
		width: 100%;
	}
	.page-company section.sec01 .section_inner table tr{
		padding: 8px 0 8px 0;
	}
	.page-company section.sec01{
		margin: 0 auto 80px;
	}
	.page-company section.sec02 .section_inner ul.sec02_list{
		flex-direction: column;
	}
	.page-company section.sec02 .section_inner ul.sec02_list li h4{
		margin-bottom: 8px;
	}
	/*-----------------------------------------
	お問い合わせ
	-----------------------------------------*/
	.page-contact table.form-section tr th{
		display: block;
		width: 100%;
		float: none;
		margin-bottom: 8px;
	}
	.page-contact table.form-section tr td{
		width: 100%;
	}
	.page-contact section.sec02{
		margin-top: 0;
	}
	/*-----------------------------------------
	製品案内
	-----------------------------------------*/
	.page-products section.sec01 .section_inner .sec01_contents .left_img img{
		width: 100%;
	}
	.page-products section.sec01 .section_inner .sec01_contents{
		gap: 32px;
	}
	.page-products section.sec01 .section_inner .sec01_contents .right_text h4{
		font-size: 24px;
		line-height: 38px;
	}
	.page-products section.sec01 .section_inner .sec01_contents .right_text ul.sec01_list li{
		font-size: 14px;
		padding-left: 32px;
		margin-bottom: 0;
	}
	.page-products section.sec01 .section_inner .sec01_contents .right_text ul.sec01_list li::before{
		background-size: 73%;
	}
	.wrapper section p.clinic_text span{
		padding: 0 18px;
		margin: 0 5px;
	}
	.popup-content .popup-header img{
		width: 100%;
	}
	.popup-buttons{
		flex-direction: column;
		gap: 18px;
		margin-top: 24px;
	}
	.popup-content{
		padding: 32px 24px;
	}
	.popup-content h3{
		font-size: 24px;
		margin-bottom: 24px;
	}
	.popup-buttons .btn{
		width: 100%;
	}
	.page-products section.sec02 {
		margin: 64px 0 360px;
	}
	.page-products section.sec02 .section_inner ul.sec02_list li{
		width: 100%;
	}
	.page-products section.sec02 .section_inner ul.sec02_list li{
		padding: 24px 18px;
	}
	.page-products section.sec02 .section_inner ul.sec02_list li h5::before{
		font-size: 25px;
	}
	.page-products section.sec02 .section_inner ul.sec02_list::after{
		bottom: -27%;
	}
	.page-products section.sec03 .section_inner .structure_text{
		flex-direction: column;
	}
	.page-products section.sec03 .section_inner .structure_text .right_img{
		gap: 24px;
	}
	.page-products section.sec04 .section_inner .copy{
		flex-direction: column;
	}
	.page-products section.sec04 .section_inner .copy .copy_text p{
		font-size: 18px;
	}
	.page-products section.sec04 .section_inner .copy .copy_text p span.blue{
		font-size: 32px;
	}
	.page-products section.sec04 .section_inner ul.sec04_list{
		flex-direction: column;
	}
	.page-products section.sec04 .section_inner ul.sec04_list li{
		width: calc(100% - 48px);
	}
	.page-products section.sec04 .section_inner ul.sec04_list li::after{
		right: 45%;
		top: 102%;
		transform: rotate(90deg);
	}
	.page-products section.sec04 .section_inner .price_text{
		flex-direction: column;
		align-items: flex-start;
		gap: 18px;
		margin-top: 48px;
	}
	.page-products section.sec04 .section_inner .price_text p{
		font-size: 17px;
	}
	.wrapper .information .section_inner table th,
	.category .wrapper section table tr th,
	.archive .wrapper section table tr th{
		display:block;
		padding-left:10px;
		padding-bottom:0;
	}
	.wrapper .information .section_inner table td,
	.category .wrapper section table tr td,
	.archive .wrapper section table tr td{
		display:block;
		padding-top:0;
		padding-left:10px;
	}
	.wrapper section.member_sec02 ul li{
		width:100%;
	}
	.scoreform section .section_inner h3,
	.scoreform section .section_inner table tr th{
		line-height:1.5em;
	}
	.scoreform section .section_inner table tr th{
		display:block;
		width:100% !important;
		padding:10px 0 !important;
	}
	.scoreform section .section_inner table tr td{
		display:block;
		width:100% !important;
		padding:0 0 10px !important;
	}
	.scoreform section .section_inner table tr td .wpcf7-list-item{
		display:block;
		margin-left:0;
	}
	.scoreform .score ul{
		display:block !important;
	}
	.scoreform .score ul li{
		width:calc(100% - 20px) !important;
	}
	.scoreform .score ul li p br{
		display:none;
	}
	.scoreform .score ul .score-sub{
		display:inline !important;
	}
	
}
