@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
*/

/* =====================================
■ RESET
===================================== */
html{color:#000;background:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{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:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;*font-size:100%}legend{color:#000}#yui3-css-stamp.cssreset{display:none}

/* =====================================
■ BASE
===================================== */
/* -------------------------------------
* general
------------------------------------- */
html {
	font-size: 62.5%;
}
body {
	background: #fff;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 16px;
	letter-spacing: 0.08em;
	line-height: 1.6;
	color: #2D2D2D;
	padding: 0;
	margin: 0;
	position: relative;
	z-index: 2;
	-webkit-text-size-adjust: 100%;
	/*word-break: break-all;
	line-break: strict;*/
}
a:focus, *:focus {
	outline: none;
}
a {
	color: #2D2D2D;
	vertical-align: baseline;
	text-decoration: none;
	transition: all 0.5s;
}
a:hover {
	color: #F96643;
	transition: all 0.5s;
}
a[href^="tel:"] {
	pointer-events: none;
	cursor: text;
}
img {
	width: auto;
	max-width: 100%;
	vertical-align: bottom;
	margin: 0;
	padding: 0;
	-webkit-backface-visibility: hidden;
}
a img {
	opacity: 1;
	transition: opacity .5s;
}
a:hover img {
	opacity: 0.8;
	transition: opacity .5s;
}
a.imgChange:hover img {
	opacity: 1;
}
table {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}
p:not(:last-child) {
	margin-bottom: 1.1em;
}
strong {
	font-weight: 700;
}

/*　Elementor編集画面　*/
.hikoukai {
	display: none;
}
.elementor-editor-active #content .hikoukai {
	display: block !important;
	border: 5px solid #777;
	background: rgba(85, 85, 85, 0.5);
	padding: 20px 0;
}
.elementor-editor-active #content > #news {
	display: none;
}

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

/* -------------------------------------
* Icon fonts
------------------------------------- */
@font-face {
	font-family: 'icomoon';
	src:  url('../img/fonts/icomoon.eot');
	src:  url('../img/fonts/icomoon.eot#iefix') format('embedded-opentype'),
		url('../img/fonts/icomoon.ttf') format('truetype'),
		url('../img/fonts/icomoon.woff') format('woff'),
		url('../img/fonts/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; }

.mt0 { margin-top: 0px !important; }
.mt5 { margin-top: 5px !important; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }

/* padding */
.pt0 { padding-top: 0px !important; }
.pt5 { padding-top: 5px !important; }
.pt10 { padding-top: 10px !important; }
.pt15 { padding-top: 15px !important; }

.pb0 { padding-bottom: 0px !important; }
.pb5 { padding-bottom: 5px !important; }
.pb10 { padding-bottom: 10px !important; }
.pb15 { padding-bottom: 15px !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;
}

.ovHide {
	overflow: hidden;
}

/* 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;
}

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

/*--------------------------------------
* container
--------------------------------------*/
.container {
	width: 100%;
	max-width: 1140px;
	padding: 0 30px;
	margin: 0 auto;
	box-sizing: border-box;
}
.container:after {
	content: "";
	display: block;
	clear: both;
}

@media screen and (max-width: 374px) {
	.container {
		padding: 0 20px;
	}
}

/*--------------------------------------
* wrapper
--------------------------------------*/
body.elementor-editor-active #wrapper {
	padding-top: 160px;
}

@media screen and (max-width: 767px) {
	#wrapper {
		padding-top: 64px;
	}
}


/* =====================================
■ ログイン保護
===================================== */
form.post-password-form {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background: #fff;
	z-index: 99999;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}


/* =====================================
■ HEADER
===================================== */
header {
	width: 100%;
	z-index: 9999;
	transition: all 0.5s;
}

/* logo */
header .logo a {
	line-height: 1;
}
header .logo img {
	width: 100%;
}

/* access */
header .access p {
	font-family: "Zen Old Mincho", serif;
	font-weight: 500;
	font-style: normal;
	letter-spacing: 0.027em;
	color: #fff;
	text-shadow: 0 0 8px rgba(0, 0, 0, 0.48);
}
header .access ul li {
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 0.04em;
	padding-left: 20px;
	position: relative;
}
header .access ul li:before {
	content: "";
	width: 16px;
	height: 16px;
	background-repeat: no-repeat;
	background-position: left top;
	background-size: contain;
	position: absolute;
	left: 0;
	top: 0;
}
header .access ul li:first-child:before {
	background-image: url(/wp-content/uploads/icon-subway.png);
}
header .access ul li:last-child:before {
	background-image: url(/wp-content/uploads/icon-car.png);
}

/* nav */
nav .menu > li > a,
nav .menu > li > span {
	font-family: "Zen Old Mincho", serif;
	font-weight: 500;
	font-style: normal;
	color: #2D2D2D;
}
nav .menu > li > a sub,
nav .menu > li > span sub {
	display: block;
	font-size: 9px;
	letter-spacing: 0.08em;
	color: #F96643;
	text-align: center;
	margin-top: 4px;
}
nav .menu > li.hover .subMenu:before {
	content: "";
	border-bottom: 16px solid #6084B4;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 4;
}
.desktop nav .menu > li.hover .subMenu:after {
	display: block;
	content: "";
	width: 100%;
	height: 50px;
	clip-path: polygon(62% 0%, 100% 100%, 0% 100%, 38% 0%);
	position: absolute;
	top: -30px;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
}
nav .menu > li ul {
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	padding: 8px 16px;
	overflow: hidden;
}
nav .menu > li ul li:not(:first-child) {
	margin-top: 2px;
}
nav .menu > li ul li a {
	display: block;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: 0.03em;
	color: #22201E;
	background: #fff;
	border-radius: 8px;
	padding: 5px 5px 5px 32px;
	position: relative;
	z-index: 2;
}
nav .menu > li ul a:hover {
	background: #FCD966;
	opacity: 1;
	text-decoration: none;
}
.desktop nav .menu > li > span:hover + .subMenu,
.desktop nav .menu > li > span .subMenu:hover,
.desktop nav .menu > li .subMenu:hover {
	pointer-events: auto;
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
}
.desktop nav .menu > li ul a:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
	text-decoration: none;
}
.tablet nav .menu > li > .subMenu {
	display: none;
}
.tablet nav .menu > li > span + .subMenu {
	pointer-events: none;
	opacity: 0;
}
.tablet nav .menu > li.hover > span + .subMenu {
	pointer-events: auto;
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
}

@media screen and (min-width: 768px) {
	header {
		position: absolute;
		left: 0;
		top: 0;
	}
	header .wrap {
		display: flex;
	}

	/* logo */
	header .logo {
		width: 350px;
		margin: 11px 0 0 32px;
	}

	/* access */
	header .access {
		margin: 20px 0 0 16px;
	}
	header .access p {
		font-size: 16px;
		line-height: 1;
		letter-spacing: 0.027em;
		margin: 0;
		position: absolute;
		right: 76px;
		top: 78px;
		z-index: 1000;
	}
	header .access ul li {
		color: #33667B;
	}
	header .access ul li:not(:first-child) {
		margin-top: 8px;
	}

	/* contactList */
	header .contactList {
		max-width: 364px;
		display: flex;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 1000;
	}

	/* nav */
	nav {
		display: block !important;
		width: 100%;
		background: none;
		position: absolute;
		left: 0;
		top: 0;
		transition: all 0.5s ease-out;
		pointer-events: none;
	}
	nav.fixed {
		position: fixed;
		height: auto;
	}
	nav .menu {
		width: 100%;
		height: 80px;
		background: #fff;
		display: flex;
		flex-wrap: nowrap;
		justify-content: center;
		align-items: center;
		box-sizing: border-box;
		padding: 24px 10px;
		position: absolute;
		left: 0;
		bottom: 0;
		transition: all 0.5s ease-out;
		pointer-events: auto;
		z-index: 9999;
	}
	nav.fixed .menu {
		position: relative;
	}
	nav .menu > li {
		padding-right: 11px;
		position: relative;
	}
	nav .menu > li:first-child {
		padding-left: 11px;
	}
	nav .menu > li:after {
		content: "";
		width: 1px;
		height: 32px;
		background: #F96643;
		position: absolute;
		right: 5px;
		top: -2px;
		transform: rotate(17.78deg);
	}
	nav .menu > li:first-child:before {
		content: "";
		width: 1px;
		height: 32px;
		background: #F96643;
		position: absolute;
		left: 5px;
		top: -2px;
		transform: rotate(17.78deg);
	}
	nav .menu > li > a,
	nav .menu > li > span {
		display: flex;
		align-items: center;
		width: 100%;
		font-size: 15px;
		letter-spacing: 0.08em;
		line-height: 1;
		text-align: center;
		cursor: pointer;
		padding: 0 30px 0 32px;
		position: relative;
		z-index: 1000;
		transition: all 0.5s;
		box-sizing: border-box;
	}
	nav .menu > li > a:after,
	nav .menu > li > span:after {
		display: block;
		content: "";
		width: 34px;
		height: 1px;
		background: #F96643;
		position: absolute;
		left: 50%;
		bottom: -7px;
		margin-left: -17px;
		transition: 0.2s ease-out;
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
	}
	.desktop nav .menu > li > a:hover:after,
	.desktop nav .menu > li > span:hover:after,
	nav .menu > li.hover > a:after,
	nav .menu > li.hover > span:after {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
	nav .menu > li > a > span,
	nav .menu > li > span > span {
		display: block;
		margin: 0 auto;
	}
	nav .menu > li .subMenu {
		display: block;
		pointer-events: none;
		position: absolute;
		top: 100%;
		left: 50%;
		transform: translateX(-50%);
		padding-top: 18px;
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
		opacity: 0;
		z-index: 999;
		transition: all 0.3s;
		box-sizing: border-box;
	}
}

@media screen and (max-width: 1160px) and (min-width: 1024px) {
	nav .menu > li > a,
	nav .menu > li > span {
		padding: 0 23px 0 25px;
	}
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
	/* logo */
	header .logo {
		width: 270px;
		margin: 11px 0 0 20px;
	}

	/* access */
	header .access {
		margin: 14px 0 0 14px;
	}
	header .access ul li {
		font-size: 10px;
	}

	/* contactList */
	header .contactList {
		max-width: 314px;
	}
	header .access ul li:not(:first-child) {
		margin-top: 6px;
	}

	/* nav */
	nav .menu > li > a,
	nav .menu > li > span {
		font-size: 13px;
		letter-spacing: 0.04em;
		padding: 0 12px 0 14px;
	}
}

@media screen and (max-width: 767px) {
	body.noscroll {
		overflow-y: hidden !important;
		height: 100% !important;
	}
	header {
		background: #fff;
		position: absolute;
		top: 0 !important;
		left: 0;
	}
	header.open {
		position: fixed;
	}

	/* logo */
	header .logo {
		display: flex;
		align-items: center;
		width: calc(100% - 88px);
		height: 64px;
		margin: 0;
		padding-left: 16px;
		box-sizing: border-box;
		position: relative;
		z-index: 9999;
	}
	header .logo img {
		max-width: 286px;
	}

	/* access */
	header .access {
		position: absolute;
		right: 16px;
		top: 72px;
		z-index: 1000;
	}
	header .access p {
		font-size: 10px;
		line-height: 12px;
		margin-bottom: 8px;
	}
	header .access ul li {
		color: #fff;
	}
	header .access ul li:not(:first-child) {
		margin-top: 4px;
	}

	/* toggleMenu */
	.toggleMenu {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 64px;
		height: 64px;
		background: #33667B;
		text-align: center;
		cursor: pointer;
		position: fixed;
		top: 0;
		right: 0;
		z-index: 9999;
	}
	.triggers,
	.triggers span {
		transition: all .3s;
		box-sizing: border-box;
	}
	.triggers {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		width: 32px;
		height: 22px;
		cursor: pointer;
		position: relative;		
	}
	.triggers span {
		display: block;
		width: 32px;
		height: 2px;
		background-color: #FFFFFF;
	}
	.triggers span:nth-of-type(1) {
		transform: translateY(17px) scale(1);
	}
	.triggers span:nth-of-type(3) {
		transform: translateY(-17px) scale(1);
	}
	.triggers span:nth-of-type(2) {
		position: relative;
	}
	.triggers span:nth-of-type(2):before,
	.triggers span:nth-of-type(2):after {
		display: block;
		content: "";
		width: 32px;
		height: 2px;
		background: #fff;
		position: absolute;
		top: 0px;
		right: 0;
		transform: rotate(0deg);
		transition: all .3s;
	}
	.toggleMenu.active .triggers span:nth-of-type(1) {
		transform: translateY(0px) scale(0);
	}
	.toggleMenu.active .triggers span:nth-of-type(3) {
		transform: translateY(0px) scale(0);
	}
	.toggleMenu.active .triggers span:nth-of-type(2) {
		width: 32px;
		background: none;
	}
	.toggleMenu.active .triggers span:nth-of-type(2):before {
		width: 100%;
		height: 2px;
		transform: rotate(26deg);
	}
	.toggleMenu.active .triggers span:nth-of-type(2):after {
		width: 100%;
		height: 2px;
		transform: rotate(-26deg);
	}

	/* nav */
	nav {
		display: none;
		width: 100%;
		height: calc(100vh - 64px);
		background: #fff;
		position: fixed;
		top: 64px;
		left: 0;
		margin: 0;
		padding: 40px 0;
		box-sizing: border-box;
		overflow-y: scroll !important;
		z-index: 9998;
	}
	nav .menu {
		display: block;
		padding: 0 30px;
		margin: 0 auto;
		position: relative;
		z-index: 2;
	}
	nav .menu > li:not(:first-child) {
		margin-top:	 32px;
	}
	nav .menu > li > a,
	nav .menu > li > span {
		display: block;
		width: 100%;
		font-size: 20px;
		letter-spacing: 0.08em;
		line-height: 1;
		color: #2D2D2D !important;
		text-align: left;
	}
	nav .menu > li > a sub,
	nav .menu > li > span sub {
		font-size: 14px;
		text-align: left;
		margin-top: 8px;
	}
	nav .menu > li .subMenu {
		display: none;
		width: 100%;
		position: relative;
		top: 0 !important;
		left: 0;
		transform: translateX(0);
		margin: 0;
		padding: 0;
	}
	nav .menu > li .subMenu:before,
	nav .menu > li.hover .subMenu:after {
		display: none !important;
	}
	nav .menu > li ul {
		display: block;
		background: #FCD966;
		border-radius: 0;
		box-shadow: inherit;
		padding: 20px;
	}
	nav .menu > li ul li {
		display: none;
		border: none !important;
		width: 100%;
	}
	nav .menu > li ul li:not(:first-child) {
		margin-top: 10px;
	}
	nav .menu > li.hover ul li {
		display: block;
		filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
		opacity: 1;
	}
	nav .menu > li ul li a {
		background: none !important;
		padding: 1px 0 3px 20px;
	}
	nav .menu > li ul li a:before {
		left: 0;
	}
	nav .menu > li.hover .subMenu {
		display: block;
		filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
		opacity: 1;
	}

	/*スマホ時サブメニューが消える現象を回避*/
	nav .menu > li > span {
		position: relative;
	}
	nav .menu > li.hover > span + .subMenu,
	nav .menu > li > span:hover + .subMenu {
		pointer-events: auto;
		opacity: 1;
	}
}

@media screen and (max-width: 374px) {
	nav .menu:after {
		width: 300px;
	}
}


/* =====================================
■ FOOTER
===================================== */
#footer {
	padding: 40px 0 64px;
	position: relative;
}
#footer .inner {
	width: 100%;
	max-width: 1140px;
	padding: 0 30px;
	margin: 0 auto;
	box-sizing: border-box;
	position: relative;
}
#footer .logo {
	max-width: 202px;
}
#footer .sitemap p {
	margin: 0;
}
#footer .copyright {
	margin-top: 24px;
}
#footer address {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.6;
	color: #728996;
}

@media screen and (min-width: 768px) {
	#footer .inner {
		display: grid;
		justify-content: space-between;
	}
	#footer .logo {
		grid-row: 1 / 3;
		grid-column: 1 / 2;
	}
	#footer .sitemap {
		grid-row: 1 / 2;
		grid-column: 2 / 3;
		margin-top: 1px;
	}
	#footer .copyright {
		grid-row: 2 / 3;
		grid-column: 2 / 3;
	}
}

@media screen and (max-width: 767px) {
	#footer {
		padding: 40px 0;
	}
	#footer .logo {
		margin-bottom: 40px;
	}
}

@media screen and (max-width: 374px) {
	#footer .inner {
		padding: 0 20px;
	}
	#footer .sitemap {
		font-size: 14px;
	}
}


/* -------------------------------------
* 追従バナー
------------------------------------- */
@media screen and (max-width: 767px) {
	footer .fixedBox {
		width: 100%;
		position: fixed;
		right: 0;
		bottom: 0;
		z-index: 9998;
		transition: all 0.5s;
	}
	footer .fixedBox ul {
		display: flex;
		align-items: flex-end;
	}
	footer .fixedBox img {
		width: 100%;
	}
}


/* -------------------------------------
* AIバナー
------------------------------------- */


/* =====================================
■Elementor
===================================== */
/* -------------------------------------
* general
------------------------------------- */
.elementor-section.elementor-section-boxed > .elementor-container {
	padding: 0 30px;
}
.elementor-column-gap-default > .elementor-column > .elementor-element-populated,
.elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
	padding: 0;
}
.elementor-widget:not(:last-child) {
	margin-bottom: 0;
}
.elementor-widget-image a img[src$=".svg"] {
	width: 100%;
}

@media screen and (max-width: 374px) {
	.elementor-section.elementor-section-boxed > .elementor-container {
		padding: 0 20px;
	}
}

/* -------------------------------------
* 見出し
------------------------------------- */
.elementor-heading-title {
	padding: inherit;
	margin: inherit;
	line-height: inherit;
	font-weight: inherit;
}

/* -------------------------------------
* ボタン
------------------------------------- */
.btn {
	display: block;
}
.elementor-image-box-wrapper .btn {
	margin-top: 25px;
}
.elementor-button-wrapper {
	line-height: 1;
}
.elementor-button,
.btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100% !important;
	min-height: 52px;
	background: #33667B;
	border-radius: 0;
	font-family: "Zen Old Mincho", serif;
	font-weight: 500;
	font-style: normal;
	font-size: 20px;
	line-height: 1.255;
	color: #fff !important;
	text-align: center;
	padding: 11px 24px;
	box-sizing: border-box;
	position: relative;
	transition: all 0.5s ease;
	z-index: 2;
}
.elementor-button:hover,
.btn a:hover {
	opacity: 0.8;
}

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

}


/* =====================================
■mainVisual
===================================== */
.mainVisual .elementor-image img {
	width: 100%;
}


/* =====================================
■TITLE
===================================== */
.primary-heading h2 {
	font-size: 64px;
	letter-spacing: 0.08em;
	line-height: 1;
	color: #33667B;
	text-align: center;
	position: relative;
}
.primary-heading h2 sub {
	display: block;
	font-size: 18px;
	letter-spacing: 0.08em;
	color: #F96643;
	margin-top: 24px;
}

@media screen and (max-width: 767px) {
	.primary-heading h2 {
		font-size: 40px;
	}
	.primary-heading h2 sub {
		font-size: 14px;
		margin-top: 12px;
	}
}

@media screen and (max-width: 374px) {
	.primary-heading h2 {
		font-size: 36px;
	}
}


/* =====================================
■カラー
===================================== */
.txt-orange {
	color: #F96643;
}


/* =====================================
■CONCEPT
===================================== */
.conceptSec {
	background: url(/wp-content/uploads/adult-bg01.jpg) no-repeat top right;
	background-size: cover;
	padding: 80px 0 0; 
}
.conceptSec .feature-bnr {
	margin-bottom: 80px;
}
.conceptSec .feature-bnr .heading {
	font-family: "Zen Old Mincho", serif;
	font-weight: 500;
	font-style: normal;
	font-size: 32px;
	line-height: 1;
	letter-spacing: 0.0586em;
	color: #F96643;
	text-align: center;
	margin-bottom: 40px;
}
.conceptArea {
	background: url(/wp-content/uploads/adult-bg06.jpg) no-repeat top center;
	background-size: cover;
	border-radius: 1366px 1366px 0 0;
	color: #fff;
	padding: 128px 0 74px; 
	margin: 80px auto 0;
	overflow: hidden;
}
.conceptArea.elementor-section.elementor-section-boxed > .elementor-container {
	max-width: 1080px;
}
.conceptArea > .elementor-container > .elementor-row {
	flex-wrap: wrap;
}
.conceptArea .primary-heading h2 {
	color: #fff;
}
.conceptArea .headingWrap .heading {
	font-family: "Zen Old Mincho", serif;
	font-weight: 500;
	font-style: normal;
}
.conceptArea .headingWrap .heading span {
	display: block;
}

@media screen and (min-width: 768px) {
	.conceptSec {
		margin-top: 80px;
	}
	.conceptSec .feature-bnr .elementor-inner-column {
		width: 90%;
		max-width: 952px;
		margin: 0 auto;
	}
	.conceptArea .primaryWrap,
	.conceptArea .txtWrap {
		width: 100%;
	}
	.conceptArea .picWrap {
		width: 71.6%;
		max-width: 730px;
	}
	.conceptArea .headingWrap {
		align-self: center;
		width: 28.4%;
		padding: 17px 0 0 64px;
	}
	.conceptArea .headingWrap .heading {
		width: auto;
		max-width: 176px;
		font-size: 44px;
		line-height: 1.56;
		letter-spacing: 0.27em;
		writing-mode: tb-rl;
		white-space: nowrap;
		text-align: left;
		text-shadow: 0 0 10px rgba(0, 0, 0, 0.32);
		padding: 48px 20px 20px;
		position: relative;
		z-index: 2;
	}
	.conceptArea .headingWrap .heading span {
		margin-top: 48px;
	}
	.conceptArea .headingWrap .heading:after {
		content: "";
		width: 100%;
		height: 100%;
		background: rgba(255, 255, 255, 0.1);
		border: 1px solid rgba(255, 255, 255, 0.5);
		border-radius: 16px;
		backdrop-filter: blur(4px) brightness(1.1);
		position: absolute;
		left: 0;
		top: 0;
		z-index: -1;
	}
	.conceptArea .txtWrap {
		width: 88%;
		max-width: 880px;
		letter-spacing: 0.04em;
		padding: 40px;
		margin: 8px auto 0;
		position: relative;
		z-index: 2;
	}
	.conceptArea .txtWrap:after {
		content: "";
		width: 100%;
		height: 100%;
		background: rgba(255, 255, 255, 0.1);
		border: 1px solid rgba(255, 255, 255, 0.5);
		border-radius: 16px;
		backdrop-filter: blur(4px) brightness(1.1);
		position: absolute;
		left: 0;
		top: 0;
		z-index: -1;
	}
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
	.conceptArea .headingWrap {
		padding-left: 44px;
	}
	.conceptArea .headingWrap .heading {
		font-size: 30px;
	}
	.conceptArea .headingWrap .heading span {
		margin-top: 32px;
	}
}

@media screen and (max-width: 767px) {
	.conceptSec {
		background: url(/wp-content/uploads/adult-bg01_sp.jpg) no-repeat top right;
		background-size: cover;
		padding: 32px 0 0; 
	}
	.conceptSec .feature-bnr {
		margin-bottom: 32px;
	}
	.conceptSec .feature-bnr .heading {
		font-size: 10px;
		margin-bottom: 14px;
	}
	.conceptArea {
		background: url(/wp-content/uploads/adult-bg06_sp.jpg) no-repeat top center;
		background-size: cover;
		padding: 64px 0 56px;
		margin-top: 32px;
	}
	.conceptArea .picWrap {
		margin: 24px 0;
	}
	.conceptArea .headingWrap {
		margin-bottom: 17px;
	}
	.conceptArea .headingWrap .heading {
		font-size: 32px;
		letter-spacing: 0;
		line-height: 1.28;
		text-align: center;
	}
	.conceptArea .txtWrap {
		letter-spacing: 0;
	}
}

@media screen and (max-width: 374px) {
	.conceptArea .headingWrap .heading {
		font-size: 28px;
	}
}


/* =====================================
■REASON
===================================== */
.reasonSec {
	background: url(/wp-content/uploads/adult-bg02.jpg) no-repeat top right;
	background-size: cover;
	padding: 80px 0 108px;
	overflow: hidden;
}
.reasonSec > .elementor-container > .elementor-row {
	flex-wrap: wrap;
}
.reasonSec .elementor-top-column {
	width: 100%;
}
.reasonArea {
	margin-top: 64px;
}
.reasonArea .item:not(:first-child) {
	margin-top: 40px;
}
.reasonArea .item > .elementor-container > .elementor-row {
	justify-content: space-between;
	column-gap: 40px;
}
.reasonArea .picWrap {
	z-index: 10;
}
.reasonArea .picWrap .sign {
	width: 72px;
	font-family: "Zen Old Mincho", serif;
	font-weight: 500;
	font-style: normal;
	font-size: 16px;
	letter-spacing: 0.08em;
	line-height: 1;
	color: #fff;
	writing-mode: tb-rl;
	white-space: nowrap;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
}
.reasonArea .picWrap .sign span {
	display: inline-block;
	background: #F96643;
	letter-spacing: 0.25em;
	padding: 13px 10px 7px;
}
.reasonArea .txtWrap {
	color: #fff;
	z-index: 2;
}
.reasonArea .txtWrap .heading {
	font-family: "Zen Old Mincho", serif;
	font-weight: 500;
	font-style: normal;
	font-size: 32px;
	letter-spacing: 0.08em;
	padding-top: 23px;
	margin-bottom: 23px;
}
.reasonArea .txtWrap .heading sub {
	display: block;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 128px;
	line-height: 1;
	letter-spacing: 0;
	opacity: 0.4;
	position: absolute;
	left: -80px;
	top: -38px;
}

@media screen and (min-width: 768px) {
	.reasonArea .picWrap {
		width: 400px;
	}
	.reasonArea .item:nth-child(even) .picWrap {
		order: 10;
	}
	.reasonArea .item:nth-child(odd) .picWrap .sign {
		right: 24px;
	}
	.reasonArea .item:nth-child(even) .picWrap .sign {
		left: 0;
	}
	.reasonArea .txtWrap {
		align-items: center;
		width: calc(100% - 440px);
		padding: 20px 0 45px 80px;
	}
	.reasonArea .txtWrap:after {
		content: "";
		width: 100vw;
		height: 100%;
		background: #33667B;
		position: absolute;
		top: 0;
		z-index: -1;
		pointer-events: none;
	}
	.reasonArea .item:nth-child(odd) .txtWrap:after {
		left: -240px;
	}
	.reasonArea .item:nth-child(even) .txtWrap:after {
		right: -240px;
	}
	.reasonArea .item:nth-child(odd) .txtWrap .txt {
		letter-spacing: 0;
	}
}

@media screen and (max-width: 1160px) and (min-width: 1024px) {
	.reasonArea .txtWrap .heading {
		font-size: 26px;
	}
	.reasonArea .txtWrap .txt {
		font-size: 15px;
	}
}


@media screen and (max-width: 1023px) and (min-width: 768px) {
	.reasonArea .item > .elementor-container > .elementor-row {
		column-gap: 20px;
	}
	.reasonArea .picWrap {
		width: 360px;
	}
	.reasonArea .txtWrap {
		width: calc(100% - 380px);
		padding: 20px 0 25px 0;
	}
	.reasonArea .item:nth-child(odd) .txtWrap:after {
		left: -200px;
	}
	.reasonArea .item:nth-child(even) .txtWrap:after {
		right: -200px;
	}
	.reasonArea .txtWrap .heading {
		font-size: 24px;
		padding-top: 16px;
		padding-left: 39px;
		margin-bottom: 16px;
	}
	.reasonArea .txtWrap .heading sub {
		font-size: 64px;
		left: 0;
		top: -12px;
	}
	.reasonArea .txtWrap .txt {
		font-size: 14px;
	}
}

@media screen and (max-width: 767px) {
	.reasonSec {
		background: url(/wp-content/uploads/adult-bg02_sp.jpg) no-repeat top right;
		background-size: cover;
		padding: 48px 0 54px; 
	}
	.reasonArea {
		margin-top: 32px;
	}
	.reasonArea .item:not(:first-child) {
		margin-top: -8px;
		z-index: 40;
	}
	.reasonArea .picWrap .sign {
		width: 68px;
		font-size: 14px;
		right: 16px;
	}
	.reasonArea .picWrap img {
		width: 100%;
	}
	.reasonArea .txtWrap {
		background: #33667B;
		border-radius: 0 0 20px 20px;
		padding: 2px 24px 40px;
		margin-top: -5px;
		z-index: 20;
	}
	.reasonArea .txtWrap .heading {
		font-size: 24px;
		text-align: center;
		padding-top: 0;
		margin-bottom: 16px;
	}
	.reasonArea .txtWrap .heading h3 {
		position: relative;
	}
	.reasonArea .txtWrap .heading sub {
		font-size: 64px;
		left: 0;
		top: -28px;
	}
	.reasonArea .txtWrap .txt {
		font-size: 14px;
	}
}

@media screen and (max-width: 374px) {
	.reasonArea .txtWrap .heading {
		font-size: 22px;
	}
}


/* =====================================
■DOCTOR
===================================== */
.doctorSec {
	background: url(/wp-content/uploads/adult-bg03.jpg) no-repeat top right;
	background-size: cover;
	padding: 82px 0 80px;
}
.doctorSec > .elementor-container > .elementor-row {
	flex-wrap: wrap;
}
.doctorSec .elementor-top-column {
	width: 100%;
}
.doctorSec .picArea {
	margin-top: 80px;
}
.doctorSec .picArea .inner {
	max-width: 1366px;
	margin: 0 auto;
}
.doctorArea .directorWrap > .elementor-container > .elementor-row {
	flex-wrap: nowrap;
}
.doctorArea .directorWrap .director-name {
	align-items: flex-end;
	font-family: "Zen Old Mincho", serif;
	font-weight: 500;
	font-style: normal;
	font-size: 64px;
	letter-spacing: 0.08em;
	line-height: 1;
	color: #33667B;
}
.doctorArea .directorWrap .director-name sup {
	display: block;
	font-size: 37px;
	letter-spacing: 0.08em;
	margin-bottom: 19px;
}
.doctorArea .directorWrap .director-name sub {
	display: block;
	font-size: 39px;
	letter-spacing: 0.08em;
	color: #F96643;
	margin-top: 19px;
}
.doctorArea .greetingWrap {
	margin: 40px 0;
}
.doctorArea .greetingWrap .heading {
	font-family: "Zen Old Mincho", serif;
	font-weight: 500;
	font-style: normal;
	font-size: 32px;
	line-height: 1;
	letter-spacing: 0.08em;
	color: #33667B;
	margin-bottom: 24px;
}
.doctorArea .profileWrap > .elementor-container > .elementor-row {
	background: #D9DDE5;
	padding: 40px;
}
.doctorArea .profileWrap .heading {
	font-family: "Zen Old Mincho", serif;
	font-weight: 500;
	font-style: normal;
	font-size: 24px;
	line-height: 1;
	letter-spacing: 0.08em;
	color: #33667B;
	border-bottom: 1px solid #F96643;
	padding-bottom: 16px;
	margin-bottom: 16px;
}
.doctorArea .profileWrap table th,
.doctorArea .profileWrap table td {
	font-weight: 500;
	line-height: 1.255;
	vertical-align: top;
}
.doctorArea .profileWrap .list .elementor-icon-list-item {
	line-height: 1.255;
	padding-left: 20px;
	position: relative;
}
.doctorArea .profileWrap .list .elementor-icon-list-item:before {
	content: "";
	width: 4px;
	height: 4px;
	background: #2D2D2D;
	border-radius: 50%;
	position: absolute;
	left: 6px;
	top: 50%;
	transform: translateY(-50%);
}
.doctorArea .profileWrap .list .elementor-icon-list-item:not(:first-child) {
	margin-top: 8px;
}

@media screen and (min-width: 768px) {
	.doctorArea .directorWrap {
		margin-top: -311px;
	}
	.doctorArea .directorWrap .director-pic {
		width: 49.1%;
		max-width: 530px;
	}
	.doctorArea .directorWrap .director-name {
		width: 50.9%;
		padding: 0 0 46px 90px;
	}
	.doctorArea .profileWrap table tr:not(:first-child) th,
	.doctorArea .profileWrap table tr:not(:first-child) td {
		padding-top: 8px;
	}
	.doctorArea .profileWrap table th {
		width: 170px;
	}
	.doctorArea .profileWrap table td {
		padding-left: 32px;
	}
}

@media screen and (max-width: 1365px) and (min-width: 768px) {
	.doctorArea .directorWrap {
		margin-top: calc(-311 / 1366 * 100vw);
	}
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
	.doctorArea .directorWrap .director-name {
		font-size: 56px;
		padding-left: 70px;
	}
	.doctorArea .directorWrap .director-name sup {
		font-size: 35px;
	}
	.doctorArea .directorWrap .director-name sub {
		font-size: 37px;
	}
	.doctorArea .profileWrap > .elementor-container > .elementor-row {
		padding: 30px;
	}
	.doctorArea .profileWrap .heading {
		font-size: 20px;
	}
	.doctorArea .profileWrap table th,
	.doctorArea .profileWrap table td {
		font-size: 14px;
		letter-spacing: 0.04em;
	}
	.doctorArea .profileWrap table th {
		width: 130px;
	}
	.doctorArea .profileWrap table td {
		padding-left: 12px;
	}
	.doctorArea .profileWrap .list .elementor-icon-list-item {
		font-size: 14px;
		letter-spacing: 0.04em;
	}
}

@media screen and (max-width: 767px) {
	.doctorSec {
		background: url(/wp-content/uploads/adult-bg03_sp.jpg) no-repeat top right;
		background-size: cover;
		padding: 48px 0 56px;
	}
	.doctorSec .picArea {
		margin-top: 40px;
	}
	.doctorArea .directorWrap {
		margin-top: calc(-95 / 390 * 100vw);
	}
	.doctorArea .directorWrap .director-pic {
		width: 54%;
	}
	.doctorArea .directorWrap .director-name {
		width: 46%;
		font-size: 27px;
		padding: 0 0 25px 25px;
	}
	.doctorArea .directorWrap .director-name sup {
		font-size: 15px;
		margin-bottom: 10px;
	}
	.doctorArea .directorWrap .director-name sub {
		font-size: 15px;
		margin-top: 10px;
	}
	.doctorArea .greetingWrap {
		margin-bottom: 24px;
	}
	.doctorArea .profileWrap > .elementor-container > .elementor-row {
		padding: 32px 24px 40px;
	}
	.doctorArea .profileWrap table,
	.doctorArea .profileWrap table tbody,
	.doctorArea .profileWrap table tr,
	.doctorArea .profileWrap table th,
	.doctorArea .profileWrap table td {
		display: block;
		width: 100%;
	}
	.doctorArea .profileWrap table tr:not(:first-child) th {
		padding-top: 14px;
	}
	.doctorArea .profileWrap table td {
		padding-top: 8px;
	}
}

@media screen and (max-width: 389px) {
	.doctorArea .directorWrap .director-name {
		font-size: 25px;
	}
}

@media screen and (max-width: 374px) {
	.doctorArea .directorWrap .director-name {
		font-size: 23px;
		padding: 0 0 20px 20px;
	}
	.doctorArea .profileWrap .heading {
		font-size: 20px;
	}
}


/* =====================================
■FEATURE
===================================== */
.featureSec {
	background: url(/wp-content/uploads/adult-bg04.jpg) no-repeat top right;
	background-size: cover;
	padding: 80px 0;
}
.featureSec > .elementor-container > .elementor-row {
	flex-wrap: wrap;
}
.featureSec .elementor-top-column {
	width: 100%;
}
.featureSec .guideArea .flowWrap .item .elementor-image-box-content {
	text-align: left;
}
.featureSec .guideArea .flowWrap .item h3 {
	font-family: "Zen Old Mincho", serif;
	font-weight: 500;
	font-style: normal;
	line-height: 1.255;
	letter-spacing: 0;
	color: #F96643;
	border-bottom: 1px solid #F96643;
	position: relative;
}
.featureSec .guideArea .flowWrap .item h3 sup {
	display: inline-block;
	line-height: 1;
	letter-spacing: 0;
	color: #33667B;
	position: absolute;
	left: 0;
	top: 50%;
}
.featureSec .guideArea .flowWrap .item .elementor-image-box-description {
	letter-spacing: 0;
	color: #33667B;
}
.featureSec .flowArea {
	margin-top: 40px;
}
.featureSec .flowArea .item {
	margin-top: 40px;
}
.featureSec .flowArea .item > .elementor-container > .elementor-row {
	flex-wrap: wrap;
	background: #fff;
	box-shadow: 0 0 0 10px #A0B4C0 inset;
	padding: 80px;
	position: relative;
}
.featureSec .flowArea .item > .elementor-column-wrap > .elementor-widget-wrap {
	background: #fff;
	box-shadow: 0 0 0 10px #A0B4C0 inset;
	padding: 48px 40px;
	position: relative;
}
.featureSec .flowArea .item > .elementor-container > .elementor-row:before,
.featureSec .flowArea .item > .elementor-column-wrap > .elementor-widget-wrap:before {
	content: "";
	width: 140px;
	height: 140px;
	background-repeat: no-repeat;
	background-position: left top;
	background-size: contain;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	pointer-events: none;
	mix-blend-mode: multiply;
}
.featureSec .flowArea .item.first > .elementor-container > .elementor-row:before {
	background-image: url(/wp-content/uploads/adult-num01.png);
}
.featureSec .flowArea .item.fourth > .elementor-container > .elementor-row:before {
	background-image: url(/wp-content/uploads/adult-num04.png);
}
.featureSec .flowArea .item.fifth > .elementor-container > .elementor-row:before {
	background-image: url(/wp-content/uploads/adult-num05.png);
}
.featureSec .flowArea .item.second > .elementor-column-wrap > .elementor-widget-wrap:before {
	background-image: url(/wp-content/uploads/adult-num02.png);
}
.featureSec .flowArea .item.third > .elementor-column-wrap > .elementor-widget-wrap:before {
	background-image: url(/wp-content/uploads/adult-num03.png);
}
.featureSec .flowArea .item .txtWrap {
	margin-bottom: 32px;
}
.featureSec .flowArea .item .heading {
	font-family: "Zen Old Mincho", serif;
	font-weight: 500;
	font-style: normal;
	font-size: 32px;
	line-height: 1.255;
	letter-spacing: 0.08em;
	color: #F96643;
	text-align: center;
	margin-bottom: 24px;
}
.featureSec .flowArea .item .pic figcaption {
	display: inline-block;
	vertical-align: top;
	background: #F96643;
	font-family: "Zen Old Mincho", serif;
	font-weight: 500;
	font-style: normal;
	border-radius: 16px;
	font-size: 24px;
	line-height: 1;
	letter-spacing: 0.08em;
	padding: 16px 24px;
	color: #fff;
	margin-top: -28px;
	position: relative;
}
.featureSec .flowArea .item .txt {
	margin-top: 16px;
}

@media screen and (min-width: 768px) {
	/* 	.featureSec .guideArea .inner {
	max-width: 1366px;
	margin: 0 auto;
}
	.featureSec .guideArea .inner:before {
	content: "";
	width: 54.85%;
	max-width: 749px;
	height: 100%;
	background: url(/wp-content/uploads/adult-img10.png) no-repeat center left;
	background-size: contain;
	position: absolute;
	left: 0;
	top: 0;
} */
	.featureSec .guideArea .picWrap {
		width: 54.85%;
		align-items: center;
	}
	.featureSec .guideArea .picWrap img {
		width: 100%;
	}
	.featureSec .guideArea .flowWrap {
		width: 45.15%;
		padding: calc(87 / 1366 * 100vw) 0 calc(66 / 1366 * 100vw);
		left: calc(-61 / 1366 * 100vw);
	}
	.featureSec .guideArea .flowWrap .item:not(:first-child) {
		margin-top: calc(79 / 1366 * 100vw);
	}
	.featureSec .guideArea .flowWrap .item:nth-child(2),
	.featureSec .guideArea .flowWrap .item:nth-child(4) {
		margin-left: calc(80 / 1366 * 100vw);
	}
	.featureSec .guideArea .flowWrap .item:nth-child(3) {
		margin-left: calc(160 / 1366 * 100vw);
	}
	.featureSec .guideArea .flowWrap .item > .elementor-widget-container {
		max-width: calc(374 / 1366 * 100vw);
	}
	.featureSec .guideArea .flowWrap .item h3 {
		font-size: calc(24 / 1366 * 100vw);
		padding: 0 0 calc(10 / 1366 * 100vw) calc(42 / 1366 * 100vw);
		margin-bottom: calc(10 / 1366 * 100vw);
	}
	.featureSec .guideArea .flowWrap .item h3 sup {
		font-size: calc(56 / 1366 * 100vw);
		transform: translateY(calc(-50% - calc(16 / 1366 * 100vw)));
	}
	.featureSec .guideArea .flowWrap .item .elementor-image-box-description {
		font-size: calc(16 / 1366 * 100vw);
		padding-left: calc(39 / 1366 * 100vw);
	}
	.featureSec .flowArea .item .elementor-inner-column {
		width: 50%;
	}
	.featureSec .flowArea .item .elementor-inner-column.w100 {
		width: 100%;
	}
}

@media screen and (max-width: 1366px) and (min-width: 768px) {
	.featureSec .guideArea .flowWrap .item > .elementor-widget-container {
		max-width: 374px;
	}
}

@media screen and (max-width: 1160px) and (min-width: 1024px) {
	.featureSec .guideArea .flowWrap .item:not(:first-child) {
		margin-top: 55px;
	}
	.featureSec .guideArea .flowWrap .item h3 {
		font-size: 20px;
		padding-left: 36px;
	}
	.featureSec .guideArea .flowWrap .item h3 sup {
		font-size: 48px;
	}
	.featureSec .guideArea .flowWrap .item .elementor-image-box-description {
		padding-left: 32px;
	}
	.featureSec .flowArea {
		margin-top: 0;
	}
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
	/* 	.featureSec .guideArea .flowWrap {
	padding: 66px 0 40px;
} */
	.featureSec .guideArea .flowWrap .item:not(:first-child) {
		margin-top: 35px;
	}
	.featureSec .guideArea .flowWrap .item:nth-child(2),
	.featureSec .guideArea .flowWrap .item:nth-child(4) {
		margin-left: 40px;
	}
	.featureSec .guideArea .flowWrap .item:nth-child(3) {
		margin-left: 80px;
	}
	.featureSec .guideArea .flowWrap .item h3 {
		font-size: 20px;
		padding: 0 0 14px 28px;
		margin-bottom: 14px;
	}
	.featureSec .guideArea .flowWrap .item h3 sup {
		font-size: 40px;
		transform: translateY(calc(-50% - 10px));
	}
	.featureSec .guideArea .flowWrap .item .elementor-image-box-description {
		font-size: 15px;
		padding-left: 24px;
	}
	.featureSec .flowArea {
		margin-top: 0;
	}
	.featureSec .flowArea .item > .elementor-container > .elementor-row {
		padding: 50px;
	}
	.featureSec .flowArea .item > .elementor-container > .elementor-row:before,
	.featureSec .flowArea .item > .elementor-column-wrap > .elementor-widget-wrap:before {
		width: 100px;
		height: 100px;
	}
	.featureSec .flowArea .item .heading {
		font-size: 28px;
	}
	.featureSec .flowArea .item .pic figcaption {
		font-size: 20px;
		margin-top: -26px;
	}
}

@media screen and (max-width: 767px) {
	.featureSec {
		background: url(/wp-content/uploads/adult-bg04_sp.jpg) no-repeat top right;
		background-size: cover;
		padding: 64px 0;
	}
	.featureSec .guideArea {
		margin: 32px 0 40px;
	}
	.featureSec .guideArea .picWrap {
		padding-right: 30px;
		margin-bottom: 24px;
	}
	.featureSec .guideArea .picWrap img {
		width: 100%;
	}
	.featureSec .guideArea .flowWrap {
		padding: 0 30px;
	}
	.featureSec .guideArea .flowWrap .item:not(:first-child) {
		margin-top: 32px;
	}
	.featureSec .guideArea .flowWrap .item h3 {
		font-size: 24px;
		padding: 0 0 14px 28px;
		margin-bottom: 14px;
	}
	.featureSec .guideArea .flowWrap .item h3 sup {
		font-size: 40px;
		transform: translateY(calc(-50% - 8px));
	}
	.featureSec .flowArea {
		margin-top: 0;
	}
	.featureSec .flowArea .item {
		margin-top: 24px;
	}
	.featureSec .flowArea .item > .elementor-container > .elementor-row,
	.featureSec .flowArea .item > .elementor-column-wrap > .elementor-widget-wrap {
		box-shadow: 0 0 0 4px #A0B4C0 inset;
		padding: 40px 24px;
	}
	.featureSec .flowArea .item > .elementor-container > .elementor-row:before,
	.featureSec .flowArea .item > .elementor-column-wrap > .elementor-widget-wrap:before {
		width: 64px;
		height: 64px;
	}
	.featureSec .flowArea .item .txtWrap {
		margin-bottom: 24px;
	}
	.featureSec .flowArea .item .heading {
		font-size: 28px;
		line-height: 1;
		margin-bottom: 16px;
	}
	.featureSec .flowArea .item .pic figcaption {
		font-size: 20px;
		padding: 12px 24px;
		margin-top: -22px;
	}
}

@media screen and (max-width: 374px) {
	.featureSec .guideArea .picWrap {
		padding-right: 20px;
	}
	.featureSec .guideArea .flowWrap {
		padding: 0 20px;
	}
	.featureSec .flowArea .item .heading {
		font-size: 26px;
	}
	.featureSec .flowArea .item .pic figcaption {
		font-size: 16px;
		padding: 12px 20px;
		margin-top: -20px;
	}
}


/* =====================================
■TREATMENT OPTION
===================================== */
.optionSec {
	padding: 80px 0;
}
.optionSec .optionWrap {
	margin-top: 64px;
}
.optionSec .optionWrap table {
	width: calc(100% + 32px);
	border-collapse: separate;
	border-spacing: 16px;
	margin: -16px;
}
.optionSec .optionWrap table th,
.optionSec .optionWrap table td {
	height: 80px;
	background: #fff;
	box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.48);
	font-family: "Zen Old Mincho", serif;
	font-weight: 500;
	font-style: normal;
	letter-spacing: 0;
	line-height: 1;
	text-align: center;
	vertical-align: middle;
	padding: 5px;
}
.optionSec .optionWrap table th sub,
.optionSec .optionWrap table td sub {
	display: block;
	font-size: 14px;
	letter-spacing: 0;
	margin-top: 5px;
}
.optionSec .optionWrap table th small,
.optionSec .optionWrap table td small {
	display: block;
	font-size: 10px;
}
.optionSec .optionWrap table thead th,
.optionSec .optionWrap table thead td {
	font-size: 24px;
	color: #fff;
}
.optionSec .optionWrap table thead th {
	background: #33667B;
}
.optionSec .optionWrap table thead td {
	background: #F96643;
}
.optionSec .optionWrap table tbody th {
	font-size: 24px;
}
.optionSec .optionWrap table tbody td {
	font-size: 32px;
	letter-spacing: 0.08em;
}
.optionSec .optionWrap table tbody td .yen {
	display: inline-block;
	font-size: 16px;
	letter-spacing: 0;
	margin-left: 2px;
	position: relative;
	top: -2px;
}
.optionSec .optionWrap table tbody td .txt-orange {
	display: block;
	letter-spacing: 0;
}

@media screen and (max-width: 1023px) {
	.optionSec .optionWrap {
		margin-top: 48px;
	}
	.optionSec .optionWrap  > .elementor-container {
		padding: 0 0 0 14px;
	}
	.optionSec .optionWrap .option-scroll {
		overflow-x: scroll;
		overflow-y: hidden;
	}
	.optionSec .optionWrap .option-scroll table {
		width: 1080px;
		padding-right: 14px;
	}
	.optionSec .optionWrap table {
		margin: 0;
	}
}

@media screen and (max-width: 767px) {
	.optionSec {
		padding: 56px 0 64px;
	}
	.optionSec .optionWrap {
		margin-top: 22px;
	}
	.optionSec .optionWrap > .elementor-container {
		padding: 0 0 0 20px;
	}
	.optionSec .optionWrap .option-scroll table {
		width: 705px;
		padding-right: 20px;
		margin: 0 auto;
	}
	.optionSec .optionWrap table {
		border-spacing: 10px;
	}
	.optionSec .optionWrap table th,
	.optionSec .optionWrap table td {
		height: 50px;
		box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.24);
		padding: 2px;
	}
	.optionSec .optionWrap table th sub,
	.optionSec .optionWrap table td sub {
		font-size: 10px;
		letter-spacing: -0.05em;
	}
	.optionSec .optionWrap table th small,
	.optionSec .optionWrap table td small {
		font-size: 8px;
	}
	.optionSec .optionWrap table thead th,
	.optionSec .optionWrap table thead td {
		font-size: 15px;
	}
	.optionSec .optionWrap table tbody th {
		font-size: 15px;
	}
	.optionSec .optionWrap table tbody td {
		font-size: 24px;
	}
	.optionSec .optionWrap table tbody td .yen {
		font-size: 14px;
		top: 0;
	}
	.optionSec .optionWrap table tbody td .txt-orange {
		font-size: 20px;
	}
}


/* =====================================
■PRICE
===================================== */
.priceSec {
	margin-bottom: 64px;
}
.priceSec .priceWrap {
	margin-top: 64px;
}
.priceSec .priceWrap table {
	border-collapse: separate;
	border-spacing: 0 16px;
	margin: -16px 0;
}
.priceSec .priceWrap table th,
.priceSec .priceWrap table td {
	height: 64px;
	box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.48);
	font-family: "Zen Old Mincho", serif;
	font-weight: 500;
	font-style: normal;
	font-size: 24px;
	letter-spacing: 0;
	line-height: 1;
	vertical-align: middle;
	padding: 5px;
}
.priceSec .priceWrap table th {
	background: #33667B;
	color: #fff;
}
.priceSec .priceWrap table td {
	background: #fff;
	color: #33667B;
}
.priceSec .priceWrap .note {
	font-size: 14px;
	letter-spacing: 0;
	line-height: 1;
	color: #F96643;
	text-align: right;
	margin-top: 24px;
}

@media screen and (min-width: 768px) {
	.priceSec .priceWrap table th {
		width: 258px;
		text-align: center;
	}
	.priceSec .priceWrap table td {
		text-align: right;
		padding: 5px 78px;
	}
}

@media screen and (max-width: 1160px) and (min-width: 1024px) {
	.priceSec .priceWrap table td {
		padding: 5px 48px;
	}
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
	.priceSec .priceWrap table th,
	.priceSec .priceWrap table td {
		font-size: 18px;
	}
	.priceSec .priceWrap table th {
		width: 215px;
	}
	.priceSec .priceWrap table td {
		padding: 5px 20px;
	}
}

@media screen and (max-width: 767px) {
	.priceSec {
		margin-bottom: 40px;
	}
	.priceSec .priceWrap {
		margin-top: 24px;
	}
	.priceSec .priceWrap table {
		border-collapse: collapse;
		border-spacing: 0;
		box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.08);
		margin: 0;
	}
	.priceSec .priceWrap table,
	.priceSec .priceWrap table tbody,
	.priceSec .priceWrap table tr,
	.priceSec .priceWrap table th,
	.priceSec .priceWrap table td {
		display: block;
		width: 100%;
	}
	.priceSec .priceWrap table th,
	.priceSec .priceWrap table td {
		height: auto;
		box-shadow: inherit;
		font-size: 20px;
		padding: 16px 24px;
	}
	.priceSec .priceWrap .note {
		text-align: left;
		margin-top: 16px;
	}
}


/* =====================================
■症状別おすすめ矯正治療
===================================== */
/*　タイトル　*/
.recommended-head {
	background: url(/wp-content/uploads/adult-bg07.jpg) no-repeat 54% center;
	background-size: cover;
	margin-top: 80px;
}
.recommended-head .inner {
	height: 400px;
}
.recommended-head h2 {
	display: flex;
	column-gap: 4px;
}
.recommended-head h2.em {
	color: #F96643;
	margin-bottom: 4px;
}
.recommended-head h2 span {
	background: #fff;
	font-family: "Zen Old Mincho", serif;
	font-weight: 500;
	font-style: normal;
	font-size: 40px;
	letter-spacing: 0;
	line-height: 1;
	padding: 12px;
}
.recommended-head .sub {
	line-height: 1;
	letter-spacing: 0.024em;
	color: #33667B;
	margin-top: 16px;
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
	.recommended-head .inner {
		height: 320px;
	}
}

@media screen and (max-width: 767px) {
	.recommended-head {
		background: url(/wp-content/uploads/adult-bg07_sp.jpg) no-repeat center;
		background-size: cover;
		margin-top: 64px;
	}
	.recommended-head .inner {
		height: 223px;
	}
	.recommended-head h2 {
		max-width: 166px;
		flex-wrap: wrap;
		column-gap: 2px;
		row-gap: 2px;
	}
	.recommended-head h2.em {
		margin-bottom: 2px;
	}
	.recommended-head h2 span {
		font-size: 24px;
		padding: 8px;
	}
	.recommended-head .sub {
		font-size: 12px;
		margin-top: 10px;
	}
}

/*　症状別　*/
.symptomSec {
	background: #EDF0F2;
	padding: 40px 0 80px;
}
.symptomSec:after {
	content: "";
	width: 120px;
	height: 133px;
	background: url(/wp-content/uploads/adult-arrow.png) no-repeat center top;
	background-size: contain;
	position: absolute;
	left: 50%;
	bottom: -93px;
	transform: translateX(-50%);
	z-index: 10;
}
.symptomSec > .elementor-container > .elementor-row {
	flex-wrap: wrap;
}
.symptomSec .elementor-top-column {
	width: 100%;
}
.symptomSec .item {
	margin-top: 64px;
}
.symptomSec .headingWrap {
	text-align: center;
	margin-bottom: 40px;
}
.symptomSec .headingWrap h3 {
	display: inline-block;
	background: #F96643;
	border-radius: 50px;
	font-family: "Zen Old Mincho", serif;
	font-weight: 500;
	font-style: normal;
	font-size: 24px;
	line-height: 1;
	color: #fff;
	padding: 16px 40px;
}
.symptomSec .symptomWrap {
	background: #fff;
	box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.48);
	padding: 64px;
}
.symptomSec .symptomWrap .heading {
	font-family: "Zen Old Mincho", serif;
	font-weight: 500;
	font-style: normal;
	font-size: 32px;
	line-height: 1.6;
	color: #F96643;
	margin-bottom: 16px;
}
.symptomSec .symptomWrap .pic {
	margin-bottom: 16px;
}
.symptomSec .symptomWrap .txt .elementor-image-box-content {
	text-align: left;
}
.symptomSec .symptomWrap .txt h5 {
	font-family: "Zen Old Mincho", serif;
	font-weight: 500;
	font-style: normal;
	font-size: 24px;
	line-height: 1.6;
	margin-bottom: 16px;
}

@media screen and (min-width: 768px) {
	.symptomSec .symptomWrap .txt-align-left .elementor-button {
		justify-content: flex-start;
		text-align: left;
	}
}

@media screen and (max-width: 1160px) and (min-width: 1024px) {
	.symptomSec .symptomWrap .heading {
		font-size: 30px;
	}
	.symptomSec .symptomWrap .txt h5 {
		font-size: 22px;
	}
	.symptomSec .symptomWrap .elementor-button {
		font-size: 18px;
	}
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
	.symptomSec .symptomWrap {
		padding: 40px;
	}
	.symptomSec .symptomWrap .heading {
		font-size: 22px;
	}
	.symptomSec .symptomWrap .txt h5 {
		font-size: 17px;
		letter-spacing: 0.04em;
	}
	.symptomSec .symptomWrap .txt .elementor-image-box-description {
		font-size: 15px;
	}
	.symptomSec .symptomWrap .elementor-button {
		font-size: 14px;
		letter-spacing: 0.04em;
		padding: 11px 15px;
	}
}

@media screen and (max-width: 767px) {
	.symptomSec {
		padding: 24px 0 64px;
	}
	.symptomSec:after {
		width: 86px;
		height: 96px;
		bottom: -48px;
	}
	.symptomSec .headingWrap {
		margin-bottom: 24px;
	}
	.symptomSec .headingWrap h3 {
		display: block;
		line-height: 1.255;
	}
	.symptomSec .symptomWrap {
		box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.16);
		padding: 40px 24px;
	}
	.symptomSec .symptomWrap .heading {
		font-size: 24px;
		line-height: 1;
		margin-bottom: 14px;
	}
	.symptomSec .symptomWrap .pic {
		margin-bottom: 14px;
	}
	.symptomSec .symptomWrap .pic img {
		width: 100%;
	}
	.symptomSec .symptomWrap .txt h5 {
		font-size: 20px;
		margin-bottom: 14px;
	}
	.symptomSec .symptomWrap .elementor-button {
		min-height: 48px;
		font-size: 16px;
		padding: 11px 10px 11px 12px;
	}
}

@media screen and (max-width: 389px) {
	.symptomSec .symptomWrap .elementor-button {
		font-size: 15px;
	}
}

@media screen and (max-width: 374px) {
	.symptomSec .headingWrap h3 {
		font-size: 20px;
	}
	.symptomSec .symptomWrap .elementor-button {
		font-size: 14px;
		letter-spacing: 0;
	}
}

/*　おすすめ矯正治療　*/
.recommendSec {
	background: url(/wp-content/uploads/adult-bg08.png) no-repeat center top;
	background-size: cover;
	padding: 80px 0;
}
.recommendSec > .elementor-container > .elementor-row {
	flex-wrap: wrap;
}
.recommendSec .elementor-top-column {
	width: 100%;
}
.recommendSec .primaryWrap {
	background: #33667B;
	padding: 64px 40px;
}
.recommendSec .primary-heading h2 {
	color: #fff;
}
.recommendSec .recommendWrap {
	margin-top: -1px;
}
.recommendSec .recommendWrap > .elementor-container > .elementor-row {
	flex-wrap: wrap;
}
.recommendSec .recommendWrap .item {
	align-items: center;
	width: 50%;
	background: #fff;
	border: 1px solid #33667B;
	padding: 39px;
}
.recommendSec .recommendWrap .heading {
	margin-bottom: 32px;
}
.recommendSec .recommendWrap .heading h3 {
	display: inline-block;
	background: #FCDED8;
	border-radius: 50px;
	font-size: 24px;
	line-height: 1;
	color: #33667B;
	padding: 16px 24px;
}
.recommendSec .recommendWrap .list .elementor-icon-list-item {
	line-height: 1.255;
	padding-left: 20px;
	margin-bottom: 8px;
	position: relative;
}
.recommendSec .recommendWrap .list .elementor-icon-list-item:before {
	content: "";
	width: 4px;
	height: 4px;
	background: #2D2D2D;
	border-radius: 50%;
	position: absolute;
	left: 6px;
	top: 50%;
	transform: translateY(-50%);
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
	.recommendSec .special .primary-heading h2 {
		font-size: 50px;
	}
	.recommendSec .recommendWrap .item {
		padding: 29px;
	}
	.recommendSec .recommendWrap .heading h3 {
		font-size: 22px;
	}
}

@media screen and (max-width: 767px) {
	.recommendSec {
		background: url(/wp-content/uploads/adult-bg08_sp.png) no-repeat center top;
		background-size: cover;
		padding: 64px 0;
	}
	.recommendSec .primaryWrap {
		padding: 48px 25px;
	}
	.recommendSec .primary-heading h2 {
		font-size: 48px;
	}
	.recommendSec .special .primary-heading h2 {
		font-size: 32px;
	}
	.recommendSec .primary-heading h2 sub {
		font-size: 16px;
		margin-top: 16px;
	}
	.recommendSec .recommendWrap .item {
		width: 100%;
		padding: 23px;
	}
	.recommendSec .recommendWrap .item:not(:first-child) {
		margin-top: -1px;
	}
	.recommendSec .recommendWrap .heading {
		margin-bottom: 16px;
	}
	.recommendSec .recommendWrap .heading h3 {
		font-size: 20px;
	}
	.recommendSec .recommendWrap .list .elementor-icon-list-item:last-child {
		margin-bottom: 0;
	}
}

@media screen and (max-width: 374px) {
	.recommendSec .primary-heading h2 {
		font-size: 40px;
	}
	.recommendSec .special .primary-heading h2 {
		font-size: 26px;
	}
	.recommendSec .primary-heading h2 sub {
		font-size: 14px;
		margin-top: 12px;
	}
	.recommendSec .recommendWrap .heading h3 {
		font-size: 16px;
	}
}


/* =====================================
■CASE
===================================== */
.caseSec {
	padding: 80px 0 112px;
}
.caseSec .caseSlider {
	margin-top: 48px;
}
.caseSec .caseSlider .slick-dotted.slick-slider {
	margin-bottom: 0;
}
.caseSec .caseSlider .slick-slide > div {
	padding: 16px 20px;
}
.caseSec .caseSlider .slick-slide img {
	width: 100% !important;
}
.caseSec .caseSlider .slick-prev,
.caseSec .caseSlider .slick-next {
	width: 64px;
	height: 64px;
	top: inherit;
	bottom: -112px;
	z-index: 10;
}
.caseSec .caseSlider .slick-prev {
	left: 50%;
	transform: translate(-218px, 0);
}
.caseSec .caseSlider .slick-next {
	right: 50%;
	transform: translate(218px, 0);
}
.caseSec .caseSlider .slick-prev:before,
.caseSec .caseSlider .slick-next:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 1;
}
.caseSec .caseSlider .slick-prev:before {
	background: url(/wp-content/uploads/icon-prev.png) no-repeat left center;
	background-size: contain;
}
.caseSec .caseSlider .slick-next:before {
	background: url(/wp-content/uploads/icon-next.png) no-repeat left center;
	background-size: contain;
}
.caseSec .caseSlider .slick-dots {
	max-width: 260px;
	line-height: 1;
	bottom: -90px;
	left: 50%;
	transform: translateX(-50%);
}
.caseSec .caseSlider .slick-dots li {
	vertical-align: top;
	margin: 0 16px;
}
.caseSec .caseSlider .slick-dots li button {
	padding: 0;
}
.caseSec .caseSlider .slick-dots li button:before {
	content: '';
	font-size: 0;
	background: #EDF0F2;
	border-radius: 50%;
	opacity: 1;
}
.caseSec .caseSlider .slick-dots li.slick-active button:before {
	background: #A0B4C0;
	opacity: 1;
}
.caseSec .caseSlider .caseBox {
	background: #fff;
	box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.25);
	font-family: "Zen Old Mincho", serif;
	font-weight: 500;
	font-style: normal;
	padding: 40px;
}
.caseSec .caseSlider .caseBox .heading {
	text-align: center;
	margin-bottom: 24px;
}
.caseSec .caseSlider .caseBox .heading h3 {
	display: inline-block;
	font-size: 32px;
	line-height: 1;
	letter-spacing: 0;
	padding: 6px 0 6px 151px;
	position: relative;
}
.caseSec .caseSlider .caseBox .heading h3 span {
	background: #F96643;
	width: 127px;
	height: 44px;
	font-size: 24px;
	line-height: 44px;
	color: #fff;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
}
.caseSec .caseSlider .caseBox .textarea {
	margin-top: 16px;
}
.caseSec .caseSlider .caseBox .textarea table,
.caseSec .caseSlider .caseBox .textarea table tbody,
.caseSec .caseSlider .caseBox .textarea table tr,
.caseSec .caseSlider .caseBox .textarea table th,
.caseSec .caseSlider .caseBox .textarea table td {
	display: block;
	width: 100%;
}
.caseSec .caseSlider .caseBox .textarea table th,
.caseSec .caseSlider .caseBox .textarea table td {
	line-height: 1.6;
	letter-spacing: 0;
}
.caseSec .caseSlider .caseBox .textarea table th {
	background: #33667B;
	font-size: 20px;
	font-weight: 500;
	color: #fff;
	padding: 8px 20px;
}
.caseSec .caseSlider .caseBox .textarea table td {
	background: #fff;
	font-size: 16px;
	color: #2D2D2D;
	padding: 8px 20px 16px;
}
.caseSec .caseSlider .caseBox .textarea table tr:last-child th,
.caseSec .caseSlider .caseBox .textarea table tr:last-child td {
	padding-bottom: 0;
}

@media screen and (max-width: 1280px) and (min-width: 1161px) {
	.caseSec .caseSlider .caseBox .heading h3 {
		font-size: 28px;
		padding-left: 131px;
	}
	.caseSec .caseSlider .caseBox .heading h3 span {
		width: 107px;
		height: 40px;
		font-size: 20px;
		line-height: 40px;
	}
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
	.caseSec .caseSlider .caseBox .heading h3 {
		font-size: 26px;
		padding-left: 131px;
	}
	.caseSec .caseSlider .caseBox .heading h3 span {
		width: 107px;
		height: 38px;
		font-size: 20px;
		line-height: 38px;
	}
}

@media screen and (max-width: 767px) {
	.caseSec {
		padding: 64px 0 102px;
	}
	.caseSec .caseSlider {
		margin-top: 30px;
	}
	.caseSec .caseSlider .slick-slide > div {
		padding: 10px 8px;
	}
	.caseSec .caseSlider .slick-prev,
	.caseSec .caseSlider .slick-next {
		bottom: -102px;
	}
	.caseSec .caseSlider .slick-prev {
		transform: translate(-178px, 0);
	}
	.caseSec .caseSlider .slick-next {
		transform: translate(178px, 0);
	}
	.caseSec .caseSlider .slick-dots {
		max-width: 200px;
		bottom: -80px;
	}
	.caseSec .caseSlider .slick-dots li {
		margin: 0 10px;
	}
	.caseSec .caseSlider .caseBox {
		box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
		padding: 24px;
	}
	.caseSec .caseSlider .caseBox .heading {
		margin-bottom: 16px;
	}
	.caseSec .caseSlider .caseBox .heading h3 {
		font-size: 20px;
		padding: 1px 0 2px 91px;
	}
	.caseSec .caseSlider .caseBox .heading h3 span {
		width: 76px;
		height: 23px;
		font-size: 15px;
		line-height: 23px;
	}
	.caseSec .caseSlider .caseBox .textarea {
		margin-top: 10px;
	}
	.caseSec .caseSlider .caseBox .textarea table th {
		font-size: 14px;
		padding: 5px 12px;
	}
	.caseSec .caseSlider .caseBox .textarea table td {
		font-size: 12px;
		color: #2D2D2D;
		padding: 5px 14px 10px;
	}
}

@media screen and (max-width: 389px) {
	.caseSec .caseSlider .slick-prev,
	.caseSec .caseSlider .slick-next {
		width: 54px;
		height: 54px;
	}
	.caseSec .caseSlider .slick-prev {
		transform: translate(-158px, 0);
	}
	.caseSec .caseSlider .slick-next {
		transform: translate(158px, 0);
	}
	.caseSec .caseSlider .slick-dots {
		bottom: -85px;
	}
	.caseSec .caseSlider .slick-dots li,
	.caseSec .caseSlider .slick-dots li button,
	.caseSec .caseSlider .slick-dots li button:before {
		width: 16px;
		height: 16px;
	}
	.caseSec .caseSlider .caseBox .heading h3 {
		font-size: 18px;
		padding: 3px 0 2px 91px;
	}
}

@media screen and (max-width: 374px) {
	.caseSec .caseSlider .slick-prev,
	.caseSec .caseSlider .slick-next {
		width: 44px;
		height: 44px;
	}
	.caseSec .caseSlider .slick-prev {
		transform: translate(-128px, 0);
	}
	.caseSec .caseSlider .slick-next {
		transform: translate(128px, 0);
	}
	.caseSec .caseSlider .slick-dots {
		bottom: -90px;
	}
	.caseSec .caseSlider .slick-dots li {
		margin: 0 6px;
	}
	.caseSec .caseSlider .slick-dots li,
	.caseSec .caseSlider .slick-dots li button,
	.caseSec .caseSlider .slick-dots li button:before {
		width: 14px;
		height: 14px;
	}
	.caseSec .caseSlider .caseBox .heading h3 {
		font-size: 16px;
		padding: 3px 0 4px 70px;
	}
	.caseSec .caseSlider .caseBox .heading h3 span {
		width: 56px;
		font-size: 12px;
	}
}


/* =====================================
■ORTHODONTICS TREATMENT
===================================== */
.orthodonticsSec {
	color: #33667B;
	padding: 128px 0 80px;
}
.orthodonticsSec > .elementor-container > .elementor-row {
	flex-wrap: wrap;
}
.orthodonticsSec .elementor-top-column {
	width: 100%;
}
.orthodonticsSec .item {
	margin-top: 64px;
}
.orthodonticsSec .item > .elementor-column-wrap {
	max-width: 1140px;
	padding: 0 30px !important;
	margin: 0 auto;
}
.orthodonticsSec .item > .elementor-column-wrap > .elementor-widget-wrap {
	padding: 80px 80px 100px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}
.orthodonticsSec .item > .elementor-column-wrap > .elementor-widget-wrap:before,
.orthodonticsSec .item > .elementor-column-wrap > .elementor-widget-wrap:after {
	content: "";
	width: 410px;
	height: 230px;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	z-index: -1;
}
.orthodonticsSec .item:nth-child(odd) > .elementor-column-wrap > .elementor-widget-wrap:before {
	background-image: url(/wp-content/uploads/adult-bg10.png);
	background-position: left top;
	left: 0;
	top: 0;
}
.orthodonticsSec .item:nth-child(odd) > .elementor-column-wrap > .elementor-widget-wrap:after {
	background-image: url(/wp-content/uploads/adult-bg11.png);
	background-position: right bottom;
	right: 0;
	bottom: 0;
}
.orthodonticsSec .item:nth-child(even) > .elementor-column-wrap > .elementor-widget-wrap:before {
	background-image: url(/wp-content/uploads/adult-bg12.png);
	background-position: right top;
	right: 0;
	top: 0;
}
.orthodonticsSec .item:nth-child(even) > .elementor-column-wrap > .elementor-widget-wrap:after {
	background-image: url(/wp-content/uploads/adult-bg13.png);
	background-position: left bottom;
	left: 0;
	bottom: 0;
}
.orthodonticsSec .orthodontics-head .heading {
	border-bottom: 1px solid #F96643;
	padding-bottom: 32px;
	margin-bottom: 32px;
}
.orthodonticsSec .orthodontics-head .heading h3 {
	font-family: "Zen Old Mincho", serif;
	font-weight: 500;
	font-style: normal;
	font-size: 64px;
	line-height: 1;
	letter-spacing: 0;
	color: #F96643;
}
.orthodonticsSec .orthodontics-head .heading h3 sub {
	display: block;
	font-size: 24px;
	letter-spacing: 0.16em;
	margin-top: 8px;
}
.orthodonticsSec .orthodontics-lead {
	font-family: "Zen Old Mincho", serif;
	font-weight: 500;
	font-style: normal;
	margin-top: 48px;
}
.orthodonticsSec .orthodontics-lead .heading {
	margin-bottom: 20px;
}
.orthodonticsSec .orthodontics-lead .heading h3 {
	font-size: 24px;
	line-height: 1;
	letter-spacing: 0;
}
.orthodonticsSec .orthodontics-lead .list .elementor-icon-list-item {
	display: inline-block;
	vertical-align: top;
	background: #33667B;
	border-radius: 50px;
	font-size: 20px;
	line-height: 1.28;
	color: #fff;
	padding: 9px 24px 10px;
}
.orthodonticsSec .orthodontics-lead .list .elementor-icon-list-item:not(:first-child) {
	margin-top: 8px;
}
.orthodonticsSec .orthodontics-lead .list .elementor-icon-list-item span {
	display: block;
	padding-left: 1em;
	text-indent: -1em;
	text-align: left;
}
.orthodonticsSec .orthodontics-lead .txt {
	max-width: 424px;
	font-size: 26px;
	line-height: 1;
	letter-spacing: 0.0586em;
	padding: 17px 30px;
	margin-left: auto;
	position: relative;
}
.orthodonticsSec .orthodontics-lead .txt:before,
.orthodonticsSec .orthodontics-lead .txt:after {
	content: "";
	width: 30px;
	height: 100%;
	position: absolute;
	top: 0;
}
.orthodonticsSec .orthodontics-lead .txt:before {
	background: url(/wp-content/uploads/adult-bg14.png) no-repeat left top;
	background-size: 100% 100%;
	left: 0;
}
.orthodonticsSec .orthodontics-lead .txt:after {
	background: url(/wp-content/uploads/adult-bg15.png) no-repeat right top;
	background-size: 100% 100%;
	right: 0;
}
.orthodonticsSec .orthodontics-lead .txt em {
	display: block;
	font-size: 32px;
	font-weight: 500;
	letter-spacing: 0.0547em;
	color: #F96643;
	text-align: center;
	margin-top: 11px;
	margin-left: 18px;
}
.orthodonticsSec .orthodontics-merit {
	color: #fff;
	margin-top: 52px;
}
.orthodonticsSec .orthodontics-merit .meritBox {
	background: rgba(249, 126, 97, 0.64);
	padding: 48px 26px 40px 32px;
	margin-right: 10px;
	margin-bottom: 10px;
	position: relative;
	z-index: 2;
}
.orthodonticsSec .orthodontics-merit .meritBox:after {
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(249, 126, 97, 0.64);
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: -1;
	mix-blend-mode: multiply;
}
.orthodonticsSec .orthodontics-merit .demeritBox {
	background: rgba(58, 90, 108, 0.64);
	padding: 48px 26px 40px 32px;
	margin-right: 10px;
	margin-bottom: 10px;
	position: relative;
	z-index: 2;
}
.orthodonticsSec .orthodontics-merit .demeritBox:after {
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(58, 90, 108, 0.64);
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: -1;
	mix-blend-mode: multiply;
}
.orthodonticsSec .orthodontics-merit .box-heading {
	display: inline-block;
	width: auto;
	background: #fff;
	border-radius: 50px;
	font-family: "Zen Old Mincho", serif;
	font-weight: 500;
	font-style: normal;
	font-size: 20px;
	line-height: 1;
	padding: 12px 24px;
	position: absolute;
	top: -60px;
	left: -6px;
}
.orthodonticsSec .orthodontics-merit .meritBox .box-heading {
	color: #F97E61;
	box-shadow: 0 0 0 1px #F97E61 inset;
}
.orthodonticsSec .orthodontics-merit .demeritBox .box-heading {
	color: #3A5A6C;
	box-shadow: 0 0 0 1px #3A5A6C inset;
}
.orthodonticsSec .orthodontics-merit .list .elementor-icon-list-item {
	line-height: 1.28;
	padding-left: 20px;
	position: relative;
}
.orthodonticsSec .orthodontics-merit .list .elementor-icon-list-item:not(:first-child) {
	margin-top: 8px;
}
.orthodonticsSec .orthodontics-merit .list .elementor-icon-list-item:before {
	content: "";
	width: 4px;
	height: 4px;
	background: #fff;
	border-radius: 50%;
	position: absolute;
	left: 6px;
	top: 50%;
	transform: translateY(-50%);
}
.orthodonticsSec .orthodontics-merit .list .elementor-icon-list-item sub {
	display: block;
	font-size: 14px;
}
.orthodonticsSec .orthodontics-graphic {
	margin: 48px 0 40px;
}
.orthodonticsSec .orthodontics-txt p {
	letter-spacing: 0.0352em;
}
.orthodonticsSec .orthodontics-txt p:not(:last-child) {
	margin-bottom: 24px;
}
.orthodonticsSec .orthodontics-context {
	margin-top: 40px;
}
.orthodonticsSec .orthodontics-context .heading {
	margin-bottom: 16px;
}
.orthodonticsSec .orthodontics-context .heading h4 {
	display: inline-block;
	background: #33667B;
	font-family: "Zen Old Mincho", serif;
	font-weight: 500;
	font-style: normal;
	font-size: 20px;
	line-height: 1;
	color: #fff;
	padding: 12px 24px;
}
.orthodonticsSec .orthodontics-context .checkList .elementor-icon-list-item:not(:first-child) {
	margin-top: 16px;
}
.orthodonticsSec .orthodontics-context .checkList .elementor-icon-list-item {
	font-family: "Zen Old Mincho", serif;
	font-weight: 500;
	font-style: normal;
	font-size: 20px;
	letter-spacing: 0;
	line-height: 1.28;
	color: #F96643;
	padding-left: 39px;
	position: relative;
}
.orthodonticsSec .orthodontics-context .checkList .elementor-icon-list-item:before {
	content: "";
	width: 23px;
	height: 20px;
	background: url(/wp-content/uploads/adult-icon-check.png) no-repeat center;
	background-size: contain;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.orthodonticsSec .orthodontics-context .checkList .elementor-icon-list-item sub {
	display: block;
	font-size: 14px;
	color: #33667B;
	margin-top: 8px;
}
.orthodonticsSec .orthodontics-frame {
	margin-top: 40px;
}
.orthodonticsSec .orthodontics-frame .frameJ {
	background: #FBA38E;
}
.orthodonticsSec .orthodontics-frame .frameK {
	background: #728996;
}
.orthodonticsSec .orthodontics-frame .elementor-image-box-content {
	text-align: left;
}
.orthodonticsSec .orthodontics-frame .elementor-image-box-title {
	font-family: "Zen Old Mincho", serif;
	font-weight: 500;
	font-style: normal;
	font-size: 18px;
	line-height: 1.28;
	color: #fff;
	padding: 12px 24px;
}
.orthodonticsSec .orthodontics-frame .frameJ .elementor-image-box-title {
	background: #F97E61;
}
.orthodonticsSec .orthodontics-frame .frameK .elementor-image-box-title {
	background: #3A5A6C;
}
.orthodonticsSec .orthodontics-frame .elementor-image-box-description {
	color: #fff;
	padding: 24px 24px 32px;
}
.orthodonticsSec .orthodontics-frame .elementor-image-box-description .title {
	display: inline-block;
	width: auto;
	background: #fff;
	border-radius: 50px;
	font-family: "Zen Old Mincho", serif;
	font-weight: 500;
	font-style: normal;
	font-size: 18px;
	line-height: 1;
	padding: 12px 20px 13px;
	margin: 20px 0 16px;
}
.orthodonticsSec .orthodontics-frame .elementor-image-box-description .title:first-child {
	margin-top: 0;
}
.orthodonticsSec .orthodontics-frame .frameJ .elementor-image-box-description .title {
	color: #F97E61;
}
.orthodonticsSec .orthodontics-frame .frameK .elementor-image-box-description .title {
	color: #3A5A6C;
}

@media screen and (min-width: 768px) {
	.orthodonticsSec .primary-heading h2 {
		line-height: 1.28;
	}
	.orthodonticsSec .primary-heading h2 sub {
		margin-top: 21px;
	}
	.orthodonticsSec .picWrap {
		margin-top: -86px;
	}
	.orthodonticsSec .orthodontics-head .elementor-container,
	.orthodonticsSec .orthodontics-head .elementor-row,
	.orthodonticsSec .orthodontics-head .elementor-column,
	.orthodonticsSec .orthodontics-head .elementor-column-wrap,
	.orthodonticsSec .orthodontics-head .elementor-widget-wrap {
		display: block !important;
	}
	.orthodonticsSec .orthodontics-head .heading.special h3 {
		font-size: 47px;
	}
	.orthodonticsSec .orthodontics-head .pic {
		display: block !important;
		float: right;
		width: 47.83% !important;
		margin: -176px 0 30px 0 !important;
		position: relative;
		z-index: 10;
	}
	.orthodonticsSec .orthodontics-head.img_l .pic {
		float: left;
	}
	.orthodonticsSec .item:nth-child(odd) .orthodontics-head .pic {
		right: -62px;
	}
	.orthodonticsSec .item:nth-child(even) .orthodontics-head .pic {
		left: -62px;
	}
	.orthodonticsSec .orthodontics-head .elementor-widget-image {
		text-align: right;
	}
	.orthodonticsSec .orthodontics-head .elementor-clearfix:after {
		display: none !important;
	}
	.orthodonticsSec .orthodontics-head .context {
		width: auto !important;
	}
	.orthodonticsSec .orthodontics-head .context .elementor-column-wrap,
	.orthodonticsSec .orthodontics-head .context .elementor-widget-wrap {
		align-content: normal;
	}
	.orthodonticsSec .orthodontics-merit > .elementor-container > .elementor-row {
		flex-wrap: nowrap;
		column-gap: 40px;
	}
	.orthodonticsSec .orthodontics-graphic > .elementor-container > .elementor-row {
		flex-wrap: nowrap;
		column-gap: 40px;
	}
	.orthodonticsSec .orthodontics-frame > .elementor-container > .elementor-row {
		flex-wrap: nowrap;
		column-gap: 40px;
	}
}

@media screen and (max-width: 1365px) and (min-width: 1024px) {
	.orthodonticsSec .picWrap {
		margin-top: calc(-86 / 1366 * 100vw);
	}
}

@media screen and (max-width: 1160px) and (min-width: 1024px) {
	.orthodonticsSec .orthodontics-head .heading.special h3 {
		font-size: 40px;
	}
	.orthodonticsSec .orthodontics-lead .txt {
		max-width: 374px;
		font-size: 22px;
	}
	.orthodonticsSec .orthodontics-lead .txt em {
		font-size: 28px;
	}
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
	.orthodonticsSec .picWrap {
		margin-top: 0;
	}
	.orthodonticsSec .item > .elementor-column-wrap > .elementor-widget-wrap {
		padding: 80px 40px 100px;
	}
	.orthodonticsSec .orthodontics-head .pic {
		width: 52.83% !important;
	}
	.orthodonticsSec .item:nth-child(odd) .orthodontics-head .pic {
		right: -52px;
	}
	.orthodonticsSec .item:nth-child(even) .orthodontics-head .pic {
		left: -52px;
	}
	.orthodonticsSec .orthodontics-head .heading h3 {
		font-size: 44px;
	}
	.orthodonticsSec .orthodontics-head .heading h3 sub {
		font-size: 20px;
	}
	.orthodonticsSec .orthodontics-head .heading.special h3 {
		font-size: 28px;
	}
	.orthodonticsSec .orthodontics-lead .list .elementor-icon-list-item {
		font-size: 16px;
	}
	.orthodonticsSec .orthodontics-lead .txt {
		max-width: 294px;
		font-size: 20px;
		letter-spacing: 0.0286em;
	}
	.orthodonticsSec .orthodontics-lead .txt em {
		font-size: 22px;
		letter-spacing: 0.0247em;
		margin-left: 8px;
	}
	.orthodonticsSec .orthodontics-graphic > .elementor-container > .elementor-row {
		flex-wrap: wrap;
		row-gap: 32px;
	}
	.orthodonticsSec .orthodontics-graphic .elementor-inner-column {
		width: 100%;
	}
}

@media screen and (max-width: 767px) {
	.orthodonticsSec {
		padding: 64px 0;
	}
	.orthodonticsSec .primaryWrap .elementor-section > .elementor-container {
		padding: 0 22px;
	}
	.orthodonticsSec .item {
		margin-top: 24px;
	}
	.orthodonticsSec .item + .item {
		margin-top: 40px;
	}
	.orthodonticsSec .item > .elementor-column-wrap > .elementor-widget-wrap {
		padding: 24px 24px 56px;
	}
	.orthodonticsSec .item > .elementor-column-wrap > .elementor-widget-wrap:before,
	.orthodonticsSec .item > .elementor-column-wrap > .elementor-widget-wrap:after {
		width: 157px;
		height: 88px;
	}
	.orthodonticsSec .orthodontics-head .pic {
		margin-bottom: 16px;
	}
	.orthodonticsSec .orthodontics-head .heading {
		padding-bottom: 24px;
		margin-bottom: 16px;
	}
	.orthodonticsSec .orthodontics-head .heading h3 {
		font-size: 40px;
	}
	.orthodonticsSec .orthodontics-head .heading h3 sub {
		font-size: 16px;
	}
	.orthodonticsSec .orthodontics-lead {
		margin-top: 32px;
		text-align: center;
	}
	.orthodonticsSec .orthodontics-lead .txt {
		max-width: 282px;
		font-size: 17px;
		text-align: left;
		padding: 12px 20px;
		margin: 0 auto;
	}
	.orthodonticsSec .orthodontics-lead .txt:before,
	.orthodonticsSec .orthodontics-lead .txt:after {
		width: 20px;
	}
	.orthodonticsSec .orthodontics-lead .txt em {
		font-size: 22px;
		margin-top: 5px;
		margin-left: 8px;
	}
	.orthodonticsSec .orthodontics-lead .list .elementor-icon-list-items {
		display: inline-block;
		max-width: 340px;
	}
	.orthodonticsSec .orthodontics-lead .list .elementor-icon-list-item {
		font-size: 16px;
		padding: 9px 10px;
	}
	.orthodonticsSec .orthodontics-merit {
		margin-top: 27px;
	}
	.orthodonticsSec .orthodontics-merit > .elementor-container > .elementor-row {
		row-gap: 27px;
	}
	.orthodonticsSec .orthodontics-merit .meritBox,
	.orthodonticsSec .orthodontics-merit .demeritBox {
		padding: 31px 10px 11px 14px;
		margin-right: 4px;
		margin-bottom: 5px;
	}
	.orthodonticsSec .orthodontics-merit .meritBox:after,
	.orthodonticsSec .orthodontics-merit .demeritBox:after {
		top: 5px;
		left: 4px;
	}
	.orthodonticsSec .orthodontics-merit .box-heading {
		font-size: 14px;
		padding: 9px 20px;
		top: -42px;
		left: 0;
	}
	.orthodonticsSec .orthodontics-merit .list .elementor-icon-list-item sub {
		display: inline-block;
	}
	.orthodonticsSec .orthodontics-graphic {
		margin: 32px 0;
	}
	.orthodonticsSec .orthodontics-graphic > .elementor-container > .elementor-row {
		row-gap: 16px;
	}
	.orthodonticsSec .orthodontics-context {
		margin-top: 24px;
	}
	.orthodonticsSec .orthodontics-context .heading h4 {
		display: block;
	}
	.orthodonticsSec .orthodontics-frame {
		margin-top: 24px;
	}
	.orthodonticsSec .orthodontics-frame > .elementor-container > .elementor-row {
		row-gap: 24px;
	}
}

@media screen and (max-width: 389px) {
	.orthodonticsSec .primary-heading h2 {
		font-size: 36px;
	}
	.orthodonticsSec .orthodontics-lead .txt {
		padding: 12px 14px 12px 20px;
	}
	.orthodonticsSec .orthodontics-lead .txt em {
		margin-left: 0;
	}
}

@media screen and (max-width: 374px) {
	.orthodonticsSec .primary-heading h2 {
		font-size: 32px;
	}
	.orthodonticsSec .item > .elementor-column-wrap {
		padding: 0 20px !important;
	}
	.orthodonticsSec .item > .elementor-column-wrap > .elementor-widget-wrap {
		padding: 24px 20px 56px;
	}
	.orthodonticsSec .orthodontics-head .heading h3 {
		font-size: 38px;
	}
	.orthodonticsSec .orthodontics-lead .txt {
		max-width: 232px;
		font-size: 16px;
	}
	.orthodonticsSec .orthodontics-lead .txt em {
		font-size: 18px;
	}
	.orthodonticsSec .orthodontics-lead .list .elementor-icon-list-item {
		font-size: 14px;
	}
	.orthodonticsSec .orthodontics-context .heading h4 {
		font-size: 18px;
		padding: 12px 20px;
	}
	.orthodonticsSec .orthodontics-context .checkList .elementor-icon-list-item {
		font-size: 16px;
	}
	.orthodonticsSec .orthodontics-frame .elementor-image-box-title {
		font-size: 16px;
		padding: 12px 16px;
	}
	.orthodonticsSec .orthodontics-frame .elementor-image-box-description {
		padding: 24px 16px 32px;
	}
	.orthodonticsSec .orthodontics-frame .elementor-image-box-description .title {
		font-size: 16px;
	}
}


/* =====================================
■Q&A
===================================== */
.faqSec {
	background: url(/wp-content/uploads/adult-bg05.jpg) no-repeat top right;
	background-size: cover;
	padding: 80px 0;
}
.faqSec > .elementor-container > .elementor-row {
	flex-wrap: wrap;
}
.faqSec .elementor-top-column {
	width: 100%;
}
.faqSec .faqArea {
	margin: 67px 0 64px;
}
.faqSec .faqArea .item {
	background: #FEEEEB;
	border-radius: 40px;
	padding: 40px;
}
.faqSec .faqArea .item:not(:last-child) {
	margin-bottom: 24px;
}
.faqSec .faqArea .item > .elementor-container > .elementor-row {
	flex-wrap: wrap;
}
.faqSec .faqArea .item .elementor-inner-column {
	width: 100%;
}
.faqSec .faqArea .question {
	min-height: 64px;
	display: flex;
	align-items: center;
	background: #fff;
	border-radius: 50px;
	padding: 16px 24px;
	cursor: pointer;
	box-sizing: border-box;
}
.faqSec .faqArea .question:before {
	content: "";
	width: 16px;
	height: 2px;
	background: #fff;
	position: absolute;
	right: 32px;
	top: 50%;
	transform: translateY(calc(-50%));
	transition: all .5s;
	z-index: 2;
}
.faqSec .faqArea .question:after {
	content: "";
	width: 2px;
	height: 16px;
	background: #fff;
	position: absolute;
	right: 39px;
	top: 50%;
	transform: translateY(calc(-50%));
	transition: all .5s;
	z-index: 2;
}
.faqSec .faqArea .question.active:before,
.faqSec .faqArea .question.active:after {
	transform: translateY(-50%) rotate(-90deg);
}
.faqSec .faqArea .question.active:before {
	opacity: 0;
}
.faqSec .faqArea .question .elementor-heading-title {
	font-size: 20px;
	letter-spacing: 0.04em;
	line-height: 1.6;
	color: #F96643;
	padding: 0 70px 0 31px;
	position: relative;
}
.faqSec .faqArea .question .elementor-heading-title:before {
	content: "Q";
	width: 31px;
	height: 31px;
	font-size: 20px;
	letter-spacing: 0.04em;
	line-height: 31px;
	text-align: left;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
}
.faqSec .faqArea .question .elementor-heading-title:after {
	content: "";
	width: 32px;
	height: 32px;
	background: #F97E61;
	border-radius: 50%;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
body:not(.elementor-editor-active) .faqSec .faqArea .answer {
	display: none;
}
.faqSec .faqArea .answer {
	font-size: 20px;
	line-height: 1.6;
	letter-spacing: 0.04em;
	color: #33667B;
	padding: 24px 0 0 31px;
	margin-left: 24px;
	position: relative;
}
.faqSec .faqArea .answer:before {
	content: "A";
	width: 31px;
	height: 31px;
	font-size: 20px;
	letter-spacing: 0.04em;
	line-height: 31px;
	text-align: left;
	position: absolute;
	left: 0;
	top: 25px;
	z-index: 1;
}

@media screen and (max-width: 767px) {	
	.faqSec {
		background: url(/wp-content/uploads/adult-bg05_sp.png) no-repeat top right;
		background-size: cover;
		padding: 56px 0 64px;
	}
	.faqSec .faqArea {
		background: #FEEEEB;
		border-radius: 40px;
		padding: 24px;
		margin: 25px 0 32px;
	}
	.faqSec .faqArea .item {
		background: none;
		border-radius: 0;
		padding: 0;
	}
	.faqSec .faqArea .item:not(:last-child) {
		margin-bottom: 10px;
	}
	.faqSec .faqArea .question {
		min-height: 60px;
		border-radius: 50px;
		padding: 10px 24px;
	}
	.faqSec .faqArea .question .elementor-heading-title {
		font-size: 16px;
		line-height: 1.28;
		padding: 0 50px 0 31px;
	}
	.faqSec .faqArea .answer {
		font-size: 16px;
		line-height: 1.28;
		padding: 16px 0 14px 31px;
		margin-left: 0;
	}
	.faqSec .faqArea .answer:before {
		top: 17px;
	}
}


/* =====================================
■ABOUT
===================================== */
.map {
	width: 100%;
	padding-top: 323px;
	position: relative;
}
.map iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
	border: none;
}
.maplink {
	background: #3A5A6C;
	text-align: center;
	padding: 7px;
}
.maplink a {
	font-size: 14px;
	color: #fff;
	text-decoration: underline;
}
.maplink a:hover {
	text-decoration: none;
}
.aboutSec {
	padding: 64px 0;
}
.aboutSec .infotable th,
.aboutSec .infotable td {
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: 0;
	vertical-align: top;
	padding-top: 16px;
}
.aboutSec .infotable th {
	width: 128px;
	font-weight: 500;
	color: #3A5A6C;
}
.aboutSec .timetable th,
.aboutSec .timetable td {
	border-bottom: 1px solid #728996;
	font-size: 18px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0;
	text-align: center;
	vertical-align: middle;
	padding: 16px 0;
}
.aboutSec .timetable thead th {
	vertical-align: bottom;
	color: #728996;
	padding-top: 0;
}
.aboutSec .timetable thead th:first-child {
	width: 38%;
	text-align: left;
}
.aboutSec .timetable tbody th {
	text-align: left;
}
.aboutSec .timetable tbody th .line {
	font-size: 11px;
	color: #728996;
	margin: 0 2px;
	position: relative;
	top: -3px;
}
.aboutSec .timetable tbody th sub {
	display: block;
	font-size: 14px;
	line-height: 1;
	margin-top: 5px;
}
.aboutSec .timetable tbody td {
	color: #3A5A6C;
}
.aboutSec .note {
	font-family: "Zen Old Mincho", serif;
	font-weight: 500;
	font-style: normal;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 1;
	color: #728996;
	margin-top: 10px;
}

@media screen and (min-width: 768px) {
	.aboutSec .infotable tr:first-child th,
	.aboutSec .infotable tr:first-child td {
		padding-top: 0;
	}
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
	.aboutSec .infotable th,
	.aboutSec .infotable td {
		font-size: 14px;
	}
	.aboutSec .infotable th {
		width: 95px;
	}
	.aboutSec .timetable th,
	.aboutSec .timetable td {
		font-size: 14px;
	}
	.aboutSec .timetable tbody th sub {
		font-size: 12px;
	}
}

@media screen and (max-width: 767px) {
	.aboutSec {
		padding: 32px 0 40px;
	}
	.aboutSec .infotable,
	.aboutSec .infotable tbody,
	.aboutSec .infotable tr,
	.aboutSec .infotable th,
	.aboutSec .infotable td {
		display: block;
		width: 100%;
	}
	.aboutSec .infotable td {
		padding-top: 12px;
	}
	.aboutSec .infotable tr:first-child th {
		padding-top: 0;
	}
	.aboutSec .timetable thead th:first-child {
		width: 40%;
	}
	.aboutSec .timetable tbody th sub {
		font-size: 12px;
	}
}

@media screen and (max-width: 374px) {
	.aboutSec .timetable th,
	.aboutSec .timetable td {
		font-size: 14px;
	}
	.aboutSec .timetable tbody th sub {
		font-size: 10px;
	}
}


/* =====================================
■ホームページ運営について
===================================== */
.operationsSec {
	margin-bottom: 64px;
}
.operationsSec .heading {
	background: #F97E61;
	font-family: "Zen Old Mincho", serif;
	font-weight: 500;
	font-style: normal;
	font-size: 20px;
	letter-spacing: 0.08em;
	line-height: 1;
	color: #fff;
	text-align: center;
	padding: 32px 20px;
}
.operationsSec .txtWrap {
	background: #fff;
	box-shadow: 0 0 0 1px #F97E61 inset;
	padding: 40px;
	margin-top: -1px;
}
.operationsSec .txtWrap .txt {
	margin-bottom: 10px;
}
.operationsSec .list .elementor-icon-list-item a {
	color: #F96643;
	text-decoration: underline;
}
.operationsSec .list .elementor-icon-list-item a:hover {
	text-decoration: none;
}

@media screen and (max-width: 767px) {
	.operationsSec {
		margin-bottom: 40px;
	}
	.operationsSec .heading {
		padding: 24px 20px;
	}
	.operationsSec .txtWrap {
		padding: 24px;
	}
}

@media screen and (max-width: 374px) {
	.operationsSec .heading {
		font-size: 18px;
	}

}


/* =====================================
■banner
===================================== */
.bnrSec {
	background: #EDF0F2;
	padding: 40px 0;
}
.bnrSec .other-bnr {
	margin-top: 20px;
}

@media screen and (min-width: 768px) {
	.bnrSec .elementor-inner-section > .elementor-container > .elementor-row {
		flex-wrap: nowrap;
		justify-content: center;
		column-gap: 20px;
	}
	.bnrSec .other-bnr {
		padding: 0 30px;
	}
	.bnrSec .other-bnr.elementor-inner-section .elementor-inner-column {
		width: auto;
	}
	.bnrSec .other-bnr img {
		max-height: 77px;
	}
}

@media screen and (max-width: 767px) {
	.bnrSec .other-bnr {
		margin-top: 10px;
	}
	.bnrSec .elementor-inner-section .elementor-inner-column:not(:first-child) {
		margin-top: 10px;
	}
	.bnrSec a,
	.bnrSec img {
		display: block !important;
		width: 100%;
	}
}
