/*
Theme Name: construction1
Theme URI: https://plusmate.co.jp/
Author: 株式会社プラスメイト
Author URI: https://plusmate.co.jp/
Description: 株式会社GKサービス様用
Version: 1.0.4
License URI: https://plusmate.co.jp/theme/term
Text Domain: construction1
*/
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	font-size:16px;
	box-sizing: border-box;
}

body {
	margin: 0;
	color:#1b224c;
	font-family: 'Noto Serif JP', serif;
}
main {
	display: block;
	width: 100%;
}
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}
a {
	background-color: transparent;
}
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}
b,
strong {
	font-weight: bolder;
}
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
small {
	font-size: 80%;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
img {
	border-style: none;
}
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}
button,
input {
	overflow: visible;
}
button,
select {
	text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}
fieldset {
	padding: 0.35em 0.75em 0.625em;
}
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}
progress {
	vertical-align: baseline;
}
textarea {
	overflow: auto;
}
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}
details {
	display: block;
}
summary {
	display: list-item;
}
template {
	display: none;
}
[hidden] {
	display: none;
}

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

html {
	box-sizing: border-box;
}
button,
input,
select,
optgroup,
textarea {
	color: #111;
	font-family: 'Noto Sans', sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

img[src$=".svg"] {
    width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #111;
	transition: .3s;
	text-decoration: none;
}

a:visited {
	color: #111;
}

a:hover,
a:focus,
a:active {
	opacity: .8;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}


.is_sp{
	display: none
}
.is_tb{
	display: none;
}
.is_pc{
	display: block;
}
@media screen and (max-width: 1200px){
	.is_sp{
		display: none;
	}
	.is_tb{
		display: block;
	}
	.is_pc{
		display: none;
	}
}
@media screen and (max-width: 767px){
	.is_sp{
		display: block;
	}
	.is_tb{
		display: none;
	}
	.is_pc{
		display: none;
	}
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*Google Material Icons*/
.material-icons-outlined{
	font-size: inherit;
}
/*FadeIn フェードイン*/
.slidein_to_up_elem{
	opacity: 0;
}
.slidein_to_up{
	animation: slidein_to_up .5s;
	opacity: 1;
}
@keyframes slidein_to_up {
	0% {
		opacity: 0;
		transform: translateY(50px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
/*フロントページ front page*/
.front_heading{
	margin-bottom: 4em;
	position: relative;
	font-family:'Noto Serif JP', serif;
}
.front_heading h2{
	color:#111;
	font-size: 2.4em;
	letter-spacing: .15em;
	text-align: center;
	line-height: 1.3;
	margin: 0;
	overflow: hidden;
	transform: translate(-105%, 0);
	transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}

.front_heading h2 span {
	display: inline-block;
	transform: translate(100%, 0);
	transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
	margin-bottom: .1em;
}
			
.front_heading h2.-visible,
.front_heading h2.-visible span {
	transform: translate(0, 0);
}
.front_heading p{
	letter-spacing: .15em;
	text-align: center;
	line-height: 1.3;
	margin: 0 0 .5em 0;
	overflow: hidden;
	transform: translate(0, -100%);
	transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}
.front_heading p span{
	display: inline-block;
	color: #333333;
    font-weight: 500;
	transform: translate(0, 100%);
	transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}			
.front_heading p.-visible,
.front_heading p.-visible span {
	transform: translate(0, 0);
}
.desc_red{
	color:#d11c2c;
}
.front_link{
	text-align: center;
	margin-bottom: 0;
}
.front_link a{
	display: block;
	width: 90%;
	max-width: 360px;
	margin:0 auto;
	padding:.45em 4em .45em 3em;
	border: 1px solid #1291bb;
	position: relative;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	background:#fff;
	color:#1291bb;
	line-height: 2;
	letter-spacing: .15em;
}
.front_link a:after{
	content: '';
	width: 8px;
	height: 8px;
	border-top: solid 1px #1291bb;  
	border-right: solid 1px #1291bb;
	transform: rotate(45deg) translateY(-50%);
	position: absolute;
	top: 50%;
	right: 1em;
}
.front_link_left{
	text-align: left;
}
.front_link_center{
	text-align: center;
}
/*FV ファーストビュー*/
.fv{
	position: relative;
	z-index: 0;
}
.fv_bg_area{
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.fv_txt{
	font-size:100%;
	margin: 0;
	position: absolute;
	top: 65%;
	right: 7.5%;
	text-align: right;
	text-shadow: 0 0 5px #7c7c7c;
}
.fv_txt p{
	color:#fff;
	margin: 0;
	letter-spacing: .2em;
	position: relative;
	overflow: hidden;
}
.fv_txt p:nth-of-type(1){
	font-size:2.0em;
	font-weight: 700;
	font-family: 'Noto Serif JP', serif;
	margin-bottom: 0.5em;
}
.fv_txt p:nth-of-type(2){
	font-size:1.4em;
	font-weight: 700;
	font-family: 'Noto Serif JP', serif;
}
.fv .fv_bg_area video{
	display: block;
	width: 100%;
	object-fit: cover;
}
.fv .fv_bg_area img{
	display: block;
	width: 100%;
	object-fit: cover;
	object-position: top;
	filter: invert(20%);
}

.front_top_contents_wrap{
	position: relative;
	margin-top: 144px;
}
.front_top_contents{
	background: url(./images/about_us_bg-min.jpg) center top no-repeat;
	background-size:100% auto;
	margin:0 auto;
	position: relative;
}
.front_top_contents:before{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: inherit;
	filter: opacity(0.8) drop-shadow(0 0 0 #000000) brightness(75%);
}
.front_top_contents_inner{
	max-width: 1200px;
	margin:auto;
	display: flex;
	align-items: flex-end;
	padding-top: 230px;
}
.front_top_contents_left{
	width: 50%;
	position: relative;
	z-index: 1;
	display: flex;
	align-items: flex-start;
}
.front_top_contents_left img{
	display: block;
	box-shadow: 0 0 20px 0px rgb(0 0 0 / 20%);
	width: 100%;
	height: 100%;
	max-width: 268px;
}
.front_top_contents_left figure:nth-of-type(1){
	margin:0 25px 0 0;
}
.front_top_contents_left figure:nth-of-type(2){
	margin:25px 0 0 0;
}
.front_top_contents_right{
	position: relative;
	z-index: 2;
	margin:0 0 0 auto;
	width: 50%;
	max-width: 580px;
	background:#fff;
	box-shadow: 0 0 20px 0px rgb(0 0 0 / 5%);
	padding:50px 35px;
}
.front_top_contents_right h2{
	color:#333333;
	font-size:24px;
	margin:0 0 35px 0;
	font-weight: 500;
}
.front_top_contents_right p{
	margin-top: 0;
	line-height: 2em;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	color:#333333;
	margin-bottom: 50px;
	font-size:15px;
}
.front_service_contents_wrap{
	position: relative;
	margin-top: 144px;
}
.front_service_contents{
	background: url(./images/service_bg-min.jpg) center top no-repeat;
    background-size: 100% auto;
    margin: 0 auto;
	position: relative;
}
.front_service_contents:before{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: inherit;
	filter: opacity(0.8) drop-shadow(0 0 0 #000000) brightness(75%);
}
.front_service_contents_inner{
	max-width: 1200px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	padding-top: 230px;
}
.front_service_contents_left{
	position: relative;
	width: 50%;
	max-width: 580px;
	background:#fff;
	box-shadow: 0 0 20px 0px rgb(0 0 0 / 5%);
	padding:50px 35px;
}
.front_service_contents_left h2{
	color:#333333;
	font-size:24px;
	margin:0 0 35px 0;
	font-weight: 500;
	line-height: 1.6;
}
.front_service_contents_left p{
	margin-top: 0;
	line-height: 2em;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	color:#333333;
	margin-bottom: 50px;
	font-size:15px;
}
.front_service_contents_right{
	position: relative;
	z-index: 2;
	width: 40%;
	font-family: 'Noto Sans JP', sans-serif;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.front_service_item{
	width: 50%;
	padding:5px;
	position: relative;
}
.front_service_contents_right figure{
	margin: 0;
}
.front_service_contents_right figure img{
	display: block;
	filter: opacity(0.7) drop-shadow(0 0 0 #00fff0) brightness(75%);
}
.front_service_contents_right h3{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	color:#fff;
	font-family: 'Noto Serif JP', serif;
	width: 100%;
	margin: 0;
	text-align: center;
}

.front_works_contents_wrap{
	position: relative;
	margin-top: 144px;
}
.front_works_contents{
	background: url(./images/works_bg-min.jpg) center top no-repeat;
	background-size:100% auto;
	margin:0 auto;
	position: relative;
}
.front_works_contents:before{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: inherit;
	filter: opacity(0.8) drop-shadow(0 0 0 #000000) brightness(75%);
}
.front_works_contents_inner{
	max-width: 1200px;
	margin:auto;
	position: relative;
	padding-top: 60px;
}
.front_works_contents_top{
	width: 50%;
	max-width: 580px;
	margin-left: auto;
	position: relative;
	z-index: 1;
	background:#fff;
	box-shadow:0 0 20px 0px rgb(0 0 0 / 5%);
	padding:50px 35px;
	right:35px;
}
.front_works_contents_top h2{
	color: #333333;
    font-size: 24px;
    margin: 0 0 35px 0;
    font-weight: 500;
    line-height: 1.6;
}
.front_works_contents_top p{
	margin-top: 0;
    line-height: 2em;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    color: #333333;
	font-size:15px;
}
.front_works_contents_bottom{
	position: relative;
	z-index: 0;
	width: 100%;
	background:#e2e3e4;
	box-shadow: 0 0 20px 0px rgb(0 0 0 / 5%);
	padding:90px 35px 25px 35px;
	font-family: 'Noto Sans JP', sans-serif;
	top:-50px;
	margin-bottom: -50px;
}
.front_works_contents_bottom_item{
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}
.front_works_contents_bottom p{
	margin-top: 0;
	line-height: 2em;
}
.front_works_contents_bottom article{
	width: 31.5%;
}
.front_works_contents_bottom article figure{
	margin: 0;
}
.front_works_contents_bottom article figure img{
	display: block;
	max-height: 220px;
	object-fit: cover;
}
.front_works_contents_bottom article .works_desc{
	padding:25px;
	background:#fff;
}
.front_works_contents_bottom article .works_desc h2{
	font-size:18px;
	font-weight: 600;
	margin: 0 0 15px 0;
	line-height: 1.6;
}
.front_works_contents_bottom article .works_desc p{
	font-size:15px;
}

/*採用情報*/

.front_recruit_contents_wrap{
	position: relative;
	margin-top: 144px;
	padding-bottom: 144px;
}
.front_recruit_contents{
	background: url(./images/recruit_bg-min.jpg) center top no-repeat;
	background-size:100% auto;
	margin:0 auto;
	position: relative;
}
.front_recruit_contents:before{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: inherit;
	filter: opacity(0.8) drop-shadow(0 0 0 #000000) brightness(75%);
}
.front_recruit_contents_top{
	width: 50%;
	max-width: 540px;
	margin-right: auto;
	position: relative;
	z-index: 1;
	background:#fff;
	box-shadow:0 0 20px 0px rgb(0 0 0 / 5%);
	padding:50px 35px;
	left: 35px;
}
.front_recruit_contents_top h2{
	color: #333333;
    font-size: 24px;
    margin: 0 0 35px 0;
    font-weight: 500;
    line-height: 1.6;
}
.front_recruit_contents_top p{
	margin-top: 0;
    line-height: 2em;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    color: #333333;
	font-size:15px;
}
.front_recruit_contents_inner{
	max-width: 1200px;
	margin:auto;
	position: relative;
	padding-top: 60px;
}
.front_recruit_contents_bottom{
	position: relative;
	z-index: 0;
	width: 100%;
	background:#e2e3e4;
	box-shadow: 0 0 20px 0px rgb(0 0 0 / 5%);
	padding:90px 35px 25px 35px;
	font-family: 'Noto Sans JP', sans-serif;
	top:-50px;
	margin-bottom: -50px;
}
.front_recruit_contents_bottom_item{
	display: flex;
	justify-content: space-between;
	margin-bottom: 35px;
}
.front_recruit_contents_bottom_item_left{
	width: 50%;
	text-align: center;
}
.front_recruit_contents_bottom_item_left > p:nth-of-type(1){
	margin-top: 0;
    line-height: 2em;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    color: #333333;
    font-size: 17px;
	display: inline-block;
	text-align: left;
}
.front_recruit_contents_bottom_item_right{
	display: flex;
	position: absolute;
	top: -50px;
	right: 35px;
}
.front_recruit_contents_bottom_item_right figure{
	margin: 0;
}

/*ニュース*/
.front_news_contents_wrap{
	position: relative;
	margin-top: 144px;
	padding: 4rem 0 144px 0;
}
.front_news_contents_wrap_inner{
	max-width: 1200px;
	display: flex;
	justify-content: space-between;
	margin:0 auto;
}

.front_heading_news{
	position: relative;
	font-family:'Noto Serif JP', serif;
}
.front_heading_news h2{
	color:#111;
	font-size: 2.4em;
	letter-spacing: .15em;
	text-align: left;
	line-height: 1.3;
	margin: 0;
	overflow: hidden;
	transform: translate(0, -100%);
	transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
	width: max-content;
}

.front_heading_news h2 span {
	display: inline-block;
	transform: translate(0, 100%);
	transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
	margin-bottom: .1em;
}
			
.front_heading_news h2.-visible,
.front_heading_news h2.-visible span {
	transform: translate(0, 0);
}
.front_heading_news p{
	letter-spacing: .15em;
	text-align: left;
	line-height: 1.3;
	margin: 0 0 .5em 0;
	overflow: hidden;
	transform: translate(0, -100%);
	transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}
.front_heading_news p span{
	display: inline-block;
	color: #333333;
    font-weight: 500;
	transform: translate(0, 100%);
	transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}			
.front_heading_news p.-visible,
.front_heading_news p.-visible span {
	transform: translate(0, 0);
}
.front_news_contents_wrap:before{
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height:220px;
	background:#f2f2f2;
	z-index: -1;
}
.front_news_contents{
	width: 100%;
	margin-left: 100px;
	max-width: 1200px;
	background:#fff;
	box-shadow: 0 0 20px 0px rgb(0 0 0 / 5%);
	padding:50px 45px 35px 45px;
	font-family: 'Noto Sans JP', sans-serif;
}
.news_area article a{
	display: flex;
	align-items: center;
	font-family: 'Noto Sans JP', sans-serif;
	font-style: normal;
	margin-bottom: 1.2em;
}
.news_area article a .news_date{
	font-weight: 400;
	font-size:1rem;
	margin:0 2em 0 0;
	letter-spacing: .15em;
	width: 125px;
}
.news_area article a .news_cat{
	width: 100px;
	margin:0 ;
	background:#6997c3;
	border-radius:15px;
	padding:.5em 0;
	text-align: center;
	color:#ffffff;
	font-size:12px;
	letter-spacing: .15em;
}
.news_area article a .news_title{
	font-weight: 400;
	margin: 0 0 0 2em;
	font-size:1rem;
	letter-spacing: .15em;
	width: calc(100% - 225px);
	line-height: 1.8;
}
.front_link_news{
	text-align: right;
	margin-bottom: 0;
}
.front_link_news a{
	padding:0 0 0 3em;
	position: relative;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	background:#fff;
	color:#333333;
	line-height: 2;
}
.front_link_news a:before{
	content: '';
	width: 30px;
	height: 30px;
	border:1px solid #333333;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.front_link_news a:after{
	content: '';
	width: 5px;
	height: 5px;
	border-top: solid 1px #333333;  
	border-right: solid 1px #333333;
	transform: rotate(45deg) translateY(-50%);
	position: absolute;
	top: 50%;
	left: 10px;
	transition: .2s;
}
.front_link_news a:hover:after{
	left: 13px;
}
@media screen and (max-width: 1200px){


	.fv_txt p:nth-of-type(1):after{
		font-size:.95em;
		top:calc(50% + .25em);
		left: 50%;
	}

	.front_top_contents_wrap{
		padding:10% 0;
		margin-top: 0;
	}

	.front_top_contents_inner{
		width: 95%;
		align-items: center;
	}

	.front_top_contents_left{
		width: 48%;
	}

	.front_top_contents_right{
		width: 48%;
	}

	.front_service_contents_wrap{
		padding:2.5% 0 10% 0;
		margin-top: 0;
	}

	.front_service_contents_inner{
		width: 95%;
		align-items: center;
	}
	
	.front_works_contents_wrap{
		padding:2.5% 0 10% 0;
		margin-top: 0;
	}

	.front_works_contents_inner{
		padding-top: 20%;
	}

	.front_works_contents_top{
		width: 90%;
		max-width: 100%;
		margin:0 auto;
		right: auto;
	}

	.front_recruit_contents_wrap{
		padding:2.5% 0 10% 0;
		margin-top: 0;
	}

	.front_recruit_contents_inner{
		padding-top: 20%;
	}

	.front_recruit_contents_top{
		width: 90%;
		max-width: 100%;
		margin:0 auto;
		left: auto;
	}

	.front_recruit_contents_bottom{
		top: 0;
		margin-bottom: 0;
		margin-top: 7.5%;
		padding:5%;
	}
	.front_recruit_contents_bottom_item_right{
		width: 45%;
	}
	.front_recruit_contents_bottom_item{
		margin-bottom: 0;
	}
	
	.front_news_contents_wrap{
		padding:5% 0 10%;
		margin-top: 0;
	}
	.front_news_contents_wrap_inner{
		width: 90%;
		flex-wrap: wrap;
	}
	.front_heading_news{
		width: 100%;
	}
	.front_heading_news p{
		text-align: center;
	}
	.front_heading_news h2{
		text-align: center;
		width: 100%;
	}
	.front_news_contents{
		width: 100%;
		margin: 5% auto 0;
	}
	
	.front_blog_contents_wrap{
		padding:2.5% 0 10% 0;
	}
	.blog_meta_date{
		width: 25%;
	}

}
@media screen and (max-width: 983px){
	.blog_meta_cat{
		width: 80%;
		text-align: center;
	}
	.blog_area article{
		width: 46%;
	}
	.works_area article{
		width: 46%;
	}
	.fv_txt{
		padding:0 5%;
		width: 100%;
		right: auto;
		position: absolute;
		top: 50%;
		left: 50%;
		width: 100%;
		transform: translate(-50%,-50%);
		text-align: center;
	}
	.fv_txt p:nth-of-type(1){
		font-size:2.5em;
	}
	.fv_txt p:nth-of-type(2){
		font-size:2em;
	}
	.front_top_contents_inner{
		flex-wrap: wrap;
	}
	.front_top_contents_left{
		order:2;
		width: 70%;
		margin:3.5% auto 0;
	}
	.front_top_contents_right{
		order:1;
		max-width: initial;
		width: 100%;
		padding:5% 3.5%;
	}
	.front_top_contents_right p:last-of-type{
		margin-bottom: 0;
	}
	.front_works_contents_right{
		width: 70%;
	}
	.front_service_contents_inner{
		flex-wrap: wrap;
	}
	.front_service_contents_left{
		max-width: initial;
		width: 100%;
		padding:5% 3.5%;
	}
	.front_service_contents_left p:last-of-type{
		margin-bottom: 0;
	}
	.front_service_contents_right{
		width: 90%;
		margin:3.5% auto 0;
	}
	.front_service_item{
		width: 24%;
	}
}
@media screen and (max-width: 767px){

	.fv_txt p:nth-of-type(1){
		font-size:1.3em;
		line-height: 1.6;
		text-align: left;
	}
	.fv_txt p:nth-of-type(2){
		font-size:1.1em;
		text-align: left;
	}

	.front_heading{
		margin-bottom: 8.5%;
	}

	.front_heading h2{
		font-size:1.4em;
	}

	.front_heading p{
		font-size:.8em;
	}

	.front_link a{
		width: 100%;
		text-align: center;
	}

	.front_top_contents_wrap{
		padding:10% 0;
	}
	.front_top_contents{
		background-size: auto 230px;
	}
	.front_top_contents_inner{
		width: 90%;
		padding-top: 190px;
	}
	.front_top_contents_left{
		max-width: initial;
		width: 90%;
		margin:-7.5% auto 0;
		z-index: 3;
	}
	.front_top_contents_left img{
		width: 100%;
		object-fit: cover;
	}
	.front_top_contents_right{
		width: 100%;
		padding: 7.5% 7.5% 17.5% 7.5%;
	}
	.front_top_contents_right h2{
		font-size:1.1em;
		line-height: 1.6;
		margin-bottom: 7.5%;
	}
	.front_top_contents_right p{
		font-size:.9em;
		line-height: 1.8;
		margin-bottom: 12%;
	}


	.front_service_contents_wrap{
		padding:10% 0;
	}
	.front_service_contents_wrap:before{
		height: 30vh;
	}
	.front_service_contents{
		background-size: auto 230px;
	}
	.front_service_contents_inner{
		width: 90%;
		padding-top: 190px;
	}
	.front_service_contents_left{
		width: 100%;
		padding: 7.5% 7.5% 17.5% 7.5%;
	}
	.front_service_contents_left h2{
		font-size:1.1em;
		line-height: 1.6;
		margin-bottom: 7.5%;
	}
	.front_service_contents_left p{
		font-size: .9em;
		line-height: 1.8;
		margin-bottom: 12%;
	}
	.front_service_contents_left img{
		min-height: 300px;
		width: 100%;
		object-fit: cover;
	}
	.front_service_contents_right{
		width: 90%;
		margin:-7.5% auto 0;
	}
	.front_service_contents_right p{
		font-size:.9em;
		line-height: 1.8;
	}
	.front_service_item{
		width: 50%;
	}

	
	.front_works_contents_wrap{
		padding:10% 0;
	}
	.front_works_contents_wrap:before{
		height: 30vh;
	}
	.front_works_contents{
		background-size: auto 230px;
	}
	.front_works_contents_inner{
		padding-top: 200px;
	}
	.front_works_contents_top{
		width: 90%;
		padding: 7.5% 7.5% 7.5% 7.5%;
	}
	.front_works_contents_top h2{
		font-size:1.1em;
		line-height: 1.6;
		margin-bottom: 7.5%;
	}
	.front_works_contents_top p{
		font-size: .9em;
		line-height: 1.8;
	}
	.front_works_contents_left{
		max-width: 95%;
		margin:0 auto;
	}
	.front_works_contents_left img{
		min-height: 300px;
		width: 100%;
		object-fit: cover;
	}
	.front_works_contents_right{
		width: 100%;
		padding: 5%;
	}
	.front_works_contents_right p{
		font-size:.9em;
		line-height: 1.8;
	}
	.front_works_contents_bottom{
		top: -40px;
		margin-bottom: -40px;
		padding:20% 5% 5% 5%;
	}
	.front_works_contents_bottom article{
		width: 80%;
	}
	.front_works_contents_bottom article figure img{
		max-height: 20vh;
	}
	.front_works_contents_bottom article .works_desc{
		padding:5%;
	}
	.front_works_contents_bottom article .works_desc h2{
		font-size:1em;
		font-weight: 500;
	}
	.front_works_contents_bottom article .works_desc p{
		font-size:.8em;
	}
	.works_area article{
		width: 100%;
		margin-bottom: 13%;
	}

	.front_recruit_contents{
		background-size: auto 230px;
	}
	.front_recruit_contents_inner{
		padding-top: 200px;
	}
	.front_recruit_contents_top{
		width: 90%;
		padding: 7.5% 7.5% 7.5% 7.5%;
	}
	.front_recruit_contents_top h2{
		font-size: 1.1em;
		line-height: 1.6;
		margin-bottom: 7.5%;
	}
	.front_recruit_contents_top p{
		font-size: .9em;
		line-height: 1.8;
	}
	.front_recruit_contents_bottom{
		top: -40px;
		margin-bottom: -40px;
		padding: 20% 5% 5% 5%;
		margin-top: 0;
	}
	.front_recruit_contents_bottom_item{
		flex-wrap: wrap;
	}
	.front_recruit_contents_bottom_item_right{
		order:1;
		width: 80%;
		position: relative;
		margin:0 auto;
		right: auto;
		top: auto;
	}
	.front_recruit_contents_bottom_item_left{
		order:2;
		width: 100%;
	}
	.front_recruit_contents_bottom_item_left > p:nth-of-type(1){
		font-size: .9em;
		line-height: 1.8;
		margin:5% auto 0;
	}
	
	.front_news_contents_wrap{
		padding:10% 0;
	}
	.front_heading_news{
		margin-bottom: 8.5%;
	}
	.front_heading_news p{
		font-size:.8em;
	}
	.front_heading_news h2{
		font-size:1.4em;
	}
	.front_news_contents_wrap:before{
		height: 30vh;
	}
	.front_news_contents{
		padding: 7.5% 7.5% 7.5% 7.5%;
		margin-top: 0;
	}
	.news_area article a{
		flex-wrap: wrap;
		margin-bottom: 2em;
	}
	.news_area article a .news_date{
		font-size:.9em;
		line-height: 1.8;
		width: auto;
		letter-spacing: normal;
	}
	.news_area article a .news_cat{
		font-size:.8em;
		letter-spacing: normal;
		padding: 0.25em 0;
	}
	.news_area article a .news_title{
		width: 100%;
		font-size:.9em;
		line-height: 1.8;
		margin:2.5% 0 0 0;
		letter-spacing: normal;
	}

	
	.front_blog_contents_wrap{
		padding:10% 2.5%;
	}
	.front_blog_contents_wrap:before{
		height: 30vh;
	}
	.front_blog_contents{
		padding: 10% 5%;
	}
	.blog_area article{
		width: 100%;
	}
	.blog_area article a h3{
		font-size:.9em;
		line-height: 1.8;
	}
	.blog_meta_cat{
		width: 50%;
	}
	.blog_meta_date{
		width: 20%;
	}
	.blog_area article a h3{
		width: 76%;
	}


	.front_company_contents{
		padding: 15% 35px;
	}
	.company_area dl{
		flex-wrap: wrap;
		padding:1em;
	}
	.company_area dl dt{
		width: 100%;
		margin-top: 0.5em;
	}
	.company_area dl dd{
		width: 100%;
	}

}
/*ニュース一覧*/
.news_archive_list{
	max-width: 1000px;
	margin:0 auto;
}
.news_archive_list article{
	margin-bottom: 50px;
	border-bottom: 1px dotted;
	padding: 1em 0;
}
.news_archive_list article a{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.news_archive_list article time{
	width: 30%;
}
.news_archive_list article header{
	width: 70%;
}
.news_archive_list article header h2{
	margin: 0;
	font-size:1rem;
	font-weight: 400;
}
@media screen and (max-width: 1200px){
	.news_archive_list{
		max-width: 100%;
		padding: 0 5% 75px;
	}
	.news_archive_list article{
		margin-bottom: 1.5em;
	}
}
@media screen and (max-width: 767px){
	.news_archive_list{
		padding: 0 5% 10%;
	}
	.news_archive_list article a{
		font-size:.9em;
	}
	.news_archive_list article header h2{
		font-size:.9em;
	}
}

/*ニュース詳細*/
.single #primary > article{
	padding:50px;
	max-width: 1100px;
	margin:0 auto;
}
.single #primary > article .post_meta{
	display: flex;
	align-items: flex-end;
	padding: 0.5em 0;
    border-bottom: 2px solid #1291bb;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 20px;
	width: -moz-fit-content;
	width: fit-content;
	margin: 0 0 40px 0;
}
.post_meta p{
	margin: 0;
}
.post_meta p:nth-of-type(1){
	margin-right: 1.5em;
}
.post_meta p:nth-of-type(2){
	font-size: 15px;
}
.single .post-thumbnail{
	text-align: center;
	margin:30px 0;
}
.entry-content{
	font-family: 'Noto Sans JP', sans-serif;
	color:#333333;
}
.entry-title{
	font-size:25px;
	margin:0 0 35px 0;
	line-height: 1.6;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
}
.entry-content > *:not(h2){
	margin-left: 30px;
	margin-right: 30px;
} 
.entry-content h2{
	border-bottom:2px solid;
	padding:0 0 0.5em 30px;
	margin-top: 65px;
	margin-bottom:35px;
	letter-spacing: .15em;
	font-size:23px;
}
.entry-content h3{
	letter-spacing: .15em;
	font-size:21px;
	background:#02689A;
	padding:.7em .7em .8em .7em;
	color:#fff;
	margin-top: 65px;
	margin-bottom:35px;
}
.entry-content h4{
	font-size:21px;
	border-left:7px solid #02689A;
	padding: .2em .2em .3em .5em;
	margin-bottom:1em;
	margin-top: 65px;
	margin-bottom:35px;
}
.entry-content h5{
	font-size:1.2em;
	margin-top: 65px;
	margin-bottom:35px;
}
.entry-content p{
	line-height: 2;
	letter-spacing: .1em;
}
.entry-content ul{
	padding-left:1em;
	margin-left: 1em;
}
.entry-content ul > li{
	font-size: 17px;
    line-height: 2em;
    list-style-type: none;
    position: relative;
    margin: 1em 0;
	padding-left: 1.5em;
}
.entry-content ul > li:before {
    content: "";
	width: 5px;
	height: 5px;
	border-radius: 100%;
	background:#02689A;
    margin-right: 0.5em;
	position: absolute;
	top: 1em;
	left: .5em;
	transform: translateY(-50%);
}
.entry-content ul > li ul li{
	margin:.5em 0;
}
.entry-content ol{
	padding-left:1em;
	margin-left: 1em;
	counter-reset: item;
}
.entry-content ol > li{
	font-size: 17px;
    line-height: 2em;
    list-style-type: none;
    position: relative;
    margin: 1em 0;
	padding-left: 1.5em;
	text-indent: -1.5em;
	padding-left: 1.5em;
}
.entry-content ol > li:before {
	counter-increment: item;
	content: counter(item)".";
	background:#02689A;
	color:#fff;
	padding:.15em .4em;
	margin-right: 0.5em;
}
.entry-content ol > li ol li{
	margin:.5em 0;
}
.entry-content table{
    border: 1px solid #c6d7db;
    border-collapse: collapse;
    max-width: 100%;
    word-break: break-all;
}
.entry-content table th,
.entry-content table td{
	padding: 1em;
    border: 1px solid #c6d7db;
    vertical-align: top;
    line-height: 2em;
}
.entry-content a{
	text-decoration: underline;
}
.post_archive{
	max-width: 1100px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	list-style-type: none;
	margin: 123px auto;
	padding: 0;
}
.post_archive a{
	font-size:16px;
	letter-spacing: .1em;
}
.post_archive li:nth-child(1){
	width: 15%;
}
.post_archive li:nth-child(1) a{
	position: relative;
	padding-left: 25px;
}
.post_archive li:nth-child(1) a:before{
	content: '';
    width: 10px;
    height: 10px;
    border-top: solid 1px #333333;
    border-left: solid 1px #333333;
    transform: rotate(-45deg) translateY(-50%);
    position: absolute;
    top: calc(50% - 1px);
    left: 6px;
}
.post_archive li:nth-child(2) a{
	display: block;
	padding:.8em 100px;
	border:2px solid #333333;
	position: relative;
}
.post_archive li:nth-child(2) a:before{
	content: '';
    width: 10px;
    height: 10px;
    border-top: solid 1px #333333;
    border-right: solid 1px #333333;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: calc(50% - 1px);
    right: 30px;
}
.post_archive li:nth-child(3){
	width: 15%;
}
.post_archive li:nth-child(3) a{
	display: block;
	position: relative;
	padding-right: 25px;
}
.post_archive li:nth-child(3) a:before{
	content: '';
    width: 10px;
    height: 10px;
    border-top: solid 1px #333333;
    border-right: solid 1px #333333;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: calc(50% - 2px);
    right: 6px;
}

@media screen and (max-width: 1200px){
	.single #primary > article{
		max-width: 100%;
		padding:0 5% 5% 5%;
	}
	.post_archive{
		max-width: initial;
		width: 90%;
	}
}
@media screen and (max-width: 767px){
	.single h1{
		font-size:1.1em;
		margin-top: 0;
	}
	.entry-title{
		margin:0 0 5% 0 ;
	}
	.single .post-thumbnail{
		margin:5% 0;
	}
	.single #primary > article p{
		font-size:.9em;
	}
	.entry-content h2{
		font-size:1.1em;
		margin-top: 7.5%;
		margin-bottom: 5%;
		padding: 0 0 0.5em 0;
	}
	.entry-content h3{
		font-size:1em;
		margin-top: 7.5%;
		margin-bottom: 5%;
	}
	.entry-content h4{
		font-size:1em;
		margin-top: 7.5%;
		margin-bottom: 5%;
	}
	.entry-content > *:not(h2){
		margin-left: 0;
		margin-right: 0;
	}
	.wp-block-table{
		white-space: nowrap;
		overflow: auto;
	}
	.entry-content table th, .entry-content table td{
		font-size:.9em;
	}
	.entry-content ul{
		padding-left: 0;
	}
	.entry-content ul > li{
		font-size:.9em;
	}
	.entry-content ol{
		padding-left: 0;
	}
	.entry-content ol > li{
		font-size:.9em;
	}
	.single #primary > article .post_meta{
		width: 100%;
		font-size:1rem;
		justify-content: space-between;
		margin-bottom: 5%;
	}
	.post_meta p:nth-of-type(1){
		margin-right: 0;
	}
	.post_archive{
		margin:12% auto;
	}
	.post_archive a{
		font-size:.8em;
	}
	.post_archive li:nth-child(1){
		width: 20%;
	}
	.post_archive li:nth-child(1) a{
		padding-left: 1em;
	}
	.post_archive li:nth-child(1) a:before{
		width: 7px;
    	height: 7px;
		left: 3.5px;
	}
	.post_archive li:nth-child(2) a{
		padding:.8em 2em;
	}
	.post_archive li:nth-child(2) a:before{
		width: 7px;
    	height: 7px;
		right:1em;
	}
	.post_archive li:nth-child(3){
		width: 20%;
	}
	.post_archive li:nth-child(3) a{
		padding-right: 1em;
	}
	.post_archive li:nth-child(3) a:before{
		width: 7px;
    	height: 7px;
		right: 3.5px;
	}
}

/*Works一覧*/
.category_area{
	display: flex;
	justify-content: center;
	list-style-type: none;
    font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	margin:90px 0 85px 0;
}
.category_area li{
	margin-right: 18px;
	width: 8em;
	text-align: center;
}
.category_area li:last-child{
	margin-right: 0;
}
.category_area li a{
	display: block;
	width: 100%;
	border:2px solid #6997c3;
	color:#333333;
	padding:.25em 0 .35em;
	transition: .3s;
	border-radius: 15px;
	letter-spacing: .15em;
}
.category_area li a:hover{
	background:#6997c3;
	color:#ffffff;
}
.archive_list{
	max-width: 1100px;
	margin:0 auto;
	display: flex;
	flex-wrap: wrap;
}
.archive_list article{
	width: 31%;
	margin-bottom: 30px;
	margin-right: 3.5%;
}
.archive_list article:nth-of-type(3n){
	margin-right: 0;
}
.archive_list article a{
	display: flex;
    flex-direction: column;
	height: 100%;
}
.archive_list article figure{
	margin: 0;
}
.archive_list article figure img{
	height: 280px;
	width: 100%;
	object-fit: cover;
}
.archive_txt_area{
	margin-top: 2px;
	padding:28px 18px;
	border-right: 2px solid #1291bb;
	border-bottom: 2px solid #1291bb;
	position: relative;
    font-family: 'Noto Sans JP', sans-serif;
	height: 100%;
}
.archive_txt_area:after{
	content: '';
    width: 15px;
    height: 15px;
    border-top: solid 2px #1291bb;
    border-right: solid 2px #1291bb;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 28px;
}
.archive_catname {
	margin: 0 0 1em 0;
	font-weight: 300;
	font-size:16px;
}
.archive_txt_area h2{
	font-weight: 500;
	margin: 0;
	font-size:16px;
	padding:0 28px 0 0;
	line-height: 1.6;
}
.pagination{
	max-width: 1100px;
	margin:80px auto 123px;
}
.pagination ul{
	display: flex;
	justify-content: center;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.pagination ul li{
	margin-right: 30px;
}
.pagination ul li:last-child{
	margin-right: 0;
}
@media screen and (max-width: 1200px){
	.archive_list{
		max-width: 100%;
		padding:0 5%;
	}
}

@media screen and (max-width: 983px){
	.archive_list article{
		width: 47.5%;
		margin-right: 2.5%;
	}
	.archive_list article:nth-of-type(2n){
		margin-right: 0;
	}
	.archive_list article:nth-of-type(3n){
		margin-right: 2.5%;
	}
}
@media screen and (max-width: 767px){
	.archive_list article{
		width: 100%;
		margin-bottom: 10%;
		margin-right: 0;
	}
	.category_area{
		flex-wrap: wrap;
		padding: 0;
		margin:7.5% auto;
		justify-content: left;
		width: 90%;
	}
	.category_area li{
		width: auto;
		margin-right: 0.5em;
		margin-bottom: .5em;
	}
	.category_area li a{
		padding:.25em 2.5em .35em;
		font-size:.9em;
	}
	.archive_txt_area{
		padding:5% 7.5%;
	}
	.archive_catname{
		font-size:.9em;
	}
	.archive_txt_area h2{
		font-size:.9em;
	}
}
/*Works詳細*/
.cat_name{
	margin: 0 0 40px 0;
	padding:.5em 0;
	display: inline-block;
	border-bottom:2px solid #1291bb;
	font-size:20px;
	font-family: 'Noto Sans JP', sans-serif;
}
.single-works .post-thumbnail img{
	width: 100%;
}
.works_info{
	border-collapse:  collapse;
	width: 80%;
	margin:1.5em auto;
}
.works_info tr{
	border-top:1px solid #c6c6c6;
	border-bottom:1px solid #c6c6c6;
}
.works_info th,.works_info td{
	text-align: left;
	padding:34px;
	font-family: 'Noto Sans JP', sans-serif;
	letter-spacing: .15em;
	line-height: 1.8;
	font-size:15px;
}
.works_info th{
	position:  relative;
	width: 35%;
	color:#1291bb;
	vertical-align: top;
	font-weight: 500;
}
.works_info td{
	width: 65%;
	color:#000000;
}
.slider_works_detail figure{
	margin: 0;
}
.slider_works_detail img{
	display: block;
	height:100px;
	width: 100%;
}
.slider_works_detail .swiper-slide{
	width: auto;
    height: auto;
}
@media screen and (max-width: 767px){
	.works_info{
		width: 100%;
	}
	.works_info tr{
		display: block;
		border-bottom: none;
		padding:5% 0;
	}
	.works_info tr:last-of-type{
		border-bottom: 1px solid #c6c6c6;
	}
	.works_info th,.works_info td{
		display: block;
		width: 100%;
		font-size:.9em;
		padding:0;
	}
	.works_info td{
		margin-top: .7em;
	}
	.cat_name{
		margin: 0 0 5% 0;
	}
	.slider_works_detail .swiper-slide{
		width: 40%;
	}
}


/*フォームCSS*/

.mw_wp_form input{
	font-size:17px;
	border:3px solid #ccc;
	padding:.5em;
}
.mw_wp_form dt{
	display: flex;
	align-items: center;
	font-size:17px;
	margin: 2em 0 1em 0;
}
.mw_wp_form .required{
	background:#db7575;
	color:#fff;
	padding:.25em 1em;
	margin-left: 2em;
	font-size:14px;
	line-height: 1.5;
}
.mw_wp_form dd{
	margin: 1em 0;
	font-size:17px;
}
.mw_wp_form textarea{
	width: 100%;
	border:3px solid #ccc;
	padding:.5em;
	box-sizing: border-box;
	line-height: 1.5em;
	height: 9em;
}
.mw_wp_form textarea:focus{
	outline: none;
}
.mw_wp_form .form_submit {
	width: 500px;
	margin: 50px auto;
}
.mw_wp_form input[type=submit]{
	width: 100%;
	padding:1em;
	cursor: pointer;
	transition: .3s;
}
.mw_wp_form input[type=submit]:hover{
	opacity: .8;
}
.mw_wp_form .error{
	margin-top:.5em;
}
@media screen and (max-width: 767px){
	.mw_wp_form input:not([type=checkbox]) {
		width: 100%;
		box-sizing: border-box;
	}
	.mw_wp_form .form_submit{
		width: 100%;
	}
	.mw_wp_form .mwform-radio-field input{
		width: initial;
	}
}


/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.site-header{
	width: 100%;
	position: fixed;
	z-index: 3;
	top: 0;
	left: 0;
	background:#fff;
}
.site-header_content_wrap{
	padding:15px 50px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.site-header_content_logo{
	width: 230px;
}

.site-header_content_menu{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-left: auto;
}

.site-header_content_menu nav ul{
	display: flex;
	align-items: center;
	list-style: none;
	padding: 0;
	margin: 0;
}

.site-header_content_menu nav ul li{
	margin-left: 2em;
	text-align: center;
}

.site-header_content_menu a{
	font-weight: 700;
	font-size:15px;
	font-family: 'Noto Serif JP', serif;
	letter-spacing: 0.1em;
	position: relative;
	padding-bottom: .3em;
}

.site-header_content_menu .header_contact a{
	background:#0397de;
	color:#ffffff;
	display: flex;
	align-items: center;
	padding: 0.8em 2em 0.95em 2em;
}
.site-header_content_menu .header_contact a span:nth-of-type(1){
	margin-right: 9px;
	font-size:18px;
	padding-top: 1px;
}

.site-header_content_menu a:after{
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	width: 0;
	height: 2px;
	background: #1291bb;
	transition: all .3s ease 0s;
}

.site-header_content_menu a:hover:after{
	width: 100%;
}

@media screen and (max-width: 1460px){
	/* .site-header_content_menu{
		width: 100%;
	}
	.site-header_content_menu nav ul li:first-child{
		margin-left: 0;
	} */
}

@media screen and (max-width: 1200px){
	.site-header{
		z-index: 999;
	}
	.site-header_content_wrap{
		padding: 20px calc(2.5% + 55px) 20px 2.5%;
	}
	.site-header_content_right{
		display: none;
	}
	.site-header_content_menu{
		align-items: initial;
	}
	.site-header_content_menu nav ul{
		display: block;
	}
	.site-header_content_menu nav ul li{
		margin-left: 0;
		text-align: left;
	}
	#toggle {
		position: absolute;
		top: 50%;
		right: 2.5%;
		transform: translateY(-50%);
	}
	
	#toggle-box {
		position: relative;
		width: 36px;
		height: 32px;
		cursor: pointer;
	}
	
	#toggle-box > span {
		width: 100%;
		height: 2px;
		left: 0;
		display: block;
		background: #1B224C;
		position: absolute;
		transition: transform .6s ease-in-out, top .5s ease, bottom .5s ease;
	}
	
	#toggle-box > span:nth-child(1) {
		top: 0;
	}
	
	#toggle-box > span:nth-child(2) {
		top: 50%;
		transform: translateY(-50%);
	}
	
	#toggle-box > span:nth-child(3) {
	  bottom: 0;
	}
	
	#toggle {
		z-index: 1000;
	}
	.site-header_navin_logo{
		position: absolute;
		top: 20px;
		width: 230px;
	}


	#main {
		position: relative;  
		z-index: 990;
		margin: 2.857143em auto;
	}
	
	.site-header_content_menu {
		display: initial;
		z-index: 900;
		overflow: auto;
		width: 100%;
		height: 100%;
		background: #0397de;
		color: #fff;
		position: fixed;
		top: 0;
		right: 0;
		transform: translateX(100%);
		transition:  transform .5s cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	
	.site-header_content_menu ul {
		list-style: none;
	}
	
	.site-header_content_menu a {
		display: inline-block;
		text-decoration: none;
		padding:.5em 0;
		margin-bottom: 1em;
		transition: opacity .6s ease;
		color:#fff;
	}
	.site-header_content_menu .header_contact a{
		display: inline-block;
		border:2px solid #fff;
		position: relative;
		padding: 0.8em 2em 0.95em 3em;
	}
	.site-header_content_menu .header_contact a .material-icons-outlined{
		position: absolute;
		top: 50%;
		left: 1em;
		transform: translateY(-50%);
	}

	.site-header_content_menu a span{
		color:#fff;
	}
	
	.site-header_content_menu a:hover {
		opacity: 0.6;
	}
	
	.site-header_navin_logo a{
		padding: 0;
		margin: 0;
	}
	.site-header_navin_logo img{
		-webkit-filter: brightness(0) invert(1);
		filter: brightness(0) invert(1);
	}
	
	.is-open {
		overflow: hidden;
	}
	
	.is-open #toggle-box > span {
		background: #fff;
	}
	
	.is-open #toggle-box > span:nth-child(1) {
		top: 50%;
		transform: rotate(45deg) translatey(-50%);
	}
	
	.is-open #toggle-box > span:nth-child(2) {
		width: 0;
	}
	
	.is-open #toggle-box > span:nth-child(3) {
		top: 50%;
		transform: rotate(-45deg) translatey(-50%);
	}
	
	.is-open .site-header_content_menu {
		z-index: 999;
		transform: translateX(0);
		padding:15% 2.5% 5%;
	}
	.overlay{
		display: none;
	}
	
	.overlay_show {
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		background: rgba(0,0,0,0.5);
		height: 100vh;
		width: 100%;
		height: 100vh;
		z-index: 999;
	}
}
@media screen and (max-width: 767px){
	.is-open #toggle-box > span:nth-child(3){
		/* left: 1px; */
	}
}

/*固定ページ　共通*/

.page_header{
	position: relative;
	font-family: 'Noto Serif JP', serif;
	background: #1291bb;
	min-height: 250px;
	margin-bottom: 40px;
}
.page_header figure{
	position: relative;
}
.page_header figure img{
	display: block;
	height: 380px;
	object-fit: cover;
}
.page_header figure:after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background:rgba(0,0,0,.5);
}
.page_title{
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	margin: 0;
	text-align: center;
	font-weight: 500;
	letter-spacing: .2em;
	color:#fff;
}
.page_header p{
	margin:0 0 0.9em 0;
	font-size:1.3em;
}
.page_header h1,.page_header h2,.page_header .page_title > div{
	font-size:2.3em;
	margin: 0;
}
.page:not(.page.home) .entry-content{
	max-width: 1000px;
	margin:0 auto;
}
.not-found .front_link a{
	margin:50px auto;
}
@media screen and (max-width: 1200px){
	.page_header{
		margin-bottom: 75px;
	}
	.page:not(.page.home) .entry-content{
		max-width: 100%;
		padding:0 5%;
	}
}
@media screen and (max-width: 767px){
	.page_header{
		min-height: 150px;
		margin-bottom: 10%;
	}
	.page_header figure img{
		height: 150px;
	}
	.page_header p.eng_title{
		font-size:.8em;
	}
	.page_header p, .page_header h1, .page_header h2{
		font-size:1.4em;
	}
	.page_header h1{
		max-width: 90%;
		margin:auto;
	}
	.page_header .page_title > div{
		max-width: 90%;
		margin:auto;
		font-size: 1.4em;
	}
}

/*固定ページ　Service 事業内容*/
.service_subtitle{
	text-align: center;
	font-size:1.75em;
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: .15em;
	margin:85px auto 110px;
}
.service_contents{
	max-width: 1200px;
	margin:0 auto 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.service_contents > div{
	width: 47%;
	margin-bottom: 95px;
	position: relative;
}
.service_contents > div figure{
	margin: 0;
	position: absolute;
	top:-30px;
	left: 0;
	width: 280px;
}
.service_contents > div figure img{
	width: 100%;
}
.service_contents_info{
	width: 85%;
	background:#f7fcff;
	border:1px solid #7291a9;
	padding:30px 20px;
	margin: 0 0 0 auto;
}
.service_contents_info h2{
	width: 55%;
	margin:0 0 0 auto;
	line-height: 1;
	font-size:30px;
}
.service_contents_info p{
	width: 55%;
	margin:2em 0 0 auto;
	line-height: 1.8;
	letter-spacing: .15em;
	font-family: 'Noto Sans JP', sans-serif;
	font-size:13px;
	font-weight: 500;
}
.service_sub_wrap{
	background:#e2e3e4;
	padding:130px 0 90px;
}
.service_sub{
	max-width: 1200px;
	margin:0 auto;
}
.service_sub_top_inner{
	position: relative;
}
.service_sub_top_inner figure{
	margin: 0;
	width: 70%;
}
.service_sub_top_inner figure img{
	width: 100%;
}
.service_sub_top_inner_info{
	background:#ffffff;
	padding:50px 40px;
	position: absolute;
	top: -30px;
	right: 0;
	width: 50%;
}
.service_sub_top_inner_info p{
	font-size:16px;
	line-height: 1.8;
	letter-spacing: .15em;
	font-family: 'Noto Sans JP', sans-serif;
	margin: 0;
}
.service_sub_middle{
	max-width: 1100px;
	margin:130px auto 0;
}
.service_sub_middle_inner{
	display: flex;
    justify-content: space-between;
	align-items: stretch;
    flex-wrap: wrap;
}
.service_sub_middle_inner > div{
	width: 31%;
	display: flex;
	flex-direction: column;
}
.service_sub_middle_inner > div figure{
	margin: 0;
}
.service_sub_middle_inner > div figure img{
	width: 100%;
	display: block;
}
.service_sub_middle_inner > div .service_sub_middle_txt_area{
	background:#02689A;
	color:#ffffff;
	padding:25px;
	height: 100%;
}
.service_sub_middle_inner > div h3{
	text-align: center;
	margin: 0 0 20px 0;
	letter-spacing: .15em;
	font-weight: 500;
}
.service_sub_middle_inner > div p{
	line-height: 1.8;
	font-size:14px;
	letter-spacing: .15em;
	font-family: 'Noto Sans JP', sans-serif;
	margin: 0;
}
.service_sub_bottom{
	max-width: 1000px;
	margin:130px auto 0;
	position: relative;
}
.service_sub_bottom_pic{
	display: flex;
	position: absolute;
	top: -20px;
	left: 0;
}
.service_sub_bottom_info{
	width: 60%;
	margin-left: auto;
	background:#ffffff;
	padding:30px 40px 30px 65px;
}
.service_sub_bottom_info h2{
	font-weight: 500;
	font-size:21px;
	color:#333333;
}
.service_sub_bottom_info p{
	line-height: 1.8;
	font-size:14px;
	letter-spacing: .15em;
	font-family: 'Noto Sans JP', sans-serif;
	margin: 0;
}
.service_works{
	max-width: 1100px;
	margin:130px auto 0;
}
.service_works_inner{
	background:#e2e3e4;
	position: relative;
	padding:45px;
}
.service_works_bottom_info{
	width: 50%;
	text-align: center;
	color:#333333;
}
.service_works_bottom_info .title_eng{
	font-size:20px;
	margin: 0 0 0.6em 0;
	letter-spacing: .15em;
}
.service_works_bottom_info h3{
	font-size:28px;
	margin: 0 0 1em 0;
	letter-spacing: .15em;
}
.service_works_bottom_info_link{
	margin: 0;
    line-height: 2em;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    color: #333333;
    font-size: 15px;
} 
.service_works_bottom_info_link a{
	display: block;
    width: 90%;
    max-width: 360px;
    margin: 0 auto;
    padding: 0.45em 4em 0.45em 3em;
    border: 1px solid #1291bb;
    position: relative;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    background: #fff;
    color: #1291bb;
    line-height: 2;
	letter-spacing: .15em;
}
.service_works_bottom_info_link a:after{
	content: '';
    width: 8px;
    height: 8px;
    border-top: solid 1px #1291bb;
    border-right: solid 1px #1291bb;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 1em;
}
.service_works_bottom_pic{
	display: flex;
	justify-content: space-between;
	position: absolute;
	top: -50px;
	right: 45px;
	width: 45%;
}
.service_works_bottom_pic img{
	width: 50%;
}
.service_other{
	max-width: 1000px;
	margin:100px auto;
	display: flex;
	justify-content: space-around;
}
.service_other > div {
	width: 45%;
	background:#1291bb;
	padding:75px 60px;
}
.service_other > div .title_eng{
	font-size:20px;
	margin: 0 0 0.6em 0;
	letter-spacing: .15em;
	text-align: center;
	color:#ffffff;
}
.service_other > div h3{
	font-size:28px;
	margin: 0 0 1em 0;
	letter-spacing: .15em;
	text-align: center;
	color:#ffffff;
}
.service_other > div a{
	display: block;
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
    padding: 0.45em 4em 0.45em 3em;
    border: 1px solid #1291bb;
    position: relative;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    background: #fff;
    color: #1291bb;
    line-height: 2;
	text-align: center;
	letter-spacing: .15em;
}
.service_other > div a:after{
	content: '';
    width: 8px;
    height: 8px;
    border-top: solid 1px #1291bb;
    border-right: solid 1px #1291bb;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 1em;
}

@media screen and (max-width: 1200px){
	.service_contents{
		padding:0 5%;
		flex-wrap: wrap;
	}
	.service_contents > div{
		width: 100%;
		margin-bottom: 15%;
	}
	.service_contents > div figure{
		width: 30%;
		top:50%;
		transform: translateY(-50%);
	}
	.service_contents_info h2{
		width: 80%;
	}
	.service_contents_info p{
		width: 80%;
	}
	.service_sub_top_inner figure{
		width: 100%;
	}
	.service_sub_top_inner_info{
		width: 90%;
		margin: 0 auto;
		top:auto;
		right: auto;
		bottom:30px;
		margin-bottom: -30px;
		position: relative;
	}
	.service_sub_middle{
		padding:0 5%;
		margin-top: 5%;
	}
	.service_sub_bottom{
		max-width: 90%;
		margin:7.5% auto 0;
	}
	.service_sub_bottom_pic{
		width: 43.75%;
	}
	.service_sub_bottom_pic img{
		display: block;
		width: 50%;
	}
	.service_sub_bottom_info{
		padding: 3% 5% 3% 7.5%;
	}
	.service_works_inner{
		padding: 5%;
	}
	.service_other{
		margin:7.5% auto;
	}
	.service_other > div{
		padding:7.5% 6%;
	}
}
@media screen and (max-width: 983px){
	.service_subtitle{
		margin:10% auto 12.5%;
		font-size:1.15em;
	}
	.service_contents > div{
		width: 48%;
		margin-bottom: 5.5%;
		display: flex;
		flex-direction: column;
	}
	.service_contents > div figure{
		width: 100%;
		position: relative;
		z-index: -1;
		top: 0;
		transform: translateY(0);
	}
	.service_contents > div figure img{
		display: block;
	}
	.service_contents_info{
		width: 95%;
		margin:0 auto;
		position: relative;
		top: -10%;
		margin-bottom: -10%;
		height: 100%;
	}
	.service_contents_info h2{
		width: 100%;
		margin: 0;
		text-align: center;
	}
	.service_contents_info p{
		width: 100%;
		margin:2em 0 0 0;
	}
	.service_sub_wrap{
		padding:7.5% 0;
	}
	.service_sub_bottom_pic{
		width: 60%;
		position: relative;
		top: 0;
	}
	.service_sub_bottom_info{
		width: 85%;
		position: relative;
		margin-top: -5%;
	}
	.service_works{
		margin: 7.5% auto 0;
	}
	.service_works_inner{
		width: 90%;
		margin: 0 auto;
	}
	.service_works_bottom_info{
		width: 45%;
	}
	.service_works_bottom_pic{
		right: 5%;
		top: 50%;
		transform: translateY(-50%);
	}
}
@media screen and (max-width: 767px){
	.service_contents > div{
		width: 100%;
	}
	.service_contents_info{
		padding:7.5% 5%;
	}
	.service_contents_info h2{
		font-size:1.3em;
	}
	.service_contents_info p{
		font-size:.9em;
		margin-top: 1.5em;
	}
	.service_sub_top_inner_info{
		padding:7.5% 7.5% 7.5% 7.5%;
		bottom: 40px;
		margin-bottom: -40px;
	}
	.service_sub_top_inner_info p{
		font-size:.9em;
	}
	.service_sub_middle_inner > div{
		width: 100%;
		margin-bottom: 5%;
	}
	.service_sub_middle_inner > div .service_sub_middle_txt_area{
		padding:6.5% 5% 5% 5%;
	}
	.service_sub_middle_inner > div h3{
		font-size:1.1em;
		margin-bottom: 5%;
	}
	.service_sub_middle_inner > div p{
		font-size:.9em;
	}
	.service_sub_bottom_pic{
		width: 90%;
		margin:0 auto;
		z-index: 2;
	}
	.service_sub_bottom_inner{
		position: relative;
		z-index: 0;
	}
	.service_sub_bottom_info{
		width: 100%;
		padding:12.5% 7.5% 7.5% 7.5%;
		z-index: 1;
	}
	.service_sub_bottom_info h2{
		font-size:1.1em;
		line-height: 1.6;
		margin: 0 0 7.5% 0;
	}
	.service_sub_bottom_info p{
		font-size:.9em;
	}
	.service_works_inner{
		padding:7.5% 7.5% calc(7.5% + 20px) 7.5%;
	}
	.service_works_bottom_info{
		width: 100%;
	}
	.service_works_bottom_info .title_eng{
		font-size: .8em;
	}
	.service_works_bottom_info h3{
		max-width: 90%;
		margin: 0 auto;
		font-size:1.4em;
	}
	.service_works_bottom_info_link{
		margin:7.5% 0;
	}
	.service_works_bottom_info_link a{
		width: 100%;
	}
	.service_works_bottom_pic{
		position: relative;
		right: auto;
		left: 2.5%;
		top: auto;
		transform: translateY(0);
		width: 100%;
	}
	.service_works_bottom_pic img{
		box-shadow: 0 0 20px 0px rgb(0 0 0 / 5%);
	}
	.service_works_bottom_pic img:nth-of-type(2){
		position: relative;
		top:20px;
		left: -5%;
	}
	.service_other{
		display: block;
		width: 90%;
	}
	.service_other > div{
		width: 100%;
		padding:12.5% 7.5%;
		margin-bottom: 7.5%;
	}
	.service_other > div .title_eng{
		font-size: .8em;
	}
	.service_other > div h3{
		font-size:1.4em;
	}
}

/*固定ページ　COMPANY*/
.company_message_wrap{
	padding:86px 0 139px 0;
	position: relative;
	z-index: 0;
}
.company_message_wrap:before{
	content:"";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	max-width: 1100px;
	height:100%;
	background: url(./images/company_bg1-min.jpg) left top no-repeat;
	background-size:100% auto;
	object-fit: cover;
	z-index: -1;
	filter: opacity(30%);
}
.company_message_wrap:after{
	content:"";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	max-width: 1100px;
	height:100%;
	background: url(./images/company_bg2-min.jpg) right bottom no-repeat;
	background-size:100% auto;
	object-fit: cover;
	z-index: -1;
	filter: opacity(30%);
}
.company_message_contents{
	max-width: 960px;
	margin:0 auto;
	background: #fff;
    box-shadow: 0 0 20px 0px rgb(0 0 0 / 5%);
    padding: 100px 104px;
}
.company_message_main{
	overflow: hidden;
}
.company_message_main img{
	float: left;
	max-width: 330px;
	margin-right: 48px;
	margin-bottom: 48px;
}
.company_message_main p{
    font-family: 'Noto Sans JP', sans-serif;
	font-size:16px;
	margin: 0;
	line-height: 2;
	color:#333333;
	letter-spacing: .15em;
}
.company_message_name{
	text-align: right;
	font-weight: 500;
	font-size:20px;
	margin-top: 35px;
}
.company_info_wrap{
	margin-top: 115px;
}
.company_info_wrap .works_info{
	max-width: 900px;
	margin:0 auto;
}
.access{
	margin-top: 115px;
	position: relative;
	padding: 4rem 0 144px 0;
}
.access:before{
	position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 400px;
    background: #f2f2f2;
    z-index: -1;
}
.access_inner{
	max-width: 1000px;
    display: flex;
    justify-content: left;
    margin: 0 auto;
}
.access_title{
	margin-right: 100px;
}
.access_info{
    font-family: 'Noto Sans JP', sans-serif;
	font-size:16px;
	margin: 0;
	line-height: 1.8;
	color:#333333;
	letter-spacing: .15em;
}
.access_gmap{
	max-width: 1200px;
	margin:56px auto 0;
}
.access_gmap iframe{
	width: 100%;
	height: 500px;
}
@media screen and (max-width: 983px){
	.company_message_contents{
		width: 90%;
		padding:9.5% 5%;
	}
	.access_inner{
		max-width: 90%;
		justify-content: space-between;
	}
	.access_title{
		margin-right: auto;
	}
	.access_gmap{
		max-width: 90%;
	}
}
@media screen and (max-width: 767px){
	.service_subtitle{
		font-size: 1.3em;
		line-height: 1.6;
		margin-bottom: 7.5%;
		max-width: 90%;
	}
	.company_message_wrap{
		padding:15% 0;
	}
	.company_message_contents{
		padding:7.5%;
	}
	.company_message_main img{
		float: none;
		margin-right: 0;
		margin-bottom: 7.5%;
		max-width: auto;
		width: 100%;
	}
	.company_message_main p{
		font-size:.9em;
	}
	.company_message_name{
		font-size:1em;
	}
	.company_info_wrap{
		margin-top: 20%;
	}
	.company_info_wrap .works_info{
		width: 90%;
	}
	.access{
		margin-top: 20%;
		padding: 10% 0;
	}
	.access_inner{
		display: block;
	}
	.access_info{
		font-size:.9em;
	}
	.access_gmap iframe{
		height: 350px;
	}
}

/*固定ページ　SERVICE*/
.reqruit__message_wrap{
	padding:50px 0;
	min-height: 600px;
	position: relative;
	z-index:0;
}
.recruit_message_contents{
	max-width: 1200px;
	margin:0 auto;
}
.recruit_message_contents figure{
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.recruit_message_contents figure img{
	display: block;
	opacity: .7;
	position: relative;
}
.recruit_message_contents_inner{
	width: 50%;
	margin-left: auto;
	background:#fff;
	padding:80px;
	max-width: 580px;
	box-shadow: 0 0 20px 0px rgb(0 0 0 / 5%);
}
.message_title{
	margin-bottom: 4em;
	position: relative;
	font-family:'Noto Serif JP', serif;
}
.message_title h2{
	color:#004e79;
	font-size: 2em;
	letter-spacing: .15em;
	line-height: 1.3;
	margin: 0;
}
.message_title p{
	color:#004e79;
	letter-spacing: .15em;
	line-height: 1.3;
	margin: 0 0 .5em 0;
}
.recruit_message_contents_inner > p{
    font-family: 'Noto Sans JP', sans-serif;
	font-size:16px;
	margin: 0;
	line-height: 1.6;
	color:#333333;
	letter-spacing: .10em;
}
.recruit_job_description{
	background:#e2e4e5;
	padding:80px 0 123px;
}
.recruit_job_description_contents{
	max-width: 990px;
	margin:85px auto 0;
	position: relative;
}
.recruit_job_description_contents figure{
	max-width: 400px;
	position: absolute;
	bottom: 30px;
	left: 0;
	margin: 0;
}
.recruit_job_description_contents figure img{
	display: block;
}
.recruit_job_description_contents p{
	background:#02689A;
	width: 95%;
	margin-left: auto;
	padding:50px 100px 50px 420px;
    font-family: 'Noto Sans JP', sans-serif;
	color:#ffffff;
	font-size:15px;
	line-height: 1.8;
	letter-spacing: .10em;
}
.recruit_job_description_contents_wrap .recruit_job_description_contents:first-of-type{
	margin-top: 150px;
}
.benefit_area{
	background:#e5eef3;
	padding:85px 0 120px;
}
.benefit_top{
	display: flex;
	max-width: 1100px;
	margin:0 auto;
}
.benefit_title{
	position: relative;
	font-family:'Noto Serif JP', serif;
	margin-right: 85px;
	white-space: nowrap;
}
.benefit_title h2{
	color:#303030;
	font-size: 2em;
	letter-spacing: .15em;
	line-height: 1.3;
	margin: 0;
}
.benefit_title p{
	color:#303030;
	letter-spacing: .15em;
	line-height: 1.3;
	margin: 0 0 .5em 0;
}
.benefit_info{
    font-family: 'Noto Sans JP', sans-serif;
	font-size:16px;
	margin: 0;
	line-height: 1.6;
	color:#303030;
	letter-spacing: .10em;
}
.benefit_contents{
	max-width: 1170px;
	margin:96px auto 0;
	display: flex;
	justify-content: space-between;
}
.benefit_contents_inner{
	width: 30%;
	border:1px solid #5091ab;
	padding:50px 32px 30px 32px;
	background: #fff;
}
.benefit_contents_inner h3{
	margin: 0 0 calc(50px - .8em) 0;
	text-align: center;
	font-size:20px;
	color:#5091ab;
}
.benefit_contents_inner p{
    font-family: 'Noto Sans JP', sans-serif;
	font-size:15px;
	margin: 0;
	line-height: 1.6;
	color:#303030;
	letter-spacing: .10em;
}
.senior_message{
	padding:85px 0 120px;
}
.senior_message .front_heading p span{
	color:#004e79;
}
.senior_message .front_heading h2{
	color:#004e79;
}
.senior_message_contents{
	margin-top: 43px;
	padding:70px 0;
	position: relative;
	z-index: 0;
	width: 70%;
}
.senior_message_contents_inner{
	display: flex;
	align-items: center;
	position: relative;
}
.senior_message_contents:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height:100%;
	background:#f6fafc;
	box-shadow: 0 0 20px 0px rgb(0 0 0 / 5%);
	z-index: -1;
}
.senior_message_contents:nth-of-type(1){
	margin-left: auto;
}
.senior_message_contents:nth-of-type(2){
	margin-right: auto;
}
.senior_message_contents figure{
	margin: 0;
	width: 300px;
	position: absolute;
}
.senior_message_contents:nth-of-type(1) figure{
	left: -150px;
}
.senior_message_contents:nth-of-type(2) figure{
	right: -150px;
}
.senior_message_contents_info{
	width: 580px;
}
.senior_message_contents:nth-of-type(1) .senior_message_contents_info{
	margin-left: 220px;
}
.senior_message_contents:nth-of-type(2) .senior_message_contents_info{
	margin-left: auto;
	margin-right: 220px;
}
.senior_message_contents_info h3{
	color:#303030;
	font-weight: 500;
	margin: 0 0 calc(50px - .8em) 0;
}
.senior_message_contents_info p{
    font-family: 'Noto Sans JP', sans-serif;
	font-size:16px;
	margin: 0;
	line-height: 1.6;
	color:#303030;
	letter-spacing: .10em;
}
.application_guidelines{
	padding:85px 0 120px;
	background:#e3e4e5;
}
.application_guidelines table{
	max-width: 900px;
	margin:0 auto;
    font-family: 'Noto Sans JP', sans-serif;
	font-size:16px;
	line-height: 1.6;
	text-align: left;
	border-collapse: collapse;
	color:#000000;
}
.application_guidelines table tr{
	border-bottom:1px solid #d5e5e9;
}
.application_guidelines table th,.application_guidelines table td{
	padding:1.5em;
	border:none;
}
.application_guidelines table th{
	background:#f5f5f5;
	width: 22.222%;
	font-weight: 500;
	letter-spacing: .1em;
}
.application_guidelines table td{
	background:#ffffff;
	width: 87.888%;
}
.entry_form{
	padding:85px 0 120px;
}
.entry_form_contents{
	max-width: 1030px;
	max-height: 340px;
	margin:0 auto;
	display: flex;
}
.entry_form_contents figure{
	width: 55%;
	margin: 0;
}
.entry_form_contents figure img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: opacity(0.7) drop-shadow(0 0 0 #00fff0) brightness(115%);
}
.entry_form_contents .entry_form_contents_left{
	width: 45%;
	background:#02689A;
	padding:90px 0 0 0;
}
.entry_form_title{
	position: relative;
	font-family:'Noto Serif JP', serif;
}
.entry_form_title h2{
	color:#ffffff;
	font-size: 2em;
	letter-spacing: .15em;
	line-height: 1.3;
	margin: 0;
	text-align: center;
}
.entry_form_title p{
	color:#ffffff;
	letter-spacing: .15em;
	line-height: 1.3;
	margin: 0 0 .5em 0;
	text-align: center;
}
.entry_form_contents_left > p{
	margin:34px 0 0 0;
}
.entry_form_contents_left > p a{
	display: block;
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
    padding: 0.45em 4em 0.45em 3em;
    border: 1px solid #1291bb;
    position: relative;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    background: #fff;
    color: #1291bb;
    line-height: 2;
    text-align: center;
    letter-spacing: .15em;
}
.entry_form_contents_left > p a:after {
    content: '';
    width: 8px;
    height: 8px;
    border-top: solid 1px #1291bb;
    border-right: solid 1px #1291bb;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 1em;
}
@media screen and (max-width: 1200px){
	.reqruit__message_wrap{
		padding-top: 0;
	}
	.recruit_message_contents figure{
		position: initial;
	}
	.recruit_message_contents_inner{
		width: 90%;
		max-width: initial;
		margin:0 auto;
		position: relative;
		margin-top: -5%;
	}
	.recruit_job_description{
		padding:8% 0 12%;
	}
	.recruit_job_description_contents_wrap{
		width: 90%;
		margin:0 auto;
	}
	.recruit_job_description_contents figure{
		width: 40%;
	}
	.recruit_job_description_contents p{
		padding:5% 5% 5% 40%;
	}
	.benefit_area{
		padding:8% 0 12%;
	}
	.benefit_top{
		max-width: 90%;
	}
	.benefit_contents{
		margin-top: 9%;
		max-width: 90%;
	}
	.benefit_contents_inner{
		padding:5% 3.2% 3% 3.2%;
	}
	.senior_message_contents{
		width: 90%;
	}
	.senior_message_contents_info{
		width: 100%;
		padding:0 5%;
	}
	.senior_message_contents:nth-of-type(1) figure{
		width: 30%;
		left: -5%;
	}
	.senior_message_contents:nth-of-type(1) .senior_message_contents_info{
		padding-left: 5%;
	}
	.senior_message_contents:nth-of-type(2) figure{
		width: 30%;
		right: -5%;
	}
	.entry_form{
		padding:8% 0 12%;
	}
	.entry_form_contents{
		padding:0 5%;
	}
}
@media screen and (max-width: 983px){
	.recruit_message_contents_inner{
		padding:7.5%;
	}
	.message_title{
		margin-bottom: 2em;
	}
	.recruit_job_description_contents_wrap .recruit_job_description_contents:first-of-type{
		margin-top: 10%;
	}
	.recruit_job_description_contents figure{
		bottom: auto;
		top: 30px;
	}
	.benefit_contents{
		margin-top: 7.5%;
	}
	.application_guidelines table{
		max-width: 90%;
	}
	.entry_form_contents figure{
		width: 45%;
	}
	.entry_form_contents .entry_form_contents_left{
		width: 55%;
		padding:7.5%;
	}
}
@media screen and (max-width: 767px){
	.message_title p{
		font-size:.8em;
	}
	.message_title h2{
		font-size: 1.4em;
	}
	.recruit_job_description_contents{
		margin:12.5% auto 0;
	}
	.recruit_message_contents_inner > p{
		font-size:.9em;
	}
	.recruit_job_description_contents figure{
		width: 95%;
		position: relative;
		top: auto;
	}
	.recruit_job_description_contents p{
		padding: 7.5% 5%;
		width: 95%;
		position: relative;
		margin: -10% 0 0 auto;
		font-size:.9em;
	}
	.benefit_area{
		padding: 7.5% 0;
	}
	.benefit_top{
		display: block;
	}
	.benefit_title{
		margin:0 auto;
	}
	.benefit_title p{
		font-size:.8em;
		text-align: center;
	}
	.benefit_title h2{
		font-size: 1.4em;
		text-align: center;
		margin-bottom: 7.5%;
	}
	.benefit_info{
		font-size:.9em;
	}
	.benefit_contents{
		display: block;
	}
	.benefit_contents_inner{
		width: 100%;
		margin-bottom: 5%;
		padding:9.5% 7.5%;
	}
	.benefit_contents_inner:last-of-type{
		margin-bottom: 0;
	}
	.benefit_contents_inner h3{
		margin-bottom: 4.5%;
		font-size:1.1em;
	}
	.benefit_contents_inner p{
		font-size:.9em;
	}
	.senior_message{
		padding:12.5% 0;
	}
	.senior_message_contents{
		width: 95%;
		padding: 7.5% 7.5% 7.5% 5%;
	}
	.senior_message_contents_inner{
		display: block;
		width: 95%;
	}
	.senior_message_contents_info{
		padding: 0;
	}
	.senior_message_contents_info h3{
		font-size:1.1em;
		margin:1em 0;
		line-height: 1.6;
	}
	.senior_message_contents_info p{
		font-size:.9em;
	}
	.senior_message_contents:nth-of-type(1) figure{
		position: relative;
		left: auto;
		width: 80%;
		margin:0 auto;
	}
	.senior_message_contents:nth-of-type(1) .senior_message_contents_info{
		margin-left: 0;
		padding-left: 0;
	}
	.senior_message_contents:nth-of-type(2) .senior_message_contents_inner{
		margin-left: auto;
	}
	.senior_message_contents:nth-of-type(2) figure{
		position: relative;
		right: auto;
		width: 80%;
		margin:0 auto;
	}
	.senior_message_contents:nth-of-type(2) .senior_message_contents_info{
		margin-right: 0;
	}
	.application_guidelines{
		padding:12.5% 0;
	}
	.application_guidelines table {
		background:#ffffff;
	}
	.application_guidelines table tr{
		display: block;
		border-bottom: none;
    	padding: 5%;
		border-top: 1px solid #c6c6c6;
		width: 90%;
		margin:0 auto;
	}
	.application_guidelines table tr:first-of-type{
		border-top:none;
	}
	.application_guidelines table th,.application_guidelines table td{
		display: block;
		width: 100%;
		font-size: .9em;
		padding: 0;
	}
	.application_guidelines table th{
		background: transparent;
	}
	.application_guidelines table td{
		margin-top: 0.7em;
	}
	.entry_form_contents{
		display: block;
		max-height: initial;
	}
	.entry_form_contents figure{
		width: 100%;
	}
	.entry_form_contents .entry_form_contents_left{
		width: 100%;
	}
	.entry_form_title p{
		font-size: .8em;
	}
	.entry_form_title h2{
		font-size: 1.4em;
		margin: 0 0 1em 0;
	}
	.entry_form_contents_left > p{
		margin:0;
	}
}


@media screen and (max-width: 767px){
	.site-header_content_wrap{
		padding: 10px calc(2.5% + 55px) 10px 2.5%;
	}
	.site-header_content_logo{
		max-width:40%;
	}
	.site-header_navin_logo{
		top:10px;
		max-width:calc(45% - 55px);
	}
	#toggle{
		top:50%;
		right: 5%;
	}
	#toggle-box{
		width: 22px;
		height: 16px;
	}
	.is-open .site-header_content_menu{
		padding: 15% 2.5% 2.5%;
	}
	.site-header_content_menu nav ul{
		padding:0 5%;
	}
	.site-header_content_menu a{
		margin-bottom: 0.5em;
		font-size:1em;
	}

}

.site-footer{
	background:#0397de;
	color:#fff;
	padding:50px 50px 20px 50px;
}

.site-info{
	display:flex;
	align-items: center;
	flex-wrap:wrap;
	margin:0 auto 40px;
	max-width: 1200px;
}
.site-info .custom-logo{
	max-width: 300px;
	-webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.site-info_left{
	width: 45%;
}
.site-info_left .footer_address{
	line-height: 2;
	font-size:15px;
}

.site-info_right{
	width: 45%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-left: auto;
}

.site-info_right nav ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	list-style: none;
	padding: 0;
}

.site-info_right nav ul li{
	margin:1em 0 1em 0;
	width: 50%;
}

.site-info_right a{
	font-weight: 500;
	font-size:16px;
	font-family: 'Noto Serif JP', serif;
	letter-spacing: 0.05em;
	color:#ffffff;
	position: relative;
	padding-left: 1.5em;
}
.site-info_right a:before{
	content: '';
    width: 8px;
    height: 8px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    left: 0;
}

.site-info_right a span{
	display: block;
	font-size:12px;
	color:#0397de;
	font-weight: 500;
	font-family: 'Noto Sans', sans-serif;
}
.copyright{
	text-align: center;
	margin: 0;
}

@media screen and (max-width: 1200px){
	.site-info_right{
		width: 50%;
	}
}
@media screen and (max-width: 767px){
	.site-footer{
		padding:10% 0;
	}
	.site-info{
		margin-bottom: 10%;
	}
	.site-info .custom-logo{
		width: 100%;
	}
	.site-info .custom-logo-link{
		text-align: center;
		max-width: 50%;
	}
	.site-info_left{
		width: 100%;
		padding:0 7.5%;
		margin-bottom: 7.5%;
	}
	.site-info_left .footer_address{
		margin:1.5% 0 0 0;
		font-size:.9em;
	}
	.site-info_right{
		width: 100%;
	}
	.site-info_right nav ul{
		margin: 0;
		padding:0 7.5%;
	}
	.site-info_right nav ul li{
		margin-left: 0;
		font-size:.9em;
	}
	.site-info_right a{
		font-size:.9em;
	}
}


.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}


.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}
.custom-logo-link img{
	vertical-align: middle;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
