@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(https://fonts.googleapis.com/css?family=Lato);

/* ----------------------------------------------------------------------------------------------------
*  基本情報
* --------------------------------------------------------------------------------------------------*/

html,body{ height:100%; }
html{
	font-size:62.5%;
    overflow-x: hidden;
    overflow-y: scroll;
}

body, h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, th, td, img, form {
	margin: 0;
	padding: 0;
	border: none;
	line-height: 100%;
	list-style-type: none;
	font-style: normal;
	font-weight: normal;
	font-family: "Noto Sans Japanese","メイリオ",Meiryo,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",'Lato',Arial,Verdana,sans-serif;
	text-align: left;
	color: #000;
/*	font-size: 1.6rem;*/
}

body {
	font-size: 1.6rem;
}

body a {
	text-decoration:none;
	color: #000;
	transition: all 0.3s ease-out;
}

img{
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
}

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

/* ------------------------------
    共通
------------------------------ */

.fade:hover {
	opacity: 0.7;
}
.fade {
	transition: opacity 0.3s ease-out;
}
.wrap {
	max-width: 1180px;
	width: 100%;
	margin: 0 auto;
	padding: 0 10px;
}
.min {
	font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.en {
	font-family: 'Lato',Arial,Verdana,sans-serif;
}

/*btn*/

.green-btn {
	display: block;
	width: 450px;
	height: 60px;
	line-height: 60px;
	position: relative;
	box-shadow: 2px 2px 0 rgba(0,0,0,0.2);
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	background: #00ada0;
	margin: 0 auto;
}
.green-btn::before{
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	background: url(../img/common/arrow1.png) no-repeat center center;
	background-size: contain;
	top: 50%;
	right: 17px;
	margin-top: -10px;
}
.green-btn.back::before{
	right: auto;
	left: 17px;
	margin-top: -10px;
	transform: rotate(180deg);
}
.green-btn:hover {
	color: #00ada0;
	background: #fff;
}
.green-btn:hover::before{
	background: url(../img/common/arrow2.png) no-repeat center center;
	background-size: contain;
}

.white-btn {
	display: block;
	width: 450px;
	height: 60px;
	line-height: 60px;
	position: relative;
	box-shadow: 2px 2px 0 rgba(0,0,0,0.2);
	color: #00ada0;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	background: #fff;
	margin: 0 auto;
}
.white-btn::before{
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	background: url(../img/common/arrow2.png) no-repeat center center;
	background-size: contain;
	top: 50%;
	right: 17px;
	margin-top: -10px;
}
.white-btn:hover {
	color: #fff;
	background: #00ada0;
}
.white-btn:hover::before{
	background: url(../img/common/arrow1.png) no-repeat center center;
	background-size: contain;
}

img.arrow {
	vertical-align: text-bottom;
	margin-left: 12px;
	width: 20px;
}


/* ------------------------------
    header
------------------------------ */

header {
	position: absolute;
	width: 100%;
	z-index: 9999;
}
header .wrap {
	width: 100%;
	max-width: 1180px;
	margin: 0 auto;
	position: relative;
	padding: 0;
}
header .wrap .menu {
	text-align: right;
	margin: 16px 0 20px;
}
header .menu a {
	color: #fff;
	font-weight: bold;
}
header .wrap .box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #fff;
}
header .logo {
	width: 25.1%;
	max-width: 292px;
	margin: 20px 0 20px 24px;
}


/* ------------------------------
    gnav
------------------------------ */

header .gnav{
}
header .gnav_list {
	font-size: 0;
}
header .gnav_list > li {
	display: inline-block;
	height: 91px;
}
header .gnav_list > li > a {
	display: block;
	width: 100%;
	height: 91px;
	line-height: 91px;
	font-size: 1.6vw;
	font-weight: bold;
	padding: 0 2vw;
}
header .gnav_list > li > a.accordion::after {
	content: '';
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 0 0 3px 10px;
	border-bottom: 2px solid #000;
	border-right: 2px solid #000;
	transform: rotate(45deg);
}
header .gnav_list > li.active > a,
header .gnav_list > li > a:hover {
	background: #00ada0;
	color: #fff;
}
header .gnav_list > li.active > a.accordion::after,
header .gnav_list > li > a.accordion:hover::after {
	border-color: #fff;
}

header .gnav_sublist {
	display: none;
	position: absolute;
	left: 0;
	width: 100%;
	background: #EEF9F8;
	padding: 40px 5.1% 10px;
	font-size: 1.6rem;
	letter-spacing: -0.5em;
}
header .gnav_sublist li {
	width: 23.5%;
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
	margin: 0 2% 30px 0;
}
header .gnav_sublist li:nth-child(4n) {
	margin-right: 0;
}
header .gnav_sublist li span {
	display: block;
	margin-top: 8px;
	font-weight: bold;
}
@media screen and (min-width: 1010px) {
	header .gnav_list > li > a {
		font-size: 1.6rem;
		padding: 0 22px;
	}
}

/* ------------------------------
    main
------------------------------ */

main{
	display: block;
}

.no-mv.interview main {
	padding-top: 91px;
}

@media screen and (max-width: 768px) {
	.no-mv.interview main {
		padding-top: 70px;
	}
}


/* ------------------------------
    breadcrumb
------------------------------ */

.breadcrumb {
	display: flex;
	margin-top: 12px;
}
.breadcrumb li {
	font-size: 1.3rem;
	position: relative;
}
.breadcrumb li + li {
	margin-left: 36px;
}
.breadcrumb li + li::before {
	position: absolute;
	content: ">";
	left: -20px;
}
.breadcrumb li a {
	color: #00ada0;
	padding-bottom: 2px;
	border-bottom: #00ada0 1px solid;
}


/* ------------------------------
    pager
------------------------------ */

.pager {
	font-size: 0;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 55px;
}
.pager li {
	display: inline-block;
	font-size: 1.6rem;
}
.pager li:not(.prev):not(.next) {
	width: 41px;
	text-align: center;
	font-weight: 500;
	border: #000 3px solid;
}
.pager li:not(.prev):not(.next) + li:not(.prev):not(.next) {
	margin-left: 9px;
}
.pager li.current {
	background: #000;
}
.pager li.current a {
	color: #fff;
}
.pager li:not(.prev):not(.next) a {
	display: block;
	padding: 11px 0;
}
.pager li:not(.prev):not(.next) a:hover {
	background: #000;
	color: #fff;
}
.pager li.prev {
	font-weight: bold;
	margin-right: 20px;
}
.pager li.next {
	font-weight: bold;
	margin-left: 20px;
}


/* ------------------------------
    pagetop
------------------------------ */
#pagetop {
	display: none;
	position: fixed;
	right: 20px;
	bottom: 13px;
	z-index: 1000;
}
#pagetop a {
	display: block;
	width: 55px;
	border-radius: 50%;
	text-align: center;
	padding: 17px 13px;
	background: #fff;
	border: 3px solid #0CAEA1;
	position: relative;
	text-indent: -999em;
	overflow: hidden;
	transition: all 0.3s;
}
#pagetop a::after {
	content: '';
	display: block;
	position: absolute;
	top: 20px;
	right: 0;
	left: 0;
	margin: auto;
	width: 20px;
	height: 20px;
	border: 4px solid;
	border-color: #0CAEA1 #0CAEA1 transparent transparent;
	transform: rotate(-45deg);
}
#pagetop a:hover {
	background: #0CAEA1;
}
#pagetop a:hover::after {
	border-color: #fff #fff transparent transparent;
}

/* ------------------------------
    footer
------------------------------ */

footer {
}
footer .top {
	background: #00ada0;
}
footer .top .wrap {
	display: flex;
}
footer .top .left {
	width: 100%;
	max-width: 420px;
	border-right: #80d6d0 1px solid;
	padding-bottom: 20px;
}
footer .top .logo {
	width: 100%;
	max-width: 296px;
	margin-top: 20px;
}
footer .top .ttl {
	font-weight: bold;
	margin-top: 24px;
	color: #fff;
}
footer .top .address {
	margin-top: 8px;
	color: #fff;
	line-height: 1.5;
}
footer .center {
	width: 439px;
	padding: 30px 24px 37px;
}
footer .center .txt {
	color: #fff;
	font-size: 1.3rem;
}
footer .center .tel {
	max-width: 313px;
	margin-top: 15px;
}
footer .center .time {
	max-width: 313px;
	background: #fff;
	text-align: center;
	color: #00ada0;
	padding: 7px 0;
	font-weight: bold;
	margin-top: 15px;
}
footer .center .time span {
	margin-right: 15px;
}
footer .right {
	width: 100%;
	max-width: 300px;
	padding: 26px 0 30px;
}
footer .right a {
	display: block;
	width: 100%;
	padding: 16px 0;
	text-align: center;
	font-weight: bold;
	border: #fff 2px solid;
	color: #fff;
}
footer .right a:hover {
	color: #00ada0;
	background: #fff;
}
footer .right a + a {
	margin-top: 16px;
}
footer .under{
	background: #33bdb3;
	padding: 20px 0 30px;
}
footer .under .wrap {
	display: flex;
	justify-content: space-between;
}
footer .under nav{
	width: 630px;
	display: flex;
	justify-content: space-between;
}
footer .under nav ul {
}
footer .under nav ul li a {
	font-size: 1.3rem;
	font-weight: bold;
	color: #fff;
}
footer .under nav ul li.sub a {
	font-size: 1.2rem;
	font-weight: 500;
}
footer .under nav ul li a:hover {
	text-decoration: underline;
}
footer .under nav ul li + li {
	margin-top: 14px;
}
footer .under .banner dt{
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	color: #fff;
	margin-bottom: 10px;
}
footer .under .banner dd{
	letter-spacing: -0.5em;
	text-align: center;
}
footer .under .banner dd p{
	display: inline-block;
	letter-spacing: normal;
	vertical-align: middle;
	margin: 0 5px 5px;
}
footer .under .copy{
	font-size: 1.2rem;
	text-align: right;
	color: #fff;
	margin-top: 5px;
}

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



}

@media screen and (min-width: 769px) {

	.sp {
		display: none!important;
	}

}


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

	.pc {
		display: none!important;
	}

	body{
		min-width: inherit;
	}
	body.fixed {
		position: fixed;
		width: 100%;
		height: 100%;
	}
	.wrap {
		padding: 0;
	}


	/*btn*/

	.green-btn {
		width: 89.5%;
		font-size: 1.4rem;
		height: auto;
		line-height: 1;
		padding: 20px 0;
	}
	.white-btn {
		width: 89.5%;
		font-size: 1.4rem;
		height: auto;
		line-height: 1;
		padding: 20px 0;
	}

	img.arrow {
		vertical-align: text-bottom;
		margin-left: 12px;
		width: 20px;
	}


	/* ------------------------------
	    header
	------------------------------ */

	header {
		background: #fff;
		position: fixed !important;
	}
	header .wrap {
		width: 100%;
		padding: 0 0 0 3%;
	}
	header .wrap .box {
		height: 70px;
	}
	header .logo {
		width: 53% !important;
		max-width: 230px;
		margin: 0;
	}
	header .logo a {
		width: 100%;
		max-width: 100%;
	}



	header .right {
		width: auto;
		margin-left: 0;
		display: flex;
		justify-content: flex-end;
	}
	header .right .contact {
		max-width: 100%;
		width: auto;
		margin-left: 0;
		background: #4ca99f;
	}
	header .right .contact a {
		width: 70px;
		height: 70px;
		border: none;
		display: table;
	}
	header .right .contact .btnTxt {
		text-align: center;
		line-height: 1;
		font-size: 0.9rem;
		color: #fff;
		font-weight: bold;
		margin-left: 0;
		display: table-cell;
		vertical-align: bottom;
		padding: 0 0 13px 0;
		position: relative;
	}
	header .right .contact img {
		display: block;
		margin: auto;
		width: 30px;
		position: absolute;
		top: 40%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		-webkit-transform: translateY(-50%) translateX(-50%);
	}
	header .right .toggle, .headerUnder .toggle {
		width: 70px;
		height: 70px;
		display: table;
		background: #000;
	}
	.headerUnder .toggle {
		background: #4ca99f;
	}
	header .right .toggle .btnTxt, .headerUnder .toggle .btnTxt {
		text-align: center;
		font-size: 0.9rem;
		line-height: 1;
		color: #fff;
		font-weight: bold;
		position: relative;
		display: table-cell;
		vertical-align: bottom;
		padding: 0 0 13px 0;
	}
	header .right .toggle img, .headerUnder .toggle img{
		display: block;
		margin: auto;
		width: 30px;
		position: absolute;
		top: 40%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		-webkit-transform: translateY(-50%) translateX(-50%);
	}

	/*headerUnder*/

	.headerUnder{
		display: none;
		position: fixed;
		z-index: 9999;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		overflow: hidden;
		background: #4ca99f;
	}
	.headerUnder .wrap {
		height: 100%;
		position: relative;
		padding: 50px 0 34px;
		overflow: auto;
		-webkit-overflow-scrolling: touch;
		width: 100%;
	}
	.headerUnder nav {
		width: 100%;
		margin: auto;
	}
	.headerUnder nav .gnav_sp {
		display: block;
	}
	.headerUnder nav .gnav_sp > li {
		text-align: center;
		display: block;
		width: 100%;
	}
	.headerUnder nav .gnav_sp > li {
		
	}
	.headerUnder nav .gnav_sp > li a,
	.headerUnder nav .gnav_sp > li span{
		font-size: 1.8rem;
		font-weight: bold;
		color: #fff;
	}
	.headerUnder nav .gnav_sp > li > a,
	.headerUnder nav .gnav_sp > li > span{
		padding: 24px 0;
		display: block;
	}
	.headerUnder nav .gnav_sp > li li span {
		font-size: 1.4rem;
	}
	
	.headerUnder nav .gnav_sp_sns {
		text-align: center;
		letter-spacing: -0.5em;
		background: #fff;
		margin-top: 15px;
		padding: 8px 0;
	}
	.headerUnder nav .gnav_sp_sns li {
		width: 40%;
		margin: 0 2%;
		display: inline-block;
		vertical-align: middle;
		letter-spacing: normal;
	}
	
	.headerUnder nav > .sub_menu {
		border-top: 1px solid #fff;
	}
	.headerUnder nav > .sub_menu li {
		margin-top: 25px;
		text-align: center;
	}
	.headerUnder nav > .sub_menu li a {
		font-size: 1.3rem;
		font-weight: 500;
		color: #fff;
	}
	.headerUnder .close{
		font-size: 1.3rem;
		color: #fff;
		font-weight: bold;
		text-align: center;
		margin-top: 45px;
	}
	.headerUnder .close .big{
		font-size: 3rem;
		font-weight: 100;
		vertical-align: bottom;
	}
	.headerUnder .toggle{
		position: absolute;
		top: 0;
		right: 0;
	}
	
	header .gnav_sublist {
		display: block;
		position: static;
		background: inherit;
		margin-top: -5px;
		padding: 0 5% 5px;
	}
	header .gnav_sublist li {
		width: 48%;
		margin: 0 4% 20px 0;
	}
	header .gnav_sublist li:nth-child(2n) {
		margin-right: 0;
	}
	header .gnav_sublist li span {
		font-size: 1.3rem;
	}

	/* ------------------------------
	    main
	------------------------------ */

	main{
		padding-top: 70px;
	}


	/* ------------------------------
		pager
	------------------------------ */

	.pager {
		margin-top: 5%;
		margin-bottom: 5%;
	}
	.pager li {
		font-size: 1.2rem;
	}
	.pager li:not(.prev):not(.next) {
		width: 30px;
	}
	.pager li:not(.prev):not(.next) + li:not(.prev):not(.next) {
		margin-left: 7px;
	}
	.pager li:not(.prev):not(.next) a {
		padding: 6px 0;
	}
	.pager li.prev {
		margin-right: 10px;
	}
	.pager li.next {
		margin-left: 10px;
	}


	/* ------------------------------
		pagetop
	------------------------------ */
	#pagetop.-front {
		bottom: 120px;
	}
	#pagetop a {
		display: block;
		width: 50px;
		text-align: center;
		padding: 15px 0 13px;
	}
	#pagetop a::after {
		top: 17px;
	}



	/* ------------------------------
		footer
	------------------------------ */

	footer .top .wrap {
		display: flex;
		flex-direction : column-reverse;
	}
	footer .top .left {
		width: 100%;
		max-width: none;
		border-top: #80d6d0 1px solid;
		border-right: none;
		padding-bottom: 20px;
	}
	footer .top .logo {
		width: 72%;
		max-width: 538px;
		margin: 20px auto 0;
	}
	footer .top .ttl {
		margin-top: 20px;
		text-align: center;
	}
	footer .top .address {
		margin-top: 5px;
		text-align: center;
		line-height: 1.4;
	}
	footer .center {
		width: 100%;
		padding: 0;
		padding-bottom: 26px;
	}
	footer .center .txt {
		width: 95%;
		font-size: 3vw;
		margin: 30px auto 0;
		text-align: center;
	}
	footer .center .tel {
		width: 89.5%;
		max-width: none;
		margin: 4% auto 0;
	}
	footer .center .time {
		width: 89.5%;
		max-width: none;
		background: #fff;
		text-align: center;
		color: #00ada0;
		padding: 7px 0;
		margin: 4% auto 0;
	}
	footer .center .time span {
		margin-right: 15px;
	}
	footer .right {
		width: 100%;
		max-width: none;
		padding: 30px 0 30px;
		border-top: #80d6d0 1px solid;
	}
	footer .right a {
		display: block;
		width: 89.5%;
		padding: 16px 0;
		text-align: center;
		font-weight: bold;
		border: #fff 2px solid;
		color: #fff;
		margin: 0 auto;
	}
	footer .right a:hover {
		color: #00ada0;
		background: #fff;
	}
	footer .right a + a {
		margin-top: 16px;
	}
	footer .under{
		padding: 15px 0;
	}
	footer .under .wrap {
		display: block;
	}
	
	footer .under .copy{
		font-size: 1.2rem;
		text-align: center;
		color: #fff;
		margin-top: 0;
	}
}

/* ------------------------------
    clearfix
------------------------------ */

.cf:after{
  content: ".";
  display: block;
  height: 0;
  font-size:0;
  clear: both;
  visibility:hidden;
}

.cf {display: inline-block;}

/* Hides from IE Mac */
* html .cf {height: 1%;}
.cf {display:block;}
/* End Hack */

/* ------------------------------
    関連記事メニュー
------------------------------ */
.relationMenu {
	padding: 70px 0 20px;
}
.relationMenu h2 {
	text-align: center;
	margin: 0 auto 38px;
	font-size: 2.6rem;
	font-weight: bold;
	color: #000;
}
.relationMenu h2 span {
	display: block;
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 10px;
	color: #00ada0;
}
.relationMenu ul {
	letter-spacing: -0.5em;
}
.relationMenu li {
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
	width: 23.2%;
	max-width: 270px;
	margin: 0 2.3% 20px 0;
}
.relationMenu li:nth-child(4n) {
	margin-right: 0;
}
.relationMenu li span {
	display: block;
	margin-top: 7px;
	font-weight: bold;
}
@media screen and (max-width: 768px) {
	.relationMenu {
		padding: 35px 3% 10px;
	}
	.relationMenu h2 {
		margin: 0 auto 6%;
		font-size: 2rem;
	}
	.relationMenu h2 span {
		font-size: 1.4rem;
		margin-bottom: 8px;
	}
	.relationMenu li {
		width: 48.5%;
		max-width: inherit;
		margin: 0 3% 20px 0;
	}
	.relationMenu li:nth-child(2n) {
		margin-right: 0;
	}
	.relationMenu li span {
		font-size: 1.2rem;
	}
}
