@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: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 0.08em;
	line-height: 1.6;
	color: #040404;
	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: #040404;
	vertical-align: baseline;
	text-decoration: none;
	transition: all 0.5s;
}
a:hover {
	color: #F15DA2;
	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: 600;
}

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


/* =====================================
■ ログイン保護
===================================== */
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.0273em;
	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;
	color: #fff;
	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_pink.png);
}
header .access ul li:last-child:before {
	background-image: url(/wp-content/uploads/icon-car_pink.png);
}

/* nav */
nav .menu > li > a,
nav .menu > li > span {
	font-family: "Zen Old Mincho", serif;
	font-weight: 500;
	font-style: normal;
	color: #040404;
}
nav .menu > li > a sub,
nav .menu > li > span sub {
	display: block;
	font-size: 9px;
	letter-spacing: 0.08em;
	color: #F15DA2;
	text-align: center;
	margin-top: 4px;
}
nav .menu > li.hover .subMenu:before {
	content: "";
	border-bottom: 16px solid #F15DA2;
	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: 380px;
		margin: 11px 0 0 32px;
	}

	/* access */
	header .access {
		margin: 20px 0 0 15px;
	}
	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:not(:first-child) {
		margin-top: 8px;
	}

	/* contactList */
	header .contactList {
		max-width: 382px;
		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: #F15DA2;
		position: absolute;
		right: 5px;
		top: -2px;
		transform: rotate(17.78deg);
	}
	nav .menu > li:first-child:before {
		content: "";
		width: 1px;
		height: 32px;
		background: #F15DA2;
		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 8px 0 10px;
		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: #F15DA2;
		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: 1200px) and (min-width: 1024px) {
	nav .menu > li > a,
	nav .menu > li > span {
		font-size: 13px;
		letter-spacing: 0.04em;
		padding: 0 6px 0 8px;
	}
}

@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 {
		height: 60px;
		padding: 14px 5px;
	}
	nav .menu > li {
		padding-right: 9px;
	}
	nav .menu > li:first-child {
		padding-left: 9px;
	}
	nav .menu > li > a,
	nav .menu > li > span {
		font-size: 10px;
		letter-spacing: 0.02em;
		padding: 3px 4px 0 6px;
	}
	nav .menu > li > a sub,
	nav .menu > li > span sub {
		letter-spacing: 0.04em;
	}
}

@media screen and (max-width: 767px) {
	body.noscroll {
		overflow-y: hidden !important;
		height: 100% !important;
	}
	header {
		position: absolute;
		top: 0 !important;
		left: 0;
	}
	header.open {
		background: #080F69;
		position: fixed;
	}
	header.open:after {
		content: "";
		width: 100%;
		height: 64px;
		background: #080F69;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 9998;
	}

	/* 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;
		left: 30px;
		top: 80px;
		z-index: 1000;
	}
	header .access p {
		display: none;
		font-size: 10px;
		line-height: 12px;
		margin-bottom: 8px;
	}
	header .access ul li:not(:first-child) {
		margin-top: 8px;
	}

	/* toggleMenu */
	.toggleMenu {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 64px;
		height: 64px;
		background: #080F69;
		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: 100vh;
		background: #080F69;
		position: fixed;
		top: 0;
		left: 0;
		margin: 0;
		padding: 104px 0;
		box-sizing: border-box;
		overflow-y: scroll !important;
		z-index: 9997;
	}
	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: #fff !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 {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 500;
	font-style: normal;
	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: #6D77BD;
}

@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;
}

.textBtn .elementor-button {
	display: inline-block;
	width: auto !important;
	min-height: auto;
	background: none;
	border-radius: 0;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 1.6;
	letter-spacing: 0.04em;
	color: #F15DA2 !important;
	padding: 0;
	position: relative;
}
.textBtn .elementor-button:after {
	content: "";
	width: 100%;
	height: 1px;
	background: #F15DA2;
	position: absolute;
	left: 0;
	bottom: 1px;
}
.textBtn .elementor-button:hover:after {
	opacity: 0;
}

@media screen and (max-width: 767px) {
	.textBtn .elementor-button {
		font-size: 16px;
	}
}

@media screen and (max-width: 374px) {
	.elementor-button,
	.btn a {
		font-size: 16px;
	}
}


/* =====================================
■mainVisual
===================================== */
.mainVisual {
	background: url(/wp-content/uploads/blueradical-visual.jpg) no-repeat center;
	background-size: cover;
	height: 100vh;
}
.mainVisual.elementor-section.elementor-section-boxed > .elementor-container {
	height: 100%;
}
.mainVisual .inner > .elementor-column-wrap > .elementor-widget-wrap {
	align-content: center;
	justify-content: flex-end;
}
.mainVisual .mainCatch {
	font-family: "Zen Old Mincho", serif;
	font-style: normal;
	font-size: 32px;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1;
	text-align: right;
	margin-top: 39px;
}
.mainVisual .mainCatch .txt01 span {
	display: inline-block;
	background: rgba(243, 93, 162, 0.64);
	color: #fff;
	padding: 14px;
}
.mainVisual .mainCatch .txt02 span {
	display: inline-block;
	background: rgba(255, 255, 255, 0.64);
	color: #080F69;
	padding: 14px;
}
.mainVisual .elementor-image img {
	width: 100%;
}
.mainVisual .mainNote .pic {
	max-width: 252px;
}
.mainVisual .mainNote .note {
	font-size: 10px;
	color: #fff;
	letter-spacing: 0.04em;
	margin-top: 16px;
}

@media screen and (min-width: 768px) {
	.mainVisual {
		min-height: 687px;
		max-height: 687px;
		padding: 79px 0 0;
	}
	.mainVisual.elementor-section.elementor-section-boxed > .elementor-container,
	.mainVisual .inner,
	.mainVisual .inner > .elementor-column-wrap,
	.mainVisual .inner > .elementor-column-wrap > .elementor-widget-wrap {
		position: static;
	}
	.mainVisual.elementor-section.elementor-section-boxed > .elementor-container {
		max-width: 1214px;
		padding: 0 50px;
	}
	.mainVisual .mainLogo {
		max-width: 740px;
	}
	.mainVisual .mainCatch {
		padding-right: 17px
	}
	.mainVisual .mainNote {
		max-width: 400px;
		position: absolute;
		left: 40px;
		bottom: 37px;
		z-index: 100;
	}
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
	.mainVisual {
		background-position: 33% center;
	}
	.mainVisual.elementor-section.elementor-section-boxed > .elementor-container {
		padding: 0 30px;
	}
	.mainVisual .mainLogo {
		max-width: 490px;
	}
	.mainVisual .mainCatch {
		font-size: 21px;
	}
	.mainVisual .mainNote {
		left: 20px;
	}
	.mainVisual .mainNote .pic {
		max-width: 202px;
	}
}

@media screen and (max-width: 767px) {
	.mainVisual {
		background: url(/wp-content/uploads/blueradical-visual_sp.png) no-repeat center;
		background-size: cover;
		height: 100vh;
		padding-bottom: calc(64 / 390 * 100vw);
	}
	.mainVisual.elementor-section.elementor-section-boxed > .elementor-container {
		width: calc(330 / 390 * 100vw);
		padding: 0;
	}
	.mainVisual .inner > .elementor-column-wrap > .elementor-widget-wrap {
		align-content: flex-end;
		justify-content: flex-end;
	}
	.mainVisual .mainCatch {
		font-size: calc(16 / 390 * 100vw);
		margin-top: calc(24 / 390 * 100vw);
	}
	.mainVisual .mainCatch .txt01 span,
	.mainVisual .mainCatch .txt02 span {
		padding: calc(14 / 390 * 100vw);
	}
	.mainVisual .mainNote {
		margin-top: calc(-23 / 390 * 100vw);
	}
	.mainVisual .mainNote .pic {
		width: calc(142 / 390 * 100vw);
	}
	.mainVisual .mainNote .note {
		font-size: calc(10 / 390 * 100vw);
		line-height: 1.28;
		margin-top: calc(8 / 390 * 100vw);
	}
}


/* =====================================
■TITLE
===================================== */
.primary-heading {
	text-align: center;
}
.primary-heading h2 {
	display: inline-block;
	font-family: "M PLUS 1p", sans-serif;
	font-style: normal;
	font-size: 80px;
	font-weight: 500;
	letter-spacing: 0.08em;
	line-height: 1;
	color: #02009C;
	background: -webkit-linear-gradient(0deg, #02009C 0%, #011C50 33%, #02009A 67%, #011C50 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-align: center;
	position: relative;
}
.primary-heading h2 sub {
	display: block;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.08em;
	color: #F15DA2;
	background: none;
	-webkit-background-clip: initial;
	-webkit-text-fill-color: initial;
	margin-top: 24px;
}

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

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


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


/* =====================================
■CONCEPT
===================================== */
.conceptSec {
	background: url(/wp-content/uploads/blueradical-bg01.png) no-repeat top center;
	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: #fff;
	text-align: center;
	margin-bottom: 40px;
}
.conceptArea {
	background: url(/wp-content/uploads/blueradical-bg02.png) no-repeat top center;
	background-size: cover;
	border-radius: 1366px 1366px 0 0;
	color: #fff;
	padding: 128px 0 89px; 
	margin: 80px auto 0;
	overflow: hidden;
	position: relative;
	z-index: 2;
}
.conceptArea:after {
	content: "";
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, transparent 0%, transparent 50%, #000000 100%);
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	pointer-events: none;
}
.conceptArea.elementor-section.elementor-section-boxed > .elementor-container {
	max-width: 1080px;
}
.conceptArea > .elementor-container > .elementor-row {
	flex-wrap: wrap;
}
.conceptArea .elementor-inner-column {
	width: 100%;
}
.conceptArea .primary-heading h2 {
	color: #fff;
	background: none;
	-webkit-background-clip: initial;
	-webkit-text-fill-color: initial;
	text-shadow: 0 0 20px #fff, 0 0 6px #fff;
}
.conceptArea .primary-heading h2 sub {
	text-shadow: initial;
}
.conceptArea .headingWrap {
	margin-top: 48px;
}
.conceptArea .headingWrap .heading {
	font-family: "Zen Old Mincho", serif;
	font-weight: 500;
	font-style: normal;
	font-size: 40px;
	letter-spacing: 0.175em;
	line-height: 1.35;
	color: #fff;
	writing-mode: vertical-lr;
	white-space: nowrap;
	margin-left: 34px;
}
.conceptArea .txtWrap {
	max-width: 800px;
	margin: 32px auto 0;
}
.conceptArea .txtWrap .pic {
	max-width: 649px;
	margin: 0 auto 24px;
}
.conceptArea .txtWrap .txt {
	margin-bottom: 41px;
}
.conceptSec .graphicArea {
	background: #000000;
}
.conceptSec .graphicArea .heading {
	font-family: "Zen Old Mincho", serif;
	font-weight: 500;
	font-style: normal;
	font-size: 24px;
	letter-spacing: 0.04em;
	line-height: 1.6;
	color: #F15DA2;
	margin-bottom: 16px;
}
.conceptSec .graphicArea .txt {
	letter-spacing: 0.04em;
	color: #fff;
}

@media screen and (min-width: 768px) {
	.conceptSec {
		margin-top: 80px;
	}
	.conceptSec .feature-bnr .elementor-inner-column {
		width: 90%;
		max-width: 952px;
		margin: 0 auto;
	}
}

@media screen and (max-width: 1160px) and (min-width: 1024px) {
	.conceptSec .graphicArea .heading {
		font-size: 23px;
	}
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
	.conceptSec {
		margin-top: 60px;
	}
	.conceptSec .graphicArea .heading {
		font-size: 20px;
	}
	.conceptSec .graphicArea .heading br {
		display: none;
	}
}

@media screen and (max-width: 767px) {
	.conceptSec {
		background: url(/wp-content/uploads/blueradical-bg01_sp.png) no-repeat top center;
		background-size: cover;
		padding: 40px 0 0;
	}
	.conceptSec .feature-bnr {
		margin-bottom: 32px;
	}
	.conceptSec .feature-bnr .heading {
		font-size: 20px;
		margin-bottom: 16px;
	}
	.conceptArea {
		background: url(/wp-content/uploads/blueradical-bg02_sp.png) no-repeat top center;
		background-size: cover;
		padding: 64px 0 40px;
		margin-top: 32px;
	}
	.conceptArea .headingWrap {
		margin-top: -18px;
	}
	.conceptArea .headingWrap .heading {
		font-size: 16px;
		line-height: 1.2;
		margin-left: 0;
	}
	.conceptArea .txtWrap {
		margin-top: 10px;
	}
	.conceptArea .txtWrap .pic {
		max-width: 254px;
		margin-bottom: 8px;
	}
	.conceptArea .txtWrap .txt {
		font-size: 13px;
		margin-bottom: 24px;
	}
	.conceptSec .graphicArea {
		padding: 40px 0;
	}
	.conceptSec .graphicArea .heading br {
		display: none;
	}
}

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


/* =====================================
■BLUE RADICAL
===================================== */
.blueRadicalSec {
	background: url(/wp-content/uploads/blueradical-bg01.png) no-repeat top center;
	background-size: cover;
	padding: 128px 0 80px;
	overflow: hidden;
	position: relative;
	z-index: 2;
}
.blueRadicalSec:after {
	content: "";
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,1) 100%);
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	pointer-events: none;
}
.blueRadicalSec > .elementor-container > .elementor-row {
	flex-wrap: wrap;
}
.blueRadicalSec .elementor-top-column {
	width: 100%;
}
.blueRadicalSec .primary-heading h2 {
	color: #fff;
	background: none;
	-webkit-background-clip: initial;
	-webkit-text-fill-color: initial;
	text-shadow: 0 0 20px #fff, 0 0 6px #fff;
}
.blueRadicalSec .primary-heading h2 sub {
	text-shadow: initial;
}
.blueRadicalSec .primaryWrap .txt {
	color: #fff;
	letter-spacing: 0.04em;
	text-align: center;
	margin-top: 48px;
}
.blueRadicalArea {
	margin-top: 64px;
}
.blueRadicalArea .item:not(:first-child) {
	margin-top: 40px;
}
.blueRadicalArea .item > .elementor-container > .elementor-row {
	justify-content: space-between;
	column-gap: 40px;
}
.blueRadicalArea .picWrap {
	z-index: 10;
}
.blueRadicalArea .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;
}
.blueRadicalArea .picWrap .sign span {
	display: inline-block;
	background: #F15DA2;
	letter-spacing: 0.25em;
	padding: 13px 10px 7px;
}
.blueRadicalArea .txtWrap {
	color: #fff;
	z-index: 2;
}
.blueRadicalArea .txtWrap .heading {
	font-family: "Zen Old Mincho", serif;
	font-weight: 500;
	font-style: normal;
	font-size: 32px;
	letter-spacing: 0.08em;
	line-height: 1.4;
	margin-bottom: 22px;
}
.blueRadicalArea .txtWrap .heading sub {
	display: block;
	font-family: "M PLUS 1p", sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 128px;
	line-height: 1;
	letter-spacing: 0;
	opacity: 0.4;
	position: absolute;
	left: -80px;
	top: 50%;
	transform: translateY(-50%);
}
.blueRadicalSec .tableWrap {
	margin-top: 80px;
}
.blueRadicalSec .tableWrap table th,
.blueRadicalSec .tableWrap table td {
	font-size: 24px;
	letter-spacing: 0;
	line-height: 1;
}
.blueRadicalSec .tableWrap table thead th {
	color: #fff;
	text-align: center;
	padding-bottom: 8px;
}
.blueRadicalSec .tableWrap table thead th:first-child {
	width: 30%;
	padding-right: 8px;
}
.blueRadicalSec .tableWrap table tbody th {
	font-weight: 500;
	text-align: center;
	padding-right: 8px;
}
.blueRadicalSec .tableWrap table .bg {
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	padding: 20px;
}
.blueRadicalSec .tableWrap table thead th .bg {
	background: #F15DA2;
	justify-content: center;
}
.blueRadicalSec .tableWrap table tbody .bg {
	background: #fff;
}
.blueRadicalSec .tableWrap table tbody th .bg {
	justify-content: center;
}
.blueRadicalSec .tableWrap table tbody tr:not(:last-child) .bg {
	background-image: linear-gradient(to right, #000 0%, #000 50%, transparent 0%);
	background-size: 4px 1px;
	background-repeat: repeat-x;
	background-position: left bottom;
}

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

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

@media screen and (max-width: 767px) {
	.blueRadicalSec {
		background: url(/wp-content/uploads/blueradical-bg01_sp.png) no-repeat top center;
		background-size: cover;
		padding: 40px 0 56px; 
	}
	.blueRadicalSec .primaryWrap .txt {
		text-align: left;
		margin-top: 24px;
	}
	.blueRadicalArea {
		margin-top: 24px;
	}
	.blueRadicalArea .item:not(:first-child) {
		margin-top: -8px;
		z-index: 40;
	}
	.blueRadicalArea .picWrap .sign {
		width: 68px;
		font-size: 14px;
		right: 16px;
	}
	.blueRadicalArea .picWrap img {
		width: 100%;
	}
	.blueRadicalArea .txtWrap {
		background: #080F69;
		border-radius: 0 0 20px 20px;
		padding: 2px 24px 40px;
		margin-top: -5px;
		z-index: 20;
	}
	.blueRadicalArea .txtWrap .heading {
		font-size: 24px;
		text-align: center;
		padding-top: 0;
		margin-bottom: 16px;
	}
	.blueRadicalArea .txtWrap .heading h3 {
		position: relative;
	}
	.blueRadicalArea .txtWrap .heading sub {
		font-size: 64px;
		font-weight: 700;
		left: 0;
		top: -25px;
		transform: translateY(0);
	}
	.blueRadicalArea .txtWrap .txt {
		font-size: 14px;
	}
	.blueRadicalSec .tableWrap {
		margin-top: 40px;
	}
	.blueRadicalSec .tableWrap table th,
	.blueRadicalSec .tableWrap table td {
		font-size: 14px;
	}
	.blueRadicalSec .tableWrap table thead th:first-child {
		width: 85px;
	}
	.blueRadicalSec .tableWrap table .bg {
		padding: 14px 8px;
	}
	.blueRadicalSec .tableWrap table tbody td .bg {
		padding: 14px 20px;
	}
}

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


/* =====================================
■REASON
===================================== */
.reasonSec {
	background: url(/wp-content/uploads/blueradical-bg04.jpg) no-repeat top left;
	background-size: cover;
	padding: 80px 0 88px;
}
.reasonSec .primaryWrap {
	margin-bottom: 48px;
}
.reasonSec .primary-heading h2 sub {
	color: #fff;
}

@media screen and (max-width: 767px) {
	.reasonSec {
		background: url(/wp-content/uploads/blueradical-bg04_sp.jpg) no-repeat top center;
		background-size: cover;
		padding: 48px 0;
	}
	.reasonSec .primaryWrap {
		margin-bottom: 24px;
	}
}


/* =====================================
■DOCTOR
===================================== */
.doctorSec {
	background: url(/wp-content/uploads/blueradical-bg05.png) repeat-y top right;
	background-size: 100% auto;
	padding-top: 82px;
	overflow: hidden;
}
.doctorSec > .elementor-container > .elementor-row {
	flex-wrap: wrap;
}
.doctorSec .elementor-top-column {
	width: 100%;
}
.doctorSec .primaryWrap h2 {
	font-family: "Zen Old Mincho", serif;
	font-weight: 500;
	font-style: normal;
	font-size: 48px;
	letter-spacing: 0.04em;
	line-height: 1;
	text-align: center;
}
.doctorSec .primaryWrap h2 sup {
	display: block;
	font-size: 33px;
	margin-bottom: 32px;
}
.doctorSec .anchorArea {
	margin: 64px 0 0;
}
.doctorSec .anchorArea .inner {
	position: relative;
	z-index: 2;
}
.doctorSec .anchorArea .inner:after {
	content: "";
	width: 100%;
	height: calc(432 / 1366 * 100vw);
	max-height: 432px;
	background: url(/wp-content/uploads/blueradical-bg15.png) repeat left top;
	position: absolute;
	left: 0;
	top: 56px;
	z-index: -1;
}
.doctorSec .anchorArea .inner > .elementor-container > .elementor-row {
	flex-wrap: nowrap;
}
.doctorSec .anchorArea .item .pic {
	margin-bottom: 24px;
}
.doctorSec .anchorArea .item .pic .wp-caption-text {
	font-family: "Zen Old Mincho", serif;
	font-weight: 500;
	font-style: normal;
	font-size: 15px;
	line-height: 1.08;
	letter-spacing: 0.04em;
	color: #23242A;
	text-align: left;
}
.doctorSec .anchorArea .item .pic .wp-caption-text em {
	display: block;
	font-size: 30px;
	color: #F15DA2;
	margin: 12px 0 11px;
}
.doctorSec .anchorArea .item .symbol {
	width: 36px;
	font-family: "Zen Old Mincho", serif;
	font-weight: 500;
	font-style: normal;
	font-size: 16px;
	line-height: 1.22;
	letter-spacing: 0.07em;
	color: #F15DA2;
	writing-mode: tb-rl;
	white-space: nowrap;
	text-align: left;
	position: absolute;
	right: 40px;
	top: 0;
	z-index: 2;
}
.doctorSec .anchorArea .item .symbol span {
	display: block;
	margin-top: 2.2em;
}
.doctorSec .anchorArea .item .elementor-button {
	justify-content: flex-start;
	max-width: 200px;
	min-height: 42px;
	background: #080F69;
	font-size: 16px;
	letter-spacing: 0.125em;
	line-height: 1;
	text-align: left;
	padding: 11px 20px;
	margin: 0 auto;
}
.doctorSec .anchorArea .item .elementor-button:after {
	content: "";
	width: 12px;
	height: 13px;
	background: url(/wp-content/uploads/blueradical-arrow01.png) no-repeat center right;
	background-size: contain;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
}
.doctorArea {
	margin-top: 29px;
}
.doctorArea .messageWrap > .elementor-container > .elementor-row {
	flex-direction: column;
}
.doctorArea .messageWrap .elementor-inner-column {
	width: 100%;
}
.doctorArea .messageWrap .heading h3 {
	font-family: "Zen Old Mincho", serif;
	font-weight: 500;
	font-style: normal;
	letter-spacing: 0.04em;
	line-height: 1.28;
	position: relative;
	z-index: 99;
}
.doctorArea .messageWrap .heading h3 span {
	display: block;
	font-size: 92px;
	letter-spacing: 0.04em;
	color: #080F69;
	opacity: 0.3;
}
.doctorArea .messageWrap .heading h3 sup {
	display: block;
	font-size: 64px;
	letter-spacing: 0.04em;
	color: #fff;
	text-shadow: 0 0 20px #082CBC, 0 0 20px #082CBC, 0 0 20px #0033FF;
	position: absolute;
	bottom: -24px;
	z-index: 100;
}
.doctorArea .messageWrap .name {
	font-family: "Zen Old Mincho", serif;
	font-weight: 500;
	font-style: normal;
	font-size: 48px;
	letter-spacing: 0.04em;
	line-height: 1.28;
	color: #001FA4;
}
.doctorArea.odd .messageWrap .name {
	text-align: right;
}
.doctorArea .messageWrap .name sup {
	display: inline-block;
	font-size: 32px;
	vertical-align: middle;
	margin-right: 13px;
	letter-spacing: 0.04em;
	position: relative;
	top: -10px;
}
.doctorArea .messageWrap .name sub {
	display: block;
	font-size: 24px;
	color: #F15DA2;
	margin-top: 4px;
}
.doctorArea .messageWrap .name sub span {
	display: inline-block;
	margin-left: 54px;
}
#uehara.doctorArea .messageWrap .name sub span {
	margin-left: 32px;
}
.doctorArea .messageWrap .context .tit {
	font-family: "Zen Old Mincho", serif;
	font-weight: 500;
	font-style: normal;
	font-size: 26px;
	letter-spacing: 0.04em;
	line-height: 1.28;
	color: #001FA4;
}
.doctorArea.odd .messageWrap .context .tit {
	margin: 12px 0 16px;
}
.doctorArea.even .messageWrap .context .tit {
	margin: 24px 0 16px;
}
.doctorArea .messageWrap .context .txt {
	letter-spacing: 0.04em;
}
.doctorSec .biographyWrap {
	background: #021C50;
	color: #fff;
	padding: 80px 0;
}
.doctorSec .biographyWrap .context {
	letter-spacing: 0.04em;
}
.doctorSec .biographyWrap .context .heading {
	font-family: "Zen Old Mincho", serif;
	font-weight: 500;
	font-style: normal;
	font-size: 40px;
	letter-spacing: 0;
	line-height: 1;
	color: #F15DA2;
	margin-bottom: 27px;
}
.doctorSec .biographyWrap .context .heading sup {
	display: block;
	font-size: 24px;
	margin-bottom: 21px;
}
.doctorSec .biographyWrap .context .heading em {
	display: inline-block;
	font-size: 48px;
	font-weight: 500;
	color: #fff;
	text-shadow: 0 0 10px #F15DA2, 0 0 12px #F15DA2, 0 0 14px #F15DA2;
	position: relative;
	top: 4px;
}
.doctorSec .biographyWrap .minor-heading {
	font-family: "Zen Old Mincho", serif;
	font-weight: 500;
	font-style: normal;
	font-size: 24px;
	line-height: 1;
	letter-spacing: 0.125em;
	color: #F15DA2;
	border-bottom: 1px solid #F15DA2;
	padding-bottom: 16px;
	margin-bottom: 16px;
}
.doctorSec .biographyWrap table th,
.doctorSec .biographyWrap table td {
	font-weight: 500;
	line-height: 1.28;
	vertical-align: top;
}
.doctorSec .biographyWrap .list .elementor-icon-list-item {
	line-height: 1.255;
	padding-left: 20px;
	position: relative;
}
.doctorSec .biographyWrap .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%);
}
.doctorSec .biographyWrap .list .elementor-icon-list-item:not(:first-child) {
	margin-top: 8px;
}
.doctorSec .biographyWrap .catch-heading {
	width: auto;
	font-family: "Zen Old Mincho", serif;
	font-weight: 500;
	font-style: normal;
	font-size: 32px;
	letter-spacing: 0.04em;
	line-height: 1.75;
	color: #F15DA2;
	margin-left: auto;
}
.doctorSec .biographyWrap .catch-heading sup {
	display: block;
	font-size: 32px;
	line-height: 1;
	margin-bottom: 9px;
}
.doctorSec .biographyWrap .catch-heading em {
	display: inline-block;
	font-size: 48px;
	font-weight: 500;
	line-height: 1;
	color: #fff;
	text-shadow: 0 0 10px #F15DA2, 0 0 12px #F15DA2, 0 0 14px #F15DA2;
	position: relative;
	top: 6px;
}

@media screen and (min-width: 768px) {
	.doctorSec .anchorArea .item .pic .wp-caption-text {
		position: absolute;
		right: 26px;
		bottom: 15px;
		z-index: 2;
	}
	.doctorSec .anchorArea .item:nth-child(2) .pic .wp-caption-text {
		right: -50px;
	}
	.doctorArea.odd .messageWrap .heading h3 {
		text-align: right;
		right: -7px;
		position: relative;
	}
	.doctorArea.odd .messageWrap .heading h3 sup {
		right: 44px;
	}
	.doctorArea.even .messageWrap .heading h3 sup {
		left: 38px;
	}
	.doctorArea .messageWrap .context {
		width: calc(100% - 80px);
		min-height: 418px;
		background: #fff;
		box-shadow: 0 0 24px 0 rgba(0,0,0,0.25);
		position: relative;
	}
	.doctorArea.odd .messageWrap .context {
		justify-content: flex-end;
		margin: -19px 4px 0 76px;
		padding: 82px 123px 48px 0;
	}
	.doctorArea.even .messageWrap .context {
		margin: -19px 76px 0 4px;
		padding: 72px 0 48px 76px;
	}
	#kanno.doctorArea .messageWrap .context:before {
		content: "";
		width: 543px;
		height: 479px;
		background: url(/wp-content/uploads/blueradical-img10.png) no-repeat center bottom;
		background-size: contain;
		position: absolute;
		left: -99px;
		bottom: 0;
		z-index: 110;
	}
	#ito.doctorArea .messageWrap .context:before {
		content: "";
		width: 420px;
		height: 516px;
		background: url(/wp-content/uploads/blueradical-img11.png) no-repeat center bottom;
		background-size: contain;
		position: absolute;
		right: -76px;
		bottom: 0;
		z-index: 110;
	}
	#uehara.doctorArea .messageWrap .context:before {
		content: "";
		width: 450px;
		height: 514px;
		background: url(/wp-content/uploads/blueradical-img12.png) no-repeat center bottom;
		background-size: contain;
		position: absolute;
		left: -80px;
		bottom: 0;
		z-index: 110;
	}
	.doctorArea.odd .messageWrap .context > .elementor-column-wrap {
		max-width: 428px;
	}
	.doctorArea.even .messageWrap .context > .elementor-column-wrap {
		max-width: 500px;
	}
	.doctorSec .biographyWrap table tr:not(:first-child) th,
	.doctorArea .biographyWrap table tr:not(:first-child) td {
		padding-top: 8px;
	}
	.doctorArea .biographyWrap table th {
		width: 170px;
	}
	.doctorArea .biographyWrap table td {
		padding-left: 32px;
	}
}

@media screen and (max-width: 1160px) and (min-width: 1024px) {
	.doctorSec .anchorArea .item .pic .wp-caption-text {
		font-size: 13px;
	}
	.doctorSec .anchorArea .item .pic .wp-caption-text em {
		font-size: 28px;
	}
	.doctorSec .biographyWrap .context .heading {
		font-size: 36px;
	}
	.doctorSec .biographyWrap .context .heading sup {
		font-size: 22px;
	}
	.doctorSec .biographyWrap .context .heading em {
		font-size: 42px;
		top: 1px;
	}
	.doctorSec .biographyWrap .catch-heading,
	.doctorSec .biographyWrap .catch-heading sup {
		font-size: 28px;
	}
	.doctorSec .biographyWrap .catch-heading em {
		font-size: 42px;
	}
}

@media screen and (max-width: 1079px) and (min-width: 1024px) {
	.doctorArea .messageWrap > .elementor-container {
		max-width: 1024px;
	}
	.doctorArea .messageWrap .heading h3 span {
		font-size: 82px;
	}
	.doctorArea .messageWrap .heading h3 sup {
		font-size: 57px;
		bottom: -20px;
	}
	.doctorArea.odd .messageWrap .heading h3 sup {
		right: 37px;
	}
	.doctorArea.odd .messageWrap .context {
		margin-top: -17px;
		padding-right: 63px;
	}
	.doctorArea.even .messageWrap .context {
		padding-left: 56px;
	}
	.doctorArea.even .messageWrap .context > .elementor-column-wrap {
		max-width: 470px;
	}
	.doctorArea .messageWrap .context .tit {
		font-size: 22px;
	}
	.doctorArea .messageWrap .context .txt {
		font-size: 14px;
	}
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
	.doctorSec .anchorArea .item .pic .wp-caption-text {
		font-size: 10px;
		right: 15px;
		bottom: 10px;
	}
	.doctorSec .anchorArea .item:nth-child(2) .pic .wp-caption-text {
		right: -44px;
	}
	.doctorSec .anchorArea .item .pic .wp-caption-text em {
		font-size: 20px;
		margin: 9px 0 8px;
	}
	.doctorSec .anchorArea .item .symbol {
		right: 20px;
	}
	.doctorArea .messageWrap > .elementor-container {
		max-width: 768px;
	}
	.doctorArea.odd .messageWrap .heading h3 {
		right: -4px;
	}
	.doctorArea .messageWrap .heading h3 span {
		font-size: 58px;
	}
	.doctorArea .messageWrap .heading h3 sup {
		font-size: 40px;
		bottom: -14px;
	}
	.doctorArea.odd .messageWrap .heading h3 sup {
		right: 27px;
	}
	.doctorArea.even .messageWrap .heading h3 sup {
		left: 26px;
	}
	.doctorArea .messageWrap .context {
		min-height: 338px;
	}
	.doctorArea.odd .messageWrap .context {
		margin-top: -11px;
		padding: 52px 40px 35px 0;
	}
	.doctorArea.even .messageWrap .context {
		margin-top: -12px;
		padding: 52px 0 35px 40px;
	}
	#kanno.doctorArea .messageWrap .context:before {
		width: 418px;
		height: 370px;
	}
	#ito.doctorArea .messageWrap .context:before {
		width: 330px;
		height: 406px;
	}
	#uehara.doctorArea .messageWrap .context:before {
		width: 346px;
		height: 396px;
	}
	.doctorArea.odd .messageWrap .context > .elementor-column-wrap,
	.doctorArea.even .messageWrap .context > .elementor-column-wrap {
		max-width: 320px;
	}
	.doctorArea .messageWrap .name {
		font-size: 38px;
	}
	.doctorArea .messageWrap .name sup {
		font-size: 22px;
		margin-right: 10px;
		top: -6px;
	}
	.doctorArea .messageWrap .name sub {
		font-size: 16px;
	}
	.doctorSec .biographyWrap .context {
		font-size: 14px;
	}
	.doctorSec .biographyWrap .context .heading {
		font-size: 24px;
	}
	.doctorSec .biographyWrap .context .heading sup {
		font-size: 15px;
		margin-bottom: 16px;
	}
	.doctorSec .biographyWrap .context .heading em {
		font-size: 30px;
		top: 1px;
	}
	.doctorArea .biographyWrap table th,
	.doctorArea .biographyWrap table td {
		font-size: 14px;
		letter-spacing: 0.04em;
	}
	.doctorArea .biographyWrap table th {
		width: 130px;
	}
	.doctorArea .biographyWrap table td {
		padding-left: 12px;
	}
	.doctorArea .biographyWrap .list .elementor-icon-list-item {
		font-size: 14px;
		letter-spacing: 0.04em;
	}
	.doctorSec .biographyWrap .catch-heading,
	.doctorSec .biographyWrap .catch-heading sup {
		font-size: 22px;
	}
	.doctorSec .biographyWrap .catch-heading em {
		font-size: 32px;
		top: 3px;
	}
}

@media screen and (max-width: 767px) {
	.doctorSec {
		background-image: url(/wp-content/uploads/blueradical-bg05_sp.png);
		padding-top: 56px;
	}
	.doctorSec .primaryWrap h2 {
		font-size: 32px;
	}
	.doctorSec .primaryWrap h2 sup {
		font-size: 16px;
		margin-bottom: 24px;
	}
	.doctorSec .anchorArea {
		margin: 10% 0 0;
	}
	.doctorSec .anchorArea .inner:after {
		height: calc(140 / 390 * 100vw);
		background-size: 56px auto;
		top: calc(13 / 390 * 100vw);
	}
	.doctorSec .anchorArea .inner > .elementor-container > .elementor-row {
		display: grid;
		grid-auto-flow: column;
		grid-template-columns: repeat(3, 1fr);
		grid-gap: 8px;
	}
	.doctorSec .anchorArea .item .pic {
		margin-bottom: 8px;
	}
	.doctorSec .anchorArea .item .pic img {
		transform: scale(1.2);
	}
	.doctorSec .anchorArea .item .pic .wp-caption-text {
		font-size: 10px;
		margin-top: 18%;
	}
	.doctorSec .anchorArea .item .pic .wp-caption-text em {
		font-size: 20px;
		margin: 8px 0 7px;
	}
	.doctorSec .anchorArea .item .symbol {
		width: 20px;
		font-size: 10px;
		line-height: 1;
		right: 0;
		top: -2%;
	}
	.doctorSec .anchorArea .item .symbol span {
		margin-top: 1.1em;
	}
	.doctorSec .anchorArea .item .elementor-button {
		min-height: 31px;
		font-size: 12px;
		letter-spacing: -0.08em;
		padding: 8px 12px;
	}
	.doctorSec .anchorArea .item .elementor-button:after {
		width: 8px;
		height: 9px;
		right: 12px;
	}
	.doctorArea {
		margin-top: 0;
		padding-top: 70px;
	}
	.doctorArea .messageWrap > .elementor-container > .elementor-row {
		background: #fff;
		box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.25);
	}
	.doctorArea .messageWrap .context {
		padding: 39px 24px 0;
	}
	.doctorArea .messageWrap .heading {
		max-width: 330px;
		position: absolute;
		top: -34px;
	}
	.doctorArea .messageWrap .heading h3 span {
		font-size: 32px;
		letter-spacing: 0;
		white-space: nowrap;
	}
	.doctorArea .messageWrap .heading h3 sup {
		font-size: 24px;
		text-shadow: 0 0 6px #082CBC, 0 0 6px #082CBC, 0 0 6px #0033FF;
		bottom: -9px;
	}
	.doctorArea .messageWrap .context .tit {
		margin-top: 0 !important;
	}
	#kanno.doctorArea .messageWrap .profile .pic {
		width: 76.4%;
	}
	#ito.doctorArea .messageWrap .profile .pic {
		width: 60.6%;
		margin-left: auto;
	}
	#uehara.doctorArea .messageWrap .profile .pic {
		width: 58.8%;
		margin-left: 8px;
	}
	.doctorArea .messageWrap .name {
		font-size: 28px;
		position: absolute;
		z-index: 100;
	}
	.doctorArea.odd .messageWrap .name {
		right: 24px;
		top: 45px;
	}
	.doctorArea.even .messageWrap .name {
		left: 24px;
		top: 69px;
	}
	.doctorArea .messageWrap .name sup {
		display: block;
		font-size: 14px;
		margin-right: 0;
		margin-bottom: 8px;
		top: 0;
	}
	.doctorArea .messageWrap .name sub {
		font-size: 14px;
	}
	.doctorArea .messageWrap .name sub span {
		margin-left: 30px !important;
	}
	.doctorSec .biographyWrap {
		padding: 40px 0;
	}
	.doctorSec .biographyWrap .context .heading {
		text-align: center;
		margin-bottom: 16px;
	}
	.doctorSec .biographyWrap .context .heading sup {
		line-height: 1.28;
	}
	.doctorSec .biographyWrap .context .heading em {
		display: block;
		font-size: 36px;
		margin-bottom: 16px;
		top: 0;
	}
	.doctorArea .biographyWrap table,
	.doctorArea .biographyWrap table tbody,
	.doctorArea .biographyWrap table tr,
	.doctorArea .biographyWrap table th,
	.doctorArea .biographyWrap table td {
		display: block;
		width: 100%;
	}
	.doctorArea .biographyWrap table tr:not(:first-child) th {
		padding-top: 12px;
	}
	.doctorArea .biographyWrap table td {
		padding-top: 8px;
	}
	.doctorSec .biographyWrap .catch-heading {
		line-height: 1.28;
		margin-left: 0;
	}
	.doctorSec .biographyWrap .catch-heading sup {
		font-size: 20px;
		margin-bottom: 8px;
	}
	.doctorSec .biographyWrap .catch-heading em {
		display: block;
		font-size: 40px;
		margin-bottom: 8px;
		top: 0;
	}
}

@media screen and (max-width: 389px) {
	.doctorSec .anchorArea .item .pic .wp-caption-text {
		font-size: 9px;
		letter-spacing: 0;
	}
	.doctorSec .anchorArea .item .pic .wp-caption-text em {
		font-size: 18px;
	}
	.doctorArea .messageWrap .heading h3 span {
		font-size: 31px;
	}
}

@media screen and (max-width: 374px) {
	.doctorSec .primaryWrap h2 {
		font-size: 28px;
	}
	.doctorSec .primaryWrap h2 sup {
		font-size: 14px;
	}
	.doctorSec .anchorArea .item .pic .wp-caption-text {
		font-size: 8px;
	}
	.doctorSec .anchorArea .item .pic .wp-caption-text em {
		font-size: 16px;
	}
	.doctorSec .anchorArea .item .elementor-button {
		font-size: 11px;
	}
	.doctorArea .messageWrap .heading {
		top: -29px;
	}
	.doctorArea .messageWrap .heading h3 span {
		font-size: 27px;
	}
	.doctorArea .messageWrap .heading h3 sup {
		font-size: 20px;
	}
	.doctorSec .biographyWrap .context .heading {
		font-size: 38px;
	}
	.doctorSec .biographyWrap .context .heading sup {
		font-size: 22px;
	}
	.doctorSec .biographyWrap .context .heading em {
		font-size: 34px;
	}
	.doctorSec .biographyWrap .catch-heading {
		font-size: 28px;
	}
	.doctorSec .biographyWrap .catch-heading sup {
		font-size: 18px;
	}
	.doctorSec .biographyWrap .catch-heading em {
		font-size: 38px;
	}
}


/* =====================================
■FEATURE
===================================== */
.featureSec {
	background: url(/wp-content/uploads/blueradical-bg06.png) no-repeat top center;
	background-size: cover;
	padding: 80px 0 88px;
}
.featureSec > .elementor-container > .elementor-row {
	flex-wrap: wrap;
}
.featureSec .elementor-top-column {
	width: 100%;
}
.featureSec .flowArea {
	margin: 8px 0 80px;
}
.featureSec .flowArea .item {
	margin-top: 40px;
}
.featureSec .flowArea .item > .elementor-container > .elementor-row {
	flex-wrap: wrap;
	background: #fff;
	box-shadow: 0 0 0 10px #6D77BD inset;
	padding: 80px;
	position: relative;
}
.featureSec .flowArea .item > .elementor-column-wrap > .elementor-widget-wrap {
	background: #fff;
	box-shadow: 0 0 0 10px #6D77BD 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/blueradical-num01.png);
}
.featureSec .flowArea .item.fourth > .elementor-container > .elementor-row:before {
	background-image: url(/wp-content/uploads/blueradical-num04.png);
}
.featureSec .flowArea .item.fifth > .elementor-container > .elementor-row:before {
	background-image: url(/wp-content/uploads/blueradical-num05.png);
}
.featureSec .flowArea .item.second > .elementor-column-wrap > .elementor-widget-wrap:before {
	background-image: url(/wp-content/uploads/blueradical-num02.png);
}
.featureSec .flowArea .item.third > .elementor-column-wrap > .elementor-widget-wrap:before {
	background-image: url(/wp-content/uploads/blueradical-num03.png);
}
.featureSec .flowArea .item .txtWrap {
	margin-bottom: 24px;
}
.featureSec .flowArea .item .heading {
	font-family: "Zen Old Mincho", serif;
	font-weight: 500;
	font-style: normal;
	font-size: 32px;
	line-height: 1.28;
	letter-spacing: 0.08em;
	color: #F15DA2;
	text-align: left;
	margin-bottom: 24px;
}
.featureSec .flowArea .item > .elementor-column-wrap .heading {
	padding-left: 64px;
}
.featureSec .flowArea .item .pic {
	padding-top: 64px;
}
.featureSec .flowArea .item .pic figcaption {
	display: inline-block;
	width: 100%;
	max-width: 498px;
	background: #F15DA2;
	font-family: "Zen Old Mincho", serif;
	font-weight: 500;
	font-style: normal;
	border-radius: 16px;
	font-size: 32px;
	line-height: 1;
	letter-spacing: 0.08em;
	padding: 16px 24px;
	color: #fff;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

.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;
	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:first-child h3 {
	color: #FAB100;
	border-bottom: 1px solid #FAB100;
}
.featureSec .guideArea .flowWrap .item:nth-child(2) h3 {
	color: #E99301;
	border-bottom: 1px solid #E99301;
}
.featureSec .guideArea .flowWrap .item:nth-child(3) h3 {
	color: #DB7C02;
	border-bottom: 1px solid #DB7C02;
}
.featureSec .guideArea .flowWrap .item:nth-child(4) h3 {
	color: #CD6501;
	border-bottom: 1px solid #CD6501;
}
.featureSec .guideArea .flowWrap .item:last-child h3 {
	color: #C55701;
	border-bottom: 1px solid #C55701;
}
.featureSec .guideArea .flowWrap .item:first-child h3 sup {
	color: #FAB100;
}
.featureSec .guideArea .flowWrap .item:nth-child(2) h3 sup {
	color: #E99301;
}
.featureSec .guideArea .flowWrap .item:nth-child(3) h3 sup {
	color: #DB7C02;
}
.featureSec .guideArea .flowWrap .item:nth-child(4) h3 sup {
	color: #CD6501;
}
.featureSec .guideArea .flowWrap .item:last-child h3 sup {
	color: #C55701;
}
.featureSec .guideArea .flowWrap .item .elementor-image-box-description {
	letter-spacing: 0;
}
.featureSec .processArea {
	margin-top: 140px;
}
.featureSec .processArea .item:not(:first-child) {
	margin-top: 32px;
}
.featureSec .processArea .item .frame-heading {
	background: #445F9D;
	font-size: 24px;
	line-height: 1;
	letter-spacing: 0;
	color: #fff;
	text-align: center;
	box-shadow: 0 0 16px 0 rgba(0,0,0,0.4);
	padding: 20px;
	position: relative;
}
.featureSec .processArea .item .frame-heading:after {
	content: "";
	border-top: 18px solid #445F9D;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	position: absolute;
	bottom: -18px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
}
.featureSec .processArea .item .details {
	background: #fff;
	box-shadow: 0 0 16px 0 rgba(0,0,0,0.4);
	padding: 20px;
	margin-top: 10px;
}
.featureSec .processArea .list .elementor-icon-list-item {
	line-height: 1.255;
	padding-left: 20px;
	position: relative;
}
.featureSec .processArea .list .elementor-icon-list-item:before {
	content: "";
	width: 4px;
	height: 4px;
	background: #040404;
	border-radius: 50%;
	position: absolute;
	left: 6px;
	top: 50%;
	transform: translateY(-50%);
}
.featureSec .processArea .list .elementor-icon-list-item:not(:first-child) {
	margin-top: 8px;
}

@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%;
	}
	.featureSec .guideArea .picWrap img {
		width: 100%;
	}
	.featureSec .guideArea .flowWrap {
		width: 45.15%;
		padding: calc(87 / 1366 * 100vw) 0 0;
		left: calc(-61 / 1366 * 100vw);
	}
	.featureSec .guideArea .flowWrap .item:not(:first-child) {
		margin-top: calc(106 / 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);
		margin-top: calc(28 / 1366 * 100vw);
	}
	.featureSec .guideArea .flowWrap .item:nth-child(4) {
		margin-top: calc(55 / 1366 * 100vw);
	}
	.featureSec .guideArea .flowWrap .item:nth-child(5) {
		margin-top: calc(29 / 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(9 / 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;
	}
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
	.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 > .elementor-column-wrap .heading {
		padding-left: 10px;
	}
	/* 	.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;
	}
}

@media screen and (max-width: 767px) {
	.featureSec {
		background: url(/wp-content/uploads/blueradical-bg06_sp.png) no-repeat top center;
		background-size: cover;
		padding: 48px 0 64px;
	}
	.featureSec .flowArea {
		margin: 16px 0 48px;
	}
	.featureSec .flowArea .item {
		margin-top: 16px;
	}
	.featureSec .flowArea .item > .elementor-container > .elementor-row,
	.featureSec .flowArea .item > .elementor-column-wrap > .elementor-widget-wrap {
		box-shadow: 0 0 0 4px #6D77BD inset;
		padding: 40px 24px;
	}
	.featureSec .flowArea .item > .elementor-container > .elementor-row:before,
	.featureSec .flowArea .item > .elementor-column-wrap > .elementor-widget-wrap:before {
		width: 70px;
		height: 70px;
	}
	.featureSec .flowArea .item .heading {
		font-size: 24px;
		line-height: 1;
		text-align: center;
		margin-bottom: 16px;
	}
	.featureSec .flowArea .item > .elementor-column-wrap .heading {
		padding-left: 0;
	}
	.featureSec .flowArea .item .pic {
		padding-top: 48px;
	}
	.featureSec .flowArea .item .pic figcaption {
		font-size: 16px;
		padding: 16px;
	}
	.featureSec .guideArea {
		margin: 24px 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 .processArea {
		margin-top: 40px;
	}
	.featureSec .processArea .item:not(:first-child) {
		margin-top: 24px;
	}
	.featureSec .processArea .item .frame-heading {
		font-size: 16px;
	}
}

@media screen and (max-width: 374px) {
	.featureSec .flowArea .item .heading {
		font-size: 26px;
	}
	.featureSec .flowArea .item .pic {
		padding-top: 42px;
	}
	.featureSec .flowArea .item .pic figcaption {
		font-size: 14px;
		padding: 14px;
	}
	.featureSec .guideArea .picWrap {
		padding-right: 20px;
	}
	.featureSec .guideArea .flowWrap {
		padding: 0 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; */
		padding: 0 18px;
	}
	/* 	.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: 1023px) and (min-width: 768px) {
	.optionSec .optionWrap table {
		width: 100%;
		border-spacing: 12px;
	}
	.optionSec .optionWrap table th,
	.optionSec .optionWrap table td {
		height: 70px;
	}
	.optionSec .optionWrap table thead th,
	.optionSec .optionWrap table thead td {
		font-size: 18px;
	}
	.optionSec .optionWrap table th sub,
	.optionSec .optionWrap table td sub {
		font-size: 12px;
	}
	.optionSec .optionWrap table tbody th {
		font-size: 18px;
	}
	.optionSec .optionWrap table tbody td {
		font-size: 26px;
	}
	.optionSec .optionWrap table tbody td .yen {
		font-size: 12px;
	}
}

@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 {
		overflow-x: scroll;
		overflow-y: hidden;
	}
	.optionSec .optionWrap .option-scroll table {
		/* 		width: 705px; */
		width: 605px;
		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;
	}
	.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: 20px;
	}
	.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/blueradical-bg07.jpg) no-repeat 54% center;
	background-size: cover;
	position: relative;
	z-index: 2;
}
.recommended-head:before {
	content: "";
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 1) 100%);
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	pointer-events: none;
}
.recommended-head .inner {
	height: 400px;
}
.recommended-head h2 {
	display: flex;
	column-gap: 4px;
}
.recommended-head h2.em {
	color: #F15DA2;
	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 h2.em span:last-child {
	color: #040404;
}
.recommended-head .sub {
	line-height: 1;
	letter-spacing: 0.024em;
	color: #fff;
	margin-top: 16px;
}
.recommendedSec {
	padding-bottom: 230px;
	margin-top: -2px;
	position: relative;
	z-index: 5;
}
.recommendedSec:before {
	content: "";
	width: 100%;
	height: 100%;
	background: url(/wp-content/uploads/blueradical-bg08.png) no-repeat center top;
	background-size: cover;
	clip-path: polygon(100% 0%, 0% 0%, 0% 90%, 50% 100%, 100% 90%);
	position: absolute;
	left: 0;
	top: 0;
	z-index: -2;
}
.recommendedSec:after {
	content: "";
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 1));
	clip-path: polygon(100% 0%, 0% 0%, 0% 90%, 50% 100%, 100% 90%);
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
	.recommended-head .inner {
		height: 300px;
	}
	.recommended-head h2 span {
		font-size: 32px;
	}
}

@media screen and (max-width: 767px) {
	.recommended-head .inner {
		height: 114px;
	}
	.recommended-head h2 {
		column-gap: 2px;
		row-gap: 2px;
	}
	.recommended-head h2.em {
		margin-bottom: 2px;
	}
	.recommended-head h2 span {
		font-size: 16px;
		padding: 4px;
	}
	.recommended-head .sub {
		font-size: 6px;
		margin-top: 5px;
	}

	.recommendedSec {
		padding-bottom: 64px;
	}
	.recommendedSec:before {
		background-image: url(/wp-content/uploads/blueradical-bg08_sp.png);
	}
	.recommendedSec:before,
	.recommendedSec:after {
		clip-path: polygon(100% 0%, 0% 0%, 0% 94%, 50% 100%, 100% 94%);
	}
}


/* =====================================
■原因療法　ペリミル
===================================== */
.perimiruSec {
	padding: 240px 0 220px;
	margin-top: -160px;
	position: relative;
	z-index: 4;
}
.perimiruSec:before {
	content: "";
	width: 100%;
	height: 100%;
	background: url(/wp-content/uploads/blueradical-bg09.png) repeat-y center top;
	background-size: cover;
	clip-path: polygon(100% 0%, 0% 0%, 0% 93%, 50% 100%, 100% 93%);
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}
.perimiruSec .picWrap {
	padding-left: 10%;
	margin-top: 64px;
}
.perimiruSec .picWrap img {
	width: 100%;
}
.perimiruSec .headingWrap {
	position: relative;
	z-index: 2;
}
.perimiruSec .headingWrap:after {
	content: "";
	width: 400px;
	height: 441px;
	background: url(/wp-content/uploads/blueradical-img19.png) no-repeat center right;
	background-size: cover;
	position: absolute;
	right: 0;
	top: -128px;
}
.perimiruSec .headingWrap h3 {
	display: inline-block;
	font-family: "Zen Old Mincho", serif;
	font-weight: 500;
	font-style: normal;
	font-size: 32px;
	color: #fff;
	padding: 29px 68px 29px 0;
	position: relative;
	z-index: 2;
}
.perimiruSec .headingWrap h3:after {
	content: "";
	width: 100vw;
	height: 100%;
	background: #021C50;
	clip-path: polygon(100% 0%, 0% 0%, 0% 100%, 95% 100%);
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}
.perimiruSec .perimiruWrap {
	margin-top: 40px;
}
.perimiruSec .perimiruWrap > .elementor-container > .elementor-row {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 40px;
}
.perimiruSec .perimiruWrap .item {
	width: calc(100% - 10px);
	padding: 40px;
	margin: 0 0 10px 0;
	position: relative;
	z-index: 2;
}
.perimiruSec .perimiruWrap .item:before {
	content: "";
	width: 100%;
	height: 100%;
	background: #fff;
	box-shadow: 0 0 0 2px #021C50 inset;
	border-radius: 16px;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: -1;
}
.perimiruSec .perimiruWrap .item:after {
	content: "";
	width: 100%;
	height: 100%;
	background: #021C50;
	border-radius: 16px;
	position: absolute;
	right: -10px;
	bottom: -10px;
	z-index: -2;
}
.perimiruSec .perimiruWrap .item .tit {
	font-family: "Zen Old Mincho", serif;
	font-weight: 500;
	font-style: normal;
	font-size: 24px;
	letter-spacing: 0.04em;
	line-height: 1;
	color: #011C50;
	border-bottom: 1px solid #F15DA2;
	padding-bottom: 16px;
	margin-bottom: 16px;
}
.perimiruSec .perimiruWrap .item .tit h4 {
	display: flex;
	align-items: flex-end;
	height: 64px;
	padding-bottom: 9px;
	position: relative;
}
.perimiruSec .perimiruWrap .item .tit h4:after {
	content: "";
	width: 64px;
	height: 64px;
	background-repeat: no-repeat;
	background-position: right top;
	background-size: contain;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.perimiruSec .perimiruWrap .item:first-child .tit h4:after {
	background-image: url(/wp-content/uploads/blueradical-arrow02.png);
}
.perimiruSec .perimiruWrap .item:nth-child(2) .tit h4:after {
	background-image: url(/wp-content/uploads/blueradical-arrow03.png);
}
.perimiruSec .perimiruWrap .item:nth-child(3) .tit h4:after {
	background-image: url(/wp-content/uploads/blueradical-arrow04.png);
}
.perimiruSec .perimiruWrap .item:last-child .tit h4:after {
	background-image: url(/wp-content/uploads/blueradical-arrow05.png);
}
.perimiruSec .perimiruWrap .item .tit h4 sub {
	display: inline-block;
	font-size: 64px;
	letter-spacing: 0;
	color: #011C50;
	margin-right: 8px;
	position: relative;
	top: 10px;
}
.perimiruSec .perimiruWrap .item .txt {
	color: #011C50;
	letter-spacing: 0.04em;
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
	.perimiruSec .headingWrap h3 {
		font-size: 26px;
	}
	.perimiruSec .perimiruWrap > .elementor-container > .elementor-row {
		grid-gap: 30px;
	}
	.perimiruSec .perimiruWrap .item {
		padding: 30px;
	}
	.perimiruSec .perimiruWrap .item .tit {
		font-size: 20px;
	}
	.perimiruSec .perimiruWrap .item .tit h4 sub {
		font-size: 60px;
	}
	.perimiruSec .perimiruWrap .item .tit h4:after {
		width: 44px;
		height: 44px;
	}
}

@media screen and (max-width: 767px) {
	.perimiruSec {
		padding: 84px 0 64px;
		margin-top: -50px;
	}
	.perimiruSec:before {
		background-image: url(/wp-content/uploads/blueradical-bg09_sp.png);
		clip-path: polygon(100% 0%, 0% 0%, 0% 97%, 50% 100%, 100% 97%);
	}
	.perimiruSec .picWrap {
		padding-left: 0;
		margin-top: 24px;
	}
	.perimiruSec .headingWrap:after {
		width: 127px;
		height: 140px;
		top: -38px;
	}
	.perimiruSec .headingWrap h3 {
		font-size: 10px;
		padding: 6px 28px 6px 0;
	}
	.perimiruSec .perimiruWrap {
		margin-top: 24px;
	}
	.perimiruSec .perimiruWrap > .elementor-container > .elementor-row {
		grid-template-columns: repeat(1, 1fr);
		grid-gap: 16px;
	}
	.perimiruSec .perimiruWrap .item {
		width: calc(100% - 6px);
		padding: 40px 23px 40px 25px;
		margin: 0 0 6px 0;
	}
	.perimiruSec .perimiruWrap .item:after {
		right: -6px;
		bottom: -6px;
	}
	.perimiruSec .perimiruWrap .item .tit h4 {
		align-items: center;
		padding-bottom: 0;
		padding-right: 64px;
	}
	.perimiruSec .perimiruWrap .item .tit h4 sub {
		top: 0;
	}
}


/* =====================================
■対症療法　Blue Radical
===================================== */
.symptomaticSec {
	background: url(/wp-content/uploads/blueradical-bg10.png) repeat-y 40% 21%;
	background-size: cover;
	padding: 280px 0 88px;
	margin-top: -200px;
}
.symptomaticSec .headingWrap {
	text-align: right;
	margin: 77px 0 80px;
	overflow: hidden;
}
.symptomaticSec .headingWrap h3 {
	display: inline-block;
	font-family: "Zen Old Mincho", serif;
	font-weight: 500;
	font-style: normal;
	font-size: 32px;
	color: #fff;
	text-align: left;
	padding: 29px 0 29px 107px;
	position: relative;
	z-index: 2;
}
.symptomaticSec .headingWrap h3:after {
	content: "";
	width: 100vw;
	height: 100%;
	background: #F15DA2;
	clip-path: polygon(100% 0%, 0% 0%, 70px 100%, 100% 100%);
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}
.symptomaticArea .beforeWrap {
	width: 100%;
	background: #212132;
	letter-spacing: 0.04em;
	color: #fff;
	padding: 40px;
	overflow: hidden;
	position: relative;
	z-index: 3;
}
.symptomaticArea .beforeWrap:before {
	content: "";
	width: 75.2%;
	height: 219px;
	background: url(/wp-content/uploads/blueradical-bg16.png) no-repeat left top;
	background-size: contain;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	pointer-events: none;
}
.symptomaticArea .beforeWrap:after {
	content: "";
	width: 75.2%;
	height: 219px;
	background: url(/wp-content/uploads/blueradical-bg17.png) no-repeat right bottom;
	background-size: contain;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: -1;
	pointer-events: none;
}
.symptomaticArea .afterWrap {
	width: 100%;
	background: #fff;
	letter-spacing: 0.04em;
	padding: 40px;
	overflow: hidden;
	position: relative;
	z-index: 2;
}
.symptomaticArea .afterWrap:before {
	content: "";
	width: 75.2%;
	height: 219px;
	background: url(/wp-content/uploads/blueradical-bg18.png) no-repeat left top;
	background-size: contain;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	pointer-events: none;
}
.symptomaticArea .afterWrap:after {
	content: "";
	width: 75.2%;
	height: 219px;
	background: url(/wp-content/uploads/blueradical-bg19.png) no-repeat right bottom;
	background-size: contain;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: -1;
	pointer-events: none;
}
.symptomaticArea h4 {
	font-family: "Zen Old Mincho", serif;
	font-weight: 500;
	font-style: normal;
	font-size: 96px;
	letter-spacing: 0.08em;
	line-height: 1;
	text-align: center;
	position: relative;
}
.symptomaticArea .beforeWrap h4 {
	color: rgba(241, 93, 162, .16);
}
.symptomaticArea .afterWrap h4 {
	color: rgba(8, 15, 105, .16);
}
.symptomaticArea h4 sub {
	display: block;
	width: 100%;
	font-size: 32px;
	letter-spacing: 0.08em;
	color: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, calc(-50% + 8px));
	z-index: 2;
}
.symptomaticArea h4 img {
	max-width: 241.5px;
	margin-top: 11px;
}
.symptomaticArea h5 {
	font-family: "Zen Old Mincho", serif;
	font-weight: 500;
	font-style: normal;
	font-size: 24px;
	letter-spacing: 0.08em;
	line-height: 1;
	color: #fff;
	padding: 10px 20px;
}
.symptomaticArea .beforeWrap h5 {
	background: #F15DA2;
}
.symptomaticArea .afterWrap h5 {
	background: #080F69;
}
.symptomaticArea .pic {
	margin: 32px 0 16px;
}
.symptomaticArea .txt {
	letter-spacing: 0.04em;
	margin-top: 16px;
}

@media screen and (min-width: 768px) {
	.symptomaticArea > .elementor-container > .elementor-row {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 40px;
		position: relative;
	}
	.symptomaticArea > .elementor-container > .elementor-row:after {
		content: "";
		width: 49px;
		height: 44.5px;
		background: url(/wp-content/uploads/blueradical-arrow06.png) no-repeat center;
		background-size: contain;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		z-index: 2;
	}
}

@media screen and (max-width: 1079px) and (min-width: 1024px) {
	.symptomaticArea h4 {
		font-size: 80px;
	}
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
	.symptomaticArea .beforeWrap,
	.symptomaticArea .afterWrap {
		padding: 40px 30px;
	}
	.symptomaticSec .headingWrap h3 {
		font-size: 26px;
		padding-left: 88px;
	}
	.symptomaticSec .headingWrap h3:after {
		clip-path: polygon(100% 0%, 0% 0%, 55px 100%, 100% 100%);
	}
	.symptomaticArea h4 {
		font-size: 58px;
	}
	.symptomaticArea h4 sub {
		font-size: 20px;
		transform: translate(-50%, calc(-50% + 4px));
	}
	.symptomaticArea h4 img {
		max-width: 151.5px;
		margin-top: 7px;
	}
	.symptomaticArea h5 {
		font-size: 17px;
	}
}

@media screen and (max-width: 767px) {
	.symptomaticSec {
		background: url(/wp-content/uploads/blueradical-bg10_sp.jpg) repeat-y center top;
		background-size: cover;
		padding: 100px 0 56px;
		margin-top: -60px;
	}
	.symptomaticSec .headingWrap {
		margin: 32px 0 calc(174 / 390 * 100vw);
	}
	.symptomaticSec .headingWrap h3 {
		font-size: 10px;
		padding: 6px 0 6px 30px;
	}
	.symptomaticSec .headingWrap h3:after {
		clip-path: polygon(100% 0%, 0% 0%, 20px 100%, 100% 100%);
	}
	.symptomaticArea > .elementor-container > .elementor-row {
		display: flex;
		row-gap: 24px;
	}
	.symptomaticArea .beforeWrap,
	.symptomaticArea .afterWrap {
		padding: 24px 25px 30px;
		overflow: visible;
	}
	.symptomaticArea .beforeWrap > .elementor-column-wrap {
		position: relative;
	}
	.symptomaticArea .beforeWrap > .elementor-column-wrap:after {
		content: "";
		width: 44px;
		height: 48px;
		background: url(/wp-content/uploads/blueradical-arrow07.png) no-repeat center;
		background-size: contain;
		position: absolute;
		left: 50%;
		bottom: -62px;
		transform: translateX(-50%);
		z-index: 2;
	}
	.symptomaticArea h4 {
		font-size: 60px;
	}
	.symptomaticArea h4 sub {
		font-size: 24px;
		transform: translate(-50%, calc(-50% + 6px));
	}
	.symptomaticArea h4 img {
		max-width: 153px;
		margin-top: 6px;
	}
	.symptomaticArea h5 {
		font-size: 16px;
		padding: 8px 12px;
	}
	.symptomaticArea .pic {
		margin: 24px 0 16px;
	}
	.symptomaticArea .txt {
		font-size: 14px;
	}
}

@media screen and (max-width: 374px) {
	.symptomaticArea h4 {
		font-size: 50px;
	}
}


/* =====================================
■EFFICACY
===================================== */
.efficacySec {
	background: url(/wp-content/uploads/blueradical-bg11.png) no-repeat top center;
	background-size: cover;
	padding: 80px 0 88px;
}
.efficacySec > .elementor-container > .elementor-row {
	flex-wrap: wrap;
}
.efficacySec .elementor-top-column {
	width: 100%;
}
.efficacySec .primary-heading h2 {
	color: #fff;
	background: none;
	-webkit-background-clip: initial;
	-webkit-text-fill-color: initial;
	text-shadow: 0 0 20px #fff, 0 0 6px #fff;
}
.efficacySec .primary-heading h2 sub {
	text-shadow: initial;
}
.efficacySec .efficacyArea {
	margin: 48px 0 80px;
}
.efficacySec .efficacyArea .item > .elementor-container > .elementor-row {
	flex-wrap: wrap;
	background: #fff;
	box-shadow: 0 0 0 10px #B4B5BB inset;
	padding: 80px 40px 40px;
	position: relative;
}
.efficacySec .efficacyArea .item > .elementor-container > .elementor-row:before {
	content: "";
	width: 128px;
	height: 128px;
	background: url(/wp-content/uploads/blueradical-arrow08.png) no-repeat left top;
	background-size: contain;
	position: absolute;
	left: 40px;
	top: 40px;
	z-index: 1;
	pointer-events: none;
	opacity: 0.8;
}
.efficacySec .efficacyArea .item .heading {
	font-family: "Zen Old Mincho", serif;
	font-weight: 500;
	font-style: normal;
	font-size: 32px;
	line-height: 1.28;
	letter-spacing: 0.08em;
	color: #F15DA2;
	text-align: center;
	margin-bottom: 64px;
}
.efficacySec .efficacyArea .item  .frameWrap {
	background: #FEEBF6;
	border-radius: 16px;
	padding: 20px;
	margin: 24px 0 32px;
}
.efficacySec .efficacyArea .item  .frameWrap > .elementor-column-wrap > .elementor-widget-wrap {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 18px;
}
.efficacySec .efficacyArea .item  .frameWrap .txt .elementor-image-box-content {
	display: flex;
	align-items: center;
}
.efficacySec .efficacyArea .item  .frameWrap .txt .elementor-widget-container,
.efficacySec .efficacyArea .item  .frameWrap .txt .elementor-image-box-wrapper,
.efficacySec .efficacyArea .item .frameWrap .txt .elementor-image-box-content {
	height: 100%;
}
.efficacySec .efficacyArea .item .frameWrap .txt .elementor-image-box-title {
	width: 64px;
	height; 100%;
	background: #fff;
	border-radius: 8px;
	font-family: "Zen Old Mincho", serif;
	font-weight: 500;
	font-style: normal;
	font-size: 20px;
	color: #F15DA2;
	letter-spacing: 0.04em;
	text-align: center;
	writing-mode: tb-rl;
	white-space: nowrap;
	line-height: 1;
	padding: 22px;
}
.efficacySec .efficacyArea .item .frameWrap .txt .elementor-image-box-description {
	width: calc(100% - 88px);
	text-align: left;
	padding-left: 24px;
}
.efficacySec .efficacyArea .item h4 {
	font-family: "Zen Old Mincho", serif;
	font-weight: 500;
	font-style: normal;
	font-size: 24px;
	color: #F15DA2;
	margin-bottom: 8px;
}
.efficacySec .efficacyArea .item .efficacy-table th,
.efficacySec .efficacyArea .item .efficacy-table td {
	font-size: 24px;
	line-height: 1;
	letter-spacing: 0.06em;
	text-align: center;
	padding: 20px;
	border: 1px solid #fff;
}
.efficacySec .efficacyArea .item .efficacy-table th {
	background: #021C50;
	color: #fff;
}
.efficacySec .differenceArea {
	margin-top: 48px;
}
.efficacySec .differenceArea .difference-table th,
.efficacySec .differenceArea .difference-table td {
	font-size: 20px;
	letter-spacing: 0;
	line-height: 1.28;
	letter-spacing: 0.04em;
	text-align: center;
}
.efficacySec .differenceArea .difference-table thead th {
	font-size: 32px;
	padding-left: 10px;
	color: #fff;
	padding-bottom: 8px;
}
.efficacySec .differenceArea .difference-table thead th:first-child {
	width: 18.5%;
	font-size: 24px;
	padding-left: 0;
}
.efficacySec .differenceArea .difference-table thead th:nth-child(3) {
	width: 37%;
}
.efficacySec .differenceArea .difference-table thead th img {
	max-width: 260px;
}
.efficacySec .differenceArea .difference-table tbody th {
	font-weight: 500;
}
.efficacySec .differenceArea .difference-table tbody td {
	padding-left: 10px;
}
.efficacySec .differenceArea .difference-table .bg {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	padding: 20px 10px;
}
.efficacySec .differenceArea .difference-table thead th:first-child .bg {
	background: #080F69;
}
.efficacySec .differenceArea .difference-table thead th:not(:first-child) .bg {
	background: #F15DA2;
	font-family: "Zen Old Mincho", serif;
	font-weight: 500;
	font-style: normal;
}
.efficacySec .differenceArea .difference-table tbody th .bg {
	background: rgba(8, 15, 105, .4);
	color: #fff;
}
.efficacySec .differenceArea .difference-table tbody td .bg {
	background: rgba(255, 255, 255, .64);
}
.efficacySec .differenceArea .difference-table tbody td:nth-child(3) .bg {
	background: rgba(255, 255, 255, 1);
}
.efficacySec .differenceArea .difference-table tbody tr:not(:last-child) .bg {
	background-image: linear-gradient(to right, #000 0%, #000 50%, transparent 0%);
	background-size: 4px 1px;
	background-repeat: repeat-x;
	background-position: left bottom;
}
.efficacySec .differenceArea .difference-table tbody tr:not(:last-child) th .bg {
	background-image: linear-gradient(to right, #fff 0%, #fff 50%, transparent 0%);
}

@media screen and (min-width: 768px) {
	.efficacySec .efficacyArea .item .elementor-inner-column {
		width: 50%;
	}
	.efficacySec .efficacyArea .item .elementor-inner-column.w100 {
		width: 100%;
	}
}

@media screen and (max-width: 1365px) {
	.efficacySec .differenceArea .option-scroll {
		overflow-x: scroll;
		overflow-y: hidden;
	}
	.efficacySec .differenceArea .option-scroll table {
		width: 1080px;
		padding-right: 20px;
		margin: 0 auto;
	}
}

@media screen and (max-width: 1160px) and (min-width: 1024px) {
	.efficacySec .efficacyArea .item .efficacy-table th,
	.efficacySec .efficacyArea .item .efficacy-table td {
		font-size: 20px;
	}
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
	.efficacySec .efficacyArea .item .efficacy-table th,
	.efficacySec .efficacyArea .item .efficacy-table td {
		font-size: 16px;
		padding: 15px 10px;
	}
}

@media screen and (max-width: 767px) {
	.efficacySec {
		background: url(/wp-content/uploads/blueradical-bg11_sp.png) no-repeat top center;
		background-size: cover;
		padding: 56px 0 64px;
	}
	.efficacySec .efficacyArea {
		margin: 24px 0 56px;
	}
	.efficacySec .efficacyArea .item > .elementor-container > .elementor-row {
		box-shadow: 0 0 0 4px #B4B5BB inset;
		padding: 32px 24px 40px;
	}
	.efficacySec .efficacyArea .item > .elementor-container > .elementor-row:before {
		width: 64px;
		height: 64px;
		left: 10px;
		top: 10px;
	}
	.efficacySec .efficacyArea .item .frameWrap > .elementor-column-wrap > .elementor-widget-wrap {
		grid-template-columns: repeat(1, 1fr);
	}
	.efficacySec .efficacyArea .item .heading {
		font-size: 24px;
		line-height: 1.28;
		letter-spacing: 0.04em;
		margin-bottom: 24px;
	}
	.efficacySec .efficacyArea .item .frameWrap .txt .elementor-image-box-title {
		width: 40px;
		padding: 10px;
	}
	.efficacySec .efficacyArea .item .frameWrap .txt .elementor-image-box-description {
		width: calc(100% - 50px);
		padding-left: 10px;
		font-size: 14px;
	}
	.efficacySec .efficacyArea .item h4 {
		text-align: center;
	}
	.efficacySec .efficacyArea .item .efficacy-table th,
	.efficacySec .efficacyArea .item .efficacy-table td {
		font-size: 16px;
		padding: 24px 5px;
	}
	.efficacySec .efficacyArea .item .efficacy-table th {
		width: 60%;
	}
}


/* =====================================
■CASE
===================================== */
.caseSec {
	background: url(/wp-content/uploads/blueradical-bg12.jpg) repeat-y top right;
	background-size: cover;
	padding: 64px 0 80px;
}
.caseSec:after {
	content: "";
	width: 95px;
	height: 30px;
	background: #F15DA2;
	clip-path: polygon(100% 0, 50% 100%, 0 0);
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
}
.caseSec > .elementor-container > .elementor-row {
	flex-wrap: wrap;
}
.caseSec .elementor-top-column {
	width: 100%;
}
.caseSec .sliderWrap {
	padding-bottom: 128px;
	margin-bottom: 160px;
}
.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-prev02.png) no-repeat left center;
	background-size: contain;
}
.caseSec .caseSlider .slick-next:before {
	background: url(/wp-content/uploads/icon-next02.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: #B4B5BB;
	border-radius: 50%;
	opacity: 1;
}
.caseSec .caseSlider .slick-dots li.slick-active button:before {
	background: #F15DA2;
	opacity: 1;
}
.caseSec .caseSlider .slick-list {
	padding: 0 10%;
}
.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; */
	font-size: 26px;
	line-height: 1;
	letter-spacing: 0;
	/* 	padding: 6px 0 6px 151px; */
	padding: 6px 0 6px 110px;
	position: relative;
}
.caseSec .caseSlider .caseBox .heading h3 span {
	background: #F15DA2;
	/* 	width: 127px;
	height: 44px;
	font-size: 24px;
	line-height: 44px; */
	width: 100px;
	height: 38px;
	font-size: 18px;
	line-height: 38px;
	color: #fff;
	text-align: center;
	position: absolute;
	left: 0;
	top: 1px;
}
.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: #021C50;
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	padding: 8px 20px;
}
.caseSec .caseSlider .caseBox .textarea table td {
	background: #fff;
	font-size: 15px;
	color: #2D2D2D;
	padding: 8px 20px 16px;
}
.caseSec .caseSlider .caseBox .textarea table tr:last-child td {
	padding-bottom: 0;
}

.caseSec .processWrap {
	margin-top: 48px;
}
.caseSec .processWrap .secondary-heading {
	font-family: "Zen Old Mincho", serif;
	font-weight: 500;
	font-style: normal;
	font-size: 32px;
	line-height: 1;
	letter-spacing: 0.04em;
	color: #080F69;
	border-bottom: 1px solid #000000;
	padding-bottom: 16px;
	margin-bottom: 16px;
}
.caseSec .processWrap .txt {
	letter-spacing: 0.04em;
}
.caseSec .processWrap .phaseList {
	margin-top: 55px;
	counter-reset: num;
}
.caseSec .processWrap .phaseList > .elementor-container > .elementor-row {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 24px;
}
.caseSec .processWrap .phaseList .item {
	width: 100%;
	background: #021C50;
	padding: 40px 24px;
	position: relative;
}
.caseSec .processWrap .phaseList .item:before {
	content: "";
	width: 48px;
	height: 48px;
	background: #B4B5BB;
	clip-path: polygon(100% 0, 0 100%, 0 0);
	position: absolute;
	left: 10px;
	top: 10px;
}
.caseSec .processWrap .phaseList .heading {
	font-family: "Zen Old Mincho", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 24px;
	line-height: 1;
	letter-spacing: 0.04em;
	color: #fff;
	text-align: center;
	margin-bottom: 20px;
	position: relative;
}
.caseSec .processWrap .phaseList .heading:before {
	content: "phase";
	font-family: "Zen Old Mincho", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
	line-height: 1;
	color: #fff;
	position: absolute;
	top: -16px;
	left: 0;
	z-index: 2;
}
.caseSec .processWrap .phaseList .heading:after {
	content: counter(num, decimal-leading-zero);
	counter-increment: num;
	font-family: "Zen Old Mincho", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 32px;
	line-height: 1;
	color: #fff;
	position: absolute;
	top: 0px;
	left: 0;
	z-index: 2;
}
.caseSec .processWrap .phaseList .heading sub {
	display: block;
	font-size: 14px;
	margin-top: 8px;
}
.caseSec .processWrap .phaseList .pic {
	margin-bottom: 20px;
}
.caseSec .processWrap .phaseList .elementor-button {
	min-height: 48px;
	background: #F15DA2;
	border-radius: 50px;
	font-size: 16px;
}

/* @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: 1160px) and (min-width: 1024px) {
	.caseSec .caseSlider .slick-slide > div {
		padding: 16px 15px;
	}
	.caseSec .caseSlider .caseBox {
		padding: 30px;
	}
	.caseSec .caseSlider .caseBox .heading h3 {
		font-size: 24px;
		padding-left: 100px;
	}
	.caseSec .caseSlider .caseBox .heading h3 span {
		width: 90px;
		height: 35px;
		font-size: 16px;
		line-height: 35px;
	}
	.caseSec .caseSlider .caseBox .textarea table th {
		font-size: 16px;
	}
	.caseSec .caseSlider .caseBox .textarea table td {
		font-size: 13px;
	}
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
	.caseSec .caseSlider .slick-list {
		padding: 0 14%;
	}
	/* 	.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;
} */
	.caseSec .processWrap .phaseList > .elementor-container > .elementor-row {
		grid-gap: 16px;
	}
	.caseSec .processWrap .phaseList .item {
		padding: 40px 16px;
	}
	.caseSec .processWrap .phaseList .heading {
		font-size: 20px;
	}
	.caseSec .processWrap .phaseList .heading:before {
		font-size: 12px;
	}
	.caseSec .processWrap .phaseList .heading:after {
		font-size: 28px;
	}
	.caseSec .processWrap .phaseList .heading sub {
		font-size: 10px;
	}
	.caseSec .processWrap .phaseList .elementor-button {
		font-size: 14px;
		letter-spacing: 0;
	}
}

@media screen and (max-width: 767px) {
	.caseSec {
		background: url(/wp-content/uploads/blueradical-bg05_sp.png) repeat-y top right;
		background-size: 100% auto;
		padding: 24px 0 56px;
	}
	.caseSec:after {
		bottom: -15px;
		z-index: 10;
	}
	.caseSec .sliderWrap {
		padding-bottom: 104px;
		margin-bottom: 64px;
	}
	.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 .slick-list {
		padding: 0 30px;
	}
	.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 90px;
	}
	.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;
	}
	.caseSec .processWrap {
		margin-top: 32px;
	}
	.caseSec .processWrap .secondary-heading {
		font-size: 24px;
	}
	.caseSec .processWrap .phaseList {
		margin-top: 32px;
	}
	.caseSec .processWrap .phaseList > .elementor-container > .elementor-row {
		grid-template-columns: repeat(1, 1fr);
	}
}

@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 .slick-list {
		padding: 0 24px;
	}
	.caseSec .caseSlider .caseBox {
		padding: 16px;
	}
	.caseSec .caseSlider .caseBox .heading h3 {
		font-size: 18px;
		padding: 3px 0 2px 75px;
	}
	.caseSec .caseSlider .caseBox .heading h3 span {
		width: 66px;
		font-size: 13px;
	}
}

@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: 15px;
		padding: 3px 0 4px 65px;
	}
	.caseSec .caseSlider .caseBox .heading h3 span {
		width: 56px;
		height: 22px;
		font-size: 12px;
		line-height: 22px;
	}
}


/* =====================================
■PATIENT
===================================== */
.patientSec {
	background: url(/wp-content/uploads/blueradical-bg13.jpg) repeat-y top right;
	background-size: cover;
	padding: 128px 0 110px;
	overflow: hidden;
}
.patientSec > .elementor-container > .elementor-row {
	flex-wrap: wrap;
}
.patientSec .elementor-top-column {
	width: 100%;
}
.patientSec .elementor-top-column:not(:first-child) {
	margin-top: 120px;
}
.patientSec .headingWrap > .elementor-container > .elementor-row {
	position: relative;
}
.patientSec .new .headingWrap > .elementor-container > .elementor-row:after {
	content: "";
	width: 137px;
	height: 172px;
	background: url(/wp-content/uploads/blueradical-img26.png) no-repeat right top;
	background-size: contain;
	position: absolute;
	right: 0;
	top: 26px;
}
.patientSec .new .headingWrap .txt {
	text-align: center;
	margin-top: 24px;
}

.patientSec .existing .headingWrap > .elementor-container > .elementor-row:after {
	content: "";
	width: 195px;
	height: 206px;
	background: url(/wp-content/uploads/blueradical-img27.png) no-repeat right top;
	background-size: contain;
	position: absolute;
	right: 0;
	top: 143px;
}
.patientSec .existing .headingWrap .heading {
	font-family: "Zen Old Mincho", serif;
	font-weight: 500;
	font-style: normal;
	font-size: 32px;
	letter-spacing: 0.04em;
	line-height: 1;
	color: #080F69;
	margin: 48px 0 24px;
}

.patientSec .peferral .headingWrap > .elementor-container > .elementor-row:after {
	content: "";
	width: 180px;
	height: 171px;
	background: url(/wp-content/uploads/blueradical-img28.png) no-repeat right top;
	background-size: contain;
	position: absolute;
	right: 0;
	top: 116px;
}
.patientSec .peferral .headingWrap .txt {
	letter-spacing: 0.04em;
	margin-top: 63px;
}

.patientSec .itemWrap {
	margin-top: 40px;
}
.patientSec .itemWrap > .elementor-container > .elementor-row {
	flex-wrap: wrap;
}
.patientSec .itemWrap .item {
	width: 100%;
	border-bottom: 1px solid #000000;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.patientSec .itemWrap .item:last-child {
	margin-bottom: 0;
}
.patientSec .itemWrap .item-heading {
	font-family: "Zen Old Mincho", serif;
	font-weight: 500;
	font-style: normal;
	font-size: 32px;
	line-height: 1;
	letter-spacing: 0.04em;
	color: #F15DA2;
	margin-bottom: 20px;
}
.patientSec .itemWrap .secondary-heading {
	font-family: "Zen Old Mincho", serif;
	font-weight: 500;
	font-style: normal;
	font-size: 32px;
	line-height: 1;
	letter-spacing: 0.04em;
	color: #080F69;
	border-bottom: 1px solid #000000;
	padding-bottom: 16px;
	margin-bottom: 16px;
}
.patientSec .itemWrap .item .txt {
	letter-spacing: 0.04em;
}
.patientSec .list .elementor-icon-list-item {
	padding-left: 18px;
	text-indent: -18px;
} 
.patientSec .detailsWrap {
	margin-top: 64px;
}
.patientSec .detailsWrap table {
	box-shadow: 0 0 16px 0 rgba(0,0, 0, 0.25);
}
.patientSec .detailsWrap table th,
.patientSec .detailsWrap table td {
	letter-spacing: 0;
	line-height: 1;
}
.patientSec .detailsWrap table thead th {
	font-size: 24px;
	color: #fff;
	text-align: center;
	padding-bottom: 8px;
	padding-left: 8px;
}
.patientSec .detailsWrap table thead th:first-child {
	width: 22%;
	padding-left: 0;
}
.patientSec .detailsWrap table thead th:last-child {
	width: 19.2%;
}
.patientSec .detailsWrap table tbody th {
	font-size: 20px;
	font-weight: 500;
	text-align: center;
}
.patientSec .detailsWrap table tbody td {
	padding-left: 8px;
}
.patientSec .detailsWrap table tbody td:last-child {
	font-size: 24px;
}
.patientSec .detailsWrap table .bg {
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	padding: 20px;
}
.patientSec .detailsWrap table thead th .bg {
	background: #F15DA2;
	justify-content: center;
}
.patientSec .detailsWrap table tbody .bg {
	background: #fff;
}
.patientSec .detailsWrap table tbody th .bg {
	justify-content: center;
	padding: 20px 10px;
}
.patientSec .detailsWrap table tbody tr:not(:last-child) .bg {
	background-image: linear-gradient(to right, #000 0%, #000 50%, transparent 0%);
	background-size: 4px 1px;
	background-repeat: repeat-x;
	background-position: left bottom;
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
	.patientSec .primary-heading h2 {
		font-size: 60px;
	}
	.patientSec .primary-heading h2 sub {
		font-size: 16px;
	}
	.patientSec .itemWrap .item-heading {
		font-size: 28px;
	}

	.patientSec .new .headingWrap > .elementor-container > .elementor-row:after {
		width: 107px;
		height: 142px;
	}
	.patientSec .new .headingWrap .txt {
		font-size: 14px;
	}
	.patientSec .existing .headingWrap > .elementor-container > .elementor-row:after {
		width: 165px;
		height: 176px;
		top: 73px;
	}
	.patientSec .peferral .headingWrap > .elementor-container > .elementor-row:after {
		width: 126px;
		height: 120px;
		top: 64px;
	}
	.patientSec .peferral .headingWrap .txt {
		font-size: 15px;
	}
}

@media screen and (max-width: 767px) {
	.patientSec {
		background: url(/wp-content/uploads/blueradical-bg05_sp.png) repeat-y top right;
		background-size: 100% auto;
		padding: 64px 0;
	}
	.patientSec .elementor-top-column:not(:first-child) {
		margin-top: 64px;
	}
	.patientSec .itemWrap .item-heading {
		font-size: 24px;
		margin-bottom: 20px;
	}
	.patientSec .itemWrap .secondary-heading {
		font-size: 24px;
	}
	.patientSec .new .headingWrap > .elementor-container > .elementor-row:after {
		width: 43px;
		height: 54px;
		top: 6px;
	}
	.patientSec .new .headingWrap .txt {
		text-align: left;
		margin-top: 32px;
	}
	.patientSec .existing .headingWrap .heading {
		font-size: 24px;
		line-height: 1.285;
		margin-top: 40px;
	}
	.patientSec .existing .headingWrap > .elementor-container > .elementor-row:after {
		width: 60px;
		height: 64px;
		top: 48px;
	}
	.patientSec .peferral .primary-heading h2 {
		font-size: 30px;
	}
	.patientSec .peferral .headingWrap > .elementor-container > .elementor-row:after {
		width: 50px;
		height: 48px;
		top: 42px;
	}
	.patientSec .peferral .headingWrap .txt {
		margin-top: 32px;
	}

	.patientSec .detailsWrap {
		margin-top: 40px;
	}
	.patientSec .detailsWrap.elementor-section.elementor-section-boxed > .elementor-container {
		padding-right: 0;
	}
	.patientSec .detailsWrap .details-scroll {
		overflow-x: scroll;
		overflow-y: hidden;
	}
	.patientSec .detailsWrap .details-scroll table {
		width: 605px;
		padding-right: 30px;
		margin: 0 auto;
	}
	.patientSec .detailsWrap table thead th {
		font-size: 20px;
	}
	.patientSec .detailsWrap table thead th:first-child {
		width: 105px;
	}
	.patientSec .detailsWrap table thead th:last-child {
		width: 160px;
	}
	.patientSec .detailsWrap table tbody th {
		font-size: 12px;
	}
	.patientSec .detailsWrap table tbody td {
		font-size: 14px;
	}
	.patientSec .detailsWrap table tbody td:last-child {
		font-size: 16px;
	}
	.patientSec .detailsWrap table .bg {
		padding: 16px;
	}
	.patientSec .detailsWrap table tbody th .bg {
		padding: 16px 4px;
	}

}


/* =====================================
■Q&A
===================================== */
.faqSec {
	background: url(/wp-content/uploads/blueradical-bg14.jpg) no-repeat top right;
	background-size: cover;
	padding: 128px 0 80px;
}
.faqSec > .elementor-container > .elementor-row {
	flex-wrap: wrap;
}
.faqSec .elementor-top-column {
	width: 100%;
}
.faqSec .faqArea {
	margin: 67px 0 64px;
}
.faqSec .faqArea .item {
	background: #FEEBF6;
	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: 70px;
	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.4;
	color: #F15DA2;
	padding: 0 60px 0 30px;
	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: #080F69;
	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 30px;
	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;
}
.attentionArea {
	margin: 48px 0 128px;
}
.attentionArea .secondary-heading {
	font-family: "Zen Old Mincho", serif;
	font-weight: 500;
	font-style: normal;
	font-size: 32px;
	line-height: 1;
	letter-spacing: 0.04em;
	color: #F15DA2;
	border-bottom: 1px solid #000000;
	padding-bottom: 16px;
	margin-bottom: 16px;
}
.attentionArea .item:not(:first-child) {
	margin-top: 40px;
}

@media screen and (max-width: 767px) {	
	.faqSec {
		background: url(/wp-content/uploads/blueradical-bg05_sp.png) repeat-y top right;
		background-size: 100% auto;
		padding: 56px 0 64px;
	}
	.faqSec .faqArea {
		background: #FEEBF6;
		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;
		padding: 10px 24px;
	}
	.faqSec .faqArea .question .elementor-heading-title {
		font-size: 16px;
		line-height: 1.28;
		padding: 0 50px 0 30px;
	}
	.faqSec .faqArea .answer {
		font-size: 16px;
		line-height: 1.28;
		padding: 16px 0 14px 30px;
		margin-left: 0;
	}
	.faqSec .faqArea .answer:before {
		top: 17px;
	}
	.attentionArea {
		margin: 40px 0 64px;
	}
	.attentionArea .item:not(:first-child) {
		margin-top: 32px;
	}
	.attentionArea .secondary-heading {
		font-size: 24px;
	}
}

@media screen and (max-width: 389px) {
	.faqSec .faqArea {
		padding: 15px;
	}
	.faqSec .faqArea .question {
		padding: 10px 15px;
	}
	.faqSec .faqArea .question .elementor-heading-title {
		font-size: 14px;
		padding: 0 40px 0 30px;
	}
	.faqSec .faqArea .question .elementor-heading-title:after {
		width: 26px;
		height: 26px;
	}
	.faqSec .faqArea .question:before {
		width: 14px;
		right: 21px;
	}
	.faqSec .faqArea .question:after {
		height: 14px;
		right: 27px;
	}
	.faqSec .faqArea .answer {
		font-size: 14px;
	}
}


/* =====================================
■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: #021C50;
}
.aboutSec .timetable th,
.aboutSec .timetable td {
	border-bottom: 1px solid #6D77BD;
	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: #6D77BD;
	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: #6D77BD;
	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: #F15DA2;
	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 #F15DA2 inset;
	padding: 40px;
	margin-top: -1px;
}
.operationsSec .txtWrap .txt {
	margin-bottom: 10px;
}
.operationsSec .list .elementor-icon-list-item a {
	color: #F15DA2;
	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%;
	}
}
