@charset "utf-8";

/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* clearfix */
* html .clearfix {
	zoom: 1;
}

*+html .clearfix {
	zoom: 1;
}

.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/* flex */
.flex, .flexA, .flexB, .flexC {
	display: flex;
	flex-wrap: wrap;
}

.flexA {
	justify-content: space-around;
}

.flexB {
	justify-content: space-between;
}

.flexC {
	justify-content: center;
}

/*------------------------------------------------------------
	common
------------------------------------------------------------*/
.mainImg {
	margin-bottom: 12px;
}

.mainImg img {
	width: 100%;
}

@media all and (max-width: 896px) {
	.mainImg {
		margin-bottom: 100px;
	}
}

@font-face {
	font-family: 'futura-oblique';
	font-style: 500;
	src: url('../../font/Futura ICG Demi Oblique.eot');
	/* IE9 Compat Modes */
	src: url('../../font/Futura ICG Demi Oblique.eot?#iefix') format('embedded-opentype'),
		/* IE6-IE8 */
		url('../../font/Futura ICG Demi Oblique.woff') format('woff'),
		/* Modern Browsers */
		url('../../font/Futura ICG Demi Oblique.ttf') format('truetype');
	/* Safari, Android, iOS */
}

@font-face {
	font-family: 'futura-demi';
	font-style: 500;
	src: url('../../font/Futura ICG Demi.eot');
	/* IE9 Compat Modes */
	src: url('../../font/Futura ICG Demi.eot?#iefix') format('embedded-opentype'),
		/* IE6-IE8 */
		url('../../font/Futura ICG Demi.woff') format('woff'),
		/* Modern Browsers */
		url('../../font/Futura ICG Demi.ttf') format('truetype');
	/* Safari, Android, iOS */
}

@font-face {
	font-family: 'futura-bold';
	font-style: 500;
	src: url('../../font/FuturaLT-Bold.eot');
	/* IE9 Compat Modes */
	src: url('../../font/FuturaLT-Bold.eot?#iefix') format('embedded-opentype'),
		/* IE6-IE8 */
		url('../../font/FuturaLT-Bold.woff') format('woff'),
		/* Modern Browsers */
		url('../../font/FuturaLT-Bold.ttf') format('truetype');
	/* Safari, Android, iOS */
}

/*--headLine01--*/
.headLine01 {
	margin-bottom: 95px;
	color: #5DB31E;
	font-size: 2.4rem;
	text-align: center;
}

.headLine01 .en {
	display: block;
	font-size: 8rem;
	font-family: 'futura-oblique';
	font-weight: 500;
	line-height: 1.3;
	letter-spacing: -3px;
}

@media all and (max-width: 896px) {
	.headLine01 {
		margin-bottom: 58px;
		font-weight: normal;
	}

	.headLine01 .en {
		margin-bottom: 3px;
		font-size: 4.3rem;
		line-height: 1;
		letter-spacing: -3px;
	}
}

/*--headLine02--*/
#main .headLine02 {
	margin-bottom: -8px;
	padding-top: 10px;
	height: 155px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #5DB31E;
	font-size: 4.8rem;
	line-height: 1.35;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	background: url("../../img/outline/control/bg.png") no-repeat center top;
	background-size: 155px auto;
	box-sizing: border-box;
}

@media all and (max-width: 896px) {
	#main .headLine02 {
		margin-bottom: -4px;
		padding-top: 7px;
		height: 76px;
		font-size: 2.4rem;
		line-height: 1.2;
		background-size: 76px auto;
	}
}

/*--wp-pagenavi--*/
.wp-pagenavi {
	margin-top: 73px;
	display: flex;
	justify-content: center;
	clear: both;
	text-align: center;
}

.wp-pagenavi a, .wp-pagenavi>span {
	width: 48px;
	height: 48px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #707070;
	font-weight: bold;
	text-decoration: none;
	margin: 0 10px;
	vertical-align: middle;
}

.wp-pagenavi a:before, .wp-pagenavi>span:before {
	position: absolute;
	left: -10px;
	top: 53%;
	width: 1px;
	height: 20px;
	transform: translateY(-50%);
	background-color: #707070;
	content: "";
}

.wp-pagenavi .pageOne:before {
	display: none;
}

.wp-pagenavi .first, .wp-pagenavi .last, .wp-pagenavi .pages, .wp-pagenavi .extend, .wp-pagenavi {
	display: flex;
}

.wp-pagenavi .nextpostslink, .wp-pagenavi .previouspostslink {
	width: 48px;
	height: 48px;
	color: #fff;
	background-color: #C8E72A;
}

.wp-pagenavi .nextpostslink:before, .wp-pagenavi .previouspostslink:before {
	display: none;
}

@media all and (min-width: 897px) {
	.wp-pagenavi a:hover {
		text-decoration: underline;
	}

	.wp-pagenavi .nextpostslink:hover, .wp-pagenavi .previouspostslink:hover {
		opacity: 0.7;
		text-decoration: none;
	}
}

@media all and (max-width: 896px) {
	.wp-pagenavi {
		margin-top: 30px;
	}

	.wp-pagenavi a, .wp-pagenavi>span {
		width: 30px;
		height: 23px;
		font-size: 1.1rem;
	}

	.wp-pagenavi a:after, .wp-pagenavi>span:after {
		top: 55%;
		height: 12px;
	}

	.wp-pagenavi .nextpostslink, .wp-pagenavi .previouspostslink {
		width: 25px;
		height: 23px;
	}
}

/*--pageTop--*/
.pageTop {
	margin-top: 158px;
	text-align: center;
}

.pageTop a {
	padding-top: 47px;
	width: 294px;
	height: 120px;
	display: inline-block;
	color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.1;
	text-align: center;
	background: url("../../img/common/page_top_bg.png") no-repeat center top;
	background-size: 294px auto;
	box-sizing: border-box;
}

.pageTop a span {
	display: block;
	font-size: 2rem;
}

@media all and (min-width: 897px) {
	.pageTop a:hover {
		opacity: 0.7;
	}
}

@media all and (max-width: 896px) {
	.pageTop {
		margin-top: 90px;
	}

	.pageTop a {
		padding-top: 30px;
		width: 200px;
		height: 82px;
		font-size: 1.6rem;
		line-height: 1.2;
		background-size: 200px 82px;
	}

	.pageTop a span {
		font-size: 1.8rem;
	}
}

/*--comBtn--*/
.comBtn {
	margin-bottom: 141px;
}

.comBtn a {
	padding-top: 25px;
	margin: 0 auto;
	display: block;
	width: 100px;
	height: 100px;
	color: #fff;
	font-size: 1.6rem;
	line-height: 1;
	font-weight: bold;
	text-align: center;
	background-color: #2FC8DF;
	border-radius: 50%;
	box-sizing: border-box;
}

.comBtn a span {
	padding-bottom: 33px;
	display: inline-block;
	background: url("../../img/common/icon05.png") no-repeat center bottom;
	background-size: 25px auto;
}

@media all and (min-width: 897px) {
	.comBtn a:hover {
		opacity: 0.7;
	}
}

@media all and (max-width: 896px) {
	.comBtn {
		margin-bottom: 141px;
	}

	.comBtn a {
		padding-top: 15px;
		width: 62px;
		height: 62px;
		font-size: 0.95rem;
		line-height: 1.1;
	}

	.comBtn a span {
		padding-bottom: 20px;
		background-size: 15px auto;
	}
}

.comBtn02 {
	margin: 0 auto;
	max-width: 322px;
}

.comBtn02 a {
	padding-right: 35px;
	height: 112px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 2.4rem;
	font-weight: 500;
	border: 4px solid #707070;
	background: #fff url("../../img/common/arrow03.png") no-repeat right 13px center;
	background-size: 69px auto;
	box-sizing: border-box;
}

@media all and (min-width: 897px) {
	.comBtn02 a:hover {
		opacity: 0.7;
	}
}

@media all and (max-width: 896px) {
	.comBtn02 {
		max-width: 210px;
	}

	.comBtn02 a {
		padding-right: 20px;
		height: 70px;
		font-size: 1.8rem;
		background-position: right 5px center;
		background-size: 35px auto;
		border-width: 2px;
	}
}

/*--comBorTxt--*/
#main .comBorTxt {
	margin-bottom: 55px;
	padding: 55px 20px 56px 30px;
	display: flex;
	justify-content: center;
	color: #000;
	line-height: 1.75;
	border-top: 1px solid #707070;
	border-bottom: 1px solid #707070;
}

@media all and (max-width: 896px) {
	#main .comBorTxt {
		margin-bottom: 15px;
		padding: 30px 20px 38px 10px;
		line-height: 1.75;
	}
}

/*--comContactBox--*/
#main .comContactBox {
	padding: 10px;
	border: 1px solid #5DB31E;
}

#main .comContactBox p {
	margin: 0 35px 8px 15px;
	padding: 0 10px 15px;
	line-height: 1.6;
	border-bottom: 2px dotted #707070;
}

#main .comContactBox p .method {
	display: block;
	font-weight: bold;
}

#main .comContactBox .title {
	margin: 0 0 25px;
	padding: 10px;
	color: #fff;
	text-align: center;
	background-color: #5DB31E;
}

#main .comContactBox p:last-child {
	border-bottom: none;
}

@media all and (min-width: 897px) {
	#main .comContactBox p a:hover {
		text-decoration: underline;
	}
}

@media all and (max-width: 896px) {
	#main .comContactBox {
		padding: 5px;
	}

	#main .comContactBox p {
		margin: 0 10px 8px;
		padding: 0 5px 7px;
		line-height: 2;
		border-bottom-width: 1px;
	}

	#main .comContactBox .title {
		margin: 0 0 15px;
		padding: 17px;
		font-size: 1.6rem;
		line-height: 1;
	}

	#main .comContactBox p:last-child {
		font-size: 1rem;
		line-height: 1.5;
	}

	#main .comContactBox p .method {
		margin-right: -10px;
		font-size: 1.4rem;
		word-break: break-all;
	}

	#main .comContactBox p .method span {
		font-size: 1.6rem;
	}
}

/*--comListBox--*/
#main .comListBox {
	margin: 0 35px;
}

#main .comListBox h3 {
	margin: 0 auto 70px;
	padding: 8px;
	max-width: 164px;
	color: #fff;
	text-align: center;
	background-color: #5DB31E;
	box-sizing: border-box;
}

#main .comListBox .txtList {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#main .comListBox .txtList li {
	margin-bottom: 19px;
	width: 48%;
}

#main .comListBox .txtList li:nth-child(2n) {
	width: 44%;
}

@media all and (max-width: 896px) {
	#main .comListBox {
		margin: 0;
	}

	#main .comListBox h3 {
		margin-bottom: 35px;
		padding: 4px;
		font-size: 1rem;
		max-width: 82px;
	}

	#main .comListBox .txtList {
		margin: 0 auto;
		padding-left: 10px;
		max-width: 290px;
	}

	#main .comListBox .txtList li {
		margin-bottom: 9px;
		width: 100% !important;
	}
}

@media all and (max-width: 374px) {
	#main .comListBox .txtList {
		padding-left: 0;
	}
}


#main .comListBox .txtList_center {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 100px;
}