/*
Theme Name: wako2026
Theme URI: 
Author: 
Author URI: 
Description: 
Version: 
License: 
License URI: 
Tags: 
Text Domain: 
*/

/*--------------------------------------------------------------------
common
cssの初期化
--------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	zoom: 1;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section { display: block; }
table {
	border-collapse: collapse;
	font-family: inherit;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
	line-height: 1.2;
}
th,td { border-collapse: collapse; }
table th,
table td { font-weight: normal; }
ul,ol { list-style-type: none; }
img {
	max-width: 100%;
	width /***/:auto;
	height: auto;
	vertical-align: bottom;
}
a:hover {
	text-decoration: none;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}
a:hover img {
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}
* {
	-webkit-box-sizing: border-box;
		 -moz-box-sizing: border-box;
			 -o-box-sizing: border-box;
			-ms-box-sizing: border-box;
					box-sizing: border-box;
}


/*--------------------------------------------------------------------
common
ページ共通部分
--------------------------------------------------------------------*/

/*------------body---------------------------------------------------------------*/
html { height: 100%; }
body {
	height: 100%;
	background-color: #fff;
	overflow-y: scroll;
	overflow-x: hidden;
	line-height: 1.4;
	font-feature-settings: "palt" 1;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, Roboto, Verdana, "Droid Sans", sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #2a2b2b;
}
.SpNo { display: none; }


/*------------Header------------------------------------------------------------*/
#header {
	position: fixed;
	width: 100%;
	background-color: rgba(50, 108, 160, 1);
	top: 0;
	left: 0;
	z-index: 999;
}
/*------------hNav------------------------------------*/
#header #hNav {
	position: relative;
	align-items: center;
	width: 100%;
	margin: 0 auto;
	padding: 10px 0;
	color: #fff;
}
#header #hNav a { color: #fff; }
#header #hNav h1 {
	width: 18%;
	min-width: 220px;
	margin: 0 auto;
}
#header #hNav h1 a {
	position: relative;
	display: inline-block;
	padding-left: 50px;
	font-size: 1.25em;
	font-weight: bold;
}
#header #hNav h1 svg {
	position: absolute;
	display: block;
	width: 47px;
	height: 35px;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	fill: #fff;
}
#header #hNav ul { display: none; }
#header #hNav p { display: none; }
#header #hNav dl {
	position: relative;
	width: 246px;
	margin: 10px auto 0;
	padding: 0.35em 1em;
	border: 1px solid #fff;
	border-radius: 10px;
}
#header #hNav dl dt {
	text-align: center;
	font-size: .87em;
}
#header #hNav dl dd span,
#header #hNav dl dd a {
	position: absolute;
	display: block;
	width: 212px;
	height: 22px;
	bottom: 0.65em;
	left: 1em;
	overflow: hidden;
	line-height: 0;
	text-indent: -99999px;
	font-size: 0;
}
#header #hNav dl dd svg {
	width: 100%;
	max-height: 22px;
	fill: #fff;
}

/*------------main---------------------------------------------------------------*/
main {
	position: relative;
	width: 100%;
	margin-top: 100px;
}
main:before {
	position: absolute;
	display: block;
	content: "";
	width: 40%;
	padding-top: 437.3390557939914%;
	background-image: url(/img/parts/company_name.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: contain;
	top: 3%;
	left: 2%;
	z-index: -1;
}
main a { color: #000; }


/*------------title------------------------------------*/
#title {
	position: relative;
	display: block;
	width: 90%;
	min-height: 320px;
	margin: 0 auto;
	text-align: center;
	line-height: 1.2;
}
#title h1 {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50% , -50%);
	    -ms-transform: translate(-50% , -50%);
	        transform: translate(-50% , -50%);
	white-space: nowrap;
	font-family: 'Montserrat', sans-serif;
	font-size: 4em;
	font-weight: 800;
	color: #fafa7d;
}
#title h1 span {
	position: absolute;
	display: block;
	width: 100%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50% , -50%);
	    -ms-transform: translate(-50% , -50%);
	        transform: translate(-50% , -50%);
	font-size: 1.76rem;
	font-weight: bold;
	color: #326ca0;
}

/*------------article---------------------------------------------------------------*/
main article {
	position: relative;
	width: 100%;
	z-index: 0;
}
main article h2 {
	margin-bottom: 35px;
	text-align: center;
	font-size: 1.56em;
	font-weight: bold;
	color: #326ca0;
}
article p + p { margin-top: 0.9em; }
article table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #7f7f7f;
}
article table tr th,
article table tr td {
	display: block;
	padding: 1.2em 0;
	border-bottom: 1px solid #7f7f7f;
	text-align: left;
	vertical-align: middle;
}
article table tr th {
	padding: .6em 0;
	font-weight: bold;
	color: #326ca0;
}

/*------------InBox------------------------------------*/
.InBox {
	width: 94%;
	margin: 0 auto 120px;
	overflow: hidden;
}
.Inner {
	width: 94%;
	margin: 0 auto 60px;
	overflow: hidden;
}
.Inner:nth-last-of-type(1) { margin-bottom: 0; }


/*------------footer---------------------------------------------------------------*/
#footer {
	width: 100%;
	margin-top: 100px;
	padding: 25px 0 15px;
	background-color: #d2dce6;
}

#footer h1 {
	margin-top: 50px;
	text-align: center;
}
#footer h1 a {
	position: relative;
	padding-left: 50px;
	font-weight: bold;
	color: #fff;
}
#footer h1 svg {
	position: absolute;
	display: block;
	width: 47px;
	height: 35px;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	fill: #fff;
}
/*------------fNav------------------------------------*/
#fNav {
	margin: 50px 0;
	text-align: center;
}
#fNav ul li {
	width: 60%;
	margin: 0 auto;
	padding: 1em .5em;
	border-bottom: 1px solid #fff;
	font-size: 0.87em;
}
#fNav ul li:nth-of-type(1) { border-top: 1px solid #fff; }
#fNav ul li a { color: #fff; }
/*------------fAdd------------------------------------*/
#fAdd {
	position: relative;
	text-align: center;
	font-size: 0.87em;
	color: #fff;
}
#fAdd dl * { display: inline-block; }
#fAdd dl dt:after {
	margin: 0 0.15em;
	content: "\002f";
}
#fAdd dl dd { margin-right: 1em; }
#fAdd dl dd:nth-last-of-type(1) { margin-right: 0; }
#fAdd span,
#fAdd a { color: #fff; }
#fAdd p#sns {
	position: relative;
	width: 22px;
	height: 18px;
	margin: 15px auto 0;
}
#fAdd p#sns svg {
	position: absolute;
	display: block;
	width: 100%;
	height: 18px;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	fill: #fff;
}
/*------------address------------------------------------*/
address {
	text-align: center;
	font-size: 0.75em;
}


/* 
hamburger(ハンバーガーアイコン)
=================================== */
.hamburger {
	position: fixed;
	right: 10px;
	top: 10px;
	right: 0.5em;
	width: 25px;
	height: 25px;
	background: #fff;
	cursor: pointer;
	z-index: 9999999;
}
.BurgerLine {
	position: absolute;
	width: 18px;
	height: 2px;
	left: 3px;
	background-color: #326ca0;
	transition: all 0.5s;
}
.BurgerLine1 { top: 6px; }
.BurgerLine2 { top: 12px; }
.BurgerLine3 { top: 18px; }

/*ハンバーガーがクリックされたら*/
.open .BurgerLine1 {
	transform: rotate(-45deg);
	top: 12px;
}
.open .BurgerLine2 { opacity: 0; }
.open .BurgerLine3 {
  transform: rotate(45deg);
  top: 12px;
}

/* 
sp-nav(ナビ)
=================================== */
.sp-nav {
  position: fixed;
  left: -100%;
  top: 0;
  width: 90%;
  height: 100vh;
	background-color: #326ca0;
  transition: all 0.5s;
  z-index: 99999995;
  overflow-y: auto;
}
/*ハンバーガーがクリックされたら右からスライド*/
.open .sp-nav { left: 0; }

/* 
black-bg(ハンバーガーメニュー解除用bg)
=================================== */
.black-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 5;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  cursor: pointer;
  z-index: 99999990;
}
/*ハンバーガーメニューが開いたら表示*/
.open .black-bg {
  opacity: 0.3;
  visibility: visible;
}


/*------------ギャラリー---------------------------------------------------------------*/
.gallery { /** ギャラリーを囲むボックス **/
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px !important;
	overflow: hidden;
}
.gallery br {display: none;} /** 自動で挿入される clearfix の余白解除 **/
 
.gallery-item { /** 画像共通のスタイル **/
    float: left;
}
.gallery-icon { /** 画像を囲む dt のスタイル **/
    text-align: center;
}
.gallery-icon img {
	width: 100%;
	height: auto;
	margin-bottom: 10px !important;
	vertical-align: bottom;
}
.gallery-caption { /** キャプション **/
	margin: 0 0 20px;
	text-align: center;
}
.gallery-columns-1 .gallery-item { /** カラムなし **/
	width: 100%;
	margin-right: 0;
}
.gallery-columns-2 .gallery-item { /** 2カラム **/
	width: 48%;
	margin: 0 1%;
}
.gallery-columns-3 .gallery-item { /** 3カラム **/
    width: 31.33333%;
	margin: 0 1%;
}
.gallery-columns-4 .gallery-item { /** 4カラム **/
    width: 23%;
    margin: 0 1%;
}
.gallery-columns-5 .gallery-item { /** 5カラム **/
    width: 18%;
    margin: 0 1%;
}
@media screen and (max-width: 640px) {
	/* 640px以下用の記述 */
	.gallery-columns-3 .gallery-item, .gallery-columns-4 .gallery-item {
		width: 48%;
		margin: 0 1%;
	}
	.gallery-columns-5 .gallery-item {
		width: 31.33333%;
		margin: 0 1%;
	}
}
@media screen and (max-width: 480px) {
	/* 640px以下用の記述 */
	.gallery-columns-2 .gallery-item,
	.gallery-columns-3 .gallery-item,
	.gallery-columns-4 .gallery-item,
	.gallery-columns-5 .gallery-item {
		width: 100%;
		margin: 0;
	}
}

.gallery {
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px !important;
	overflow: hidden;
}
.gallery dt { margin-top: .5em; }
.gallery dt { position: relative; }
.gallery dt:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.gallery dt img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  object-fit: cover;
}
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100900;
	width: 100%;
	height: 100vh;
	background-color: #000;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	display: none;
}


/*------------業務内容---------------------------------------------------------------*/
#TelTxt dl {
	width: 90%;
	margin: 20px auto 0;
}
#TelTxt dl dt { display: none; }
#TelTxt dl dd span,
#TelTxt dl dd a {
	display: block;
	padding-top: 6.88622754491018%;
	background: url(/img/parts/tel.png) no-repeat left top;
	background-size: contain;
	overflow: hidden;
	line-height: 0;
	text-indent: -99999px;
	font-size: 0;
}


/*------------サステナビリティ-----------------------------------*/
.txtcent {
	text-align: center;
}
#sbtBtn {
	margin: 30px 0 60px;
	text-align: center;
}
#sbtBtn a {
	display: inline-block;
	padding-right: 1.5em;
	background: url("/img/sustainable/link.png") no-repeat right center;
	color: #326ca0;
}
.flexPhoto {
	max-width: 820px;
	margin: 0 auto 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 40px;
}
.sdgsList {
	margin-top: 60px;
	text-align: center;
}
.sdgsList:not(:first-of-type) { margin-top: 50px; }
.sdgsList h3 {
	margin-bottom: 30px;
	text-align: center;
}
.sdgsList h3 img { width: 120px; }
.sdgsList .gallery-columns-1,
#sbtTxt .gallery-columns-1 {
	max-width: 400px;
	margin: auto;
	text-align: center;
}
.sdgsList .gallery-columns-2,
#sbtTxt .gallery-columns-2 {
	max-width: 890px;
	margin: auto;
	text-align: center;
}
@media screen and (max-width: 480px) {
	.flexPhoto {
		flex-direction: column;
	}
	.sdgsList h3 img { width: 80px; }
}


/*------------NoCase---------------------------------------------------------------*/
.NoCase {
	margin: 1.5em 0;
	line-height: 1.2;
	letter-spacing: 0.04em;
	text-align: center;
	font-family: "ヒラギノ明朝 Pro W6" , "Hiragino Mincho Pro" , "HiraMinProN-W6" , "HGS明朝E" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , Garamond , "Times New Roman" , "Sawarabi Mincho" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-size: 3em;
	color: #eb4a00;
}

/*------------ページリンク共通(一覧)---------------------------------------------------------------*/
div.pagination {
	width: 90%;
	margin: 70px auto 0;
	text-align: center;
}
div.pagination ul {
	width: 100%;
	list-style: none;
	text-align: center;
}
div.pagination ul li { display: inline; }
div.pagination .page-numbers {
	display: inline-block;
	margin: 0 0.5em;
	padding: 0.3em 0.5em;
	background: #fff;
	border: 1px solid #ff9e00;
	line-height: 1.2;
	color: #ff9e00;
}
div.pagination .page-numbers:hover {
	display: inline-block;
	margin: 0 0.5em;
	padding: 0.3em 0.5em;
	border: 1px solid #ff9e00;
	background: #ff9e00;
	text-decoration: none;
	line-height: 1.2;
	color: #fff;
}
div.pagination span.page-numbers {
	display: inline-block;
	padding: 0.3em 0.5em;
	border: 0 none;
	background: inherit !important;
	line-height: 1.2;
	font-weight: bold;
}
div.pagination span.page-numbers:hover {
	display: inline-block;
	padding: 0.3em 0.5em;
	border: 0 none;
	background: inherit !important;
	line-height: 1.2;
	font-weight: bold;
	color: #fff;
}


/*------------ページリンク共通(詳細)---------------------------------------------------------------*/
div.PageSend01 {
	width: 90%;
	margin: 70px auto 0;
}
div.PageSend01 ul {
	width: 100%;
	list-style: none;
	overflow: hidden;
}
div.PageSend01 .PSBtn01 { float: left; }
div.PageSend01 .PSBtn02 { float: right; text-align: right; }
div.PageSend01 .PSBtn01 a,
div.PageSend01 .PSBtn02 a,
div.PageSend01 p a { color: #ff9e00; }
div.PageSend01 p { text-align: center; }


/*------------記事内画像位置処理---------------------------------------------------------------*/
.alignleft {
	margin-right: 15px;
	margin-bottom: 10px;
	float: left;
}
.alignright {
	margin-left: 15px;
	margin-bottom: 10px;
	float: right;
}
.aligncenter {
	display: block;
	text-align: center;
	margin: 0 auto 10px;
}
.alignnone { clear: both; }