@charset "utf-8";

html {
	height: 100%;
	font-size: 62.5%;
}

body {
	margin: 0;
	padding: 0;
	/*font-size: 93.75%; */
	font-size: 1.6rem;
	font-family: "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	-webkit-text-size-adjust: 100%;
	line-height: 1.85;
	color: #1d3647;
	font-weight: 400;
	height: 100%;
	position: relative;
	letter-spacing: 0.05em;
	overflow-wrap: break-word;
	word-wrap: break-word;
}

header,
main,
article,
section,
nav,
footer {
	display: block;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
	font-size: 100%;
}

input {
	font-family: 'Open Sans', 'Noto Sans JP', sans-serif, "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック";
	line-height: 1.7em;
	color: #000;
	position: relative;
	letter-spacing: 0.1em;
	overflow-wrap: break-word;
	word-wrap: break-word;
	border: 1px solid #ccc;
	padding: 10px 15px;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,
img {
	border: 0;
}

address,
caption,
cite,
code,
dfn,
th,
var {
	font-style: normal;
	font-weight: normal;
}

em {
	font-style: normal;
	font-weight: 500;
}

ol,
ul {
	list-style: none;
}

caption {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,
q:after {
	content: '';
}

abbr,
acronym {
	border: 0;
}

::-webkit-input-placeholder {
	color: #ccc;
}

::-moz-placeholder {
	color: #ccc;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #ccc;
}

input:focus::-webkit-input-placeholder {
	color: transparent;
}

input:focus:-moz-placeholder {
	color: transparent;
}

input:focus::-moz-placeholder {
	color: transparent;
}

/*-------------------------------------------------------------
	Page related
-------------------------------------------------------------*/
#wrapper {
	position: relative;
	overflow: hidden;
}

#nojs {
	width: 940px;
	background: #fff;
	color: #f00;
	padding: 25px;
	border: 5px solid #F00;
	text-align: center;
	margin: 20px auto;
}

::selection {
	background: #0798ad;
	color: #fff;
}

::-moz-selection {
	background: #0798ad;
	color: #fff;
}

::-webkit-selection {
	background: #0798ad;
	color: #fff;
}

.sp_size {
	display: none !important;
}

#header_wrap:after {
	content: "";
	clear: both;
	display: block;
}

#header_wrap {
	width: 100%;
	z-index: 100;
}

/*#header_wrap.smallhead{
	background:#fff!important;
}*/
/*#header_wrap.smallhead #logo .logo_scroll{
		display:none;
	}
#header_wrap .logo_scroll02{
		display:none;
}
#header_wrap.smallhead .logo_scroll02{
		display:block;
}*/
#header_wrap.index_header {
	/*position:fixed; */
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	transition: background-color 0.3s;
	/*background:#fff;*/
}

/*.home #header_wrap.index_header {
	background:transparent;
}*/
#header_area {
	margin: auto;
}

/*.home #logo {
	top: 75px;
}*/
/*#logo {
	float:left;
	display: flex;
	align-items: center;
	position: absolute;
	top: calc(50% - 21.5px);
	left:2%;
	transition: all 0.3s;
}*/

#logo {
	position: absolute;
	/*position:fixed;*/
	width: 200px;
	height: auto;
	/*min-height:900px;*/
	max-height: 1000px;
	box-sizing: border-box;
	text-align: center;
	z-index: 2;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
	padding-top: 0px;
	/*background:#fff;*/
}

.home #logo {
	height: 100vh;
}

.scrolldown {
	display: none;
}

.home .scrolldown {
	position: absolute;
	color: #222;
	bottom: 90px;
	left: 35px;
	height: 140px;
	display: block;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	font-size: 93.4%;
	text-decoration: none;
	z-index: 1000;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-o-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	font-family: 'Noto Serif JP';
}

.scrolldown span {
	position: relative;
	display: block;
}

.scrolldown::after {
	content: "";
	position: absolute;
	width: 1px;
	height: 5em;
	background: #222;
	right: 14px;
	margin: auto;
	animation: pathmove_down 1.4s ease-in-out infinite;
	opacity: 0;
}

@keyframes pathmove_down {
	0% {
		height: 0;
		top: 140px;
		opacity: 0;
	}

	30% {
		height: 50px;
		opacity: 1;
	}

	100% {
		height: 0;
		top: 210px;
		opacity: 0;
	}
}

.home #logo a,
.home #logo img {
	max-height: 100%;
}

#logo a,
#logo img {
	display: block;
	width: auto;
	max-height: 387px;
	max-width: 360px;
}

/*#logo .logo_scroll.home_logo{
	display:none;
}*/
/*.home #logo .logo_scroll.home_logo{
	display:block;
}*/

/*
#toggle { 
	display: none;
}
*/
#toggle {
	display: block;
	/*position:relative;*/
	height: 60px;
	top: 0;
	right: 0;
	z-index: 9000;
	float: right;
	position: fixed;
}

#toggle a {
	display: block;
	background: none;
	color: #E50012;
	width: 80px;
	height: 60px;
	box-sizing: border-box;
	position: relative;
}

#toggle a span,
#toggle a::before,
#toggle a::after {
	content: "";
	font-size: 0;
	position: absolute;
	display: block;
	background: #1b7ac2;
	width: 38px;
	height: 3px;
	margin: auto;
	left: 0;
	right: 0;
	transition: all 0.3s;
}

.fixed #toggle a::before,
.fixed #toggle a::after {
	background: #fff;
}

.home #toggle a span,
.home #toggle a::before,
.home #toggle a::after {
	background: #1b7ac2;
}

.home #toggle a.open:before,
.home #toggle a.open:after,
.home #toggle a.open span {
	background: #fff;
}

.smallhead #toggle a span,
.smallhead #toggle a::before,
.smallhead #toggle a::after {
	background: #1b7ac2;
}

.smallhead #toggle a.open::before,
.smallhead #toggle a.open::after {
	background: #fff;
}

#toggle a::before {
	top: 20px;
}

#toggle a span {
	top: 30px;
}

#toggle a::after {
	top: 40px;
}

#toggle a.open {
	color: #fff;
}

#toggle a.open span {
	opacity: 1;
}

#toggle a.open span {
	opacity: 0;
}

#toggle a.open:before {
	-moz-transform: translate(0, 12px) rotate(45deg);
	-webkit-transform: translate(0, 12px) rotate(45deg);
	transform: translate(0, 12px) rotate(45deg);
	top: 21px;
	left: 0;
}

#toggle a.open:after {
	-moz-transform: translate(0, -12px) rotate(-45deg);
	-webkit-transform: translate(0, -12px) rotate(-45deg);
	transform: translate(0, -12px) rotate(-45deg);
	top: 45px;
	left: 0;
}

.mbox {
	display: none;
	z-index: 10000;
}

.mbox_open {
	display: block;
}

#menu {
	/*float:right;*/
	position: fixed;
	right: 0;
	width: 100%;
	margin-right: 0;
}

#menu nav>ul {
	overflow: visible;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	position: relative;
}

#menu nav>ul>li {
	float: left;
	margin-left: 50px;
	position: relative;
}

#menu nav>ul>li:first-child:before,
#menu .nav_btn:before {
	content: none;
}

#menu nav>ul>li:before {
	/*position:absolute;
	content:"";
	background:#fff;
	width:2px;
	height:15px;
	left: -25px;
    top: calc(50% - 8px);
    transform: rotate(25deg);*/
}

#menu nav>ul>li.gn_lang {
	margin-right: 10px;
}

#menu nav>ul>li>a {
	display: block;
	font-weight: 500;
	color: #1d3647;
	text-decoration: none;
	position: relative;
	/*margin:30px auto ;*/
	transition: all 0.3s;
}

.home #menu nav>ul>li>a {
	color: #fff;
}

#header_wrap.smallhead #menu {
	background: #fff;
}

#header_wrap.smallhead #menu nav>ul>li>a {
	color: #1d3647;
	text-shadow: 0 0 20px rgba(29, 54, 71, 0.15);
}

#menu nav>ul>li.gn_lang>a {
	padding-right: 15px;
	background: url(img/arrow_b_white.svg) no-repeat right center / 10px 6px;
}

#menu nav>ul>li>a:hover::after,
#menu nav>ul>li.on>a::after {
	/*background:#32548f;*/
}

#menu nav>ul>li>a:hover,
#menu nav>ul>li.on>a {
	opacity: .7;
}

#menu nav>ul>li>a img {
	display: block;
	width: 110px;
	height: auto;
	max-width: 100%;
}

#menu nav>ul>li.gn_contact {
	width: 160px;
	text-align: center;
	background-color: #4787dd;
	background-image: -webkit-gradient(linear, left top, right top, from(#003a88), color-stop(51%, #4787dd), to(#003a88));
	background-image: linear-gradient(to right, #003a88 0%, #4787dd 51%, #003a88 100%);
	box-sizing: border-box;
	background-size: 200% auto;
	opacity: 0.9;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

#menu nav>ul>li.gn_contact:hover {
	background-color: #007ac3;
	background-position: right center;
	opacity: 0.95;
}

#menu .site_top {
	min-width: 130px;
	height: auto;
	padding: 0 20px;
	display: inline-block;
	text-align: center;
}

#menu .nav_btn {
	margin-left: 40px;
	min-width: 220px;
	height: auto;
	;
	display: inline-block;
	text-align: center;
}

#menu .nav_btn a {
	background: #024EA2;
	margin: 0;
	padding: 40px 0;
	color: #fff;
}

#header_wrap.smallhead .nav_btn a {
	color: #fff !important;
	/*background:#F2A431;*/
}

#header_wrap.smallhead .nav_btn a:hover {
	/*background:#f3b65d;*/
	opacity: 0.8;
}

#menu .entry_top {
	border: 2px solid #78b6ed;
	display: block;
	background: #78b6ed;
	min-width: 130px;
	height: auto;
	padding: 6px 20px;
	display: inline-block;
	text-align: center;
}

/*#modal-open{
	display:block;
	width:80px;
	height:80px;
	cursor:pointer;
	padding:0 !important;
}
#modal-open span {
	display: block;
	position:relative;
	width:80px;
	height:80px;
	line-height:80px;
	box-sizing:border-box;
	padding:0 0 0 35px !important;
	background: url(img/common/search.svg) 10px center no-repeat;
	transition: background 0.3s;
}
#modal-open:hover span {background: url(img/common/search_red.svg) 10px center no-repeat; color:#E50012 !important;}
.modal-content {
	position: fixed;
	display: none;
	z-index: 600;
	top: 50%;
	left: 50%;
}
#modal-overlay {
	z-index: 10;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 120%;
	background-color: rgba( 255,255,255, 0.9);
}*/
#menu nav ul li a.modal-close {
	display: none;
	position: fixed;
	top: 20px;
	right: 20px;
	width: 44px;
	height: 44px;
	font-size: 0;
	text-decoration: none;
	background: url(img/common/icon_close.svg) center no-repeat;
	opacity: 0;
	transition: all 0.3s;
}

#menu nav ul li a.modal-close.open {
	display: block;
	z-index: 10000;
	opacity: 1;
	transition: all 0.3s;
}


.h_sub_list {
	transition: visibility .3s, opacity .3s;
	position: absolute;
	left: 0;
	top: 80%;
	z-index: 1000;
	/*margin-left: -50%;*/
	/*box-shadow: rgb(0 0 0 / 9%) 0 3px 3px;*/
}

.s_sub_item {
	overflow: hidden;
	/*opacity: 0;*/
	height: 0;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.s_sub_item {
	margin: 0 0 2px;
}

.menu_item {
	display: inline-block;
	position: relative;
}

.menu_item .h_sub_list {
	/*opacity: 0;*/
}

.menu_item:hover .h_sub_list {
	opacity: 1;
}

.menu_item:hover>.h_sub_list>.s_sub_item {
	overflow: visible;
	opacity: 1;
	height: auto;
	box-shadow: rgb(0 0 0 / 9%) 0 3px 3px;
}

.h_sub_link {
	display: block;
	padding: 10px 30px 10px 30px;
	background: #fff;
	color: #000;
	white-space: nowrap;
	text-align: center;
	transition: background-color .3s;
	text-decoration: none !important;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.h_sub_link:hover {
	background: #0168a2;
	color: #fff;
}

#menu .menu_en {
	font-size: 1.4rem;
	line-height: 1.0;
	letter-spacing: 0.05em;
	display: block;
}

#menu .menu_ja {
	font-family: 'Noto Serif JP', serif;
	font-size: 1.8rem;
	letter-spacing: 0.1em;
	display: block;
	font-weight: 600;
	line-height: 1.0;
	margin-bottom: 10px;
}

/*.overlay_none{
	visibility:hidden;
	opacity:0;
	position:absolute;
	top:0;
	left:0;
	z-index:70;
	visibility:hidden;
	opacity:0;
	overflow:auto;
	width:100%;
	height:100%;
    background:#fff !important;
	padding-top:64px;
	box-sizing:border-box;
	transition:opacity 0.1s;
}
.overlay{
	visibility:visible;
	opacity:1;
	transition:none;
}*/
#footer_wrap {
	position: relative;
	/*background: #1b3342;*/
	color: #fff;
}

.footer_main {
	max-width: 1340px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding: 55px 20px 60px 20px;
	margin: auto;
	box-sizing: border-box;
	overflow: hidden;
}

#footer_box {
	background: url(img/footer_bg.jpg)no-repeat;
	background-size: cover;
	background-position: center bottom;
}

.f_logo {
	width: 27%;
	max-width: 340px;
	margin-right: 50px;
}

.f_logo p {
	font-size: 1.4rem;
	line-height: 1.8;
	letter-spacing: 0.05em;
}

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

.f_logo_txt {
	color: #a9adaf;
	margin-left: 25px;
	font-size: 120%;
}

.f_logobox {
	margin-bottom: 25px;
}

.f_logobox img {
	max-width: 250px;
}

.footer_contact {
	width: 30%;
}

#footer_contact_area .f_tel {
	line-height: 1.5;
}

#footer_contact_area .f_tel a {
	font-family: 'Roboto';
	font-size: 240%;
	color: #fff;
	text-decoration: none;
}

#footer_contact_area .f_tel span {
	font-size: 80%;
	padding-left: 20px;
}

.footer_link_btn {
	margin-top: 15px;
}

.footer_link_btn a {
	display: inline-block;
	color: #fff;
	border: 2px solid #fff;
	line-height: 1.0em;
	text-align: center;
	text-decoration: none;
	min-width: 140px;
	padding: 10px 20px;
	background-color: transparent;
	box-sizing: border-box;
	opacity: 0.9;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.footer_link_btn a:hover {
	background-color: #fff;
	opacity: 1.0;
	color: #000;
}

#footer_submenu {
	padding: 20px 0;
	box-sizing: border-box;
	overflow: hidden;
}

#footer_submenu .f_sub_inner {
	max-width: 1400px;
	width: 100%;
	padding: 0 20px;
	margin: auto;
	/*display: flex;
	flex-wrap:wrap;
	justify-content: space-between;*/
	box-sizing: border-box;
	text-align: center;
}

#footer_submenu .f_site_nav {
	display: flex;
	flex-wrap: wrap;
}

#footer_submenu .f_site_nav a {
	color: #fff;
	text-decoration: none;
	transition: all 0.3s;
}

#footer_submenu .f_site_nav a:hover {
	opacity: .7;
}

.f_sitemap {
	margin-right: 20px;
	padding-right: 21px;
	position: relative;
}

.f_sitemap:after {
	content: "";
	position: absolute;
	width: 1px;
	height: 14px;
	background: #fff;
	right: 0;
	top: calc(50% - 7px);
}

.footer_menu {
	width: 10%;
	max-width: 360px;
	/*margin-left: 100px;*/
}

.footer_menu_list {
	margin: 0 auto 8px;
}

.footer_menu_list_item {
	list-style: none;
	line-height: 1.8;
}


.f_sub_list {
	margin: 0 auto 0;
}

.f_sub_item {
	position: relative;
	padding-left: 1em;
}

.footer_menu_list a {
	display: block;
	color: #fff;
	letter-spacing: 0.2em;
	text-decoration: none;
	transition: all 0.3s;
	position: relative;
	margin-bottom: 18px;
}

.footer_menu_list a:hover {
	opacity: .7;
}

.copyright {
	font-size: 1.1rem;
	letter-spacing: 0.05em;
}

#return {
	position: relative;
}

#return a {
	position: fixed;
	bottom: 20px;
	right: 40px;
	display: block;
	background: #00aee6 url(img/arrow_t_white.svg) no-repeat center center / 23px 13px;
	width: 60px;
	height: 60px;
	transition: background-color .3s;
	font-size: 0;
	text-decoration: none;
	z-index: 1;
}

.f_contact {
	background: #1b7ac2;
	padding: 110px 0 70px 0;
}

.f_contact_in {
	max-width: 1340px;
	margin: auto;
	padding: 0 20px;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
}

.f_contact_ttl {
	width: 34%;
}

.f_contact_ttl h2 {
	text-align: left;
	margin-bottom: 0;
}

.f_contact_ttl span {
	font-size: 1.8rem;
}

.f_contact_link {
	width: 66%;
}

.f_link_box {
	display: flex;
	flex-wrap: wrap;
}

.f_link_box a {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	min-width: 350px;
	min-height: 80px;
	padding: 15px;
	margin-right: 45px;
	box-sizing: border-box;
	text-decoration: none;
	border: 1px solid #00aee6;
	background: #00aee6;
	color: #fff;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.f_link_box a:hover {
	background: #3288c8;
	border: 1px solid #3288c8;
}

.f_link_box a:nth-child(2) {
	margin-right: 0;
}

.f_link_box span {
	font-size: 1.8rem;
}

.f_link_box .f_tel {
	padding-left: 25px;
	background: url(img/f_tel.png)no-repeat;
	background-position: left center;
	background-size: 19px 24px;
	font-size: 2.6rem;
	line-height: 1.5;
	font-style: italic;
}

.f_link_box .f_time {
	display: block;
	font-size: 1.4rem;
}

a[href^="tel:"] {
	pointer-events: none;
}

#return a:hover {
	background-color: #3288c8;
}

#breadcrumb {
	max-width: 1200px;
	margin: auto;
	overflow: hidden;
	font-size: 80%;
	padding: 20px 20px 0;
}

#breadcrumb span {
	margin-left: 5px;
}

#breadcrumb .breadcrumb_inner a {
	color: #222;
	margin: 0 10px 0 0;
}

.link_btn {
	margin: 45px 20px 0 20px;
	position: relative;
	text-align: center;
}

.link_btn a {
	display: block;
	color: #000 !important;
	font-family: 'Noto Sans JP';
	border: 1px solid #000;
	line-height: 1.0;
	letter-spacing: 0.2em;
	text-align: center;
	text-decoration: none !important;
	max-width: 300px;
	width: 100%;
	padding: 20px;
	margin: auto;
	background-color: transparent;
	box-sizing: border-box;
	background-size: 200% auto;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	position: relative;
}

.link_btn a:hover {
	border: 1px solid #2e64b3;
	background-color: #2e64b3;
	background-position: right center;
	opacity: 1.0;
	color: #fff !important;
}


.link_btn_more {
	text-align: right;
}

.link_btn_more a {
	display: inline-block;
	font-family: 'Krona One', sans-serif;
	font-size: 1.4rem;
	letter-spacing: 0.1em;
	color: #1d3647;
	text-decoration: none;
	padding-bottom: 10px;
	padding-right: 30px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	position: relative;
}

.link_btn_more a:before {
	content: '';
	display: inline-block;
	background: #0168a2;
	border: 6px solid #e5ecf1;
	position: absolute;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	right: 0;
	top: calc(50% - 16px);
}

.link_btn_more a:after {
	content: '';
	position: absolute;
	display: block;
	background: #0797ad;
	height: 1px;
	width: calc(100% - 3px);
	bottom: 0;
}

.link_btn_more a:hover {
	opacity: 0.8;
	text-decoration: none;
}

/* ページ内リンク用 */
.page_link_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 142px auto 218px;
}

.page_link {
	width: 300px;
	margin-right: 50px;
	border: 3px solid #e5e5e5;
	text-align: center;
	box-sizing: border-box;
	transition: all .3s ease;
}

.page_link:hover {
	border: 3px solid #2e64b3;
	transition: all .3s ease;
}

.page_link:last-child {
	margin-right: 0;
}

.page_link a {
	display: block;
	text-decoration: none !important;
	padding: 32px 0;
	transition: all .3s ease;
	position: relative;
}


.page_link a::after {
	position: absolute;
	content: "";
	bottom: 14px;
	right: 0;
	left: 0;
	margin: auto;
	width: 27px;
	height: 11px;
	background: url(img/arrow_b_black.svg) no-repeat center;
	transition: all .3s ease;
}

.page_link a:hover {
	color: #fff !important;
	background-color: #2e64b3;
	transition: all .3s ease;
}

.page_link a:hover::after {
	background: url(img/arrow_b_white.svg) no-repeat center;
	transition: all .3s ease;
}

/*  */


.content_area {
	margin: 0 auto;
}

.inner {
	max-width: 1040px;
	margin: 0 auto;
	padding: 0 20px;
	box-sizing: border-box;
}

.content_area a:visited {
	color: #222f;
}

.content_area a {
	color: #222;
	text-decoration: underline;
}

.content_area a:hover {
	text-decoration: none;
}

/*-------------------------------------------------------------
	table
-------------------------------------------------------------*/
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* table nomal*/

.content_area table {
	max-width: 1000px;
	width: 100%;
	margin: 20px auto 30px auto;
	border-top: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
}

.content_area table tr {
	border-bottom: 1px solid #dedede;
}

.content_area table tr:last-child {
	border: none;
}

.content_area table th {
	font-weight: bold;
	background: #f4f4f4;
	text-align: left;
	padding: 20px 30px;
	border-left: 1px solid #dedede;
}

.content_area table td {
	padding: 20px;
	border-left: 1px solid #dedede;
	border-right: 1px solid #dedede;
}




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

p {
	font-family: 'Noto Sans JP';
	display: block;
	margin-bottom: 30px;
	line-height: 1.85em;
	/*letter-spacing:0.1em;*/
	letter-spacing: 0.04em;
}

.column_02,
.column_03 {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
}

.column_02>div {
	width: 48%;
	margin-right: 4%;
	box-sizing: border-box;
}

.column_02>div:nth-child(2n) {
	margin: 0;
}

.column_03>div {
	width: 31.3333%;
	margin-right: 3%;
	box-sizing: border-box;
}

.column_03>div img {
	margin: 0;
}

.column_03>div:nth-child(3n) {
	margin: 0;
}

/*.slidein_txt.displayed {
    opacity: 1 !important;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}*/

@media (min-width: 768px) {
	body {
		min-width: 1200px;
	}
}


/* Error */
.error404 #content_h.company_h {
	height: 400px;
}

.error404 #h_area:before,
.error404 #h_area:after {
	display: none;
}

.error404 .content_area {
	margin: 70px auto;
}

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

	#logo a,
	#logo img {
		max-width: 300px;
	}

	#menu .menu_ja {
		font-size: 1.6rem;
	}

	#menu .menu_en {
		font-size: 0.7rem;
	}

	#menu .nav_btn {
		min-width: 150px;
		margin-left: 20px;
	}

	#menu nav>ul>li {
		margin-left: 25px;
	}

}

@media screen and (min-width: 768px) and (max-width: 1000px) {
	#menu nav>ul>li {
		margin-left: 15px;
	}

	#menu .menu_ja {
		font-size: 1.5rem;
	}
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
	#header_area {
		min-width: 1200px;
	}
}

@media screen and (max-width:767px) {
	body {
		-webkit-text-size-adjust: 100%;
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
		font-size: 81.25%;
	}

	input,
	textarea,
	select {
		font-size: 1.4rem;
	}

	body {
		background: #fff;
		width: auto;
	}

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

	#nojs {
		width: auto;
		background: #fff;
		color: #f00;
		padding: 10px;
		border: 5px solid #F00;
		text-align: center;
		margin: 10px auto;
	}

	.pc_size {
		display: none !important;
	}

	.sp_size {
		display: block !important;
	}

	.link_btn {
		margin: 25px 0 0;
	}

	.link_btn a {
		font-size: 1.3rem;
		padding: 15px;
		display: block;
		min-width: auto;
	}

	.link_btn_more a {
		font-size: 1.2rem;
	}

	/* ページ内リンク用 */
	.page_link_wrap {
		margin: 70px auto 100px;
		justify-content: unset;
	}

	.page_link {
		width: 49%;
		margin-right: 2%;
		margin-bottom: 10px;
		border: 2px solid #e5e5e5;
	}

	.page_link:nth-child(2n) {
		margin-right: 0;
	}

	.page_link:hover {
		border: 2px solid #2e64b3;
	}

	.page_link a {
		padding: 9px 0 15px;
	}


	.page_link a::after {
		bottom: 4px;
		width: 17px;
		/* height: 11px; */
	}

	.page_link a:hover::after {
		background: url(img/arrow_b_white.svg) no-repeat center;
		transition: all .3s ease;
		z-index: 10;
	}

	.page_link a h3 {
		font-size: 1.6rem;
	}

	/*  */
	/*#wrapper.fixed {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
	}*/
	#header_wrap.smallhead .nav_btn a,
	#header_wrap.smallhead .nav_btn a:hover {
		background: none;
	}

	#header_wrap {
		z-index: 10000;
	}

	#header_wrap.sp_menu_on {
		border-bottom: none;
	}

	#header_wrap.index_header {
		position: fixed;
		top: auto;
		left: auto;
		height: 60px;
		transition: background-color 0.3s;
		display: flex;
		justify-content: center;
		align-items: center;
		background: #fff;
	}

	#header_area {
		margin-left: 0;
	}

	.home #logo {
		height: auto;
	}

	.home .scrolldown {
		display: none;
	}

	#logo {
		float: none;
		position: relative;
		width: 180px;
		z-index: 100;
		height: auto;
		padding-top: 0;
		background: transparent;
	}

	#logo a,
	#logo img {
		max-width: 145px;
	}

	#menu-box {
		float: none;
		position: fixed;
		z-index: 8000;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		padding-top: 69px;
		padding-bottom: 80px;
		margin: 0;
		background: #1b7ac2;
		box-sizing: border-box;
		overflow: auto;
		-webkit-overflow-scrolling: touch;
	}

	#menu {
		display: block;
		clear: both;
		background: none;
		padding: 0 20px 40px;
		position: relative;
		z-index: 10000;
		float: none;
	}

	#menu .menu_ja {
		font-size: 1.6rem;
	}

	.menu_dis {
		display: none !important;
	}

	.menu_mbox {
		display: block !important;
	}

	.overlay_none {
		position: fixed;
	}

	#js-gnav-layer {
		background: #fff !important;
		z-index: 90;
	}

	#menu ul {
		border-top: 1px solid rgba(255, 255, 255, .3);
	}

	#menu nav ul li {
		float: none;
		margin: 0;
		width: auto;
		border-bottom: 1px solid rgba(255, 255, 255, .3);
		position: relative;
		box-sizing: border-box;
		text-align: center;
		box-shadow: none;
	}

	#menu nav ul li.top_item {
		padding: 0;
		margin-bottom: 15px;
		border-bottom: 1px solid rgba(255, 255, 255, .3) !important;
	}

	#menu nav ul li a {
		padding: 13px 15px 13px;
		color: #fff !important;
		font-size: 1.5rem;
		margin: 0;
		background: inherit;
		opacity: 1 !important;
	}

	#menu nav ul li.nav_btn {
		display: block;
		text-align: center;
		margin: auto;
	}

	#menu .nav_btn a {
		padding: 13px 15px 13px;
		background: none;
	}

	#menu nav ul li a span {
		display: inline-block;
	}

	#menu nav ul li.gn_l_sp {
		display: block;
	}

	.index_header {
		position: relative;
	}

	#header_s_nav {
		display: none;
	}

	.sp_menu_on.index_header {
		position: relative;
		top: auto;
		left: auto;
	}

	#menu nav ul li.gn_contact a {
		height: auto;
		line-height: 1;
		padding: 0;
	}

	#menu {
		display: block;
		clear: both;
		padding: 0 20px;
		box-sizing: border-box;
	}

	.menu_dis {
		display: none !important;
	}

	.menu_mbox {
		display: block !important;
	}

	.sp_menu_on {
		position: fixed !important;
		width: 100%;
		height: 100%;
		overflow-y: scroll;
		z-index: 1000;
		top: 0;
	}

	.body_no {
		display: none;
	}

	.menu_item {
		display: block;
		float: none;
		margin: 0;
		width: auto;
		border-bottom: 1px solid rgba(255, 255, 255, .3);
		position: relative;
		box-sizing: border-box;
		text-align: left;
	}

	.parent_btn::after {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		right: 22px;
		bottom: 0;
		left: auto;
		margin: auto;
		width: 10px;
		height: 10px;
		background: none;
		border-right: 2px solid #fff;
		border-bottom: 2px solid #fff;
		opacity: 1;
		visibility: visible;
		transform: rotate(45deg);
		transition: all 0.3s;
	}

	.parent_btn.open::after {
		top: 6px;
		transform: rotate(-135deg);
	}

	.h_sub_list {
		display: none;
		position: relative;
		padding: 0 0 7px;
		width: 100%;
		margin: 0;
		border-top: 1px solid rgba(255, 255, 255, .3);
	}

	.h_sub_link {
		padding: 10px 30px 10px 30px;
		background: transparent;
		border-radius: none;
		color: #fff;
	}

	.s_sub_item {
		border: none !important;
		opacity: 1;
		height: auto;
	}

	.f_logo {
		max-width: 100%;
		width: 100%;
		padding: 40px 20px 20px;
		text-align: center;
		box-sizing: border-box;
		border-bottom: 1px solid rgba(0, 0, 0, .25);
	}

	.f_logobox {
		display: block;
	}

	.f_logobox img {
		width: 50%;
	}

	.f_logo_txt {
		margin: 0 auto 30px auto;
	}

	.footer_main {
		padding: 40px 20px 30px;
	}

	#footer_wrap .company_info,
	#footer_wrap .footer_contact {
		width: 100%;
		font-size: 13px;
		text-align: center;
		padding: 15px 20px;
		box-sizing: border-box;
	}

	.footer_menu {
		float: none;
		padding-top: 0;
		margin: 0;
		max-width: 100%;
		width: 100%;
	}

	.footer_main {
		flex-direction: column;
		padding: 0;
	}

	.footer_menu_list {
		width: 100%;
		padding: 0;
		font-size: 13px;
		margin: 0;
	}

	.footer_menu_list_link {
		padding: 15px 20px;
	}

	.footer_menu_list a {
		margin-bottom: 0;
	}

	.footer_menu_list_item {
		position: relative;
		margin: 0 !important;
		border-bottom: 1px solid rgba(0, 0, 0, .25);
	}

	.footer_menu_list a.f_parent_link::before,
	.footer_menu_list a.f_parent_link::after {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		margin: auto;
		background: #fff;
		opacity: 1;
	}

	.footer_menu_list a.f_parent_link::before {
		top: 24px;
		right: 19px;
		width: 14px;
		height: 2px;
	}

	.footer_menu_list a.f_parent_link::after {
		top: 18px;
		right: 25px;
		width: 2px;
		height: 14px;
		transition: opacity 0.3s;
	}

	.footer_menu_list a.f_parent_link.open::after {
		opacity: 0;
	}

	.f_sub_item.sp_size {
		padding: 0;
		border-bottom: 1px solid #444;
	}

	.sp_size .f_sub_link {
		display: block;
		padding: 15px 20px;
		font-size: 13px;
		letter-spacing: 1.3px;
	}

	.f_sub_item,
	.footer_lnk_top {
		padding: 10px 36px;
		margin: 0;
	}

	.footer_lnk_top {
		border-bottom: 1px solid rgba(0, 0, 0, .25);
	}

	.f_sub_list {
		display: none;
		padding: 0 0 8px;
		margin: 0 !important;
		background: #253844;
		border-top: 1px solid rgba(0, 0, 0, .25);
		border-left: none;
	}

	#footer_submenu {
		padding: 20px;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	#footer_submenu .f_site_nav {
		margin-bottom: 5px;
		justify-content: center;
	}

	#footer_submenu .f_sub_inner {
		display: block;
		text-align: center;
	}

	.f_parent_link::before,
	.f_parent_link::after {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		margin: auto;
		background: #fff;
	}

	.f_parent_link::before {
		top: 24px;
		right: 19px;
		width: 14px;
		height: 2px;
	}

	.f_parent_link::after {
		top: 18px;
		right: 25px;
		width: 2px;
		height: 14px;
		transition: opacity 0.3s;
	}

	.f_contact {
		padding: 50px 0 35px 0;
	}

	.f_contact_ttl {
		width: 100%;
		margin-bottom: 30px;
	}

	.f_contact_link {
		width: 100%;
	}

	.f_contact_ttl span {
		font-size: 1.1rem;
	}

	.f_link_box {
		justify-content: center;
	}

	.f_link_box a {
		max-width: 350px;
		min-width: auto;
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
		min-height: 70px;
	}

	.f_link_box span {
		font-size: 1.4rem;
	}

	.f_link_box .f_tel {
		font-size: 2.0rem;
	}

	.f_link_box .f_time {
		font-size: 1.1rem;
	}

	#return a {
		width: 50px;
		height: 50px;
		right: 20px;
	}

	#return a::after {
		height: 20px;
	}

	#return a:hover::after {
		height: 30px;
	}

	#return a span {
		display: block;
		position: absolute;
		top: -19px;
		width: 100%;
		text-align: center;
	}

	.column_02>div,
	.column_03>div {
		width: 100%;
		margin-right: 0;
	}

	#h_area .text {
		font-size: 24px;
		line-height: 1.6em;
		top: 150px;
		right: auto;
		left: 0;
		padding: 0 20px;
	}

	#wrapper.fixed {
		position: fixed;
	}
}

/*---------------------------------------------------------
	Top
---------------------------------------------------------*/
#index_wrap {
	position: relative;
	width: 100%;
	margin-left: 100px;
}

#index_main img {
	display: block;
	width: 100%;
	height: 100vh;
	min-height: 900px;
	max-height: 960px;
	object-fit: cover;
}

#top_h1 {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 35%;
	width: 100%;
	box-sizing: border-box;
	text-align: center;
}

#top_h1 h1 {
	max-width: 1300px;
	font-size: 6rem;
	letter-spacing: 0.1em;
	line-height: 1;
	margin-left: 215px;
	position: relative;
	z-index: 3;
	font-weight: 700;
	text-align: left;
	color: #fff;
}

#top_h1 h1 span {
	display: inline-block;
	margin-bottom: 30px;
}

#index_main .slick-dots {
	display: block;
	position: absolute;
	width: 100%;
	font-size: 0;
	line-height: 1;
	bottom: 40px;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}

#index_main .slick-dots li {
	display: inline-block;
	margin: 0 5px 0 0;
}

#index_main .slick-dots button {
	/*display: block;*/
	display: none;
	width: 40px;
	height: 5px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: none;
	overflow: hidden;
	text-indent: 200%;
	white-space: nowrap;
	border: 1px solid #fff;
	opacity: .5;
	outline: none;
	cursor: pointer;
}

#index_main .slick-dots .slick-active button {
	background: #fff;
	opacity: 1;
}

#news_wrap {
	padding: 120px 0 130px 0;
}

#sec_news {
	padding: 100px 20px 50px 20px;
}

.news_sec_inner_wrap {
	max-width: 1340px;
	margin: auto;
	padding: 0 20px;
	box-sizing: border-box;
}

.news_sec_inner {
	position: relative;
	margin: 0 auto;
}

.news_bg {
	background: url(img/top_news_bg.jpg)no-repeat;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	height: 590px;
	width: 70%;
	position: absolute;
}

.news_box {
	padding-top: 70px;
}

.news_list {
	margin-left: auto;
	padding: 60px 100px 60px 70px;
	box-sizing: border-box;
	/*z-index: 1000;*/
	overflow: auto;
	/*display:flex;
	flex-wrap:wrap;
	justify-content: space-between;*/
	background: #fff;
	width: 60%;
	position: relative;
}

.news_list::-webkit-scrollbar {
	width: 10px;
}

.news_list::-webkit-scrollbar-track {
	background: #ececec;
	border: none;
	border-radius: 10px;
	box-shadow: inset 0 0 2px #ececec;
}

.news_list::-webkit-scrollbar-thumb {
	background: #5f5f5f;
	border-radius: 10px;
	box-shadow: none;
}

.news_list li {
	position: relative;
	margin-bottom: 40px;
}

.news_date {
	font-family: Oswald;
	font-weight: 600;
	display: block;
	line-height: 1.0;
	font-size: 1.6rem;
}

.news_title {
	font-family: Noto Sans JP;
	display: block;
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 1.6;
	margin: 10px auto 0 auto;
}

.news_list a {
	color: #222;
	display: inline-block;
	transition: all .3s;
	text-decoration: none;
}

.news_list a:hover {
	color: #2e64b3;
}

.news_list .link_btn {
	text-align: right;
}

.news_cate {
	display: inline-block;
}

.news_list li .news_cate {
	min-width: 130px;
	text-align: center;
	display: block;
	font-family: 'Noto Serif JP', serif;
	font-size: 1.4rem;
	letter-spacing: 0.2em;
	line-height: 1.0;
	padding: 10px;
	background: #1b3342;
	color: #fff;
	box-sizing: border-box;
}

.news_list li .link_btn_more {
	margin-top: 45px;
}

.news_sec_inner .top_ttl {
	margin-bottom: 70px;
}

.top_ttl h2 {
	text-align: left;
	margin-bottom: 0;
}

.top_ttl span {
	font-size: 1.8rem;
	font-weight: 700;
}

/*-----
	Top　about_us
		-----*/
#top_about_wrap {
	background: url(img/catch_bg.png)no-repeat;
	background-size: cover;
	background-position: center bottom;
	padding: 155px 0 150px 0;
}

.top_about_inner {
	max-width: 1340px;
	margin: 0 auto;
	padding: 0 20px;
	box-sizing: border-box;
}

.top_catch {
	font-size: 3.6rem;
	line-height: 1.66;
	color: #323c40;
	font-weight: 600;
	text-align: center;
	margin-bottom: 70px;
}

/* .top_about_inner .txt_center {
	font-size: 1.5rem;
	font-family: Noto Sans JP;
} */

.top_about_inner .link_btn {
    margin-top: 85px;
}

.top_about_inner .link_btn a {
	background-color: #024EA2;
	border: 1px solid #024EA2;
	color: #fff !important;
}

.top_about_inner .link_btn a:hover {
	color: #000 !important;
	border: 1px solid #000;
	background-color: transparent;
}

/*-----
	Top　business
		-----*/
.top_business_bg {
	background: url(img/top_business_bg.jpg)no-repeat;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	height: 600px;
	width: 100%;
	position: absolute;
}

.top_business_inner {
	padding-top: 390px;
	margin-left: 10%;
}

.top_business_box {
	position: relative;
	background: #fff;
}

.top_business_item {
	max-width: 1560px;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 100px 20px 0 0;
	position: relative;
}

.top_business_item .top_ttl {
	padding-left: 5.7%;
}

.top_business_contents {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 75px;
	margin-left: 5.7%;
}

.top_business_contents>div {
	width: 28.666%;
	max-width: 370px;
	margin-right: 7%;
}

.top_business_contents>div:nth-child(2) {
	margin-top: 115px;
}

.top_business_contents>div:last-child {
	margin-top: 240px;
	margin-right: 0;
}

.top_business_ttl h3 {
	font-size: 3.2rem;
    line-height: 1.0;
    letter-spacing: 0.2em;
    margin: 50px auto 40px;
    text-align: center;
    font-weight: 500;
}



/*-----
	Top　recruit
		-----*/
#top_recruit_wrap {
	position: relative;
	padding: 0 20px 50px 20px;
}


.l-hero {
    position: relative;
    margin: 0 30px;
}

.hero {
    width: 100%;
    height: 481px;
    background: url(img/top_recruit_bg.jpg)no-repeat;
    background-position: center top;
    background-size: cover;
}

.l-hero.l-hero-full {
    margin: 0
}

.l-hero-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    max-width: 1420px;
    margin: auto;
    top: 0;
    left: 0;
    right: 0
}

.l-hero-inner.l-hero-inner-works-detail {
    max-width: 790px
}

.l-hero-text {
    position: absolute;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    top: 80px;
    right: 120px
}

.vertical-catch {
    position: relative
}

.vertical-catch.vertical-catch-large .vertical-catch-item {
    padding: 40px 15px 53px 8px;
    width: 84px
}

.vertical-catch-item {
    position: relative;
    display: inline-block;
    padding: 20px 10px 53px 15px;
    overflow: hidden;
    width: 100px;
    position: absolute;
    right: 0
}

.vertical-catch-item:after {
    z-index: 1;
    top: 0;
    right: 0;
    position: absolute;
    content: ' ';
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%)
}

.vertical-catch-item>span {
    position: relative;
    z-index: 2;
    opacity: 0;
}

.vertical-catch-ja {
	font-size: 3.2rem;
    display: block;
    float: right
}

.vertical-catch-en {
	font-size: 15px;
    display: block;
    float: left;
	-webkit-writing-mode: vertical-rl;
}

.vertical-catch-en:after {
    position: relative;
    right: 1px;
    content: ' ';
    margin: 11px 0;
    display: inline-block;
    width: 1px;
    height: 13px;
    background: #222
}

.vertical-catch-switch.is-active .vertical-catch-item:nth-child(1) span {
    opacity: 1;
    -webkit-transition: 1s cubic-bezier(0.65, 0.05, 0.36, 1) 0.7s;
    transition: 1s cubic-bezier(0.65, 0.05, 0.36, 1) 0.7s
}

.vertical-catch-switch.is-active .vertical-catch-item:nth-child(1):before {
    opacity: 1;
    -webkit-transition: 1s cubic-bezier(0.65, 0.05, 0.36, 1) 0.7s;
    transition: 1s cubic-bezier(0.65, 0.05, 0.36, 1) 0.7s
}

.vertical-catch-switch.is-active .vertical-catch-item:nth-child(1):after {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: 1s cubic-bezier(0.65, 0.05, 0.36, 1) 0.2s;
    transition: 1s cubic-bezier(0.65, 0.05, 0.36, 1) 0.2s
}

.vertical-catch-line {
    display: block;
    width: 1px;
    height: 13px;
    background: #222;
    margin: 20px auto 0
}

.vertical-catch-ja {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl
}


.l-hero-card {
    left: 80px;
    position: absolute;
    width: 400px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.l-hero-mv {
    position: absolute;
    width: 400px;
    bottom: 80px;
    left: 110px
}

.l-hero-catch {
    position: absolute;
    width: 505px;
    bottom: 80px;
    left: 110px
}

.l-hero-contact-box {
    position: absolute;
    bottom: 0;
    right: 0
}





.top_rec_inner {
	background: url(img/top_recruit_bg.jpg)no-repeat;
	background-position: center;
	background-size: cover;
	max-width: 1800px;
	width: 100%;
	padding: 100px 20px;
	margin: auto;
	box-sizing: border-box;
}

.top_rec_inner .top_ttl {
	margin-bottom: 40px;
}

.top_rec_txtbox {
	max-width: 1340px;
	padding: 0 20px;
	margin: auto;
	box-sizing: border-box;
}

.top_rec_inner .link_btn {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.top_rec_inner .link_btn a {
	color: #fff !important;
	border: 1px solid #fff;
	margin: 0 70px;
}

.top_rec_inner .link_btn a:hover {
	border: 1px solid #2e64b3;
}


@media screen and (min-width: 768px) and (max-width: 1240px) {
	#index_wrap {
		margin-left: 150px;
	}
}

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

	/*#index_main .slick-dots {
		bottom: 20px;
	}*/
	#index_wrap {
		margin-left: 0;
	}

	#top_h1 {
		top: 45%;
	}

	#top_h1 h1 {
		font-size: 3.0rem;
		margin: auto;
		padding: 0 20px;
	}

	#index_main img {
		height: 600px !important;
		object-fit: cover;
	}

	#news_wrap {
		padding: 60px 0;
	}

	#sec_news {
		padding: 50px 0 0 0;
	}

	.news_list {
		width: 100%;
		padding: 30px 20px 20px 30px;
	}

	.news_list li {
		width: 100%;
		margin-bottom: 30px;
	}

	.news_list li:last-child {
		margin-bottom: 0;
	}

	.news_date {
		font-size: 1.4rem;
	}

	/*.news_list a {
		display: inline-block;
		font-size: 92.3076%;
		margin-left: 0;
	}*/
	.news_sec_inner {
		margin: 0 auto;
	}

	.news_cate {
		/*width:100px;*/
	}

	.news_title {
		font-size: 1.6rem;
		margin: 8px auto;
	}

	.news_list .link_btn {
		text-align: center;
	}

	#menu nav>ul {
		display: block;
	}

	.header_txt {
		left: 45px;
		top: 170px;
		font-size: 100%;
	}

	#page_top_h1 {
		bottom: 60px;
		max-width: 100%;
		top: 200px;
		font-size: 200%;
	}

	.news_bg {
		width: 100%;
		height: 300px;
	}

	.news_sec_inner .top_ttl {
		margin-bottom: 30px;
	}

	.news_box {
		padding-top: 300px;
	}

	#page_top_h1 h1 {
		bottom: 60px;
		max-width: 100%;
		top: 0;
		font-size: 200%;
		margin-bottom: 10px;
		left: 45px;
	}

	.top_ttl span {
		font-size: 1.3rem;
	}

	/*-----
	Top　about
		-----*/
	#top_about_wrap {
		padding: 75px 0 60px 0;
	}

	.top_catch {
		font-size: 2.5rem;
		margin-bottom: 40px;
	}


	/*-----
	Top　business
		-----*/

	.top_business_inner {
		padding-top: 200px;
		margin-left: 0;
	}

	.top_business_item .top_ttl {
		padding-left: 0;
	}

	.top_business_item {
		padding: 50px 20px 0 20px;
	}

	.top_business_contents {
		margin: 40px auto 0 auto;
	}

	.top_business_contents>div {
		width: 100%;
		max-width: 100%;
		margin-right: 0;
	}

	.top_business_contents>div:last-child {
		margin-bottom: 0;
	}

	.top_business_contents>div img {
		width: 100%;
	}

	.top_business_contents>div:nth-child(2),
	.top_business_contents>div:nth-child(3) {
		margin-top: 60px;
	}

	.top_business_ttl h3 {
		font-size: 2.2rem;
		margin: 30px auto 20px auto;
	}

	.top_business_contents .link_btn_more {
		margin-top: 30px;
	}

	.top_business_contents p {
		margin-top: 20px;
	}


	/*-----
	Top　recruit
		-----*/
	#top_recruit_wrap {
		padding: 0 20px 20px 20px;
	}

	.top_rec_inner {
		padding: 60px 20px;
	}

	.top_rec_inner .top_ttl {
		margin-bottom: 30px;
	}

	.top_rec_inner .link_btn a {
		margin: 0 auto 20px auto;
	}
}




/*---------------------------------------------------------
	共通
---------------------------------------------------------*/
.anchor {
	display: block;
	padding-top: 130px !important;
	margin-top: -130px !important;
}

.wp-pagenavi {
	margin: 60px auto 160px;
	text-align: center;
}

.wp-pagenavi .pages {
	display: none;
}

.wp-pagenavi a,
.wp-pagenavi span {
	border: none;
	text-decoration: none;
	padding: 5px 20px;
	margin: 1px;
	display: inline-block;
	transition: all 0.3s ease;
	color: #1b7ac2 !important;
	/* 	font-family:'Krona One', sans-serif; */
	font-size: 2.0rem;
	max-width: 50px;
	max-height: 50px;
	box-sizing: border-box;
}

.wp-pagenavi span.current {
	background: #1b7ac2;
	color: #fff !important;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
	border: none;
	background: #1b7ac2;
	color: #fff !important;
	transition: all 0.3s ease;
}

.content_area .pagenav {
	width: 100%;
	text-align: center;
	margin: 40px 0;
}

h2 {
	font-size: 3.6rem;
	line-height: 1.2;
	margin-bottom: 75px;
	text-align: center;
	font-weight: 500;
}

h3 {
	font-size: 173.333%;
	font-weight: 700;
}

.txt_right {
	text-align: right;
}

.txt_center {
	text-align: center;
}

.inview {
	opacity: 0;
	transform: translateY(50px);
	transition: all 0.8s cubic-bezier(.3, .1, .3, 1);
}

.inview.on {
	opacity: 1;
	transform: translateY(0);
}

.fill_wrap {
	position: relative;
}

.fill_over {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.fill_over::before {
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 15;
	background: #FFF;
	transform: translateX(0px);
	transform-origin: left center 0;
	transition: transform 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.3s;
}

.on .fill_over::before {
	transform: translateX(101%);
}

.fill_over::after {
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 15;
	/* 	background-image: linear-gradient(90deg, #d71e18 10%, #d76015 60%, #d71e18); */
	background-color: #0797ad;
	background-position: left center;
	background-size: 200% 100%;
	background-repeat: no-repeat;
	transform: scaleX(0) translateX(0px);
	transform-origin: left center 0;
	transition: transform 1s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0s;
}

.on .fill_over::after {
	transform: scaleX(1) translateX(101%);
}

/*---------------------------------------------------------
	form_btn iphone用
---------------------------------------------------------*/
form input[type="submit"] {
	-webkit-appearance: none;
	border-radius: 0;
}

/*---------------------------------------------------------
	各ページheader
---------------------------------------------------------*/
.page_header {
	padding-top: 122px;
}

#content_h {
	height: 500px;
	position: relative;
	margin-left: 200px;
}

#page_ttl {
	display: flex;
	justify-content: center;
	max-width: 1040px;
	width: 100%;
	padding: 0 20px;
	margin: 70px auto 0 auto;
	box-sizing: border-box;
}

#page_ttl h1 {
	font-size: 4.8rem;
	line-height: 1.0;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	letter-spacing: 0.2em;
}

#page_ttl span {
	font-size: 1.1rem;
	letter-spacing: 0.2em;
	font-weight: 600;
}

/* news_h */
#content_h.news_h {
	background: url(img/news_h.jpg)no-repeat center/cover;
}

/* company_h*/
#content_h.company_h {
	background: url(img/company_h.jpg)no-repeat center/cover;
}

/* policy_h*/
#content_h.policy_h {
	background: url(img/policy_h.jpg)no-repeat center/cover;
}

/*project_h*/
#content_h.project_h {
	background: url(img/project_h.jpg)no-repeat center/cover;
}

/*business_h*/
#content_h.business_h {
	background: url(img/business_h.jpg)no-repeat center/cover;
}

/*works_h*/
#content_h.works_h {
	background: url(img/works_h.jpg)no-repeat center/cover;
}

/*recruitment_h*/
#content_h.recruitment_h {
	background: url(img/recruitment_h.jpg)no-repeat center/cover;
}

/*contact_h*/
#content_h.contact_h {
	background: url(img/contact_h.jpg)no-repeat center/cover;
}

/*recruit_h*/
#content_h.recruit_h {
	background: url(img/recruit_h.jpg)no-repeat center/cover;
}



@media screen and (max-width:767px) {
	.anchor {
		display: block;
		padding-top: 100px !important;
		margin-top: -100px !important;
	}

	.wp-pagenavi a,
	.wp-pagenavi span {
		padding: 12px 17px;
		font-size: 1.3rem;
	}

	#content_h {
		height: 350px;
	}

	h2 {
		font-size: 2.5rem;
		margin-bottom: 35px;
	}

	h3 {
		font-size: 2.0rem;
	}

	.content_area table th {
		padding: 15px 10px;
	}

	.content_area table td {
		padding: 15px 20px;
	}

	th,
	td,
	td ul,
	td ol,
	td,
	p {
		font-size: 1.3rem;
		margin-bottom: 15px;
		line-height: 1.6;
	}

	.page_header {
		padding-top: 0;
	}

	#page_ttl {
		margin: 40px auto 0 auto;
	}

	#page_ttl h1 {
		font-size: 3.0rem;
	}

	#content_h {
		margin-left: 0;
	}
}








/* #### Generated By: http://www.cufonfonts.com #### */

@font-face {
	font-family: 'Agency FB Bold';
	font-style: normal;
	font-weight: normal;
	src: local('Agency FB Bold'), url('font/AGENCYB.woff') format('woff');
}