@charset "utf-8";




/*-----------------------------------------------------

	トップページ 	top

------------------------------------------------------*/
/*    COMMON  &   MAINIMAGE
-------------------------------*/
/*mainimage*/
#mainimage {
	width: 100%;
	position: relative;
	height: 720px;
	margin-bottom: 30px;
}

#mainimage:before {
	content: '';
	width: 76%;
	min-width: 1118px;
	height: 100%;
	background: url(../Image/top/img_mv.png) no-repeat right / cover;
	position: absolute;
	left: 0;
	top: 0;
}

#mainimage:after {
	content: '';
	width: 40%;
	height: 300px;
	background: #0d840d;
	position: absolute;
	right: 0;
	bottom: -30px;
	z-index: -1;
}

#mainimage .mv_inner {
	max-width: 1200px;
	height: 100%;
	margin: 0 auto;
	position: relative;
}

#mainimage .mv_ttl {
	font-weight: 500;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	line-height: 1;
}

#mainimage .mv_ttl .en {
	font-size: 72px;
	color: #0d840d;
	font-family: 'Oswald', sans-serif;
}

#mainimage .mv_ttl .ja {
	font-size: 22px;
	color: #fff;
	letter-spacing: 0.06em;
	margin-top: 32px;
	font-weight: 500;
}

#top #mainimage .scroll {
	writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	font-family: 'Oswald', sans-serif;
	font-size: 12px;
	letter-spacing: 0.1em;
	position: absolute;
	right: 40px;
	bottom: 323px;
	opacity: 1;
	//-ms-transform: scale(1, 1);
	// transform: scale(1, 1);
	animation: scroll 2s infinite ease-in-out;
}

#top #mainimage .scroll:after {
	content: '';
	width: 1px;
	height: 36px;
	background: #111111;
	position: absolute;
	left: 50%;
	bottom: -42px;

}

@keyframes scroll {
	0% {
		//transform: scale(1, 1); 
		transform: translateY(0)
	}


	100% {
		//transform: scale(1, 1); 
		opacity: 0;
		transform: translateY(60%)
	}
}

#top .ttl_box {
	margin-bottom: 43px;
}

#top .txt_box {
	max-width: 33.33333%;
}

#top .txt_box.left {
	margin-right: auto;
}

#top .txt_box.right {
	margin-left: auto;
}

#top .lead {
	text-align: center;
}

/*    SECTION 01 feature
-------------------------------*/
#top .feature .feature_wrap {
	padding: 100px 0 80px;
	position: relative;
}

#top .feature .feature_wrap:before {
	content: '';
	width: 55%;
	background: url(../Image/top/img_feature.jpg) no-repeat center / cover;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
}

/*    SECTION 02 technology
-------------------------------*/
#top .technology {
	padding-top: 0;
}

#top .technology .technology_wrap {
	padding: 100px 0 80px;
	position: relative;
}

#top .technology .technology_wrap:before {
	content: '';
	width: 55%;
	background: url(../Image/top/img_technology.jpg) no-repeat center / cover;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
}

/*    SECTION 02 business
-------------------------------*/
#top .business {
	background: url(../Image/top/bg_business.jpg) no-repeat center / cover;
	border-bottom: solid 5px #0d840d;
}

#top .business .ttl_box {
	text-align: center;
	margin-bottom: 25px;
}

#top .business .ttl_01 {
	margin-bottom: 20px;
}

#top .business .business_list {
	margin-top: 43px;

}

#top .business .business_list li {
	width: 25%;
	border: solid 1px #fff;

	background: #0d840d;
}

#top .business .business_list li .inner {
	color: #fff;
	display: block;
	padding: 42px 30px;
}

#top .business .business_list li .ttl {
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 13px;
	line-height: 1;
	text-align: center;
}

#top .business .business_list li .txt {
	margin-bottom: 23px;
}

#top .business .business_list li .detail {
	font-weight: 700;
	font-size: 14px;
	border: solid 1px #fff;
	text-align: center;
	padding: 12px 0;
	transition: 0.3s ease-in-out;
}

@media print,
screen and (min-width : 767px) {
	#top .business .business_list li .inner:hover .detail {
		background: #111;
	}
}

/*    SECTION 06 news
-------------------------------*/
#top .news .ttl_box {
	text-align: center;
}

#top .news .ttl_02 {
	margin-bottom: 20px;
}

#top .news_list {
	gap: 20px;

}

#top .news_list li {
	width: calc((100% - 40px) / 3);

	background-color: #f3f4f5;
	position: relative;

}

#top .news_list li:last-child {
	margin-right: 0;
}

#top .news_list .inner {
	padding: 43px 30px 28px;
	display: block;
}

#top .news_list .inner:after {
	content: '';
	width: 0;
	height: 3px;
	background: #009900;
	transition: 0.3s;
	position: absolute;
	bottom: 0;
	left: 0;
}

#top .news_list .date {
	font-weight: 500;
}

#top .news_list .badge {
	background-color: #0d840d;
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	font-size: 12px;
	line-height: 1;
	padding: 5px 10px;
	font-weight: 500;
}


@media print,
screen and (min-width : 767px) {}

/*    menu
-------------------------------*/
#top .csr .ttl_box {
	text-align: center;
}

#top .csr .ttl_02 {
	margin-bottom: 20px;
}

#top .csr .csr_list {
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	padding: 40px;
}

#top .csr .csr_list li {
	text-align: center;
	width: 280px;
	padding: 40px;
	background: #f3f4f5;
}

#top .csr .csr_list li:nth-child(n+2) {
	margin-left: 80px;
}

#top .csr .csr_list a {
	display: block;
}

#top .csr .csr_list a:hover {
	opacity: .5;
}

#top .csr .csr_list h4 {
	font-weight: 500;
	margin-top: 1em;
}

/*    menu
-------------------------------*/
#top .menu {
	padding-bottom: 0;
}

#top .menu_cnt {
	//height: 300px;
	overflow: hidden;
	position: relative;
}

#top .menu_cnt .inner:before {
	content: '';
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	border: solid 1px #fff;
	background: transparent;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 9999;
}

#top .menu_cnt .menu_img {
	background: url(../Image/top/img_menu01.jpg) no-repeat center;
	transition: 0.4s ease-in-out;
	width: 100%;
	height: 100%;
}

#top .menu_cnt.product .menu_img {
	background-image: url(../Image/top/img_menu02.jpg);
}

#top .menu_cnt.factory .menu_img {
	background-image: url(../Image/top/img_menu03.jpg);
}

#top .menu_cnt.approach .menu_img {
	background-image: url(../Image/top/img_menu04.jpg);
}

#top .menu_cnt .mask {
	padding: 20px;
	background: rgba(0, 0, 0, 0.3);
	width: 100%;
	height: 100%;
}

#top .menu_cnt .inner {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}

#top .menu_cnt .img_box {
	overflow: hidden;
	position: relative;
}

#top .menu_cnt .img_box:before {
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}

#top .menu_cnt .img_box img {
	transition: 0.4s ease-in-out;
}

#top .menu_cnt .ttl {
	font-size: 25px;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	z-index: 200;
	line-height: 1;
}

#top .menu_cnt .ttl span {
	display: block;
	font-family: 'Roboto', sans-serif;
	border-bottom: solid 1px #fff;
	font-style: italic;
	font-size: 32px;
	letter-spacing: 0.1em;
	margin-bottom: 15px;
	padding-bottom: 4px;
}

.slick-dots li.slick-active button:before {
	color: #004800;
}

@media print,
screen and (min-width : 767px) {
	#top .menu_cnt:hover .menu_img {
		transform: scale(1.1);
	}

	#top .menu_cnt:hover .img_box img {
		transform: scale(1.1);
	}

	/*#top .menu_cnt:hover .inner:before {
		transform: scale(0.9);
	}*/
}



#top section.recruit {
	margin-bottom: 230px;
}

#top .recruit_img {}

#top .recruit_img img {
	width: 100%;
}

.recruit_bnr {
	position: fixed;
	right: 0;
	bottom: 30%;
	background: #0d840d;
	padding: 1.5em;
	width: 7em;
}

.recruit_text {
	width: 1200px;
	margin: -130px auto;
	background: #0d840d;
	color: #fff;
	display: flex;
	padding: 5em;
	position: relative;
}

.recruit_text:before {
	content: "";
	background: #3A9B3A;
	width: 1px;
	height: 100%;
	position: absolute;
	left: 33%;
	top: 0;
}

.recruit_text__ttl {
	width: 40%;
	display: block;
	/* border-right: 1px solid #3A9B3A; */
}

.recruit_text__ttl h3 {
	line-height: 1;
}

.recruit_text__ttl p {
	font-size: 60px;
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
	margin-bottom: 0.25em;
}

.recruit_text__ttl span {
	font-weight: 500;
}

#top .recruit_text__body {
	width: 66.7%;
}

#top .recruit_text__body p {
	margin-bottom: 1em;
}

#top .recruit_text__btn {
	max-width: 300px;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
}

#top .recruit_text__btn a {
	background: #fff;
	display: block;
	padding: 1.5em;
	color: #0d840d;
}

#top .recruit_text__btn a span {
	position: relative;
	display: block;
}

#top .recruit_text__btn a span:before {
	content: "";
	background: url(../Image/common/arrow_green.png) no-repeat;
	background-size: contain;
	width: 22px;
	height: 10px;
	display: block;
	position: absolute;
	right: 1em;
	top: 50%;
	transform: translateY(-50%);
	transition-duration: 0.3s;
}

#top .recruit_text__btn a:hover span:before {
	right: 0em;
}

/*-----------------------------------------------------

	下層共通CSS

------------------------------------------------------*/

.under #mainimage {
	height: 520px;
	margin-bottom: 60px;
}

.under #mainimage:before {
	background-image: url(../Image/common/mv_under.png);
}

.under #mainimage .mv_ttl .en {
	font-size: 52px;
}

.under #mainimage .mv_ttl .ja {
	font-size: 16px;
	margin-top: 16px;
	letter-spacing: 0.12em;
}

.under #mainimage:after {
	width: 80%;
	bottom: -60px;
}

.under .container {
	padding: 100px 0;
}

.under .lead_box {
	margin-bottom: 93px;
}

.table_row {
	margin-top: 50px;
	justify-content: space-between;
}

.table_row .ttl {
	padding: 13px 0;
	border: solid 1px #111;
	text-align: center;
	font-weight: 500;
}

.table_row .l_box {
	width: 700px;
}

.table_row .r_box {
	width: 450px;
}

.table_row tr {
	border-bottom: solid 1px #bbbbbb;
}

.table_row th,
.table_row td {
	padding: 13px 0;
}

.table_row th {
	text-align: left;
	font-weight: 500;
	vertical-align: top;
}

.table_row .l_box .top th:nth-child(1) {
	width: 150px;
}

.table_row .l_box .top th:nth-child(2) {
	width: 200px;
}

.table_row .l_box .top th:nth-child(3) {
	width: 350px;
}

.table_row .r_box .top th:nth-child(1) {
	width: 70px;
}

.table_row .r_box .top td:nth-of-type(1) {
	width: 190px;
}

.table_row .r_box .top td:nth-of-type(2) {
	width: 190px;
}

@media screen and (min-width : 768px) {}

/*-----------------------------------------------------

　　太陽圧接の強み        strength

------------------------------------------------------*/
#feature .container {
	padding-bottom: 70px;
	padding-top: 93px;
}

#feature .feature_wrap {
	position: relative;
	top: -30px;
}

#feature .feature_box:not(:first-child) {
	margin-top: 80px;
}

#feature .feature_box .txt_box {
	width: 50%;
}

#feature .feature_box .txt_box.right {
	padding-left: 50px;
}

#feature .feature_box .txt_box.left {
	padding-right: 50px;
}

#feature .feature_box .img_box {
	width: 50%;
}

#feature .feature_box .txt_box .num {
	color: #111;
	font-family: 'Oswald', sans-serif;
	font-size: 72px;
	line-height: 1;
	margin-bottom: 20px;
}

#feature .feature_list {
	border-top: solid 1px #ececec;
	border-bottom: solid 1px #ececec;
	padding: 23px 0;
	margin-top: 60px;
}

#feature .feature_list li {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 23px;
}

#feature .feature_list li:first-child {
	margin-top: 0;
}

#feature .feature_list li .txt {
	width: 900px;
}

/*-----------------------------------------------------

　　事業案内          

------------------------------------------------------*/
#business .business {
	padding-top: 93px;
}

#business .sec_business .sec_lead {
	margin-top: 33px;
}

#business .sec_business .business_box {
	margin-top: 80px;
}

#business .sec_business .business_box .img_box {
	width: 50%;
}

#business .sec_business .business_box .txt_box {
	width: 50%;
	padding-top: 20px;
}

#business .sec_business .business_box .txt_box.right {
	padding-left: 50px;
}

#business .sec_business .business_box .txt_box.left {
	padding-right: 50px;
}

#business .sec_business .business_box .txt_bottom {
	margin-top: 43px;
	border-top: solid 1px #ececec;
	border-bottom: solid 1px #ececec;
}

#business .sec_business .business_box .txt_bottom th {
	font-weight: 500;
	width: 115px;
	padding-top: 13px;
	text-align: left;
	vertical-align: top;
}

#business .sec_business .business_box .txt_bottom td {
	padding-top: 13px;
}

#business .sec_business .business_box .txt_bottom tr:last-child td,
#business .sec_business .business_box .txt_bottom tr:last-child th {
	padding-bottom: 13px;
}

#business .sec_business.steel {
	margin-top: 80px;
}

@media only screen and (min-width: 767px) {}

/*-----------------------------------------------------

　　技術紹介			product          

------------------------------------------------------*/
.bd_box {
	padding: 13px 0;
	border-bottom: solid 1px #ececec;
	border-top: solid 1px #ececec;
}

.bd_box02 {
	padding: 20px 0;
	border-bottom: solid 1px #ececec;
	border-top: solid 1px #ececec;
}

.bdb {
	border-bottom: solid 1px #ececec;
	padding-bottom: 13px;
	margin-top: 13px;
}

.mt1 {
	margin-top: 13px;
}

.mt2 {
	margin-top: 23px;
}

.mt3 {
	margin-top: 36px;
}

.mt4 {
	margin-top: 6px;
}

.txt_box p:not(:first-child) {
	margin-top: 16px;
}

.box_gray {
	border: solid 5px #ececec;
	padding: 18px 25px;
}

#technology .disc li {
	padding-left: 20px;
}

#technology .sec_technology:not(:first-child) {
	margin-top: 100px;
}

#technology .technology_box .ttl_03.mb50 {
	margin-bottom: 50px;
}

#technology .technology_box .ttl_03.mb43 {
	margin-bottom: 50px;
}

#technology .anchor {
	display: flex;
	flex-wrap: wrap;
}

#technology .anchor {
	border-top: solid 1px #111;
	border-left: solid 1px #111;
}

#technology .anchor .item {
	width: 33.3333%;
	border-right: solid 1px #111;
	border-bottom: solid 1px #111;
	text-align: center;
}

#technology .anchor .item a {
	display: block;
	font-weight: 500;
	padding: 23px 0;
}

#technology .technology_box {
	margin-top: 80px;
}

#technology .tech_list {
	display: flex;
	flex-wrap: wrap;
}

#technology .tech_list .ttl_05 {
	width: 350px;
}

#technology .technology_box .box_item {
	margin-top: 43px;
}

#technology .technology_box .box_item02 {
	margin-top: 36px;
}

#technology .technology_box .box_item .ttl {
	margin-bottom: 6px;
}

.ttl_05 span.pl {
	border: none;
	padding-left: 18px;
}

#technology .tech_list:not(:first-child) {
	border-top: none;

}

#technology .technology01 table th {
	border-bottom: solid 1px #0d840d;
	width: 200px;
	padding: 13px 20px;
	font-weight: 500;
	text-align: left;
}

#technology .technology01 table td {
	border-bottom: solid 1px #ececec;
	padding: 13px 20px;
}

#technology .technology01 .pic_box {
	margin-top: 50px;
}

#technology .technology01 .pic_box .l_box {
	width: 50%;
}

#technology .technology01 .pic_box .r_box {
	width: 50%;
	padding-left: 50px;
}

#technology .technology01 .pic_box .bd_box {
	margin-top: 16px;
}

#technology .technology02 .tech_list {
	margin-top: 12px;
	border-top: solid 1px #ececec;
}

#technology .technology02 .box_gray {
	margin-top: 20px;
}

#technology .technology02 .technology_box.box02 .list li {
	display: flex;
}

#technology .technology02 .technology_box.box02 .list li:not(:first-child) {
	margin-top: 6px;
}

#technology .technology02 .technology_box.box02 .list .l_box {
	width: 200px;
}

#technology .table_tech {
	font-weight: 500;
	border-top: solid 1px #0d840d;
	border-left: solid 1px #0d840d;
}

#technology .table_tech tr:first-child th {
	background: #2a952a;
	color: #fff;
	font-weight: 500;
	text-align: left;
	padding: 16px 20px;
	border-right: solid 1px #0d840d;
	border-bottom: solid 1px #0d840d;
	line-height: 1.5;
}

#technology .table_tech th:nth-child(1) {
	width: 228px;
}

#technology .table_tech th:nth-child(2) {
	width: 85px;
}

#technology .table_tech th:nth-child(3) {
	width: 165px;
}

#technology .table_tech th:nth-child(4) {
	width: 140px;
}

#technology .table_tech th:nth-child(5) {
	width: 228px;
}

#technology .table_tech th:nth-child(6) {
	width: 205px;
}

#technology .table_tech th:nth-child(7) {
	width: 156px;
}

#technology .table_tech th .small {
	font-size: 14px;
}

#technology .table_tech td {
	line-height: 1.7;
	padding: 15px 15px 20px;
	border-right: solid 1px #0d840d;
	border-bottom: solid 1px #0d840d;
	vertical-align: top;
	font-size: 14px;
	font-weight: 500;
}

#technology .table_tech td.img {
	vertical-align: middle;
}

#technology .table_tech td .big {
	font-size: 16px;
}

#technology .technology02 .img_wrap {
	padding: 0 25px;
}

#technology .technology02 .img_wrap .item {
	margin-right: 50px;
}

#technology .technology02 .img_wrap .item:last-child {
	margin-right: 0;
}

#technology .technology02 .img_wrap .item .cap {
	line-height: 1;
	margin-top: 20px;
	text-align: center;

}

#technology .table_tech02 {}

#technology .table_tech02 th {
	font-weight: 500;
	width: 120px;
	padding-bottom: 6px;
	text-align: left;
	vertical-align: top;
}

#technology .table_tech02 tr:last-child th {
	padding-bottom: 0;
}

#technology .technology06 .table_row .r_box .top th:nth-child(1),
#technology .technology07 .table_row .r_box .top th:nth-child(1) {
	width: 120px;
}

#technology .technology06 .table_row .r_box .top th:nth-child(2),
#technology .technology07 .table_row .r_box .top th:nth-child(2) {
	width: 190px;
}

#technology .technology08 .table_row .r_box .top th:nth-child(1) {
	width: 310px;
}

@media only screen and (min-width: 767px) {
	#technology .anchor .item a:hover {
		background: #0d840d;
		color: #fff;
	}
}

/*-----------------------------------------------------

　　会社概要          

------------------------------------------------------*/
#company .lead_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#company .lead_box .txt_box {
	max-width: 780px;
	padding-top: 23px;
}

#company .lead_box .txt_box .sign_box {
	text-align: right;
	margin-top: 33px;
}

#company .sec_company {
	padding-bottom: 100px;
}

#company .sec_company.access {
	padding-bottom: 0;
}

#company .company_wrap {
	margin-top: 60px;
}

#company .overview .company_wrap:first-child {
	margin-top: 53px;
}

#company .table_wrap {
	margin-right: -60px;
	margin-left: -60px;
}

#company .table_company {
	border-collapse: separate;
	border-spacing: 60px 0;
}

#company .table_company th,
#company .table_company td {
	padding: 23px 20px;
	border-bottom: solid 1px #919191;
}

#company .table_company tr:first-child th,
#company .table_company tr:first-child td {
	border-top: solid 1px #919191;
}

#company .table_company th {
	text-align: left;
	font-weight: 500;
	width: 210px;
}

#company .table_company .link {
	text-decoration: underline;
}

#company .icon_disc+ul {
	padding-left: 16px;
}

#company .table_history th,
#company .table_history td {
	padding: 23px 20px;
	border-bottom: solid 1px #bbbbbb;
}

#company .table_history tr:first-child th,
#company .table_history tr:first-child td {
	border-top: solid 1px #bbbbbb;
}

#company .table_history th {
	font-weight: 500;
	text-align: left;
	position: relative;
	width: 205px;
}

#company .table_history th:after {
	content: '';
	height: 1px;
	width: 30px;
	background: #d7dde0;
	position: absolute;
	top: 50%;
	right: 40px;
}

#company .access iframe {
	vertical-align: bottom;
}

#company .access_txt {
	margin-top: 23px;
}

#company .access_txt .ttl {
	font-weight: 500;
	margin-bottom: 6px;
}

#company .access_txt .item:not(:first-child) {
	margin-top: 16px;
}

.fx_sdgsicon {
	display: flex;
	width: 100%;
}

.jc_end {
	justify-content: flex-end;
}

.sdgs {
	display: flex;
	align-items: center;
	padding: 0 1.8em;
}

.icon {
	border-left: 1px solid #111;
	display: flex;
	align-items: center;
	padding: 0 1.8em;
}

.sup_text {
	text-align: right;
	margin-top: 1.5em;
}

.box_main {
	padding-top: 3em;
	margin-bottom: 3em;
	position: relative;
}

.box_main .title {
	position: absolute;
	right: 2em;
	bottom: 2em;
	text-align: right;
	font-weight: 500;
	font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 40px;
	color: #fff;
	line-height: 1.3;
	letter-spacing: .1rem;
	text-shadow: 0 0 0.5em rgba(0, 0, 0, .7);

}

.box_fukidashi {
	position: relative;
	margin-bottom: 2.5em;
	padding: 5em 2em;
	border-radius: .6em;
	background-color: #009c34;
	text-align: center;
	color: #fff;
}

.box_fukidashi::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -2.48em;
	margin: auto;
	width: 4.5em;
	height: 2.5em;
	background: url(../company/images/fukidashi.png) center / contain no-repeat;
}

.box_fukidashi>.catch {
	margin-top: 1em;
	font-weight: 700;
	font-size: 24px;
	line-height: 1.3;
}

.box_fukidashi>.title {
	margin-top: 1.3em;
	font-weight: 500;
	font-size: 30px;
	line-height: 1.5;
}

.box_fukidashi>.text {
	margin-top: 1em;
}

.box_pdt {
	padding-top: 5em;
}

.box_upcycle>.title {
	width: 100%;
	max-width: 25em;
	margin: 0 auto;
	margin-bottom: 1.8em;
	padding: 1em .8em .8em;
	border-radius: .4em;
	background: #009c34;
	text-align: center;
	font-weight: 500;
	font-size: 24px;
	color: #fff;
	line-height: 1.1;
	letter-spacing: .1rem;
}

.center_block {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

/*-----------------------------------------------------

　　新着情報          

------------------------------------------------------*/

#news .date {
	font-family: 'Oswald', sans-serif;
	display: inline-block;
	margin-right: 150px;
	font-size: 14px;
	font-weight: 500;
}

#news .news_list {
	border-top: solid 1px #bbbbbb;
}

#news .news_list li {
	border-bottom: solid 1px #bbbbbb;
}

#news .news_list .inner {
	display: flex;
	padding: 23px 20px;
}

@media only screen and (min-width:767px) {
	#news .news_list .inner:hover {
		color: #fff;
		background: #111;
	}
}

/*新着詳細*/

#news .news_article .ttl {
	font-size: 20px;
	border-bottom: 1px solid #0d840d;
	padding-bottom: 11px;
	margin-bottom: 43px;
	font-weight: 500;
}

#news .news_article .content {
	padding-bottom: 93px;
	border-bottom: solid 1px #bbbbbb;
}

#news .btn {
	margin-top: 50px;
}

#news .news_article .img {
	text-align: center;
}

#news .news_article .sdgs {
	margin-top: 50px;
	padding: 0 50px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#news .news_article .d-flex {
	margin-top: 50px;
	padding: 0 50px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 20px;
}

#news .news_article .d-flex h3 {
	font-size: 28px;
}

#news .news_article .sdgs .ttlgr {
	color: #00973B;
}

#news .news_article .sdgs .ttlbr {
	color: #970B31;
}

#news .news_article .sdgs .txt {
	width: 76%;
}

#news .news_article .imgs {
	width: 20%;
	text-align: right;
}

#news .news_article .d-flex .txt {
	width: 50%;
}

#news .news_article .d-flex .imgs {
	width: 50%;
	text-align: left;
}

#news .news_article .d-flex .imgs img {
	max-width: 100%;
}

#news .news_article .imgs img {
	max-width: 150px;
}

#news .news_article .imgl {
	width: 40%;
}

#news .news_article .imgl {
	width: 55%;
}

#news .news_article .txtbox {
	padding: 40px;
	border: solid 1px #999999;
	border-radius: 20px;
}

/*-----------------------------------------------------

　　採用情報   

------------------------------------------------------*/

.recruit_menu {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1200px;
	margin: 0 auto;
	padding: 50px 0 50px 50px;
	position: relative;
	color: #fff;
}

.recruit_menu:after {
	content: '';
	width: 100vw;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #0d840d;
	z-index: -1;
}

.recruit_menu .ttl {
	font-size: 18px;
	font-weight: 500;
	line-height: 1;
	position: relative;
	padding-bottom: 20px;
}

.recruit_menu .ttl:after {
	content: '';
	background: #fff;
	height: 1px;
	width: 25px;
	position: absolute;
	bottom: 0;
	left: 0;
}

.recruit_menu .menu_btns {
	display: flex;
}

.recruit_menu .menu_btns .item {
	width: 290px;
	border: solid 1px #fff;
	text-align: center;
}

.recruit_menu .menu_btns .item a {
	display: block;
	padding: 19px 0;
	color: #fff;
	position: relative;
}

.recruit_menu .menu_btns .item a:after {
	content: '';
	background: url(../Image/common/arrow_white.png) no-repeat center / contain;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 20px;
	width: 22px;
	height: 10px;
	transition: 0.3s ease-in-out;
}

#work #mainimage,
#information #mainimage,
#entry #mainimage {
	margin-bottom: 0;
}

#work #main-cts,
#information #main-cts,
#entry #main-cts {
	overflow: hidden;
}

#work .mv_inner:after,
#information .mv_inner:after,
#entry .mv_inner:after {
	content: '';
	width: 100%;
	height: 30px;
	background: #0d840d;
	position: absolute;
	bottom: 0;
	z-index: -1;
}

/*仕事紹介*/
#work .container {
	padding-top: 93px;
}

#work .lead_box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#work .lead_box .txt_box {
	max-width: 1000px;
}

#work .work_box {
	margin-top: 100px;
}

#work .work_box .img_box {
	width: 50%;
}

#work .work_box .txt_box {
	width: 50%;
	padding-top: 80px;
}

#work .work_box .txt_box.right {
	padding-left: 50px;
}

#work .work_box .txt_box.left {
	padding-right: 50px;
}

/*募集要項*/
.table_recruit {
	border-collapse: separate;
	border-spacing: 60px 0;
}

.table_recruit tr:first-child th {
	border-top: solid 1px #0d840d;
}

.table_recruit tr:first-child td {
	border-top: solid 1px #d7dde0;
}

.table_recruit th,
.table_recruit td {
	padding: 33px 20px;
}

.table_recruit th {
	border-bottom: solid 1px #0d840d;
	width: 240px;
	font-weight: 500;
	text-align: left;
	vertical-align: top;
}

.table_recruit td {
	border-bottom: solid 1px #d7dde0;
	width: 900px;
}

.table_recruit .badge_list {
	display: flex;
	margin-top: 13px;
}

.table_recruit .badge_list .item {
	background: #0d840d;
	color: #fff;
	padding: 3px 10px;
	margin-right: 10px;
}

.table_recruit .badge_list .item:last-child {
	margin-right: 0;
}

.table_recruit .duration .badge_list,
.table_recruit .holiday .badge_list,
.table_recruit .welfare .badge_list {
	margin-top: 0;
}

.table_recruit .btn {
	margin-top: 13px;
}

#information .info_wrap {
	margin-right: -60px;
	margin-left: -60px;
	margin-top: 100px;
}

/*エントリーフォーム*/
#entry .container {
	padding-top: 93px;
}

#entry .lead_box {
	margin-bottom: 43px;
}

#entry .top_contact {
	background: #ebf5ed;
	text-align: center;
	margin-bottom: 100px;
	padding: 50px 0 43px 0;
}

#entry .top_contact .tel_box {
	line-height: 1;
	padding-bottom: 10px;
	border-bottom: solid 2px #0d840d;
	display: inline-block;
	margin-bottom: 23px;

}

#entry .top_contact .tel_box .num {
	font-size: 30px;
	font-weight: bold;
	display: inline-block;
	margin-left: 30px;
	color: #0d840d;
}

#entry .entry_lead {
	margin-top: 33px;
}

#entry .form_wrap {
	margin-top: 53px;
}

#entry .thanks .top_contact {
	margin-top: 100px;
	margin-bottom: 0;
}

#entry .thanks .top_contact .tel_box {
	margin-top: 23px;
}

@media only screen and (min-width:767px) {
	.recruit_menu .menu_btns .item a:hover {
		background: #111;
	}

	.recruit_menu .menu_btns .item a:hover:after {
		right: 15px;
	}
}



/*-----------------------------------------------------

　　お問い合わせ          contact

------------------------------------------------------*/
.table_contact .list span.txt {
	margin-right: 20px;
	width: 152px;
	display: inline-block;
}

.table_contact .list input {
	display: block;
}

.table_contact .list li {
	display: flex;
	align-items: center;
}

.table_contact .list li:not(:first-of-type) {
	margin-top: 15px;
}

#contact .lead_box {
	margin-bottom: 40px;
}

#contact .lead_box .ttl {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 14px;
}

#contact .form_wrap {
	margin-top: 73px;
}

#contact .attention {
	text-align: center;
	margin-top: 93px;
}

#contact .bottom_contact {
	margin-top: 43px;
	border: solid 1px #111;
	padding: 24px 0;
	text-align: center;
}

#contact .thanks .bottom_contact {
	margin-top: 100px;
}

#contact .bottom_contact span {
	display: block;
	font-weight: 500;
}



@media only screen and (min-width:767px) {}


/*-----------------------------------------------------

	各フォーム共通CSS			

------------------------------------------------------*/
.form_wrap #mailformpro tr {
	border-bottom: solid 1px #bbbbbb;
}

.form_wrap #mailformpro th,
.form_wrap #mailformpro td {}

.form_wrap #mailformpro th {
	width: 25%;
	text-align: left;
	font-size: 16px;
	position: relative;
	font-weight: 500;
	padding: 20px 0;
	vertical-align: top;
}

.form_wrap #mailformpro td {
	width: 75%;
	padding: 20px 50px;
}

.form_wrap #mailformpro .short {
	width: 190px;
}

.form_wrap #mailformpro .middle {
	width: 400px;
}

.form_wrap #mailformpro .long {
	width: 600px;
}

.form_wrap #mailformpro textarea,
.form_wrap #mailformpro input {
	padding: 3px 10px;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	box-sizing: border-box;
	font-size: 16px;
	font-family: 'Noto Sans JP', sans-serif;
	border-color: #bbbbbb;
	line-height: 1.87;

}

.form_wrap #mailformpro textarea {
	width: 100% !important;
	height: 150px !important;
}

.form_wrap #mailformpro label {
	display: block;
}

.mfp_element_all {
	max-width: 100%;
}

input::-webkit-input-placeholder {
	color: #aaaaaa;
}

input::-moz-placeholder {
	color: #aaaaaa;
}

input:-ms-input-placeholder {
	color: #aaaaaa;
}

/* 入力画面の「必須」のデザイン */
.must-fill,
.not-must-fill {
	color: #fff;
	font-size: 12px;
	background: #0d840d;
	padding: 1px 6px;
	display: inline-block;
	font-weight: 500;
	position: absolute;
	right: 0;
	top: 25px;
}

.not-must-fill {
	background: #afafaf;
}

.company .not-must-fill {
	background: #999999;
}



/*  Mailform pro Reset CSS 
-------------------------------*/
/*#mailformpro mfp_element_textarea {
	width: 60%;
	height: 200px;
}
.mfp_element_text, .mfp_element_number, .mfp_element_select-one, .mfp_element_email, .mfp_element_tel, .mfp_element_textarea {
	padding: 5px;
	font-size: 16px;
	box-shadow: none;
	box-sizing: border-box;
}*/
/*ボタンデザイン*/
div.btn_submit {
	max-width: 300px;
	position: relative;
	margin: 50px auto 0;
	padding: 0;
}

.mfp_element_submit,
.mfp_element_button {
	border-radius: 0;
	background: #0d840d;
	color: #fff;
	padding: 18px 25px;
	border: none;
	text-shadow: none;
	display: block;
	line-height: 1;
	width: 100%;
	font-size: 14px;
	font-weight: 700;
	max-width: 300px;
	transition: 0.3s ease-in-out;
	position: relative;
	font-family: 'Noto Sans JP', sans-serif;
	text-align: left;
}

.mfp_element_submit:after,
.mfp_element_button:after {
	content: '';
	background: url(../Image/common/arrow_white.png) no-repeat center / contain;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 25px;
	width: 22px;
	height: 10px;
	transition: 0.3s ease-in-out;
}

#mfp_button_send:after {
	background: url(../Image/common/arrow_white.png) no-repeat center / contain;
}

.mfp_element_button {
	display: inline-block;
}


form#mailformpro label.mfp_not_checked {
	border: none;
	padding: 0;
}

form#mailformpro label.mfp_checked {
	background: none;
	border: none;
	box-shadow: none;
	padding: 0;
}

div.prefcodeResult {
	width: 350px;
}

/*確認画面送信ボタン*/
#mfp_button_send {
	background: #0d840d;
	color: #fff;

}

/*確認画面キャンセルボタン*/

#mfp_button_cancel {
	background: #fff;
	color: #111;
	border: solid 1px #111;
}

#mfp_button_cancel:after {
	background: url(../Image/common/arrow_black.png) no-repeat center / contain;
}





@media screen and (min-width : 768px) {

	.mfp_element_submit:hover,
	.mfp_element_reset:hover,
	.mfp_element_button:hover,
	button.mfp_next:hover,
	button.mfp_prev:hover {
		background: none;
		box-shadow: none;
		background: #111111;
	}

	.mfp_element_submit:hover:after,
	.mfp_element_button:hover:after {
		right: 15px;
	}

	#mfp_button_send:hover {
		background: #111111;
	}

	#mfp_button_cancel {
		opacity: 0.7;
	}

}

/*mailformproを使用する場合、エラーメッセージなどのエフェクトがうざい場合は以下を使ってください。must-fillはサイト毎に変更必要です。*/
/* 入力エラーのチカチカなし、文字色 */
div.mfp_err {
	background: none;
	padding-left: 0;
	color: #c10000;
	font-weight: bold;
}

/* エラー箇所のフォーム部品を色つきで強調 */
.problem {
	background-color: #efefef;
}

/* 入力OKのエフェクト */
div.mfp_ok {
	background-color: #ff7500;
	border-color: #ff7500;
	font-size: 12px;
}

/* 内容確認画面のテーブルを全幅 */
#mfp_confirm_table {
	width: 100%;
	margin: 0 auto 50px;
}

/* 内容確認画面のテーブルのデザイン */
#mfp_confirm_table tr {
	border-bottom: 1px solid #bbbbbb;
}

table#mfp_confirm_table tr th {
	width: 25%;
	font-size: 16px;
	padding: 20px;
	border: none;
}

table#mfp_confirm_table tr td {
	font-size: 16px;
	padding: 30px 20px;
	border: none;
}

table#mfp_confirm_table tr.mfp_colored,
table#mfp_confirm_table tr.mfp_achroma {
	background-color: transparent;
}

div#mfp_phase_confirm .mfp_buttons button:nth-child(1) {
	margin-right: 15px;
}

div#mfp_phase_confirm .mfp_buttons {
	font-size: 0;
	padding: 0;
}

div#mfp_phase_confirm h4 {
	color: #111111;
	font-size: 24px;
	padding: 0;
	margin-bottom: 30px;
	font-weight: 500;
}

form#mailformpro {
	padding: 0px;
}



/*-----------------------------------------------------

　　プライバシーポリシー          

------------------------------------------------------*/
#privacypolicy .privacy {
	padding: 93px 0;
}

#privacypolicy .lead_box {
	margin-bottom: 93px;
}

#privacypolicy .box:not(:first-child) {
	margin-top: 93px;
}

#privacypolicy .list {
	padding: 0 20px;
	margin-top: 16px;
}

#privacypolicy .list li:not(:first-child) {
	margin-top: 16px;
}

#privacypolicy .ga {
	margin-top: 16px;
}

#privacypolicy .ga .link {
	display: block;
	text-decoration: underline;
}

@media only screen and (min-width:767px) {}

/*-----------------------------------------------------

　　サイトマップ          

------------------------------------------------------*/

#sitemap .sitemap_list {
	display: flex;
	flex-wrap: wrap;
	border-top: solid 1px #111;
	border-left: solid 1px #111;
}

#sitemap .sitemap_list li {
	width: 33.3333%;
	border-right: solid 1px #111;
	border-bottom: solid 1px #111;
	text-align: center;
}

#sitemap .sitemap_list li a {
	display: block;
	padding: 32px 0;
	line-height: 1;
	font-weight: 500;
}

@media only screen and (min-width:767px) {

	#sitemap .sitemap_list li a:hover {
		background: #0d840d;
		color: #fff;
	}
}

/*-----------------------------------------------------
	WP PAGER
------------------------------------------------------*/
.wp-pagenavi {
	text-align: center;
	margin-top: 70px;
}

.wp-pagenavi * {
	display: inline-block;
	width: 40px;
	line-height: 40px;
	text-decoration: none;
	transition: 0.3s linear;
	/*margin-right: 0.5em;*/
	transform: scale(0.8);
}

.wp-pagenavi *:not(.extend) {
	color: #0d840d;
	border: solid 1px #0d840d;
}

.wp-pagenavi a {}

.wp-pagenavi .current {
	background-color: #0d840d;
	color: #fff;
	transform: scale(1);
}

.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .first,
.wp-pagenavi .last {
	padding: 0 0.5em;
	box-sizing: content-box;
}

@media screen and (min-width : 768px) {

	/* ボタン<a>タグのホバー時のデザイン */
	.wp-pagenavi a:hover {
		color: #fff;
		background: #0d840d;
	}
}


.new-info-link {
	position: relative;
	display: inline-block;
	text-decoration: none;
	color: #000;
	font-weight: bold;
}

.drawer-menu .sp_menu li {
	position: relative;
}

.badge {
	position: absolute;
	top: -20px;
	right: -20px;
	background-color: #ff0000;
	color: #fff;
	border-radius: 50%;
	padding: 3px 5px;
	font-size: 10px;
	display: none;
	z-index: 1;
}

.sp_menu .badge {
	top: 10px;
	right: 20px;
}

.badge.show {
	display: inline-block;
	transition: 0.3s;
	animation-name: new;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

.recruit_bnr {
	position: fixed;
	right: 0;
	bottom: 30%;
	background: #0d840d;
	padding: 1.5em;
	width: 7em;
}

.recruit_bnr .recruit_text__ttl {
	display: flex;
	flex-direction: column;
}

.recruit_bnr h3 p {
	color: #fff;
	writing-mode: vertical-rl;
	text-orientation: mixed;
}

.recruit_bnr h3 a {
	display: flex;
	align-items: flex-start;

}

.recruit_bnr h3 span {
	color: #fff;
	text-align: center;

}

@keyframes new {
	0% {
		transform: translateY(0px);
	}

	25% {
		transform: translateY(-2px);
	}

	50% {
		transform: translateY(0px);
	}

	75% {
		transform: translateY(2px);
	}

	100% {
		transform: translateY(0px);
	}
}

.contact_bnr {
	display: none;
}

@media screen and (max-width: 767px) {
	.bnr_wrap {
		display: flex;
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		background: linear-gradient(90deg, rgba(0, 177, 157, 1) 0%, rgba(0, 200, 80, 1) 100%);
		height: 4.5em;
	}

	.recruit_bnr {
		top: auto;
		position: static;
		right: auto;
		box-sizing: content-box;
		display: flex;
		width: 50%;
		background: transparent;
		border-right: 1px solid #fff;
		padding: 0.5em 0.8em;
	}

	.recruit_bnr h3 a {
		flex-direction: column;

	}

	.recruit_bnr h3 p {
		writing-mode: horizontal-tb;
		font-size: 24px !important;
	}

	.contact_bnr {
		display: flex;
		background: transparent;
		padding: 0.5em 0.8em;
		box-sizing: content-box;
		width: 50%;
	}

	.contact_text__ttl {
		width: 100%;
	}

	.contact_bnr h3 p {
		color: #fff;
		writing-mode: horizontal-tb;
		font-size: 24px;
		line-height: 1;
		font-family: 'Oswald', sans-serif;
		font-weight: 500;
		margin-bottom: 0.25em;
	}

	.contact_bnr h3 a {
		display: flex;
		flex-direction: column;

	}

	.contact_bnr h3 span {
		color: #fff;
		text-align: center;
		line-height: 1;
		text-align: left;
	}

	.img-box {
		width: 4em;
		display: flex;
		align-items: center;
		margin-left: auto;
	}

	.totop {
		bottom: 12%;
	}

	footer {
		padding-bottom: 4.5em;
	}
}