@charset "utf-8";

/*
Theme Name:search-firm
Description: サーチファーム・ジャパン株式会社
Version: 1.0
*/

/* Font Settings
------------------------------------------ */
@font-face {
    font-family: "Garamond";
    src: url(../font/CormorantGaramond-Bold.eot) format("eot"), url(../font/CormorantGaramond-Bold.woff) format("woff");
    font-weight: 600;
}
@font-face {
    font-family: "NotoSans_ver";
    src: url(../font/NotoSansJP-Regular_sub_ver.woff) format("woff");
    font-weight: 400;
}
@font-face {
    font-family: "NotoSerif_ver";
    src: url(../font/NotoSerifJP-Regular_sub_ver.woff) format("woff");
    font-weight: 400;
}


/* General Settings
------------------------------------------ */
@media screen and (max-width:600px) {
	.sp-none {
					display: none;
				}
			}
			@media screen and (min-width:601px) {
				.pc-none {
					display: none;
				}
			}
* {
    box-sizing: border-box;
}
html {
    font-size: 62.5%;
	position: relative;
}
body {
    color: #333;
    background: #fff;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2.0;
    /*font-family: 'Noto Sans Japanese',sans-serif;*/
	font-family: 'Noto Sans Japanese',sans-serif;
    margin: 0;
    padding: 0;
}
h1,h2,h3,h4,h5,h6 {
    font-weight: 600;
    font-size: 1.6rem;
    margin: 0;
	font-family: 'Noto Sans Japanese',sans-serif;
}
h2 {
	font-weight: 600;
	font-size: 3.0rem;
	font-family: 'Noto Serif Japanese',serif;
	line-height: 1.5;
	/*margin-bottom: 50px;*/
}
h2 span {
	font-size: 1.8rem;
	font-family: Garamond,'Noto Serif Japanese',serif;
	display: block;
}
h3 {
	font-size: 2.6rem;
	/*display: inline-block;*/
	font-family: 'Noto Serif Japanese',serif;
	color: #1b2139;
	/*background: linear-gradient(45deg, rgba(27,33,57,1) 0%, rgba(0,64,152,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;*/
	margin: 0 auto 50px;
    width: fit-content;
    display:-ms-flexbox;
	display:-webkit-box;
	display:flex;
    -ms-flex-pack: center;
	-webkit-box-pack: center;
	justify-content: center;
}
h4 {
	font-family: 'Noto Serif Japanese',serif;
    font-size: 2.0rem;
	color: #004098;
	border-bottom: 2px solid #004098;
	margin-bottom: 1em;
}
img {
    display: block;
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}
ul, ol {
    margin: 0;
    padding: 0;
}
ul li, ol li {
    list-style-type: none;
}
a {
    color: #333;
    text-decoration: none;
}
figure {
	margin: 0;
}
 
/* content general
------------------------------------------ */
main {
	padding-top: 130px;
}
section {
    padding: 120px 0;
}
article section:nth-child(odd) {
	background: url(../img/bk_top_strength.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
section > .inner {
    max-width: 1400px;
    width: 90%;
    margin: 0 auto;
}
.title_box {
	text-align: center;
}
.garamond {
	font-family: Garamond,sans-serif;
	font-weight: 600;
	font-style: normal;
}

.btn {
    margin: 80px auto 0;
    text-align: center;
    font-weight: 600;
    width: 180px;
	height: 50px;
}
.btn a {
    color: #fff;
    background: #004098;
    display: block;
    /*padding: .7em 1em;*/
	display:-ms-flexbox;
	display:-webkit-box;
	display:flex;
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
    border: 1px solid #004098;
    transition: all .3s;
    width: 100%;
	height: 100%;
	font-family: Garamond,'Noto Serif Japanese',serif;
	font-size: 2.0rem;
	position: relative;
}
@media all and (-ms-high-contrast:none) {
    .btn a {
        /*padding-bottom: .5em;*/
    }
}
.btn a:hover {
    color: #004098;
    background: #fff;
}
.btn a::after{
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	width: 30px;
	height: 1px;
	border-top: 1px dashed #c8a636;
}
p a {
    text-decoration: underline;
}
.break {
    display: none;
}
.breadcrumbs {
    position: fixed;
    padding: .6em 0;
    background: #efefef;
    /* height: 50px; */
    width: 100%;
    top: 130px;
    z-index: 7;
}
.breadcrumbs ul {
    display:-ms-flexbox;
    display:-webkit-box; display:flex;
    -ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
section .inner .align-right {
    text-align: right;
}
.inner p {
    margin: 0;
}
table {
    border: none;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
	background: #fff;
}
table th,table td {
    padding: 1em 1.5em;
	text-align: left;
    
}
@media all and (-ms-high-contrast:none) {
    table tr {
        display: table-row;
    }
}
table tr:nth-of-type(2n) {
	background: #f5f5f5;
}
table th {
    width: 20%;
    font-weight: 600;
	color: #1b2139;
	/*color: #004098;*/
	vertical-align: top;
}
table td {
    width: 80%;
}
table td a {
    text-decoration: underline;
}
.h4_block {
	margin-bottom: 50px;
	background: #fff;
}
.two_column {
	display:-ms-flexbox;
	display:-webkit-box;
	display:flex;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-ms-flex-align: flex-start;
	-webkit-box-align: flex-start;
	align-items: flex-start;
}
.table_scroll {
    overflow: auto;
    white-space: nowrap;
}
.text-combine {
	position: absolute;
	bottom: -10px;
    left: -10%;
    /*-webkit-text-combine: horizontal;
    -ms-text-combine-horizontal: all;
    text-combine-upright: all;*/
	writing-mode: horizontal-tb;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: horizontal-tb;
    display: inline-block;
	letter-spacing: 0rem;
}
ul.pagenation {
    display:-ms-flexbox;
    display:-webkit-box;
    display:flex;
    justify-content: center;
    margin: 50px 0 0 0;
}
ul.pagenation li {
    border: 1px solid #1e4b90;
    
    width: 2.5em;
    padding: 0;
    margin-right: 1em;
}
ul.pagenation li a {
    display: block;
    color: #1e4b90;
    width: 100%;
    height: 100%;
    padding: .5em .8em;
    text-align: center;
    transition: all .3s;
}
@media all and (-ms-high-contrast:none) {
    ul.pagenation li a {
        padding-top: 1em;
        display: block;
    }
    ul.pagenation li:first-child a {
        padding-top: 1em;
    }
}
ul.pagenation li span {
    display: block;
    width: 100%;
    height: 100%;
    padding: .5em .8em;
    text-align: center;
}
ul.pagenation li span.current {
    background: #1e4b90;
    color: #fff;
}
ul.pagenation li a:hover {
    background: #1e4b90;
    color: #fff;
}
    
/* header
------------------------------------------ */
header {
    height: 130px;
    position: fixed;
    width: 100%;
    z-index: 8;
    transition: all .3s;
}
header .main-header {
	background: #004098;
	height: 80px;
	display: flex;
    display:-webkit-flex;
    display:-ms-flexbox;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
	padding: 0 30px;
}
h1 a {
	transition: all .3s;
}
h1 a:hover img {
    opacity: .8;
}
header .main-header .head_btn {
	display:-ms-flexbox;
	display:-webkit-box;
	display:flex;
	-ms-flex-pack: end;
	-webkit-box-pack: end;
	justify-content: flex-end;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
}
header .main-header .head_btn ul {
	display:-ms-flexbox;
	display:-webkit-box;
	display:flex;
	color: #fff;
	margin-right: 30px;
}
header .main-header .head_btn ul li a {
	color: #fff;
	font-size: 2.0rem;
	font-weight: 600;
	font-family: Garamond,'Noto Serif Japanese',serif;
}
header .main-header .btn {
	margin: 0;
	width: 170px;
	height: 40px;
}
header .main-header .btn a {
	font-size: 1.4rem;
	font-family: 'Noto Sans Japanese',sans-serif;
	background: rgb(198,159,34);
    background: linear-gradient(45deg, rgba(198,159,34,1) 0%, rgba(234,202,99,1) 64%, rgba(198,159,34,1) 100%);
}
header .main-header .btn a:hover,
section.band .btn a:hover,
footer .btn a:hover {
	background: #fff;
	color: #c69f22;
	border: #c69f22;
}
.f_contact ul li:last-of-type .btn a:hover {
	background: rgb(198,159,34);
    background: linear-gradient(45deg, rgba(198,159,34,1) 0%, rgba(234,202,99,1) 64%, rgba(198,159,34,1) 100%);
    border-color: rgb(198,159,34);
	color: #fff;
}
header .main-header .btn a::after {
	border-color: #fff;
}
header .main-header .btn a:hover::after,
section.band .btn a:hover::after,
footer .btn a:hover::after {
	border-color: #c69f22;
}
.f_contact ul li:last-of-type .btn a:hover::after {
	border-color: #fff;
}
header nav {
	height: 50px;
	background: rgba(255,255,255,.9);
}
header nav ul {
    display: flex;
    display:-webkit-flex;
    display:-ms-flexbox;
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	justify-content: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: .5em 0;
}
header nav ul li {
	font-size: 1.4rem;
    font-weight: 600;
	margin-right: 2em;
}
header nav ul li:last-child {
	margin-right: 0;
}
header nav ul li a {
	transition: all .3s;
}
header nav ul li a:hover {
	color: #004098;
}

/*ドロワーメニュー*/
.drawer-hamburger {
    display: none;
}
.drawer-hamburger {
    width: 3rem;
    padding: 0;
    padding: 2.4rem 1.5rem;
	z-index: 11;
}
.drawer-hamburger-icon, .drawer-hamburger-icon:after, .drawer-hamburger-icon:before {
    background-color: #fff;
}
.drawer--top.drawer-open .drawer-hamburger {
    padding-top: 20px;
}
.drawer-hamburger-icon, .drawer-hamburger-icon:after, .drawer-hamburger-icon:before {
    height: 3px;
}
.drawer-nav {
    display: block;
}
.drawer--top .drawer-nav {
    height: 100vh;
    background: #004098;
    color: #fff;
    /*overflow: auto;*/ /*ドロワースクロール不具合修正用*/
    overflow: scroll;
    right: 0;
    left: auto;
    width: 100%;
	z-index: 10;
}
.drawer--top .drawer-nav > ul {
    width: 90%;
	margin-top: 50px;
	margin: 50px auto 0;
	overflow: auto;
}

.drawer--top .drawer-nav > ul > li > a {
    border-bottom: 1px solid #fff;
    width: 90%;
    margin: 0 auto;
}
.drawer--top .drawer-nav ul li a {
    display: block;
    width: 100%;
    padding: 1rem 3rem;
    font-size: 1.6rem;
    font-weight: 500;
    text-align: left;
    position: relative;
    color: #fff;
    line-height: 3.75rem;
}
@media all and (-ms-high-contrast:none) {
    .drawer--top .drawer-nav ul li a {
        padding-top: 1.2rem;
    }
}
.drawer--top .drawer-nav ul li.open > a::after {
    content: "\f146";
}

.drawer--top .drawer-nav ul li a:hover {
    text-decoration: none;
}
.drawer--top .drawer-nav > ul > li > a {
    border-bottom: 1px solid #fff;
}

.drawer--top .drawer-nav ul li a::after {
    content: "\f054";
    font-family: 'Font Awesome 5 Free','fontawesome';
    position: absolute;
    display: block;
    right: 1em;
    top: 1.1rem;
    text-align: center;
    font-weight: 600;
    font-size: 1.2rem;
}

/*ドロップダウン*/
.drawer--top .drawer-nav .drawer-dropdown > a::after {
    content: "\f0fe";
    font-size: 1.4rem;
    right: .7em;
}
.drawer--top .drawer-nav > ul > li > ul > li > a {
	font-weight: 400;
	padding-left: 3em;
}
.drawer--top .drawer-nav > ul > li > ul > li:last-of-type > a {
    border-bottom: 1px solid #fff;
	/*padding-left: 0;*/
}
.drawer--top .drawer-nav > ul > li > ul > li > a::before {
    content: "- ";
}

.effect-fade {
    opacity : 0;
    transform : translate(0, 45px);
    transition : all 700ms;
}
.effect-fade.effect-scroll {
    opacity : 1;
    transform : translate(0, 0);
}

/*メガメニュー*/
.drop_menu {
	display: none;
	width: 100%;
	padding: 70px 0;
	background: #fff;
	position: absolute;
	top: 145px;
	right: 0;
}
header.scroll .drop_menu {
	top: 145px;
}
.drop_menu .inner {
	max-width: 1400px;
	width: 90%;
	display:-ms-flexbox;
	display:-webkit-box;
	display:flex;
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	justify-content: center;
	margin: 0 auto;
}
.drop_menu .inner div {
	border-right: 1px solid #d4d4d4;
	padding-right: 4em;
}
.drop_menu .inner div h2 {
	position: relative;
	font-weight: 600;
	font-size: 2.0rem;
}
.drop_menu .inner div h2::before {
	content: "";
    position: absolute;
    left: -1em;
    top: 50%;
	transform: translateY(-50%);
    background: #154489;
    width: 10px;
    height: 25px;
}
.drop_menu .inner div h2 a {
	color: #000;
}
.drop_menu .inner div h2 a:hover {
	color: #0c419a;
}
.drop_menu .inner ul {
	display:-ms-flexbox;
	display:-webkit-box;
	display:flex;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	justify-content: space-between;
	padding-left: 4em;
}
.drop_menu .inner ul li {
	width: 30%;
	margin-right: 3%;
	position: relative;
}
.drop_menu .inner ul li:nth-child(3n) {
	margin-right: 0;
}
.drop_menu .inner ul li:last-child {
	padding: 0;
}
.drop_menu .inner ul li::before {
	content: "";
	position: absolute;
    left: -1.5em;
    top: 50%;
	transform: translateY(-50%);
    background: #154489;
    width: 10px;
    height: 2px;
}
.drop_menu .inner ul li a {
	color: #000;
}
.drop_menu .inner ul li a:hover {
	color: #0c419a;
}

/* footer
------------------------------------------ */
footer {
    background: url("../img/bk_footer.jpg");
	background-size: cover;
	background-position: left;
	background-repeat: no-repeat;
	color: #fff;
}
footer .inner {
	max-width: 1400px;
    width: 90%;
	margin: 0 auto;
	display:-ms-flexbox;
	display:-webkit-box;
	display:flex;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	justify-content: space-between;
	padding: 120px 0;
}
footer .f_content figure a:hover img {
	opacity: .8;
}
footer h1 {
	margin-bottom: 50px;
}
footer .f_content p {
	margin-bottom: 50px;
}
footer nav {
	display:-ms-flexbox;
	display:-webkit-box;
	display:flex;
	-ms-flex-flow: column;
	-webkit-flex-flow: column;
	flex-flow: column;
}
footer .btn {
	margin: 0;
    width: 200px;
    height: 50px;
}
footer .btn a {
	font-size: 1.4rem;
    font-family: 'Noto Sans Japanese',sans-serif;
    background: rgb(198,159,34);
    background: linear-gradient(45deg, rgba(198,159,34,1) 0%, rgba(234,202,99,1) 64%, rgba(198,159,34,1) 100%);
}
footer .btn a::after {
    border-color: #fff;
}
footer nav ul {
	-ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
	font-family: NotoSans_ver,sans-serif;
	letter-spacing: .5rem;
}
footer nav > ul:last-of-type {
	float: right;
}
footer nav ul li {
	font-weight: 600;
	border-right: 1px solid #c8a636;
	padding: 0 1em;
}
footer nav ul li:last-child {
    border-left: 1px solid #c8a636;
}
footer nav ul:first-of-type {
	margin-bottom: 100px;
}
footer nav ul li a {
	color: #fff;
	transition: all .3s;
}
footer nav ul li a:hover {
	color: #c69f22;
}
footer nav ul li ul li {
	border: none;
	font-weight: 400;
	text-indent: 1em;
}
footer nav ul li ul li:first-child {
	padding-right: 2em;
}
footer nav ul li ul li:last-child {
	border: none;
	padding-left: 0;
}
footer nav ul li ul li::before {
	content: "- ";
}
.copy {
    font-size: 1.2rem;
    text-align: center;
    padding-bottom: 1em;
	margin: 0;
}
.pagetop {
	display: none;
    position: fixed;
    right: 30px;
	width: 50px;
	height: 50px;
    z-index: 3;
	background: url("../img/pagetop.png"),#00347b;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 80%;
	border: 1px solid #c8a636;
	transition: all .3s
}
.pagetop:hover {
	background: url("../img/pagetop_h.png"),#c8a636;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 80%;
}

/* top general
------------------------------------------ */
.top .main_image {
/* 	height: 820px; */
	position: relative;
}
.top .main_image .catch h2 {
	font-weight: 600;
    font-size: 4.0rem;
	color: #fff;
	writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode:vertical-rl;
	font-family: NotoSerif_ver,sans-serif;
	letter-spacing: .5rem;
	position: relative;
}
.top .main_image .catch span {
	font-size: 3.0rem;
 	position: absolute;
	top: 0;
	right: 15%;
	font-size: 6.0rem;
	opacity: .1;
	color: #fff;
	font-family: Garamond,'Noto Serif Japanese',serif;
	-ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
	line-height: 1.0;
}
.top .main_image > ul {
    height: 820px;
	width: 100%;
    margin: 0;
	position: relative;
	z-index: 1;
}

.top h2 {
	font-weight: 600;
	font-size: 3.6rem;
	
	position: relative;
	display: inline-block;
}
.top h2 span {
	font-size: 1.6rem;
}
.top h3 {
    font-size: 3.6rem;
}
section.band {
	padding: 85px 0;
	position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
section.band::before {
	content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
	top: 0;
}
section.band > .inner {
    max-width: 1200px;
	display:-ms-flexbox;
	display:-webkit-box;
	display:flex;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
}
section.band h2 {
	background: none;
	color: #fff;
	font-size: 3.0rem;
}
section.band span {
	color: #fff;
	font-size: 1.6rem;
}
section.band p {
	font-weight: 600;
	color: #fff;
	z-index: 1;
}
section.band .btn {
	width: 320px;
	height: 90px;
	z-index: 1;
	margin: 0;
}
section.band .btn a {
	background: rgb(198,159,34);
    background: linear-gradient(45deg, rgba(198,159,34,1) 0%, rgba(234,202,99,1) 64%, rgba(198,159,34,1) 100%);
	border-color: rgb(198,159,34);
	font-family: 'Noto Sans Japanese',sans-serif;
	font-size: 2.0rem;
}
section.band .btn a:hover {
	border-color: #e88dbb;
}
section.band .btn a::after {
	border-color: #fff;
}



/* main image
------------------------------------------ */
.main_image {
/* 	height: 300px; */
    overflow: hidden;
    position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	
}
.main_image::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(27,33,57,.4);
    z-index: 2;
	top: 0;
	left: 0;
}
.main_image .catch {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateX(-50%) translateY(-50%);
    z-index: 4;
    text-align: center;
	letter-spacing: .14em;
	width: 100%;
}
.main_image .catch h2 {
    font-weight: 600;    
    font-size: 3.0rem;
	padding-bottom: .1em;
	line-height: 1.7;
	letter-spacing: .14em;
	color: #fff;
}
.main_image .catch h2 span {
	font-weight: 600;
    font-size: 1.8rem;
	letter-spacing: .19em;
	font-family: Garamond,'Noto Serif Japanese',serif;
}
/*
.main_image > ul .slick-track li {
    list-style-type: none;
    background-position: center;
    background-size: cover;
	height: 820px;
}
.slick-track {
    height: 820px;
    overflow: hidden;
    display: flex;
}
.slick-list {
    overflow: hidden;
}
*/
.splide__track li {
    list-style-type: none;
    background-position: center;
    background-size: cover;
	height: 820px;
}
.splide__track {
    height: 820px;
}

/* top intro
------------------------------------------ */
.top_intro {
	background: #004098!important;
	color: #fff;
}
.top_intro h2 {
	font-size: 3.2rem;
	line-height: 1.25;
	letter-spacing: 0.02em;
	-ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
	font-family: NotoSerif_ver,sans-serif;
	letter-spacing: .5rem;
	margin-bottom: 100px;
	text-align: left;
}
.top_intro h2 span {
	font-size: 1.8rem;
	color: #c69f22;
	/*color: rgb(198,159,34);
	background: -webkit-linear-gradient(45deg, rgba(198,159,34,1) 0%, rgba(234,202,99,1) 64%, rgba(198,159,34,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;*/
	letter-spacing: .3rem;
}
.intro_txt {
	display:-ms-flexbox;
	display:-webkit-box;
	display:flex;
	-ms-flex-pack: start;
	-webkit-box-pack: start;
	justify-content: flex-start;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
}
.top_intro p {
	-ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
	font-family: NotoSans_ver,sans-serif;
	letter-spacing: .5rem;
	line-height: 3.0em;
	margin: 0 auto;
}

/* top_strength
------------------------------------------ */
.top_strength {
	background: url("../img/bk_top_strength.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.top_strength ul li {
	display:-ms-flexbox;
	display:-webkit-box;
	display:flex;
	-ms-flex-pack: end;
	-webkit-box-pack: end;
	justify-content: flex-end;
	margin-bottom: 60px;
}
.top_strength ul li:nth-last-of-type(even) {
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	justify-content: space-between;
}
.top_strength ul li > div {
	-ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
	font-family: NotoSans_ver,sans-serif;
	letter-spacing: .5rem;
	width: 40%;
	margin-right: 75px;
	overflow: auto;
	text-orientation: upright; /* すべて縦方向に表示 */
	/*background: #fff;*/
}
.top_strength ul li:nth-last-of-type(even) > div {
	margin-right: 0;
	margin-left: 75px;
}
.top_strength ul li > div h2 {
	font-size: 6.0rem;
	font-weight: bold;
	color: #1b2139;
	
	/*color: rgb(27,33,57);
    background: linear-gradient(45deg, rgba(27,33,57,1) 0%, rgba(0,64,152,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;*/
}
.top_strength ul li > div h2 span {
	font-size: 2.4rem;
	font-weight: bold;
	writing-mode: horizontal-tb;
   -webkit-writing-mode: horizontal-tb;
   -ms-writing-mode: horizontal-tb;
	display: inline;
}
.top_strength ul li > div h3 {
	font-size: 2.6rem;
	font-weight: bold;
	color: #c69f22;
	
	/*color: rgb(198,159,34);
	background: -webkit-linear-gradient(45deg, rgba(198,159,34,1) 0%, rgba(234,202,99,1) 64%, rgba(198,159,34,1) 100%);
    -webkit-background-clip: text; 
    -webkit-text-fill-color: transparent; */
	display: block;
	border-left: 1px solid #1b2139;
	margin-left: 40px;
	font-family: NotoSerif_ver,sans-serif;
	letter-spacing: .5rem;
}

/* footer contact
------------------------------------------ */
.f_contact {
	background-image: url("../img/bk_f_contact.jpg")!important;
	color: #fff;
}
.f_contact::before {
	background: rgba(27,33,57,.7);
}
.f_contact h2 {
	margin-bottom: 50px;
}
.f_contact h2 span {
	display: block;
	font-size: 1.6rem;
	color: #c69f22;
    /*color: rgb(198,159,34);
    background: -webkit-linear-gradient(45deg, rgba(198,159,34,1) 0%, rgba(234,202,99,1) 64%, rgba(198,159,34,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;*/
}
.f_contact .inner > div {
	z-index: 2;
}
.f_contact .inner > div p {
	font-weight: 400;
}
.f_contact ul {
	display:-ms-flexbox;
	display:-webkit-box;
	display:flex;
	-ms-flex-pack: end;
	-webkit-box-pack: end;
	justify-content: flex-end;
	z-index: 2;
}
.f_contact ul li {
	text-align: center;
}
.f_contact ul li:first-of-type {
	margin-right: 50px;
}
.f_contact ul li h3 {
	font-family: 'Noto Sans Japanese',sans-serif;
	font-size: 1.6rem;
	color: #fff;
	background: transparent;
    -webkit-text-fill-color: inherit;
	margin-bottom: 0;
}
.f_contact ul li:last-of-type .btn a {
	/*-ms-flex-flow: column;
	-webkit-flex-flow: column;
	flex-flow: column;*/
	font-size: 2.0rem !important;
	/*line-height: 1.5;*/
}
.f_contact ul li:last-of-type .btn a i {
	display: inline;
	font-size: 2.4rem;
	margin-right: .5em;
}
.f_contact ul li:last-of-type .btn a span {
	display: inline;
	width: inherit;
}
.f_contact ul li:last-of-type .phone_txt {
	font-size: 1.2rem;
}

/* company
------------------------------------------ */
.company .main_image {
	background-image: url("../img/bk_company.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.arc_list {
	display:-ms-flexbox;
	display:-webkit-box;
	display:flex;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.arc_list li {
	width: 47%;
	margin: 0 3px 50px 0;
}
.arc_list li:nth-child(2n) {
	margin-right: 0;
}
.arc_list li figure {
	position: relative;
}
.arc_list li figure::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0,0,0,.3);
    z-index: 1;
	top: 0;
	left: 0;
}
.arc_list li figure::after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 40px;
	height: 40px;
	background: url("../img/arrow.png") #004098;
	background-size: 30%;
	background-position: center;
	background-repeat: no-repeat;
	z-index: 1;
}
.company .arc_list li,
.contact .arc_list li {
	width: 30%;
	margin-bottom: 0;
	margin-right: 3px;
}
.arc_list li a  {
	transition: all .3s;
}
.arc_list li a:hover figure::before {
	content: none;
}
.arc_list li h3 {
	margin: 0;
	-ms-flex-pack: start;
	-webkit-box-pack: start;
	justify-content: flex-start;
}

/* about
------------------------------------------ */
.company .h4_block .two_column > figure {
	width: 27%;
}
.company .h4_block .two_column > div {
	width: calc(73% - 50px);
}
.pre_name {
	margin-top: 50px;
	text-align: right;
}
.pre_name img {
	display: inline;
}

/* out
------------------------------------------ */
.company .out_name {
	margin-top: 1em;
}

/* strength
------------------------------------------ */
.strength .main_image {
	background-image: url("../img/bk_strength.jpg");
}
.strength article section:nth-child(even) {
	background: #f5f5f5;
}
.strength article section:nth-child(even) .h4_block {
	background: none;
}
.str_ttl {
	font-size: 2.8rem;
}
.strength h3 {
	display:-ms-flexbox;
	display:-webkit-box;
	display:flex;
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
}
.strength h3 .str_num {
	text-align: center;
	font-family: 'Noto Serif Japanese',serif;
	width: 100px;
	height: 100px;
	background: #fff;
	border: 1px solid #004098;
	border-radius: 50%;
	margin-right: 1em;
	-webkit-text-fill-color: initial;
	line-height: 1.8;
}
.strength h3 .str_num > span {
	
	font-size: 1.4rem;
	
}
.strength h3 .str_num span.num {
	display: block;
	font-size: 4.0rem;
	font-family: Garamond,'Noto Serif Japanese',serif;
	line-height: 0.8;
}

.strength .two_column > div {
	width: 50%;
	margin-right: 50px;
}

/* access
------------------------------------------ */
.gmap iframe {
	width: 100%;
	height: 450px;
}
.gmap + p,
.access_list li {
	background: #fff;
}
.gmap + p {
	margin-bottom: 50px;
}
.access_list li {
	margin-bottom: 50px;
}

/* network
------------------------------------------ */
.network .main_image {
	background-image: url("../img/bk_network.jpg");
}
.wpgmza_map {
	width: 1200px;
    height: 700px;
}
.wpgmza_map canvas {
	width: 100%;
    height: 100%;
}
.network .map,
.network h3 + figure {
	margin-bottom: 70px;
}
.wpgmza_map, #wpgmza_map {
	
		    margin-bottom: 70px;
	}
.net_list {
	display:-ms-flexbox;
	display:-webkit-box;
	display:flex;
	-ms-flex-pack: start;
	-webkit-box-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.net_list li {
	width: 49.5%;
	margin-right: 1%;
	padding: 1em;
	transition: all .3s;
}
.net_list li:nth-child(even) {
	margin-right: 0;
}
.net_list li:hover {
	background: #004098!important;
}
.net_list li:hover h5{
	color: #fff!important;
}
 
.net_list li:nth-of-type(3),
.net_list li:nth-of-type(4n),
.net_list li:nth-of-type(7),
.net_list li:nth-of-type(11),
.net_list li:nth-of-type(15),
.net_list li:nth-of-type(19),
.net_list li:nth-of-type(23) {
	/*counter-reset: number 0;
	counter-increment: number 1;
	counter(number) " ";*/
	background: #f5f5f5;
}
.net_list li h5 {
	margin-bottom: 0;
}

/* message
------------------------------------------ */
.message .main_image {
	background-image: url("../img/bk_message.jpg");
}
.message .inner > p,
.achievement .inner > p {
	background: #fff;
}
.mes_block {
	margin-top: 50px;
	padding: 50px;
	background: #fff;
	border: 1px solid #00347b;
}
.mes_block > div {
	background: #f5f5f5;
	padding: 1em;
	display:-ms-flexbox;
	display:-webkit-box;
	display:flex;
	-ms-flex-pack: start;
	-webkit-box-pack: start;
	justify-content: flex-start;
	margin-bottom: 1em;
}
.mes_block > div h3 {
	font-size: 1.6rem;
	color: #004098;
	margin: 0 50px 0 0;
	font-family: 'Noto Sans Japanese',sans-serif;
	display: block;
}
.mes_block > div h3 .ctg {
	display: inline-block;
	width: 120px;
	height: 35px;
	background: #00347b;
	padding: .7em 1em;
	font-size: 1.4rem;
	color: #fff;
	-webkit-text-fill-color: initial;
	margin-right: 1em;
	text-align: center;
    line-height: 1.2;
}

/* achievement
------------------------------------------ */
.achievement .main_image {
	background-image: url("../img/bk_achievement.jpg");
}
.achievement figure {
	margin-top: 1em;
	border: 1px solid #ccc;
}
.achievement .mes_block > div {
	background: transparent;
	padding: 0;
	-ms-flex-flow: wrap;
	-webkit-flexflow: wrap;
	flex-flow: wrap;
}
.achievement .mes_block > div .ctg {
	display: inline-block;
	height: 35px;
	background: #00347b;
	padding: .7em 2em;
	font-size: 1.4rem;
	color: #fff;
	margin-right: 1em;
	text-align: center;
    line-height: 1.2;
	width: inherit;
}
.achievement .mes_block h3 {
	font-family: 'Noto Sans Japanese',sans-serif;
	font-size: 2.0rem;
	color: #333;
	text-align: left;
	margin: 0;
	background: initial;
    -webkit-text-fill-color: initial;
	-ms-flex-pack: start;
	-webkit-box-pack: start;
	justify-content: flex-start;
}
.achievement .mes_block .worker {
	margin-top: 30px;
	font-weight: 600;
	font-size: 1.4rem;
	color: #00347b;
}

/* hunter
------------------------------------------ */
.headhunter .main_image {
	background-image: url("../img/bk_hunter.jpg");
}
.hunter_list {
	display:-ms-flexbox;
	display:-webkit-box;
	display:flex;
	-ms-flex-pack: start;
	-webkit-box-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.hunter_list li {
	/*width: 23%;
    margin-right: 2%;*/
	width: 31.3%;
    margin-right: 2%;
    margin-bottom: 30px;
    background: #fff;
    border: 1px solid #004098;
    padding: 1.5em 2em;
	position: relative;
	transition: all .3s;
}
.hunter_list li:hover {
	background: #004098;
	color: #fff;
}
/* 13件目以降は最初から非表示 */
.hunter_list li:nth-child(n+13) {
  opacity: 0;
  transform: translateY(20px);
  pointer-events: none;
}

/* 表示されたときだけアニメーション */
.hunter_list li {
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.hunter_list li.is-show {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.hunter_list li:hover h3 span,
.hunter_list li:hover h3 {
	color: #fff;
}
.hunter_list li::after {
	content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background: url(../img/arrow.png) #004098;
    background-size: 30%;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
}
.hunter_list li:nth-of-type(3n) {
	margin-right: 0;
}
/*.hunter_list li:last-of-type,
.hunter_list li:nth-last-of-type(2),
.hunter_list li:nth-last-of-type(3) {
	margin-bottom: 0;
}*/
/*.hunter_list li figure {
	position: relative;
	margin-bottom: 1em;
}
.hunter_list li figure::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0,0,0,.2);
    z-index: 1;
    top: 0;
    left: 0;
}
.hunter_list li figure::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background: url(../img/arrow.png) #004098;
    background-size: 30%;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
}*/
.hunter_list li h3 {
	-ms-flex-flow: column;
	-webkit-flex-flow: column;
	flex-flow: column;
	-ms-flex-align: flex-start;
	-webkit-box-align: flex-start;
	align-items: flex-start;
	margin: 0;
	line-height: 1.3;
}
.hunter_list li h3 span {
	display: block;
	font-family: 'Noto Sans Japanese',sans-serif;
	font-size: 1.8rem;
	color: #333;
	background: initial;
	-webkit-text-fill-color: initial;
}

/* hunter single
------------------------------------------ */
.headhunter .two_column figure {
	width: 32%;
	margin-left: 50px;
	border: 1px solid #aaa;
}
.headhunter .two_column > div {
	width: calc(68% - 50px);
	background: #fff;
}
.hunter_name {
	display:-ms-flexbox;
	display:-webkit-box;
	display:flex;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	justify-content: space-between;
	margin-bottom: 30px;
}
.hunter_name > div {
	background-image: url("../img/bk_hunter_ttl.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: calc(100% - 200px);

}
.hunter_name .hunter_ttl {
	width: 230px;
    height: 230px;
	display:-ms-flexbox;
	display:-webkit-box;
	display:flex;
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-flow: column;
	-webkit-flex-flow: column;
	flex-flow: column;
	background: #004098;
	padding: 50px 0;
}
.hunter_name .hunter_ttl h3 {
	font-size: 2.6rem;
	color: #fff;
	margin: 0 0 .3em 0;
	display: block;
	background: initial;
	-webkit-text-fill-color: initial;
	text-align: center;
	line-height: 1.3;
}
.hunter_name .hunter_ttl h3 span {
	font-size: 2.0rem;
	display: block;
}
.hunter_name .hunter_ttl h4 {
	color: #fff;
	font-weight: 600;
	font-size: 1.3rem!important;
	font-family: 'Noto Sans Japanese',sans-serif;
	margin-bottom: 0;
}

/* service
------------------------------------------ */
.service .main_image {
	background-image: url("../img/bk_service.jpg");
}
.service .two_column {
	background: #fff;
}
.service .two_column div {
	width: 50%;
	margin-right: 50px;
}
.service .two_column div {
	width: 50%;
}
.service h3 {
	text-align: center;
    line-height: 1.5;
}
.service_list li {
	margin-bottom: 50px;
}
.service_list li h4 {
	background: #004098;
	color: #fff;
	padding: 1em;
}
.font14 {
	font-size: 1.4rem;
}
.service thead th:first-of-type,
.service tbody th {
	width: 20%;
    display: inline-block;
}
.service thead th:nth-of-type(2),
.service thead th:last-of-type,
.service tbody td {
	width: 40%;
	display: inline-block;
}
.service_img_list {
	margin-top: 50px;
}
.service_img_list li:first-child {
	margin-right: 50px;
	width: 40%;
}
/*.service_img_list li */h5 {
	font-size: 1.8rem;
	color: #004098;
	position: relative;
	padding-left: 1.5em;
	margin-bottom: 1em;
}
/*.service_img_list li */h5::before {
	content: "-";
	position: absolute;
	top: 0;
	left: 1em;
}
/*.service_img_list li:first-child img {
	border: 5px solid #ccc;
}*/
.service_img_list li:last-child {
	width: calc(60% - 50px);
}
/*
.service_img_list li:last-child img {
	border: 5px solid #005bac;
}
*/
.service_flow_list {
	margin-top: 50px;
	counter-reset: number 0;
}
.service_flow_list li {
	margin-bottom: 120px;
	position: relative;
}
.service_flow_list li:last-child::after {
	content: none;
}
.service_flow_list li::after {
	position: absolute;
	content: "";
	background-image: url("../img/arrow_ser.png");
	background-size: 90%;
	background-position: center;
	background-repeat: no-repeat;
	width: 30px;
	height: 15px;
	bottom: -50px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateY(-50%);

}
.service_flow_list li h4:before {
  counter-increment: number 1;      /* number カウンタの増加数をセット */
  content: "0"counter(number) ". ";      /* 表示形式を指定 */
}
.btn_list {
	display:-ms-flexbox;
	display:-webkit-box;
	display:flex;
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	justify-content: center;
}
.btn_list li:first-child {
	margin-right: 60px;
}
.btn_list li .btn {
	width: 250px;
	height: 60px;
	margin: 0;
}
.btn_list li .btn a {
	font-family: 'Noto Sans Japanese',sans-serif;
	font-size: 1.6rem;
}

/* recruit
------------------------------------------ */
.recruit .main_image {
	background-image: url("../img/bk_recruit.jpg");
}
.recruit h3 + p {
	background: #fff;
	margin-bottom: 1em;
}

/* news
------------------------------------------ */
.news .main_image {
	background-image: url("../img/bk_news.jpg");
}
.topics_list {
	background: #fff;
}
.topics_list li {
	padding: 1em 0;
	border-bottom: 1px solid #ccc;
}
.topics_list li:first-child {
	padding-top: 0;
}
.topics_list time {
	/*display: block;*/
	/*font-family: oswald,'Noto Sans Japanese',sans-serif;*/
	font-weight: 500;
	font-size: 2.0rem;
	color: #0066c0;
}
.topics_list a {
	transition: all .3s;
	display: block;
}
.topics_list a:hover {
	color: #0066c0;
}
.ctg {
    display: inline-block;
	width: 130px;
    height: 35px;
    background: #00347b;
    padding: .7em 2em;
    font-size: 1.4rem;
    color: #fff;
    margin: 0 1em 1em;
    text-align: center;
    line-height: 1.2;
}

/* contact
------------------------------------------ */
.contact .main_image {
	background-image: url("../img/bk_contact.jpg");
}
.contact form p {
	margin-bottom: 2em;
}
.contact table + p,
.contact tr p {
    margin-bottom: 0;
}

.contact form table {
	margin-bottom: 1em;
}

.contact form .btn {
	position: relative;
}
.contact form .btn::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 30px;
    height: 1px;
    border-top: 1px dashed #c8a636;
}
.contact form .btn input {
    color: #fff;
    background: #004098;
    display: block;
    /* padding: .7em 1em; */
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    border: 1px solid #004098;
    transition: all .3s;
    width: 100%;
    height: 100%;
	cursor: pointer;
    font-family: 'Noto Sans Japanese',sans-serif;
    position: relative;
    transition: all .3s;
}

.contact form .btn input:hover {
    background: #fff;
    color: #1e4b90;
}
.contact select {
    font-family: 'Noto Sans Japanese','ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN','メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    padding: .3em .2em;
}
.contact .submit {
    margin: 60px 0 0 0;
    text-align: center;
}
.contact .submit .contact_btn {
    padding: 1em .3em;
    width: 20%;
}
.contact input {
    padding: .5em;
    width: 100%;
    
}
.contact input[type="radio"] {
    width: unset;
    margin-right: .3em;
    /*display: inline-block;*/
}
@media all and (-ms-high-contrast:none) {
    input[type="radio"] {
        width: auto;
    }
}
.contact input[name="tel[data][0]"],
.contact input[name="tel[data][1]"],
.contact input[name="tel[data][2]"],
.contact input[name="zip[data][0]"],
.contact input[name="zip[data][1]"],
.contact input[name="fax[data][0]"],
.contact input[name="fax[data][1]"],
.contact input[name="fax[data][2]"] {
    width: 5em;
}
.contact input[type="file"] {
    width: 90%;
}
.contact input[type="checkbox"] {
	width: auto;
}
.contact textarea {
    width: 100%;
     -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.small {
    padding: .2em 1.5em;
    background: #004098;
    margin-left: .5em;
    color: #fff;
    font-size: 1.4rem;
    display: inline-block;
}

/* policy
------------------------------------------ */
.policy .main_image,
.notfound .main_image {
	background-image: url("../img/bk_policy.jpg");
}
.policy .h4_block h5 {
	margin-top: 2em;
}
