@charset "utf-8";
/*-------------------------------------*/
/*	トップページ	*/
/*-------------------------------------*/
/*初期アニメーション*/
#opening {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
 background-color: #000000;
  z-index:1000;
}
 
#opening .op_img{
  position: absolute;
top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	z-index: 1100;
	width: 50%;
	max-width: 300px;
}
#opening .op_img img{
	width: 100%;
}
@media screen and (max-width: 768px) {
#opening .op_img{
	width: 60%;
}
}
	
/*メインビジュアル*/

#mv {
    width: 100vw;
    height: 100vh;
	z-index: 0;
	position: relative;
	background-image: url(../images/index/main_img.png);
	background-position: center;
	background-size: cover;
}

#mv h2{ 
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
		max-width: 800px;
		width: 80%;
}
#mv h2 img{
	width: 100%; 
}
@media screen and (max-width: 768px) {
	#mv {
	background-image: url(../images/index/main_img_sp.png);
}
}
@media screen and (max-width: 550px) {
}
/* top company*/
#top_contents{
padding: 100px 0;	
}
.features_box,.biz_box{
	display: flex;
	justify-content: space-between;
	max-width: 1600px;
	margin: 0 auto 100px auto;
}
.features_box,.biz_box.rev{
	flex-direction: row-reverse;
}
.features_box dt{
	width: 40%;
	text-align: center;
}
.features_box dd{
	width: 60%;
	background-position: top left;
background-repeat: no-repeat;
padding-top: 80px;
}
.features_box dd .inner{
	max-width: 900px;
	width: 90%;
	margin:  0 auto;
}
.features_box dd{
	background-image: url(../images/index/bg_features.svg);
	}

.biz_box dt{
	width: 50%;
	position: relative;
	z-index: 1;
}
.biz_box dd{
	width: 50%;
	background-position: top left;
background-repeat: no-repeat;
padding-top: 80px;
}
.biz_box dd .inner{
	max-width: 525px;
	width: 80%;
	margin:  0 auto;
}
.biz_box dt img{
	width: 100%;
}
.features_box dd .inner h3,.biz_box dd .inner h3{
	font-weight: 600;
	font-size: 4.8rem;
	line-height: 1.5;
	margin-bottom: 20px;
}
.features_box dd .inner h3::first-letter,.biz_box dd .inner h3::first-letter{
	font-size: 6.8rem;
	display: inline-block;
	padding: 2px 10px;
	background-color: #004740;
}
.features_box dd .inner p,.biz_box dd .inner p{
	font-weight: 500;
	font-size: 1.8rem;
	line-height: 2;
}
.biz_box.company dd{
background-image: url(../images/index/bg_company.svg);
}
.biz_box.biz dd{
	background-image: url(../images/index/bg_biz.svg);
	}
@media screen and (max-width: 1360px) {
.biz_box dt{
	width: 50%;
}
.biz_box dd{
	width: 50%;
}
.features_box dd .inner h3,.biz_box dd .inner h3{
	font-size: 3.0rem;
}
.features_box dd .inner h3::first-letter,.biz_box dd .inner h3::first-letter{
	font-size: 4.8rem;
}
}
@media screen and (max-width: 991px) {
	.features_box{
flex-direction: column-reverse;
		margin-bottom: 60px;
	}
.biz_box,.biz_box.rev{
	flex-direction: column;
	margin-bottom: 60px;
}
.features_box dt{
	max-width: 700px;
	width: 100%;
	margin: 0 auto;
	padding-top: 40px;
}
.features_box dd{
}
.biz_box dt{
	max-width: 700px;
	width: 100%;
	margin: 0 auto;
}
.features_box dd ,.biz_box dd{
	width: 100%;
	background-size: contain;
}
.features_box dd .inner .biz_box dd .inner{
	max-width: 525px;
	width: 80%;
	margin:  0 auto  0 auto;
}
}
@media screen and (max-width: 768px) {

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

.biz_box dd .inner p{
	font-size: 1.6rem;
}	
}


/*共通*/
.ttl{
	font-size: 4.8rem;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 40px;
}
.ttl span{
	font-family: "Poppins", sans-serif;
	font-size: 4.0rem;
	display: block;
	margin-bottom: 5px;
}
.ttl02{
	font-size: 2.4rem;
	font-weight: 600;
	line-height: 1.5;
	margin-bottom: 20px;
}
.bg_white{
	background-color: #F5F3F2;
	padding: 60px 40px;
	color: #000000;
}
.bg_white .inner{
	max-width: 1000px;
	margin: 0 auto;
}
.acd_ttl{
  position: relative;
  overflow: hidden;
  text-decoration: none;
  display: inline-block;
  border: 1px solid #FFFFFF; /* ボーダーの色と太さ */
  outline: none;
  transition: ease .2s;
  padding: 1em 25px 1em 25px;
  line-height: 1;
   background :#8E775D;
	text-align: center;
	max-width: 250px;
	width: 100%;
	color: #FFFFFF;
}
.acd_ttl::after {
  content: "\f107";
	color: #FFFFFF;
	    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	z-index: 3;
font-family: FontAwesome;
}
.acd_ttl.item__link::before{
content: "";
	width: 40px;
	height: 40px;
	background:url("../images/ico_acd_cls.png") no-repeat center;
	background-size: 100%;
	display: block;
	position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.acd_ttl.item__link.on::before{
	background:url("../images/ico_acd_opn.png") no-repeat center;
}
.acd_box{
	padding-top: 30px;
}
table.gaiyo td dl{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
table.gaiyo td dl dt{
	width: 30%;
	line-height: 1.5;
	font-weight: normal;
}
table.gaiyo td dl dd{
	width: 68%;
	line-height: 1.5;
	margin-bottom: 3px;
}
table.gaiyo td dl dd:last-of-type{
	margin-bottom: 0;
}
@media screen and (max-width: 768px) {
	.ttl{
		font-size: 3.6rem;
		font-weight: 600;
	}
	.ttl span{
		font-size: 2.4rem;
	}
	.ttl02{
		font-size: 2rem;
	}
	.acd_ttl{
    font-size: 113%;
	padding: 15px 40px;
}
.submenu{
	display: none;
}	
.acd_ttl.item__link::before,.acd_ttl.item__link.on::before{
content: "";
	width: 20px;
	height: 20px;
	left: 10px;
	background-size: 100%;
}
.bg_white{
	padding: 40px 20px;
}	
table.gaiyo td dl{
	flex-direction: column;
}
table.gaiyo td dl dt,table.gaiyo td dl dd{
	font-size: 1.2rem;
}
table.gaiyo td dl dt{
	width: 100%;
}
table.gaiyo td dl dd{
	width: 100%;
	margin-bottom: 10px;
}
}


/*-------------------------------------*/
/*	下層ページ関連	*/
/*-------------------------------------*/
#sub_img{
	width: 100%;
	background-position: center;
	background-size: cover;
	height: 500px;
	display: flex;
	align-items: center;

}
#sub_img.company_sub{background-image: url("../images/page/subimg_company.jpg");}
#sub_img.biz_sub{background-image: url("../images/page/subimg_business.jpg");}
#sub_img.contact_sub{background-image: url("../images/page/subimg_contact.jpg");}

#sub_img h2{
	color: #fff;
	text-align: center;
	font-size: 6.8rem;
	letter-spacing: 0.1em;
	line-height: 1;
	font-weight: 600;
	margin: 0 auto;
	letter-spacing: 0.1em;
}
#sub_img h2::first-letter{
	font-size: 9.8rem;
	display: inline-block;
	padding: 2px 10px;
	background-color: #004740;
}
#sub_img h2 span{
	color: #ffffff73;
	font-size: 4rem;
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	display: block;
	margin-top: 30px;
}

@media screen and (max-width: 768px){
#sub_img{
	height: 200px;
}
#sub_img h2{
	font-size: 2.8rem;
}
#sub_img h2::first-letter{
	font-size: 4.8rem;
	display: inline-block;
	padding: 2px 10px;
	background-color: #004740;
}
#sub_img h2 span{
	color: #ffffff73;
	font-size: 3rem;
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	display: block;
	margin-top: 30px;
}
}
@media screen and (max-width: 550px){
	#sub_img{
		height: 150px;
	}
	#sub_img h2 span{
		margin-top: 15px;
	}
}
/*--------------------------------
	固定B
*/
#sub_ttl{
	background: #5f6d69;
	padding: 50px 15px;
	position: relative;
}
#sub_ttl::before{
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	top: 0;
	left: 0;
	border-style: solid;
	border-width: 90px 90px 0 0;
	border-color: #E7AF00 transparent transparent transparent;
	z-index:1;
}
#sub_ttl h2{
	color: #fff;
	text-align: center;
	font-size: 2.4rem;
	letter-spacing: 0.1em;
	font-weight: 600;
	position: relative;
}
#sub_ttl h2::before{
	content: "";
	width: 70px;
	height: 1px;
	background: #fff;
	position: absolute;
	bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
@media screen and (max-width: 768px){
	#sub_ttl::before{
	border-width: 40px 40px 0 0;
}
#sub_ttl h2{
	font-size: 2.0rem;
}
}
/*-------------------------------------*/
/*	下層ページ共通 */
/*-------------------------------------*/
.midashi01 {
	margin-bottom: 20px;
	font-size: 4rem;
	font-weight: 600;
	line-height: 1.5;
	position: relative;
}
.midashi02 {
	margin-bottom: 25px;
	font-size: 3.6rem;
	font-weight: 600;
	line-height: 1.5;
	position: relative;
	background-color: #8E775D;
	padding: 0.2em 0.5em;
}
.midashi03 span{
	margin-bottom: 25px;
	font-size: 3.6rem;
	font-weight: 600;
	line-height: 1.5;
	position: relative;
}
.midashi03 span{
	background-color: #8E775D;
	padding: 0.2em 1em;
	display: inline-block;
}
@media screen and (max-width: 768px){
	.midashi01 {
		font-size: 2.8rem;
	}
	.midashi02 {
		font-size: 2.4rem;
	}
	.midashi03 span{
		font-size: 2.4rem;
	}
	.midashi03 span{
		background-color: #8E775D;
		padding: 0.2em 1em;
		display: inline-block;
	}
}
/*-------------------------------------*/
/*	company */
/*-------------------------------------*/
.gaiyo {
  width: 100%;
  border-top: 1px solid #333333;
	margin-bottom: 20px;
	background-color: #FFFFFF;
	color: #000000;
}
 .gaiyo, .gaiyo td, .gaiyo th {
  border-collapse: collapse;
}
.gaiyo td, .gaiyo th {
  padding: 1.5em 0.5em;
}
.gaiyo th {
  border-bottom: 1px solid #BCBCBC;
  width: 25%;
	text-align: center;
	font-weight: 500;
}
.gaiyo td {
  border-bottom: 1px solid #BCBCBC;
}
.history{
	display: flex;
	flex-wrap: wrap;
	font-size: 2.0rem;
	justify-content: space-between;
	max-width: 600px;
}
.history dt{
width: 30%;
padding-right: 40px;
position: relative;
}
.history dt::before{
content: "";
width: 30px;
height: 1px;
background-color: #FFFFFF;
position: absolute;
top: 50%;
right: 0%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
	}
.history dd{
width: 60%;
margin-bottom: 10px;
	}
/* SDGs */
#sdgs_wrap{
	color: #000000;
	}
	#sdgs_wrap .inner{
		padding: 40px 40px 0 40px;
	}
	#sdgs_wrap .inner h2{
		margin-bottom: 40px;
	}
	#sdgs_wrap .inner h3{
		margin-bottom: 40px;
		text-align: center;
	}
	#sdgs{
		max-width: 900px;
		margin: 0 auto;
		box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .3);
		background-color: #FFFFFF;
	}
	
	.sdgs_box{
		max-width: 940px;
		margin: 0 auto;
		padding:40px 60px;
	}
	.sdgs_box h4{
	margin-bottom: 20px;
	font-size: 2.8rem;
	font-weight: 600;
	line-height: 1.5;
	padding-left: 15px;
	position: relative;
	border-left: 4px solid #004740;
	}
	.sdgs_box p{
		margin-bottom: 20px;
	}
	.sdgs_box h5{
		font-size: 20px;
		font-weight: 500;
		display: inline-block;
		padding: 0.5em 0.5em;
		line-height: 1;
		margin-bottom: 10px;
		color: #004740;
		border: 1px solid #004740;
	}
	hr {
			margin-top: 25px;
			margin-bottom:25px;
			border: 0;
	}
	hr.line {
		border-top: 1px dotted  #666;
	}
	@media screen and (max-width: 767px){
		.history{
			font-size: 1.6rem;
		}
		.history dt{
		width: 40%;
		padding-right: 0;
		}
		.history dt::before{
		content: none;
			}
		.history dd{
		width: 57%;
			}
	
		#sdgs{
	}
	.sdgs_box h4{
		font-size: 2.2rem;
		}
		.sdgs_box h5{
			font-size: 18px;
		}
		.sdgs_box{
			padding:20px 20px;
		}
	}
	@media screen and (max-width: 550px){
		#sdgs_wrap .inner{
			padding: 20px 20px 0 20px;
		}
		#sdgs_wrap .inner h2{
			text-align: center;
			margin-bottom: 20px;
	
		}
		#sdgs_wrap .inner h3{
			margin-bottom: 20px;
		}
			#sdgs_wrap .inner h3 img{
				max-width: 250px;
			}
	}
/*-------------------------------------*/
/*	business */
/*-------------------------------------*/
#biz_dtl{
	background-image: url(../images/page/bg_biz.jpg);
	background-size: cover;
}
@media screen and (max-width: 767px){

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

}

/*-------------------------------------*/
/*	フォーム	*/
/*-------------------------------------*/
#contact .tel{
	font-family: "Poppins", sans-serif;
	font-size: 2.4rem;
	font-weight: 600;
}
.form_area {
	max-width: 800px;
	margin: 0 auto;
}

.form_area h4 {
  margin-top: 40px !important;
  position: relative;
	margin-bottom: 10px;
	font-size: 2.4rem;
	font-weight: 600;
}
.submit_btn_wrap {
  position: relative;
  width: 250px;
  margin: 0 auto;
}
ul.submit2_btn_wrap {
  position: relative;
  width: 80%;
  margin: 0 auto;
  text-align: center;
}
ul.submit2_btn_wrap li {
  display: inline-block;
  max-width: 250px;
	width: 100%;
  margin-left: 5px;
}
.submit_btn {
  width: 100%;
  position: relative;
  overflow: hidden;
  display: inline-block;
  outline: none;
  padding: 0.8em 2em;
  line-height: 1;
  border-radius: 10px;
  text-decoration: none !important;
  color: #FFFFFF;
	border: 3px solid #8E775D;
	background: #8E775D;
  font-size: 2.2rem;
	transition: all 0.2s ease;
	font-weight: 600;
}
.submit_btn:hover {
	background: #FFFFFF;
  text-decoration: none;
	color: #8E775D;
}


.back_btn {
  width: 100%;
  position: relative;
  overflow: hidden;
  display: inline-block;
  outline: none;
  padding: 0.8em 2em;
  line-height: 1;
  border-radius: 10px;
  text-decoration: none !important;
  color: #FFFFFF;
	border: 3px solid #666666;
	background: #666666;
  font-size: 2.2rem;
	transition: all 0.2s ease;
	font-weight: 600;
}
.back_btn:hover {
  color: #666666;
  background: #FFFFFF;
  text-decoration: none;
}
/*-------------------------------------*/
/*	フォーム関連	*/
input::-webkit-input-placeholder {
  color: #989898;
}
input:-ms-input-placeholder {
  color: #989898;
}
input::-ms-input-placeholder {
  color: #989898;
}
input::placeholder {
  color: #989898;
}
.must {
  padding: 0.2em 1em;
  display: inline-block;
  color: #FFF;
  font-size: 1.2rem;
  font-weight: 400;
  border-radius: 3px;
  background: #E21313;
  margin-right: 10px;
  vertical-align: middle;
}
.nini{
  padding: 0.2em 1em;
  display: inline-block;
  color: #FFF;
  font-size: 1.2rem;
  font-weight: 400;
  border-radius: 3px;
  background: #2B70CB;
  margin-right: 10px;
  vertical-align: middle;
}
.privacy_box {
  border: 1px solid #666666;
	background-color: #FFFFFF;

  margin-bottom: 20px;
  border-radius: 10px;
  font-size: 1.4rem;
}
.privacy_inner {
  width: auto;
  height: 200px;
  overflow-y: scroll;
  padding: 22px;
  font-size: 100%;
}
.consent_check_wrap {
  padding: 20px;
  margin-bottom: 40px;
  text-align: center;
  border-radius: 10px;
	background-color: #FFFFFF;
}
.consent_check_wrap p a {
  text-decoration: underline;
}
.form_area :focus {
  outline: solid 2px #3e4f69;
}
.form_area input[type="text"], .form_area input[type="email"], .form_area input[type="tel"], .form_area textarea, .form_area radio, .form_area select {
  border: 1px solid #999999;
  font-family: inherit;
  font-size: 1.6rem;
  padding: 0.7em;
  margin: 0;
  background-color: #FFFFFF;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
}
.form_area input[type="text"], .form_area input[type="email"], .form_area input[type="tel"], .form_area textarea, .form_area radio, .form_area select {
  margin-bottom: 0;
}
.form_area input[type="text"].text_fomr_01, .form_area input[type="email"].text_fomr_01, .form_area input[type="tel"].text_fomr_01 {
  width: 70%;
}
.form_area input[type="text"].text_fomr_02, .form_area input[type="email"].text_fomr_02, .form_area input[type="tel"].text_fomr_02 {
  width: 50%;
}
.form_area input[type="text"].text_fomr_03, .form_area input[type="email"].text_fomr_03, .form_area input[type="tel"].text_fomr_03 {
  width: 40%;
  margin: 0
}
.form_area input[type="text"].text_fomr_04, .form_area input[type="email"].text_fomr_04, .form_area input[type="tel"].text_fomr_04 {
  width: 100%;
}
.form_area textarea.form_txtarea_01 {
  width: 100%;
}
.form_area input[type="checkbox"] {
  height: 15px;
  width: 15px;
  margin: 5px;
  vertical-align: middle;
}
.form_area input[type="radio"] {
  vertical-align: middle;
  margin: 0 3px 0 0;
}
.form_area label {
  margin-right: 20px;
  font-weight: normal !important;
  font-size: 100%;
  font-weight: 500;
  padding: 5px;
}
span.wpcf7-list-item {
  display: inline-block;
  margin: 0 0 0 0.5em !important;
}
@media screen and (max-width: 768px) {
	.form_area h4 {
    font-size: 2rem;
}
  .tel_list {
    display: block;
  }
  .tel_list div {
    margin-right: 0;
  }
  .privacy_inner {
    padding: 10px;
  }
  .privacy_inner p {
    font-size: 75% !important;
  }
  .submit_btn_wrap {
    width: 80%;
    margin: 0 auto;
  }
  .submit_btn {
    width: 100%;
  }
  ul.submit2_btn_wrap li {
    margin-bottom: 20px;
  }
  input[type="text"].text_fomr_01, input[type="email"].text_fomr_01, input[type="tel"].text_fomr_01 {
    width: 100% !important;
  }
  input[type="text"].text_fomr_02, input[type="email"].text_fomr_02, input[type="tel"].text_fomr_02 {
    width: 100% !important;
  }
  input[type="text"].text_fomr_03, input[type="email"].text_fomr_03, input[type="tel"].text_fomr_03 {
    width: 100% !important;
  }
  ul.input_list li {
    margin-bottom: 20px;
  }
  ul.input_list li:last-child {
    margin-bottom: 0;
  }
  label {
    font-size: 1.6rem;
  }
}