/*
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: 1024px) {
	.drawer-toggle,
	.drawer-hamburger,
	.drawer-nav {
		display: none;
		visibility: hidden;
	}
}

@media screen and (max-width: 1024px) {
	.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: 25px;
	left: 0;
	text-align: center;
}

#drawer-logo h1 img {
	width: 130px;
}

#drawer button {
	min-width: 220px;
	font-size: 10.5pt;
}

.drawer-menu {
	overflow: hidden;
}

.drawer-menu ul {
	float: left;
	width: 90%;
	margin: 0 5%;
	text-align: left;
	font-size: 10.5pt;
}

.drawer-menu li {
	border-top: 1px solid #555;
	padding: 10px 0;
	margin: 0;
}

.drawer-menu li:last-child {
	border-bottom: 1px solid #555;
}

.drawer-menu a {
	color: #fff;
	display: block;
}

.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-weight: normal;
	font-size: 11pt;
	line-height: 1.0;
}

.drawer-bottom-menu a {
	color: #fff;
}

#drawer address {
	margin-top: 30px;
	font-style: normal;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	letter-spacing: 1px;
	font-size: 9pt;
	color: #fff;
}

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

#header {
	position: absolute;
	top: 20px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	z-index: 10;
	width: 90%;
	max-width: 1600px;
	height: 90px;
	background: #fff;
	border-radius: 15px;
	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);
}

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

#header nav {
	position: absolute;
	right: 1.5vw;
}

#header .button_01 {
	width: 160px;
	text-indent: -10px;
}

#header .button_01 .arrow_01 {
	top: 10px;
}

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

#main_menu li {
	position: relative;
	display: inline-block;
	height: 87px;
	line-height: 87px;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	border-bottom: 1px solid transparent;
	font-weight: 600;
	font-size: 12pt;
	border-bottom: 3px solid transparent;
}

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

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

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

#main_menu li:hover,
#home #main_menu li.mm_01,
#company #main_menu li.mm_02,
#service #main_menu li.mm_03,
#office #main_menu li.mm_04,
#contact #main_menu li.mm_05,
#recruit #main_menu li.mm_06 {
	border-bottom: 3px solid #292088;
}

#main_menu li a {
	color: #000;
	text-decoration: none;
	display: block;
	position: relative;
	height: 87px;
	padding: 0 1.5vw;
}

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

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

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

.swiper-container {
	position: relative;
	z-index: 5;
	width: 100%;
	height: 94vh;
	background: #0073c8;
	overflow: hidden;
}

.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.60;
    background-blend-mode: darken;
}

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

@media screen and (max-width: 1280px) {
	.swiper-container {
		height: 86vh;
	}
	.swiper-slide img {
		height: 86vh;
	}
}

@media screen and (max-width: 1024px) {
	.swiper-container {
		height: 72vh;
	}
	.swiper-slide img {
		height: 72vh;
	}
}

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

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

.swiper-text h1 {
	font-size: 46pt;
	font-weight: 700;
	line-height: 1.3;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, .3);
}

.swiper-text p {
	font-weight: 700;
	margin-top: 40px;
	line-height: 2.3;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, .3);
}

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

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

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

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

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

.arrow_01,
.arrow_02,
.arrow_03,
.arrow_04,
.arrow_06 {
	display: inline-block;
	border-radius: 9999px;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	margin-left: 15px;
	vertical-align: middle;
}

.arrow_01 {
	width: 26px;
	height: 26px;
	background: url(../images/arrow_bl.svg) no-repeat #fff;
	background-position: 8px 9px;
	background-size: 10px auto;
}

.button_01:hover .arrow_01 {
	background: url(../images/arrow_bl.svg) no-repeat #fff;
	background-position: 13px 9px;
	background-size: 10px auto;
}

.arrow_02 {
	width: 34px;
	height: 34px;
	background: url(../images/arrow_wh.svg) no-repeat;
	background-position: 12px 13px;
	border: 1px solid #fff;
	background-size: 10px auto;
}

#our_service a:hover .arrow_02 {
	background: url(../images/arrow_wh.svg) no-repeat;
	background-position: 17px 13px;
	background-size: 10px auto;
}

.button_01:hover .arrow_02,
.button_01:hover .arrow_05 {
	background: url(../images/arrow_wh.svg) no-repeat;
	background-position: 17px 13px;
	background-size: 10px auto;
}

.arrow_03 {
	width: 40px;
	height: 40px;
	background: url(../images/arrow_bl.svg) no-repeat #fff;
	background-position: 15px 16px;
	background-size: 10px auto;
}

.arrow_04 {
	width: 50px;
	height: 50px;
	background: url(../images/arrow_wh.svg) no-repeat #292088;
	background-position: 19px 20px;
	background-size: 13px auto;
	transform: rotate(-90deg);
	box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.15);
}

.scroll_up:hover .arrow_04 {
	background: url(../images/arrow_wh.svg) no-repeat #292088;
	background-position: 24px 20px;
	background-size: 13px auto;
}

.arrow_05 {
	width: 34px;
	height: 34px;
	background: url(../images/arrow_wh.svg) no-repeat;
	background-position: 12px 13px;
	border: 1px solid #fff;
	background-size: 10px auto;
	transform: rotate(-180deg);
	margin-left: 0;
	margin-right: 15px;
}

.arrow_06 {
	width: 50px;
	height: 50px;
	background: url(../images/arrow_bl.svg) no-repeat #fff;
	background-position: 18px 19px;
	background-size: 13px auto;
}

#teaser_recruit a:hover .arrow_06 {
	background: url(../images/arrow_bl.svg) no-repeat #fff;
	background-position: 23px 19px;
	background-size: 13px auto;
}

@media screen and (max-width: 1024px) {
	.arrow_01 {
		width: 30px;
		height: 30px;
		background-position: 10px 11px;
	}
	.button_02:hover .arrow_01 {
		background-position: 15px 11px;
	}
	.arrow_02 {
		width: 30px;
		height: 30px;
		background-position: 10px 11px;
	}
	.button_01:hover .arrow_02,
	.button_01:hover .arrow_05 {
		background-position: 15px 11px;
	}
	.arrow_04 {
		width: 60px;
		height: 60px;
		background-position: 23px 25px;
	}
}

.contact .button_01,
.contact .button_03,
.recruit .button_01,
.recruit .button_03 {
	cursor: pointer;
	border: none;
}

.contact .button_01,
.recruit .button_01 {
	background-color: transparent;
}

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

#about_us {
	position: relative;
	width: 100%;
	height: 600px;
	background: #225dd3;
	background: linear-gradient(90deg, rgba(34, 93, 211, 1) 0%, rgba(32, 57, 135, 1) 100%);
	margin-top: 150px;
	z-index: 10;
}

#about_us img {
	position: absolute;
	top: -80px;
	right: 7.5%;
	border-radius: 20px;
	z-index: 20;
}

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

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

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

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

#our_service {
	position: relative;
	width: 100%;
	padding: 70px 0;
	overflow: hidden;
	z-index: 0;
}

#service_menu {
	max-width: 1590px;
	margin: 40px 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: 30px;
}

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

@media screen and (max-width: 1610px) {
	#service_menu {
		max-width: 860px;
	}
	.service_list {
		gap: 40px;
	}
	.service_list li {
		width: 260px;
		height: 260px;
	}
}

.os_01 {
	background-image: url(../images/teaser_service_01.jpg);
	background-size: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: rgba(32,57,135,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(75,32,135,0.65);
	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(41,32,135,0.65);
	background-blend-mode: darken;
}

.os_04 {
	background-image: url(../images/teaser_service_04.jpg);
	background-size: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: rgba(32,89,135,0.65);
	background-blend-mode: darken;
}

.os_05 {
	background-image: url(../images/teaser_service_05.jpg);
	background-size: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: rgba(108,32,135,0.65);
	background-blend-mode: darken;
}

.os_06 {
	background-image: url(../images/teaser_service_06.jpg);
	background-size: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: rgba(32,57,135,0.75);
	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%);
}

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

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

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

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

.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: 19pt;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 2px;
	text-align: center;
	margin-top: 40px;
	text-shadow: 0px 0px 3px rgba(0, 0, 0, .3);
}

.service_list h4 {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 12pt;
	letter-spacing: 1px;
	text-align: center;
	margin-top: 10px;
	text-shadow: 0px 0px 3px rgba(0, 0, 0, .3);
}

.service_list a .arrow_02 {
	position: absolute;
	bottom: 40px;
	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);
}

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

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

/***** 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);
}

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

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

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

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

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

.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: 1280px) {
}

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

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

#news_contents {
	position: relative;
	margin: 50px auto 0;
	width: 80.0vw;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	text-align: left;
}

@media screen and (max-width: 1024px) {
	#news_contents {
		width: 90.0vw;
	}
}

#news_contents h2 {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 22pt;
	letter-spacing: 3px;
	line-height: 1.0;
	color: #292088;
	text-align: left;
	padding-top: 20px;
}

#news_contents h2::before {
    position: absolute;
    top: 0;
	left: 0;
    content: '';
	width: 100px;
	border-top: 1px solid #292088;
}

#news_contents .round_box {
	margin-top: 30px;
}

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

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

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

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

#news_contents table th span {
	display: inline-block;
	width: 120px;
	height: 26px;
	line-height: 25px;
	text-align: center;
	border: 1px solid #e5e5e9;
	border-radius: 3px;
	margin-left: 30px;
	font-size: 10pt;
	letter-spacing: 0;
	color: #000;
}

@media screen and (max-width: 1024px) {
	#news_contents p {
		margin-top: 25px;
		font-size: 11.5pt;
	}
	#news_contents table th,
	#news_contents table td {
		font-size: 10.5pt;
	}
	#news_contents table th {
		width: 220px;
		font-size: 11pt;
	}
	#news_contents table th span {
		width: 100px;
		height: 26px;
		margin-left: 20px;
		line-height: 25px;
	}
}

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

@media screen and (max-width: 520px) {
	#news_contents table th,
	#news_contents table td {
		font-size: 10pt;
	}
	#news_contents table th {
		width: 120px;
		font-size: 10pt;
	}
	#news_contents table th span {
		margin-left: 0;
		margin-top: 2px;
		height: 22px;
		line-height: 21px;
		font-size: 9.5pt;
	}
}

#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 {
	position: relative;
	display: inline-block;
	width: 280px;
	height: 46px;
	line-height: 45px;
	border-radius: 9999px;
	white-space: nowrap;
	font-weight: 600;
	font-size: 12.5pt !important;
	text-align: center;
	-webkit-transition: .3s all ease;
	transition: .3s all ease;
	z-index: 100;
}

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

.button_01 i {
	position: absolute;
	right: 12px;
	top: 12px;
}

.button_01 i.arrow_05 {
	position: absolute;
	left: 12px;
	top: 12px;
}

.button_01:hover {
	color: #fff;
}

.button_02 {
	background: #fff;
	color: #1e3c7d;
}

.button_02 i {
	position: absolute;
	right: 12px;
	top: 12px;
}

.button_02:hover {
	color: #1e3c7d;
}

@media screen and (max-width: 1024px) {
	.button_01,
	.button_02 {
		width: 290px;
		height: 50px;
		line-height: 49px;
		font-size: 12pt !important;
	}
	.button_01 i {
		right: 10px;
		top: 9px;
	}
	.button_01 i.arrow_05 {
		left: 10px;
		top: 9px;
	}
	.button_02 i {
		right: 10px;
		top: 9px;
	}
}

#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: #e5eff7;
	overflow: hidden;
}

.lower .bg_blue {
	background: linear-gradient(180deg, rgba(255, 255, 255, 1.0), rgba(229, 239, 247, 1.0));
	background-size: 100% 500px;
	background-repeat: no-repeat;
	background-position: center bottom;
}

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

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

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

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

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

@media screen and (max-width: 1024px) {
	.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;
	}
}

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

.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;
	overflow: hidden;
}

#company .page_title {
	background: linear-gradient(180deg, rgba(0, 115, 200, .3), rgba(0, 115, 200, .15)) ,url(../images/bg_company.jpg) no-repeat;
	background-position: left 30% center;
	background-size: cover;
}

#service .page_title {
	background: linear-gradient(180deg, rgba(0, 115, 200, .3), rgba(0, 115, 200, .15)) ,url(../images/bg_service.jpg) no-repeat;
	background-position: left 30% center;
	background-size: cover;
}

#office .page_title {
	background: linear-gradient(180deg, rgba(0, 115, 200, .3), rgba(0, 115, 200, .15)) ,url(../images/bg_office.jpg) no-repeat;
	background-position: left 30% center;
	background-size: cover;
}

#contact .page_title {
	background: linear-gradient(180deg, rgba(0, 115, 200, .3), rgba(0, 115, 200, .15)) ,url(../images/bg_contact.jpg) no-repeat;
	background-position: left 30% center;
	background-size: cover;
}

#recruit .page_title {
	background: linear-gradient(180deg, rgba(0, 115, 200, .3), rgba(0, 115, 200, .15)) ,url(../images/bg_recruit.jpg) no-repeat;
	background-position: left 30% center;
	background-size: cover;
}

.page_title_box {
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(270deg,rgba(0, 86, 185, 1) 0%, rgba(0, 160, 223, 1) 100%);
	width: 30%;
	max-width: 500px;
	height: 100%;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}

.page_title_box>span {
	display: inline-block;
	position: absolute;
	top: 52%;
	left: 50%;
	transform: translate(-50%, -48%);
	-webkit-transform: translate(-50%, -48%);
	-ms-transform: translate(-50%, -48%);
	width: 90%;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	color: #fff;
	line-height: 1.0;
}

.page_title h1 {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 30pt;
	letter-spacing: 1px;
}

.page_title h2 {
	margin-top: 30px;
	font-size: 16pt;
	letter-spacing: 1px;
}

.page_title h2>span{
     position: relative;
     display: inline-block;
     padding: 0 0.75em;
}
      
.page_title h2>span::before,
.page_title h2>span::after{
     position: absolute;
     top: 50%;
     content: '';
     width: 2.0em;
     height: 1px;
     background-color: #fff;
}
 
.page_title h2>span::before {
	left: 100%;
}

.page_title h2>span::after {
	right: 100%;
}

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

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

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

.topic_path {
	position: relative;
	padding: 18px 0;
	overflow: hidden;
	border-bottom: 1px solid #e5e5e9;
}

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

@media screen and (max-width: 1024px) {
	.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;
}

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

.heading {
    position: relative;
	display: inline-block;
	font-size: 28pt;
	font-weight: 700;
	line-height: 1.0;
	width: 100%;
	color: #292088;
	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;
}

@media screen and (max-width: 1024px) {
	.heading {
		font-size: 25pt;
	}
}

@media screen and (max-width: 768px) {
	.heading {
		font-size: 22pt;
	}
}

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

#home .heading {
    position: relative;
	display: inline-block;
	font-size: 36pt;
	letter-spacing: 3px;
	line-height: 1.0;
	padding-bottom: 25px;
}

#home .heading::before {
    position: absolute;
    bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
    content: '';
	width: 100px;
	border-bottom: 1px solid #292088;
}

@media screen and (max-width: 1024px) {
	#home .heading {
		font-size: 30pt;
	}
}

.sub_heading {
    position: relative;
	font-size: 22pt;
	font-weight: 600;
	line-height: 1.2;
	color: #000;
	padding-bottom: 15px;
	border-bottom: 1px solid #292088;
}

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

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

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

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

.round_box {
	background: #fff;
	padding: 20px 45px;
	border-radius: 15px;
	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);
}

.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: #292088;
}

/***** 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: 1024px) {
	.box_item>li h5 {
		font-size: 17pt;
	}
}

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

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

.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: 1024px) {
	.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;
	}
}

/***** 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: 1024px) {
	.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 #292088;
	color: #292088;
}

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

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

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


.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: 1024px) {
	.table_01 th {
		width: 150px;
	}
	.table_01 th,
	.table_01 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: 540px) {
	.table_02 th,
	.table_02 td {
		padding: 7px;
	}
	.table_02.d_table th,
	.table_02.d_table td {
		padding: 7px;
	}
	.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: #292088;
	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 iframe {
	float: right;
	width: 66.6%;
	height: 360px;
	margin-top: 0;
}

/***** 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;
	width: calc(100% - 35px);
	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;
	width: calc(100% - 35px);
	height: 150px;
	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: 520px) {
	span.must {
		display: block;
		width: 40px;
		padding: 4px 0;
		text-align: center;
		float: none;
		font-size: 9pt;
	}
}

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

#teaser_recruit {
	position: relative;
    margin: 0 auto;
	width: 90%;
	max-width: 1600px;
	height: 360px;
	background: url(../images/teaser_recruit.png),linear-gradient(90deg,rgba(0, 86, 185, 1) 0%, rgba(0, 160, 223, 1) 100%);
	background-repeat: no-repeat;
	background-position: center right;
	border-radius: 20px;
	text-align: left;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}

#teaser_recruit a {
	display: block;
	color: #fff;
	width: 100%;
	height: 100%;
	outline: none;
}

#teaser_recruit span {
    position: absolute;
    top: 49%;
    transform: translateY(-51%);
    -webkit-transform: translateY(-51%);
    -ms-transform: translateY(-51%);
    left: 5%;
    width: 70%;
}

#teaser_recruit h2 {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 34pt;
	letter-spacing: 3px;
	line-height: 1.0;
	margin-top: 8px;
}

#teaser_recruit h3 {
	font-size: 20pt;
}

#teaser_recruit p {
	margin-top: 30px;
	line-height: 2.0;
}

#teaser_recruit .arrow_06 {
    position: absolute;
	bottom: 30px;
	right: 30px;
	box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.15);
}

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

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

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

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

/***** 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 {
	position: relative;
	width: 92%;
	max-width: 1790px;
	height: 120px;
	margin: 40px auto;
	z-index: 10;
	padding: 0 !important;
}

.lower #footer {
	margin: 130px auto 40px;
}

#footer_inner {
	display: flex;
    justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 25px;
	width: calc(100% - 55px);
	height: 100%;
	margin-left: 20px;
}

.scroll_up {
	position: absolute;
	top: 50%;
	right: -25px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	z-index: 100;
}

.scroll_up:hover {
	text-decoration: none;
}

#footer a {
	color: #000;
}

#f_logo {
	order: 1;
	text-align: left;
}

#f_logo img {
	width: 230px;
	margin-top: 10px;
}

#f_address {
	order: 2;
	font-size: 11pt;
	font-weight: 400;
	line-height: 1.7;
	text-align: left;
}

#f_navi {
	order: 3;
	flex-grow: 2;
}

#f_navi ul {
	text-align: right;
	font-size: 0;
}

#f_navi ul li {
	display: inline-block;
	font-size: 11pt;
	white-space: nowrap;
	line-height: 1.0;
	margin-left: 1.2vw;
}

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

#f_contact {
	order: 4;
	font-size: 10pt;
	line-height: 1.2;
	color: #292088;
}

#f_contact strong {
	font-size: 11pt;
}

#f_contact a {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 26pt;
	letter-spacing: 2px;
	color: #292088;
}

@media screen and (max-width: 1500px) {
#footer {
	width: 94%;
}
#footer_inner {
	gap: 20px;
	width: calc(100% - 40px);
	margin-left: 15px;
}
#f_address {
	font-size: 10.5pt;
}
#f_navi ul li {
	font-size: 10.5pt;
	margin-left: 1.0vw;
}
#f_contact {
	font-size: 9pt;
}
#f_contact strong {
	font-size: 10.5pt;
}
#f_contact a {
	font-size: 24pt;
	letter-spacing: 1px;
}
}

#footer_bottom {
	position: relative;
	width: 100%;
	height: 80px;
	background-color: #fff;
	margin: 0 auto;
	z-index: 10;
}

#footer_bottom_inner {
	display: flex;
    justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 25px;
	width: 90%;
	max-width: 1790px;
	height: 100%;
	margin: 0 auto;
}

#footer_bottom p {
	font-size: 10pt;
}

#footer_bottom p img {
	vertical-align: middle;
	margin-right: 20px;
}

#footer_bottom address {
	font-style: normal;
	text-align: right;
	font-size: 8.5pt;
}

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