@charset "utf-8";

/* ****************************************************
Title: layout.css
***************************************************** */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Sawarabi+Gothic&display=swap');

.fontSawarabiGothic {
	font-family: "Sawarabi Gothic", sans-serif;
}

/*--------------------*/

/* ぼかしから出現 */
.blur{
  animation-name:blurAnime;
  animation-duration: 1.4s;
  animation-fill-mode:forwards;
}

@keyframes blurAnime{
  from {
  filter: blur(10px);
  transform: scale(1.1);
		opacity: 0.4;
  }

  to {
  filter: blur(0);
  transform: scale(1);
		opacity: 1;
  }
}


/* -------------------------------------------------------------------- 
 body
-------------------------------------------------------------------- */

body {
 color: #333333;

font-family: "Noto Sans JP", sans-serif;

font-size: 13px;
 *font-size:small;
 *font:x-small;
 text-align: center;
	text-size-adjust: 100%;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	max-height: 999999px;
	overflow: auto !important;
}

#top {
	/*overflow: hidden;*/
}

#wrap {
	overflow: hidden;
	/*width: 640px;*/
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	min-width: 1166px;
}


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

.relative-wrap {
	position: relative;
}

.contDispN {
	display: none;
}

p, span, dt, dd, th, td, li, h1, h2, h3, h4 {
	max-height: 999999px;
	background-image: url(../img/spacer.gif);
}


/*-----------------------*/

.anc {
	position: relative;
}
.ancIn {
	position: absolute;
	top: -60px;
}

#top {
	/*padding-top: 69px;*/
}

/*-----------------------*/

.pc {
	display: block;
}

.sp {
	display: none;
}

.pcBr {
	display: inline;
}

.spBr {
	display: none;
}

.pcTable {
	display: table !important;
}
.spTable {
	display: none !important;
}

.contIn1000 {
	width: 1000px;
	margin: 0px auto;
	position: relative;
}
.contIn1166 {
	width: 1166px;
	margin: 0px auto;
	position: relative;
}


.radius200 {
	-moz-border-radius: 200px;
	-webkit-border-radius: 200px;
	-o-border-radius: 200px;
	-ms-border-radius: 200px;
	border-radius: 200px;
}

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

	body {

	/* font-family:	"HiraginoKaku-W3-90msp-RKSJ-H", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ" , "Meiryo" , "ＭＳ Ｐゴシック",  Verdana, Osaka, "MS PGothic", Sans-Serif;*/

	}

	#wrap {
		overflow: hidden;
		width: auto;
		margin-top: 0px;
		margin-right: auto;
		margin-bottom: 0px;
		margin-left: auto;
		padding: 0px;
		min-width: 200px;
	}

	/*-----------------------*/

	.anc {
		position: relative;
	}
	.ancIn {
		position: absolute;
		top: 0px;
	}

	#top {
		/*padding-top: 79px;*/
	}

	/*-----------------------*/

	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
	.pcBr {
		display: none;
	}
	.spBr {
		display: inline;
	}

	.pcTable {
		display: none !important;
	}
	.spTable {
		display: table !important;
	}

	.contIn1000 {
		width: auto;
	}
	.contIn1166 {
		width: auto;
	}


}


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

.headerWrap01 {
	background-image: url("../img/main_bg01.png");
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 50% auto;
	background-color: #C6C0A0;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	box-sizing: border-box;
	height: 100vh;
}
.headerLogo01 img {
	width: 466px;
	height: auto;
}

.mainNaviWrap01 {
	background: rgb(0,78,46);
	background: linear-gradient(74deg, rgba(0,78,46,1) 0%, rgba(0,124,80,1) 50%, rgba(0,78,46,1) 100%);
	display: flex;
	box-sizing: border-box;
	width: 100%;
	height: 60px;
	padding: 5px 0px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: 100;
box-shadow: 0px 3px 6px 0px rgba( 0,0,0,0.3 );
-webkit-box-shadow: 0px 3px 6px 0px rgba( 0,0,0,0.3 );
-moz-box-shadow: 0px 3px 6px 0px rgba( 0,0,0,0.3 );
-o-box-shadow: 0px 3px 6px 0px rgba( 0,0,0,0.3 );
-ms-box-shadow: 0px 3px 6px 0px rgba( 0,0,0,0.3 );
}
.mainNaviWrap01.fixed {
	position: fixed;
	bottom: auto;
	top: 0px;
}

.mainNavi01 {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}
.mainNavi01 li {
	padding: 0px 25px;
}
.mainNavi01 li a {
	display: inline-block;
	position: relative;
	font-size: 21px;
	line-height: 1.2em;
	font-weight: 500;
	padding: 4px 0px;
}
.mainNavi01 a:link {	color: #FFFFFF;	text-decoration: none;}
.mainNavi01 a:visited {	color: #FFFFFF;	text-decoration: none;}
.mainNavi01 a:hover {	color:#FFFFFF;	text-decoration: none;}
.mainNavi01 a:active {	color:#FFFFFF;	text-decoration: none;}

.mainNavi01 li a:hover::after {
	content: "";
	width: 100%;
	height: 1px;
	background-color: #C6C0A0;
	position: absolute;
	left: 0px;
	bottom: 0px;
}






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

	.headerWrap01 {
		background-image: url("../img/main_bg01.png");
		background-repeat: no-repeat;
		background-position: left top;
		background-size: 80% auto;
		background-color: #C6C0A0;
		display: flex;
		align-items: center;
		justify-content: center;
		position: relative;
		box-sizing: border-box;
		height: 320px;
		padding-top: 30px;
	}
	.headerLogo01 img {
		width: 205px;
		height: auto;
	}

	.mainNaviWrap01 {
		
	}

	/*--------------*/

	/*------------------*/

	.menuSpWrap01 {
		display: flex;
		align-items: center;
		justify-content: center;
		box-sizing: border-box;
		width: 60px;
		height: 60px;
		background-color: #284062;
		position: fixed;
		top: 0px;
		right: 0px;
		z-index: 100;
	}

	.headerMenuWrap01 {
		/*display: none;*/
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0px;
		right: 0px;
		z-index: 99999;
		visibility: hidden;
		opacity: 1;
		/*transition-duration: 0.6s;*/
		transition: all 0.6s;
	}
	.headerMenuWrap01.contOpen {
		visibility: visible;
		opacity: 1;
		/*transition-duration: 0.2s;*/
		transition: all 0.6s;
	}

	.headerMenuBg01 {
		width: 110vw;
		height: 100%;
		background-color: #ffffff;
		filter: alpha(opacity=50);
		-moz-opacity:0.5;
		opacity:0.5;
		position: fixed;
		top: 0px;
		left: 0px;
	}
	.headerMenu01 {
		overflow: hidden;
		box-sizing: border-box;
		padding: 80px 45px 54px 45px;
		width: 200px;
		height: 100%;
		position: relative;
		top: 0px;
		right: 0px;
		transition: all 0.6s;
		margin: auto 0px auto auto;
		transform: translateX( 300px );
	}
	.contOpen .headerMenu01 {
		/*width: 290px;*/
		transition: all 0.6s;
		margin: auto 0px auto auto;
		transform: translateX( 0px );
	}

	/*----------------------*/

	.headerNaviWrap01 {
		position: relative;
		top: 0px;
		right: 0px;
		background-color: #ffffff;
	}
	.headerNaviWrap01::after {
		content: "";
		background-image: url("../img/sp_menu01_on.png");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 60px auto;
		width: 60px;
		height: 60px;
		position: absolute;
		top: 0px;
		right: 0px;
	}
	
	.menuSpLogo01{
		text-align: left;
	}
	.menuSpLogo01 img {
		width: 87px;
		height: auto;
	}
	
	.headerNavi01 {
		display: block;
		text-align: left;
	}
	.headerNavi01 li {
		margin-top: 36px;
	}
	.headerNavi01 li a {
		font-size: 18px;
		line-height: 1.0em;
		font-weight: 500;
	}
	.headerNavi01 li.active a {
		background-color: transparent;
	}
	.headerNavi01 .active a:link {	color: #004E2E;	text-decoration: none;}
	.headerNavi01 .active a:visited {	color: #004E2E;	text-decoration: none;}
	.headerNavi01 .active a:hover {
		color:#284062;
		text-decoration: none;
		background-color: #DCE3F5;
	}
	.headerNavi01 .active a:active {	color:#004E2E;	text-decoration: none;}


	.headerNavi01 .navi01 a::before {
		background-image: url("/wp/wp-content/themes/meisei_oc/common/img/sp_menu_icon01.png");
		background-size: 20px auto;
	}
	.headerNavi01 .navi01 a:hover::before {
		background-image: url("/wp/wp-content/themes/meisei_oc/common/img/sp_menu_icon01.png");
	}

	.headerNavi01 a:link {	color: #004E2E;	text-decoration: none;}
	.headerNavi01 a:visited {	color: #004E2E;	text-decoration: none;}
	.headerNavi01 a:hover {
		/*color:#ffffff;
		text-decoration: none;
		background-color: transparent;*/
		color:#004E2E;
		text-decoration: none;
		background-color: #004E2E;
	}
	.headerNavi01 a:active {	color:#ffffff;	text-decoration: none;}

	.headerNavi01 .navi02 a::before {
		background-image: url("/wp/wp-content/themes/meisei_oc/common/img/sp_menu_icon02.png");
		background-size: 38px auto;
	}
	.headerNavi01 .navi03 a::before {
		background-image: url("/wp/wp-content/themes/meisei_oc/common/img/sp_menu_icon03.png");
		background-size: 20px auto;
	}
	.headerNavi01 .navi04 a::before {
		background-image: url("/wp/wp-content/themes/meisei_oc/common/img/sp_menu_icon04.png");
		background-size: 35px auto;
	}
	.headerNavi01 .navi05 a::before {
		background-image: url("/wp/wp-content/themes/meisei_oc/common/img/sp_menu_icon05.png");
		background-size: 38px auto;
	}



}


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

.contBlock_green {
	background-color: #015C3B;
}

.contH2Bg01 {
	width: 683px;
	position: absolute;
	top: 0px;
	right: 50%;
}
.contH2Bg01::before {
	content: "";
	width: 100vw;
	height: 100%;
	background-color: #004E2E;
	position: absolute;
	top: 0px;
	right: 683px;
}

.contH2Wrap01 {
	padding-top: 60px;
	position: absolute;
	top: 0px;
	left: 0px;
}
.contH2Wrap01 .h201 {
	position: relative;
}
.contH2Wrap01 img {
	width: auto;
	height: 116px;
}

.contIn_philosophy {
	padding: 140px 0px 100px 0px;
}

.contBox01Wrap01 {
	text-align: right;
}
.contBox01 {
	display: inline-block;
	text-align: left;
	color: #ffffff;
}
.contH301 {
	color: #C6C0A0;
	font-size: 22px;
	line-height: 1.8em;
	font-weight: 500;
	margin-bottom: 30px;
}
.contText01 {
	font-size: 18px;
	line-height: 1.8em;
	font-weight: normal;
}

.contImgWrap01 {
	margin-top: 70px;
}

/*-------------------------*/

.contBlock_gray {
	background-color: #C6C0A0;
}
.contIn_message {
	padding: 250px 0px 100px 0px;
}

.contMessageFlex01 {
	display: flex;
	align-items:  center;
	justify-content: space-between;
	text-align: left;
	flex-direction: row-reverse;
}
.messageBox01 {
	width: 350px;
}
.messageBox02 {
	width: 720px;
}

.messageImg01 {
	margin-bottom: 28px;
}
.contColorGreen01 {
	color: #004E2E;
}
.messageName01 {
	margin-top: 14px;
}
.messageName01 img {
	width: auto;
	height: 38px;
}

/*--------------------*/

.contIn_service {
	padding: 222px 0px 100px 0px;
}

.contBox02 {
	display: inline-block;
	width: 720px;
	text-align: left;
}
.serviceUl01 {
	color: #ffffff;
	font-size: 22px;
	line-height: 1.8em;
}

/*-------------------*/

.contIn_features {
	padding: 144px 0px 100px 0px;
}

.featuresFlex01 {
	display: flex;
	justify-content: space-between;
	text-align: left;
	/*margin-top: 36px;*/
}
.featuresFlex01.flexReverse {
	flex-direction: row-reverse;
}
.featuresFlex01.flexBottom {
	align-items: flex-end
}

.featuresTextBox01 {
	margin-top: 30px;
}

.featuresBox01 {
	width: 48%;
	font-size: 18px;
	line-height: 1.8em;
	font-weight: normal;
}
.featuresBox01 .featuresDl01 {
	margin-bottom: 20px;
}
.featuresBox01 .featuresDl01 dt {
	color: #004E2E;
	font-weight: 500;
}

.featuresH301 {
	color: #004E2E;
}
.featuresH301 .s01 {
	display: block;
	margin-bottom: 24px;
}
.featuresH301 .s01 img {
	width: auto;
	height: 61px;
}
.featuresH301 .s02 {
	font-size: 22px;
	line-height: 1.8em;
	font-weight: 500;
}

.featuresMt100 {
	margin-top: 100px;
}

/*-----------------*/

.contIn_profile {
	padding: 165px 0px 100px 0px;
}
.profileTable01 {
	width: 100%;
}
.profileTable01 th {
	text-align: left;
	vertical-align: top;
	color: #C6C0A0;
	font-size: 18px;
	line-height: 1.3em;
	font-weight: bold;
	padding: 20px 28px 0px 0px;
}
.profileTable01 td {
	text-align: left;
	vertical-align: top;
	color: #ffffff;
	font-size: 18px;
	line-height: 1.5em;
	font-weight: 500;
	padding: 20px 0px 0px 0px;
}
.profileTable01 td .profileTable01Ul01 {
	font-size: 16px;
	line-height: 1.75em;
	font-weight: normal;
}
.profileTable01Ul01 li {
	text-indent: -1em;
	padding-left: 1em;
}

/*------------------*/

.contBlock_white {
	background-color: #ffffff;
}

.contIn_contact {
	padding: 264px 0px 100px 0px;
}
.contBox03 {
	display: inline-block;
	width: 736px;
	text-align: left;
}

.formBox01 {
	margin-top: 20px;
}
.formBox02 {
	margin-top: 30px;
}
.formText01 {
	font-size: 18px;
	line-height: 1.35em;
	font-weight: bold;
	margin-bottom: 12px;
}
.formHisu01 {
	display: inline-block;
	box-sizing: border-box;
	height: auto;
	padding: 2px 6px 3px 6px;
	background-color: #015C3B;
	border-radius: 5px;
	color: #ffffff;
	font-size: 14px !important;
	line-height: 1.0em !important;
	margin-left: 9px;
}

.contInput01 {
	box-sizing: border-box;
	padding: 10px;
	width: 100%;
	height: 62px;
	border: 1px solid #015C3B !important;
	font-size: 16px;
	line-height: 1.5em;
	font-weight: 500;
	
	border-radius: 0px !important;
	box-shadow: 0px 0px 0px #CCC inset !important;
	margin: 0px !important;
	vertical-align: middle;
}
.contTextArea01 {
	resize: none;
	box-sizing: border-box;
	padding: 10px !important;
	width: 100% !important;
	height: 200px !important;
	border: 1px solid #015C3B !important;
	font-size: 16px;
	line-height: 1.5em;
	font-weight: 500;
	
	border-radius: 0px !important;
	box-shadow: 0px 0px 0px #CCC inset !important;
	margin: 0px !important;
	vertical-align: middle;
}

.selectWrap01 {
	position: relative;
	margin-bottom: 20px;
}

.contSelect01 {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
	box-sizing: border-box;
	padding: 10px !important;
	width: 100% !important;
	height: 62px !important;
	border: 1px solid #015C3B !important;
	font-size: 16px;
	line-height: 1.5em;
	font-weight: 500;
	background-image: url("../img/cont_form_ar01.png");
	background-repeat: no-repeat;
	background-position: right 40px center;
	background-size: 22px auto;
	background-color: transparent;
	
	border-radius: 0px !important;
	box-shadow: 0px 0px 0px #CCC inset !important;
	margin: 0px !important;
	vertical-align: middle;
}

.contInputCheck01 {
}
.check-test {
	display: none;
}

.check-test ~ span {
	cursor: pointer;
	display: inline-block !important;
	margin: 0 0.2em 0 !important;
	padding: 0 0 0 55px !important;
	position: relative;
}

.check-test ~ span::before {
	-webkit-transform: translateY(-50%);
	background: #fff;
	border: 1px solid #007C50;
	border-radius: 2px;
	content: "";
	display: block;
	height: 35px;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 35px;
}

.check-test ~ span::after {
	-webkit-transform: translateY(-50%) rotate(-45deg);
	border-bottom: 3px solid #007C50;
	border-left: 3px solid #007C50;
	content: "";
	display: block;
	height: 0.6em;
	left: 8px;
	margin-top: -0.2em;
	opacity: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(-45deg);
	transition: all 0.3s ease 0s;
	width: 1em;
}

.check-test:checked ~ span::after {
	opacity: 1;
}

.policyBox01 {
	box-sizing: border-box;
	height: 180px;
	border: 1px solid #015C3B;
	padding: 15px 10px;
	overflow-y: auto;
}
.policyBox01In {
	padding: 10px 20px;
	font-size: 16px;
	line-height: 1.75em;
	font-weight: 500;
}
.policyBox01In .h301 {
	font-size: 18px;
	line-height: 1.55em;
	font-weight: bold;
	color: #004E2E;
	margin-bottom: 1.5em;
}

.policyTextBox01 {
	margin-top: 1.5em;
}
.policyTextBox01 a:link {	color: #222222;	text-decoration: none;}
.policyTextBox01 a:visited {	color: #222222;	text-decoration: none;}
.policyTextBox01 a:hover {	color:#222222;	text-decoration: underline;}
.policyTextBox01 a:active {	color:#222222;	text-decoration: none;}

.policyTextBox01 li {
	text-indent: -1em;
	padding-left: 1em;
}

.contFormSubmit {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0 !important;
    border: none !important;
    background: transparent !important;
	background-color: #004E2E !important;
	width: 120px !important;
	height: 40px !important;
	color: #ffffff !important;
	font-size: 16px;
	line-height: 1.0em;
	font-weight: 500;
	cursor: pointer;
	
	border-radius: 0px !important;
	text-shadow: 0px 0px 0px #FFF !important;
}
.contFormReset {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0 !important;
    border: none !important;
    background: transparent !important;
	background-color: #C6C0A0 !important;
	width: 120px !important;
	height: 40px !important;
	color: #004E2E !important;
	font-size: 16px;
	line-height: 1.0em;
	font-weight: 500;
	cursor: pointer;
	
	border-radius: 0px !important;
	text-shadow: 0px 0px 0px #FFF !important;
}

.formBtnWrap01 {
	display: flex;
	justify-content: center;
}
.formBtnWrap01 li {
	padding: 0px 15px;
}

.contactBg01 {
	width: 238px;
	position: absolute;
	left: 0px;
	bottom: 170px;
}

/*-----------------------*/

form#mailformpro label {
	border-radius: 0px !important;
	margin: 0px !important;
	display: inline-block;
	white-space: nowrap;
}
form#mailformpro label.mfp_not_checked {
	padding: 0px !important;
	border: none !important;
}
form#mailformpro label.mfp_checked {
	padding: 0px !important;
	border: none !important;
	background-color: transparent !important;
	box-shadow: 0px 0px 0px #CCC inset !important;
}

.mfp_element_all {
	max-width: 100% !important;
}




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

	.contBlock_green {
		background-color: #015C3B;
	}

	.contH2Bg01 {
		width: 340px;
		position: absolute;
		top: 0px;
		right: 50px;
	}
	.contH2Bg01::before {
		content: "";
		width: 100vw;
		height: 100%;
		background-color: #004E2E;
		position: absolute;
		top: 0px;
		right: 340px;
	}

	.contH2Wrap01 {
		padding-top: 30px;
		padding-left: 18px;
		position: absolute;
		top: 0px;
		left: 0px;
	}
	.contH2Wrap01 .h201 {
		position: relative;
	}
	.contH2Wrap01 img {
		width: auto;
		height: 74px;
	}

	.contIn_philosophy {
		padding: 200px 20px 30px 20px;
	}

	.contBox01Wrap01 {
		text-align: right;
	}
	.contBox01 {
		display: inline-block;
		text-align: left;
		color: #ffffff;
	}
	.contH301 {
		color: #C6C0A0;
		font-size: 18px;
		line-height: 1.8em;
		font-weight: 500;
		margin-bottom: 30px;
	}
	.contText01 {
		font-size: 16px;
		line-height: 1.8em;
		font-weight: normal;
	}

	.contImgWrap01 {
		margin-top: 30px;
	}

	/*-------------------------*/

	.contBlock_gray {
		background-color: #C6C0A0;
	}
	.contIn_message {
		padding: 200px 20px 30px 20px;
	}

	.contMessageFlex01 {
		display: block;
	}
	.messageBox01 {
		width: auto;
		padding: 0px 35px;
		margin-top: 30px;
	}
	.messageBox02 {
		width: auto;
	}

	.messageImg01 {
		margin-bottom: 15px;
	}
	.contColorGreen01 {
		color: #004E2E;
	}
	.messageName01 {
		margin-top: 14px;
	}
	.messageName01 img {
		width: auto;
		height: 38px;
	}

	/*--------------------*/

	.contIn_service {
		padding: 200px 20px 30px 20px;
	}

	.contBox02 {
		display: inline-block;
		width: auto;
		text-align: left;
	}
	.serviceUl01 {
		color: #ffffff;
		font-size: 18px;
		line-height: 1.8em;
	}
	.serviceUl01 li {
		text-indent: -1em;
		padding-left: 1em;
	}
	
	/*-------------------*/

	.contIn_features {
		padding: 200px 20px 30px 20px;
	}

	.featuresFlex01 {
		display: block;
	}
	.featuresFlex01.flexReverse {
		flex-direction: row-reverse;
	}
	.featuresFlex01.flexBottom {
		align-items: flex-end
	}

	.featuresTextBox01 {
		margin-top: 20px;
	}

	.featuresBox01 {
		width: auto;
		font-size: 16px;
		line-height: 1.8em;
		font-weight: normal;
		margin-top: 30px;
	}
	.featuresBox01 .featuresDl01 {
		margin-bottom: 20px;
	}
	.featuresBox01 .featuresDl01 dt {
		color: #004E2E;
		font-weight: 500;
	}

	.featuresH301 {
		color: #004E2E;
	}
	.featuresH301 .s01 {
		display: block;
		margin-bottom: 15px;
	}
	.featuresH301 .s01 img {
		width: auto;
		height: 50px;
	}
	.featuresH301 .s02 {
		font-size: 18px;
		line-height: 1.8em;
		font-weight: 500;
	}

	.featuresMt100 {
		margin-top: 50px;
	}

	/*-----------------*/

	.contIn_profile {
		padding: 200px 20px 30px 20px;
	}
	.profileTable01 {
		display: block;
		width: 100%;
	}
	.profileTable01 th {
		display: block;
		text-align: left;
		vertical-align: top;
		color: #C6C0A0;
		font-size: 16px;
		line-height: 1.3em;
		font-weight: bold;
		padding: 20px 0px 0px 0px;
	}
	.profileTable01 td {
		display: block;
		text-align: left;
		vertical-align: top;
		color: #ffffff;
		font-size: 16px;
		line-height: 1.5em;
		font-weight: 500;
		padding: 0px 0px 0px 0px;
	}
	.profileTable01 td .profileTable01Ul01 {
		font-size: 14px;
		line-height: 1.75em;
		font-weight: normal;
		margin-top: 20px;
	}
	.profileTable01Ul01 li {
		text-indent: -1em;
		padding-left: 1em;
	}

	/*------------------*/

	.contBlock_white {
		background-color: #ffffff;
	}

	.contIn_contact {
		padding: 200px 20px 30px 20px;
	}
	.contBox03 {
		display: block;
		width: auto;
		text-align: left;
	}

	.formBox01 {
		margin-top: 20px;
	}
	.formBox02 {
		margin-top: 30px;
	}
	.formText01 {
		font-size: 14px;
		line-height: 1.35em;
		font-weight: bold;
		letter-spacing: -0.05em;
		margin-bottom: 12px;
	}
	.formHisu01 {
		display: inline-flex;
		box-sizing: border-box;
		height: auto;
		padding: 2px 6px 3px 6px;
		background-color: #015C3B;
		border-radius: 5px;
		color: #ffffff;
		font-size: 12px;
		line-height: 1.0em;
		margin-left: 4px;
	}

	.contInput01 {
		box-sizing: border-box;
		padding: 10px;
		width: 100% !important;
		height: 62px !important;
		border: 1px solid #015C3B;
		font-size: 14px;
		line-height: 1.5em;
		font-weight: 500;
	}
	.contTextArea01 {
		resize: none;
		box-sizing: border-box;
		padding: 10px;
		width: 100% !important;
		height: 200px !important;
		border: 1px solid #015C3B;
		font-size: 14px;
		line-height: 1.5em;
		font-weight: 500;
	}

	.selectWrap01 {
		position: relative;
		margin-bottom: 20px;
	}

	.contSelect01 {
			-webkit-appearance: none;
			-moz-appearance: none;
			appearance: none;
			background: transparent;
		box-sizing: border-box;
		padding: 10px;
		width: 100% !important;
		height: 62px !important;
		border: 1px solid #015C3B !important;
		font-size: 14px;
		line-height: 1.5em;
		font-weight: 500;
		background-image: url("../img/cont_form_ar01.png");
		background-repeat: no-repeat;
		background-position: right 20px center;
		background-size: 20px auto;
		background-color: transparent;
	}

	.contInputCheck01 {
	}
	.check-test {
		display: none;
	}

	.check-test ~ span {
		cursor: pointer;
		margin: 0 0 0 !important;
		padding: 0 0 0 40px !important;
		position: relative;
	}

	.check-test ~ span::before {
		-webkit-transform: translateY(-50%);
		background: #fff;
		border: 1px solid #007C50;
		border-radius: 2px;
		content: "";
		display: block;
		height: 30px;
		left: 0;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		width: 30px;
	}

	.check-test ~ span::after {
		-webkit-transform: translateY(-50%) rotate(-45deg);
		border-bottom: 3px solid #007C50;
		border-left: 3px solid #007C50;
		content: "";
		display: block;
		height: 0.6em;
		left: 8px;
		margin-top: -0.2em;
		opacity: 0;
		position: absolute;
		top: 50%;
		transform: translateY(-50%) rotate(-45deg);
		transition: all 0.3s ease 0s;
		width: 1em;
	}

	.check-test:checked ~ span::after {
		opacity: 1;
	}

	.policyBox01 {
		box-sizing: border-box;
		height: 180px;
		border: 1px solid #015C3B;
		padding: 15px 10px;
		overflow-y: auto;
	}
	.policyBox01In {
		padding: 0px 0px;
		font-size: 14px;
		line-height: 1.75em;
		font-weight: 500;
	}
	.policyBox01In .h301 {
		font-size: 15px;
		line-height: 1.55em;
		font-weight: bold;
		color: #004E2E;
		margin-bottom: 1.5em;
	}

	.policyTextBox01 {
		margin-top: 1.5em;
	}
	.policyTextBox01 a:link {	color: #222222;	text-decoration: none;}
	.policyTextBox01 a:visited {	color: #222222;	text-decoration: none;}
	.policyTextBox01 a:hover {	color:#222222;	text-decoration: underline;}
	.policyTextBox01 a:active {	color:#222222;	text-decoration: none;}

	.policyTextBox01 li {
		text-indent: -1em;
		padding-left: 1em;
	}

	.contFormSubmit {
			-webkit-appearance: none;
			-moz-appearance: none;
			appearance: none;
			padding: 0;
			border: none;
			background: transparent;
		background-color: #004E2E !important;
		width: 120px !important;
		height: 40px !important;
		color: #ffffff !important;
		font-size: 16px;
		line-height: 1.0em;
		font-weight: 500;
		cursor: pointer;
	}
	.contFormReset {
			-webkit-appearance: none;
			-moz-appearance: none;
			appearance: none;
			padding: 0;
			border: none;
			background: transparent;
		background-color: #C6C0A0 !important;
		width: 120px !important;
		height: 40px !important;
		color: #004E2E !important;
		font-size: 16px;
		line-height: 1.0em;
		font-weight: 500;
		cursor: pointer;
	}

	.formBtnWrap01 {
		display: flex;
		justify-content: center;
	}
	.formBtnWrap01 li {
		padding: 0px 15px;
	}

	.contactBg01 {
		display: none;
	}



}



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

.pagetopButton {
	display: none;
	width: 56px;
	position: fixed;
	bottom: 80px;
	right: 30px;
}

/*---------------*/

.footerBlock01 {
	background: rgb(0,78,46);
	background: linear-gradient(74deg, rgba(0,78,46,1) 0%, rgba(0,124,80,1) 50%, rgba(0,78,46,1) 100%);
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	box-sizing: border-box;
	padding: 20px 0px;
	height: 100px;
}
.footerCopy01 {
	color: #C6C0A0;
	font-size: 14px;
	line-height: 1.2em;
	font-weight: 500;
}



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

	.pagetopButton {
		display: none;
		width: 46px;
		position: fixed;
		bottom: 50px;
		right: 20px;
	}

	/*---------------*/

	.footerBlock01 {
		background: rgb(0,78,46);
		background: linear-gradient(74deg, rgba(0,78,46,1) 0%, rgba(0,124,80,1) 50%, rgba(0,78,46,1) 100%);
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		box-sizing: border-box;
		padding: 20px 0px;
		height: 70px;
	}
	.footerCopy01 {
		color: #C6C0A0;
		font-size: 14px;
		line-height: 1.2em;
		font-weight: 500;
	}


}


/* -------------------------------------------------------------------- 
 thanks
-------------------------------------------------------------------- */

.thanksPageBlock01 {
	height: calc( 100vh - 100px );
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #004E2E;
}

.thanksLogo01 {
	margin-bottom: 30px;
}
.thanksLogo01 img {
	width: 150px;
	height: auto;
}
.thanksText01 {
	font-size: 24px;
	line-height: 1.3em;
	font-weight: 500;
	margin-bottom: 30px;
}
.thanksText02 {
	font-size: 16px;
	line-height: 1.75em;
	margin-bottom: 40px;
}
.thanksText03 {
	font-size: 14px;
	line-height: 1.75em;
	font-weight: 500;
}
.thanksText03 a:link {	color: #004E2E;	text-decoration: underline;}
.thanksText03 a:visited {	color: #004E2E;	text-decoration: underline;}
.thanksText03 a:hover {	color:#004E2E;	text-decoration: none;}
.thanksText03 a:active {	color:#004E2E;	text-decoration: none;}



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

	.thanksPageBlock01 {
		height: calc( 100vh - 70px );
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		color: #004E2E;
	}

	.thanksLogo01 {
		margin-bottom: 30px;
	}
	.thanksLogo01 img {
		width: 150px;
		height: auto;
	}
	.thanksText01 {
		font-size: 22px;
		line-height: 1.3em;
		font-weight: 500;
		margin-bottom: 30px;
	}
	.thanksText02 {
		font-size: 14px;
		line-height: 1.75em;
		margin-bottom: 40px;
	}
	.thanksText03 {
		font-size: 14px;
		line-height: 1.75em;
		font-weight: 500;
	}



}



/*-----*/
