@charset "UTF-8";
/* 
Theme Name: genova_tpl
File: style.css
Author: Genova Design
Author URL: https://genova.co.jp/
Description: Genova 2021 Wordpress template
Version: 1.0
*/
/*-----------------------------------------------------------
■ 1 Html
-----------------------------------------------------------*/
/*--------------------------------------
general
--------------------------------------*/
/*reset*/
html,legend{color:#000}blockquote,body,code,dd,div,dl,dt,fieldset,figure,form,h1,h2,h3,h4,h5,h6,input,legend,li,ol,p,pre,td,textarea,th,ul{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:400}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:400}q:after,q:before{content:""}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,select,textarea{font-family:inherit;font-size:inherit;font-weight:inherit}#yui3-css-stamp.cssreset{display:none}html{background:#fff;font-size:62.5%}

html {
	font-size: calc(100vw / 1440 * 10);
}

@media screen and (max-width: 767px) {
	html {
		font-size: calc(100vw / 390 * 10);
	}
}

body {
	position: relative;
	font-family: "IBM Plex Sans JP", sans-serif;
	font-weight: 400;
	font-size: 15px;
	letter-spacing: 0;
	line-height: 2;
	color: #2B2B2B;
	background: #fff;
	-webkit-text-size-adjust: 100%;
}

*,
*::before,
*::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

a {
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
	color: inherit;
	-moz-transition: all 0.7s;
	-o-transition: all 0.7s;
	-webkit-transition: all 0.7s;
	transition: all 0.7s;
}

a * {
	-moz-transition: all 0.7s;
	-o-transition: all 0.7s;
	-webkit-transition: all 0.7s;
	transition: all 0.7s;
}

a[href^="tel:"] {
	pointer-events: none;
	cursor: text;
}

a:focus,
*:focus {
	outline: none;
}

a:hover,
a:hover img {
	opacity: 0.8;
}

img {
	display: inline-block;
	vertical-align: middle;
	width: auto;
	max-width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}

p {
	margin-bottom: 20px;
}

p:last-child {
	margin-bottom: 0;
}

table {
	width: 100%;
}

strong {
	font-weight: bold;
}

code {
	display: inline-block;
	vertical-align: top;
	font-family: inherit;
}

.cl-orange {
	color: #EB8D46;
}

.cl-blue {
	color: #0F70A7;
}

.cl-green {
	color: #A7B638;
}

.cl-turquoise {
	color: #ACD9E3;
}

.cl-black {
	color: #1E272C;
}

.fnt-montserrat {
	font-family: "Montserrat", sans-serif;
	font-style: normal;
}

@media screen and (max-width: 767px) {
	a[href^="tel:"] {
		pointer-events: auto;
		cursor: pointer;
	}

	.auto_height {
		height: auto !important;
	}
}

/*--------------------------------------
icons
--------------------------------------*/
@font-face {
	font-family: 'icomoon';
	src: url("./libs/icomoon/icomoon.eot");
	src: url("../libs/icomoon/icomoon.eot#iefix") format("embedded-opentype"), url("./libs/icomoon/icomoon.ttf") format("truetype"), url("./libs/icomoon/icomoon.woff") format("woff"), url("./libs/icomoon/icomoon.svg#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}

[class*='icon-']:not([class*='eicon-']):not([class*='elementor-icon-'])::before {
	display: inline-block;
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	vertical-align: baseline;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-home::before {
	content: "\e90b";
}

.icon-blog::before {
	content: "\e900";
}

.icon-category::before {
	content: "\e901";
}

.icon-check::before {
	content: "\e902";
}

.icon-checked::before {
	content: "\e903";
}

.icon-down::before {
	content: "\e904";
}

.icon-facebook::before {
	content: "\e905";
}

.icon-google::before {
	content: "\e906";
}

.icon-line::before {
	content: "\e907";
}

.icon-twitter::before {
	content: "\e908";
}

.icon-arrow02::before {
	content: "\e909";
}

.icon-arrow01::before {
	content: "\e910";
}

.icon-search::before {
	content: "\e911";
}

.icon-tag::before {
	content: "\e912";
}

.icon-checkbox-unchecked::before {
	content: "\ea53";
}

.icon-checkbox-checked::before {
	content: "\ea52";
}

.radio-unchecked::before {
	content: "\ea56";
}

.radio-checked::before {
	content: "\ea54";
}

.radio-checked2::before {
	content: "\ea55";
}

/*--------------------------------------
shortcuts
--------------------------------------*/
/*margin */
.mb0 {
	margin-bottom: 0px !important;
}

.mb5 {
	margin-bottom: 5px !important;
}

.mb10 {
	margin-bottom: 10px !important;
}

.mb15 {
	margin-bottom: 15px !important;
}

.mb20 {
	margin-bottom: 20px !important;
}

.mb25 {
	margin-bottom: 25px !important;
}

.mb30 {
	margin-bottom: 30px !important;
}

.mb35 {
	margin-bottom: 35px !important;
}

.mb40 {
	margin-bottom: 40px !important;
}

.mb45 {
	margin-bottom: 45px !important;
}

.mb50 {
	margin-bottom: 50px !important;
}

.mb55 {
	margin-bottom: 55px !important;
}

.mb60 {
	margin-bottom: 60px !important;
}

.mb65 {
	margin-bottom: 65px !important;
}

.mb70 {
	margin-bottom: 70px !important;
}

.mb75 {
	margin-bottom: 75px !important;
}

.mb80 {
	margin-bottom: 80px !important;
}

.mb85 {
	margin-bottom: 85px !important;
}

.mb90 {
	margin-bottom: 90px !important;
}

.mb95 {
	margin-bottom: 95px !important;
}

.mb100 {
	margin-bottom: 100px !important;
}

/* float */
.fr {
	float: right !important;
}

.fl {
	float: left !important;
}

/* clear */
.clearfix {
	*zoom: 1;
}

.clearfix::after {
	content: "";
	display: table;
	clear: both;
}

.cl {
	clear: both !important;
}

/* text indent */
.textHide {
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}

/* text-align */
.tac {
	text-align: center !important;
}

.tar {
	text-align: right !important;
}

.tal {
	text-align: left !important;
}

/* font-weight */
.fb {
	font-weight: bold !important;
}

.half {
	display: inline-block;
}

/*Pc/sp change*/
.sp {
	display: none;
}

.mb {
	display: none;
}

@media screen and (max-width: 767px) {
	.pc {
		display: none !important;
	}

	.sp {
		display: block !important;
	}
}

@media screen and (max-width: 480px) {
	.mb {
		display: block;
	}

	.pcm {
		display: none;
	}
}

/*--------------------------------------
container / wrapper
--------------------------------------*/
#wrapper {
	height: 100%;
	overflow: hidden;
}

.container {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 0px;
	position: relative;
}

@media screen and (max-width: 1400px) {
	.container {
		max-width: 1140px;
	}
}

@media screen and (max-width: 1200px) {
	.container {
		max-width: 960px;
	}
}

@media screen and (max-width: 1024px) {
	.container {
		max-width: 720px;
	}
}

@media screen and (max-width: 767px) {
	.container {
		max-width: 100%;
		padding: 0 3.2rem;
	}
}

/*--------------------------------------
text color
--------------------------------------*/
.txt_color {
	color: #94C789;
}

.txt_link {
	vertical-align: top;
	text-decoration: underline !important;
	font-weight: bold;
	color: #94C789 !important;
}

.txt_link:hover {
	text-decoration: none !important;
}

.catch_title {
	text-align: center;
	font-size: 22px;
	line-height: 1.6;
	letter-spacing: 0.15em;
	color: #FFAEA2;
}

/*-----------------------------------------------------------
■ 2 Header
-----------------------------------------------------------*/
/*--------------------------------------
general
--------------------------------------*/
.header {
	display: flex;
	background-color: #fff;
	border-bottom: 1px solid #B0CBE6;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	padding: 0px;
	transition: all 0.3s;
}

body.home .header {
	opacity: 0;
	visibility: hidden;
}

body.home .header.fixed {
	opacity: 0;
	visibility: visible;
}

@media screen and (max-width: 1024px) {
	.header {
		background: transparent;
		border-bottom: 0;
		opacity: 1;
		visibility: visible;
		position: absolute;
	}

	body.home .header {
		opacity: 1;
		visibility: visible;
	}
}

/*--------------------------------------
logo
--------------------------------------*/
.header__logo {
	align-self: center;
	flex: 1 0 0;
	padding-left: 24px;
}

.header__logo a {
	display: block;
	max-width: 220px;
}

@media screen and (max-width: 1024px) {
	.header__logo {
		padding-left: 0;
	}

	.header__logo a {
		background-color: #fff;
		max-width: 156px;
		padding: 15px;
	}
}

/*--------------------------------------
nav
--------------------------------------*/
.navbar .nav-wrap {
	display: flex;
	align-items: center;
	gap: 32px;
}

.navbar .nav-list {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 24px;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: 0.04em;
}

.navbar .nav-list li a {
	display: flex;
	align-items: center;
	gap: 12px;
	border-bottom: 1px solid;
}

.navbar .nav-list li a:not(:hover) {
	border-bottom-color: transparent;
}

.navbar .nav-list li a i {
	display: none;
}

.navbar .nav-cv_pc {
	display: block;
}

.navbar .nav-cv_pc a {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
	width: 197px;
	height: 42px;
	color: #717F95;
	font-weight: 400;
	line-height: 18px;
	border-left: 1px solid #B0CBE6;
}

.navbar .nav-cv_pc a:not(:last-child) {
	border-bottom: 1px solid #B0CBE6;
}

.navbar .nav-cv_pc a img {
	max-height: 18px;
}

.navbar .nav-cv_pc .btnTel {
	font-size: 17px;
}

.navbar .nav-cv_pc .btnInq {
	font-size: 16px;
}

.navbar .nav-cv_sp {
	display: none;
}

@media screen and (max-width: 1400px) {
	.navbar {
		padding-left: 2.4rem;
	}

	.navbar .nav-wrap {
		gap: 3.2rem;
	}

	.navbar .nav-list {
		gap: 2.4rem;
		font-size: 1.6rem;
	}

	.navbar .nav-cv_pc a {
		width: 19.7rem;
	}

	.navbar .nav-cv_pc a img {
		max-width: 1.8rem;
	}

	.navbar .nav-cv_pc .btnTel {
		font-size: 1.7rem;
	}

	.navbar .nav-cv_pc .btnInq {
		font-size: 1.6rem;
	}
}

@media screen and (max-width: 1024px) {
	.navbar {
		display: flex;
		flex-direction: column;
		background: #3A506E;
		color: #fff;
		width: 100%;
		height: 100vh;
		box-sizing: border-box;
		overflow-y: auto;
		position: fixed;
		top: 0;
		left: 0;
		padding: 100px 32px;
		opacity: 0;
		visibility: hidden;
		transition: all 0.3s linear;
		text-align: left;
	}

	.navbar .nav-wrap {
		flex-direction: column;
		gap: 48px;
		font-size: 16px;
	}

	.navbar .nav-list {
		display: grid;
		grid-template-columns: repeat(2, auto);
		gap: 32px;
		font-size: 16px;
	}

	.navbar .nav-list li a {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 16px;
	}

	.navbar .nav-list li a i {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 56px;
		height: 48px;
		background-color: #fff;
		border-radius: 100px;
	}

	.navbar .nav-list li a i img {
		max-height: 24px;
	}

	.navbar .nav-cv_pc {
		display: none;
	}

	.navbar .nav-cv_sp {
		display: block;
	}

	.navbar .nav-cv_sp .item:not(:last-child) {
		border-bottom: 1px solid #fff;
	}

	.navbar .nav-cv_sp .tel {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 8px;
		height: 92px;
		line-height: 1;
	}

	.navbar .nav-cv_sp .tel a {
		display: flex;
		align-items: center;
		gap: 10px;
		font-weight: 300;
		font-size: 28px;
	}

	.navbar .nav-cv_sp .tel a img {
		max-width: 24px;
	}

	.navbar .nav-cv_sp .tel span {
		display: block;
		font-weight: 500;
		font-size: 14px;
	}

	.navbar .nav-cv_sp .inq {
		text-align: center;
		padding: 40px 0;
	}

	.navbar .nav-cv_sp .inq a {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 10px;
		font-weight: 400;
		font-size: 24px;
		line-height: 28px;
		position: relative;
	}

	.navbar .nav-cv_sp .inq a:after {
		content: '';
		display: block;
		width: 18px;
		height: 15px;
		background: url("img/arrow-right-blue.webp") no-repeat center left 7px/5px auto;
		background-color: #fff;
		border-radius: 80px;
	}

	.navbar .nav-cv_sp .inq a img {
		max-width: 24px;
	}

	.navbar .nav-cv_sp .inq p {
		font-size: 14px;
		line-height: 1.4;
		padding-top: 24px;
	}

	.navbar .nav-cv_sp .time {
		padding: 40px 0;
	}

	.navbar .nav-cv_sp .time h3 {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 10px;
		font-weight: 400;
		font-size: 24px;
		line-height: 1;
	}

	.navbar .nav-cv_sp .time h3 img {
		max-width: 24px;
	}

	.navbar .nav-cv_sp .time dl {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 12px;
		padding-top: 24px;
		line-height: 22px;
	}

	.navbar .nav-cv_sp .time dl dt {
		width: 36px;
		border: 1px solid #fff;
		font-size: 14px;
		text-align: center;
		padding-top: 2px;
	}

	.navbar .nav-cv_sp .time dl dd {
		font-weight: 300;
		font-size: 16px;
		margin-left: -4px;
	}

	.navOpen .header {
		padding: 0;
	}

	.navOpen .navbar {
		opacity: 1;
		visibility: visible;
	}
}

@media screen and (min-width: 1025px) {
	.navbar {
		height: auto !important;
	}
}

/*--------------------------------------
toggle menu
--------------------------------------*/
.toggle-menu {
	display: none;
	width: 64px;
	height: 64px;
	background: #3E6A90;
	border-radius: 50%;
	position: fixed;
	top: 16px;
	right: 8px;
	z-index: 1;
}

.toggle-menu__trigger,
.toggle-menu__trigger span {
	display: inline-block;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	-webkit-transition: all .4s;
	transition: all .4s;
}

.toggle-menu__trigger {
	display: block;
	width: 24px;
	height: 18px;
	background: transparent;
	border: 0px;
	margin: 0;
	padding: 0;
	text-align: center;
	position: relative;
}

.toggle-menu__trigger span {
	position: absolute;
	left: 0;
	width: 24px;
	height: 2px;
	border-radius: 4px;
	background-color: #D9D9D9;
}

.toggle-menu__trigger span:nth-of-type(1) {
	top: 0;
}

.toggle-menu__trigger span:nth-of-type(2) {
	top: 8px;
}

.toggle-menu__trigger span:nth-of-type(3) {
	top: 16px;
}

.toggle-menu.is-active .toggle-menu__trigger span:nth-of-type(1) {
	-moz-transform: translateY(8px) rotate(-45deg);
	-ms-transform: translateY(8px) rotate(-45deg);
	-webkit-transform: translateY(8px) rotate(-45deg);
	transform: translateY(8px) rotate(-45deg);
}

.toggle-menu.is-active .toggle-menu__trigger span:nth-of-type(2) {
	opacity: 0;
}

.toggle-menu.is-active .toggle-menu__trigger span:nth-of-type(3) {
	top: 20px;
	-moz-transform: translateY(-12px) rotate(45deg);
	-ms-transform: translateY(-12px) rotate(45deg);
	-webkit-transform: translateY(-12px) rotate(45deg);
	transform: translateY(-12px) rotate(45deg);
}

@media screen and (max-width: 1024px) {
	.toggle-menu {
		display: flex;
		align-items: center;
		justify-content: center;
	}
}

/*-----------------------------------------------------------
■ 3 Footer
-----------------------------------------------------------*/
/*--------------------------------------
general
--------------------------------------*/
.footer {
	background-color: #1C3962;
	color: #fff;
	font-size: 13px;
	line-height: 1;
	position: relative;
	padding: 56px 0 118px;
}

.footer .container {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 32px;
}

.footer .col {
	width: 270px;
}

.footer-logo {
	width: 260px;
}

.footer-txt {
	padding-top: 48px;
}

.footer-txt p:not(:last-child) {
	margin-bottom: 16px;
}

.footer-sitemap {
	padding-top: 32px;
}

.footer-sitemap a {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	text-decoration: underline;
	position: relative;
}

.footer-sitemap a:after {
	content: '';
	display: block;
	width: 22px;
	height: 16px;
	background: url("img/arrow-right-blue.webp") no-repeat center left 9px/5px auto;
	background-color: #fff;
	border-radius: 160px;
}

.footer-sitemap a:hover {
	text-decoration: none;
}

.footer-nav {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 24px;
	max-width: calc(100% - 302px);
}

.footer-nav a {
	border-bottom: 1px solid;
}

.footer-nav a:not(:hover) {
	border-bottom-color: transparent;
}

.footer-copyright {
	font-size: 12px;
	line-height: 1;
	position: absolute;
	bottom: 0;
	right: 0;
}

@media screen and (max-width: 1200px) {
	.footer-nav {
		gap: 2.4rem;
		font-size: 1.3rem;
		padding-top: 12px;
	}
}

@media screen and (max-width: 1024px) {
	.footer {
		padding: 64px 0;
	}

	.footer .container {
		flex-direction: column;
		gap: 48px;
	}

	.footer-nav {
		gap: 24px;
		max-width: 100%;
		font-size: 13px;
	}

	.footer-copyright {
		position: static;
	}
}

@media screen and (max-width: 767px) {
	.footer {
		padding-bottom: 128px;
	}

	.footer-logo {
		width: 246px;
	}

	.footer-txt {
		padding-top: 24px;
	}

	.footer-nav {
		flex-direction: column;
		align-items: flex-start;
		gap: 16px;
	}
}

/*--------------------------------------
fixed box
--------------------------------------*/
.fixed-box {
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 1;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

.fixed-banner {
	display: flex;
}

/*-----------------------------------------------------------
■ 3 Other Common Elements
-----------------------------------------------------------*/
/*--------------------------------------
conversion section
--------------------------------------*/
.conversion {
	position: relative;
}

.conversion:before {
	content: '';
	width: 100%;
	height: 50%;
	background-color: #1C3962;
	position: absolute;
	bottom: 0;
	left: 0;
}
.conversion:after {
	content: '';
	width: 100%;
	height: 50%;
	background-color: #EFF6FF;
	position: absolute;
	top: 0;
	left: 0;
}

.conversion .container {
	display: flex;
	z-index: 1;
}

.conversion .col-1,
.conversion .col-2 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 50%;
	height: 427px;
	color: #fff;
}

.conversion .col-1 {
	background: url("img/cv-bg-1.webp") no-repeat center/cover;
	gap: 32px;
}

.conversion .col-1 h3 {
	width: 528px;
	font-weight: 400;
	font-size: 40px;
	line-height: 1;
}

.conversion .col-1 .txt {
	width: 528px;
	font-size: 15px;
	line-height: 1.8;
	margin-bottom: 0;
	padding-top: 4px;
}

.conversion .col-1 .list-btn {
	display: flex;
	align-items: center;
	gap: 16px;
}

.conversion .col-1 .list-btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
	height: 40px;
	background-color: #3A506E;
	border-radius: 8px;
	font-size: 14px;
	line-height: 1.5;
	padding: 0 16px;
}

.conversion .col-1 .list-btn a img {
	max-width: 16px;
}

.conversion .col-1 .list-btn a:hover {
	background-color: #2B2B2B;
	opacity: 1;
}

.conversion .col-2 {
	gap: 40px;
	background: url("img/cv-bg-2.webp") no-repeat center/cover;
}

.conversion .col-2 h3 {
	font-weight: 400;
	font-size: 18px;
	line-height: 1;
}

.conversion .col-2 h3 span {
	display: block;
	font-weight: 300;
	font-size: 48px;
	line-height: 1;
	padding-bottom: 16px;
}

.conversion .col-2 .tel {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 8px 16px;
	width: 460px;
}

.conversion .col-2 .tel span {
	display: block;
	width: 100%;
	font-size: 15px;
	text-align: left;
	padding-left: 45px;
}

.conversion .col-2 .tel a {
	font-weight: 300;
	font-size: 40px;
	letter-spacing: 0.02em;
	line-height: 1;
}

.conversion .col-2 .tel a small {
	font-size: 18px;
	padding-right: 8px;
}

.conversion .col-2 .tel time {
	display: block;
	font-size: 14px;
	letter-spacing: 0.08em;
	line-height: 1.5;
	border-left: 1px solid #fff;
	padding-left: 16px;
}

.conversion .col-2 .btn-inq a {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	gap: 24px;
	width: 418px;
	height: 68px;
	background-color: #fff;
	border-radius: 50px;
	font-weight: 400;
	font-size: 32px;
	line-height: 1;
	color: #3A506E;
	text-align: center;
	position: relative;
}

.conversion .col-2 .btn-inq a:after {
	content: '';
	display: block;
	width: 22px;
	height: 16px;
	background: url("img/arrow-right.webp") no-repeat center left 9px/5px auto;
	background-color: #3A506E;
	border-radius: 160px;
}

.conversion .col-2 .btn-inq a img {
	max-width: 33px;
}

@media screen and (max-width: 1400px) {
	.conversion .col-1 .txt br {
		display: none;
	}
}

@media screen and (max-width: 1200px) {
	.conversion .col-1 h3 {
		width: 52rem;
	}

	.conversion .col-1 .txt {
		width: 52rem;
	}

	.conversion .col-1 .txt br {
		display: none;
	}

	.conversion .col-1 .list-btn a {
		gap: 0.8rem;
		font-size: 1.4rem;
	}

	.conversion .col-1 .list-btn a img {
		max-width: 1.6rem;
	}
}

@media screen and (max-width: 1024px) {
	.conversion:before {
		height: 75%;
	}

	.conversion .container {
		flex-direction: column;
	}

	.conversion .col-1,
	.conversion .col-2 {
		width: 100%;
	}

	.conversion .col-1 .txt {
		width: 528px;
	}

	.conversion .col-1 .list-btn a {
		gap: 8px;
		font-size: 14px;
	}

	.conversion .col-1 .list-btn a img {
		max-width: 16px;
	}
}

@media screen and (max-width: 767px) {
	.conversion .container {
		padding: 0 1.6rem;
	}

	.conversion .col-1,
	.conversion .col-2 {
		height: auto;
		padding: 40px 3.2rem;
	}

	.conversion .col-1 {
		gap: 12px;
	}

	.conversion .col-1 h3 {
		width: 100%;
		font-size: 28px;
	}

	.conversion .col-1 .txt {
		width: 100%;
		font-size: 14px;
		padding-top: 4px;
	}

	.conversion .col-1 .list-btn {
		flex-wrap: wrap;
		gap: 8px;
	}

	.conversion .col-1 .list-btn li a {
		gap: 4px;
		height: 28px;
		font-size: 12px;
		padding: 0 8px;
	}

	.conversion .col-1 .list-btn li a img {
		max-height: 12px;
	}

	.conversion .col-2 {
		gap: 22px;
	}

	.conversion .col-2 h3 {
		font-size: 14px;
	}

	.conversion .col-2 h3 span {
		font-size: 32px;
		padding-bottom: 8px;
	}

	.conversion .col-2 .tel {
		flex-direction: column;
		align-items: center;
		flex-wrap: nowrap;
		gap: 4px;
		width: 100%;
	}

	.conversion .col-2 .tel span {
		font-size: 12px;
		text-align: center;
		padding-left: 0;
	}

	.conversion .col-2 .tel a {
		font-size: 32px;
	}

	.conversion .col-2 .tel a small {
		font-size: 10px;
	}

	.conversion .col-2 .tel time {
		font-size: 14px;
		border-left: 0;
		padding-left: 0;
	}

	.conversion .col-2 .btn-inq a {
		gap: 15px;
		width: 240px;
		height: 36px;
		font-size: 18px;
	}

	.conversion .col-2 .btn-inq a img {
		max-width: 19px;
	}
}

/*-----------------------------------------------------------
■ 4 Elementor overwrite
-----------------------------------------------------------*/
.elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated,
.elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated>.elementor-widget-wrap {
	padding: 0 !important;
}

.elementor img {
	width: auto;
}

#content .elementor-widget:not(:last-child) {
	margin-bottom: 0;
}

#content .elementor-widget-image-box .elementor-image-box-wrapper {
	text-align: left;
}

.elementor-heading-title {
	line-height: inherit;
}

.elementor .elementor-widget-text-editor a:not([href^="tel:"]):has(span) span {
	text-decoration: underline;
}

.elementor .elementor-widget-text-editor a:not([href^="tel:"]):has(span) span:hover {
	text-decoration: underline;
}

.elementor-section.elementor-section-boxed>.elementor-container {
	max-width: 100%;
	padding: 0;
}

.elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated,
.elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated>.elementor-widget-wrap {
	padding: 0;
}

.elementor-column-gap-default>.elementor-column>.elementor-element-populated {
	padding: 0;
}

.e-container {
	--container-max-width: 100%;
}

/*--------------------------------------
fadeup
--------------------------------------*/
.fadeup {
	transform: translateY(30px);
	opacity: 0;
	transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.8s, opacity 0.3s ease 0.8s;
}

.fadeup.scrollIn {
	transform: translateY(0);
	opacity: 1;
}



/* =====================================
追従 予約・お問い合わせ
===================================== */

.fixedContact {
	position: fixed;
	top: 300px;
	right: 0;
	left: auto;
	z-index: 9999;

	/* 防止继承 box-sizing 导致尺寸异常 */
	box-sizing: border-box;
}

.fixedContact *,
.fixedContact *::before,
.fixedContact *::after {
	box-sizing: border-box;
}


/* =====================================
追従ボタン
收起状态
===================================== */

.fixedContact__btn {
	position: relative;
	width: 58px;
	/* 	height: 290px; */
	margin: 0;
	padding: 18px 0 20px;
	border: none;
	border-radius: 0;
	outline: none;
	background: #1E3B63;
	color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
	-webkit-appearance: none;
	appearance: none;
	z-index: 10001;
}
.fixedContact.is-open .fixedContact__btn {
	transform: translateX(-438px);
	transition: transform 0.35s ease;
}

/* 竖排文字 */
.fixedContact__btn span {
	display: block;
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 24px;
	font-weight: 500;
	line-height: 110%;
	letter-spacing: 0;
	text-align: center;
}


/* 下方三角 */
.fixedContact__btn i {
	display: block;

	width: 0;
	height: 0;

	margin: 0;

	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 8px solid #fff;
	margin-top: 90px;
}


/* =====================================
展开面板
===================================== */

.fixedContact__panel {
	position: absolute;
	/* 按钮的左侧 */
	top: 0;
	right: 0;
	left: auto;

	width: 438px;

	margin: 0;
	padding: 0;

	background: #1E3B63;

	/* 初始状态：隐藏在右侧 */
	transform: translateX(100%);

	opacity: 0;
	visibility: hidden;
	pointer-events: none;

	transition:
		transform 0.35s ease,
		opacity 0.35s ease,
		visibility 0.35s ease;

	z-index: 10000;
}


/* =====================================
展开状态
===================================== */

.fixedContact.is-open .fixedContact__panel {
	transform: translateX(0);

	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}


/* =====================================
展开面板内部
===================================== */

.fixedContact__inner {
	width: 100%;

	margin: 0;
	padding: 45px 40px 40px;
}


/* =====================================
标题
===================================== */

.fixedContact__heading {
	margin: 0 0 20px;
	padding: 0;
	color: #fff;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: 15%;
	text-align: center;
}


/* =====================================
白色内容区域
===================================== */

.fixedContact__contents {
	width: 100%;

	margin: 0;
	padding: 0;

	background: #fff;
}


/* =====================================
电话区域
===================================== */

.fixedContact__tel {
	min-height: 91px;

	margin: 0;
	padding: 10px 20px;

	display: flex;
	align-items: center;
	justify-content: center;

	gap: 10px;

	border-bottom: 1px solid #B0CBE6;

	color: #416d9e;

	text-decoration: none;

	transition: opacity 0.2s ease;
}


.fixedContact__tel:hover {
	opacity: 0.7;
}


/* 电话图标 */
.fixedContact__icon {
	display: inline-flex;

	align-items: center;
	justify-content: center;

	flex: 0 0 auto;

	width: 24px;
	height: 24px;

	margin: 0;

	border-radius: 50%;

	background: #8298BC;
	color: #fff;

	font-size: 11px;
	line-height: 1;
}
.fixedContact__icon img {
  width: 12.5px;
  height: 12.5px;
}
.fixedContact__telInner img {
  width: 9px;
  height: 16px;
	vertical-align: inherit;
}
/* 电话号码 */
.fixedContact__tel > span:last-child {
  display: block;
  margin: 0;
  padding: 0;
  color: #3E6A90;
  font-size: 28px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}


/* =====================================
リハビリ直通電話
===================================== */

.fixedContact__telInner {
	display: flex;

	flex-direction: column;

	align-items: center;

	justify-content: center;

	gap: 3px;
}


.fixedContact__sub {
  display: block;
  margin: 0;
  padding: 0;
  color: #3E6A90;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
}

.fixedContact__number {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #3E6A90;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.04em;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}


/* =====================================
WEB予約・問診票
===================================== */

.fixedContact__web {
	min-height: 92px;

	margin: 0;
	padding: 15px 20px;

	display: flex;

	align-items: center;
	justify-content: center;

	gap: 10px;

	color: #3E6A90;
	letter-spacing: 0;

	text-decoration: none;

	font-size: 24px;
	font-weight: 400;

	line-height: 1.4;

	transition: opacity 0.2s ease;
}


.fixedContact__web:hover {
	opacity: 0.7;
}


/* PC 图标 */
.fixedContact__pcIcon {
	display: inline-block;

	margin: 0;

	color: #8da3c7;

	font-size: 28px;

	line-height: 1;
}


/* 右侧圆形箭头 */
.fixedContact__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 16px;
  height: 13px;
  margin: 0;
  border-radius: 100px;
  background: #3E6A90;
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  line-height: 1;
}


/* =====================================
注意事项
===================================== */

.fixedContact__note {
  margin: 0;
  padding: 0 20px 35px;
  color: #454545;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  text-align: center;
  letter-spacing: 0;
}


.fixedContact__note p {
	margin: 0;
	padding: 0;
}


/* =====================================
閉じるボタン
===================================== */

.fixedContact__close {
	position: absolute;

	top: 1px;
	right: 1px;

	width: 39px;
	height: 39px;

	margin: 0;
	padding: 0;

	border: none;
	border-radius: 0;

	background: #fff;
	color: #234574;

	font-family: Arial, sans-serif;

	font-size: 30px;
	font-weight: 300;

	line-height: 39px;

	text-align: center;

	cursor: pointer;

	-webkit-appearance: none;
	appearance: none;

	z-index: 10002;
}


/* =====================================
SP
===================================== */

@media screen and (max-width: 767px) {

	.fixedContact {
		top: 200px;
		right: 0;
	}

	/* 收起按钮 */
	.fixedContact__btn {
		width: 48px;
		height: 300px;
		padding: 15px 0 15px;
	}
	.fixedContact.is-open .fixedContact__btn {
		transform: translateX(calc(-100vw + 48px));
	}
	.fixedContact__btn span {
		font-size: 18px;
		line-height: 1.5;
		letter-spacing: 0.03em;
	}


	.fixedContact__btn i {
		border-top-width: 5px;
		border-bottom-width: 5px;
		border-left-width: 7px;
	}


	/* 展开面板 */
	.fixedContact__panel {
		right: 0;
		width: calc(100vw - 48px);
		max-width: 438px;
	}


	/* 面板内部 */
	.fixedContact__inner {
		padding: 40px 20px 25px;
	}


	/* 标题 */
	.fixedContact__heading {
		margin-bottom: 15px;

		font-size: 20px;
		line-height: 1.65;
	}


	/* 电话 */
	.fixedContact__tel {
		min-height: 70px;

		padding: 10px 12px;
	}


	.fixedContact__tel > span:last-child {
		font-size: 21px;
	}


	/* リハビリ电话 */
	.fixedContact__sub {
		font-size: 12px;
	}


	.fixedContact__number {
		font-size: 20px;
	}


	/* WEB */
	.fixedContact__web {
		min-height: 70px;

		padding: 12px;

		font-size: 19px;
	}


	.fixedContact__pcIcon {
		font-size: 24px;
	}


	/* 注意事项 */
	.fixedContact__note {
		padding: 0 10px 25px;

		font-size: 11px;
		line-height: 1.7;
	}


	/* × */
	.fixedContact__close {
		width: 36px;
		height: 36px;

		font-size: 27px;
		line-height: 36px;
	}
}


/* =====================================
更小的手机
===================================== */

@media screen and (max-width: 374px) {

	.fixedContact {
		top: 150px;
	}


	.fixedContact__btn {
		width: 45px;
		height: 280px;
	}


	.fixedContact__btn span {
		font-size: 17px;
	}


	.fixedContact__panel {
		right: 0;
		width: calc(100vw - 45px);
	}


	.fixedContact__inner {
		padding: 35px 15px 20px;
	}


	.fixedContact__heading {
		font-size: 18px;
	}


	.fixedContact__tel > span:last-child {
		font-size: 18px;
	}


	.fixedContact__number {
		font-size: 17px;
	}


	.fixedContact__web {
		font-size: 17px;
	}


	.fixedContact__note {
		font-size: 10px;
	}
}