
@charset "utf-8";

@media only screen and (max-width:991px) {}
@media only screen and (max-width:767px) {}
@media only screen and (max-width:374px) {}


/*************************************************

 header

*************************************************/
@media only screen and (min-width:768px) {
	#header {
		position: absolute;
		/* top: 195px;
		left: 40px;
		transform: translateY(0); */
	}
	#header .siteTitle {
		color: #fff;
	}
	#menus.whStyle .menuBtns a {
		color: #81B2B2;
		background-color: #fff;
	}
	#menus.whStyle .iconBtn a img {
		opacity: 0;
	}
	#menus.whStyle .iconBtn a:before {
		opacity: 1;
	}
	.whStyle #hamburgerMenu .bdr span,
	.whStyle #hamburgerMenu .bdr:before,
	.whStyle #hamburgerMenu .bdr:after {
		background-color: #fff;
	}
}



/*************************************************

 page commons

*************************************************/

/* bigborderTitle
--------------------------------------*/
.bigborderTitle {
	margin-bottom: 35px;
}
.bigborderTitle span {
	background-image: linear-gradient(90deg, #FAF188, #FAF188);
	background-repeat: no-repeat;
	background-position: bottom left;
	background-size: 0 50%;
	transition: all 0.7s ease-in-out;
	/* background: rgba(0, 0, 0, 0) linear-gradient(transparent 50%, #FAF188 0%) repeat scroll; */
}
.bigborderTitle.inview span {
	background-size: 100% 50%;
}
.bigborderTitle strong {
	display: inline-block;
	font-size: 50px;
	font-weight: 400;
	margin-right: 3px;
}
.bigborderTitle small {
	display: inline-block;
	font-size: 20px;
}
@media only screen and (max-width:767px) {
	.bigborderTitle {
		margin-bottom: 25px;
	}
	.bigborderTitle strong {
		font-size: 34px;
	}
	.bigborderTitle small {
		font-size: 16px;
	}
}




/*************************************************

 topVisuals

*************************************************/


/* mainSlide
--------------------------------------*/
#topVisuals {
	position: relative;
	overflow: hidden;
	width: 100%;
}
#topVisuals .slideItemWrap {
	position: relative;
	height: 100vh;
}
#topVisuals .sd-wrapper {
	pointer-events: none;
}
#topVisuals .slideItemWrap:before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	content: '';
	width: 110%;
	height: 100%;
	background: no-repeat center center / cover;
	transition: left 12s;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	z-index: 1;
}
#topVisuals .mainSlide .inText {
	position: absolute;
	top: 50%;
	left: 50%;
	width: calc(100% - 180px);
	max-width: 1010px;
	color: #fff;
	transform: translate(-50%,-50%);
	z-index: 2;
}
#topVisuals .mainSlide .message {
	overflow: hidden;
	display: flex;
	align-items: center;
	min-height: 4.365em;
	font-size: 66px;
	line-height: 1.455;
}
#topVisuals .mainSlide .message p {
	position: relative;
	left: -1em;
}
#topVisuals .mainSlide .swiper-slide-prev .slideItemWrap:before,
#topVisuals .mainSlide .anime .slideItemWrap:before {
	left: -10%;
}
#topVisuals .slideItem01 .slideItemWrap:before {
	background-image: url(../images/top/mv_01.jpg);
}
#topVisuals .slideItem02 .slideItemWrap:before {
	background-image: url(../images/top/mv_02.jpg);
}
#topVisuals .slideItem03 .slideItemWrap:before {
	background-image: url(../images/top/mv_03.jpg);
}
#topVisuals .slideItem04 .slideItemWrap:before {
	background-image: url(../images/top/mv_04.jpg);
}

#topVisuals .mainSlide .barBox {
	display: flex;
	align-items: center;
	margin-top: 40px;
	font-size: 14px;
}
#topVisuals .mainSlide .barBox .bar {
	position: relative;
	width: 160px;
	margin-right: 15px;
	height: 2px;
	background-color: #fff;
}
#topVisuals .mainSlide .barBox .bar:before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	content: '';
	width: 0;
	height: 100%;
	background-color: #81B2B2;
}
#topVisuals .mainSlide .slick-active .barBox .bar:before {
	animation: progress 4s linear forwards;
}
@keyframes progress {
	from {
		width: 0%;
	}
	to {
		width: 100%;
	}
}

@media only screen and (max-width:767px) {
	#topVisuals .slideItemWrap {
		height: 570px;
	}
	#topVisuals .mainSlide .inText {
		box-sizing: border-box;
		top: auto;
		left: 0;
		bottom: 0;
		width: 100%;
		transform: translate(0,0);
		padding: 0 0 20px;
	}
	#topVisuals .mainSlide .message {
		min-height: 0;
		font-size: 46px;
	}
	#topVisuals .mainSlide .message p {
		left: -0.5em;
	}
	#topVisuals .slideItem01 .slideItemWrap:before {
		background-image: url(../images/top/mv_01_sp.jpg);
	}
	#topVisuals .slideItem02 .slideItemWrap:before {
		background-image: url(../images/top/mv_02_sp.jpg);
	}
	#topVisuals .slideItem03 .slideItemWrap:before {
		background-image: url(../images/top/mv_03_sp.jpg);
	}
	#topVisuals .slideItem04 .slideItemWrap:before {
		background-image: url(../images/top/mv_04_sp.jpg);
	}
	#topVisuals .mainSlide .barBox {
		display: block;
		margin: 20px 0 0 15px;
	}
	#topVisuals .mainSlide .barBox .bar {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
	}
}
@media only screen and (max-width:420px) {
	#topVisuals .mainSlide .message {
		font-size: 10vw;
	}
}


/* news
--------------------------------------*/
#topVisuals .news {
	box-sizing: border-box;
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 100%;
	max-width: 1100px;
	padding: 20px 30px;
	font-size: 14px;
	transform: translateX(-50%);
	background-color: transparent;
	/* background-color: #81B2B2;
	mix-blend-mode: multiply; */
	z-index: 10;
}
#topVisuals .news:before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 200vw;
	height: 100%;
	content: '';
	background-color: rgb(60 105 105 / 70%);
	mix-blend-mode: multiply;
	z-index: 1;
}
/* #topVisuals .news .bg {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 200vw;
	height: 100%;
	content: '';
	background-color: #81B2B2;
	mix-blend-mode: multiply;
} */
#topVisuals .news a {
	position: relative;
	display: flex;
	align-items: flex-start;
	color: #fff;
	text-decoration: none;
	z-index: 3;
	transition: 0.3s;
}
#topVisuals .news a:hover {
	opacity: 0.6;
}
#topVisuals .news .lebels {
	width: 190px;
	display: flex;
}
#topVisuals .news .lebels .ttl {
	margin-right: 16px;
	padding-right: 16px;
	border-right: #fff solid 1px;
}
#topVisuals .news .lebels .ttl.second{
	opacity: 0;
}

#topVisuals .news .txt {
	width: calc(100% - 190px);
}
/* #topVisuals .news .txt .--caution{
	color: red;
} */
@media only screen and (max-width:767px) {
	#topVisuals .news {
		position: static;
		padding: 20px 20px;
		transform: translateX(0);
	}
	/* #topVisuals .news:before {
		display: none;
	} */
	#topVisuals .news a {
		display: block;
		/* color: #000; */
	}
	#topVisuals .news a:not(:first-child) {
		margin-top: 16px;
	}
	#topVisuals .news .lebels {
		width: auto;
		/* color: #81B2B2; */
	}
	#topVisuals .news .lebels .ttl {
		margin-right: 10px;
		padding-right: 10px;
		border-right: #F5F5F5 solid 1px;
	}
	#topVisuals .news .lebels .ttl.second{
		opacity: 1;
	}
	#topVisuals .news .txt {
		width: auto;
		margin-top: 10px;
	}
}



/*************************************************

 childrenFirst

*************************************************/
#childrenFirst {
	position: relative;
	overflow: hidden;
	padding-top: 90px;
}
#childrenFirst .title01 {
	margin-bottom: 50px;
	color: #81B2B2;
	font-size: 60px;
	line-height: 1.3;
}
#childrenFirst .lead {
	line-height: 2.5;
}
#childrenFirst .title02 {
	margin: 70px 0 40px;
	color: #81B2B2;
	font-size: 38px;
	line-height: 1.447;
}
#childrenFirst .title02 * {
	display: block;
}
#childrenFirst .title02 small {
	margin-bottom: 20px;
	font-size: 20px;
}
#childrenFirst .swiper-wrapper {
	transition-timing-function: linear;
}
#childrenFirst .swiper-wrapper * {
	transition-duration: 0s !important;
}
#childrenFirst .item-slide figure {
	width: 388px;
	padding: 5px;
}
#childrenFirst .slide02 {
	margin-top: 10px;
}
@media only screen and (max-width:767px) {
	#childrenFirst {
		padding-top: 50px;
	}
	#childrenFirst .title01 {
		margin-bottom: 25px;
		font-size: 34px;
	}
	#childrenFirst .lead {
		font-size: 14px;
		line-height: 2.1;
	}
	#childrenFirst .title02 {
		margin: 45px 0 20px;
		font-size: 22px;
	}
	#childrenFirst .title02 small {
		margin-bottom: 10px;
		font-size: 10px;
	}
	#childrenFirst .item-slide figure {
		width: 165px;
		padding: 2px;
	}
	#childrenFirst .slide02 {
		margin-top: 4px;
	}
}



/*************************************************

 specialTalk

*************************************************/
#specialTalk {
	padding: 150px 0 130px;
	background-color: #F4F3F2;
}
#specialTalk .btnsWrap {
	max-width: 1400px;
	margin: 75px auto 0;
	padding-right: 30px;
}
#specialTalk [class^="isBtn"] {
	position: relative;
	display: block;
	max-width: 1170px;
	color: #000;
	text-decoration: none;
}
#specialTalk [class^="isBtn"] .photo {
	position: relative;
	width: 67.521%;
	height: 333px;
	background: no-repeat center center / cover;
	z-index: 1;
}
#specialTalk [class^="isBtn"] .photo .label {
	position: absolute;
	top: 0;
	left: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 200px;
	height: 40px;
	font-size: 14px;
	background-color: #F4F3F2;
	border-radius: 30px;
	transform: translate(-50%,-50%);
	z-index: 2;
}
#specialTalk [class^="isBtn"] + [class^="isBtn"] {
	margin-top: 70px;
}
#specialTalk .isBtn01 .photo {
	background-image: url(../images/top/special_talk01.jpg);
}
#specialTalk .isBtn02 .photo {
	background-image: url(../images/top/special_talk02.jpg);
}
#specialTalk [class^="isBtn"] .texts {
	position: absolute;
	top: 50%;
	right: 0;
	width: 445px;
	font-size: 30px;
	transform: translateY(-50%);
	z-index: 2;
}
#specialTalk [class^="isBtn"] .texts .inbtn {
	position: relative;
	display: table;
	margin: 25px 0 0 auto;
	padding-right: 23px;
	color: #000;
	text-decoration: underline;
	transition: color 0.2s;
	font-size: 22px;
}
#specialTalk [class^="isBtn"] .texts .inbtn:before,
#specialTalk [class^="isBtn"] .texts .inbtn:after {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	content: '';
	width: 13px;
	height: 100%;
	background: no-repeat center center / 100% auto;
	transition: opacity 0.2s;
}
#specialTalk [class^="isBtn"] .texts .inbtn:before {
	background-image: url(../images/common/icon_arrow.svg);
}
#specialTalk [class^="isBtn"] .texts .inbtn:after {
	background-image: url(../images/common/icon_arrow_g.svg);
	opacity: 0;
}

@media only screen and (min-width:768px) {
	#specialTalk [class^="isBtn"] .photo {
		transition: opacity 0.3s;
	}
	#specialTalk [class^="isBtn"]:hover .photo {
		opacity: 0.7;
	}
	#specialTalk [class^="isBtn"] .texts .inbtn:hover {
		color: #81B2B2;
	}
	#specialTalk [class^="isBtn"] .texts .inbtn:hover:before {
		opacity: 0;
	}
	#specialTalk [class^="isBtn"] .texts .inbtn:hover:after {
		opacity: 1;
	}
}

@media only screen and (max-width:767px) {
	#specialTalk {
		padding: 100px 0;
	}
	#specialTalk .btnsWrap {
		margin: 50px auto 0;
		padding-right: 0;
	}
	#specialTalk [class^="isBtn"] {
		position: relative;
		display: block;
		max-width: 1170px;
		color: #000;
		text-decoration: none;
	}
	#specialTalk [class^="isBtn"] .photo {
		width: auto;
		height: auto;
		background: none;
	}
	#specialTalk [class^="isBtn"] + [class^="isBtn"] {
		margin-top: 80px;
	}
	#specialTalk [class^="isBtn"] .photo img {
		width: 100%;
	}
	#specialTalk [class^="isBtn"] .texts {
		position: static;
		width: auto;
		padding: 20px 20px 0;
		font-size: 22px;
		transform: translateY(0);
	}
	#specialTalk [class^="isBtn"] .texts .inbtn {
		margin: 15px 0 0;
		font-size: 18px;
	}
}



/*************************************************

 point

*************************************************/
#point {
	padding-top: 150px;
}
#point .list li {
	/* padding: 45px 0; */
	padding: 75px 0;
}
#point .list .photo {
	display: none;
}
#point .list .texts {
	width: 40.196%;
	font-size: 14px;
	line-height: 2;
}
#point .list .texts .ttl {
	margin-bottom: 25px;
	font-size: 30px;
	line-height: 1.5;
}

@media only screen and (min-width:768px) {
	#point .list li {
		opacity: 0.2;
		transition: opacity 0.6s;
	}
	#point .list li.op {
		opacity: 1;
	}
	#point .list li:nth-child(2) {
		/* padding: 100px 0; */
		padding: 120px 0;
	}
}
@media only screen and (max-width:767px) {
	#point {
		padding-top: 120px;
	}
	#point .list {
		margin-top: 60px;
	}
	#point .list li {
		padding: 0;
	}
	#point .list li + li {
		margin-top: 60px;
	}
	#point .list .photo {
		position: relative;
		display: block;
	}
	#point .list .photo .label {
		position: absolute;
		top: 0;
		left: 0;
		font-size: 44px;
		transform: translateY(-50%);
		z-index: 2;
	}
	#point .list .photo img {
		width: 100%;
	}
	#point .list .texts {
		width: auto;
		margin-top: 15px;
		line-height: 1.8;
	}
	#point .list .texts .ttl {
		margin-bottom: 15px;
		font-size: 22px;
	}
}

/* pointFixedImage */
#pointFixedImage {
	position: fixed;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translateY(-50%);
	transition: opacity 0.5s;
	opacity: 0;
	z-index: -1;
}
#pointFixedImage.view {
	opacity: 1;
}
#pointFixedImage .images {
	position: relative;
	width: 53.922%;
	margin-left: auto;
}
#pointFixedImage .images figure {
	position: relative;
	transition: opacity 0.5s;
}
#pointFixedImage .images figcaption {
	position: absolute;
	top: 50%;
	left: -27px;
	font-size: 50px;
	transform: translateY(-50%);
}
#pointFixedImage .images figure:nth-child(2),
#pointFixedImage .images figure:nth-child(3) {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}

#pointFixedImage.photo02 .images figure:nth-child(1),
#pointFixedImage.photo03 .images figure:nth-child(1) {
	opacity: 0;
}

#pointFixedImage.photo01 .images figure:nth-child(2),
#pointFixedImage.photo03 .images figure:nth-child(2) {
	opacity: 0;
}
#pointFixedImage.photo02 .images figure:nth-child(2) {
	opacity: 1;
}

#pointFixedImage.photo01 .images figure:nth-child(3),
#pointFixedImage.photo02 .images figure:nth-child(3) {
	opacity: 0;
}
#pointFixedImage.photo03 .images figure:nth-child(3) {
	opacity: 1;
}

@media only screen and (max-width:767px) {
	#pointFixedImage {
		display: none !important;
	}
}




/*************************************************

 voice

*************************************************/
#voice {
	padding-top: 150px;
}
#voice .lead {
	margin-bottom: 55px;
}
@media only screen and (max-width:767px) {
	#voice {
		padding-top: 100px;
	}
}


/*************************************************

 policy

*************************************************/
#policy {
	position: relative;
	overflow: hidden;
	padding-top: 150px;
}
#policy .lead {
	position: relative;
	max-width: 485px;
	z-index: 2;
}
#policy .block {
	font-size: 12px;
	line-height: 2;
	letter-spacing: 0.05em;
}
#policy .block + .block {
	margin-top: 45px;
	padding-top: 45px;
	background: url(../images/common/border.svg) repeat-x left top;
}
#policy .block .ttl {
	margin-bottom: 10px;
	font-size: 26px;
	line-height: 1.5;
}
@media only screen and (max-width:991px) {
	#policy .block .ttl {
		font-size: 22px;
	}
}
@media only screen and (max-width:767px) {
	#policy {
		padding-top: 120px;
	}
	#policy .block {
		font-size: 14px;
		line-height: 1.7;
	}
	#policy .block + .block {
		margin-top: 30px;
		padding-top: 30px;
	}
}



/* box01 */
#policy .box01 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row-reverse;
}
#policy .box01 .photo {
	width: 58.824%;
}
#policy .box01 .photo figure {
	margin-right: -180px;
}
#policy .box01 .texts {
	width: 38.2%;
}
@media only screen and (min-width:768px) {
	#policy .box01 .block {
		margin: 45px 0;
	}
}
@media only screen and (max-width:767px) {
	#policy .box01 {
		display: block;
		margin-top: 20px;
	}
	#policy .box01 .photo {
		width: auto;
		margin-bottom: 30px;
	}
	#policy .box01 .photo figure {
		margin-right: -85px;
	}
	#policy .box01 .texts {
		width: auto;
	}
}


/* box02 */
#policy .box02 {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	max-width: 815px;
}
#policy .box02 .photo {
	width: 45.399%;
}
#policy .box02 .photo figure {
	margin-left: -240px;
}
#policy .box02 .texts {
	width: 47.853%;
}
@media only screen and (max-width:767px) {
	#policy .box02 {
		display: block;
		max-width: none;
		margin-top: 30px;
	}
	#policy .box02 .photo {
		width: 77.143%;
		margin-bottom: 30px;
	}
	#policy .box02 .photo figure {
		margin-left: -40px;
	}
	#policy .box02 .texts {
		width: auto;
	}
}

/* box03 */
#policy .box03 {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	flex-direction: row-reverse;
}
#policy .box03 .photo {
	width: 15.686%;
}
#policy .box03 .photo figure {
	margin-right: -200px;
}
#policy .box03 .texts {
	width: 79.98%;
}
#policy .box03 .block {
	margin-top: 60px;
	font-size: 14px;
}
@media only screen and (max-width:767px) {
	#policy .box03 {
		display: block;
		margin-top: 30px;
	}
	#policy .box03 .photo {
		width: 61.429%;
		margin: 0 0 30px auto;
	}
	#policy .box03 .photo figure {
		margin-right: -45px;
	}
	#policy .box03 .texts {
		width: auto;
	}
	#policy .box03 .block {
		margin-top: 0;
	}
}


/*************************************************

 map

*************************************************/
#map {
	margin-top: 130px;
	padding: 135px 0 110px;
	background-color: #B0D5D5;
}
#map .title {
	margin-bottom: 30px;
	font-size: 40px;
}
#map .lead {
	line-height: 2.1;
}
@media only screen and (max-width:767px) {
	#map {
		margin-top: 90px;
		padding: 80px 0;
	}
	#map .title {
		margin-bottom: 10px;
		font-size: 22px;
	}
	#map .lead {
		line-height: 1.7;
	}
}




/* mapArea */
#map .mapArea {
	position: relative;
	margin-top: 45px;
}
#map .mapArea .img {
	position: relative;
	width: 52.157%;
	max-width: 532px;
	margin: 0 auto;
	line-height: 0;
	z-index: 2;
}
#map .mapArea .img img {
	width: 100%;
}
#map .mapArea [class^="absBox"] {
	position: absolute;
	width: calc(310 / 1020 * 100%);
	z-index: 2;
}
#map .mapArea [class^="absBox"] .ttl {
	margin-bottom: 2.226%;
	font-size: 30px;
	font-weight: 500;
}
#map .mapArea [class^="absBox"] .btns li {
	position: relative;
	text-align: center;
	height: 0;
	padding-bottom: 18.387%;
	font-weight: 500;
	background-color: #fff;
	border-radius: 5px;
	transition: color 0.3s,background-color 0.3s;
	cursor: pointer;
}
#map .mapArea [class^="absBox"] .btns li + li {
	margin-top: 3.226%;
}
#map .mapArea [class^="absBox"] .btns li span {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 100%;
	transform: translateY(-50%);
}
#map .mapArea [class^="absBox"] .btns li:before,
#map .mapArea [class^="absBox"] .btns li:after {
	position: absolute;
	top: 0;
	left: 6.452%;
	display: block;
	content: '';
	width: 2.581%;
	height: 100%;
	background: no-repeat center center / 100%  auto;
	transition: opacity 0.3s;
}
#map .mapArea [class^="absBox"] .btns li:before {
	background-image: url(../images/common/icon_arrow02.svg);
}
#map .mapArea [class^="absBox"] .btns li:after {
	background-image: url(../images/common/icon_arrow02_w.svg);
	opacity: 0;
}
@media only screen and (min-width:768px) {
	#map .mapArea [class^="absBox"] .btns li:hover {
		color: #fff;
		background-color: #7FAFAF;
	}
	#map .mapArea [class^="absBox"] .btns li:hover:before {
		opacity: 0;
	}
	#map .mapArea [class^="absBox"] .btns li:hover:after {
		opacity: 1;
	}
}
@media only screen and (max-width:1400px) {
	#map .mapArea [class^="absBox"] .ttl {
		font-size: calc(30 / 1400 * 100vw);
	}
	#map .mapArea [class^="absBox"] .btns li {
		font-size: calc(16 / 1400 * 100vw);
	}
}
@media only screen and (max-width:767px) {
	#map .mapArea {
		margin-top: 13.857%;
	}
	#map .mapArea .img {
		width: calc(266 / 350 * 100%);
		max-width: none;
	}
	#map .mapArea [class^="absBox"] {
		width: calc(200 / 350 * 100%);
	}
	#map .mapArea [class^="absBox"] .ttl {
		font-size: calc(28 / 350 * 88vw);
	}
	#map .mapArea [class^="absBox"] .btns li {
		padding-bottom: 19%;
		font-size: calc(13 / 350 * 88vw);
	}
	#map .mapArea [class^="absBox"] .btns li:before,
	#map .mapArea [class^="absBox"] .btns li:after {
		left: 5.452%;
		width: 2.581%;
	}
}



/* absBox01 */
#map .mapArea .absBox01 {
	left: 0;
	top: calc(5 / 486 * 100%);
}
@media only screen and (max-width:767px) {
	#map .mapArea .absBox01 {
		top: calc(30 / 448 * -100%);
	}
}

/* absBox02 */
#map .mapArea .absBox02 {
	left: 0;
	top: calc(310 / 486 * 100%);
}
@media only screen and (max-width:767px) {
	#map .mapArea .absBox02 {
		width: calc(184 / 350 * 100%);
		top: calc(160 / 448 * 100%);
	}
}

/* absBox03 */
#map .mapArea .absBox03 {
	right: 0.6%;
	top: calc(110 / 486 * 100%);
}
@media only screen and (max-width:767px) {
	#map .mapArea .absBox03 .ttl {
		text-align: right;
	}
	#map .mapArea .absBox03 .btns {
		display: flex;
		flex-direction: column;
	}
	#map .mapArea .absBox03 .btns li:nth-child(1) {
		order: -1;
	}
	#map .mapArea .absBox03 .btns li:nth-child(2) {
		order: 1;
	}
	#map .mapArea .absBox03 .btns li:nth-child(3) {
		order: 0;
	}
	#map .mapArea .absBox03 {
		top: auto;
		width: calc(176 / 350 * 100%);
		bottom: calc(15 / 448 * -100%);
	}
}


/* modal
--------------------------------------------------*/
#modalArea {
	overflow: auto;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	background-color: rgba(183,212,212,0.85);
	-webkit-overflow-scrolling: touch;
	z-index: 9999;
}
#modalTable {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	display: table;
	width: 100%;
	height: 100%;
	padding: 60px 3px;
	table-layout: fixed;
}
#modalCell {
	display: table-cell;
	vertical-align: middle;
}
#modalInner {
	position: relative;
	max-width: 618px;
	margin: 0 auto;
}
#modalInner img {
	max-width: 100%;
	height: auto;
}
#modalInner .inVertical img {
	max-width: 60%;
}

#modalSlide {
	padding: 0 17px;
}
#modalSlide .itemInner {
	padding: 60px;
	box-shadow: 0px 5px 16px -6px rgba(0,0,0,0.2);
	background-color: #fff;
	border-radius: 5px;
}
#modalSlide .itemInner figure {
	margin-bottom: 15px;
	line-height: 0;
}
#modalSlide .itemInner .name {
	margin-bottom: 5px;
	font-size: 26px;
	font-weight: 500;
}
#modalSlide .itemInner .txt {
	font-size: 14px;
	letter-spacing: 0;
}
#modalSlide .itemInner .infos {
	margin-top: 20px;
	padding-top: 20px;
	border-top: #EAE8E5 solid 1px;
}
#modalSlide .itemInner .infos dl {
	display: table;
	width: 100%;
	table-layout: fixed;
	letter-spacing: 0;
}
#modalSlide .itemInner .infos dl > * {
	box-sizing: border-box;
	display: table-cell;
}
#modalSlide .itemInner .infos dt {
	position: relative;
	width: 5.5em;
	padding-right: 1em;
}
#modalSlide .itemInner .infos dt:before {
	position: absolute;
	top: 0;
	right: 0.5em;
	display: block;
	content: '：';
}
#modalSlide .slick-arrow {
	position: absolute;
	top: 50%;
	width: 34px;
	height: 34px;
	padding: 0;
	margin: 0;
	border: none;
	box-shadow: none;
	background: no-repeat center center / contain;
	transform: translateY(-50%);
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	text-indent: -9999px;
	z-index: 10;
}
#modalSlide .slick-prev {
	left: 0;
	background-image: url(../images/common/slide_arw01.svg);
}
#modalSlide .slick-next {
	right: 0;
	background-image: url(../images/common/slide_arw02.svg);
}

#modalClose {
	position: absolute;
	top: -32px;
	right: 17px;
	width: 22px;
	height: 22px;
	cursor: pointer;
}
#modalClose:before,
#modalClose:after {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	content: '';
	width: 24px;
	height: 2px;
	margin: -1px 0 0 -12px;
	background-color: #000;
}
#modalClose:before {
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
}
#modalClose:after {
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
}
@media only screen and (max-width:767px) {
	#modalArea {
		-webkit-overflow-scrolling: touch;
	}
	#modalSlide .itemInner {
		padding: 25px;
	}
	#modalSlide .itemInner figure {
		margin-bottom: 15px;
		line-height: 0;
	}
	#modalSlide .itemInner .infos {
		margin-top: 15px;
		padding-top: 15px;
		font-size: 13px;
	}
}



/*************************************************

 schedule

*************************************************/
#schedule {
	padding-top: 150px;
}
#schedule .image {
	margin-bottom: 35px;
	padding-bottom: 35px;
	border-bottom: #EDF2EA solid 1px;
}
#schedule .cap {
	position: relative;
	padding-left: 1.5em;
	font-size: 12px;
}
#schedule .cap:before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	content: '●';
}
@media only screen and (max-width:767px) {
	#schedule {
		padding-top: 100px;
	}
	#schedule .image {
		margin-bottom: 25px;
		padding-bottom: 5px;
	}
	#schedule .spScroll {
		margin: 0 -20px;
	}
	#schedule .spScroll figure {
		overflow: auto;
		width: 100%;
		-webkit-overflow-scrolling: touch;
	}
	#schedule .spScroll img {
		box-sizing: border-box;
		max-width: none;
		width: 243%;
		padding: 0 20px 20px;
	}
	#schedule .cap {
		font-size: 13px;
	}
}


/*************************************************

 recruiting

*************************************************/
#recruiting {
	padding-top: 150px;
}
#recruiting .tabArea .btns {
	display: flex;
	justify-content: space-between;
}
#recruiting .tabArea .btns li {
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	width: calc(100% / 3 - 2px);
	min-height: 70px;
	padding: 10px;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.4;
	text-align: center;
	border-radius: 6px 6px 0 0;
	box-shadow: 0px 5px 16px -6px rgba(0,0,0,0.2);
	transition: background-color 0.2s;
	cursor: pointer;
}
#recruiting .tabArea .btns li * {
	font-weight: 500;
}
#recruiting .tabArea .btns li.on {
	background-color: #B0D5D5;
}
#recruiting .tabArea .btns li.onList01.on {
	background-color: #d3e1c1 !important;
}
#recruiting .tabArea .btns li.onList02.on {
	background-color: #f0debe !important;
}
#recruiting .tabArea .btns li.onList03.on {
	background-color: #efdbe1 !important;
}

#recruiting .tabArea .changes {
	position: relative;
	padding: 20px;
	background-color: #B0D5D5;
	z-index: 2;
}
#recruiting .tabArea .changes .block {
	display: none;
	padding: 50px 20px;
	border-radius: 10px;
	background-color: #fff;
}
#recruiting .tabArea .changes .block:first-child {
	display: block;
}
#recruiting .tabArea .changes .blockInner {
	max-width: 810px;
	margin: 0 auto;
}
#recruiting .tabArea .changes .tablebox {
	display: table;
	width: 100%;
	padding: 20px 0;
	border-bottom: #707070 solid 1px;
	table-layout: fixed;
}
#recruiting .tabArea .changes .tablebox:first-child {
	padding-top: 0;
}
#recruiting .tabArea .changes .tablebox > * {
	box-sizing: border-box;
	display: table-cell;
	line-height: 2;
	letter-spacing: 0;
}
#recruiting .tabArea .changes .tablebox dt {
	width: 175px;
	font-weight: 700;
}
#recruiting .tabArea .changes .tablebox dt span {
	font-weight: 400;
}
#recruiting .tabArea .changes .dots li {
	position: relative;
	padding-left: 1em;
}
#recruiting .tabArea .changes .dots li:before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	content: '・';
}
#recruiting .tabArea .changes .flex01 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#recruiting .downloadBtn a {
	position: relative;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	width: 100%;
	max-width: 370px;
	padding: 10px 30px;
	color: #fff;
	text-decoration: none;
	background-color: #D59F9F;
	border-radius: 30px;
	font-size: 18px;
}
#recruiting .downloadBtn a:before {
	position: absolute;
	top: 0;
	right: 30px;
	display: block;
	content: '';
	width: 17px;
	height: 100%;
	background: url(../images/common/icon-download.svg) no-repeat center center / 100% auto;
}
#recruiting .Btn a {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	max-width: 370px;
	padding: 10px 30px;
	color: #fff;
	text-decoration: none;
	background-color: #D59F9F;
	border-radius: 30px;
	font-size: 18px;
}
@media only screen and (max-width:767px) {
	#recruiting {
		padding-top: 100px;
	}
	#recruiting .tabArea {
		margin: 0 -20px;
	}
	#recruiting .tabArea .btns li {
		min-height: 60px;
		padding: 10px 0;
		font-size: 14px;
	}
	#recruiting .tabArea .changes .block {
		padding: 30px 20px;
	}
	#recruiting .tabArea .changes .tablebox {
		padding: 15px 0;
	}
	#recruiting .tabArea .changes .tablebox dt {
		width: 70px;
	}
	#recruiting .tabArea .changes .flex01 {
		display: block;
	}
	#recruiting .downloadBtn a {
		width: 100%;
		margin: 0 auto;
	}
	#recruiting .Btn a {
		font-size: 15px;
		padding: 10px 15px;
		display: block;
		text-align: center;
	}
}



/*************************************************

 summary

*************************************************/
#summary {
	padding-top: 150px;
}
#summary .tablbox {
	display: table;
	width: 100%;
	table-layout: fixed;
}
#summary .tablbox + .tablbox {
	margin-top: 20px;
}
#summary .tablbox > * {
	display: table-cell;
	line-height: 2;
}
#summary .tablbox dt {
	width: 175px;
	font-size: 18px;
	font-weight: 700;
}
@media only screen and (max-width:767px) {
	#summary {
		padding-top: 100px;
	}
	#summary .tablbox {
		padding: 15px 0;
		border-bottom: #EAE8E5 solid 1px;
	}
	#summary .tablbox:nth-of-type(1) {
		padding-top: 0;
	}
	#summary .tablbox + .tablbox {
		margin-top: 0;
	}
	#summary .tablbox dt {
		width: 105px;
		font-size: 14px;
	}
}