/*
Theme Name: アルファ水工九州
Version: 1.0
*/
/*-------------------------------------------------------------- */

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

/***** CSS Document  *****/

@media print {
	.drawer-toggle,
	.drawer-hamburger,
	.drawer-nav {
		display: none;
		visibility: hidden;
	}
}

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

html,
body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

p,hr,h1,h2,h3,h4,h5,h6,ul,ol,li,table,tr,td,form,dl {
	margin: 0;
	padding: 0;
}

img {
	margin: 0;
	border: 0;
}

img [class*="wp-image-"],
img [class*="attachment-"],
img.size-full {
	max-width: 100%;
	height: auto;
	margin: 0 auto 10px auto;
}

.img_border {
	border: 1px solid #ddd;
	box-sizing: border-box;
	margin: -1px;
}

br {
	margin: 0;
	padding: 0;
}

hr {
	clear: both;
	height: 1px;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding: 0;
	border: none;
	border-top: 1px solid #e0e0e0;
	overflow: hidden;
}

body {
	background: #fff;
	margin: 0;
	font-size: 13pt;
	font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.5;
	font-weight: 400;
	color: #000;
	text-align: center;
	overflow-x: hidden;
	overflow-y: scroll;
}

strong,h1,h2,h3,h4,h5,th {
	font-weight: 600;
	font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

_:lang(x)::-ms-backdrop,
.selector {
	font-family: "Segoe UI", Meiryo, sans-serif;
}

h1,h2,h3,h4,h5,strong,th,dt,button,.strong {
	font-weight: 600;
}

.fl {float: left;}
.fr {float: right;}

.tal {text-align: left !important;}
.tac {text-align: center !important;}
.tar {text-align: right !important;}

.mt0 {margin-top: 0px !important;}
.mt5 {margin-top: 5px !important;}
.mt10 {margin-top: 10px !important;}
.mt20 {margin-top: 20px !important;}
.mt30 {margin-top: 30px !important;}
.mt40 {margin-top: 40px !important;}
.mt50 {margin-top: 50px !important;}
.mt60 {margin-top: 60px !important;}
.mt70 {margin-top: 70px !important;}
.mt80 {margin-top: 80px !important;}
.mt90 {margin-top: 90px !important;}
.mt100 {margin-top: 100px !important;}

.mb0 {margin-bottom: 0px !important;}

.pb20 {padding-bottom: 20px !important;}
.pb30 {padding-bottom: 30px !important;}
.pb40 {padding-bottom: 40px !important;}
.pb50 {padding-bottom: 50px !important;}
.pb60 {padding-bottom: 60px !important;}
.pb70 {padding-bottom: 70px !important;}

.small {font-size: 85% !important;}
.large {font-size: 120% !important;}

@media screen and (max-width: 520px) {
	.large {font-size: 11.5pt !important;}
}

.italic {font-style: italic;}

.clear {clear: both;}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {min-height: 1px;}

*html .clearfix {
	height: 1px;
	/*\*/
	/*/
	height: auto;
	overflow: hidden;
	/**/
}

.fa {color: #000;}

ul,dl {list-style: none;}

.red {color: #e70000;}

.sea {color: #1e3c7d;}

.cyan {color: #0f95c7;}

.sp,
.sp2 {
	display: none !important;
}

@media screen and (max-width: 768px) {
	.pc {
		display: none !important;
	}
	.sp {
		display: block !important;
	}
}

@media screen and (max-width: 520px) {
	.sp2 {
		display: block !important;
	}
}

.ofi {
	object-fit: cover;
	font-family: 'object-fit: cover;'
}

.ofi_contain {
	object-fit: contain;
	font-family: 'object-fit: contain;'
}

.marker {
	background: linear-gradient(transparent 70%, #2fb5e7 70%);
}

.marker:before,
.marker:after {
	content: "\00A0";
}

span.circle {
	height: 26px;
	width: 26px;
	border-radius: 50%;
	line-height: 26px;
	text-align: center;
	font-weight: 600;
	color: #fff;
	background-color: #00b9ca;
	display: inline-block;
}

.lt {
	text-decoration: line-through;
}

/***** Hyper link *****/

a {
	color: #208aba;
	text-decoration: none;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}

a:hover {
	color: #40aada;
}

a.sr {
	position: relative;
	right: 0;
}

a.sr:hover {
	text-decoration: none;
	right: -3px;
}

a.sl {
	position: relative;
	left: 0;
}

a.sl:hover {
	text-decoration: none;
	left: -3px;
}

a.st {
	position: relative;
	top: 0;
}

a.st:hover {
	text-decoration: none;
	top: -3px;
}

a.blank {
	background: url(../images/icon_blank.svg) no-repeat;
	background-size: 8px;
	background-position: top 3px right;
	padding-right: 12px;
	margin-right: 5px;
}

@media screen and (max-width: 768px) {
	a.blank {
		background: url(../images/icon_blank.svg) no-repeat;
		background-size: 6px;
		background-position: top 3px right;
	}
}

a.button:hover img {
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}

a i.fa-window-restore {
	font-size: 90%;
}

.link_text,
.list_link_text {
	margin: 0.75em 0;
	position: relative;
	padding-left: 1.5em;
}

.link_text:before,
.list_link_text:before {
	position: absolute;
	margin: auto;
	content: "";
	vertical-align: middle;
	top: 0.6em;
	left: 0;
	width: 6px;
	height: 6px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

a.pdf:after,
.link_text.pdf:after,
.list_link_text .pdf:after {
	content: "PDF";
	display: inline-block;
	font-size: 12px;
	background: #e70000;
	color: #fff;
	padding: 0 0.5em;
	margin-left: 0.75em;
	position: relative;
	top: -1px;
}

a.docx:after,
.link_text.docx:after,
.list_link_text .docx:after {
	content: "DOCX";
	display: inline-block;
	font-size: 12px;
	background: #2a5598;
	color: #fff;
	padding: 0 0.5em;
	margin-left: 0.75em;
	position: relative;
	top: -1px;
}

a.xlsx:after,
.link_text.xlsx:after,
.list_link_text .xlsx:after {
	content: "XLSX";
	display: inline-block;
	font-size: 12px;
	background: #1f6f43;
	color: #fff;
	padding: 0 0.5em;
	margin-left: 0.75em;
	position: relative;
	top: -1px;
}

/***** Drawer *****/

@media screen and (min-width: 1000px) {
	.drawer-toggle,
	.drawer-hamburger,
	.drawer-nav {
		display: none;
		visibility: hidden;
	}
}

@media screen and (max-width: 980px) {
	.drawer-toggle,
	.drawer-hamburger,
	.drawer-nav {
		display: block;
		visibility: visible;
	}
}

#drawer {
	padding-bottom: 30px;
}

#drawer-logo {
	position: relative;
	width: 100%;
	height: 80px;
	overflow: hidden;
}

#drawer-logo a {
	color: #fff;
}

#drawer-logo h1 {
	position: relative;
	top: 19px;
	left: 0;
	text-align: center;
}

#drawer-logo h1 img {
	width: 230px;
	margin-right: 10px;
}

.drawer-menu {
	overflow: hidden;
}

.drawer-menu ul {
	float: left;
	width: 80%;
	margin-left: 10%;
	text-align: left;
	font-size: 12pt;
}

.drawer-menu li {
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
	padding: 0;
	margin: 0;
}

.drawer-menu a {
	display: block;
	padding: 15px 0 16px;
	color: #fff;
}

.drawer-menu a .arrow_01 {
	float: right;
    width: 26px;
    height: 26px;
    background-position: 8px 9px;
}

.drawer-menu a:hover .arrow_01 {
    background-position: 13px 9px;
}

.drawer-menu a.blank,
.drawer-bottom-menu a.blank {
	background: url(../images/icon_blank_wh.svg) no-repeat top 3px right;
	background-size: 6px;
	padding-right: 12px;
}

.drawer-bottom-menu {
	margin-top: 30px;
	color: #fff;
}

.drawer-bottom-menu p {
	margin-top: 10px;
	text-align: center;
	font-size: 9.5pt;
	line-height: 1.7;
}

.drawer-bottom-menu a {
	margin-top: 30px;
	font-style: normal;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	letter-spacing: 1px;
	font-size: 20pt;
	color: #fff;
}

/***** Header *****/

#header {
	position: fixed;
	top: 20px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	z-index: 110;
	width: 94%;
	max-width: 1800px;
	height: 90px;
	background: #fff;
	border-radius: 999px;
	box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.15); 
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}

#header h1 {
	position: absolute;
	top: 20px;
	left: 30px;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}

#header h1 img {
	width: 374px;
}

#header nav {
	position: absolute;
	right: 25px;
	top: 20px;
	font-size: 0;
}

#header .button_01,
#header .button_02 {
	width: 140px;
	font-size: 11.5pt !important;
}

#header .button_02 {
	margin-right: 10px;
}

#main_menu {
	position: relative;
	right: 25px;
	display: inline-block;
	font-size: 0;
}

#main_menu>li {
	margin-left: 25px;
	position: relative;
	display: inline-block;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	border-bottom: 1px solid transparent;
	font-weight: 500;
	font-size: 11.5pt;
	line-height: 1.0;
	border-bottom: 2px solid transparent;
}

#main_menu>li:hover,
#company #main_menu>li.mm_01,
#steel-structure #main_menu>li.mm_02,
#hot-dip-galvanized #main_menu>li.mm_03,
#works #main_menu>li.mm_04,
#factory #main_menu>li.mm_05,
#news #main_menu>li.mm_06,
#contact #main_menu>li.mm_07,
#recruit #main_menu>li.mm_08 {
	border-bottom: 2px solid #000;
}

#main_menu>li a {
	color: #000;
	text-decoration: none;
	display: block;
	position: relative;
	padding: 0 0 5px;
}

.sub_menu {
	position: absolute;
	margin: 0;
	padding: 20px 0 10px;
	display: none;
	z-index: 300;
}

.sub_menu>li {
	margin: 0 !important;
}

.sub_menu>li a {
	padding: 12px 20px !important;
	width: 200px;
	text-align: left;
	display: block;
	background-color: #002c5b;
	font-weight: normal;
	font-size: 11pt;
	text-decoration: none;
	color: #fff !important;
}

.sub_menu>li:first-child a {
	padding: 20px 20px 12px !important;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
}

.sub_menu>li:last-child a {
	padding: 12px 20px 20px !important;
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
}

.sub_menu>li a:hover {
	text-indent: 3px;
}

@media screen and (max-width: 1200px) {
	#header h1 {
		top: 23px;
		left: 1.2vw;
	}
	#header h1 img {
		width: 260px;
	}
	#header nav {
		position: absolute;
		right: 1.2vw;
	}
	#header .button_01 {
		width: 120px;
		height: 38px;
		line-height: 37px;
		font-size: 11.5pt !important;
		text-indent: 0;
		top: 1px;
	}
	#header .button_01 .arrow_01 {
		display: none;
	}
	#main_menu {
		right: 10px;
	}
	#main_menu>li {
		font-size: 11.5pt;
	}
	#main_menu>li a {
		padding: 0 1.2vw;
	}
}

@media screen and (max-width: 980px) {
	#header {
		position: fixed;
		top: 10px;
		width: 96%;
		height: 60px;
		z-index: 150;
	}
	#header h1 {
		width: 100%;
		top: 10px;
		left: 0;
		text-align: center;
	}
	#header h1 img {
		width: 230px;
		margin-right: 10px;
	}
	#main_menu,
	#header .button_01 {
		display: none;
	}
}

/***** Main visual *****/

.swiper-container {
	position: relative;
	z-index: 5;
	width: 100%;
	height: 94vh;
	background: #002c5c;
	/*background: linear-gradient(90deg, rgba(140, 140, 140, 1), rgba(89, 89, 89, 1) 66.6%);*/
	background: linear-gradient(90deg,rgba(59, 116, 177, 1) 0%, rgba(0,44, 92, 1) 100%);
	overflow: hidden;
}

.swiper-container>img {
	position: absolute;
	bottom: -2px;
	left: -4px;
	height: 295px;
	z-index: 50;
}

.swiper-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	text-align: left;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}

.swiper-slide img {
	width: 100%;
	height: 94vh;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	opacity: 0.55;
    background-blend-mode: darken;
}

.swiper-text {
	position: absolute;
	bottom: 150px;
	right: 3%;
	text-align: right;
	color: #fff;
	z-index: 50;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}

.swiper-text p {
	font-weight: 500;
	line-height: 2.3;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, .1);
}

.swiper-text p:last-child {
	margin-top: 30px;
}

@media screen and (max-width: 1200px) {
	.swiper-container {
		height: 80vh;
	}
	.swiper-slide img {
		height: 80vh;
	}
	.swiper-text h1 {
		font-size: 40pt;
	}
	.swiper-text p {
		font-size: 12pt;
		margin-top: 30px;
		line-height: 2.2;
	}
}

@media screen and (max-width: 980px) {
	.swiper-container {
		height: 64vh;
	}
	.swiper-slide img {
		height: 64vh;
	}
	.swiper-text {
		right: 4%;
	}
	.swiper-text h1 {
		font-size: 32pt;
	}
	.swiper-text p {
		font-weight: 500;
		margin-top: 25px;
		line-height: 2.0;
	}
}

@media screen and (max-width: 768px) {
	.swiper-container {
		height: 56vh;
	}
	.swiper-slide img {
		height: 56vh;
	}
	.swiper-text {
		width: 80%;
		bottom: 50px;
	}
	.swiper-text h1 {
		font-size: 30pt;
	}
	.swiper-text p {
		margin-top: 20px;
	}
}

@media screen and (max-width: 560px) {
	.swiper-text h1 {
		font-size: 24pt;
	}
	.swiper-text p {
		font-size: 11pt;
		line-height: 1.8;
	}
}

/***** Arrow *****/

.arrow_01,
.arrow_02,
.arrow_03,
.arrow_04 {
	display: inline-block;
	transform: skew(45deg);
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}

.arrow_01,
.arrow_02 {
	width: 30px;
	height: 5px;
	margin-left: 10px;
}

.arrow_03,
.arrow_04 {
	width: 16px;
	height: 5px;
}

.arrow_01,
.arrow_03 {
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
}

.arrow_02,
.arrow_04 {
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
}

/***** About us *****/

#about_us {
	position: relative;
	width: 100%;
	height: 660px;
	background: #002c5c;
	background: linear-gradient(90deg, rgba(59, 116, 177, 1) 0%, rgba(0, 44, 92, 1) 100%);
	z-index: 10;
}

#about_us img {
	position: absolute;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}

#about_us img:nth-child(1) {
	top: -1px;
	left: 0;
	height: 149px;
	z-index: 20;
}

#about_us img:nth-child(2) {
	bottom: -300px;
	right: 300px;
	height: 600px;
	z-index: 30;
}

#about_us img:nth-child(3) {
	top: 20px;
	right: -100px;
	height: 700px;
	z-index: 40;
}

#about_us_text {
	position: absolute;
	top: 50%;
	left: 4%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	color: #fff;
	text-align: left;
	z-index: 50;
}

#about_us_text h2 {
	font-size: 42pt;
	font-weight: 700;
	line-height: 1.3;
	margin-top: 20px;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, .1);
}

#about_us_text p {
	font-weight: 600;
	line-height: 2.3;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, .1);
}

#about_us_text p:last-child {
	margin-top: 30px;
}

/***** Our Service *****/

#our_service {
	position: relative;
	width: 100%;
	margin-top: 80px;
	overflow: hidden;
}

#our_service .white_text {
	position: absolute;
	right: 0;
	top: 0;
}

#our_service h2,
#our_service h4 {
	position: relative;
	z-index: 20;
}

#service_menu {
	max-width: 1590px;
	margin: 50px auto 0;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}

.service_list {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
	justify-content: center;
	text-align: left;
	font-size: 0;
	gap: 60px;
}

.service_list li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 420px;
	height: 560px;
	margin: 0;
	border-radius: 10px;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}

.os_01 {
	background-image: url(../images/teaser_service_01.jpg);
	background-size: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: rgba(0,20,40,0.55);
	background-blend-mode: darken;
}

.os_02 {
	background-image: url(../images/teaser_service_02.jpg);
	background-size: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: rgba(0,20,40,0.55);
	background-blend-mode: darken;
}

.os_03 {
	background-image: url(../images/teaser_service_03.jpg);
	background-size: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: rgba(0,20,40,0.55);
	background-blend-mode: darken;
}

.service_list li:hover,
.service_lower_list li:hover {
	text-decoration: none;
	background-size: 110%;
	-webkit-filter: brightness(115%);
	filter: brightness(115%);
}

.service_list a,
.service_lower_list a {
	display: block;
	color: #fff;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	outline: none;
}

.service_list h3 {
	font-size: 22pt;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 2px;
	text-align: center;
	margin-top: 150px;
	text-shadow: 0px 0px 3px rgba(0, 0, 0, .3);
}

.service_list h3 span {
	font-size: 16pt;
}

.service_list p {
	width: 80%;
	margin: 40px auto 0;
	font-size: 11pt;
	line-height: 1.8;
	text-shadow: 0px 0px 3px rgba(0, 0, 0, .3);
}

.service_list .number {
	position: absolute;
	top: -20px;
	left: 0;
	width: 70px;
	height: 70px;
	border-radius: 5px;
	background-color: #002c5b;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	font-size: 28pt;
	line-height: 65px;
	letter-spacing: 0.15em;
	text-indent: 5px;
	text-align: center;
	color: #fccc00;
}

.service_list a .button_05 {
	position: absolute;
	bottom: 75px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	margin-left: 0;
	text-shadow: 0px 0px 3px rgba(0, 0, 0, .3);
}

/***** Services *****/

#service_bg {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.8), rgba(229, 239, 247, 0.8));
	padding: 30px 0 35px;
	box-shadow: 5px 10px 20px 0px rgba(174, 197, 224, 1.0);
	-webkit-box-shadow: 5px 10px 20px 0px rgba(174, 197, 224, 1.0);
	-moz-box-shadow: 5px 10px 20px 0px rgba(174, 197, 224, 1.0);
}

#service_lower_menu {
	max-width: 1520px;
	margin: 0 auto;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}

.service_lower_list {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
	justify-content: center;
	text-align: left;
	font-size: 0;
	gap: 16px;
}

.service_lower_list li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 240px;
	height: 120px;
	margin: 0;
	border-radius: 12px;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}

.service_lower_list li span {
	position: absolute;
	top: 49%;
	left: 0;
	right: 0;
	-webkit-transform: translateY(-51%);
	transform: translateY(-51%);
	text-shadow: 0px 0px 3px rgba(0, 0, 0, .3);
}

.service_lower_list h3 {
	font-size: 17pt;
	letter-spacing: 2px;
	font-weight: 600;
	line-height: 1.2;
	text-align: center;
}

.service_lower_list h4 {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 10pt;
	letter-spacing: 1px;
	text-align: center;
	margin-top: 5px;
}

@media screen and (max-width: 1520px) {
	#service_lower_menu {
		max-width: 752px;
	}
}

@media screen and (max-width: 560px) {
	.service_lower_list {
		gap: 12px;
	}
	.service_lower_list li {
		width: 160px;
	}
	.service_lower_list h3 {
		font-size: 15pt;
	}
	.service_lower_list h4 {
		font-size: 9pt;
	}
}

/***** News *****/

#news_contents {
	position: relative;
	margin: 40px auto 0;
	width: 98%;
	z-index: 60;
}

#news_contents_inner {
	position: relative;
	margin: 0 auto;
	width: 80vw;
	max-width: 1600px;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	text-align: left;
}

#news_contents_heading {
	order: 1;
	width: 20%;
}

#news_contents h2 {
	font-size: 22pt;
	letter-spacing: 1px;
	line-height: 1.0;
	color: #002c5b;
}

#news_contents .round_box {
	order: 2;
	width: 75%;
	max-width: 1260px;
	padding: 10px 35px 11px;
	margin-top: -6px;
}

#news_contents table {
	width: 100%;
	border-collapse: collapse;
}

#news_contents table th,
#news_contents table td {
	vertical-align: top;
	font-size: 11pt;
	padding: 19px 0 20px;
	border-bottom: 1px solid #e0e0e0;
}

#news_contents table tr:last-child th,
#news_contents table tr:last-child td {
	border-bottom: none;
}

#news_contents table th {
	width: 110px;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 11.5pt;
	letter-spacing: 1px;
	cursor: auto;
	color: #002c5b;
}

@media screen and (max-width: 1200px) {
	#news_contents table {
		width: 100%;
		border-collapse: collapse;
	}
}

@media screen and (max-width: 980px) {
	#news_contents {
		width: 90.0vw;
	}
	#news_contents h2 {
		font-size: 20pt;
		padding-top: 18px;
	}
	#news_contents .round_box {
		padding: 10px 25px 11px;
	}
	#news_contents table th,
	#news_contents table td {
		font-size: 10.5pt;
	}
	#news_contents table th {
		font-size: 11pt;
	}
}

@media screen and (max-width: 560px) {
	#news_contents h2 {
		font-size: 18pt;
		padding-top: 15px;
	}
	#news_contents .round_box {
		padding: 8px 20px 9px;
	}
	#news_contents table th,
	#news_contents table td {
		font-size: 10pt;
	}
	#news_contents table th {
		font-size: 10pt;
	}
}

#news_contents table a {
	color: #000;
}

#news_contents table a:hover {
	color: #000;
	text-decoration: underline;
}

#news_contents table td a[target="_blank"] {
	background: url(../images/icon_blank.svg) no-repeat;
	background-size: 8px;
	background-position: top 5px right;
	padding-right: 12px;
	margin-right: 5px;
}

@media screen and (max-width: 768px) {
	#news_contents table td a[target="_blank"] {
		background: url(../images/icon_blank.svg) no-repeat;
		background-size: 6px;
		background-position: top 5px right;
	}
}

/***** Button *****/

.button_01,
.button_02,
.button_03,
.button_06 {
	position: relative;
	display: inline-block;
	width: 280px;
	height: 50px;
	line-height: 49px;
	border-radius: 9999px;
	white-space: nowrap;
	font-weight: 600;
	font-size: 12pt !important;
	text-align: center;
	-webkit-transition: .3s all ease;
	transition: .3s all ease;
	z-index: 100;
}

.button_01 {
	background: #c7a740;
	color: #fff;
}

.button_01:hover {
	color: #fff;
}

.button_02 {
	background: #fff;
	color: #000;
	outline: 1px solid #ddd;
    outline-offset: -1px;
}

.section .button_02 {
	width: 340px;
	height: 65px;
	line-height: 64px;
	font-size: 13pt !important;
	margin: 0 10px 10px;
}

.button_02:hover {
	color: #000;
}

.button_03 {
	color: #fff;
	outline: 1px solid #fff;
    outline-offset: -1px;
}

.button_03:hover {
	color: #fff;
}

.button_06 {
	color: #000;
	outline: 1px solid #000;
    outline-offset: -1px;
}

.button_06:hover {
	color: #000;
}

.button_01 i,
.button_02 i,
.button_03 i,
.button_06 i {
	position: absolute;
	right: 25px;
	top: 19px;
}

.button_01:hover i,
.button_02:hover i,
.button_03:hover i,
.button_06:hover i {
	right: 20px;
}

.button_04 {
	position: relative;
	display: inline-block;
	height: 48px;
	font-size: 12pt !important;
	color: #002c5b;
}

.button_04:hover {
	color: #002c5b;
}

.button_04 span {
	display: inline-block;
	width: 48px;
	height: 48px;
	background: #002c5b;
	color: #fff;
	border-radius: 999px;
	vertical-align: middle;
	margin-left: 15px;
}

.button_04 span i {
	position: absolute;
	right: 18px;
	top: 18px;
}

.button_04:hover span i {
	right: 13px;
}

.button_05 {
	position: relative;
	display: inline-block;
	width: 64px;
	height: 64px;
	background: #fff;
	border-radius: 999px;
}

.button_05 i {
	position: absolute;
	right: 26px;
	top: 26px;
}

a:hover .button_05 i {
	right: 21px;
}

#contact .button_01,
#contact .button_03,
#recruit .button_01,
#recruit .button_03 {
	cursor: pointer;
	border: none;
	font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-weight: 400;
}

/***** Background *****/

.bg_blue {
	position: relative;
	width: 100%;
	background-color: #edf3f7;
	overflow: hidden;
	padding-bottom: 100px;
}

.bg_logo {
	background-image: url(../images/logo_l.svg);
	background-repeat:  no-repeat;
	background-position: 50% 50%;
	background-size: 86%;
}

#hot-dip-galvanized .bg_logo {
	background-position: 50% calc(50% - 450px);
	padding-bottom: 0;
}

.bg_gradation {
	position: relative;
	width: 100%;
	background: url(../images/bg_gradation.png) no-repeat;
	background-position: top center;
	background-size: cover;
	overflow: hidden;
}

#home .bg_gradation>img {
	position: absolute;
	top: 460px;
	left: -420px;
	width: 1000px;
	opacity: 0.6;
}

/***** Layouts *****/

.w1200 {
	width: 1200px;
	margin: 0 auto;
	position: relative;
	text-align: left;
	/*overflow: hidden;*/
}

.section.w1200 {
	margin-top: 75px;
}

.w1200 .text_box img.fr {
	margin-left: 20px;
}

.w1200 .text_box img.fl {
	margin-right: 20px;
}

@media screen and (max-width: 980px) {
	.w1200 p,
	.w1200 table,
	.w1200 ul li,
	.w1200 ol li {
		font-size: 11.5pt;
	}
}

@media screen and (max-width: 768px) {
	.w1200 p,
	.w1200 table,
	.w1200 ul li,
	.w1200 ol li {
		font-size: 11pt;
	}
}

@media screen and (max-width: 520px) {
	.w1200 .text_box img.fl,
	.w1200 .text_box img.fr {
		max-width: 200px;
	}
}

.catch_copy {
	display: grid;
    grid-template-columns: 1fr 1.5fr;
}

.catch_copy h2 {
	font-size: 32pt;
	font-weight: 700;
}

.catch_copy p {
	line-height: 2.0;
}

.text_box p {
	margin-top: 1.75em;
	line-height: 2.0;
}

.text_box .indent {
	text-indent: 1em;
	margin-top: 1.5em;
}

.text_box .image {
	margin: 2.0em 0;
	text-align: center;
}

@media screen and (max-width: 1200px) {
	.w1200 {
		width: 96%;
		margin: 0 auto;
	}
}

@media screen and (max-width: 768px) {
	#container section:last-child {
		margin-bottom: 45px;
	}
}

img {
	max-width: 100%;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.flex_box {
	display: flex;
	gap: 6.0vw;
	margin-top: 50px;
}

.flex_left {
	max-width: 520px;
	width: 43.3333%;
}

.flex_left img {
	width: 100%;
	height: auto;
}

.flex_right {
	width: calc(56.6667% - 6.0vw);
}

@media screen and (max-width: 768px) {
	.flex_box {
		display: block;
		flex-direction: row;
		gap: 0;
	}
	.flex_left {
		width: 100%;
	}
	.flex_right {
		width: 100%;
	}
}

/***** Page Title *****/

.page_title {
	position: relative;
	width: 100%;
	height: 500px;
	/*background: url(../images/circle_04.svg),
		linear-gradient(90deg, rgba(140, 140, 140, 1), rgba(89, 89, 89, 1) 66.6%);*/
	background: url(../images/circle_04_blue.svg),
		linear-gradient(90deg,rgba(59, 116, 177, 1) 0%, rgba(0,44, 92, 1) 100%);
	background-position: right -25px bottom 60px, center center;
	background-repeat: no-repeat, no-repeat;
	background-size: 1000px, auto;
	-webkit-transition: .3s all ease;
	transition: .3s all ease;
}

.page_title img:first-of-type {
	position: absolute;
	top: 150px;
	left: -300px;
	opacity: 0.5;
}

.page_title img:last-of-type {
	position: absolute;
	top: 165px;
	right: 2%;
	border-radius: 15px;
}

.page_title_box {
	position: absolute;
	top: 56%;
	left: 3%;
	-webkit-transform: translateY(-44%);
	transform: translateY(-44%);
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	text-align: left;
	color: #fff;
	text-shadow: 0px 0px 3px rgba(0, 0, 0, .3);
}

.page_title h2 {
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 48pt;
	letter-spacing: 0.1em;
	line-height: 1.0;
}

.page_title h1 {
	margin-top: 20px;
	font-size: 18pt;
	letter-spacing: 1px;
}

/***** Topic path *****/

.topic_path {
	position: relative;
	padding: 18px 0;
	overflow: hidden;
}

.topic_path ul {
	margin-left: 2.0vw;
	font-size: 9.5pt;
	text-align: left;
	line-height: 1.2;
}

@media screen and (max-width: 980px) {
	.topic_path {
		padding: 15px 0;
	}
	.topic_path ul {
		font-size: 9pt;
	}
}

.topic_path li {
	position: relative;
	display: inline-block;
	padding-right: 20px;
	margin-left: 10px;
	max-width: 400px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	color: #000;
}

@media screen and (max-width: 480px) {
	.topic_path li {
		max-width: 200px;
	}
}

.topic_path li:first-child {
	margin-left: 0;
}

.topic_path li:after {
	position: absolute;
	content: "";
	width: 10px;
	height: 1px;
	background: #000;
	right: 0;
	bottom: 52%;
}

.topic_path li:last-child:after {
	background: none;
}

.topic_path a {
	color: #000;
}

.topic_path a:hover {
	text-decoration: underline;
}

/***** Slider *****/

.slider {
	width: 100%;
	margin-top: 80px;
}

.slider img {
	margin-right: 50px;
	border-radius: 15px;
}

/***** Heading *****/

.white_text {
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 96pt;
	letter-spacing: 0.1em;
	line-height: 1.0;
	color: #fff;
	text-align: left;
	z-index: 0;
}

.center_heading {
	font-weight: 700;
	font-size: 30pt;
	color: #002c5b;
}

.center_heading_eng {
	margin-top: 10px;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	letter-spacing: 0.2em;
	color: #c7a740;
}

.heading {
    position: relative;
	display: inline-block;
	font-size: 28pt;
	font-weight: 700;
	line-height: 1.0;
	width: 100%;
	color: #002c5b;
	padding-bottom: 25px;
}

.heading .text_bg {
    position: absolute;
	top: -40px;
	right: 0;
	display: inline-block;
	font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 96pt;
	text-align: right;
	color: #e0e0e0;
	z-index: -1;
}

.heading::before {
    position: absolute;
    bottom: 0;
	left: 0;
    content: '';
	width: 80px;
	border-bottom: 4px solid #002c5b;
}

.sub_heading {
    position: relative;
	font-size: 22pt;
	font-weight: 600;
	line-height: 1.2;
	color: #000;
	padding-left: 20px;
	border-left: 4px solid #c7a740;
}

.heading + .sub_heading {
    margin-top: 50px;
}

.blue_box .sub_heading,
.gray_box .sub_heading {
	font-size: 18pt;
	padding-bottom: 10px;
}

@media screen and (max-width: 980px) {
	.heading {
		font-size: 25pt;
	}
	.heading .text_bg {
		font-size: 84pt;
	}
	#home .heading {
		font-size: 30pt;
	}
	.sub_heading {
		font-size: 20pt;
	}
}

@media screen and (max-width: 768px) {
	.heading {
		font-size: 22pt;
		padding-bottom: 20px;
	}
	.heading::before {
		width: 70px;
		border-bottom: 3px solid #002c5b;
	}
	.heading .text_bg {
		font-size: 76pt;
	}
	#home .heading {
		font-size: 26pt;
	}
	.sub_heading {
		font-size: 18pt;
	}
}

@media screen and (max-width: 640px) {
	.heading .text_bg {
		top: -28px;
		font-size: 64pt;
	}
}

@media screen and (max-width: 560px) {
	.heading {
		font-size: 20pt;
	}
	.heading .text_bg {
		top: -22px;
		font-size: 56pt;
	}
	#home .heading {
		font-size: 22pt;
	}
}

/***** Box *****/

.round_box {
	background: #fff;
	padding: 20px 45px;
	border-radius: 15px;
	box-shadow: 5px 10px 20px 0 rgba(221, 221, 221, 1.0);
	-webkit-box-shadow: 5px 10px 20px 0 rgba(221, 221, 221, 1.0);
	-moz-box-shadow: 5px 10px 20px 0 rgba(221, 221, 221, 1.0);
}

.blue_box {
	background: rgba(229, 239, 247, 1.0);
	padding: 40px;
	border-radius: 15px;
	overflow: hidden;
}

.gray_box {
	background: #f0f2f7;
	padding: 40px;
	border-radius: 15px;
	overflow: hidden;
}

.blue_box h3,
.gray_box h3 {
	color: #002c5b;
}

@media screen and (max-width: 768px) {
	.round_box {
		padding: 20px 30px;
	}
	.blue_box {
		padding: 30px;
	}
}

/***** Card *****/

.cards {
	position: relative;
	display: grid;
	justify-items: center;
	align-items: top;
    grid-template-columns: 1fr 1fr;
	width: 1380px;
	margin: 100px auto 0;
	gap: 100px;
}

.card {
	position: relative;
	width: calc(640px - 100px);
	background: #fff;
	padding: 55px 50px 50px;
	border-radius: 15px;
	box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.15);
	text-align: left;
}

.card h5 {
	position: absolute;
	top: -40px;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	font-size: 54pt;
	font-style: italic;
	letter-spacing: 0.1em;
	line-height: 1.0;
	color: #c7a740;
}

.card h3 {
	font-size: 21pt;
}

.card p {
	margin-top: 15px;
	font-size: 12pt;
}

.card img {
	width: 100%;
}

/***** Box Item *****/

.box_item {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
	justify-content: center;
	text-align: left;
	gap: 30px;
}

.box_item>li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 340px;
	font-size: 0;
}

.box_item>li.box_wide {
	width: 600px;
}

.box_item>li img {
	border-radius: 5px;
}

.box_item>li h5 {
	font-size: 14pt;
	font-weight: 500;
	line-height: 1.2;
}

.box_item>li h5,
.box_item>li p,
.box_item>li .list_basic {
	margin-top: 15px;
}

@media screen and (max-width: 768px) {
	.box_item>li h5 {
		margin-top: 10px;
		font-size: 13pt;
	}
}

@media screen and (max-width: 560px) {
	.box_item>li h5 {
		font-size: 12pt;
	}
}

/***** Gallery *****/

.gallery_01 {
	display: grid;
	grid-template-columns: 1fr;           /* 初期: 1列 */
	gap: 40px;
	padding: clamp(1rem, 3vw, 2rem);
	max-width: 1366px;
	margin-inline: auto;
	margin-top: 70px;
}

@media (min-width: 640px) {
	.gallery_01 { grid-template-columns: repeat(2, 1fr); }  /* 中: 2列 */
}

@media (min-width: 1024px) {
	.gallery_01 { grid-template-columns: repeat(3, 1fr); }  /* 大: 3列 */
}

.gallery_01 figure {
	margin: 0;
	border-radius: var(--radius);
	overflow: hidden;
	display: grid;
	grid-template-rows: auto 1fr; /* 画像 + キャプション */
}

@media (prefers-reduced-motion: reduce) {
	.gallery_01 figure { transition: none; }
}

.gallery_01 figure img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 10px;
}

.gallery_01 figure img.trim {
	aspect-ratio: 16 / 10;     /* 統一した箱を作る */
	object-fit: cover;         /* はみ出しをトリミング */
	border-radius: 10px;
}

.gallery_01 figure img.border {
	border: 1px solid #ddd;
}

.gallery_01 figcaption {
	margin-top: 10px;
	font-size: 12pt;
}

/***** Title *****/

.title_leftbar {
	border-left: 4px solid #c7a740;
	margin-top: 30px;
	padding-left: 10px;
	font-size: 14pt;
}

.title_underbar {
	font-size: 180%;
	position: relative;
	display: inline-block;
	margin-top: 50px;
}

.title_underbar:before {
	content: '';
	position: absolute;
	bottom: -15px;
	display: inline-block;
	width: 40px;
	height: 3px;
	left: 0;
	background-color: #00b9ca;
}

.title_underbar small {
	padding: 5px 10px;
	color: #fff;
	font-size: 60%;
	display: inline-block;
	margin-bottom: 10px;
}

.title_underbar small.group_01 {
	background-color: #00b9ca;
}

.title_underbar small.group_02 {
	background-color: rgba(144, 87, 139, 1.0);
}

.title_underbar small.group_03 {
	background-color: #3469b4;
}

@media screen and (max-width: 980px) {
	.title_underbar {
		font-size: 20pt;
	}
}

@media screen and (max-width: 768px) {
	.title_underbar {
		font-size: 16pt;
		line-height: 1.7;
	}
}

@media screen and (max-width: 520px) {
	.title_underbar {
		font-size: 14pt;
		line-height: 1.5;
	}
}

@media screen and (max-width: 360px) {
	.title_underbar {
		font-size: 12pt;
	}
}

/***** Mansonry *****/

.grid {
	margin-top: 80px;
}

.grid:after {
	content: '';
	display: block;
	clear: both;
}

.grid-sizer,
.grid-item {
	width: 20%;
}

.grid-item {
	float: left;
	position: relative;
}

.grid-item img {
	display: block;
	width: 100%;
}

.grid-item a:nth-child(n+2) {
	display: none;
}

.grid-item-large {
	width: 40%;
}

.grid-item-text {
	display: block;
	background: linear-gradient(135deg, rgba(140, 140, 140, 1), rgba(89, 89, 89, 1) 66.6%);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto;
	height: 50vh;
	overflow: hidden;
	position: relative;
}

.grid-item-text p {
	position: absolute;
	right: 0;
	bottom: 9px;
	color: #888;
	font-size: 11.5vw;
	line-height: 0.7;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
	text-align: right;
	letter-spacing: -0.2vw;
}

.grid-item span {
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 3px 15px;
	z-index: 30;
	display: inline-block;
	background: #000;
	color: #fff;
	text-align: center;
	font-size: 10pt;
}

.grid-item span.new {
	right: 75px;
	background: #a1be23;
}

@media screen and (max-width: 768px) {
	.grid {
		margin-top: 50px;
	}
	.grid-item-text {
		height: 38vh;
	}
	.grid-item-button {
		height: 80px;
	}
	.grid-item-button a {
		font-size: 10.5pt;
		line-height: 80px;
	}
	.grid-item span {
		width: 60px;
		padding: 1px 0;
		font-size: 70%;
	}
	.grid-item span.new {
		right: 60px;
	}
}

@media screen and (max-width: 520px) {
	.grid-sizer,
	.grid-item {
		width: 50%;
	}
	.grid-item-text {
		height: 26vh;
	}
	.grid-item span {
		width: 50px;
		padding: 0;
		font-size: 70%;
	}
	.grid-item span.new {
		right: 50px;
	}
}






/***** Flowchart *****/

.flowchart {
	position: relative;
	padding-left: 120px;
}

.flowchart::before {
	display: block;
	position: absolute;
	top: 0;
	left: 120px;
	content: "";
	width: 20px;
	height: 100%;
	background: #e5e5e5;
	margin-left: 0;
	padding-bottom: 10px;
	border-radius: 9999px;
}

.flowchart > li {
	position: relative;
}

.flowchart > li:not(:last-child) {
	margin-bottom: 40px;
}

.flowchart > li .step {
	display: block;
	position: absolute;
	top: 0;
	left: -120px;
	font-family: 'Lato', sans-serif;
	font-weight: 600;
	font-size: 12pt;
	font-weight: 600;
	color: #fff;
	background: #0f95c7;
	padding: 8px 18px;
	z-index: 100;
	border-radius: 3px;
}

.flowchart > li .step::after {
	position: absolute;
	top: 50%;
	left: 100%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: "";
	border-style: solid;
	border-width: 5px 0 5px 10px;
	border-color: transparent transparent transparent #0f95c7;
}

.flowchart > li dl {
	padding-left: 65px;
	position: relative;
	top: 5px;
}

.flowchart > li dl::before,
.flowchart > li dl::after {
	content: "";
	display: block;
	position: absolute;
	top: 15px;
}

.flowchart > li dl::before {
	width: 10px;
	height: 10px;
	margin-top: -5px;
	background: #1e3c7d;
	border-radius: 9999px;
	left: 5px;
}

.flowchart > li dl::after {
	width: 40px;
	border-bottom: 1px solid #1e3c7d;
	position: absolute;
	left: 15px;
}

.flowchart > li dl dt {
    font-size: 18pt;
    font-weight: 600;
    color: #1e3c7d;
}

.flowchart > li dl dd {
	margin: 10px 0 0 0;
}

@media screen and (max-width: 980px) {
	.flowchart > li dl dt {
		font-size: 16pt;
	}
}

@media screen and (max-width: 768px) {
	.flowchart {
		padding-left: 100px;
	}
	.flowchart::before {
		left: 100px;
		width: 16px;
	}
	.flowchart > li:not(:last-child) {
		margin-bottom: 30px;
	}
	.flowchart > li .step {
		left: -100px;
		font-size: 11pt;
		padding: 6px 15px;
	}
	.flowchart > li dl {
		padding-left: 55px;
		top: 2px;
	}
	.flowchart > li dl::before {
		width: 8px;
		height: 8px;
		margin-top: -4px;
		left: 4px;
	}
	.flowchart > li dl::after {
		width: 32px;
		left: 12px;
	}
	.flowchart > li dl dt {
		font-size: 14pt;
		padding-top: 2px;
	}
}

/***** Arrow Down *****/

.triangle {
	margin: 0 auto;
	width: 0;
	height: 0;
	border-left: 24px solid transparent;
	border-right: 24px solid transparent;
	border-top: 24px solid #1e3c7d;
}

/***** Year *****/

#year {
    margin-top: 40px;
	font-size: 0;
	padding-bottom: 12px;
	border-bottom: 1px solid #444;
}

#year li {
	display: inline-block;
	margin-right: 20px;
	font-family: 'Lato', sans-serif;
	font-weight: 600;
	font-size: 12pt;
}

#year li:last-of-type {
	margin-right: 0;
}

@media screen and (max-width: 768px) {
	#year li {
		margin-right: 17px;
		font-size: 11pt;
	}
}

#year li a {
	color: #ddd;
}

#year li a:hover {
	color: #fff;
}

/***** Table *****/

.table_01 {
	width: 100%;
	border-collapse: collapse;
}

.table_01 th,
.table_01 td {
	vertical-align: top;
	padding: 1.25em 0;
	font-size: 12pt;
}

.table_01 th {
	width: 300px;
	border-bottom: 1px solid #002c5b;
	color: #002c5b;
}

.table_01 tr:first-of-type th {
	border-top: 1px solid #002c5b;
}

.table_01 td {
	padding-left: 1.0em;
	border-bottom: 1px solid #002c5b;
}

.table_01 tr:first-of-type td {
	border-top: 1px solid #002c5b;
}


.table_02 {
	width: 100%;
	border-spacing: 3px;
	border-radius: 5px;
}

.table_02 th,
.table_02 td {
	border: 1px solid #dde5f4;
	background: #fff;
	vertical-align: top;
	padding: 1.25em;
	font-size: 12pt;
	border-radius: 5px;
}

.table_02.d_table th,
.table_02.d_table td {
	padding: 10px 13px;
	font-size: 90%;
}

.table_02 thead th {
	background-color: #f0f2f7;
	text-align: center;
	vertical-align: middle;
}

.table_02.d_table thead th {
	font-size: 85%;
}

.table_02 tbody th {
	background-color: #f0f2f7;
	font-weight: 400;
}

.table_02 tbody td {
	overflow-wrap: anywhere;
	word-break: normal;
	line-break: strict;
}

@media screen and (max-width: 980px) {
	.table_01 th {
		width: 150px;
	}
	.table_01 th,
	.table_01 td,
	.table_02 th,
	.table_02 td {
		font-size: 11pt;
	}
	.information table th,
	.post table th {
		width: 220px;
		font-size: 10.5pt;
	}
	.information table th .category,
	.post table th .category {
		width: 100px;
		height: 24px;
		margin-left: 15px;
		font-size: 10pt;
		line-height: 23px;
	}
}

@media screen and (max-width: 768px) {
	.table_01 th {
		width: 130px;
	}
	.information table th,
	.post table th {
		width: 190px;
	}
	.information table th .category,
	.post table th .category {
		width: 90px;
		height: 22px;
		margin-left: 10px;
		line-height: 21px;
	}
}

@media screen and (max-width: 560px) {
	.table_02 th,
	.table_02 td {
		padding: 1.00em;
	}
	.table_02.d_table th,
	.table_02.d_table td {
		padding: 1.00em;
	}
	.table_02 col {
		width: auto !important;
	}
}

/***** List style *****/

.list_basic li {
	position: relative;
	padding-left: 1.0em;
	margin-bottom: 0.4em;
}

.list_basic li:before {
	content: "";
	display: inline-block;
	width: 5px;
	height: 5px;
	background: #002c5b;
	position: absolute;
	top: 0.5em;
	left: 0;
}

.blue_box .list_basic,
.gray_box .list_basic {
	column-count: 3;
}

@media screen and (max-width: 768px) {
.blue_box .list_basic {
	column-count: 2;
}
}

.list_num {
	margin-left: 35px;
}

.list_num li {
	margin-bottom: 0.5em;
}

.list_num2 {
	margin-left: 15px;
	list-style: none;
	counter-reset: number;
}

.list_num2 li {
	position: relative;
	padding-left: 30px;
	margin-bottom: 0.5em;
}

.list_num2 li::before {
	counter-increment: number;
	content: counter(number) ")";
	position: absolute;
	left: 0;
}

.list_num3 {
	list-style-type: none;
	border: none;
	counter-reset: number;
}

.list_num3 li {
	position: relative;
	line-height: 1.5;
	padding: 0.5em 0 0.5em 2.5em;
}

.list_num3 li:before {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	position: absolute;
	content: counter(number);
	counter-increment: number;
	left: 0;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #1e3c7d;
	color: #fff;
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	line-height: 30px;
	margin-top: -2px;
}

@media screen and (max-width: 768px) {
	.list_num3 li:before {
		width: 26px;
		height: 26px;
		font-size: 11pt;
		line-height: 26px;
	}
}

/***** Google map *****/

.gmap iframe {
	width: 100%;
	height: 500px;
	border-radius: 10px;
	border: 0;
	margin-top: 40px;
}

#office .gray_box iframe {
	width: 100%;
	height: 500px;
	border-radius: 10px;
	border: 1px solid #d0d2d7;
	margin-top: 30px;
}

#office .gray_box.branch div {
	float: left;
	width: 36%;
}

#office .gray_box.branch iframe {
	float: right;
	width: 60%;
	height: 360px;
	margin-top: 0;
	vertical-align: top;
}

@media screen and (max-width: 768px) {
	#office .gray_box {
		padding: 40px 25px;
	}
	#office .gray_box.branch div {
		float: none;
		width: 100%;
	}
	#office .gray_box.branch iframe {
		float: none;
		width: 100%;
		height: 500px;
		margin-top: 30px;
	}
}

/***** Form *****/

.mailform {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.mailform dt {
	width: 30%;
}

.mailform dd {
	width: 70%;
}

.mailform dt,
.mailform dd {
	border-bottom: 1px solid #ddd;
	margin: 0;
	padding: 15px 0;
}

.mailform input,
.mailform textarea,
.mailform select {
	font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-weight: 400;
	font-size: 12pt;
}

.mailform input[type=text],
.mailform input[type=email],
.mailform input[type=password] {
	max-width: 475px !important;
	width: calc(100% - 35px) !important;
	padding: 6px 10px;
	border: 1px solid #bbb;
	border-radius: 3px;
}

.mailform input + input {
	margin-top: 10px;
}

.mailform textarea {
	padding: 6px 10px;
	border: 1px solid #bbb;
	max-width: 475px !important;
	width: calc(100% - 35px) !important;
	height: 150px !important;
	border-radius: 3px;
}

.mailform select {
	padding: 5px 10px 5px 10px;
	border: 1px solid #bbb;
	border-radius: 3px;
}

:placeholder-shown,
::-webkit-input-placeholder,
:-ms-input-placeholder {
	color: #d0d0d0;
}

:-moz-placeholder,
::-moz-placeholder {
	color: #d0d0d0;
	opacity: 1;
}

span.must {
	display: inline-block;
	float: right;
	font-size: 9.5pt;
	font-weight: normal;
	color: #d60b35;
	line-height: 1.0;
	border-radius: 9999px;
	border: 1px solid #d60b35;
	padding: 4px 8px;
	margin: 2px 10px 0;
}

@media screen and (max-width: 768px) {
	.mailform dt,
	.mailform dd {
		display: inline-block;
		width: 100% !important;
		font-size: 12pt;
	}
	.mailform dd {
		padding-top: 0;
	}
	.mailform dt {
		border-bottom: none;
	}
	.mailform input,
	.mailform textarea,
	.mailform select {
		font-size: 11.5pt;
	}
}

@media screen and (max-width: 560px) {
	.mailform dt,
	.mailform dd {
		width: 100%;
	}
	span.must {
		display: block;
		width: 40px;
		padding: 4px 0;
		text-align: center;
		float: none;
		font-size: 9pt;
	}
	.mailform input[type=text],
	.mailform input[type=email],
	.mailform input[type=password] {
		max-width: 475px;
		width: 100%;
	}
	.mailform textarea {
		width: 100%;
	}
}

/***** Teaser *****/

#teaser_recruit {
	position: relative;
    margin: 110px auto 0;
	width: 90%;
	max-width: 1600px;
	height: 500px;
	background-image: url(../images/teaser_recruit.jpg);
	background-repeat: no-repeat;
	background-position: center left;
	border-radius: 10px;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	z-index: 30;
}

#teaser_recruit div {
	position: absolute;
	right: 0;
	width: 50%;
	height: 500px;
	background-image: linear-gradient(90deg,rgba(231, 199, 96, 1) 0%, rgba(199, 167, 64, 1) 66.6%);
	border-radius: 0 10px 10px 0;
	text-align: center;
	color: #000;
}

#teaser_recruit span {
    position: absolute;
	top: 48%;
	left: 50%;
	transform: translate(-50%, -52%);
	-webkit-transform: translate(-50%, -52%);
	-ms-transform: translate(-50%, -52%);
    width: 80%;
}

#teaser_recruit h2 {
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 48pt;
	letter-spacing: 0.1em;
	line-height: 1.0;
	margin-top: 8px;
	color: #f9de91;
}

#teaser_recruit h3 {
	margin-top: 20px;
	font-size: 24pt;
	letter-spacing: 1px;
}

#teaser_recruit p {
	margin-top: 25px;
	line-height: 2.0;
	font-size: 12pt;
}

#teaser_recruit p:last-child {
	margin-top: 40px;
}

#teaser_recruit:hover {
	-webkit-filter: brightness(115%);
	filter: brightness(115%);
}

/***** Tab *****/

.tab-area {
	display: flex;
	border: 1px solid #eee;
	cursor: pointer;
	margin-top: 40px;
	border-radius: 9999px;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
}

.recruit .tab {
	width: calc(100% / 3);
	padding: 10px 0;
	text-align: center;
	border-radius: 9999px;
}

.information .tab,
.post .tab {
	width: calc(100% / 4);
	text-align: center;
	border-radius: 9999px;
}

.tab a {
	display: block;
	width: 100%;
	padding: 10px 0;
	text-align: center;
	border-radius: 9999px;
	color: #000;
}

.tab.active,
.tab a.current {
	background: linear-gradient(90deg, #1e3c7d 0%, #0f96c8 100%) no-repeat;
	color: #fff;
}

.panel {
	display: none;
	margin-top: 40px;
}

.panel.active {
	display: block;
}

/***** Page navi *****/

#pagenavi .wp-pagenavi {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 40px;
}

#pagenavi .wp-pagenavi > span,
#pagenavi .wp-pagenavi > a {
	display: inline-block;
	margin: 0 5px 5px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 11.5pt;
    letter-spacing: 1px;
	line-height: 1.0;
}

#pagenavi .wp-pagenavi > span.current,
#pagenavi .wp-pagenavi > a.page {
	width: 32px;
	height: 32px;
	line-height: 32px;
	padding: 0;
	border: 1px solid #1e3c7d;
	border-radius: 50%;
	color: #000;
}

#pagenavi .wp-pagenavi > span.current {
	color: #fff;
	background: #1e3c7d;
}

#pagenavi .wp-pagenavi > a.page:hover {
	color: #fff;
	background: #1e3c7d;
}

#pagenavi .wp-pagenavi .extend,
#pagenavi .wp-pagenavi .previouspostslink,
#pagenavi .wp-pagenavi .nextpostslink,
#pagenavi .wp-pagenavi .last,
#pagenavi .wp-pagenavi .first {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 12pt;
    letter-spacing: 1px;
	line-height: 1.0;
	color: #000;
}

#pagenavi .wp-pagenavi .extend:hover,
#pagenavi .wp-pagenavi .previouspostslink:hover,
#pagenavi .wp-pagenavi .nextpostslink:hover,
#pagenavi .wp-pagenavi .last:hover,
#pagenavi .wp-pagenavi .first:hover {
	color: #208aba;
}

.publishing {
	text-align: right;
	margin-top: 20px;
	font-size: 11pt;
}

.publishing select {
	padding: 8px 10px;
	border: 1px solid #1e3c7d;
	border-radius: 9999px;
	margin-left: 10px;
}

/***** Meta *****/

.meta {
	margin-top: 20px;
}

.meta time.date {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 12pt;
    letter-spacing: 1px;
	line-height: 1.0;
}

.meta .category {
	display: inline-block;
	width: 120px;
	height: 28px;
	text-align: center;
	border: 1px solid #1e3c7d;
	border-radius: 9999px;
	margin-left: 30px;
	font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-weight: 400;
	font-size: 10.5pt;
	line-height: 27px;
	letter-spacing: 0;
	color: #1e3c7d;
}

.meta .category {
	margin: 10px 0 0 0;
}

.meta .category a {
	color: #000;
}
	
/***** Footer *****/

#footer::before {
	position: absolute;
	top: -180px;
	left: 0;
	content: '';
	width: 100%;
	height: 180px;
	background-color: #002c5b;
}

#footer {
	position: relative;
	width: 100%;
	height: 320px;
	background-color: #002c5b;
	color: #fff;
}

#footer_inner {        
	position: relative;
	display: grid;
    grid-template-columns: 1fr 1.5fr;
	gap: 25px;
	width: 94%;
	margin: 0 auto;
}

.scroll_up {
	position: absolute;
	top: 46%;
	right: 20px;
	transform: translateY(-54%);
	-webkit-transform: translateY(-54%);
	width: 76px;
	height: 76px;
	border-radius: 999px;
	background-image: url(../images/arrow_05.svg);
	background-size: 15px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: #fff;
	z-index: 100;
}

.scroll_up:hover {
	background-position: 50% 40%;
}

#footer a {
	color: #fff;
}

#f_address {
	order: 1;
	font-size: 11pt;
	font-weight: 400;
	line-height: 1.7;
	text-align: left;
	margin-top: 50px;
}

#f_address img {
	width: 300px;
	margin-bottom: 20px;
}

#f_navi {
	order: 2;
	display: flex;
	flex-wrap: wrap;
	justify-content: end;
	gap: 25px;
	margin-top: 50px;
}

#f_navi dl {
	text-align: left;
	font-size: 0;
	letter-spacing: 0.1em;
}

#f_navi dl dt {
	font-size: 11pt;
	color: #fff;
}

#f_navi dl dd {
	position: relative;
	padding: 0;
	margin: 8px 0 0 0;
	font-size: 10.5pt;
	color: #fff;
	padding-left: 15px;
}

#f_navi dl dd::before {
	position: absolute;
	top: 10px;
	left: 0;
	content: '';
	border-top: 1px solid #fff;
	width: 7px;
}

#f_bottom_navi {
	order: 3;
	text-align: left;
}

#f_bottom_navi ul {
	margin-top: 30px;
	font-size: 0;
}

#f_bottom_navi ul li {
	display: inline-block;
	font-size: 10pt;
	margin-right: 15px;
}

#f_bottom_navi p {
	font-family: 'Oswald', sans-serif;
	font-size: 9pt;
	letter-spacing: 0.1em;
	line-height: 1.0;
	margin-top: 15px;
	color: rgba(255, 255, 255, 0.3);
}

#f_contact {
	order: 4;
	display: flex;
	flex-wrap: wrap;
	justify-content: end;
	gap: 20px;
}

#f_contact p:first-child {
	margin-top: 25px;
	font-size: 11pt;
	font-weight: 700;
}

#f_contact a {
	display: inline-block;
	margin-bottom: 10px;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	font-size: 30pt;
	line-height: 1.0;
	letter-spacing: 0.1em;
}

#f_contact p:last-child {
	font-size: 10pt;
	color: rgba(255, 255, 255, 0.5);
	text-align: justify;
	text-align-last: justify;
}


