@charset "utf-8";

/*
Theme Name:ogawa-ss
Description: 小川製作所
Version: 1.0
*/

/* font
------------------------------------------ */
@font-face {
    font-family: "Lato";
    src: url(../font/Lato-Bold.eot) format("eot"), url(../font/Lato-Bold.woff) format("woff");
    font-weight: 500;
}
@font-face {
    font-family: "Lato";
    src: url(../font/Lato-Black.eot) format("eot"), url(../font/Lato-Black.woff) format("woff");
    font-weight: 600;
}

/* General Settings
------------------------------------------ */
* {
    box-sizing: border-box;
}
html {
    font-size: 62.5%;
	position: relative;
}
html::before,
body::before,
body::after {
	content: "";
	height: 100%;
	width: 1px;
	position: absolute;
	display: block;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	background: #efefef;
	z-index: -2;
}
html::before {
	left: 50%;
	transform: translateX(-50%);
}
body {
    color: #000;
    background: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 2.0;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo",sans-serif;
	
    margin: 0;
    padding: 0;
    position: relative;
}
body::before {
	left: 20%;
}
body::after {
	left: 80%;
}
h1,h2,h3,h4,h5,h6 {
    font-weight: 400;
    font-size: 1.8rem;
    margin: 0;
	font-family: 'Noto Sans Japanese','ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN','メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
h4 {
    font-weight: 600;
    font-size: 2.0rem;
    color: #1e4b90;
    position: relative;
    padding-left: .5em;
    margin-bottom: .5em;
}
h5 {
    font-weight: 600;
    font-size: 1.8rem;
}
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: #000;
    text-decoration: none;
}
figure {
	margin: 0;
}
 
/* content general
------------------------------------------ */
section {
    padding: 150px 0;
}
section > .inner {
    max-width: 1800px;
    width: 90%;
    margin: 0 auto;
}
.lato {
	font-family: Lato,'Noto Sans Japanese','ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN','メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.company article section:nth-child(odd) {
    background: none;
}
.company article section:nth-child(even) {
    background-color: #eaeff9;
}
.company article section.page_link {
    background: none;
}
article section.no_bk_color {
    background: none;
}
.btn {
    margin: 5em auto 0;
    text-align: center;
    font-weight: 500;
	font-size: 1.6rem;
    color: #fff;
	letter-spacing: .1em;
    display: inline-block;
    display:-ms-flexbox;
    display:-webkit-box;
    display:flex;
    justify-content: center;
    width: 360px;
	font-family: 'Noto Sans Japanese','ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN','メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.btn a {
    color: #fff;
    background: #003077;
    display: block;
    padding: .7em 3em;
    border: 1px solid #003077;
    position: relative;
    transition: all .3s;
    width: 100%;
    border-bottom: none;
}
@media all and (-ms-high-contrast:none) {
    .btn a {
        padding: .7em  1.8em .5em 1.8em !important
    }
}
.btn a:hover {
    color: #003077;
    background: #fff;
    border: 1px solid #003077;
    
}
.btn a::after {
    position: absolute;
    top: 50%;
	transition: translatex(-50%);
    width: 20px;
    height: 2px;
    right: 1em;
    content: ""; 
	background: #fff;
}
.btn a:hover::after {
    background: #003077;
}
.btn.reverse {
    margin-top: 2em;
}
.btn.reverse a::after {
    right: inherit;
    left: 0;
    transform: scale(-1, 1);
}
.btn.reverse a:hover::after {
    background-image: url(../img/arrow_nr.png);
}

.break {
    display: block;
}
p a {
    text-decoration: underline;
}
.break {
    display: none;
}

.content_title {
    margin-top: 70px;
    height: 260px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.message .content_title {
    background-image: url(img/bk_message.jpg);
}
.content_title::before {
    content: '';
    background: rgba(0,0,0,.15);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.content_title .inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 2;
    text-align: center;
}
.content_title h2 {
    font-family: roboto,'Noto Sans Japanese','ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN','メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-weight: 500;
    font-size: 4.0rem;
    color: #fff;
    line-height: 1.2;
    letter-spacing: .7rem;
    position: relative;
}
.content_title h2::before {
    background-image: url(img/line.png);
    content: "";
    position: absolute;
    bottom: 0;
    left: -1.5em;
    width: 86px;
    height: 86px;
    display: block;
}
.content_title span {
    font-weight: 600;
    font-size: 1.4rem;
    color: #fff;
    letter-spacing: .3rem;
}
.breadcrumbs {
    margin: 1em 0 0 0;
    padding: 0;
    background: #fff!important;
}
.breadcrumbs ul {
    display:-ms-flexbox;
    display:-webkit-box; display:flex;
    -ms-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
}
.breadcrumbs ul li {
    font-size: 1.4rem;
}
.breadcrumbs + article {
    margin: 150px 0;
    margin-bottom: 0;
}
.breadcrumbs + article > section:first-child {
    padding-top: 0;
}
.page_link {
    padding-bottom: 0;
    background: #fff;
}
.page_link ul {
    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;
    width: 100%;
}
.page_link ul li {
    width: 22%;
    margin: 0 4% 1.5em 0;
    background: #1e4b90;
    position: relative;
    text-align: center;
    border: 1px solid #1e4b90;
    transition: all .3s;
}
.page_link ul li:nth-child(4n) {
    margin-right: 0;
}
.page_link ul li::after {
    content: "\f078";
    font-family: 'Font Awesome 5 Free','fontawesome';
    position: absolute;
    right: 1em;
    top: 1.5rem;
    text-align: center;
    font-weight: 600;
    font-size: 1.2rem;
    color: #fff;
}
.page_link ul li:hover::after {
    color: #1e4b90;
}
.page_link ul li a {
    display: block;
    color: #fff;
    padding: .8em 2em;
}
.page_link ul li:hover {
    background: #fff;
    opacity: 1;
}
.page_link ul li:hover a {
    color: #13145c;
}
.title_box {
    margin-bottom: 50px;
}
h3 {
    font-weight: 600;
    font-size: 3.0rem;
    text-align: center;
    margin-bottom: 1em;
}
.top h3 {
    font-size: 3.6rem;
        margin-bottom: 0;
    text-align: inherit;
}
.top section {
	padding-top: 0;
}
.sub_title {
    font-weight: 600;
    font-size: 1.8rem;
	color: #646464;
	display: block;
    letter-spacing: .1rem;
    margin-top: 1em;
}
section .inner .align-right {
    text-align: right;
}
.inner p {
    margin: 0;
}

.inner iframe {
    width: 100%;
    height: 500px;
}
.edit ul li::before {
    content: "ー";
    color: #f1a632;
    margin-right: .2em;
}
.img_wrap img {
    margin: 0 auto;
}
.title_left .title_box {
    text-align: left;
}
.title_left h3 .main_title {
    position: absolute;
    bottom: 0;
    right: 0;
}
.title_left h3 .sub_title {
    position: relative;
}
.two_reverse {
    flex-flow: row-reverse;
}
.two_reverse .img_wrap::after {
    left: unset;
    right: 10px;
}
    
/* header
------------------------------------------ */
header {
    height: 120px;
    position: fixed;
    width: 100%;
    z-index: 4;
    z-index: 1001;
    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;
    transition: all .3s;
	padding-left: 2em;
	padding-right: 3em;
	top: 0;
}
header.scroll {
    background: #fff;
	height: 80px;
}
header:hover {
	background: #fff;
	color: #000;
}
header:hover a {
	color: #000;
}
header:hover nav > ul > li:last-child a {
	border-color: #000;
}
header h1 {
    font-weight: 600;
    font-size: 2.0rem;
    width: 20%;
	font-family: 'Noto Sans Japanese','ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN','メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
header h1 a {
    transition: all .2s;
	display:-ms-flexbox;
	display:-webkit-box;
	display:flex;
}
header h1 a:hover {
    color: #003077;
    
}
header h1 img {
    width: 93px;
	height: 60px;
}
header.scroll h1 img {
    width: 84px;
	height: 54px;
}
header h1 p {
	margin: 0;
	margin-left: .5em;
	font-size: 3.0rem;
	font-weight: 500;
	line-height: 1.3;
}
header.scroll h1 p {
	font-size: 2.4rem;
}
header h1 span {
	display: block;
	font-size: 1.6rem;
}
header.scroll h1 span {
	font-size: 1.4rem;
}
header nav {
    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;
    height: 100%;
}

header nav ul {
    display: flex;
    display:-webkit-flex;
    display:-ms-flexbox;
	-ms-flex-pack: end;
	-webkit-box-pack: end;
	justify-content: flex-end;
    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;
    height: 90px;
}

header nav ul li {
    font-family: 'Noto Sans Japanese','ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN','メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 1.6rem;
    font-weight: 500;
}
header nav ul li:first-child:hover i {
	transform: rotate(180deg);
	transition: all .3s;
}
header nav ul li:last-child {
	margin-right: 0;
	height: auto;
}
header nav > ul > li:last-child {
	margin-left: 1em;
}
header nav > ul > li:last-child:hover {
	border-color: #0c419a;
}
header.scroll nav > ul > li:last-child a {
    border: 2px solid #010101;
}
header nav > ul > li:last-child a:hover,
header.scroll nav > ul > li:last-child a:hover {
	border-color: #0c419a;
}
header nav > ul > li:last-child a {
	padding: 0 2em;
	height: 46px;
	border: 2px solid #fff;
}
header nav > ul > li:first-child i {
	margin-left: .5em;
}
header nav ul li a {
    transition: all .3s;
    position: relative;
    color: #fff;
}
header.scroll nav ul li a {
	color: #010101;
}

header nav > ul {
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
	height: 100%;
}
header nav > ul > li {
	height: 100%;
	
	
}
header nav > ul > li > a {
	display:-ms-flexbox;
	display:-webkit-box;
	display:flex;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	justify-content: center;
    width: 100%;
    height: 100%;
    padding: 0 1em;
}
header nav > ul > li > a:hover {
    color: #fff;
	background: #0c419a;
}
.drop_menu {
	display: none;
	width: 100%;
	padding: 70px 0;
	background: #fff;
	position: absolute;
	top: 120px;
	right: 0;
}
header.scroll .drop_menu {
	top: 80px;
}
.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;
	width: 300px;
}
.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;*/
	-ms-flex-pack: start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	padding-left: 4em;
	width: 864px;
}
.drop_menu .inner ul li {
	width: 30%;
	margin-right: 3%;
	position: relative;
	white-space: nowrap;
}
.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;
}

.drawer-hamburger {
    display: none;
}
.drawer-hamburger {
    width: 3rem;
    padding: 0;
    padding: 2.4rem 1.5rem;
}
.drawer-hamburger-icon, .drawer-hamburger-icon:after, .drawer-hamburger-icon:before {
    background-color: #333;
}
.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: rgba(12,65,154,.9);
    color: #fff;
    overflow: auto; /*ドロワースクロール不具合修正用*/
    overflow: scroll;
    right: 0;
    left: auto;
    width: 100%;
}
.drawer--top .drawer-nav > ul {
    width: 90%;
	margin-top: 50px;
	margin: 50px auto 0;
	overflow: auto;
}
.drawer-hamburger-icon,
.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
    background-color: #000;
}
.drawer-open .drawer-hamburger-icon:after,
.drawer-open .drawer-hamburger-icon:before {
    background-color: #fff;
}
.drawer--top .drawer-nav > ul > li > a {
    border-bottom: 1px dotted #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 dotted #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 ul li:nth-child(2) a::after {
	content: "\f0fe";
	cursor: pointer;
}
.drawer--top .drawer-nav ul li:nth-child(2) a.minus::after {
	content: "\f146";
}
.drawer--top .drawer-nav ul li:nth-child(2) > ul {
	display: none;
}
.drawer--top .drawer-nav  ul li:nth-child(2) > ul.is-active {
	display: block;
}

.drawer--top .drawer-nav ul li:nth-child(2) > ul  a::after {
	content: "\f054";
}
.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 {
    border-bottom: 1px dotted #fff;
    padding-left: 3em;
}
.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);
}

/* footer
------------------------------------------ */
footer {
    background: #f4f4f4;
    color: #010101;
	font-family: 'Noto Sans Japanese','ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN','メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
footer .footer_inner {
	max-width: 1600px;
    width: 95%;
	margin: 0 auto;
    display:-ms-flexbox;
	display:-webkit-box;
	display:flex;
    -ms-flex-pack: start;
	-webkit-box-pack: start;
	justify-content: flex-start;
    padding: 100px 0;
}
footer .footer_inner div:first-child {
	width: 30%;
	padding-right: 1em;
	border-right: 1px solid #d4d4d4;
}
footer h2 {
    font-weight: 500;
    font-size: 2.4rem;
	display:-ms-flexbox;
	display:-webkit-box;
	display:flex;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
}
footer h2 img {
	margin-right: 1em;
}
footer h2 + p {
	font-weight: 500;
    font-size: 1.4rem;
}
footer nav {
	width: 70%;
	padding-left: 4em;
	margin-top: 1em;
}
footer nav ul {
	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;

}
footer nav ul li {
    margin-right: 2em;
	font-weight: 500;
    font-size: 1.6rem;
}
footer nav ul li:last-child {
    margin-right: 0;
}

footer nav ul li a {
    display:-ms-flexbox;
    display:-webkit-box;
    display:flex;
   -ms-flex-pack: start;
-webkit-box-pack: start;
justify-content: flex-start;
}

footer nav ul li a:hover {
	color: #003077;
}

footer nav + ul li a:hover img {
    opacity: .7;
}
footer nav ul li h4 {
    display: inline-block;
    width: 60%;
    color: #fff;
        font-weight: 400;
    font-size: 1.8rem;
    padding-left: 0;
}
footer nav ul li h4::before {
    content: "-";
    padding-right: 1em;
    background: transparent;
    position: inherit;
    top: inherit;
}
footer nav ul li .sub_title {
    font-family: Rajdhani,sans-serif;
    font-weight: 600;
    font-size: 2.2rem;
    width: 40%;
    color: #fff;
}
.copy {
    font-size: 1.4rem;
    text-align: right;
    padding: 1em 0;
	font-weight: 500;
    background: #fff;
    color: #646464;
}
.copy p {
	max-width: 1800px;
	width: 90%;
	margin: 0 auto;
}
.pagetop {
	display: none;
    position: fixed;
    right: 0;
	width: 60px;
	height: 60px;
	background: #154489;
    z-index: 3;
	background-image: url("../img/arrow.svg");
	background-repeat: no-repeat;
	background-position: 65% center;
	background-size: 40px 40px;
	opacity: .8;
}
.pagetop:hover {
	opacity: 1;
}

/* top general
------------------------------------------ */
.top .title_box {
    text-align: center;
}
.top h2 {
	font-size: 4.8rem;
	font-weight: 600;
	line-height: 1;
	letter-spacing: .05em;
}
.top .btn {
	-ms-flex-pack: start;
	-webkit-box-pack: start;
	justify-content: flex-start;
	margin-top: 3em;
    margin-right: 0
}

/* main image
------------------------------------------ */
.top .main_image {
	height: 100vh;
    overflow: hidden;
    position: relative;
}
.main_image .catch {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
     -webkit- transform: translateY(-50%) translateX(-50%);
    z-index: 4;
    color: #fff;
    text-align: center;
}
.top .main_image .catch {
    width: calc(100% - 4em);
    top: inherit;
    bottom: 1.5em;
    left: 5em;
    text-align: inherit;
    transform: unset;
	letter-spacing: .25em;
}
@media all and (-ms-high-contrast:none) {
    .top .main_image .catch {
        width: 90%;
        transform: none;
    }
}
.main_image .catch h2 {
    font-weight: 600;    
    font-size: 3.6rem;
	line-height: 1.1;
	padding-bottom: .1em;
}
.top .main_image .catch h2 {
    font-size: 8.0rem;
	font-family: 'Noto Serif Japanese',游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,serif;
	border-bottom: 6px solid #fff;
	display: inline;
}
.top .main_image .catch h3 {
	font-size: 4.0rem;
	letter-spacing: 0;
	margin-top: 1em;
}
.main_image .catch p {
    font-weight: 500;
    font-size: 2.4rem;
	font-family: 'Noto Sans Japanese','ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN','メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.top .main_image .catch span {
    font-size: 3.2rem;
}
.main_image > ul {
    height: 950px;
	width: 80%;
    margin: 0;
	float: right;
	position: relative;
	z-index: 1;
}
.top .main_image > ul::before {
	content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: linear-gradient(rgba(0, 0, 0, .1),rgba(0, 0, 0, 0));
}
.main_image > ul .slick-track li {
    list-style-type: none;
    background-position: center;
    background-size: cover;
	height: 100vh;
}
.slick-track {
    height: 100vh;
    overflow: hidden;
    display: flex;
}
.slick-list {
    overflow: hidden;
}
.scroll_down {
	position: absolute;
	bottom: 150px;
	right: 2em;
	font-size: 1.4rem;
	font-weight: 600;
	-ms-writing-mode: tb-rl;
  	writing-mode: vertical-rl;
	z-index: 4;
	letter-spacing: .2em;
	font-family: 'Noto Sans Japanese','ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN','メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.scroll_down a {
	color: #fff;
	text-decoration: none;
}
.scroll_down a {
	position: relative;
}
.scroll_down a::before {
	content: "";
	position: absolute;
	top: 0;
	left: -.5em;
	display: block;
	width: 5px;
    height: 150px;
    border-bottom: 2px solid #fff;
    border-left: 1px solid #fff;
    transform: skewY(-60deg);
	transition: all .3s;
}
.scroll_down a:hover::before {
	height: 165px;
}

/* top about
------------------------------------------ */
.top .top_about {
	position: relative;
	padding-top: 180px;
}
.top_about::after {
	content: "";
    position: absolute;
	display: block;
	top: -500px;
	left: 0;
    width: 80%;
    height: 100vh;
	background-color: none;
    background: linear-gradient(135deg, #19499d, #99ddff);
    z-index: -2;
}
.top_about .inner {
	background: #fff;
	max-width: 1400px;
	width: 80%;
	padding: 120px 200px;
	text-align: center;
	box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .2);
}
.top_about h2 {
	font-size: 4.4rem;
	color: #010101;
	margin-bottom: 1.5em;
}
.top_about h3 {
	font-size: 3.2rem;
	color: #003077;
	margin-bottom: 2em;
}
.top_about p {
	text-align: left;
	line-height: 2.2;
}

/* top products
------------------------------------------ */
.top_products {
	position: relative;
	padding-top: 0 !important;
	padding-bottom: 140px;
}
.top_products::before {
	content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: #154489;
    width: 30px;
    height: 90px;
}
.top_products::after {
	content: "";
    position: absolute;
	display: block;
	top: -300px;
	right: 0;
    width: 80%;
    height: 100vh;
	background-color: none;
    background: #eaf3f8;
    z-index: -2;
}
.top_products .inner {
	width: 90%;
}
.top_products .title_box,
.top_recruit .title_box,
.top_news .title_box {
	text-align: left;
}
.top_products .pro_list {
	display:-ms-flexbox;
	display:-webkit-box;
	display:flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.top_products .pro_list li {
    width: 33.333%;
    margin: 0;
	position: relative;
	background-size: 100%;
	transition: all .3s;
	background-position: center;
	overflow: hidden;
}

.top_products .pro_list li::before {
	content: "";
    display: block;
    padding-top: 100%;
}
.top_products .pro_list li a {
	position: absolute;
	bottom: 0;
    left: 0;
	width: 100%;
	height: 100%;
}
.top_products .pro_list li:hover {
	background-size: 110%;
}
.top_products .pro_list li a img {
    transition: all .3s;
}
.top_products .pro_list li a:hover img {
    opacity: .7;
}
.top_products .pro_list li dl {
	left: 3em;
	bottom: 1.5em;
	position: absolute;
	font-weight: 600;
	margin: 0;
	line-height: 1.0;
}
.top_products .pro_list li dt {
	color: #fff;
	margin-bottom: 0;
	padding-left: 0;
	font-size: 3.0rem;
	line-height: 1.5;
	font-family: 'Noto Sans Japanese','ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN','メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	position: relative;
}
.top_products .pro_list li dt::after {
    content: "";
	display: block;
	position: absolute;
	background: #fff;
	height: 2px;
	width: 35px;
	top: 50%;
	transform: translateY(-50%);
	left: -2em;
}
.top_products .pro_list li dd {
	color: #fff;
	font-size: 2.0rem;
	letter-spacing: .1em;
	display: block;
	margin-left: 0;
}

/* top 3contents
------------------------------------------ */
.threecontents {
	padding-top: 0;
}
.threecontents .inner {
	display:-ms-flexbox;
	display:-webkit-box;
	display:flex;
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	justify-content: center;
	width: 1400px;
	max-width: 90%;
}
.threecontents .inner > div {
	color: #fff;
}

.threecontents .inner > div:first-of-type {
	margin-right: 2%;
	width: 49%;
	background: url("../img/top_business.jpg");
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.threecontents .inner > div:last-of-type {
	width: 49%;
	background: url("../img/top_company.jpg");
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.threecontents .inner > div::after {
	content: "";
    position: absolute;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.3);
    z-index: 1;
	transition: all .3s;
	cursor: pointer;
}
.threecontents .inner > div::after {
	content: "";
    position: absolute;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.3);
    z-index: 1;
	transition: all .3s;
	cursor: pointer;
}
.threecontents .inner > div:hover::after {
	background: rgba(0,0,0,0.1);
}
.threecontents .inner > div::before {
	content: "";
    display: block;
    padding-top: 100%;
}
.threecontents .inner > div a {
	position: absolute;
	bottom: 0;
    left: 0;
	width: 100%;
	height: 100%;	
}
.threecontents a {
	position: relative;
}
.threecontents .title_box {
	position: absolute;
	top: 45%;
	left: 50%;
	margin: 0;
	width: 100%;
	-webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
	z-index: 3;
}
.threecontents a {
	position: relative;
}
.threecontents .title_box {
	position: absolute;
	top: 45%;
	left: 50%;
	margin: 0;
	width: 100%;
	-webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
	z-index: 3;
}
.threecontents .title_box h2,
.threecontents .title_box span {
	color: #fff;
	letter-spacing: .1em;
}
.threecontents .title_box h2 {
	line-height: 1.3;
}
.threecontents .title_box span {
	position: relative;
	display: block;
	margin-top: .5em;
}
.threecontents .title_box span::before {
	content: "";
	background: #fff;
	width: 2px;
	height: 24px;
	display: block;
	bottom: -3.5em;
	left: 50%;
	position: absolute;
	margin-bottom: 1em;
}
.threecontents .title_box span::after {
	content: "READ MORE";
    color: #fff;
    font-size: 1.6rem;
    position: absolute;
    bottom: -5em;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 300px;
}
.threecontents .inner > div span::before {
	bottom: -7em;
	height: 35px;
}
.threecontents .inner > div span::after {
	bottom: -12em;
}


/* top recruit
------------------------------------------ */
.top_recruit {
	padding-top: 0;
	position: relative;
}
.top_recruit::after {
	content: "";
	background-image: url("../img/top_rec_bk.jpg");
	display: block;
	width: 100%;
	height: 52%;
	position: absolute;
	bottom: 3em;
	left: 0;
	z-index: -1;
	background-size: cover;
	margin-bottom: 150px;
}
.top_recruit ul {
	display:-ms-flexbox;
	display:-webkit-box;
	display:flex;
	-ms-flex-pack: end;
	-webkit-box-pack: end;
	justify-content: flex-end;
}
.top_recruit ul li {
	width: 30%;
	margin-right: 3%;
}
.top_recruit ul li:first-child {
	padding-top: 120px;
}
.top_recruit ul li:nth-child(2) {
	padding-top: 280px;
}
.top_recruit ul li:last-child {
	margin-right: 0;
}
.top_recruit ul + div {
	width: 50%;
	background: #fff;
	box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .2);
	position: absolute;
	bottom: 0;
	left: 5%;
	padding: 4em 3em;
}
.top_recruit .title_box {
	position: relative;
}
.top_recruit .title_box::before {
    content: "";
    position: absolute;
    left: -3em;
    top: 0;
    background: #154489;
    width: 30px;
    height: 90px;
}
.top_recruit p {
	padding-left: 1em;
}
	
/* top news
------------------------------------------ */
.top .top_news {
	background: #e5eaf0;
	padding: 100px 0;
	margin-top: 180px;
}
.top_news .inner {
    background: #fff;
    padding: 4em 5em;
	position: relative;
	width: 1400px;
	max-width: 90%;
}
.top_news .title_box {
	position: absolute;
	top: calc(-180px + 3em);
	left: 0;
	display:-ms-flexbox;
	display:-webkit-box;
	display:flex;
	-ms-flex-pack: start;
	-webkit-box-pack: start;
	justify-content: flex-start;
	-ms-flex-align: flex-end;
	-webkit-box-align: flex-end;
	align-items: flex-end;
}
.top_news .title_box h2 {
	margin-right: .5em;
}
.top_news .title_box span {
	color: #010101;
	display: inline-block;
    margin-left: 1em;
}
.top_news .btn {
    position: absolute;
    top: calc(-180px + 3em);
    right: 0;
    margin-top: 0;
    width: 200px;
}
.news_list {
    text-align: left;
}
.news_list time {
	margin-right: 1em;
}
.ctg {
    margin-right: .5em;
    font-weight: 600;
}
.ctg a {
	color: #686868;
}
.news_list li dl {
    display:-ms-flexbox;
    display:-webkit-box;
    display:flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
	margin: 0;
}
.news_list li dl dt {
	width: 260px;
	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;
	border-bottom: 1px solid #010101;
	padding: 1.5em 0;
}
.news_list li:first-child dl dt {
	border-top: 1px solid #010101;
}
.news_list li dl dd {
    width: calc(100% - 260px);
    margin-left: 0;
	border-bottom: 1px solid #d4d4d4;
	padding: 1.5em 0;
}
.news_list li:first-child dl dd {
	border-top: 1px solid #d4d4d4;
}
.news_list li a {
    transition: all .3s;
    display: block;
}
.news_list li a:hover {
    color: #003077;
}

/* --------------------------------------------------------- contents-common */
body {
    overflow-x: hidden;
}
figure {
    margin: 0;
}
.contents-outer {
    margin: 200px 0 150px 0;
}
.contents-inner80 {
    width: 80%;
    min-width: 1600px;
    margin: 0 auto;
}
.contents-inner {
    width: 60%;
    min-width: 1200px;
    margin: 0 auto;
}
.contents section {
    padding: 0;
}
.contents h2 {
    text-align: center;
    font-size: 4rem;
    letter-spacing: .1em;
    line-height: 1;
    font-weight: bold;
    color: #010101;
    margin-bottom: 80px;
}
.contents h2 span {
    display: block;
    font-size: 1.6rem;
    line-height: 1;
    font-family: 'Noto Sans JP', sans-serif;
    color: #646464;
    margin-top: 10px;
}
.contents h3 {
    text-align: left;
    margin-bottom: 0;
    color: #000000;
    line-height: 1;
    font-size: 2.4rem;
    padding-bottom: 15px;
    border-bottom: 2px solid #010101;
    margin-bottom: 50px;
    letter-spacing: .1em;
}
p.p-right {
    text-align: right;
}
.contents a:hover {
    opacity: 1;
    transition: all .3s;
}
table.contents-table {
    width: 100%;
}
table.contents-table tr {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin: 0;
}
table.contents-table th,
table.contents-table td {
    padding: 1.5em 1em 1.5em 0;
    text-align: left;
    font-weight: 400;
}
table.contents-table th {
    color: #010101;
    padding-left: 10px;
    font-weight: normal;
    border-bottom: 1px solid #646464;
    width: 360px;
    display: block;
}
table.contents-table tr:first-of-type th {
    border-top: 1px solid #646464;
}
table.contents-table td {
    padding-left: 10px;
    color: #010101;
    border-bottom: 1px solid #d4d4d4;
    width: calc(100% - 360px);
    display: block;
    /* width: 100%; */
}
table.contents-table tr:first-child td {
    border-top: 1px solid #d4d4d4;
}
.breadcrumb {
    background: #e4e4e4;
    padding: 13px 0;
}
.breadcrumb ol {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.breadcrumb li {
    font-size: 1.4rem;
    color: #010101;
    font-weight: 400;
}
.breadcrumb li:not(:last-of-type) {
    white-space: nowrap;
}
.breadcrumb li:after {
    content: ">";
    margin: 0 0.5em;
}
.breadcrumb li:last-of-type:after {
    content: "";
    margin: 0;
}
.breadcrumb li a {
    color: #154489;
}

/* --------------------------------------------------------- drop_menu */
nav.contents-nav .drop_menu {
    top: 80px;
}

/* --------------------------------------------------------- contents-header */
header.contents-header {
    height: 80px;
    background: #fff;
}
header.contents-header h1 img {
    width: 84px;
    height: 54px;
}
/* header.contents-header h1 p {
    font-size: 2.4rem;
} */
header.contents-header h1 p span {
    font-size: 1.4rem;
}
header.contents-header nav ul li a {
    color: #010101;
}
header.contents-header nav.contents-nav ul li:last-child {
    border: 2px solid #010101;
}
header.contents-header nav.contents-nav ul li .drop_menu ul li:last-child {
    border: none;
}
header.contents-header nav > ul > li:last-child a {
    border: none;
}
header.contents-header nav > ul > li:last-child:hover {
    background: #0c419a;
    border: 2px solid #0c419a;
}
header.scroll nav.contents-nav > ul > li:last-child a {
    padding-top: 0 !important;
    /* border: 2px solid #fff; */
}
header.contents-header:hover nav.contents-nav > ul > li:last-child a {
    /* border: 2px solid #0c419a; */
} 
header.contents-header nav > ul > li > a:hover {
    color: #fff;
    background: #0c419a;
    opacity: 1;
}

/* --------------------------------------------------------- subVisual */
#subVisual {
    padding-top: 80px;
}
#subVisual section {
    position: relative;
}
#subVisual section::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 80%;
    background: linear-gradient(135deg, #19499d, #99ddff);
    z-index: -1;
    top: 10%;
    left: 0;
}
#subVisual section img {
    margin-left: auto;
    width: 85%;
}
#subVisual section .page_title h2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-30%) translateX(-50%);
    color: #fff;
    font-size: 6rem;
    text-align: center;
    font-weight: bold;
    transition: .2s;
    margin: 0;
    width: 100%;
    letter-spacing: .05em;
    line-height: 1;
}
#subVisual section .page_title h2 span {
    display: block;
    font-size: 2rem;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: bold;
    margin-top: 25px;
    color: #fff;
}

/* --------------------------------------------------------- company_contents */
#company_contents {
    margin: 200px 0 100px 0;
}
#company_contents ul {
    margin: 0 auto;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#company_contents ul li {
    width: 30%;
    margin-right: 5%;
}
#company_contents ul li a figure {
    overflow: hidden;
}
#company_contents ul li a figure img {
    transition:.3s all;
}
#company_contents ul li a:hover figure img {
    transform:scale(1.1,1.1);
    transition:.3s all;
}
#company_contents ul li:nth-child(3n) {
    margin-right: 0;
    margin-bottom: 0;
}
#company_contents h4 {
    position: relative;
    margin-top: 20px;
    line-height: 1;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 2.4rem;
    letter-spacing: .05em;
    padding-left: 35px;
    color: #010101;
}
#company_contents h4 span {
    color: #010101;
}
#company_contents h4::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 2px;
    background-color: #154489;
    top: 11px;
    left: 0;
}
#company_contents h4 span {
    display: block;
    line-height: 1;
    margin-top: 10px;
    font-size: 1.6rem;
    letter-spacing: .05em;
}

/* --------------------------------------------------------- company_movie */
#company_movie {
    margin-bottom: 150px;
}
#company_movie h2 {
    margin-bottom: 80px;
}
#company_movie .movie {
    text-align: center;
}
#company_movie .movie iframe {
    width: 560px !important;
    height: 315px !important;
}

/* --------------------------------------------------------- company_pagelink */
#company_pagelink {
    margin: 200px 0 110px 0;
}
#company_pagelink ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    list-style: none;
    flex-flow: wrap;
}
#company_pagelink ul li {
    width: 30%;
}
#company_pagelink ul li a {
    color: #003077;
    background: #fff;
    display: block;
    padding: .7em 3em;
    border: 2px solid #003077;
    position: relative;
    transition: all .3s;
    width: 100%;
    text-align: center;
    letter-spacing: .1em;
}
#company_pagelink ul li a::after {
    position: absolute;
    top: 50%;
    transition: translatex(-50%);
    width: 20px;
    height: 2px;
    right: 1em;
    content: "";
    background: #003077;
}
#company_pagelink ul li a:hover {
    color: #fff;
    background: #003077;
    border: 1px solid #fff;
    border: 2px solid #003077;
}
#company_pagelink ul li a:hover:after {
    background: #fff;
}
#company_pagelink ul li a.active {
    color: #fff;
    background: #003077;
    border: 1px solid #fff;
}
#company_pagelink ul li a.active::after {
    background: #fff;
}

/* --------------------------------------------------------- company_greeting */
#company_greeting {
    margin-bottom: 150px;
}
#company_greeting p {
	margin: 0 0 2em 0;
    font-weight: 400;
}
#company_greeting p.p-right {
    text-align: right;
    font-weight: bold;
}

/* --------------------------------------------------------- company_overview */
#company_overview {
    margin-bottom: 80px;
}

/* --------------------------------------------------------- overview_access */
#overview_access {
    margin-bottom: 80px;
}

/* --------------------------------------------------------- overview_suppliers */
#overview_suppliers {
    margin-bottom: 150px;
}
#overview_suppliers ul {
    margin: 0 auto;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#overview_suppliers ul li {
    width: 33.3%;
    font-weight: 300;
}
#overview_suppliers p.p-right {
    text-align: right;
}

/* --------------------------------------------------------- company_history */
#company_history {
    margin-bottom: 150px;
}

/* --------------------------------------------------------- contents_news */
#contents_news .news_list {
    margin-bottom: 60px;
}
#contents_news .news_list dt {
    width: 360px;
    border-bottom: 1px solid #646464;
    padding-left: 10px;
}
#contents_news .news_list li:first-child dl dt {
    border-top: 1px solid #646464;
}
#contents_news .news_list dd {
    width: calc(100% - 360px);
    padding-left: 10px;
	font-weight: 400;
}
#contents_news .news_list dd a {
    font-weight: 400;
}
#contents_news ol {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
#contents_news ol li.current {
    background-color: #003077;
    border: 1px solid #003077;
    color: #fff;
}
#contents_news ol li {
    font-size: 1.6rem;
    width: 40px;
    line-height: 40px;
    margin: 0 5px;
    text-align: center;
}
#contents_news ol li a {
    display: block;
    border: 1px solid #003077;
    text-align: center;
    color: #003077;
    background-color: #fff;
}
#contents_news ol li a:hover {
    color: #fff;
    background-color: #003077;
    border: 1px solid #003077;
}
#contents_news ol li.next,
#contents_news ol li.prev {
    font-size: 1.1rem;
}

/* --------------------------------------------------------- contents_news-detail */
#contents_news-detail {
	margin-bottom: 160px;
}
#contents_news-detail h2 {
	text-align: center;
	margin-bottom: 20px;
}
#contents_news-detail p {
	margin-bottom: 80px;
    font-weight: 400;
}
#contents_news-detail h3 {
    border-bottom: 4px solid #003077;
    margin-bottom: 30px;
}
#contents_news-detail .time-box {
    margin-bottom: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
#contents_news-detail .time-box span {
    color: #686868;
    padding-left: 30px;
}
#contents_news-detail h4 {
	padding: 0.5em 0.75em;
    background-color: #e5e6f2;
    border-left: 6px solid #003077;
    margin-bottom: 1em;
}
#contents_news-detail img {
	width: auto;
}
#contents_news-detail table {
	width: 100%;
	margin: 0 0 1.5em 0;
}
#contents_news-detail th,
#contents_news-detail td {
	border-bottom:1px solid #d2d2d2;
	padding: 5px;
}
#contents_news-detail ul {
	padding:0 0 0 2em;
	margin: 0 0 1.5em 0;
}
#contents_news-detail ol {
	padding:0 0 0 2em;
	margin: 0 0 1.5em 0;
}
#contents_news-detail ul li {
	list-style: disc;
}
#contents_news-detail ol li {
	list-style: decimal;
}
#contents_news-detail blockquote {
	background: #f3f3f3;
	padding: 20px;
	display:block;
	margin:1em 0;
}
#contents_news-detail blockquote p {
	margin-bottom:0;
}
/* #contents_news-detail a {
	color:#999;
	text-decoration:underline;
} */ 
#contents_news-detail a:hover {
	color:#333;
	text-decoration:none;
}
#contents_news-detail img.alignleft {
	float: left;
	margin: 0 50px 20px 0;
}
#contents_news-detail img.aligncenter {
	clear:both;
	display:block;
	margin:auto auto 20px auto;
}
#contents_news-detail img.alignright {
	float: right;
	margin: 0 0 20px 50px;
}



/* --------------------------------------------------------- policy */
.policy article {
    margin-bottom: 120px;
}
.policy h2 {
    position: relative;
    padding: 1.5rem;
    text-align: center;
}
.policy h2::before {
    position: absolute;
    bottom: -10px;
    left: calc(50% - 40px);
    width: 80px;
    height: 5px;
    content: '';
    background: #003077;
}
.policy p {
    font-weight: 400;
}

/* --------------------------------------------------------- policy_plan */

#policy_plan p {
    margin-bottom: 50px;
}
#policy_plan .contents-inner > div {
    margin-bottom: 50px;
}

/* --------------------------------------------------------- contact */
#contact-form p.p-head {
    font-weight: 400;
    margin-bottom: 40px;
}
#contact-form th {
    font-weight: bold;
    position: relative;
}
#contact-form tr.required th {
    position: relative;
}
#contact-form tr th span {
    position: absolute;
    right: 5%;
    background-color: #d12c10;
    color: #fff;
    font-size: 1.4rem;
    padding: 0 10px;
}
#contact-form tr td input {
    padding: 6px;
    width: calc(100% - 60px);
    border: 1px solid #949494;
    border-radius: 3px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo",sans-serif;
}
#contact-form tr.frigana td input::placeholder,
#contact-form tr.mail td input::placeholder {
    font-size: 1.6rem;
    color: #848484;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo",sans-serif;
}
#contact-form tr.phone td input {
    width: 120px;
}
#contact-form tr.phone td span {
    margin: 0 10px 0 13px;
}
#contact-form tr.contents td textarea {
    width: calc(100% - 60px);
    line-height: 1.2em;
    border-radius: 3px;
    padding: 6px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo",sans-serif;
}
#contact-form tr.agree td input {
    width: auto;
    margin-right: 5px;
}
#contact-form tr.agree td p {
    margin: 3px 0 0 0;
}
#contact-form .btn,
#contact-form .btn a {
    border-bottom: none;
}
#contact-form .btn {
    width: auto;
}
#contact-form .btn input {
    color: #fff;
    background: #003077;
    display: block;
    line-height: 70px;
    border: 1px solid #003077;
    position: relative;
    transition: all .3s;
    width: 80%;
    max-width: 360px;
    font-family: 'Noto Sans Japanese','ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN','メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    cursor: pointer;
    margin: 0 10px;
}
#contact-form .btn input:hover {
    color: #003077;
    background: #fff;
    border: 1px solid #003077;
}

/* --------------------------------------------------------- business */
#business_top-sentence {
    margin-bottom: 110px;
}
#business_contents {
	counter-reset: number 0;
}
#business_contents .contents_wrapper {
    margin-bottom: 130px;
}
#business_contents .contents_wrapper:last-child {
    margin-bottom: 0;
}
.contents_wrapper .title_box {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    align-items: center;
}
.business .title_box {
    border-bottom: 2px solid #010101;
    padding-bottom: 10px;
}
.business .title_box .left span {
    /*padding: 10px 15px;*/
    background: #154489;
    color: #fff;
	display: inline-block;
	width: 40px;
	height: 40px;
	position: relative;
	vertical-align: middle;
}
.business .title_box .left span:after {
	counter-increment: number 1;
	content: counter(number) " ";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.business .title_box .right h3 {
    border-bottom: none;
    margin-bottom: 0;
    margin-left: 15px;
    padding-bottom: 0;
}
.contents_box {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
}
.contents_box .left {
    width: 50%;
}
.contents_box .right {
    width: 45%;
}
.contents_box .btn {
    width: 100%;
}
.contents_box .btn a {
    background: none;
    border: 1px solid #000;
    color: #000;
    padding: 1.4em;
}
.contents_box .btn a:hover {
    color: #fff;
    background: #003077;
    border: 1px solid #003077;
    transition: all .3s;
}
.contents_box .btn a::after {
    background: none;
}
.contents_box .right figure img {
    width: 100%;
}

/* --------------------------------------------------------- products */
#products_contents ul {
    margin: 0 auto;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#products_contents ul li {
    width: 30%;
    margin: 0 5% 7% 0;
}
#products_contents ul li a figure {
    overflow: hidden;
}
#products_contents ul li a figure img {
    transition:.3s all;
}
#products_contents ul li a:hover figure img {
    transform:scale(1.1,1.1);
    transition:.3s all;
}
#products_contents ul li:nth-child(3n) {
    margin-right: 0;
}
#products_contents h4 {
    position: relative;
    margin-top: 20px;
    line-height: 1;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 2.4rem;
    letter-spacing: .05em;
    padding-left: 35px;
    color: #010101;
}
#products_contents h4 span {
    color: #010101;
}
#products_contents h4::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 2px;
    background-color: #154489;
    top: 11px;
    left: 0;
}
#products_contents h4 span {
    display: block;
    line-height: 1;
    margin-top: 10px;
    font-size: 1.6rem;
    letter-spacing: .05em;
}

/* --------------------------------------------------------- products_pagelink */
#products_pagelink {
    margin: 200px 0 110px 0;
}
#products_pagelink ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    flex-wrap: wrap;
}
#products_pagelink ul li {
    width: 30%;
    margin: 0 5% 3.5% 0;
	line-height: 1.5em;
}
#products_pagelink ul li:nth-child(3n) {
    margin-right: 0;
}

#products_pagelink ul li a {
    color: #003077;
    background: #fff;
    display: block;
    padding: .8em 2.8em;
    border: 2px solid #003077;
    position: relative;
    transition: all .3s;
    width: 100%;
    text-align: center;
    letter-spacing: .1em;
}
#products_pagelink ul li a::after {
    position: absolute;
    top: 50%;
    transition: translatex(-50%);
    width: 20px;
    height: 2px;
    right: 1em;
    content: "";
    background: #003077;
}
#products_pagelink ul li a:hover {
    color: #fff;
    background: #003077;
    border: 1px solid #fff;
    border: 2px solid #003077;
}
#products_pagelink ul li a:hover:after {
    background: #fff;
}
#products_pagelink ul li a.active {
    color: #fff;
    background: #003077;
    border: 1px solid #fff;
}
#products_pagelink ul li a.active::after {
    background: #fff;
}

/* --------------------------------------------------------- products_tart-crane */
#products_tart-crane {
    margin-bottom: 150px;
}
#products_tart-crane ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    flex-wrap: wrap;
}
#products_tart-crane ul li {
    width: 22%;
    margin: 0 4% 3.5% 0;
}
#products_tart-crane ul li:nth-child(4n) {
    margin-right: 0;
}
#products_tart-crane ul li a {
    color: #003077;
    background: #fff;
    display: block;
    padding: .9em 1em .8em 1em;
    border: 2px solid #003077;
    position: relative;
    transition: all .3s;
    width: 100%;
    letter-spacing: .1em;
}
#products_tart-crane ul li a:hover {
    color: #fff;
    background: #003077;
    border: 1px solid #fff;
    border: 2px solid #003077;
}
#products_tart-crane ul li a:hover p,
#products_tart-crane ul li a:hover span {
    color: #fff;
}
#products_tart-crane ul li a p {
    margin: 0;
    line-height: 1;
    font-size: 1.8rem;
    color: #000;
    font-weight: bold;
}
#products_tart-crane ul li a span {
    display: block;
    line-height: 1;
    margin-top: .3em;
    font-size: 1.4rem;
    color: #646464;
}

/* --------------------------------------------------------- recruit */
#recruit_message,
#recruit_type {
    margin-bottom: 110px;
}
#recruit_type ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    flex-wrap: wrap;
}
#recruit_type ul li {
    width : -webkit-calc(79% / 4) ;
    width : calc(79% / 4) ;
    margin: 0 7% 3.5% 0;
}
#recruit_type ul li:nth-child(4n) {
    margin-right: 0;
}
#recruit_type ul li a {
    color: #003077;
    background: #fff;
    display: block;
    padding: .7em 3em;
    border: 2px solid #003077;
    position: relative;
    transition: all .3s;
    width: 100%;
    text-align: center;
    letter-spacing: .1em;
}
#recruit_type ul li a:hover {
    color: #fff;
    background: #003077;
    border: 1px solid #fff;
    border: 2px solid #003077;
}
#recruit_type ul li a::after {
    position: absolute;
    top: 50%;
    transition: translatex(-50%);
    width: 20px;
    height: 2px;
    right: 1em;
    content: "";
    background: #003077;
}
#recruit_type ul li a:hover:after {
    background: #fff;
}
.recruit_voice ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-ms-flex-pack:justify;
	-webkit-justify-content: space-between;
	justify-content:space-between;
}
.recruit_voice ul li {
    margin: 0 3% 3.5% 0;
}
.recruit_voice ul li:nth-child(4n) {
    margin-right: 0;
}
.recruit_voice ul li dl {
    position: relative;
}
.recruit_voice ul li dl dt figure img {
    width: 100%;
}
.recruit_voice ul li dd {
    position: absolute;
    background: #fff;
    bottom: 2rem;
    margin: 0 6%;
    padding: 2rem;
    color: #003077;
    line-height: 1.5;
    height: 120px;
    width: 88%;
    overflow: hidden;
}
.recruit_voice ul li dd span {
    display: block;
    overflow: hidden;
    height: 80px;
}
.recruit_voice ul li h4 {
    position: relative;
    margin-top: 20px;
    line-height: 1;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 2.4rem;
    letter-spacing: .05em;
    padding-left: 35px;
    color: #010101;
}
.recruit_voice ul li h4::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 2px;
    background-color: #154489;
    top: 11px;
    left: 0;
}
.recruit_voice ul li h4 span {
    display: block;
    line-height: 1;
    margin-top: 10px;
    font-size: 1.6rem;
    letter-spacing: .05em;
    font-weight: normal;
}

/* --------------------------------------------------------- recruit_guide */
#recruit_guide .btn a::after {
    content: none;
}

/* --------------------------------------------------------- recruit_voice_list */
.recruit_voice_list ul {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.recruit_voice_list ul li {
    width : -webkit-calc(94% / 4) ;
    width : calc(91% / 4) ;
    margin: 0 3% 3.5% 0;
}

/* --------------------------------------------------------- recruit_voice_detail */
.recruit_interview_photo {
    margin-bottom: 7%;
    position: relative;
}
.recruit_interview_photo img {
    width: 100%;
}
.recruit_interview_photo ins {
    position: absolute;
    bottom: 12%;
    padding: 30px 40px 20px 40px;
    width: 450px;
    background-color:rgba(0,48,119,0.8);
    color: #fff;
    text-align: left;
    text-decoration: none;
}
.recruit_interview_photo ins span {
    display: block;
    font-size: 2.2rem;
    line-height: 1;
    margin-bottom: 3rem;
}
.recruit_interview_photo ins span i {
    margin-left: 4rem;
}
.recruit_interview_photo ins span i,
.recruit_interview_photo ins em {
    font-style: normal;
}
.recruit_interview_photo ins em {
    font-size: 3.2rem;
    line-height: 1;
}
.recruit_interview_contents {
    margin-bottom: 15%;
}
.recruit_interview_contents h3 {
    color: #003077;
    border-bottom: none;
    line-height: 1.5;
    font-size: 3.2rem;
}
.recruit_interview_contents section div {
    margin-bottom: 5%;
}
.recruit_interview_contents section div h4 {
    color: #000;
    border-bottom: solid 2px #000;
    font-size: 2.4rem;
    padding-left: 0;
}
.recruit_interview_contents section div p {
    font-weight: bold;
}
.recruit_voice_random ul li {
    width: -webkit-calc(80% / 3);
    width: calc(80% / 3);
    margin: 0 10% 3.5% 0;
}
.recruit_voice_random ul li:nth-child(3n) {
    margin-right: 0;
}