@charset "utf-8";

/* =====================================
■ body
===================================== */
body {
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 1.6;
	color: #4C4C4C;
	background: #F8F8F8;
}
#main .e-con-inner {
	max-width: 100%;
}
header.fixed {
  background: #fff;
  position: fixed;
}
/* =====================================
■ mainView
===================================== */
#main {
	margin-top: 15px;
}
.mainSec {
	width: 98%;
	margin: 0 auto;
	position: relative;
}
.mainBox {
	position: absolute;
	content: "";
	bottom: -50px;
	z-index: 999;
	left: 24px;
}
.mainBox .mainTxtA {
	font-size: 40px;
	color: #4C4C4C;
	margin-bottom: 87px;
}
.mainBox .mainTxtB ul {
	display: flex;
	justify-content: space-between;
	column-gap: 10px;
	flex-wrap: wrap;
	max-width: 592px;
}
.mainBox .mainTxtB ul li {
	width: calc((100% - 10px) / 2);
	box-shadow: 2px 2px 5px rgba(0,0,0,0.1);
}
.mainBox .mainTxtA span {
	background: #fff;
	border-radius: 5px;
	padding: 6px 14px;
	margin-bottom: 15px;
	display: inline-block;
}
.mainBox .mainTxtB ul li:first-child,
.mainBox .mainTxtB ul li:nth-child(2) {
	margin-bottom: 10px;
}
@media screen and (max-width: 1143px) and (min-width: 768px) {
	.mainBox {
		bottom: -80px;
	}
	.mainBox .mainTxtA {
		font-size: 26px;
		margin-bottom: 27px;
		line-height: 1;
	}
}
@media screen and (max-width: 767px) {
	.mainSec {
		width: 100%;
	}
	.mainBox {
		left: 12px;
		bottom: -180px;
		width: 92%;
	}
	.mainBox .mainTxtA {
		font-size: 23px;
	}
	#main {
		margin-top: 5px;
	}
	.mainBox .mainTxtA span {
		padding: 6px 5px;
		line-height: 1.3;
	}
	.mainBox .mainTxtA {
		margin-bottom: 60px;
	}
}
@media screen and (max-width: 385px) {
	.mainBox .mainTxtA {
		font-size: 19px;
	}
	.mainBox {
		bottom: -140px;
	}
	.mainBox .mainTxtA {
		margin-bottom: 40px;
	}
}
/* =====================================
■ TITLE
===================================== */
.titWrap {
	text-align: center;
}
.titWrap h2 {
	width: 100%;
	font-style: normal;
	font-size: 36px;
	letter-spacing: 0.04em;
	line-height: 1.6;
	color: #4D8DCA;
	font-weight: 500;
	text-align: left;
	margin-bottom: 26px;
}
.titWrap h2 sub {
	display: block;
	color: #4C4C4C;
	font-weight: 700;
	font-family: "Ysabeau", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-size: 18px;
	letter-spacing: 0;
	margin-bottom: 19px;
}
.titWrap h3 {
	text-align: left;
	color: #679ED3;
	font-size: 24px;
	font-weight: 500;
	letter-spacing: 0.02em;
	padding: 35px 0;
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
	.titWrap h2 {
		font-size: 27px;
	}
	.featureSec .contentF .btn_box {
		display: block;
	}
	.featureSec .contentF .btn_box .btn:first-child {
		margin-bottom: 10px;
	}
}
@media screen and (max-width: 767px) {
	.titWrap h2 {
		font-size: 27px;
	}
	.titWrap h2 sub {
		font-size: 18px;
	}
	.titWrap h3 {
		padding: 20px 0;
	}
}
@media screen and (max-width: 374px) {
	.titWrap h2 {
		font-size: 20px;
	}
	.titWrap h3 {
		font-size: 20px;
	}
	.drop .titWrap h2 span:before {
		width: 9px;
		height: 9px;
		top: 0;
		right: 0;
	}
}


/* =====================================
■ ボタン
===================================== */
.elementor-button-wrapper {
	line-height: 1;
}
.elementor-button {
	display: inline-block;
	vertical-align: bottom;
	width: 100% !important;
	max-width: 341px;
	background: #989278;
	border-radius: 50px;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 18px;
	letter-spacing: 0.1em;
	line-height: 1;
	color: #fff !important;
	text-align: left;
	padding: 20px 53px 23px 29px;
	box-sizing: border-box;
	position: relative;
	transition: all 0.5s ease;
	z-index: 2;
}
.elementor-button:after {
	content: "";
	width: 100%;
	height: 100%;
	background: linear-gradient(118deg, #FCC42C 0%, #FCAC5C 72%);
	border-radius: 50px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	opacity: 0;
	transition: all 0.5s ease;
}
.elementor-button:hover:after {
	opacity: 1;
	transition: all 0.5s ease;
}
.elementor-button-content-wrapper {
	position: relative;
}
.elementor-button-content-wrapper:before {
	content: "";
	width: 22px;
	height: 22px;
	background: #fff;
	border-radius: 50%;
	position: absolute;
	right: -35px;
	top: 50%;
	transform: translateY(calc(-50% + 2px));
}
.elementor-button-content-wrapper:after {
	content: "";
	border-left: 7px solid #FCAA47;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	position: absolute;
	right: -28px;
	top: 50%;
	transform: translateY(calc(-50% + 2px));
}
/* =====================================
■ NEWS
===================================== */
.newsBox .elementor-container.elementor-column-gap-default {
	max-width: 1245px;
	padding: 0 20px;
	box-sizing: border-box;
}
.newsBox .newsTit {
	width: 30%;
	position: relative;
}
.newsBox .newsNo {
	width: 70%;
}
.newsBox .newsTit:after {
	position: absolute;
	content: "";
	height: 100%;
	width: 1px;
	right: 70px;
	top: 0;
	background: #BCBCBC;
}
.newsNo .elementor-heading-title {
	font-size: 24px;
	color: #679ED3;
}
.newsBox .btn a {
	font-size: 15px;
	padding: 10px 30px 10px 16px;
	width: 181px;
	text-align: left;
}
.newsBox .btn a:before {
	top: 14px;
}
.newsNo dl {
	display: flex;
	justify-content: space-between;
}
.newsNo dl dt {
	width: 17%;
	padding-bottom: 15px;
	color: #4D8DCA;
}
.newsNo dl dd {
	width: 83%;
	position: relative;
}
.newsBox .newsNo .newsTxt {
	position: relative;
	margin-bottom: 75px !important;
}
.newsBox .newsNo .newsTxt:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 1px;
	background: #BCBCBC;
	bottom: -27px;
	left: 0;
}
.newsBox .newsNo .elementor-element-6756e3e.newsTxt:after {
	display: none;
}
.newsBox .newsNo .elementor-element-6756e3e.newsTxt {
	margin-bottom: 0 !important;
}
.newsNo dl dd a {
	display: block;
	position: relative;
}
.newsNo dl dd a:after {
	position: absolute;
	content: "";
	width: 9px;
	height: 9px;
	border-right: 1px solid #679ED3;
	border-bottom: 1px solid #679ED3;
	right: 0;
	top: 0;
	transform: rotate(-45deg);
	animation: colorChange 5s ease-in-out;
}
.newsBox .newsTit .elementor-widget-wrap.elementor-element-populated {
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
}
.newsNo dl dd a:hover {
	text-decoration: underline;
	color: #554E38;
	opacity: 0.8;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
	.newsBox .newsTit {
		width: 32%;
	}
	.newsBox .newsNo {
		width: 68%;
	}
	.newsBox .btn a {
		width: 141px;
	}
	.newsBox .newsTit:after {
		right: 40px;
	}
	.newsNo dl dt {
		width: 22%;
	}
	.newsNo dl dd {
		width: 78%;
	}
}
@media screen and (max-width: 767px) {
	.newsBox .elementor-container.elementor-column-gap-default {
		display: block;
	}
	.newsBox .newsTit {
		width: 100%;
	}
	.newsBox .newsNo {
		width: 100%;
	}
	.newsNo dl {
		display: block;
		margin-bottom: 15px;
	}
	.newsNo dl dt {
		width: 100%;
		padding-bottom: 0;
	}
	.newsNo dl dd {
		width: 100%;
	}
	.newsBox .newsTit:after {
		display: none;
	}
	.newsBox .newsNo .newsTxt:after {
		display: none;
	}
	.newsBox .newsNo .newsTxt {
		margin-bottom: 0px !important;
	}
	.newsBox .newsNo .elementor-element-3548524 {
		position: relative;
		padding-top: 24px;
	}
	.newsBox .newsNo .elementor-element-3548524:before {
		position: absolute;
		content: "";
		top: 0;
		left: 0;
		width: 100%;
		height: 1px;
		background: #ccc;
	}
	.newsBox .newsTit .elementor-widget-wrap.elementor-element-populated {
		margin-bottom: 0;
	}
	.newsBox .newsTit .elementor-element-70b412c {
		margin-bottom: 0;
	}
}
/* =====================================
■ Loopslider
===================================== */
#loopslider {
	margin: 0 auto;
	width: 100%;
	height: 200px;
	text-align: left;
	position: relative;
	overflow: hidden;
}
#loopslider ul {
	overflow: hidden;
}
#loopslider ul li {
	width: 1915px;
	height: 200px;
	float: left;
	overflow: hidden;
	margin-right: 25px !important;
}
#loopslider ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

@media screen and (max-width: 767px) {
	#loopslider {
		height: 161px;
	}
	#loopslider ul li {
		width: 987px;
		height: 161px;
	}
}
/* =====================================
■ 地図
===================================== */
.mapSec {
	position: relative;
	z-index: 2;
}
.map {
	position: relative;
	width: 100%;
	padding-top: 358px;
}
.map iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
	border: none;
}

@media screen and (max-width: 767px) {
	.map {
		padding-top: 198px;
	}
}
/* =====================================
■ guideSec
===================================== */
.guideBox {
	background: url(/wp-content/uploads/medical_bg.png) no-repeat center center;
	background-size: 100% 74px;
	margin-bottom: 116px !important;
	margin-top: 77px;
}
.guideSec {
	max-width: 1310px;
	margin: 0 auto;
	padding: 0 20px;
	box-sizing: border-box;
}
.guideSec .nner {
	background: #fff;
	border-radius: 10px;
	padding: 46px 30px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.guideSec .nner .left {
	width: 45%;
	text-align: center;
}
.guideSec .nner .right {
	width: 55%;
	display: flex;
	justify-content: center;
	position: relative;
}
.guideSec .nner .right:after {
	position: absolute;
	content: "";
	width: 12px;
	height: 4px;
	background: #679ED3;
	right: 0;
	top: 46%;
}
.guideSec .nner .right:before {
	position: absolute;
	content: "";
	height: 100%;
	width: 1px;
	background: #679ED3;
	left: 0;
	top: 0;
}
.guideSec .nner .left .title {
	font-size: 38px;
	line-height: 0.8;
	color: #679ED3;
	letter-spacing: 0.04em;
	position: relative;
}
.guideSec .nner .left .title:after {
	position: absolute;
	content: "";
	height: 4px;
	width: 12px;
	background: #679ED3;
	left: 0;
	top: 27px;
}
.guideSec .nner .right .txt {
	color: #4C4C4C;
	font-size: 18px;
	line-height: 2;
}
@media screen and (max-width: 1082px) and (min-width: 768px) {
	.guideSec .nner .left .title {
		font-size: 27px;
		padding: 0 20px;
	}
	.guideSec .nner .right {
		padding-left: 20px;
	}
}
@media screen and (max-width: 767px) {
	.guideBox {
		margin-top: 170px;
	}
	.guideSec .nner {
		display: block;
		padding: 30px 5px;
	}
	.guideSec .nner .left {
		width: 100%;
	}
	.guideSec .nner .right {
		width: 100%;
	}
	.guideSec .nner .left .title {
		font-size: 24px;
		letter-spacing: 0;
		margin-bottom: 20px;
	}
	.guideSec .nner .right .txt {
		font-size: 16px;
		padding: 0 20px;
	}
	.guideSec .title sub {
		border-bottom: 1px solid #679ED3;
		padding-bottom: 10px;
	}
	.guideSec .nner .right:after,
	.guideSec .nner .right:before {
		display: none;
	}
	.guideSec .nner .left .title:after {
		top: 18px;
		width: 8px;
	}
	.guideSec .nner .left .title:before {
		position: absolute;
		content: "";
		width: 8px;
		height: 4px;
		background: #679ED3;
		right: 0;
		top: 18px;
	}
	.guideBox {
		margin-bottom: 30px !important;
	}
}
/* =====================================
■ conceptSec
===================================== */
.conceptBox {
	position: relative;
	z-index: 1;
	margin-top: 118px;
}
.conceptBox:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 167px;
	background: url(/wp-content/uploads/concept_img04.png) no-repeat;
	background-size: 100% 100%;
	top: 50px;
	left: 0;
}
.conceptBox:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 167px;
	background: url(/wp-content/uploads/concept_img05.png) no-repeat;
	background-size: 100% 100%;
	bottom: 50px;
	left: 0;
	z-index: -1;
}
.conceptSec {
	max-width: 1310px;
	padding: 0 20px;
	margin: 0 auto;
	box-sizing: border-box;
}
.conceptSec .nner {
	display: flex;
	justify-content: space-between;
	position: relative;
}
.conceptSec .nner .left {
	width: 65.5%;
	border-radius: 15px;
	padding: 16px;
	background: #fff;
}
.conceptSec .nner .right {
	width: 46%;
	position: absolute;
	content: "";
	right: 0;
	top: 50px;
	z-index: 1;
}
.conceptSec .nner .left p {
	width: 77%;
	line-height: 2;
	letter-spacing: 0.03em;
}
.conceptSec .nner .left .box {
	padding: 50px;
	position: relative;
	z-index: 1;
}
.conceptSec .nner .left .box:before {
	position: absolute;
	content: "";
	width: 48%;
	height: 96%;
	top: 0;
	left: 0;
	background: url(/wp-content/uploads/concept_img02.png) no-repeat;
	background-size: 100% auto;
	z-index: -1;
}
.conceptSec .nner .left .box:after {
	position: absolute;
	content: "";
	width: 50%;
	height: 96%;
	bottom: 0;
	right: 0;
	background: url(/wp-content/uploads/concept_img03.png) no-repeat center bottom;
	background-size: 100% auto;
}
.conceptSec .nner .left .titWrap {
	width: 77%;
}
.btn a {
	display: inline-block;
	vertical-align: bottom;
	background: #4D8DCA;
	border-radius: 30px;
	font-weight: 500;
	font-style: normal;
	font-size: 18px;
	letter-spacing: 0;
	line-height: 1.2;
	color: #fff !important;
	text-align: center;
	padding: 13px 30px 13px 16px;
	box-sizing: border-box;
	position: relative;
	transition: all 0.5s ease;
	z-index: 2;
}
.btn a:before {
	position: absolute;
	content: "";
	width: 6px;
	height: 10px;
	background: url(/wp-content/uploads/Vector-3.png) no-repeat;
	background-size: cover;
	right: 14px;
	top: 20px;
}
.btn a:hover {
	opacity: 0.8;
}
.conceptSec .nner .cept {
	position: relative;
}
.conceptSec .nner .cept:after {
	position: absolute;
	content: "";
	width: 32px;
	height: 8px;
	background: url(/wp-content/uploads/concept_icon01.png) no-repeat;
	right: 0;
	bottom: -20px;
	z-index: 1;
	background-size: cover;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
	.conceptSec .nner .left .box {
		padding: 30px;
	}
	.conceptSec .nner .left p {
		font-size: 15px;
	}
	.conceptBox:before {
		background-size: 100% 50%;
	}
	.conceptBox:after {
		background-size: 100% 50%;
	}
}
@media screen and (max-width: 767px) and (min-width: 505px) {
	.conceptSec .nner .left .box:before {
		width: 58%;
		background-size: contain;
	}
	.conceptSec .nner .left .box:after {
		width: 60%;
		z-index: -1;
	}
}
@media screen and (max-width: 504px) {
	.conceptSec .nner .left .box:before {
		width: 98%;
	}
	.conceptSec .nner .left .box:after {
		width: 90%;
	}
}
@media screen and (max-width: 767px) {
	.conceptBox {
		margin-top: 0;
	}
	.conceptSec .nner {
		display: block;
	}
	.conceptSec .nner .left {
		width: 100%;
	}
	.conceptSec .nner .right {
		width: 100%;
		position: relative;
		top: 60px;
		z-index: 3;
	}
	.conceptSec .nner .left .box {
		padding: 50px 20px 20px 20px;
	}
	.conceptSec .nner .left .titWrap {
		width: 100%;
	}
	.conceptSec .nner .left p {
		width: 100%;
	}
	.conceptSec .nner .left .box:before {
		width: 98%;
	}
	.conceptSec .nner .left .box:after {
		width: 90%;
		z-index: -1;
	}
	.conceptSec .nner .cept:after {
		top: 10px;
	}
	.conceptBox:before {
		background-size: auto 70%;
		top: 440px;
	}
	.conceptBox:after {
		background-size: auto 70%;
		bottom: 150px;
	}
	.btn a {
		font-size: 16px;
	}
}
/* =====================================
■ featureSec
===================================== */
.featureBox {
	padding-top: 100px;
	position: relative;
	padding-bottom: 45px;
}
.featureBoxbg {
	position: relative;
}
.featureBoxbg:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: url(/wp-content/uploads/frame_bg.png) no-repeat top left;
	z-index: -1;
	background-size: 59%;
	top: -10px;
	background-attachment:scroll;   /* 初始：跟随滚动 */
	transition:background-attachment 0.2s ease;
}
.featureBoxbg.fixed:before {
	background-attachment:fixed;
}
.featureSec {
	max-width: 1310px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 0 20px;
}
.featureSec .tit {
	width: 24.3%;
}
.featureSec .contentF {
	width: 75.5%;
	position: relative;
}
.featureSec .contentF .h3_en {
	color: #4C4C4C;
	font-size: 16px;
	font-weight: 800;
	padding-left: 55px;
	position: relative;
}
.featureSec .contentF .h3_en:before {
	position: absolute;
	content: "";
	width: 32px;
	height: 16px;
	background: url(/wp-content/uploads/frame_icon.png) no-repeat;
	background-size: cover;
	left: 0;
	top: 6px;
}
.featureSec .nner {
	display: flex;
	justify-content: space-between;
}
.featureSec .tit .titWrap {
	margin: 0 auto;
	max-width: 218px;
}
.featureSec .titWrap h2 span {
	position: relative;
	padding-right: 30px;
}
.drop .titWrap h2 span {
	position: relative;
	padding-right: 30px;
}
.drop .titWrap h2 span:before {
	position: absolute;
	content: "";
	width: 12px;
	height: 12px;
	background: #679ED3;
	top: 9px;
	right: 0;
	border-radius: 50%;
}
.featureSec .contentF > div {
	display: flex;
	margin-bottom: 50px;
	position: relative;
}
.featureSec .contentF > div:before {
	position: absolute;
	content: "";
	background: #fff;
	height: 93%;
	width: 100%;
	z-index: -1;
	border-radius: 15px 0 0 15px;
	top: 17px;
	left: 0;
}
.featureSec .contentF > div .left {
	width: 54.7%;
	padding: 0 40px 40px 40px;
}
.featureSec .contentF > div .right {
	width: 45.3%;
}
.featureSec .contentF .btn_box {
	display: flex;
	justify-content: flex-start;
	margin-top: 30px;
}
.featureSec .btn_box .btn a {
	font-size: 16px;
}
.featureSec .contentF .btn_box .btn:first-child {
	margin-right: 30px;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
	.featureSec .contentF > div .left {
		padding: 0 20px 40px 20px;
	}
	.featureBox:before {
		background-size: 65% auto;
	}
}
@media screen and (max-width: 767px) {
	.drop .titWrap h2 span:before {
		right: -13px;
	}
	.featureSec .nner {
		display: block;
	}
	.featureSec .tit {
		width: 100%;
	}
	.featureSec .tit .titWrap {
		margin: 0;
	}
	.featureSec .titWrap h2:before {
		top: 9px;
	}
	.featureSec .contentF > div {
		display: block;
	}

	.featureSec .contentF > div .left {
		width: 100%;
		padding: 0 20px 20px 20px;
	}
	.featureBox {
		padding-top: 30px;
	}
	.featureSec .contentF > div .right {
		width: 100%;
	}
	.featureSec .contentF {
		width: 100%;
	}
	.featureSec .contentF .btn_box {
		display: block;
	}
	.featureSec .contentF > div:before {
		height: 100%;
		top: 12px;
		border-radius: 15px;
	}
	.featureSec .contentF .h3_en {
		margin-bottom: 30px;
		text-align: right;
	}
	.featureSec .contentF .btn_box .btn:first-child {
		margin-right: 0;
		margin-bottom: 20px;
	}
	.featureBox:before {
		background: url(/wp-content/uploads/frame_spbg.png) no-repeat;
		background-size: 100% 20%;
	}
}
/* =====================================
■ menuSec
===================================== */
.menuSec .arrow-btn {
	width: 28px;
	height: 20px;
	background: #4a90d9;
	border: none;
	border-radius: 50px;
	cursor: pointer;
	position: relative;
	margin-left: auto;
	display: block;
}
.menuSec .arrow-btn:before {
	position: absolute;
	content: "";
	width: 7px;
	height: 6px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	transform: rotate(-45deg);
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) rotate(-45deg);
	animation: colorChange 5s ease-in-out; /* 缓动效果 */
}
.menuSec a:hover .arrow-btn {
	background: #fff;
}
.menuSec a:hover .arrow-btn:before {
	border-right: 1px solid #4a90d9;
	border-bottom: 1px solid #4a90d9;
}
.menuSec {
	max-width: 1310px;
	padding: 0 20px;
	margin: 0 auto;
	box-sizing: border-box;
}
.menuSec ul {
	display: flex;
	justify-content: space-between;
	column-gap: 24px;
}
.menuSec ul li {
	background: #fff;
	border-radius: 10px;
	width: calc((100% - 72px) / 4);
	position: relative;
}
.menuSec ul .tit {
	display: flex;
	justify-content: space-between;
}
.menuSec ul li a {
	color: #4C4C4C !important;
	padding: 16px 24px 35px 24px;
	display: block;
}
.menuSec ul li p {
	font-size: 15px;
	margin-top: 15px;
}
.menuBox {
	position: relative;
	padding-bottom: 40px;
}
.menuBox:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 60%;
	bottom: 0;
	left: 0;
	background: #679ED3;
	z-index: -1;
}
.menuSec ul .tit .left {
	background: #F9F9F9;
	border-radius: 50%;
	width: 84px;
	height: 84px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.menuSec ul .tit .right {
	width: 60%;
	color: #679ED3;
	font-size: 24px;
	letter-spacing: 0.04em;
	text-align: center;
}
.menuSec ul .tit .right sub {
	color: #4C4C4C;
	font-size: 12px;
	font-family: "Ysabeau", sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0;
	line-height: 1;
	display: block;
}
.menuSec ul .tit .left img {
	display: block;
	width: 60%;
	height: 60%;
}
.menu_btn {
	position: absolute;
	content: "";
	bottom: 16px;
	right: 24px;
}
.menuSec .contentM {
	margin-top: 60px;
}
.menuSec ul li:hover {
	background: #4D8DCA;
}
.menuSec ul li:hover a {
	color: #fff !important;
}
.menuSec ul li:hover .tit .left {
	background: #fff;
}
.menuSec ul li:hover .tit .right {
	color: #fff;
}
.menuSec ul li:hover .tit .right sub {
	color: #fff;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
	.menuSec ul {
		flex-flow: wrap;
	}
	.menuSec ul li {
		width: calc((100% - 24px) / 2);
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 767px) {
	.menuSec ul {
		display: block;
	}
	.menuSec ul li {
		width: 100%;
		margin-bottom: 20px;
	}
	.menuSec ul .tit .right {
		text-align: right;
	}
	.menuBox:after {
		height: 80%;
	}
}
/* =====================================
■ staffSec
===================================== */
.staffBox {
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
}
.staffBox .e-con-inner {
	padding-top: 0;
}
.staffSec .contentS ul {
	max-width: 1278px;
	padding: 0 20px;
	box-sizing: border-box;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.staffSec .contentS {
	margin-top: -190px;
	position: relative;
}
.staffSec .contentS:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 167px;
	background: url(/wp-content/uploads/staff_bg10.png) no-repeat;
	background-size: 100% 100%;
	z-index: -1;
	bottom: 200px;
	left: 0;
}
.staffSec .contentS ul li:first-child {
	width: 54%;
	background: #fff;
	border-radius: 15px;
	padding: 48px 63px 42px 63px;
}
.staffSec .contentS ul li:last-child {
	width: 46%;
	padding-left: 54px;
}
.staffSec .contentS ul li:first-child .txt {
	line-height: 2;
	letter-spacing: 0.04em;
}
.staffSec .contentS ul li:first-child p span {
	font-size: 18px;
	color: #4C4C4C;
	position: relative;
	padding-right: 25px;
}
.staffSec .contentS ul li:first-child p span:after {
	position: absolute;
	content: "";
	width: 16px;
	height: 4px;
	background: url(/wp-content/uploads/staff_icon01.png) no-repeat;
	background-size: cover;
	right: 0;
	top: 11px;
}
.staffSec .contentS ul li:first-child p:first-child {
	margin-bottom: 12px;
}
.staffSec .contentS ul li:first-child .txt {
	margin-bottom: 31px;
}
.staffSec .contentS ul li:last-child p {
	margin-top: 10px;
	text-align: right;
	padding-right: 30px;
}
.staffSec .contentS ul li:last-child p span {
	background: #679ED3;
	color: #fff;
	border-radius: 5px;
	padding: 0 5px;
	margin-right: 16px;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
	.staffSec .contentS ul li:first-child {
		padding: 48px 40px 42px 40px;
	}
	.timetableA tbody th {
		padding-left: 0;
		word-break: break-all;
		white-space: pre-wrap;
		text-align: center;
		font-size: 12px;
		letter-spacing: 0;
	}
	.timetableA tbody td {
  font-size: 13px;
}
}
@media screen and (max-width: 767px) {
	.staffSec .contentS ul {
		display: block;
	}
	.staffSec .contentS ul li:first-child {
		width: 100%;
		padding: 48px 30px;
	}
	.staffSec .contentS ul li:last-child {
		width: 100%;
		padding-left: 0;
		margin-top: 30px;
	}
	.staffSec .contentS:before {
		bottom: auto;
		top: 230px;
		background-size: auto 70%;
	}
	.staffSec .contentS {
		margin-top: -90px;
	}
	.staffSec img {
		height: auto;
		display: none;
	}
	.staffSec .staff_img {
		height: 320px;
		background: url(/wp-content/uploads/staff_spbg.jpg) no-repeat;
		background-size: cover;
	}
	.staffSec .contentS ul li:last-child img {
		display: block;
	}
}
/* =====================================
■ accessSec
===================================== */
.accessBox {
	margin-top: 120px;
	margin-bottom: 32px;
}
.accessSec {
	max-width: 1358px;
	margin: 0 auto;
	padding: 0 20px;
	box-sizing: border-box;
}
.accessSec .nner {
	background: #fff;
	border-radius: 20px;
	padding: 46px 56px 46px 56px;
	position: relative;
}
.accessSec .nner ul {
	display: flex;
	justify-content: space-between;
	margin-bottom: 71px;
}
.accessSec .nner ul > li:first-child {
	width: 56%;
}
.accessSec .nner ul > li:last-child {
	width: 44%;
	padding-left: 64px;
}
.accessSec .nner ul > li ol li {
	padding-left: 50px;
	position: relative;
	padding-bottom: 20px;
}
.accessSec .nner ul > li ol li:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 32px;
	height: 32px;
	background: url(/wp-content/uploads/access_img01.png) no-repeat;
	background-size: cover;
}
.accessSec .nner ul > li ol li:nth-child(2):before {
	background: url(/wp-content/uploads/access_img02.png) no-repeat;
	background-size: cover;
}
.accessSec .nner ul > li ol li:nth-child(3):before {
	background: url(/wp-content/uploads/access_img03.png) no-repeat;
	background-size: cover;
}
.accessSec .nner ul > li ol li:nth-child(4):before {
	background: url(/wp-content/uploads/access_img04.png) no-repeat;
	background-size: cover;
}
.accessSec .nner ul > li ol li:nth-child(5):before {
	background: url(/wp-content/uploads/access_img05.png) no-repeat;
	background-size: cover;
}
.accessSec .nner ul > li:first-child p {
	padding-top: 15px;
}
.accessSec .map iframe {
	border-radius: 20px;
}
.accessSec .nner:before {
	position: absolute;
	content: "";
	left: 60px;
	top: -8px;
	width: 32px;
	height: 16px;
	background: url(/wp-content/uploads/frame_icon.png) no-repeat;
	background-size: cover;
}
@media screen and (max-width: 767px) {
	.accessSec .nner {
		padding: 20px;
	}
	.accessSec .nner ul {
		display: block;
		margin-bottom: 30px;
	}
	.accessSec .nner ul > li:first-child {
		width: 100%;
	}
	.accessSec .nner ul > li:last-child {
		width: 100%;
		padding-left: 0;
		margin-top: 20px;
	}
	.accessSec .nner:before {
		left: 30px;
	}
}