@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;500;700;900&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap');

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

html {
	font-size: 62.5%;
	overflow: auto;
}

body {
	position: relative;
	color: #000;
	font-size: 1.5rem;/*15px*/
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 400;
	line-height: 2.0;
	text-align: justify;
	-webkit-text-size-adjust: 100%;
	font-variant-ligatures: none;/*safari 文字間ハック*/
	background-color: #fff;
	padding-top: 115px;
	overflow-x: auto;/*スクロールバー非表示ハック*/
}

body#home {
	padding-top: 0;
}

a {
	color: #00a945;
	font-weight: 400;
	text-decoration: none;
	transition: 0.3s;
}

a:hover {
	cursor: pointer;
	text-decoration: underline;
}

img {
	pointer-events: none;
	vertical-align: middle;
}

a img {
	transition: 0.3s;
	vertical-align: middle;
}

a:hover img {
	cursor: pointer;
	opacity: 0.7;
}

.spOnly {
	display: none;
}


/* Wrap
****************************************
 */

#Wrap {
	width: 1300px;
	margin: 0 auto;
}


/* header
****************************************
 */

#HeaderWrap {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background:rgba(255,255,255,0);
	z-index: 999;
	transition: 0.3s;
}

#HeaderWrap.fixedmenu {
	background:rgba(255,255,255,1);
}

#home #HeaderWrap {
	background:rgba(255,255,255,0);
	border-bottom: 1px solid #c9caca;
}

#home #HeaderWrap.fixedmenu {
	background:rgba(255,255,255,1);
	border-bottom: none;
}

#header {
	position: relative; 
	width: 1300px;
	height: 115px;
	margin: 0 auto;
	z-index: 2;
}

#header #logo {
	position: absolute;
	top: 30px;
	left: 50px;
	width: 337px;
}

#header #logo a {
	overflow: hidden;
	display: block;
	width: 100%; /* 337px */
	height: 0;
	background: url(../img/logo.png) no-repeat left top;
	background-size: 100% auto;
	padding-top: 47px;
	transition: 0.3s;
}

#header #logo a:hover {
	opacity: 0.7;
}

/* ナビ メイン */

#header #navi ul.menu01 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: absolute;
	top: 55px;
	right: 50px;
	width: 795px;
}

#header #navi ul.menu01 li {
	flex: none;
	line-height: 1.2;
	padding: 4px 0;
}

#header #navi ul.menu01 li a {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	display: inline-block;
	color: #00a945;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none;
	transition: 0.3s;
}

#header #navi ul.menu01 li a:hover {
	color: #000;
}

#header #navi ul.menu01 li a:before {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -8px;
	content: "";
	width: 100%;
	height: 2px;
	background: #000;
	margin: 0 auto;
	transform: scale(0, 1);
	transition: 0.4s;
}

#header #navi ul.menu01 li a:hover:before {
	transform: scale(1, 1) ;
}

#header #navi ul.menu01 li:nth-child(6) {
	border-left: 1px solid #c9caca;
	padding-left: 30px;
	margin-left: 10px;
}

#header #navi ul.menu01 li:nth-child(1) a,
#header #navi ul.menu01 li:nth-last-child(-n+3) a {
	font-family: 'Roboto', sans-serif;
}


/* スマホEnglishメニュー */

#header ul.menu02 {
	display: none;
}

/* 該当メイン */
#biomass #header #navi ul.menu01 li:nth-child(2) a,
#sustainable #header #navi ul.menu01 li:nth-child(3) a,
#info.topindex #header #navi ul.menu01 li:nth-child(4) a,
#info.outline_e #header #navi ul.menu01 li:nth-child(4) a,
#info.message #header #navi ul.menu01 li:nth-child(4) a,
#info.salagroup #header #navi ul.menu01 li:nth-child(4) a,
#info.recruit #header #navi ul.menu01 li:nth-child(5) a,
#news #header #navi ul.menu01 li:nth-child(6) a,
#info.form #header #navi ul.menu01 li:nth-child(7) a {
	color: #000;
}

#biomass #header #navi ul.menu01 li:nth-child(2) a:before,
#sustainable #header #navi ul.menu01 li:nth-child(3) a:before,
#info.topindex #header #navi ul.menu01 li:nth-child(4) a:before,
#info.outline_e #header #navi ul.menu01 li:nth-child(4) a:before,
#info.message #header #navi ul.menu01 li:nth-child(4) a:before,
#info.salagroup #header #navi ul.menu01 li:nth-child(4) a:before,
#info.recruit #header #navi ul.menu01 li:nth-child(5) a:before,
#news #header #navi ul.menu01 li:nth-child(6) a:before,
#info.form #header #navi ul.menu01 li:nth-child(7) a:before {
	transform: scale(1, 1) ;
}


/* パン屑
****************************************
 */

#breadcrumb {
	display: flex;
	flex-wrap: wrap;
	justify-content: start;
	align-items: center;
	width: 100vw;
	min-height: 40px;
	background-color: #e6e6e6;
	padding: 14px 0;
	margin: 0 calc(50% - 50vw);
}

#breadcrumb ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: start;
	align-items: center;
	width: 1200px;
	margin: 0 auto;
}

#breadcrumb ul li {
	position: relative; 
	font-size: 1.3rem;
	color: #000;
	font-weight: 500;
}

#breadcrumb ul li::before {
	content: "ー";
	color: #000;
	font-weight: 300;
	margin: 0 14px;
}

#breadcrumb ul li:nth-child(1):before {
	content: "";
	margin: 0;
}

#breadcrumb ul li a {
	color: #000;
	text-decoration: underline;
	transition: 0.3s;
}

#breadcrumb ul li a:hover {
	text-decoration: none;
	opacity: 0.7;
}


/* Common
****************************************
 */

/* フェード
-------------------------------------- */

.fadeCol {
	opacity: 0;
	transform: translate(0, 80px);
}

.fadeCol.active {
	opacity: 1;
	transform: translate(0, 0);
	transition: all 1s;
} 

/* コンテンツ
--------------------------------------*/

.Contents_Wrap {
	position: relative;
	width: 100%;
}

.Contents {
	width: 1200px;
	margin: 80px auto 0;
}

/* h1 */

.titleWrap {
	width: 100vw;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
	margin: 0 calc(50% - 50vw);
}

.titleWrap .titleCol {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	flex-direction: column;
	width: 1200px;
	height: 400px;
	color: #fff;
	margin: 0 auto;
}

.titleWrap .titleCol p {
	font-size: 1.6rem;
	font-weight: 500;
}

.titleWrap .titleCol p span {
	position: relative; 
	font-family: 'Roboto', sans-serif;
}

.titleWrap .titleCol p span::before {
	content: "ー";
	margin: 0 14px;
}

.topindex .titleWrap .titleCol p span::before,
.recruit .titleWrap .titleCol p span::before {
	content: "";
	margin: 0 0 0 8px;
}


.titleWrap .titleCol h1 span {
	position: relative; 
	display: inline-block;
	font-size: 4.8rem;
	line-height: 1.2em;
	font-weight: 400;
	letter-spacing: 2px;
	margin-top: 5px;
}

.titleWrap .titleCol h1 span::before {
	position:absolute;
	content: "";
	width: 60px;
	height: 60px;
	top: -3px;
	right: -80px;
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100% auto;
}

/* h2 */

h2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	justify-content: center;
	align-items: top;
	height: 70px;
	font-size: 3.0rem;
	line-height: 1.2em;
	font-weight: 700;
	letter-spacing: 1px;
	border-bottom: 1px solid #e6e6e6;
	margin: 120px 0 50px 0;

}

h2.fst {
	margin-top: 0;
}


/* h3 */

h3 {
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 1px;
	margin-bottom: 20px;
}

h3.bar {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 150px;
	height: 36px;
	color: #fff;
	background-color: #00a945;
	border-radius: 9999px;
}

/* h4 */

h4 {
	font-size: 2.0rem;
	font-weight: 500;
	line-height: 1.6;
	margin-bottom: 20px;
}

/* h5 */

h5 {
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.4;
	margin-bottom: 10px;
}

/* h6 */

h6 {
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.4;
	margin-bottom: 10px;
}

/* read */

.readCol {
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 2.0;
	text-align: center;
	margin-bottom: 80px;
}

/* リスト */

ul.disc li {
	list-style-type: disc;
	margin-left: 1.6em;
}

ul.dot li,
ul.cir li,
p.dot {
	position: relative;
	padding: 0.25em 0.25em 0.25em 1.25em;
}

ul.dot li::before,ul.cir li::before,p.dot::before {
	position: absolute;
	top: 0.25em;
	left: 0;
	display: inline-block;
	content: "⚫︎";
}

ul.cir li::before {
	content: "⚪︎";
}

p.dot::before {
	content: "・";
	font-weight: 900;
}

ol.num li {
	list-style-type: decimal;
	margin-left: 1.6em;
	margin-bottom: 0.8em;
}

/* 注釈 */

.atsn,ul.atsn_list li {
	position: relative;
	padding: 0.25em 0.25em 0.25em 1.25em;
}

.atsn::before,ul.atsn_list li::before {
	position: absolute;
	top: 0.25em;
	left: 0;
	display: inline-block;
	content: "※";
}


/* font */

.small {
	font-size: 1.4rem;/*14px*/
}

.font_green {
	color: #00a945;
}

.font_red {
	color: #d90000;
}

.font_white {
	color: #fff;
}

/* bg_color */

.bg_green {
	background-color: #00a945;
}

.bg_green2 {
	background-color: #f2ffef;
}

.bg_white {
	background-color: #fff;
}

.bg_gray {
	background-color:#f7f7f8;
}

.bg_gray2 {
	background-color: #efefef;
}

/* bd_color */

.bd_green {
	border: 1px solid #00a945;
}

.bd_gray {
	border: 1px solid #f7f7f8;
}

/* キャプション */
.cap {
	font-size: 1.4rem;
	line-height: 1.4;
	margin-top: 10px;
}

/* リンク関連*/

.link_next a {
	position: relative;
	display: inline-block;
	min-height: 34px;
	font-weight: 500;
	padding: 2px 0 0 36px;
}

.link_next a::before,
.link_next a::after {
	position: absolute;
	top: -1px;
	bottom: 0;
	left: 4px;
	margin: auto;
	content: "";
	vertical-align: middle;
}

.link_next a::before {
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: #00a945;
}

.link_next a::after {
	left: 12px;
	width: 6px;
	height: 6px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	transform: rotate(45deg);
}

.link_pdf a {
	display: inline-block;
	min-height: 34px;
	font-weight: 500;
	background-image: url(../img/icn_pdf.png);
	background-repeat: no-repeat;
	background-position: left 4px;
	background-size: 26px auto;
	padding: 2px 0 0 36px;
}

.link_out a {
	display: inline-block;
	min-height: 34px;
	font-weight: 500;
	background-image: url(../img/icn_out.png);
	background-repeat: no-repeat;
	background-position: 2px 5px;
	background-size: 24px auto;
	padding: 2px 0 0 36px;
}

.pdf_list {
	border-top: 1px dashed #dcdddd;
}

.pdf_list li {
	position: relative;
	border-bottom: 1px dashed #dcdddd;
	padding: 20px 0;
}

.pdf_list a {
	display: inline-block;
	min-height: 29px;
	background-image: url(../img/icn_pdf.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 26px auto;
	padding: 0 0 0 36px;
}

/* リンクボタン */

.linkbtn {
	width: 270px;
}

.linkbtn a {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 100%;
	height: 42px;
	font-size: 1.6rem;
	color: #fff;
	font-weight: 500;
	letter-spacing: 1px;
	background-color: #00a945;
	border-radius: 9999px;
}


.linkbtn a::before,
.linkbtn a::after {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	margin: auto;
	content: "";
	vertical-align: middle;
}

.linkbtn a::before{
	box-sizing: border-box;
	width: 22px;
	height: 22px;
	background-color: #fff;
	border-radius: 9999px;
}
.linkbtn a::after{
	right: 29px;
	width: 6px;
	height: 6px;
	border-top: 2px solid #00a945;
	border-right: 2px solid #00a945;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.linkbtn a:hover {
	text-decoration: none;
	opacity: 0.7;
}


/* Col */

.Col1,.Col2,.Col3 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.Col1 .inrCol,.Col2 .inrCol,.Col3 .inrCol {
	flex: none;
}

.Col1 .inrCol {
	width: 100%;
}

.Col2 .inrCol {
	width: 47.92%;/* 575-1200 */
	margin-top: 40px;
}

.Col2 .inrCol:nth-child(-n+2) {
	margin-top: 0;
}

.Col3 .inrCol {
	width: 30%;/* 360-1200 */
}

.Col1 .inrCol .pic,
.Col2 .inrCol .pic,
.Col3 .inrCol .pic {
	flex: none;
	width: 100%;
}

.Col1 .inrCol .pic img,
.Col2 .inrCol .pic img,
.Col3 .inrCol .pic img {
	width: 100%;
	height: auto;
}

/* 写真 + text */

.picCol_l,.picCol_r {
	display: flex;
	justify-content: space-between;
	align-items: start;
	flex-wrap: wrap;
}

.picCol_l {
	flex-direction: row-reverse;
}

.picCol_l .pic,.picCol_r .pic {
	flex: none;
	overflow:hidden;
	width: 43.33%;/* 520-1200 */
	text-align: center;
}

.picCol_l .pic img,.picCol_r .pic img {
	width: 100%;
	height: auto;
}

.picCol_l .txt,.picCol_r .txt {
	flex: none;
	width: calc(100% - 48.33%);/* 1200-580 */
}

/* テーブル */

table th.center,table td.center {
	text-align: center;
}

table th.left,table td.right {
	text-align: right;
}

table th.left,table td.left {
	text-align: left;
}

table table.type0 {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

table table.type0 td {
	border-collapse:collapse;
	border: none !important;
	padding: 1px;
}

table.type1 {
	border-collapse:collapse;
	border: 1px solid #c9caca;
	background-color: #fff;
}

table.type1 th {
	font-weight: 500;
	vertical-align: top;
}

table.type1 th, table.type1 td {
	padding: 12px 40px;
	border-collapse:collapse;
	border: 1px solid #c9caca;
}

table.type2 {
	width: 100%;
	border-collapse:collapse;
}

table.type2 th, table.type2 td {
	padding: 22px 0;
	border-collapse:collapse;
	vertical-align: top;
	border-bottom: 1px solid #c9caca;
}

table.type2 th:nth-child(odd), table.type2 td:nth-child(odd) {
	padding-right: 22px;
}

table.type2 th {
	font-weight: 500;
	border-bottom: 1px solid #c9caca;
}

/* DL */

dl.type1 {
	display: flex;
	flex-wrap: wrap;
}

dl.type1 dt {
	flex: none;
	font-weight: 500;
	border-bottom: 1px solid #a1a1a1;
	padding: 20px 20px 20px 0;
}

dl.type1 dt:nth-child(-n+1) {
	border-top: 1px solid #a1a1a1;
}

dl.type1 dd {
	flex: none;
	border-bottom: 1px solid #dcdddd;
	padding: 20px 0 20px 20px;
}

dl.type1 dd:nth-child(-n+2) {
	border-top: 1px solid #dcdddd;
}


/*box*/

.box_bg {
	width: 100%;
	padding: 40px;
	margin: 0 auto;
}

/*margin*/

.mt0 { margin-top: 0px !important; }
.mt5 { margin-top: 5px !important; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mt25 { margin-top: 25px !important; }
.mt30 { margin-top: 30px !important; }
.mt40 { margin-top: 40px !important; }
.mt50 { margin-top: 50px !important; }

.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb50 { margin-bottom: 50px !important; }
.mb60 { margin-bottom: 60px !important; }


/* アコーディオン
--------------------------------------*/

.acodion_btn {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 60px;
	font-size: 2.4rem;
	line-height: 1.2;
	font-weight: 500;
	color: #000;
	letter-spacing: 1px;
	background-color: #fff;
	border: 1px solid #000;
	padding-left: 30px;
	cursor: pointer;
}

.acodion_btn p {
	width: calc(100% - 70px);
}

.acodion_btn span {
	position: relative;
	display: block;
	width: 60px;
	height: 100%;
	background-color: #000;
}

/* 二本の横棒を作成する */
.acodion_btn span::before,
.acodion_btn span::after {
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	content: '';
	display: block;
	width: 20px;
	height: 3px;
	background-color: #fff;
	margin: auto;
	border-radius: 5px;
	transform: translateY(-50%);
	transition: opacity 1s;
}

.acodion_btn span::after {
	background-color: #fff;
	transform: translateY(-50%) rotate(90deg);
	transition: transform 0.5s;
}

.acodion_btn.active span::before {
	opacity: 0;
}

.acodion_btn.active span::after {
	transform: translateY(-50%) rotate(180deg);
}

.acodion_box {
	display: none;
	padding: 60px 30px;
	border: solid #000 ;
	border-width: 0px 1px 1px 1px;
	background-color: #fff;
}

/* ホーム
***************************************
 */

/* main_movie
--------------------------------------*/

#home .main_movie {
	overflow: hidden;
	width: 100vw;
	height: 56.25%;/* 1920-1080 */
	margin: 0 calc(50% - 50vw);
}

#home .main_movie #video {
	top:0;
	width: 100%;
	height: auto;
}

/* トップNewsリスト
--------------------------------------*/

#home .newsCol {
	width: 1200px;
	margin: 140px auto 0 auto;
}

#home .newsCol .titleCol {
	font-family: 'Roboto', sans-serif;
	font-size: 4.5rem;
	font-weight: 500;
	line-height: 1.2;
	text-align: center;
}

#home .newsCol .titleCol p {
	position: relative;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 2.0rem;
	color: #00a945;
	font-weight: 500;
	line-height: 1.2;
}

.newsCol dl {
	flex: none;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin-top: 45px;
}

.newsCol dl dt,
.newsCol dl dd {
	border-bottom: 1px solid #dcdddd;
	padding: 12px 20px;
}

.newsCol dl dt {
	flex: none;
	width: 125px;
	font-family: 'Roboto', sans-serif;
	font-size: 1.5rem;
	line-height: 2;
	font-weight: 500;
}

.newsCol dl dd {
	flex: none;
	width: calc(100% - 125px);
	font-size: 1.6rem;
}

.newsCol dl dd span.tag_pr {
	color: #fff;
	font-weight: 500;
	background-color: #727171;
	padding: 2px 20px;
	margin-right: 20px;
	border-radius: 9999px;
}

.newsCol dl dd a {
	color: #000;
}

.newsCol dl dd a:hover {
	color: #00a945;
}

#home .newsCol .linkbtnCol {
	display: flex;
	flex-wrap: wrap;
	justify-content: right;
	margin-top: 60px;
}


/* challengeCol
--------------------------------------*/

#home .challengeCol {
	width: 1200px;
	margin: 60px auto 0 auto;
}

#home .challengeCol .titleCol {
	font-family: 'Roboto', sans-serif;
	font-size: 4.5rem;
	font-weight: 500;
	line-height: 1.2;
	text-align: center;
}

#home .challengeCol .titleCol p {
	position: relative;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 2.0rem;
	color: #00a945;
	font-weight: 500;
	line-height: 1.2;
}

#home .challengeCol .titleCol p span {
	font-size: 3.0rem;
}

#home .challengeCol .menuCol {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 70px;
}

#home .challengeCol .menuCol li {
	width: 393px;
}

#home .challengeCol .menuCol li a {
	position: relative;
	overflow:hidden;
	display: block;
	width: 100%;
	height: 0;
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100% auto;
	padding-top: 500px;
	transition: 0.3s;
}

#home .challengeCol .menuCol li a::after {
	position: absolute;
	content: "";
	display: inline-block;
	width: 100%;
	height: 500px;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	background-position: left top;
	background-size: contain;
	transition: 0.3s;
}

#home .challengeCol .menuCol li.btn01 a::after {
	background-image: url(../../images/top_btn01b.jpg);
}
#home .challengeCol .menuCol li.btn02 a::after {
	background-image: url(../../images/top_btn02.jpg);
}
#home .challengeCol .menuCol li.btn03 a::after {
	background-image: url(../../images/top_btn03b.jpg);
}

#home .challengeCol .menuCol li a:hover::after {
	transform: scale(1.1);
}

/* fade */

#home .challengeCol .menuCol li.fadeCol:nth-child(1) {
	transition-delay: 0.2s;
}
#home .challengeCol .menuCol li.fadeCol:nth-child(2) {
	transition-delay: 0.4s;
}
#home .challengeCol .menuCol li.fadeCol:nth-child(3) {
	transition-delay: 0.6s;
}

/* グループ
--------------------------------------*/

#home .groupCol {
	width: 1200px;
	background-image: url(../../images/top_group_bg.jpg);
	background-repeat: repeat-y;
	background-position: top left;
	background-size: 100% auto;
	padding: 20px;
	margin: 120px auto 0 auto;
}

#home .groupCol .txtCol {
	background-color: #fff;
	padding: 30px 40px 20px 40px;
}

#home .groupCol .txtCol .logo_g {
	overflow:hidden;
	width: 206px;
}

#home .groupCol .txtCol .logo_g a {
	display: block;
	width: 100%;
	height: 0;
	background-image: url(../../images/top_group_logo.png);
	background-repeat: no-repeat;
	background-position: top left;
	background-size: 100% auto;
	padding-top: 21px;
}

#home .groupCol .txtCol .logo_g a:hover { 
	opacity: 0.7;
}

#home .groupCol .txtCol .txt {
	font-size: 1.7rem;
	margin-top: 14px;
}


/* バナー
--------------------------------------*/

#home .bnrCol {
	width: 1200px;
	margin: 80px auto 0 auto;
}

#home .bnrCol .menuCol {
	display: flex;
	flex-wrap: wrap;
}

#home .bnrCol .menuCol li {
	width: 270px;
	margin: 20px 40px 0 0;
}

#home .bnrCol .menuCol li:nth-child(4n) {
	margin-right: 0;
}

#home .bnrCol .menuCol li a {
	display: block;
	transition: 0.3s;
}

#home .bnrCol .menuCol li a img {
	width: 100%;
	height: auto;
	border: 1px solid #dcdddd;
}

#home .bnrCol .menuCol li a:hover img { 
	text-decoration: none;
	opacity: 0.7;
}


/* トップインデックス共通
****************************************
 */

.topindex .menuCol {
	display: flex;
	flex-wrap: wrap;
	justify-content: start;
	gap: 50px;
}

.topindex .menuCol li {
	width: 560px;
}

.topindex .menuCol li > a {
	position: relative;
	overflow:hidden;
	display: block;
	width: 100%;
	height: 0;
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100% auto;
	padding-top: 280px;
	transition: 0.3s;
}

.topindex .menuCol li > a::after {
	position: absolute;
	content: "";
	display: inline-block;
	width: 100%;
	height: 280px;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100% auto;
	transition: 0.3s;
}

.topindex .menuCol li > a:hover::after {
	transform: scale(1.1);
}

.topindex .menuCol li span {
	display: inline-block;
	margin-top: 10px;
}

.topindex .menuCol li span a {
	position: relative;
	display: inline-block;
	color: #000;
	font-weight: 500;
	padding: 0 16px 0 0;
	transition: 0.3s;
}

.topindex .menuCol li span a::before,
.topindex .menuCol li span a::after{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}

.topindex .menuCol li span a::before{
	right: 0;
	width: 8px;
	height: 8px;
	border-top: 2px solid #00a945;
	border-right: 2px solid #00a945;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.topindex .menuCol li span a:hover {
	text-decoration: none;
	opacity: 0.7;
}


/* fade */

.topindex .menuCol li.fadeCol:nth-child(1) {
	transition-delay: 0.2s;
}
.topindex .menuCol li.fadeCol:nth-child(2) {
	transition-delay: 0.4s;
}
.topindex .menuCol li.fadeCol:nth-child(3) {
	transition-delay: 0.6s;
}
.topindex .menuCol li.fadeCol:nth-child(4) {
	transition-delay: 0.8s;
}


/* サーラの発電所
****************************************
 */

#biomass .titleWrap {
	background:url(../../biomass/images/ttl_bg2.jpg);
	background-size: 100% auto;
}

#biomass .titleWrap .titleCol h1 span::before {
	top: 0;
	right: -100px;
	background:url(../img/icn_plant2.png);
	background-size: 100% auto;
}


/* インデックス
--------------------------------------*/

#biomass.topindex .menuCol li.btn01 a::after {
	background-image: url(../../biomass/images/top_btn01.jpg);
}
#biomass.topindex .menuCol li.btn02 a::after {
	background-image: url(../../biomass/images/top_btn02.jpg);
}

/* 事業概要
--------------------------------------*/

/*バイオマス発電とは*/

#biomass.about .about_biomass {
	width: 550px;
	margin: 0 auto;
}

#biomass.about .about_biomass img {
	width: 100%;
	height: auto;
}

#biomass.about .aboutCol {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 60px;
}

#biomass.about .aboutCol .txt {
	width: 735px;
}
#biomass.about .aboutCol .pic {
	overflow:hidden;
	width: 420px;
	height: 0;
	background-image: url(../../biomass/images/biomass_pic.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	background-size: 100% auto;
	padding-top: 240px;
}

#biomass.about .carbonCol {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: center;
	width: 1000px;
	margin: 60px auto 0 auto;
}

#biomass.about .carbonCol .txt {
	width: 580px;
}

#biomass.about .carbonCol .pic {
	width: 370px;
}

#biomass.about .carbonCol .pic img { 
	width: 100%;
	height: auto;
}

/*バイオマス発電のメリット*/

#biomass.about .Col3 h4 {
	font-size: 2.4rem;
	font-weight: 700;
	color: #00a945;
	line-height: 1.5;
	margin-top: 20px;
}

/*バイオマス発電の燃料*/

#biomass.about .fuel {
	overflow:hidden;
	width: 100%;
	height: 0;
	background-image: url(../../biomass/images/fuel.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	background-size: 100% auto;
	padding-top: 268px;
}

/*バイオマス発電の仕組み*/

#biomass.about .structure {
	overflow:hidden;
	width: 100%;
	height: 0;
	background-image: url(../../biomass/images/structure2508.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	background-size: 100% auto;
	padding-top: 300px;
}

/* 設備概要
--------------------------------------*/

#biomass.plant dl.type1 dt {
	position: relative;
	width: 260px;
}

#biomass.plant dl.type1 dd {
	width: calc(100% - 260px);
}



/* 持続可能性への取り組み
****************************************
 */

#sustainable .titleWrap {
	background:url(../../sustainable/images/ttl_bg.jpg);
	background-size: 100% auto;
}

#sustainable .titleWrap .titleCol h1 span::before {
	background:url(../img/icn_earth.png);
	background-size: 100% auto;
}

/* インデックス
--------------------------------------*/

#sustainable.topindex .menuCol li.btn04 > a {
	border: 1px solid #0599d9;
}

#sustainable.topindex .menuCol li.btn01 a::after {
	background-image: url(../../sustainable/images/top_btn01.jpg);
}
#sustainable.topindex .menuCol li.btn02 a::after {
	background-image: url(../../sustainable/images/top_btn02.jpg);
}
#sustainable.topindex .menuCol li.btn03 a::after {
	background-image: url(../../sustainable/images/top_btn03.jpg);
}
#sustainable.topindex .menuCol li.btn04 a::after {
	background-image: url(../../sustainable/images/top_btn04.jpg);
}

/* 持続可能性への宣言
--------------------------------------*/


/* 基本理念 */

#sustainable .philosophyCol {
	width: 100%;
	font-size: 1.7rem;
	font-weight: 500;
	text-align: center;
	background-color: #f2ffef;
	padding: 40px;
	margin-top: 40px;
}

/* 燃料概要
--------------------------------------*/

#sustainable.fuel h3.bar {
	width: 320px;
}


/* ライフサイクルGHGとは
--------------------------------------*/

#sustainable.lifecycleghg .pksCol,
#sustainable.lifecycleghg .woodcCol {
	overflow:hidden;
	width: 100%;
	height: 0;
	background-image: url(../../sustainable/images/ghg_pks.png);
	background-repeat: no-repeat;
	background-position: top left;
	background-size: 100% auto;
	padding-top: 335px;
	margin-bottom: 120px;
}

#sustainable.lifecycleghg .woodcCol {
	background-image: url(../../sustainable/images/ghg_woodc.png);
	margin-bottom: 0;
}


/* SDGｓへの取り組み
--------------------------------------*/

/* SDGs（持続可能な開発目標）とは */

#sustainable.sdgs .msgCol {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

#sustainable.sdgs .msgCol .pic {
	width: 300px;
	text-align: center;
}

#sustainable.sdgs .msgCol .pic img {
	width: 50%;
	height: auto;
}

#sustainable.sdgs .msgCol .txt {
	width: 900px;
}

/* バイオマス発電事業とSDGsの関わり */

#sustainable.sdgs .relationCol {
	width: 1000px;
	margin: 60px auto 0 auto;
}

#sustainable.sdgs .relationCol img {
	width: 100%;
	height: auto;
}


/* 企業情報
****************************************
 */

#info .titleWrap {
	background:url(../../info/images/ttl_bg2.jpg);
	background-size: 100% auto;
}

#info .titleWrap .titleCol h1 span::before {
	background:url(../img/icn_about.png);
	background-size: 100% auto;
}

/* インデックス
--------------------------------------*/

#info.topindex .menuCol li.btn03 > a {
	border: 1px solid #40a73a;
}

#info.topindex .menuCol li.btn01 a::after {
	background-image: url(../../info/images/top_btn01.jpg);
}
#info.topindex .menuCol li.btn02 a::after {
	background-image: url(../../info/images/top_btn02.jpg);
}
#info.topindex .menuCol li.btn03 a::after {
	background-image: url(../../info/images/top_btn03.jpg);
}

/* 会社概要
--------------------------------------*/

#info.outline_e dl.type1 dt {
	position: relative;
	width: 260px;
}

#info.outline_e dl.type1 dd {
	width: calc(100% - 260px);
}

/* トップメッセージ
--------------------------------------*/

#info.message .msgCol {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#info.message .msgCol .pic {
	overflow: hidden;
	width: 280px;
	height: 0;
	background-image: url(../../info/images/message_p1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100% auto;
	padding-top: 372px;
}

#info.message .msgCol .txt {
	width: 840px;
	font-size: 1.5rem;
}

/* サーラグループについて
--------------------------------------*/

/* ブランドロゴ */

#info.salagroup .groupCol {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 80px;
}

#info.salagroup .groupCol .logo {
	overflow: hidden;
	width: 200px;
	height: 0;
	background-image: url(../../common/img/sala_logo.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100% auto;
	padding-top: 114px;
}

#info.salagroup .groupCol .txt {
	font-size: 1.5rem;
	font-weight: 500;
}

/* 基本理念 */

#info.salagroup .philosophyCol {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-end;
	gap: 80px;
}

#info.salagroup .philosophyCol .pic {
	overflow: hidden;
	width: 400px;
	height: 0;
	background-image: url(../../info/images/salagroup_p1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100% auto;
	padding-top: 300px;
}

#info.salagroup .philosophyCol .txt {

}

#info.salagroup .philosophyCol .txt h4 {
	color: #1ead4c;
	font-weight: 500;
}

#info.salagroup .philosophyCol .txt .box_bg {
	font-size: 1.7rem;
	font-weight: 500;
	text-align: center;
	margin-top: 40px;
}


/* 採用情報
--------------------------------------*/

#info.recruit .titleWrap {
	background:url(../../info/images/ttl_bg_etc.jpg);
	background-size: 100% auto;
}

#info.recruit .seniorCol {
	border-bottom: 1px solid #efefef;
	padding-bottom: 100px;
	margin-bottom: 100px;
}

#info.recruit .seniorCol:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

#info.recruit .seniorCol .titleCol {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	color: #fff;
	background-color: #00a945;
	padding: 10px 40px;
}

#info.recruit .seniorCol .titleCol .title {
	flex: none;
	font-size: 2.0rem;
	font-weight: 700;
	color: #fff;
}

#info.recruit .seniorCol .titleCol .name {
	flex: none;
	font-size: 1.5rem;
	font-weight: 500;
}

#info.recruit .seniorCol .titleCol .name span {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
}

#info.recruit .seniorCol .voiceCol {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 60px;
}

#info.recruit .seniorCol .voiceCol .pic {
	flex: none;
	width: 320px;
}

#info.recruit .seniorCol .voiceCol .pic img {
	width: 100%;
	height: auto;
	margin-top: 15px;
}

#info.recruit .seniorCol .voiceCol .txt {
	flex: none;
	width: 800px;
}

#info.recruit .qa dt,
#info.recruit .qa dd {
	position: relative;
	font-size: 1.7rem;
	font-weight: 500;
	padding-left: 2em;
	margin-bottom: 1em;
}

#info.recruit .qa dd {
	display: flex;
	flex-wrap: wrap;

	align-items: center;

	font-size: 1.5rem;
	font-weight: 400;
	background-color: #f2f2f2;
	padding: 1em 1.5em 1em 3.25em;
	margin: 0 0 2.5em;
	z-index: -1;
}

#info.recruit .qa dt::before,
#info.recruit .qa dd::before {
	position: absolute;
	top: 0;
	left: 0.4em;
	font-family: 'Roboto', sans-serif;
	font-size: 1.7rem;
	font-weight: 700;
	color: #fff;
}

#info.recruit .qa dt::before {
	content: "Q";
}

#info.recruit .qa dd::before {
	content: "A";
	top: 0.9em;
	left: 1.1em;
}

#info.recruit .qa dt::after,
#info.recruit .qa dd::after {
	position: absolute;
	content: "";
	display: inline-block;
	width: 26px;
	height: 26px;
	top: 0.25em;
	left: 0;
	background-color: #00a945;
	border-radius: 9999px;
	z-index: -1;
}

#info.recruit .qa dd::after {
	top: 1.25em;
	left: 0.75em;
	background-color: #666;
}

#info.recruit .msgCol {
	display: flex;
	flex-wrap: wrap;
	font-weight: 500;
	background-color: #f2ffef;
	padding: 40px;
	margin-top: 40px;
}

#info.recruit .msgCol .title {
	flex: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 200px;
	height: 60px;
	font-size: 2.0rem;
	font-weight: 700;
	color: #fff;
	line-height: 1.2;
	background-color: #00a945;
	margin-right: 40px;
	border-radius: 8px;
}

#info.recruit .msgCol .title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  border-style: solid;
  border-width: 14px 0 0 16px;
  border-color: transparent transparent transparent #00a945;
  translate: 100% calc(-50% + 0.3px);
  transform: skew(0, -10deg);
  transform-origin: left;
}

#info.recruit .msgCol .msg {
	flex: none;
}


/* Googlemap
--------------------------------------*/

/* 地図 */

.mapCol {
	margin-top: 50px;
}

.mapCol .gmap {
	overflow: hidden;
	position: relative;
	height: 400px;
}

.mapCol iframe,
.mapCol object,
.mapCol embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* ニュース
****************************************
 */

#news .titleWrap {
	background:url(../../news/images/ttl_bg.jpg);
	background-size: 100% auto;
}

#news .titleWrap .titleCol h1 span::before {
	background:url(../img/icn_about.png);
	background-size: 100% auto;
}

/* ニュースリスト
--------------------------------------*/

#news .newsCol {
	width: 100%;
}

#news .newsCol dl {
	border-top: 1px solid #dcdddd;
}

/* Pager */

.Pager {
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: 'Roboto', sans-serif;
	font-size: 2.0rem;
	font-weight: 500;
	text-align: center;
	margin: 70px auto 0;
}

.Pager a {
	font-weight: 700;
}

.Pager a.prev,.Pager a.next {
	overflow:hidden;
	position: relative;
	display: inline-block;
	width: 16px;
	height: 0;
	padding-top: 28px;
}

.Pager a.prev::before,.Pager a.prev::after,
.Pager a.next::before,.Pager a.next::after {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: 0;
  width: 16px;
  height: 4px;
  border-radius: 9999px;
  background-color: #00a945;
  transform-origin: calc(100% - 2px) 50%;
}

.Pager a.prev::before,.Pager a.prev::after {
  transform-origin: 2px 50%;
}

.Pager a.prev::before,
.Pager a.next::before {
  transform: rotate(45deg);
}
.Pager a.prev::after,
.Pager a.next::after {
  transform: rotate(-45deg);
}

.Pager a:hover {
	font-weight: 700;
	opacity: 0.7;
}

.Pager img {
	width: 12px;
	height: auto;
	margin-top: -2px;
	vertical-align: middle;
}

/* ニュース 詳細
--------------------------------------*/

#news.news_detail .newsTitleWrap {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	border-bottom: 1px solid #dcdddd;
	padding-bottom: 15px;
	margin-bottom: 60px;
}

#news.news_detail .newsTitleWrap .title {
	flex: none;
	width: 960px;
	font-size: 2.0rem;
	line-height: 1.8;
}

#news.news_detail .newsTitleWrap .date {
	flex: none;
	font-size: 1.4rem;
}

#news.news_detail .newsTitleWrap .date span {
	font-family: 'Roboto', sans-serif;
}

#news.news_detail .pcol {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 70px;
}

#news.news_detail .pcol .photo {
	flex: none;
	flex-direction: column;
	width: 560px;
	text-align: center;
}

#news.news_detail .pcol .photo:nth-child(-n+2) {
	margin-bottom: 30px;
}

#news.news_detail .pcol .photo .pic img {
	width: auto;
	max-width: 100%;
	height: auto;
}

#news.news_detail .pcol .photo .cap {
	font-size: 1.4rem;
	line-height: 1.4;
	margin-top: 10px;
}

/* 自由入力欄 */

.news_detail .free_txtCol {

}

.news_detail .free_txtCol img {
	width: 100%;
	height: auto;
}

#news.news_detail .link_next,#news.news_detail .link_pdf {
	margin-top: 40px;
}

#news.news_detail .linkbtn {
	margin: 80px auto 0;
}


/* Footer
****************************************
 */

#FooterWrap {
	position: relative; 
	width: 100vw;
	margin: 220px calc(50% - 50vw) 0;
}

#FooterWrap::before {
	position:absolute;
	top: -115px;
	left: 0;
	right: 0;
	display: inline-block;
	content: "";
	width: 100%;
	height: 115px;
	background-image: url(../img/ft_illust.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	background-size: 1350px 115px;
}

/* footer */

#FooterWrap #footer {
	width: 100%;
}

/* メニュー */

#footer .ftmenuCol {
	flex: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-bottom: 1px solid #e6e6e6;
	padding: 40px 0;
}

#footer .ftmenuCol ul {
	flex: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 1200px;
	margin: 0 auto;
}

#footer .ftmenuCol ul li:nth-child(6) {
	border-left: 1px solid #a3a3a3;
	padding-left: 80px;
	margin-left: 20px;
}

#footer .ftmenuCol ul li:nth-child(1) a,
#footer .ftmenuCol ul li:nth-last-child(-n+3) a {
	font-family: 'Roboto', sans-serif;
}

#footer .ftmenuCol ul li a {
	color:#000;
	font-size: 1.6rem;
	line-height: 1.2em;
	font-weight: 500;
	transition: 0.3s;
}

#footer .ftmenuCol ul li a:hover {
	opacity: 0.7;
	text-decoration: none;
}

/* アドレス */

#footer .adrsCol {
	width: 1200px;
	padding: 24px 0 12px 0;
	margin: 0 auto;
}

#footer .adrsCol .name {
	overflow: hidden;
	display: block;
	width: 220px;
	height: 0;
	background: url(../img/ft_logo.png) no-repeat left top;
	background-size: 100% auto;
	padding-top: 45px;
}

#footer .adrsCol .tel  {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	line-height: 1.2em;
	margin-top: 30px;
}

/* Copyright */

.copyright {
	width: 1200px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 1.2rem;
	text-align: right;
	padding-bottom: 20px;
	margin: 0 auto;
}


/*  floating-menu
----------------------------------------------- */

#pagetop {
	position: fixed;
	right: 35px;
	bottom: 140px;
	width: 60px;
	height: 60px;
	background-color: #000;
	transition: 0.3s;
	border-radius: 9999px;
	z-index: 9;
}

#pagetop a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}

#pagetop a span {
  position: relative;
  display: inline-block;
  width: 2px;
  height: 14px;
  margin: 38% 48% 0;
  border-radius: 9999px;
  background-color: #fff;
}

#pagetop a span::before,
#pagetop a span::after {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 1px);
  width: 2px;
  height: 8px;
  border-radius: 9999px;
  background-color: #fff;
  transform-origin: 50% 1px;
}

#pagetop a span::before {
  transform: rotate(45deg);
}

#pagetop a span::after {
  transform: rotate(-45deg);
}

#pagetop:hover { 
	opacity: 0.7;
}

/* CONTACT
***************************************
*/

#info.form .titleWrap {
	background:url(../../info/images/ttl_bg_etc.jpg);
	background-size: 100% auto;
}

#info.form .box_bg {
	font-size: 1.8rem;
	font-weight: 500;
}

#info.form .box_bg .tel {
	font-family: 'Roboto', sans-serif;
	font-size: 2.4rem;
	line-height: 1.2em;
}

#info.form .formCol {
	margin: 40px 0;
}

#info.form dl.type1 dt {
	position: relative;
	width: 260px;
}

#info.form dl.type1 dd {
	width: calc(100% - 260px);
}

#info.form dl.type1 dd .postcap {
	margin-left: 20px;
}


/* form設定
--------------------------------------*/

#info.form textarea {
	width: 100%;
	border: 1px solid #dddddd;
	padding: 10px 20px;
	border-radius: 4px;
	box-sizing: border-box;
}

#info.form input[type="text"],
#info.form input[type="email"],
#info.form input[type="tel"],
#info.form input[type="number"] {
	width: 100%;
	border: 1px solid #dddddd;
	padding: 10px 20px;
	border-radius: 4px;
	box-sizing: border-box;
}

#info.form input[type="number"] {
	width: 130px;
}

input[type="number"]::-webkit-outer-spin-button, 
input[type="number"]::-webkit-inner-spin-button { 
	-webkit-appearance: none; /* Chrome, Safari */
	-moz-appearance:textfield;  /* FireFox， IE */
} 

#info.form select {
	width: 240px;
	font-size: 1.4rem;
	border: 1px solid #dddddd;
	background-color:#fff;
	background-image: url(../img/arw_down.png);
	background-repeat: no-repeat;
	background-position: right 20px center;
	background-size: 12px auto;
	padding: 10px 20px;
}

/* require */

.require {
	position: absolute;
	top: 24px;
	right: 10px;
	font-size: 1.2rem;
	line-height: 1.2;
	color: #fff;
	background-color: #d90000;
	padding: 6px;
	border-radius: 4px;
}

/* button submit reset */

#info.form .sendCol {
	display: flex;
	justify-content: center;
	gap: 50px;
	width: 600px;
	margin: 50px auto 0;
}

#info.form button[type="reset"],#info.form button[type="submit"],#info.form button[type="button"] {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 270px;
	height: 42px;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.2;
	color: #fff;
	text-align: center;
	background-color:#00a945;
	cursor: pointer;
	border-radius: 9999px;
	box-sizing: border-box;
	transition: 0.3s ease-in-out;
}

#info.form button[type="submit"]:hover {
	background-color:#000;
}

#info.form button[type="reset"],#info.form button[type="button"] {
	background-color:#999;
}

#info.form button[type="reset"]:hover,#info.form button[type="button"]:hover {
	background-color:#4c4c4c;
}

/* placeholder */
::placeholder {
	color: #c8c8c8;
}

::-ms-input-placeholder {/* 旧Edge対応 */
	color: #c8c8c8;
}

:-ms-input-placeholder {/* IE対応 */
	color: #c8c8c8;
}

/* focus */
input:focus,textarea:focus,select:focus {
	box-shadow: 0 0 6px 0 rgba(0,0,0,0.2);
	outline: 0;
}

.w40 {
	width: 40%;
}
.w50 {
	width: 50%;
}

.w75 {
	width: 75%;
}

.w100 {
	width: 100%;
}

/* formsoushin
--------------------------------------*/


/* done・err
--------------------------------------*/

body#err {
	background-color: #fafaf8;
}

.doneCol {
	overflow: hidden;
	width: 100%;
	border:1px solid #dddddd;
	padding: 60px;
	margin: 0 auto;
	border-radius: 6px;
}

/* 必須エラー */

#info.form textarea.error,
#info.form input[type="checkbox"],
#info.form input[type="text"].error,
#info.form input[type="email"].error,
#info.form input[type="tel"].error {
	background:#fff0f7;
}

#info.form select.error {
	background:#fff0f7;
	background-image: url(../img/arw_down.png);
	background-repeat: no-repeat;
	background-position: right 20px center;
	background-size: 12px auto;
}

label.error {
	font-family: 'Noto sans JP', sans-serif;
	color: #d90000;
	margin-left: 20px;
}

/* 404・error
--------------------------------------*/

body#error .errCol {
	overflow: hidden;
	width:800px;
	text-align:left;
	background-image: url(../../images/error_bg.png);
	background-repeat: repeat;
	padding: 24px;
	margin: 60px auto 0 auto;
}

body#error .errCol .inr {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	background-color: #fff;
	padding: 20px;
}

body#error .errCol .ttl {
	font-size: 2.0rem; /*20px*/
	font-weight: 500;
	margin-bottom: 10px;
}

body#error .errCol .pic {
	width:140px;
	height: 0;
	background-image: url(../../images/error_logo.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100% auto;
	padding-top: 90px;
}

body#error .errCol .txt {
	width: calc(100% - 180px);
}

body#error .errCol .home_link {
	width: 100%;
	margin-top: 30px;
}

/* PC 1300px以上 Settings スクロールバー非表示
********************************************************************************
*/


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

body {
	overflow-x: hidden;
}

}


/* PC 1300px以下 Settings
********************************************************************************
*/


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

/* パン屑 */
#breadcrumb {
	width: 100%;
	margin: 0 auto;
}

/* 動画 */
#home .main_movie {
	width: 100%;
	margin: 0 auto;
}

/* h1 */

.titleWrap {
	width: 100%;
	margin: 0 auto;
}


/* フッター vw */
#FooterWrap {
	position: relative; 
	width: 100%;
	margin: 220px auto 0 auto;
}

}

/* for SP Settings（スマホ）
********************************************************************************
*/


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


body {
	font-size: 1.2rem;/*12px*/
	line-height: 1.8;
	padding-top: 0;
}

body#home {
	padding-top: 0;
}

.pcOnly {
	display: none;
}
.spOnly {
	display: inline-block;
}

br.spOnly {
	display: inline;
}

a {
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

/* Wrap
****************************************
 */

#Wrap {
	width: 100%;
}

/* header
****************************************
 */

#HeaderWrap {
	position: relative;
	background:rgba(0,0,0,0);
}

#HeaderWrap.fixedmenu {
	background:rgba(0,0,0,0);
}

#home #HeaderWrap {
	position: relative;
	background:rgba(0,0,0,0);
	border-bottom: none;
}

#header {
	width: 92%;/* 690 */
	height: 15.33vw;/* 115 */
	margin: 0 auto;
	z-index: 9;
}

#header #logo {
	top: 4vw;
	left: 0;
	width: 53.19vw;/* 367 */
}

#header #logo a {
	padding-top: 7.39vw;/* 51 */
}

/* ナビ メイン */

#header #navi ul.menu01 {
	flex-direction: column;
	position: static;
	width: 92vw;/* 690 */
	margin: 16vw auto 0 auto;
}

#header #navi ul.menu01 li {
	font-size: 1.4rem;
	text-align: center;
	margin-top: 6.67vw;
}

#header #navi ul.menu01 li:nth-child(6) {
	border-left: none;
	padding-left: 0;
	margin-left: 0;
}

#header #navi ul.menu01 li:nth-child(8) {
	display: none;
}

/* スマホEnglishメニュー */

#header ul.menu02 {
	position: absolute;
	bottom: 2.67vw;
	right: 13vw;
	display: inline-block;
}

#header ul.menu02 li a {
	font-family: 'Roboto', sans-serif;
	font-size: 0.9rem;
	font-weight: 700;
	color: #000;
}

/* ハンバーガー */

.navToggle {
	position: absolute;
	top: 3.2vw;
	right: 0;
	display: block;
	width: 8.99vw;/* 62 */
	height: 8.99vw;
	background-color: #1ead4c;
	cursor: pointer;
	z-index: 99;
}
.navToggle span {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	width: 50%;
	margin: auto;
	border-bottom: solid 2px #fff;
	transition: .35s ease-in-out;
}
.navToggle span:nth-child(1) {
	top: 2.75vw;
}
.navToggle span:nth-child(2) {
	top: 4.49vw;
}
.navToggle span:nth-child(3) {
	top: 6.23vw;
}
/* 最初のspanをマイナス45度に */
.navToggle.active span:nth-child(1) {
	top: 4.2vw;
	border-bottom: solid 2px #fff;
	transform: rotate(-45deg);
}
/* 2番目と3番目のspanを45度に */
.navToggle.active span:nth-child(2), .navToggle.active span:nth-child(3) {
	top: 4.2vw;
	border-bottom: solid 2px #fff;
	transform: rotate(45deg);
}

/* ナビ */

#header #navi {
	display: none;
}

#header #navi.active {
	position: fixed ;
	top: 0;
	left: 0;
/* 	display: block ; */
	width: 100%;
	height: 100%;
	background-color:#fff;
}

body.pgfixed {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
}


/* パン屑
****************************************
 */

#breadcrumb {
	min-height: 7.33vw;
	padding: 2.67vw 0;
}

#breadcrumb ul {
	width: 92vw;/* 690 */
	margin: 0 auto;
}

#breadcrumb ul li {
	font-size: 1.0rem;
}

#breadcrumb ul li::before {
	margin: 0 2.67vw;
}


/* Common
****************************************
 */

.Contents {
	width: 92vw;/* 690 */
	margin: 9.33vw auto 0 auto;
}

/* h1 */

.titleWrap {
	width: 100%;
	background-repeat: no-repeat;
	background-size: auto 100%;
}

.titleWrap .titleCol {
	width: 92vw;/* 690 */
	height: 53.33vw;/* 400 */
}

.titleWrap .titleCol p {
	font-size: 1.2rem;
}

.topindex .titleWrap .titleCol p span::before,
.recruit .titleWrap .titleCol p span::before {
	content: "";
	margin: 0 0 0 4px;
}

.titleWrap .titleCol h1 span {
	font-size: 3.0rem;
	letter-spacing: 1px;
	margin-top: 1.33vw;
}

.titleWrap .titleCol h1 span::before {
	width: 8.53vw;
	height: 8.53vw;
	top: 0;
	right: -10.67vw;
}

/* h2 */

h2 {
	font-size: 2.0rem;
	height: 10vw;
	margin: 20vw 0 8vw 0;
}

/* h3 */

h3 {
	font-size: 1.6rem;
	margin-bottom: 4vw;
}

h3.bar {
	width: 26.67vw;/*200px*/
	height: 6.13vw;/*46px*/
}

/* h4 */

h4 {
	font-size: 1.4rem;
	margin-bottom: 2.67vw;
}

/* h5 */

h5 {
	font-size: 1.3rem;
	margin-bottom: 2.67vw;
}

/* h6 */

h6 {
	font-size: 1.3rem;
	margin-bottom: 2.67vw;
}


/* read */

.readCol {
	font-size: 1.3rem;
	line-height: 1.8;
	text-align: left;
	margin-bottom: 8vw;
}


/* リスト */



/* 注釈 */

.atsn,ul.atsn_list li {
	font-size: 1.2rem;
	margin-top: 1.33vw;
}

/* font */

.small {
	font-size: 1.2rem;
}

/* キャプション */
.cap {
	font-size: 1.2rem;
}

/* リンク関連*/

.link_next a {
	padding-top: 6px;
}

.link_next a::before {
	left: 2px;
	width: 24px;
	height: 24px;
}

.link_next a::after {
	left: 9px;
}

.link_pdf a {
	padding-top: 6px;
}

.link_out a {
	padding-top: 6px;
}

.pdf_list li {
	padding: 4vw 0;
}

.pdf_list a {
	padding: 6px 0 0 36px;
}

/* リンクボタン */

.linkbtn {
	width: 100%;
}

.linkbtn a {
	height: 8.53vw;
	font-size: 1.3rem;
}

/* Col */

.Col1,.Col2,.Col3 {
	flex-direction: column;
}

.Col1 .inrCol,.Col2 .inrCol,.Col3 .inrCol {
	width: 100%;
	margin-top: 8vw;
}

.Col2 .inrCol:nth-child(-n+2) {
	margin-top: 8vw;
}

.Col2 .inrCol:nth-child(1),.Col3 .inrCol:nth-child(1) {
	margin-top: 0;
}

/* 写真 + text */

.picCol_l,.picCol_r {
	flex-direction: column-reverse;
}

.picCol_l .pic,.picCol_r .pic {
	width: 100%;
}

.picCol_l .txt,.picCol_r .txt {
	width: 100%;
	margin-top: 6.67%;
}

/* テーブル */

table.type1 th, table.type1 td {
	padding: 3.2vw 4vw;

}

table.type2 th, table.type2 td {
	padding: 3.2vw 0;
}

table.type2 th:nth-child(odd), table.type2 td:nth-child(odd) {
	padding-right: 3.2vw;
}

/* DL */

dl.type1 {
	flex-direction: column;
}

dl.type1 dt {
	width: 100%;
	font-weight: 500;
	border-bottom: none;
	padding: 2.67vw 0;
}

dl.type1 dt:nth-child(-n+1) {
	border-top: none;
}

dl.type1 dd {
	width: 100%;
	border-bottom: 1px solid #dcdddd;
	padding: 0 0 2.67vw 0;
}

dl.type1 dd:nth-child(-n+2) {
	border-top: none;
}

/*box*/

.box_line {
	padding: 5.33vw;
}

.box_bg {
	padding: 5.33vw;
}

/* アコーディオン
--------------------------------------*/

.acodion_btn {
	height: 8vw;
	font-size: 1.4rem;
	padding-left: 4vw;
}

.acodion_btn p {

	width: calc(100% - 8vw);
}

.acodion_btn span {
	width: 8vw;
	height: 100%;
}

/* 二本の横棒を作成する */
.acodion_btn span::before,
.acodion_btn span::after {
	width: 2.67vw;
	height: 2px;
}

.acodion_box {
	padding: 5.33vw 4vw;
}


/* ホーム
***************************************
 */

/* main_movie
--------------------------------------*/

#home .main_movie {
	width: 100%;
	margin: 0 auto;
}

/* トップNewsリスト
--------------------------------------*/

#home .newsCol {
	width: 92vw;/* 690 */
	margin: 10vw auto 0 auto;
}

#home .newsCol .titleCol {
	font-size: 2.4rem;
}

#home .newsCol .titleCol p {
	font-size: 1.2rem;
}

.newsCol dl {
	margin-top: 2vw;
}

.newsCol dl dt,
.newsCol dl dd {
	padding: 2.4vw 2.67vw;
}

.newsCol dl dt {
	width: 23.19vw;
	font-size: 1.2rem;
}

.newsCol dl dd {
	width: calc(100% - 23.19vw);
	font-size: 1.2rem;
	padding: 2.4vw 0;
}

#home .newsCol .linkbtnCol {
	justify-content: center;
	margin-top: 8vw;
}

#home .newsCol .linkbtnCol .linkbtn {
	width: 50.67vw;/* 380 */
}


/* challengeCol
--------------------------------------*/

#home .challengeCol {
	width: 92vw;/* 690 */
	margin: 16vw auto 0 auto;
}

#home .challengeCol .titleCol {
	font-size: 2.4rem;
}

#home .challengeCol .titleCol p {
	font-size: 1.2rem;
}

#home .challengeCol .titleCol p span {
	font-size: 2.0rem;
}

#home .challengeCol .menuCol {
	margin-top: 2.67vw;
}

#home .challengeCol .menuCol li {
	width: 100%;
	margin-top: 5.33vw;
}

#home .challengeCol .menuCol li a {
	padding-top: 42.67vw;
}

#home .challengeCol .menuCol li a::after {
	height: 42.67vw;
}

#home .challengeCol .menuCol li.btn01 a::after {
	background-image: url(../../images/sp_top_btn01b.jpg);
}
#home .challengeCol .menuCol li.btn02 a::after {
	background-image: url(../../images/sp_top_btn02.jpg);
}
#home .challengeCol .menuCol li.btn03 a::after {
	background-image: url(../../images/sp_top_btn03b.jpg);
}


/* グループ
--------------------------------------*/

#home .groupCol {
	width: 92vw;/* 690 */
	padding: 2.67vw;
	margin: 16vw auto 0 auto;
}

#home .groupCol .txtCol {
	background-color: #fff;
	padding: 5.33vw 5.33vw 4vw 5.33vw;
}

#home .groupCol .txtCol .logo_g {
	width: 45.33vw;/* 340 */
}

#home .groupCol .txtCol .logo_g a {
	padding-top: 4.53vw;
}

#home .groupCol .txtCol .txt {
	font-size: 1.2rem;
	margin-top: 2.67vw;
}


/* バナー
--------------------------------------*/

#home .bnrCol {
	width: 92vw;/* 690 */
	margin: 8vw auto 0 auto;
}

#home .bnrCol .menuCol {
	justify-content: space-between;
}

#home .bnrCol .menuCol li {
	width: 43.33vw;/* 325 */
	margin: 2.67vw 0  0 0;
}


/* トップインデックス共通
****************************************
 */

.topindex .menuCol {
	flex-direction: column;
	gap: 0;
}

.topindex .menuCol li {
	width: 100%;
	margin-top: 5.33vw;
}

.topindex .menuCol li:nth-child(1) {
	margin-top: 0;
}

.topindex .menuCol li > a {
	padding-top: 50%;/* 375 */
}

.topindex .menuCol li > a::after {
	height: 100%;/* 375 */
}

.topindex .menuCol li span {
	margin-top: 2vw;
}

.topindex .menuCol li span a {
	font-size: 1.4rem;
	padding: 0 16px 0 0;
	transition: 0.3s;
}


/* サーラの発電所
****************************************
 */

#biomass .titleWrap {
	background-position: center top;
	background-size: auto 100%;
}

#biomass .titleWrap .titleCol h1 span::before {
	right: -13.33vw;
}

/* インデックス
--------------------------------------*/



/* 事業概要
--------------------------------------*/

/*バイオマス発電とは*/

#biomass.about .about_biomass {
	width: 85.33vw;/*640px*/
}

#biomass.about .aboutCol {
	flex-direction: column;
	margin-top: 8vw;
}

#biomass.about .aboutCol .txt {
	width: 100%;
}
#biomass.about .aboutCol .pic {
	width: 100%;
	background-position: center left;
	padding-top: 32vw;
	margin-top: 8vw;
}

#biomass.about .carbonCol {
	flex-direction: column;
	width: 100%;
	margin: 10vw auto 0 auto;
}

#biomass.about .carbonCol .txt {
	width: 100%;
}

#biomass.about .carbonCol .pic {
	width: 68vw;/*510px*/
	margin-top: 9.33vw;
}

/*バイオマス発電のメリット*/

#biomass.about .Col3 .merit_no {
	width: 26.67vw;/*200px*/
	height: 6.13vw;/*46px*/
	font-size: 1.6rem;
}

#biomass.about .Col3 h4 {
	margin-top: 4vw;
}

/*バイオマス発電の燃料*/

#biomass.about .fuel {
	background-image: url(../../biomass/images/sp_fuel.jpg);
	padding-top: 88vw;
}

/*バイオマス発電の仕組み*/

#biomass.about .structure {
	background-image: url(../../biomass/images/sp_structure2508.jpg);
	padding-top: 130.43%;
}

/* 設備概要
--------------------------------------*/

#biomass.plant dl.type1 dt {
	width: 100%!important;
	border-bottom: 1px dashed #dcdddd;
}

#biomass.plant dl.type1 dd {
	width: 100%!important;
	padding: 2.67vw 0 2.67vw 0;
}

#biomass.plant dl.type1 dt:nth-child(1) {
	border-top: 1px solid #dcdddd;
}


/* 持続可能性への取り組み
****************************************
 */

#sustainable .titleWrap {
	background-position: center top;
	background-size: auto 100%;
}

/* 持続可能性への宣言
--------------------------------------*/


/* 基本理念 */

#sustainable .philosophyCol {
	font-size: 1.4rem;
	padding: 5.33vw;
	margin-top: 5.33vw;
}


/* 燃料概要
--------------------------------------*/

#sustainable.fuel h3.bar {
	width: 48vw;/*360px*/
}

/* ライフサイクルGHGとは
--------------------------------------*/

/* ライフサイクルGHGとは
--------------------------------------*/

#sustainable.lifecycleghg .pksCol,
#sustainable.lifecycleghg .woodcCol {
	background-image: url(../../sustainable/images/sp_ghg_pks.png);
	padding-top: 71.73%;/* 538 */
	margin-bottom: 8vw;
}

#sustainable.lifecycleghg .woodcCol {
	background-image: url(../../sustainable/images/sp_ghg_woodc.png);
	padding-top: 46.67%;/* 350 */
	margin-bottom: 0;
}


/* SDGｓへの取り組み
--------------------------------------*/

/* SDGs（持続可能な開発目標）とは */

#sustainable.sdgs .msgCol {
flex-direction: column-reverse;
}

#sustainable.sdgs .msgCol .pic {
	width: 100%;
}

#sustainable.sdgs .msgCol .pic img {
	width: 25%;
	height: auto;
}

#sustainable.sdgs .msgCol .txt {
	width: 100%;
	font-size: 1.2rem;
	margin-top: 8vw;
}


/* バイオマス発電事業とSDGsの関わり */

#sustainable.sdgs .relationCol {
	width: 100%;
	margin: 8vw auto 0 auto;
}


/* 企業情報
****************************************
 */

#info .titleWrap {
	background-position: center top;
	background-size: auto 100%;
}

/* 会社概要
--------------------------------------*/

#info.outline_e dl.type1 dt {
	width: 100%!important;
	border-bottom: 1px dashed #dcdddd;
}

#info.outline_e dl.type1 dd {
	width: 100%!important;
	padding: 2.67vw 0 2.67vw 0;
}

#info.outline_e dl.type1 dt:nth-child(1) {
	border-top: 1px solid #dcdddd;
}

/* トップメッセージ
--------------------------------------*/

#info.message .msgCol {
	flex-direction: column-reverse;
}

#info.message .msgCol .pic {
	width: 100%;
	background-image: url(../../info/images/sp_message_p1.jpg);
	padding-top: 34.78vw;/* 240 */
	margin-top: 8vw;
}

#info.message .msgCol .txt {
	width: 100%;
	font-size: 1.2rem;
}


/* サーラグループについて
--------------------------------------*/

/* ブランドロゴ */

#info.salagroup .groupCol {
	flex-direction: column;
	gap: 0;
}

#info.salagroup .groupCol .logo {
	width: 40vw;/* 300 */
	padding-top: 16.27vw;
	margin: 0 auto;
}

#info.salagroup .groupCol .txt {
	font-size: 1.4rem;
	margin-top: 8vw;
}

/* 基本理念 */

#info.salagroup .philosophyCol {
	flex-direction: column-reverse;
	align-items: center;
	gap: 0;
}

#info.salagroup .philosophyCol .pic {
	width: 100%;
	background-position: left -20px;
	padding-top: 34.67vw;
	margin-top: 5.33vw;
}

#info.salagroup .philosophyCol .txt {
	width: 100%;
}

#info.salagroup .philosophyCol .txt .box_bg {
	font-size: 1.4rem;
	margin-top: 5.33vw;
}


/* 採用情報
--------------------------------------*/

#info.recruit .titleWrap {
	background:url(../../info/images/sp_ttl_bg_etc.jpg);
	background-position: center top;
	background-size: auto 100%;
}

#info.recruit .seniorCol {
	padding-bottom: 13.33vw;
	margin-bottom: 13.33vw;
}

#info.recruit .seniorCol .titleCol {
	align-items: start;
	flex-direction: column;
	padding: 2.67vw 5.33vw;
}

#info.recruit .seniorCol .titleCol .title {
	font-size: 1.5rem;
}

#info.recruit .seniorCol .titleCol .name {
	width: 100%;
	font-size: 1.3rem;
	border-top: 1px solid rgba(255,255,255,0.5);
	padding-top: 1.33vw;
	margin-top: 1.33vw;
}

#info.recruit .seniorCol .voiceCol {
	flex-direction: column-reverse;
	margin-top: 5.33vw;
}

#info.recruit .seniorCol .voiceCol .pic {
	width: 100%;
}

#info.recruit .seniorCol .voiceCol .pic img {
	width: 100%;
	height: auto;
	margin-top: 2.67vw;
}

#info.recruit .seniorCol .voiceCol .txt {
	width: 100%;
}

#info.recruit .qa dt,
#info.recruit .qa dd {
	font-size: 1.4rem;
	padding-left: 2.4em;
	margin-bottom: 1em;
}

#info.recruit .qa dd {
	font-size: 1.3rem;
	padding: 1em 1.5em 1em 3.75em;
}

#info.recruit .qa dt::before,
#info.recruit .qa dd::before {
	top: 0.1em;
}

#info.recruit .qa dd::before {
	content: "A";
	top: 0.8em;
	left: 1em;
}

#info.recruit .msgCol {
	flex-direction: column;
	padding: 5.33vw;
	margin-top: 5.33vw;
}

#info.recruit .msgCol .title {
	width: 26.67vw;
	height: 10vw;
	font-size: 1.6rem;
	margin-right: 0;
}

#info.recruit .msgCol .msg {
	font-size: 1.3rem;
	margin-top: 4vw;
}

#info.recruit .msgCol .title::after {
  top: auto;
  right: auto;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 10px 16px 0 0;
  border-color: #00a945 transparent transparent;
  translate: calc(-50% - 0.4px) 100%;
  transform: skew(0, -10deg);
  transform-origin: left;
}


/* Googlemap
--------------------------------------*/

/* 地図 */

.mapCol {
	margin-top: 5.33vw;
}

.mapCol .gmap {
	height: 80vw;/* 600 */
}


/* ニュース
****************************************
 */

#news .titleWrap {
	background:url(../../info/images/sp_ttl_bg_etc.jpg);
	background-position: center top;
	background-size: auto 100%;
}

/* ニュースリスト
--------------------------------------*/

#news .newsCol dl {
	margin-top: 0;
}

/* Pager */

.Pager {
	font-size: 1.6rem;
	margin: 8vw auto 0;
}

/* ニュース 詳細
--------------------------------------*/

#news.news_detail .newsTitleWrap {
	flex-direction: column;
	padding-bottom: 2vw;
	margin-bottom: 8vw;
}

#news.news_detail .newsTitleWrap .title {
	width: 100%;
	font-size: 1.6rem;
}

#news.news_detail .newsTitleWrap .date {
	font-size: 1.2rem;
	margin-top: 4vw;
}

#news.news_detail .pcol {
	flex-direction: column;
	margin-bottom: 5.33vw;
}

#news.news_detail .pcol .photo {
	width: 100%;
	margin-bottom: 8vw;
}

#news.news_detail .pcol .photo:nth-child(-n+2) {
	margin-bottom: 8vw;
}

#news.news_detail .pcol .photo .cap {
	font-size: 1.2rem;/*12px*/
}

/* 自由入力欄 */

.news_detail .free_txtCol {

}

#news.news_detail .link_next,#news.news_detail .link_pdf {
	margin-top: 8vw;
}

#news.news_detail .linkbtn {
	width: 50.67vw;
	margin: 10.67vw auto 0;
}


/* Footer
****************************************
 */

#FooterWrap {
	background-image: url(../img/sp_ft_illust.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
	padding-top: 15.33vw;
	margin-top: 13.33vw;
}

#FooterWrap::before {
	display: none;
}

/* footer */

#FooterWrap #footer {

}

/* メニュー */
#footer .ftmenuCol {
	padding: 5.33vw 0;
	margin: 0 auto;
}

#footer .ftmenuCol ul {
	justify-content: center;
	gap: 4vw;
	width: 92vw;/* 690 */
}

#footer .ftmenuCol ul li:nth-child(6) {
	border-left: none;
	padding-left: 0;
	margin-left: 0;
}

#footer .ftmenuCol ul li a {
	font-size: 1.2rem;
}

/* アドレス */

#footer .adrsCol {
	width: 92vw;/* 690 */
	padding: 6.67vw 0 8.67vw 0;
}

#footer .adrsCol .name {
	width: 39.07vw;/* 293 */
	padding-top: 8vw;
}

#footer .adrsCol .tel {
	font-size: 1.2rem;
	margin-top: 2.67vw;
}

#footer .adrsCol .tel a {
	color: #000;
}

/* Copyright */

.copyright {
	width: 92vw;/* 690 */
	font-size: 0.9rem;
	text-align: center;
	padding-bottom: 2.67vw;
}


/*  floating-menu
----------------------------------------------- */

/* pagetop */

#pagetop {
	right: 2.67vw;
	bottom: 31vw;
	width: 8vw;/*60px*/
	height: 8vw;
}

#pagetop a span {
  width: 2px;
  height: 11px;
  margin: 36% 48% 0;
}

#pagetop a span::before,
#pagetop a span::after {
  width: 2px;
  height: 7px;
}

/* CONTACT
***************************************
*/

#info.form .titleWrap {
	background:url(../../info/images/sp_ttl_bg_etc.jpg);
	background-position: center top;
	background-size: auto 100%;
}

#info.form .box_bg {
	font-size: 1.4rem;
}

#info.form .box_bg .tel {
	font-size: 1.6rem;
	line-height: 1.2em;
}

#info.form .box_bg .tel  a {
	color: #000;
}

#info.form .formCol {
	border-top: 1px solid #dcdddd;
	margin: 5.33% 0;
}

#info.form dl.type1 dt {
	width: 100%!important;
}

#info.form dl.type1 dd {
	width: 100%!important;
}

#info.form dl.type1 dd:last-child {
	border-bottom: none;
}

#info.form dl.type1 dd .postcap {
	display: block;
	margin-left: 0;
	margin-top: 2%;
}


/* form設定
--------------------------------------*/

#info.form input[type="number"] {
	width: 6em;
}

#info.form select {
	width: 100%;
	font-size: 1.2rem;
}

/* require */

.require {
	position: static;
	display: inline-block;
	font-size: 1.0rem;
	padding: 4px;
	margin-left: 2.67%;
}

/* button submit reset */

#info.form .sendCol {
	gap: 6.67vw;
	width: 100%;
	margin: 8% auto 0;
}

#info.form button[type="reset"],#info.form button[type="submit"],#info.form button[type="button"] {
	width: 44.78%; /*300*/
	height: 8.53vw;
	font-size: 1.3rem;
}

/* formsoushin
--------------------------------------*/

/* done・err
--------------------------------------*/

.doneCol {
	padding: 8% 5.33%;
}

/* 必須エラー */

label.error {
	display: block;
	margin-left: 0;
	margin-top: 2.67%;
}

/* 404・error
--------------------------------------*/

body#error .errCol {
	width: 89.33%;/* 670 */
	padding: 2.67vw;
	margin: 5.33vw auto 0 auto;
	box-sizing: border-box;
}

body#error .errCol .inr {
	flex-direction: column;
	padding: 2.67vw;
}

body#error .errCol .ttl {
	font-size: 1.6rem; /*16px*/
}

body#error .errCol .pic {
	width:18.67vw;
	height: 0;
	float:none;
	padding-top: 12vw;
	margin: 0 auto 20px;
}

body#error .errCol .txt {
	width:100%;
}

}


/* for small SP（320）
****************************************
 */

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

html {
	font-size: 50%;
}

/* Copyright */

.copyright {
	font-size: 0.6rem; /*6px*/
}

}