@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;0,900;1,400&display=swap');
/*
Theme Name: RushBiz
Theme URI: null
Description: Description
Author: shunc - QP
Version: 1.0
*/

.aligncenter {
	display: block;
	margin: 0 auto;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}

img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
	max-width: 100%;
}

a.nolink,
a.nolink:hover {
	opacity: 1;
	cursor: default;
	pointer-events: none;
}

/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
}
html {
	font-size: 62.5%;
}
body, table, input, textarea, select, option {
	font-family: "Sans-Serif","游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic";
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
    height: auto;
}
a,
a:link {
	color: #181818;
	text-decoration: none;
    transition: .3s;
	-webkit-transition: .3s;
}
a:visited {
	color: #181818;
}
a:hover {
	color: #181818;
}
a:active {
	color: #181818;
}

p{
	text-align: justify;
}
/* clearfix */	
.clearfix:after {content: "";display: block;clear: both;}
/* flex */	
.flex,.flexA,.flexB,.flexC {display: flex;flex-wrap: wrap;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}

/* 調整用 */
.txt_white{
	color: #fff;
}

/* reCAPTCHA */
.grecaptcha-badge {
	visibility: hidden;
}
.recaptcha-text {
	padding: 17px 25px 0 25px;
}
.recaptcha-text p {
	text-align: center;
}
.recaptcha-text a {
	color: #1166a5;
	text-decoration: underline;
}
	
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #181818;
	font-size: 1.7rem;
	line-height: 180%;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
	letter-spacing: 0.1em;
}
#container {
	text-align: left;
    position: relative;
	overflow: hidden;
}
#main {
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 897px) {
	.sp {
		display: none !important;
	}
	.menuBox {
		display: none !important;
	}
}
@media all and (max-width: 896px) {
	body {
		min-width: inherit;
		font-size: 1.4rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader{
	position:fixed;
	z-index:100;
	display:flex;
	width:100%;
	background-color:#fff;
}

#gHeader .hInner {
	width: 100%;
	margin: 0 auto;
	height: 120px;
}

#gNavi {
	float: right;
	display: flex;
	display: flex;
	align-items: center;
}

.hInner_logo {
	display: flex;
	align-items: center;
	padding-left: 45px;
}

h1 .logo {
	position: relative;
	top: 31px;
	display: block;
	float: left;
	width: 124px;
}

ul {
	list-style: none;
}

#gNavi ul{
	height: 120px;
	display: table;
}

li.contact > a {
	padding: 0 10px;
	color: #fff;
}

li.contact {
	background-color: #002076;
}

#gNavi li {
	font-family: "roboto",sans-serif;
	margin: 0 20px 0 0;
	display: inline-block;
	vertical-align: middle;
	display: table-cell;
	padding: 0 15px;
}
#gNavi li a {
position: relative;
}
#gNavi li a:before {
position: absolute;
left: 0;
width: 100%;
bottom: -12px;
height: 4px;
background: #002076;
transform: scale(0, 1);
transform-origin: left top;
transition: transform .3s;
content: "";
}
#gNavi .on a:before,
#gNavi li a:hover:before {
transform: scale(1, 1);
}
#gHeader .hInner .btn {
	margin: -4px 0 0 0;
	float: right;
	width: 220px;
	text-align: center;
}
#gHeader .hInner .btn a {
	padding: 7px 10px 5px 0;
	display: block;
	color: #fff;
	/* border-radius: 30px; */
	/* height: 100%!important; */
	border: 3px solid #002076;
	background: #002076 url("img/common/icon01.png") no-repeat right 15px center;
}
#gHeader .hInner .btn a:hover {
	color: #002076;
	background: #fff url("img/common/icon01_over.png") no-repeat right 15px center;
}
#gHeader .hInner .btn .top {
	margin-bottom: -3px;
	display: block;
	font-size: 1.2rem;
	letter-spacing: 0.05em;
}
@media all and (max-width: 896px) {
	#gHeader .hInner {
			position: relative;
			padding: 5%;
			height:auto;
}
.hInner_logo{
			padding-left:0; 
}
	#gHeader .hInner .rBox {
			width: auto;
			display: none;
	}

	img.sp {
    width: 50%;
}


ul.spNavi {
	display: inherit;
	height: auto;
}

.menu {
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 60px;
	height: 60px;
	z-index: 1000;
}
.menu span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
	position: absolute;
	right: 19px;
	width: 25px;
	height: 3px;
	background-color: #002076;
}
.menu span:nth-of-type(1) {
	top: 19px;
}
.menu span:nth-of-type(2) {
	top: 26px;
}
.menu span:nth-of-type(3) {
	top: 34px;
}
.menu.on span:nth-of-type(1) {
	-webkit-transform: translateY(10px) rotate(-45deg);
	transform: translateY(10px) rotate(-45deg);
}
.menu.on span:nth-of-type(2) {
	right: 50%;
	opacity: 0;
}
.menu.on span:nth-of-type(3) {
	-webkit-transform: translateY(-5px) rotate(45deg);
	transform: translateY(-5px) rotate(45deg);
}
	.menuBox {
			display: none;
			position: fixed;
			left: 0;
			top: 0;
			width: 100%;
			background-color: rgba(0,32,118,0.95);
			z-index: 1000;
			height: 100%;
			overflow-y: auto;
			box-sizing: border-box;
	}
	.menuBox .close {
			padding: 22px 20px 14px;
			text-align: right;
	}
.menuBox .spNavi {
			margin: 0 20px 20px;
			border-top: 1px solid #fff;
}
	.menuBox .spNavi li a {
			padding: 20px 15px;
			font-size: 1.6rem;
			color: #fff;
			display: block;
			text-align: center;
			border-bottom: 1px solid #fff;
	}
	.menuBox .title {
			margin: 0 20px 5px;
			padding-left: 8px;
			color: #fff;
			font-size: 1.6rem;
			font-weight: bold;
			border-left: 4px solid #fff;
			letter-spacing: 0.1em;
	}
	.menuBox .comBtn {
			margin: 0 17px 20px;
	}
	.menuBox .comBtn a {
			padding: 19px 20px;
			color: #002076;
			max-width: 340px;
			box-sizing: border-box;
			font-size: 1.8rem;
			background: url("img/common/icon03_over.png") no-repeat left 23px center,url("img/common/icon02_over.png") no-repeat right 16px center;
			background-color: #fff;
	}
	.menuBox .comBtn01 a {
			background: url("img/common/tel.png") no-repeat left 23px center,url("img/common/icon02_over.png") no-repeat right 16px center;
			background-color: #fff;
	}
	.menuBox .comBtn01 .time {
			display: block;
			font-size: 1.4rem;
	}
	.menuBox .comBtn01 .telSpan {
			display: block;
			font-weight: 700;
			font-family: 'Lato', sans-serif;
			font-size: 3rem;
	}
}
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#body-container{
	padding: 120px 20px;
	max-width: 1400px;
	margin: 0 auto;
}

@media all and (max-width: 896px) {
	#body-container{
		padding: 0 5%;
	}
	.spnone{
		display: none;
	}
}

/*------------------------------------------------------------
	pagePath
------------------------------------------------------------*/
#pagePath {
    margin-bottom: 105px;
    background: #002076;
}
#pagePath ul {
    padding: 3px 0 3px 0;
    max-width: 1284px;
    margin: 0 auto;
    text-align: right;
}
#pagePath ul li {
    margin-right: 3px;
    color: #fff;
    font-size: 1.4rem;
    display: inline;
}
#pagePath ul li a {
    margin-right: 12px;
    color: #fff;
    text-decoration: underline;
}
#pagePath ul li a:hover {
    text-decoration: none;
}
@media all and (max-width: 896px) {
    #pagePath {
        margin-bottom: 50px;
    }
    #pagePath ul {
        padding: 3px 15px;
        width: auto;
        text-align: left;
    }
    #pagePath ul li {
        margin-right: 0;
        font-size: 1.2rem;
        letter-spacing: 0.05em;
    }
    #pagePath ul li a {
        margin-right: 5px;
    }
    #pagePath ul li a:hover {
        text-decoration: underline;
    }
}
/*------------------------------------------------------------
	mainBox
------------------------------------------------------------*/
.mainBox {
	width: 1280px;
	margin: 0 auto;
}
@media all and (max-width: 896px) {
	.mainBox {
		width: auto;
		margin: 0 15px;
	}
}
/*------------------------------------------------------------
	conts
------------------------------------------------------------*/
#conts {
	padding-top: 4px;
	float: left;
	width: 970px;
}
@media all and (max-width: 896px) {
	#conts {
		padding: 0 0 30px;
		float: none;
		width: auto;
	}
}
/*------------------------------------------------------------
	sideBar
------------------------------------------------------------*/
#sideBar {
	float: right;
	width: 280px;
}
#sideBar .headLine01 {
	margin-bottom: 34px;
	color: #181818;
}
#sideBar .sNavi {
	padding: 0 0 47px 24px;
}
#sideBar .sNavi li {
	padding: 0 0 3px 19px;
	position: relative;
	font-size: 1em;
	letter-spacing: 0.12em;
}
#sideBar .sNavi li:before {
	margin-top: -1px;
	position: absolute;
	left: 0;
	top: 50%;
	width: 7px;
	height: 2px;
	background: #bcbcbc;
	content: "";
}
#sideBar .sNavi li a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	#sideBar {
		float: none;
		width: auto;
	}
	#sideBar .headLine01 {
		margin-bottom: 25px;
	}
	#sideBar .sNavi {
		padding: 0 0 26px 16px;
	}
	#sideBar .sNavi li {
		font-size: 1.2em;
	}
	#sideBar .sNavi li:before {
		margin-top: -2px;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#contact{
	background-color: #002076;
}
.contact_inner {
	padding: 120px 20px 200px;
	max-width: 1400px;
	margin-right:auto;
	margin-left:auto;
	position: relative;
	z-index: 1;
}

.contactBox {
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
	flex-wrap: wrap;
}

.telBox {
	width: 49%;
}

.telBox a {
	color: #fff;
	height: auto;
	padding: 1em 0;
	text-align: center;
	border: solid 2px #fff;
	display: block;
}

.telBox a {
	font-size: 1.8em;
	font-weight: bold;
}

.mailBox {
	width: 49%;
}

.mailBox a{
	height: auto;
	padding: 1em 0;
	text-align: center;
	border: solid 2px #fff;
	background-color: #fff;
	display: block;
	color:#002076;
}

.mailBox a {
	font-size: 1.8em;
	font-weight: bold;
}

@media all and (max-width: 896px) {
	.mailBox {
		width: 100%;
		margin-top: 1em;
	}
	.telBox {
		width: 100%;
	}

}


#gFooter {
    position: relative;
    padding: 44px 0 30px;
    background: #fff;
}
#gFooter .pageTop {
	display: none;
    position: absolute;
    right: 20px;
    /*top: -170px;*/
    top: -40px;
    width: 79px;
}
#gFooter .pageTop.fix {
    position: fixed;
	top: auto;
    bottom: 20px;
    z-index: 100;
}
/*#gFooter .pageTop a {
    width: 79px;
    height: 79px;
    display: block;
    background: url("img/common/page_top.png") no-repeat center center;
    background-size: 79px auto;
    transition: .3s;
	-webkit-transition: .3s;
}
#gFooter .pageTop a:hover {
    background: url("img/common/page_top_over.png") no-repeat center center;  
    background-size: 79px auto;
    transition: .3s;
	-webkit-transition: .3s;
}*/
#gFooter .pageTop a {
    width: 79px;
    height: 79px;
    border-radius: 50%;
    border: solid 2px #fff;
    display: block;
    background: #002076;
    background-size: 79px auto;
    transition: .3s;
    -webkit-transition: .3s;
}
#gFooter .pageTop a::after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 25px;
    height: 25px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    top: 15%;
    transform: rotate(-45deg);
    left: 10%;
    right: 0;
    bottom: 0;
    margin: auto;
}
#gFooter .pageTop a:hover {
    width: 79px;
    height: 79px;
    border-radius: 50%;
    border: solid 2px #002076;
    display: block;
    background: #fff;
    background-size: 79px auto;
    transition: .3s;
    -webkit-transition: .3s;
}
#gFooter .pageTop a:hover::after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 25px;
    height: 25px;
    border-top: 2px solid #002076;
    border-right: 2px solid #002076;
    top: 15%;
    transform: rotate(-45deg);
    left: 10%;
    right: 0;
    bottom: 0;
    margin: auto;
}
#gFooter .fInner {
    width: 1268px;
    margin: 0 auto;
		color: #002076;
}
#gFooter .fInner .lBox {
    margin: -2px 0 0 -5px;
}
#gFooter .fInner .lBox .fLogo {
    margin-bottom: 22px;
}
#gFooter .fInner .lBox .add {
    margin-left: -3px;
    font-size: 1.4rem;
}
#gFooter .fInner .lBox .add a {
    color: #002076;
}
#gFooter .fInner .rBox {
    width: 760px;
}
#gFooter .fInner .fNavi {
    margin-bottom: 75px;
}
#gFooter .fInner .fNavi > li {
    width: 158px;
}
#gFooter .fInner .fNavi > li:nth-child(2) {
    width: 190px;
}
#gFooter .fInner .fNavi > li:nth-child(3) {
    width: 160px;
}
#gFooter .fInner .fNavi > li:nth-child(4) {
    width: 200px;
}
#gFooter .fInner .fNavi > li a {
    padding-left: 12px;
    font-weight: bold;
    font-size: 1.6rem;
    background: url("img/common/icon04.png") no-repeat left center;
}
#gFooter .fInner .fNavi > li a:hover {
    opacity: 0.7;
}
#gFooter .fInner .fNavi > li > ul > li {
    padding-bottom: 6px;
}
#gFooter .fInner .copyright {
    margin: 0 0 0 46px;
    font-size: 1.2rem;
    color: #002076;
}
@media all and (max-width: 896px) {
    #gFooter {
        padding: 24px 15px 15px;
    }
    #gFooter .pageTop {
        right: 15px;
        /*top: -60px;*/
        top: -30px;
        width: 50px;
    }
    #gFooter .pageTop.fix {
		top: auto;
        bottom: 20px;
    }
    /*#gFooter .pageTop a {
        width: 50px;
        height: 50px;
        background-size: 50px auto;
    }
    #gFooter .pageTop a:hover {
        background: url("img/common/page_top.png") no-repeat center center;
        background-size: 50px auto;
   }*/
    #gFooter .pageTop a {
        width: 50px;
        height: 50px;
        background-size: 50px auto;
    }
    #gFooter .pageTop a::after {
        width: 15px;
        height: 15px;
    }
    #gFooter .pageTop a:hover {
        width: 50px;
        height: 50px;
    }
    #gFooter .pageTop a:hover::after {
        width: 15px;
        height: 15px;
    }
    #gFooter .fInner {
        width: auto;
        display: block;
    }
    #gFooter .fInner .lBox {
        margin: 0 auto 20px;
    }
    #gFooter .fInner .lBox .fLogo {
        margin: 0 auto 15px;
        width: 260px;
    }
    #gFooter .fInner .lBox .add {
        margin: 0 auto;
        text-align: center;
        font-size: 1.2rem;
    }
    #gFooter .fInner .rBox {
        width: auto;
    }
    #gFooter .fInner .fNavi {
        margin: 0 -15px 20px;
        justify-content: space-between;
        border-top: 1px solid #002076;
    }
    #gFooter .fInner .fNavi > li {
        width: 50%;
    }
    #gFooter .fInner .fNavi > li:nth-child(2) {
       width: 50%;
    }
    #gFooter .fInner .fNavi > li:nth-child(3) {
        width: 50%;
    }
    #gFooter .fInner .fNavi > li:nth-child(4) {
        width: 50%;
    }
    #gFooter .fInner .fNavi > li a {
        padding: 13px 0px;
        display: block;
        font-size: 1.3rem;
        text-align: center;
        background: none;
        border-bottom: 1px solid #002076;
    }
    #gFooter .fInner .fNavi > li:nth-child(2n-1) a {
        border-right: 1px solid #002076;
    }
    #gFooter .fInner .fNavi > li > ul > li {
        padding-bottom: 0;
    }
    #gFooter .fInner .copyright {
        margin: 0 auto;
        text-align: center;
        font-size: 1.2rem;
    }
}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
    margin: 0 auto;
    width: 1280px;
}
@media all and (max-width: 896px) {
    .content {
        margin: 0 15px;
        width: auto;
    }
}
/*------------------------------------------------------------
   pageTitle
------------------------------------------------------------*/
.pageTitle {
		padding-top: 120px;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #002076;
    background-size: cover;
}
.pageTitle h2 {
    position: relative;
    color: #fff;
    font-size: 3.6rem;
}
.pageTitle h2:before {
    margin-left: -50px;
    position: absolute;
    left: 50%;
    width: 100px;
    bottom: -19px;
    height: 5px;
    background: #fff;
    content: "";
}
@media all and (max-width: 896px) {
    .pageTitle h2 {
        font-size: 2.6rem;
    }
    .pageTitle h2:before {
        margin-left: -30px;
        left: 50%;
        width: 60px;
        bottom: -10px;
        height: 3px;
    }
}

/*------------------------------------------------------------
   headLine01
------------------------------------------------------------*/
.headLine01 {
    margin-bottom: 29px;
    position: relative;
    color: #1166a5;
    font-size: 2.4rem;
}
.headLine01:before {
    position: absolute;
    left: 0;
    bottom: -15px;
    width: 80px;
    height: 5px;
    background: #1166a5;
    content: "";
}
@media all and (max-width: 896px) {
    .headLine01 {
        margin-bottom: 26px;
        font-size: 1.8rem;
    }
    .headLine01:before {
        bottom: -10px;
        width: 60px;
        height: 4px;
    }
}
/*------------------------------------------------------------
   headLine02
------------------------------------------------------------*/
.headLine02 {
    margin-bottom: 36px;
    text-align: center;
}
.headLine02 .en {
    margin-bottom: 15px;
    font-size: 4.2rem;
    font-weight: 700;
    display: block;
    position: relative;
    font-family: 'Lato', sans-serif;
}
.headLine02 .en:before {
    margin-left: -40px;
    position: absolute;
    left: 50%;
    bottom: -5px;
    height: 5px;
    width: 80px;
    background: #002076;
    content: "";
}
.headLine02 .jp {
    display: block;
    font-size: 1.8rem;
}
@media all and (max-width: 896px) {
    .headLine02 {
        margin-bottom: 25px;
    }
    .headLine02 .en {
        margin-bottom: 12px;
        font-size: 2.5rem;
    }
    .headLine02 .en:before {
        margin-left: -30px;
        bottom: -6px;
        height: 4px;
        width: 60px;
    }
	.headLine02 .jp {
		font-size: 1.4rem;
	}
}
/*------------------------------------------------------------
   headLine03
------------------------------------------------------------*/
.headLine03 {
    margin-bottom: 14px;
    padding-left: 9px;
    line-height: 1.1;
    font-size: 2.4rem;
    border-left: 5px solid #002076;
}
@media all and (max-width: 896px) {
    .headLine03 {
        margin-bottom: 10px;
        font-size: 1.8rem;
        border-left: 4px solid #002076;
    }
}
/*------------------------------------------------------------
   headLine04
------------------------------------------------------------*/
.headLine04 {
	margin-bottom: 58px;
	position: relative;
	font-size: 3.2rem;
	text-align: center;
	letter-spacing: 0.11em;
}
.headLine04:before {
	margin-left: -40px;
	position: absolute;
	left: 50%;
	bottom: -14px;
	height: 5px;
	width: 80px;
	background: #1266a6;
	content: "";
}
@media all and (max-width: 896px) {
	.headLine04 {
		margin-bottom: 30px;
		font-size: 2.2rem;
	}
	.headLine04:before {
		margin-left: -30px;
		bottom: -10px;
		height: 4px;
		width: 60px;
	}
}
/*------------------------------------------------------------
   comBox
------------------------------------------------------------*/
.comBox {
    margin: 107px 0 0;
    clear: both;
}
.comBox .photoList {
    margin-bottom: 135px;
}
.comBox .photoList li {
    width: 20%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.comBox .photoList li img {
    width: 100%;
	height: 100%;
}
.comBox .btmBox {
    padding-bottom: 100px;
    position: relative;
}
.comBox .btmBox::before {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    background: #f5f5f5;
    content: "";
}
.comBox .contactBox {
    position: relative;
    top: -216px;
    width: 966px;
    padding: 32px 65px 55px;
    margin: 0 auto -216px;
    background: #fff;
    box-sizing: border-box;
}
.comBox .contactBox .headLine02 {
    margin-bottom: 26px;
}
.comBox .contactBox .headLine02 .en {
	margin-bottom: 20px;
}
.comBox .contactBox .headLine02 .en:before {
    bottom: -8px;
}
.comBox .contactBox .headLine02 .jp {
	font-size: 1.6rem;
}
.comBox .contactBox .top {
    margin: 0 -20px 40px 10px;
    font-size: 1.8rem;
    color: #1166a5;
}
.comBox .contactBox .listUl {
    margin: 0 -17px 0 0;
}
.comBox .contactBox .listUl li {
    width: 380px;
    padding: 2px 0 0 27px;
    border-left: 4px solid #002076;
}
.comBox .contactBox .listUl li .ttl {
    margin-bottom: 7px;
    font-size: 1.8rem;
}
.comBox .contactBox .listUl li .tel {
    border: 3px solid #f5f5f5;
    width: 343px;
    border-radius: 6px;
}
.comBox .contactBox .listUl li .tel a {
    display: block;
    padding: 0 10px 2px 60px;
    color: #1166a5;
    letter-spacing: 0.05em;
    background: url("img/common/tel.png") no-repeat left 20px top 18px;
}
.comBox .contactBox .listUl li .tel .time {
    display: block;
    font-size: 1.6rem;
}
.comBox .contactBox .listUl li .tel .telSpan {
    margin: -3px 0 -9px;
    display: block;
    font-size: 3.6rem;
    font-weight: 700;
    font-family: 'Lato', sans-serif;
}
.comBox .contactBox .listUl li .btn {
    width: 364px;
}
.comBox .contactBox .listUl li .btn a {
    padding: 15px 10px 18px;
    display: block;
    color: #fff;
    font-size: 2.1rem;
    font-weight: 700;
    text-align: center;
    border-radius: 50px;
    border: 3px solid #002076;
    box-sizing: border-box;
    background: url("img/common/icon03.png") no-repeat left 14px center,url("img/common/icon02.png") no-repeat right 20px center;
    background-color: #002076;
}
@media all and (min-width: 897px) {
    .comBox .contactBox .listUl li .btn a:hover {
        color: #002076;
        background: url("img/common/icon03_over.png") no-repeat left 14px center,url("img/common/icon02_over.png") no-repeat right 20px center;
        background-color: #fff;
    }
}
@media all and (max-width: 896px) {
    .comBox {
        margin: 50px 0 0;
    }
    .comBox .photoList {
        margin-bottom: 60px;
    }
    .comBox .photoList li {
        width: 33.3333%;
    }
    .comBox .btmBox {
        padding: 0 15px 70px;
    }
    .comBox .contactBox {
        top: -70px;
        width: auto;
        padding: 20px;
        margin: 0 auto -70px;
    }
    .comBox .contactBox .headLine02 {
        margin-bottom: 20px;
    }
	.comBox .contactBox .headLine02 .en {
		margin-bottom: 17px;
	}
	.comBox .contactBox .headLine02 .jp {
		font-size: 1.3rem;
	}
    .comBox .contactBox .top {
        margin: 0 0 30px;
        font-size: 1.5rem;
		text-align: center;
    }
    .comBox .contactBox .listUl {
        margin: 0 auto;
		max-width: 370px;
    }
    .comBox .contactBox .listUl li {
        margin-bottom: 20px;
        width: 100%;
        padding: 2px 0 0 20px;
        border-left: 3px solid #002076;
        box-sizing: border-box;
    }
    .comBox .contactBox .listUl li:last-child {
        margin-bottom: 0;
    }
    .comBox .contactBox .listUl li .ttl {
        font-size: 1.5rem;
    }
    .comBox .contactBox .listUl li .tel {
        border: 2px solid #f5f5f5;
        width: 100%;
        border-radius: 4px;
    }
    .comBox .contactBox .listUl li .tel a {
        padding: 0 10px 2px 45px;
        background: url("img/common/tel.png") no-repeat left 15px top 8px;
        background-size: 18px auto; 
    }
    .comBox .contactBox .listUl li .tel .time {
        font-size: 1.3rem;
    }
    .comBox .contactBox .listUl li .tel .telSpan {
        margin: -3px 0 -2px;
        font-size: 2.6rem;
    }
    .comBox .contactBox .listUl li .btn {
        width: 100%;
    }
    .comBox .contactBox .listUl li .btn a {
        padding: 15px 10px 18px;
        font-size: 1.6rem;
        border: 2px solid #002076;
        background: url("img/common/icon03.png") no-repeat left 16px center,url("img/common/icon02.png") no-repeat right 20px center;
        background-size: 20px auto,20px auto; 
        background-color: #002076;
    }
}
@media all and (max-width: 374px) {
	.comBox .contactBox .listUl li .tel .telSpan {
		font-size: 2.5rem;
	}
}
/*------------------------------------------------------------
	comNewsList
------------------------------------------------------------*/
.comNewsList {
	margin-bottom: 46px;
	border-top: 1px dashed #e9e9e9;
}
.comNewsList dt {
	clear: both;
	color: #b1b1b1;
	padding: 26px 0 0 12px;
	float: left;
	font-size: 1.6rem;
    font-family: 'Lato', sans-serif;
	font-weight: 700;
}
.comNewsList .new {
	display: inline-block;
	width: 50px;
	color: #fff;
	font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding: 3px 0;
	text-align: center;
	font-size: 1.4rem;
	border-radius: 30px;
	background: #2a70c5;
	margin: -4px 8px 0 20px;
	vertical-align: middle;
	letter-spacing: 0;
}
.comNewsList dd {
	padding: 25px 0 23px 9.6em;
	display: block;
	font-size: 2.1rem;
	letter-spacing: 0.13em;
	border-bottom: 1px dashed #e9e9e9;
}
.comNewsList dd a {
	display: inline-block;
}
.comNewsList dd a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	.comNewsList {
		margin-bottom: 30px;
	}
	.comNewsList dt {
		padding: 20px 0 0;
		float: none;
		font-size: 1.3rem;
	}
	.comNewsList .new {
		padding: 2px 0;
		font-size: 1.2rem;
		margin: -4px 0 0 10px;
	}
	.comNewsList dd {
		padding: 13px 0 16px;
		font-size: 1.7rem;
	}
}
/*------------------------------------------------------------
   comLink
------------------------------------------------------------*/
.comLink a {
    display: block;
    width: 275px;
    padding: 7px 10px 7px 32px;
    color: #fff;
    font-size: 2.1rem;
    text-align: center;
    margin: 0 auto;
    box-sizing: border-box;
	border: 2px solid #002076;
    background: #002076 url("img/common/icon05.png") no-repeat left 23px center;
}
@media all and (min-width: 897px) {
	.comLink a:hover {
		color: #002076;
	    background: #fff url("img/common/icon05_over.png") no-repeat left 23px center;	
	}
}
@media all and (max-width: 896px) {
    .comLink a {
        margin: 0 auto;
        width: 100%;
        max-width: 275px;
        font-size: 1.7rem;
        background: #002076 url("img/common/icon05.png") no-repeat left 30px center;
    }
}
/*------------------------------------------------------------
	comBlogList
------------------------------------------------------------*/
.comBlogList {
	margin-bottom: 50px;
	border-top: 1px dashed #e9e9e9;
}
.comBlogList li {
	width: 100%;
}
.comBlogList li a {
	padding: 20px 0 23px;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px dashed #e9e9e9;
}
.comBlogList li a:hover {
	opacity: 0.7;
}
.comBlogList li .pho {
	width: 280px;
}
.comBlogList li .txtBox {
	padding-top: 36px;
	/*width: calc(100% - 296px);*/
	display: flex;
	width: 100%;
	flex-wrap: wrap;
}
.comBlogList li .txtBox .date {
	width: 20%;
}
.comBlogList li .txtBox .ttl {
	width: 80%;
	margin-bottom: 10px;
	font-size: 1em;
	letter-spacing: 0.15em;
}
.comBlogList li .txtBox .new {
	display: inline-block;
	width: 50px;
	color: #fff;
	padding: 2px 0;
	text-align: center;
	font-size: 1.4rem;
	border-radius: 30px;
	background: #2a70c5;
	margin: -4px 8px 0 0;
	vertical-align: middle;
	letter-spacing: 0;
}
.comBlogList li .txtBox .listUl {
	margin: 0 0 12px 8px;
}
.comBlogList li .txtBox .listUl li {
	color: #b1b1b1;
	font-size: 1.6rem;
	display: inline;
}
.comBlogList li .txtBox .listUl li:first-child {
    font-family: 'Lato', sans-serif;
	font-weight: 700;
}
.comBlogList li .txtBox .listUl li .ico {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 6px;
	font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.comBlogList li .txtBox .txt {
	margin: 0 0 0 5px;
	color: #b1b1b1;
	line-height: 1.8;
	font-size: 1.4rem;
}
@media all and (max-width: 896px) {
	.comBlogList {
		margin-bottom: 30px;
	}
	.comBlogList li {
		width: 100%;
	}
	.comBlogList li a {
		display: block;
		padding: 16px 0 14px;
	}
	.comBlogList li .pho {
		width: 100%;
		margin-bottom: 20px;
		text-align: center;
	}
	.comBlogList li .txtBox {
		padding-top: 0;
		width: 100%;
	}
	.comBlogList li .txtBox .date {
		width: 100%;
	}
	.comBlogList li .txtBox .ttl {
		margin-bottom: 6px;
		font-size: 1.2em;
		width: 100%;
	}
	.comBlogList li .txtBox .new {
		padding: 2px 0;
		font-size: 1.2rem;
		margin: -4px 6px 0 0;
	}
	.comBlogList li .txtBox .listUl {
		margin: 0 0 10px 3px;
	}
	.comBlogList li .txtBox .listUl li {
		font-size: 1.3rem;
	}
	.comBlogList li .txtBox .listUl li .ico {
		margin: 0 0 0 4px;
	}
	.comBlogList li .txtBox .txt {
		margin: 0 0 0 3px;
		line-height: 1.6;
		font-size: 1.2rem;
	}
}
/*------------------------------------------------------------
   comTable
------------------------------------------------------------*/
.comTable {
    width: 100%;
    border-collapse: collapse;
}
.comTable th,
.comTable td {
    padding: 25px 7px;
    text-align: left;
    line-height: 1.75;
    vertical-align: top;
    border-bottom: 1px dashed #e9e9e9;
}
.comTable th {
    padding: 25px 10px 25px 35px;
    width: 26%;
}
.comTable .info {
    display: inline-block;
    line-height: 1.3;
    padding-left: 13px;
    border-left: 4px solid #1065a5;
}
.comTable tr:last-child th,
.comTable tr:last-child td {
    border-bottom: none;
}
@media all and (max-width: 896px) {
    .comTable th,
    .comTable td {
        float: left;
		width: 100%;
        padding: 8px 0 10px;
        line-height: 1.6;
        box-sizing: border-box;
    }
    .comTable th {
        padding: 10px 0 0;
        width: 100%;
        border-bottom: none;
    }
    .comTable .info {
        padding-left: 10px;
        border-left: 3px solid #1065a5;
    }
}
/*------------------------------------------------------------
   wp-pagenavi
------------------------------------------------------------*/
.wp-pagenavi {
	font-size: 0;
	clear: both;
	text-align: center;
}
.wp-pagenavi a,
.wp-pagenavi span {
	min-width: 50px;
	min-height: 50px;
	font-size: 2.4rem;
	display: inline-block;
	text-decoration: none;
	margin: 0 5px 5px;
	line-height: 50px;
	color: #fff;
	box-sizing: border-box;
	text-align: center;
	background: #002076;
	vertical-align: middle;
}
.wp-pagenavi a:hover,
.wp-pagenavi span.current {
	color: #181818;
	background: none;
}
.wp-pagenavi .first,
.wp-pagenavi .last,
.wp-pagenavi .pages {
	display: none;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
	width: 85px;
	font-size: 1.8rem;
}
.wp-pagenavi .previouspostslink {
	padding-left: 14px;
	background: url("img/common/prev_bg.png") no-repeat left center;
}
.wp-pagenavi .nextpostslink {
	padding-right: 14px;
	background: url("img/common/next_bg.png") no-repeat right center;
}
.wp-pagenavi .extend {
	color: #181818;
	background: none;
}
@media all and (max-width: 896px) {
	.wp-pagenavi a,
	.wp-pagenavi span {
		min-width: 36px;
		min-height: 36px;
		font-size: 1.8rem;
		margin: 0 2px 5px;
		line-height: 36px;
	}
	.wp-pagenavi a:hover {
		color: #fff;
		background: #002076;
	}
	.wp-pagenavi .previouspostslink,
	.wp-pagenavi .nextpostslink {
		width: 58px;
		font-size: 1.4rem;
	}
	.wp-pagenavi .previouspostslink {
		padding-left: 8px;
		background: url("img/common/prev_bg.png") no-repeat left center;
		background-size: cover;
	}
	.wp-pagenavi .nextpostslink {
		padding-right: 5px;
		background: url("img/common/next_bg.png") no-repeat right center;
		background-size: cover;
	}
	.wp-pagenavi .previouspostslink:hover {
		background: url("img/common/prev_bg.png") no-repeat left center;
		background-size: cover;
	}
	.wp-pagenavi .nextpostslink:hover {
		background: url("img/common/next_bg.png") no-repeat right center;
		background-size: cover;
	}
}
/*------------------------------------------------------------
   fadeInUp
------------------------------------------------------------*/
.fadeInUp {
	opacity: 0;
	-webkit-transform: translateY(120px);
	transform: translateY(120px);
	transition: transform 1s, opacity 1s;
}
.fadeInUp.on {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}   
/*------------------------------------------------------------
   comDetail
------------------------------------------------------------*/
.comDetail .mainBox {
	margin-top: -4px;
}
.comDetail #conts {
	padding-top: 0;
}
.comDetail #conts .title {
	margin-bottom: 3px;
	font-size: 3.2rem;
	line-height: 1.5;
	letter-spacing: 0.12em;
}
.comDetail #conts .title .new {
	display: inline-block;
	width: 50px;
	color: #fff;
	padding: 3px 0;
	text-align: center;
	font-size: 1.4rem;
	border-radius: 30px;
	background: #2a70c5;
	margin: -4px 8px 0 0;
	vertical-align: middle;
	letter-spacing: 0;
}
.comDetail #conts .listUl {
	margin: 0 0 17px 6px;
}
.comDetail #conts .listUl li {
	margin-right: 1px;
	padding: 0;
	color: #b1b1b1;
	display: inline;
	font-size: 1.6rem;
}
.comDetail #conts .listUl li:before {
	display: none;
}
.comDetail #conts .listUl li:first-child {
    font-family: 'Lato', sans-serif;
	font-weight: 700;
}
.comDetail #conts .listUl li .ico {
	margin: 0 0 0 7px;
	display: inline-block;
	vertical-align: middle;
	font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.comDetail #conts p {
	margin-bottom: 34px;
	line-height: 1.75;
	letter-spacing: 0.05em;
	font-size: 1em;
}
.comDetail #conts .wp-block-image {
    margin: 0 0 34px;
}
.comDetail #conts p a {
	color: #1166a5;
	display: inline-block;
	line-height: 1.5;
	border-bottom: 2px solid #1166a5;
}
.comDetail #conts p a:hover {
	opacity: 0.7;
}
.comDetail #conts h2 {
	margin-bottom: 24px;
	padding: 0 0 6px 24px;
	position: relative;
	font-size: 3rem;
	line-height: 1.1;
	border-bottom: 3px solid #181818;
}
.comDetail #conts h2:before {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	background: #002076;
	width: 10px;
	content: "";
}
.comDetail #conts h3 {
	margin-bottom: 20px;
	padding: 3px 5px 1px 22px;
	font-size: 2.4rem;
	position: relative;
	background: #eff8ff;
}
.comDetail #conts h3:before {
	position: absolute;
	left: 5px;
	top: 9px;
	bottom: 8px;
	background: #002076;
	width: 5px;
	content: "";
}
.comDetail #conts ul {
	margin-bottom: 46px;
}
.comDetail #conts ul li {
	position: relative;
	padding: 0 0 5px 10px;
	letter-spacing: 0.06em;
}
.comDetail #conts ul li:before {
	margin-top: -5px;
	position: absolute;
	left: 0;
	top: 50%;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #002076;
	content: "";
}
.comDetail #conts .comLink {
	padding-top: 42px;
	border-top: 1px dashed #e9e9e9;
}
.comDetail #conts .comLink a {
	padding-left: 15px;
	background-position: left 15px center;
}
@media all and (max-width: 896px) {
	.comDetail .mainBox {
		margin-top: 0;
	}
	.comDetail #conts {
		padding-top: 0;
	}
	.comDetail #conts .title {
		font-size: 2.2rem;
	}
	.comDetail #conts .title .new {
		padding: 2px 0;
		font-size: 1.2rem;
		margin: -4px 6px 0 0;
	}
	.comDetail #conts .listUl {
		margin: 0 0 15px;
	}
	.comDetail #conts .listUl li {
		font-size: 1.3rem;
	}
	.comDetail #conts .listUl li:before {
		display: none;
	}
	.comDetail #conts .listUl li .ico {
		margin: 0 0 0 6px;
	}
	.comDetail #conts p {
		margin-bottom: 25px;
		line-height: 1.6;
		font-size: 1.2em;
	}
    .comDetail #conts .wp-block-image {
        margin: 0 0 25px;
    }
	.comDetail #conts h2 {
		margin-bottom: 20px;
		padding: 0 0 4px 18px;
		font-size: 2rem;
		border-bottom: 2px solid #181818;
	}
	.comDetail #conts h2:before {
		width: 6px;
	}
	.comDetail #conts h3 {
		padding: 3px 5px 1px 18px;
		font-size: 1.8rem;
	}
	.comDetail #conts h3:before {
		width: 4px;
	}
	.comDetail #conts ul {
		margin-bottom: 20px;
	}
	.comDetail #conts ul li {
		padding: 0 0 3px 10px;
	}
	.comDetail #conts ul li:before {
		margin-top: -5px;
		width: 5px;
		height: 5px;
	}
	.comDetail #conts .comLink {
		padding-top: 25px;
	}
	.comDetail #conts .comLink a {
		padding-left: 10px;
	}
}
/*------------------------------------------------------------
   comBtn
------------------------------------------------------------*/
.comBtn a {
	display: block;
	text-align: center;
	/*
	margin: 0 auto;
	padding: 13px 20px 13px 20px;
	color: #1166a5;
	display: block;
	width: 332px;
	font-size: 1.8rem;
	border-radius: 50px;
	text-align: center;
	box-sizing: border-box;
	border: 3px solid #1166a5;
	background: url("img/common/icon08.png") no-repeat right 7px center;*/
}
@media all and (min-width: 897px) {
	.comBtn a:hover {
		color: #fff;
		background: #1166a5 url("img/common/icon08_over.png") no-repeat right 7px center;
	}
}
@media all and (max-width: 896px) {
    .comBtn a {
        padding: 10px 40px 10px;
        width: 100%;
        font-size: 1.4rem;
        max-width: 332px;
        border-width: 2px;
        background-size: 28px auto; 
    }
}
/*------------------------------------------------------------
   recruit
------------------------------------------------------------*/
.recruit .topSec {
	min-height: 640px;
	background: url("img/recruit/bg.jpg") no-repeat center bottom;
	background-size: cover;
}
.recruit .topSec h2 {
	padding: 172px 0 33px;
	text-align: center;
}
.recruit .topSec h2 .topImg {
	display: block;
	padding-left: 65px;
}
.recruit .topSec h2 .en {
	margin: 5px 0 0;
	padding-top: 20px;
	display: block;
	color: #fff;
	position: relative;
}
.recruit .topSec h2 .en:before {
	margin-left: -41px;
	position: absolute;
	left: 50%;
	top: 0;
	width: 82px;
	height: 5px;
	background: #fff;
	content: "";
}
.recruit .topSec .txt {
	text-align: center;
	color: #fff;
}
.recruit #main .sec01 {
	margin-bottom: 108px;
}
.recruit #main .sec01 .topImg {
	text-align: center;
	padding: 5px 0 30px;
}
.recruit #main .sec01 .top {
	margin-bottom: 38px;
	text-align: center;
	font-size: 2.4rem;
	letter-spacing: 0.11em;
}
.recruit #main .sec01 .color {
	color: #1166a5;
}
.recruit #main .sec01 .listUl li {
	margin: 0 12px 0 0;
	padding: 13px 18px 9px;
	width: 310px;
	font-size: 1.8rem;
	border-radius: 5px;
	box-sizing: border-box;
	line-height: 1.35;
	letter-spacing: 0;
	border: 2px solid #f5f5f5;
}
.recruit #main .sec01 .listUl li:nth-child(4n) {
	margin-right: 0;
}
.recruit #main .sec02 {
    padding-bottom: 110px;
    position: relative;
}
.recruit #main .sec02:before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 413px;
    background: #f9fdff;
    content: "";
    z-index: -1;
}
.recruit #main .sec02 .inner {
    margin-bottom: 32px;
}
.recruit #main .sec02 .inner .photoBox {
	float: left;
	width: 775px;
}
.recruit #main .sec02 .inner .textBox {
	float: right;
	width: 460px;
}
.recruit #main .sec02 .inner .textBox h3 {
	margin: 19px 0 57px -139px;
	position: relative;
}
.recruit #main .sec02 .inner .textBox h3:before {
	position: absolute;
	left: 139px;
	bottom: -22px;
	height: 5px;
	width: 80px;
	background: #1266a6;
	content: "";
}
.recruit #main .sec02 .inner .textBox p {
	line-height: 1.75;
	padding: 0 0 27px;
}
.recruit #main .sec02 .inner .textBox p:last-child {
	padding-bottom: 0;
}
.recruit #main .sec02 .photoList li {
    margin: 0 25px 0 0;
}
.recruit #main .sec02 .photoList li:last-child {
    margin: -132px 0 0 0;
}
.recruit #main .sec03 {
    padding: 92px 0 0;
}
.recruit #main .sec03 .headLine02 .en {
    margin-bottom: 18px;
    letter-spacing: 0.12em;
}
.recruit #main .sec03 .headLine02 .jp {
    font-size: 1.6rem;
}
.recruit #main .sec03 p {
    margin-bottom: 40px;
    text-align: center;
    line-height: 1.75;
}
.recruit #main .sec03 .borderBox {
    margin: 0 90px;
    padding: 0 26px 0 20px;
    border: 2px solid #f5f5f5;
}
.recruit #main .sec03 .linkList li {
    padding: 23px 0 23px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px dashed #e9e9e9;
}
.recruit #main .sec03 .linkList li:last-child {
    border-bottom: none;
}
.recruit #main .sec03 .linkList li .lTxt {
    font-size: 2.1rem;
}
.recruit #main .sec03 .linkList li .comLink a {
    padding: 3px 10px 2px 14px;
    width: 190px;
    font-size: 1.8rem;
    text-align: left;
    background: #002076 url("img/common/icon02.png") no-repeat right 7px center;
}
@media all and (min-width: 897px) {
    .recruit #main .sec03 .linkList li .comLink a:hover {
        background: #fff url("img/common/icon02_over.png") no-repeat right 7px center;
    }
}
@media all and (max-width: 896px) {
    .recruit .topSec {
        min-height: 400px;
    }
    .recruit .topSec h2 {
        padding: 97px 0 20px;
    }
    .recruit .topSec h2 .topImg {
        padding-left: 0;
        text-align: center;
    }
    .recruit .topSec h2 .topImg {
        max-width: 350px;
        width: 100%;
        margin: 0 auto;
    }
    .recruit .topSec h2 .en {
        margin: 5px 0 0;
        padding-top: 13px;
        display: block;
        color: #fff;
        position: relative;
    }
    .recruit .topSec h2 .en:before {
        margin-left: -30px;
        width: 60px;
        height: 4px;
    }
    .recruit #main .sec01 {
        margin-bottom: 55px;
    }
    .recruit #main .sec01 .top {
        margin: 0 -5px 27px;
        font-size: 1.8rem;
        letter-spacing: 0.1em;
    }
    .recruit #main .sec01 .listUl li {
        margin: 0 0 10px;
        width: 100%;
        font-size: 1.4rem;
        border-radius: 3px;
        border: 1px solid #f5f5f5;
    }
    .recruit #main .sec01 .listUl li:last-child {
        margin: 0;
    }
    .recruit #main .sec02 {
        padding-bottom: 55px;
    }
    .recruit #main .sec02:before {
        height: 300px;
    }
    .recruit #main .sec02 .inner {
        margin-bottom: 25px;
    }
    .recruit #main .sec02 .inner .photoBox {
        float: none;
        width: auto;
        margin-bottom: 20px;
    }
    .recruit #main .sec02 .inner .photoBox img {
        width: 100%;
    }
    .recruit #main .sec02 .inner .textBox {
        float: none;
        width: auto;
    }
    .recruit #main .sec02 .inner .textBox h3 {
        margin: 0 0 40px;
        text-align: center;
    }
    .recruit #main .sec02 .inner .textBox h3 img {
        width: 100%;
        max-width: 350px;
    }
    .recruit #main .sec02 .inner .textBox h3:before {
        margin-left: -30px;
        left: 50%;
        bottom: -20px;
        height: 4px;
        width: 60px;
    }
    .recruit #main .sec02 .inner .textBox p {
        line-height: 1.6;
        padding: 0 0 20px;
    }
    .recruit #main .sec02 .inner .textBox p:last-child {
        padding-bottom: 0;
    }
    .recruit #main .sec02 .photoList {
        display: block;
    }
    .recruit #main .sec02 .photoList li {
        margin: 0 0 15px;
    }
    .recruit #main .sec02 .photoList li img {
        width: 100%;
    }
    .recruit #main .sec02 .photoList li:last-child {
        margin: 0;
    }
    .recruit #main .sec03 {
        padding: 45px 0 0;
    }
    .recruit #main .sec03 .headLine02 .en {
        margin-bottom: 16px;
        letter-spacing: 0.1em;
    }
    .recruit #main .sec03 .headLine02 .jp {
        font-size: 1.3rem;
    }
    .recruit #main .sec03 p {
        margin-bottom: 20px;
        line-height: 1.6;
    }
    .recruit #main .sec03 .borderBox {
        margin: 0;
        padding: 0 15px;
        border: 1px solid #f5f5f5;
    }
    .recruit #main .sec03 .linkList li {
        padding: 17px 0;
        display: block;
    }
    .recruit #main .sec03 .linkList li:last-child {
        border-bottom: none;
    }
    .recruit #main .sec03 .linkList li .lTxt {
        display: block;
		padding-bottom: 5px;
        font-size: 1.7rem;
        margin-bottom: 15px;
    }
    .recruit #main .sec03 .linkList li .comLink a {
        padding: 5px 10px 4px 14px;
        font-size: 1.4rem;
    }
}
/*------------------------------------------------------------
   recruit/detail.html
------------------------------------------------------------*/
.recruitDetail #main .content {
    width: 1100px;
}
.recruitDetail #main .h3Ttl {
    margin-bottom: 25px;
    font-size: 3rem;
    color: #1166a5;
    text-align: center;
}
.recruitDetail #main .borderBox {
    margin-bottom: 30px;
    padding: 0 25px;
    border: 1px solid #e9e9e9;
}
@media all and (max-width: 896px) {
    .recruitDetail #main .content {
        width: auto;
    }
    .recruitDetail #main .h3Ttl {
        margin-bottom: 18px;
        font-size: 2rem;
    }
    .recruitDetail #main .borderBox {
        margin-bottom: 20px;
        padding: 10px 15px;
    }
}
/*------------------------------------------------------------
   privacy
------------------------------------------------------------*/
.privacy #main .top {
    margin-bottom: 57px;
}
.privacy #main .subBox {
    margin-bottom: 47px;
    padding: 30px 22px;
    border: 1px solid #e9e9e9;
}
.privacy #main .subBox p {
    line-height: 1.75;
}
.privacy #main .subBox .listUl li {
    padding: 0 0 0 1.6em;
    line-height: 1.75;
    text-indent: -1.6em;
}
.privacy #main .subBox .listUl02 > li {
    padding-left: 1.1em;
    text-indent: -1.1em;
}
.privacy #main .subBox .listUl li ul {
    padding: 20px 0 10px;
}
.privacy #main .subBox .listUl li ul li {
    padding: 0 0 8px 1.6em;
    text-indent: -1.6em;
    line-height: 1.65;
}
.privacy #main .subBox .listUl li ul li ul {
    padding: 10px 0 0 8px;
}
.privacy #main .subBox .listUl li ul li ul li {
    padding: 0 0 2px 1em;
    text-indent: -1em;
}
.privacy #main .subBox .listUl01 {
    padding: 12px 0 0 !important;
}
.privacy #main .subBox .listUl01 li {
    padding: 0 0 2px 1.6em !important;
    text-indent: -1.6em !important;
}
.privacy #main .notes {
    margin: -20px 0 0;
    text-align: right;
}
.privacy #main .notes .topSpan {
    display: block;
    text-align: left;
    width: 398px;
    float: right;
}
.privacy #main .notes .topSpan .info {
    display: block;
}
.privacy #main .notes .btmSpan {
    padding-top: 4px;
    display: block;
    clear: both;
}
@media all and (max-width: 896px) {
    .privacy #main .top {
        margin-bottom: 30px;
    }
    .privacy #main .subBox {
        margin-bottom: 25px;
        padding: 20px 15px;
    }
    .privacy #main .subBox p {
        line-height: 1.6;
    }
    .privacy #main .subBox .listUl li {
        line-height: 1.6;
    }
    .privacy #main .subBox .listUl li ul {
        padding: 10px 0 5px;
    }
    .privacy #main .subBox .listUl li ul li {
        padding: 0 0 5px 1.6em;
        text-indent: -1.6em;
        line-height: 1.6;
    }
    .privacy #main .subBox .listUl li ul li ul {
        padding: 10px 0 0 8px;
    }
    .privacy #main .subBox .listUl li ul li ul li {
        padding: 0 0 2px 1em;
        text-indent: -1em;
    }
    .privacy #main .subBox .listUl01 {
        padding: 10px 0 0 !important;
    }
    .privacy #main .subBox .listUl01 li {
        padding: 0 0 2px 1.6em !important;
        text-indent: -1.6em !important;
    }
    .privacy #main .notes {
        margin: 0;
    }
    .privacy #main .notes .topSpan {
        width: 100%;
    }
}
/*------------------------------------------------------------
   company
------------------------------------------------------------*/
.company {
	margin-top: -105px;
}
.company .sec01 {
    padding: 108px 0 109px;
    background: url("img/company/bg.jpg") no-repeat center center;
    background-size: cover;
}
.company .sec01 .content {
    padding: 32px 94px 44px;
    box-sizing: border-box;
    background: #fff;
}
.company .sec01 .title {
    margin-bottom: 27px;
    color: #1166a5;
    font-size: 3.2rem;
    text-align: center;
}
.company .sec01 .txt {
    margin-bottom: 28px;
    line-height: 1.75;
}
.company .sec01 .btmImg {
    text-align: right;
    padding-top: 8px;
}
.company .sec02 {
    padding: 95px 0 110px;
    background: #fafafa;
}
.company .sec02 .borderBox {
    margin: 0 90px;
    padding: 0 25px 10px;
    border: 2px solid #f5f5f5;
    background: #fff;
}
.company .sec02 .comTable th {
    width: 24%;
    padding: 21px 10px 21px 35px;
}
.company .sec02 .comTable td {
    padding: 21px 7px;
}
.company .sec02 .comTable td .txtDl dt {
    float: left;
}
.company .sec02 .comTable td .txtDl dd {
    margin-bottom: 21px;
    padding: 5px 0 30px 10.4em;
    line-height: 1.55;
    border-bottom: 1px dashed #e9e9e9;
}
.company .sec02 .comTable td .txtDl dd:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.company .sec02 .comTable td .txtDl dd .map {
    height: 160px;
    margin-top: 26px;
}
.company .sec02 .comTable td .txtDl dd .map iframe {
	width: 100%;
	vertical-align: top;
}
.company .sec03 {
    padding: 90px 0 0;
}
.company .sec03 .inner {
    margin-bottom: 40px;
}
.company .sec03 .inner:last-child {
    margin-bottom: 0;
}
.company .sec03 .inner .mapBox {
    float: right;
    width: 480px;
    height: 250px;
}
.company .sec03 .inner .mapBox iframe {
	width: 100%;
	vertical-align: top;
}
.company .sec03 .inner .textBox {
    float: left;
    width: 774px;
}
.company .sec03 .inner .textBox .comTable th {
    padding: 9px 10px 9px 15px;
    width: 18%;
}
.company .sec03 .inner .textBox .comTable td {
    padding: 9px 10px 9px 0;
}
.company .sec03 .inner .textBox .comTable tr:last-child th,
.company .sec03 .inner .textBox .comTable tr:last-child td {
    border-bottom: 1px dashed #e9e9e9;
}
@media all and (max-width: 896px) {
	.company {
		margin-top: -50px;
	}
    .company .sec01 {
        padding: 50px 0;
    }
    .company .sec01 .content {
        padding: 20px 15px;
    }
    .company .sec01 .title {
        margin-bottom: 20px;
        font-size: 2.2rem;
    }
    .company .sec01 .txt {
        margin-bottom: 20px;
        line-height: 1.6;
    }
    .company .sec01 .btmImg {
        padding-top: 0;
    }
    .company .sec01 .btmImg img {
        width: 230px;
    }
    .company .sec02 {
        padding: 45px 0 55px;
    }
    .company .sec02 .borderBox {
        margin: 0;
        padding: 0 15px 10px;
        border: 1px solid #f5f5f5;
    }
    .company .sec02 .comTable th {
        width: 100%;
        padding: 10px 0 0;
    }
    .company .sec02 .comTable td {
        padding: 8px 0 10px;
    }
    .company .sec02 .comTable td .txtDl dt {
        float: none;
    }
    .company .sec02 .comTable td .txtDl dd {
        margin-bottom: 20px;
        padding: 4px 0 20px;
        line-height: 1.5;
    }
    .company .sec02 .comTable td .txtDl dd:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none;
    }
	.company .sec02 .comTable td .txtDl dd .map { 
		margin-top: 16px;
	 	position: relative;
		padding-bottom: 60%; 
		height: 0; 
		overflow: hidden; 
	}
	.company .sec02 .comTable td .txtDl dd .map iframe { 
		 position: absolute; 
		 top: 0; 
		 left: 0; 
		 width: 100%; 
		 height: 100%; 
	}
    .company .sec03 {
        padding: 45px 0 0;
    }
    .company .sec03 .inner {
        margin-bottom: 30px;
    }
    .company .sec03 .inner:last-child {
        margin-bottom: 0;
    }
	.company .sec03 .inner .mapBox { 
		margin-top: 16px;
	 	position: relative;
		padding-bottom: 65%; 
		height: 0; 
		width: 100%;
		float: none;
		overflow: hidden; 
	}
	.company .sec03 .inner .mapBox iframe { 
		 position: absolute; 
		 top: 0; 
		 left: 0; 
		 width: 100%; 
		 height: 100%; 
	 }
    .company .sec03 .inner .textBox {
        float: none;
        width: 100%;
        margin-bottom: 25px;
    }
    .company .sec03 .inner .textBox .comTable th {
        padding: 7px 0 0;
        width: 100%;
    }
    .company .sec03 .inner .textBox .comTable td {
        padding: 5px 0 8px;
    }
    .company .sec03 .inner .textBox .comTable tr:last-child th {
        border-bottom: none;
    }
}
/*------------------------------------------------------------
   contact
------------------------------------------------------------*/
.contact span.wpcf7-list-item {
    margin: 0;
}
.contact #main .topBox {
	margin-bottom: 116px;
}
.contact #main .topBox .top {
	line-height: 1.75;
	margin-bottom: 45px;
}
.contact #main .topBox .tel {
	width: 452px;
	margin: 0 auto;
	color: #1166a5;
	font-size: 6rem;
	text-align: center;
	border: 1px solid #e9e9e9;
}
.contact #main .topBox .tel .telSpan {
	display: block;
	line-height: 1.3;
	font-weight: 700;
	letter-spacing: 0.02em;
    font-family: 'Lato', sans-serif;
}
.contact #main .topBox .tel .telSpan a {
	color: #1166a5;
}
.contact #main .topBox .tel .time {
	margin-top: -10px;
	display: block;
	font-size: 1.8rem;
}
.contact #main .formBox {
	margin-bottom: -107px;
	padding: 103px 0;
	background: #fafafa;
}
.contact #main .formBox .tabBox {
	border: 1px solid #e9e9e9;
	background: #fff;
	margin: 0 92px;
	padding: 26px 20px 44px;
}
.contact #main table {
	width: 100%;
	border-collapse: collapse;
	word-break: break-all;
}
.contact #main table th,
.contact #main table td,
.popup table th,
.popup table td {
	padding: 17px 0;
	font-size: 2.1rem;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px dashed #eaeaea;
}
.contact #main table .thStyle {
	padding-top: 20px;
}
.contact #main table td,
.popup table td {
	padding: 17px 25px 17px 65px;
}
.contact #main table th {
	padding-top: 30px;
	width: 25.2%;
	text-align: right;
	color: #1166a5;
}
.popup table th {
    width: 25.2%;
    text-align: right;
    color: #1166a5;
}
.contact #main table th .must {
	margin: 3px 0 0 22px;
	color: #fff;
	width: 50px;
	float: right;
	padding: 1px 0 1px;
	font-size: 1.6rem;
	border-radius: 30px;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	background: #2a72c6;
}
.contact #main table td input[type="text"],
.contact #main table td input[type="tel"],
.contact #main table td input[type="email"],
.contact #main table td textarea {
	height: 62px;
	padding: 5px 15px;
	width: 100%;
	font-size: 1.8rem;
	font-weight: 700;
	box-sizing: border-box;
	background: #fafafa;
	border: 2px solid #f5f5f5;
	letter-spacing: 0.1em;
	-webkit-appearance: none;
	border-radius: 0;
}
.contact #main table td textarea {
	height: 232px;
	resize: vertical;
}
.contact #main table td .radioList,
.contact #main table td .radioBox {
	margin-left: -28px;
}
.contact #main table td .radioList li,
.contact #main table td .radioBox span.wpcf7-list-item {
	display: inline-block;
	margin: 0 40px 0 0;
}
.contact #main table td .radioList li:last-child,
.contact #main table td .radioBox span.wpcf7-list-item:last-child {
	margin-right: 0;
}
.contact #main table td .radioList li input[type="radio"],
.contact #main table td .radioBox input[type="radio"] {
	display: none;
}
.contact #main table td .radioList li input[type="radio"] + span,
.contact #main table td .radioBox input[type="radio"] + span {
	background: url("img/common/radio_bg01.png") no-repeat left center;
	display: block;
	padding: 4px 0 4px 45px;
}
.contact #main table td .radioList li input[type="radio"]:checked + span,
.contact #main table td .radioBox input[type="radio"]:checked + span {
	background: url("img/common/radio_bg02.png") no-repeat left center;
}
.contact #main table td input::-webkit-input-placeholder,
.contact #main table td textarea::-webkit-input-placeholder { color: #c3c3c3; opacity: 1; }
.contact #main table td input:-moz-placeholder,
.contact #main table td textarea:-moz-placeholder { color: #c3c3c3; opacity: 1; }
.contact #main table td input::-moz-placeholder,
.contact #main table td textarea::-moz-placeholder { color: #c3c3c3; opacity: 1; }
.contact #main table td input:-ms-input-placeholder,
.contact #main table td textarea:-ms-input-placeholder { color: #c3c3c3; opacity: 1; }
.contact #main table td .notes {
	display: block;
	font-size: 1.3rem;
	margin: 10px 0 0 3px;
}
.contact #main .checkTxt {
	margin: 10px 0 1px;
	font-size: 2.1rem;
	text-align: center;
}
.contact #main .checkTxt input[type="checkbox"] {
	display: none;
}
.contact #main .checkTxt input[type="checkbox"] + span {
	background: url("img/common/check_bg01.png") no-repeat left center;
	display: inline-block;
	padding: 4px 0 4px 40px;
}
.contact #main .checkTxt input[type="checkbox"]:checked + span {
	background: url("img/common/check_bg02.png") no-repeat left center;
}
.contact #main .linkTxt {
	margin-bottom: 37px;
	text-align: center;
}
.contact #main .linkTxt a {
	padding: 0 0 2px 27px;
	color: #1166a5;
	font-size: 1.8rem;
	text-decoration: underline;
	display: inline-block;
	background: url("img/common/icon06.png") no-repeat left center;
}
.contact #main .linkTxt a:hover {
	opacity: 0.7;
}
.contact #main .submit {
	text-align: center;
}
.contact #main .submit li {
	display: inline-block;
	vertical-align: top;
}
.contact #main .submit li input,
.popup .send a {
	width: 368px;
	height: 70px;
	cursor: pointer;
	color: #fff;
	font-size: 2.1rem;
	font-weight: bold;
	-webkit-appearance: none;
	border-radius: 50px;
	background: url("img/common/icon03.png") no-repeat left 22px center, url("img/common/icon02.png") no-repeat right 20px center;
	background-color: #002076;
	letter-spacing: 0.1em;
	border: 3px solid #002076;
	transition: background-image .3s;
	-webkit-transition: background-image .3s;
}
.popup .send {
    margin-top: 40px;
    text-align: center;
}
.popup .send a {
    padding-top: 15px;
    display: inline-block;
}
.contact #main .submit li input:hover,
.popup .send a:hover {
	color: #002076;
	background: url("img/common/icon03_over.png") no-repeat left 22px center, url("img/common/icon02_over.png") no-repeat right 20px center;
	background-color: #fff; 
}
.contact #main .noClick li input {
	background: #d8d8d8;
	border-color: #d8d8d8;
	cursor: default;
	pointer-events: none;
} 
.contact #main table .error td .radioList li input[type="radio"] + span {
	background-image: url("img/common/radio_bg03.png");
}
.contact #main table .error td input[type="text"],
.contact #main table .error td input[type="tel"],
.contact #main table .error td input[type="email"],
.contact #main table .error td textarea {
	border-color: #f58d8e;
}
.contact #main table .errorMes {
    display: none;
	margin: 6px 0 0 13px;
	padding: 1px 0 1px 20px;
	color: #f58d8d;
	font-size: 1.3rem;
	background: url("img/common/error.png") no-repeat left center;
	background-size: 15px 15px; 
}
.contact #main .checkTxt.error input[type="checkbox"] + span {
	background-image: url("img/common/check_bg03.png");
}
.popup {
    display: none;
}
.popup table {
    width: 100%;
    border-collapse: collapse;
}
.fancybox-content {
    width: 80%;
    max-width: 1000px;
    min-width: 840px;
}
@media all and (max-width: 896px) {
	.contact #main .topBox {
		margin-bottom: 56px;
	}
	.contact #main .topBox .top {
		line-height: 1.6;
		margin-bottom: 25px;
	}
	.contact #main .topBox .tel {
		width: 300px;
		padding: 1px 0 5px;
		font-size: 3rem;
	}
	.contact #main .topBox .tel .time {
		margin-top: -5px;
		font-size: 1.4rem;
	}
	.contact #main .formBox {
		margin-bottom: -107px;
		padding: 50px 0;
	}
	.contact #main .formBox .tabBox {
		margin: 0;
		padding: 20px 15px 44px;
	}
	.contact #main table th,
	.contact #main table td,
    .popup table th,
    .popup table td {
		padding: 0;
		float: left;
		width: 100%;
		box-sizing: border-box;
		font-size: 1.8rem;
	}
	.contact #main table .thStyle {
		padding-top: 0;
	}
	.contact #main table td,
    .popup table td {
		padding: 15px 0 20px;
	}
	.contact #main table th,
    .popup table th {
		padding: 20px 0 0;
		width: 100%;
		text-align: left;
		border-bottom: none;
	}
	.contact #main table th .must {
		margin: 0 0 0 15px;
		padding: 2px 0;
		font-size: 1.3rem;
	}
	.contact #main table td input[type="text"],
	.contact #main table td input[type="tel"],
	.contact #main table td input[type="email"],
	.contact #main table td textarea {
		height: 50px;
		padding: 5px 12px;
		width: 100%;
		font-size: 1.4rem;
		border: 1px solid #f5f5f5;
	}
	.contact #main table td textarea {
		height: 232px;
	}
	.contact #main table td .radioList,
    .contact #main table td .radioBox {
		margin-left: 0;
	}
    .contact #main table td .radioBox span.wpcf7-list-item {
        margin: 0 0 10px;
    }
	.contact #main table td .radioList li {
		display: block;
		margin: 0 0 10px;
	}
	.contact #main table td .radioList li:last-child {
		margin: 0;
	}
	.contact #main table td .radioList li input[type="radio"] {
		display: none;
	}
	.contact #main table td .radioList li input[type="radio"] + span {
		background-size: 25px 25px; 
		padding: 4px 0 4px 35px;
	}
	.contact #main table td .radioList li input[type="radio"]:checked + span {
		background-size: 25px 25px;
	}
	.contact #main table td .notes {
		font-size: 1.1rem;
	}
	.contact #main .checkTxt {
		font-size: 1.8rem;
	}
	.contact #main .checkTxt input[type="checkbox"] + span {
		background-size: 22px 22px; 
		padding: 4px 0 4px 33px;
	}
	.contact #main .checkTxt input[type="checkbox"]:checked + span {
		background-size: 22px 22px; 
	}
	.contact #main .linkTxt {
		margin-bottom: 28px;
	}
	.contact #main .linkTxt a {
		padding: 0 0 2px 24px;
		font-size: 1.4rem;
		background-size: 17px auto; 
	}
	.contact #main .submit {
		max-width: 320px;
		margin: 0 auto;
	}
	.contact #main .submit li {
		display: block;
		margin-bottom: 20px;
	}
	.contact #main .submit li:last-child {
		margin-bottom: 0;
	}
	.contact #main .submit li input,
    .popup .send a {
		width: 100%;
		height: 60px;
		font-size: 1.8rem;
		background-size: 30px auto,30px auto; 
		background-color: #002076;
	}
    .popup .send {
        margin: 40px auto 0;
        max-width: 320px;
    }
	.contact #main .noClick li input {
		background: #d8d8d8;
		border-color: #d8d8d8;
		cursor: default;
		pointer-events: none;
	} 
	.contact #main .submit li input:hover,
    .popup .send a:hover {
		color: #fff;
		background: url("img/common/icon03.png") no-repeat left 22px center, url("img/common/icon02.png") no-repeat right 20px center;
		background-size: 30px auto,30px auto; 
		background-color: #002076;
	}
	.contact #main table .errorMes {
		font-size: 1.2rem;
	}
    .fancybox-content {
        width: 95%;
        min-width: auto;
    }
}

/*------------------------------------------------------------
   contact/thanks.html
------------------------------------------------------------*/
.contact .thanksBox .infoBox {
	margin: 0 90px;
	padding: 80px 20px;
	border: 1px solid #e9e9e9;
}
.contact .thanksBox h3 {
	margin-bottom: 26px;
	padding-bottom: 115px;
	font-size: 3.2rem;
	text-align: center;
	letter-spacing: 0.11em;
	background: url("img/common/icon07.png") no-repeat center bottom;
}
.contact .thanksBox p {
	text-align: center;
	line-height: 1.75;
}
@media all and (max-width: 896px) {
	.contact .thanksBox .infoBox {
		margin: 0;
		padding: 40px 15px;
	}
	.contact .thanksBox h3 {
		margin-bottom: 20px;
		padding-bottom: 55px;
		font-size: 2.2rem;
		background-size: 45px auto; 
	}
	.contact .thanksBox p {
		line-height: 1.6;
	}
}
/*------------------------------------------------------------
   service
------------------------------------------------------------*/
.service #main .content {
    width: 1280px;
}
.service #main .topBox {
    position: relative;
    margin-bottom: 92px;
}
.service #main .topBox .textBox {
    position: absolute;
    left: 0;
    top: 80px;
    padding: 34px 15px 30px 25px;
    background: #fff;
    width: 603px;
    box-sizing: border-box;
}
.service #main .topBox .headLine01 {
    font-size: 3.6rem;
    line-height: 1.3;
    letter-spacing: 0.11em;
}
.service #main .topBox .headLine01:before {
    width: 120px;
    height: 8px;
    bottom: -33px;
}
.service #main .topBox .txtImg {
    text-align: right;
    margin: -20px 9px 0 0;
}
.service #main .headLine02 {
    margin-bottom: 45px;
}
.service #main .headLine02 .en {
    letter-spacing: 0.11em;
}
.service #main .inner {
	margin-bottom: 45px;
}
.service #main .inner01 {
	margin-bottom: 95px;
}
.service #main .inner .photoBox {
    float: right;
}
.service #main .inner .textBox {
    float: left;
    width: 755px;
	padding-top: 20px;
}
.service #main .inner .textBox .title {
	margin-bottom: 12px;
    display: flex;
    color: #1166a5;
	line-height: 1.5;
	align-items: flex-start;
    justify-content: space-between;
}
.service #main .inner .textBox .title .num {
    font-size: 4.2rem;
    font-weight: 700;
	color: #1166a5;
    width: 80px;
	display: block;
	padding: 0 0 4px 10px;
	box-sizing: border-box;
    font-family: 'Lato', sans-serif;
    border-bottom: 5px solid #1166a5;
}
.service #main .inner .textBox .title .rTxt {
	padding-top: 5px;
	width: calc(100% - 98px);
}
.service #main .inner .textBox .title .rTxt .top {
	margin-bottom: -3px;
	display: block;
	font-size: 1.8rem;
}
.service #main .inner .textBox .title .rTxt .txtSpan {
	font-size: 3.8rem;
	letter-spacing: 0.11em;
}
.service #main .inner .textBox p {
	margin-bottom: 24px;
	line-height: 1.75;
}
.service #main .inner .textBox .ulBox {
	margin: 0 12px 0 1px;
	padding: 13px 16px 10px;
	border: 1px solid #d4d4d4;
}
.service #main .inner .textBox .ulBox li {
	width: 40%;
	padding-bottom: 3px;
	font-size: 1.8rem;
}
.service #main .inner .textBox .ulBox li:nth-child(2n) {
	width: 59.4%;
}
.service #main .inner .textBox .ulBox01 li {
	font-size: 1.7rem;
	width: 37%;
}
.service #main .inner .textBox .ulBox01 li:nth-child(2n) {
	width: 62%;
}
.service #main .ourBox .headLine02 {
	margin-bottom: 30px;
}
.service #main .ourBox .ttl {
	margin-bottom: 15px;
	text-align: center;
	font-size: 3.2rem;
	letter-spacing: 0.1em;
}
.service #main .ourBox .txt01 {
	margin-bottom: 43px;
	line-height: 1.75;
	text-align: center;
}
.service #main .imgBox {
	margin-bottom: 37px;
}
.service #main .ourBox .title {
	margin-bottom: 8px;
	text-align: center;
}
.service #main .ourBox .title .info {
	margin-left: 9px;
	color: #0869ab; 
	font-size: 3rem;
	letter-spacing: 0.11em;
}
.service #main .ourBox .areaBox {
	padding: 25px 39px 9px;
	border: 1px solid #d4d4d4;
}
.service #main .ourBox .areaBox p {
	font-size: 1.4rem;
	line-height: 1.75;
}

.serviceDesc_wrap {
	margin-bottom: 3em;
}
.service_inner {
	padding-top: 170px;
	margin-top: -170px;
}
.service_index_container {
	display: grid;
	grid-template-rows: 0.5fr 1fr 0.3fr 0.7fr;
	grid-template-columns: 1fr 2fr;
}
.service_index_item_A {
	grid-row: 1 / 4;
	grid-column: 1 / 2;
}
.service_index_item_B {
	grid-row: 1 / 2;
	grid-column: 2 / 3;
}
.service_index_item_C {
	grid-row: 2 / 3;
	grid-column: 2 / 3;
}
.service_index_item_D {
	grid-row: 3 / 4;
	grid-column: 2 / 3;
}
.service_index_item_E {
	grid-row: 4 / 5;
	grid-column: 1 / 2;
}
.service_index_item_F {
	grid-row: 4 / 5;
	grid-column: 2 / 3;
}
.service_index_item_A, 
.service_index_item_E {
	background-color: #DDD;
	color: #000;
	border-bottom: 1px solid #AAA;
	position: relative;
}
.service_index_item_D,
.service_index_item_F {
	border-bottom: 1px solid #AAA;
}
.service_index_item_A, 
.service_index_item_B {
	border-top: 1px solid #AAA;
}
.service_index_item_B,
.service_index_item_C,
.service_index_item_D,
.service_index_item_F {
	padding: 10px 30px;
}
.service_index_title {
	position: absolute;
	width: 100%;
	font-weight: bold;
	font-size: 1.2em;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
}
.service_nav_title {
	font-weight: bold;
}
.service_nav_item {
	padding-left: 20px;
}
.service_nav_item a {
	position: relative;
}
.service_nav_item a::after {
	content: "";
	display: inline-block;
	position: absolute;
	width: 5px;
	height: 5px;
	border-top: 1px solid #777;
	border-right: 1px solid #777;
	transform: rotate(135deg) translateY(-15px);
}
.service_container {
	display: grid;
	grid-template-rows: 1fr 2fr 2.5fr 1.4fr;
	grid-template-columns: 1fr 2fr;
	margin-bottom: 50px;
}
.service_container_nopage {
	display: grid;
	grid-template-rows: 1fr 2fr 2fr;
	grid-template-columns: 1fr 2fr;
	margin-bottom: 50px;
}
.service_item_A {
	grid-row: 1 / 5;
	grid-column: 1 / 2;
}
.service_item_B {
	grid-row: 1 / 2;
	grid-column: 2 / 3;
	position: relative;
}
.service_item_C {
	grid-row: 2 / 3;
	grid-column: 2 / 3;
}
.service_item_D {
	grid-row: 3 / 4;
	grid-column: 2 / 3;
}
.service_item_E {
	grid-row: 4 / 5;
	grid-column: 2 / 3;
	position: relative;
}
.service_item_B, .service_item_C, .service_item_D, .service_item_E {
	background: #fff;
	padding: 0 50px;
}
/*.service_img_pc {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.service_img_sp {
	display: none;
}*/
.service_img_wrap {
	width: 100%;
	height: 100%;
}
.service_img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.service_name {
	position: absolute;
	font-size: 1.4em;
	top: 50%;
	transform: translateY(-50%);
	margin-top: 30px;
	display: block;
}
.service_problem {
	font-size: 1em;
	font-weight: bold;
	margin-top: 30px;
}
.service_problem_list {
	list-style: disc;
	margin: 0 2em;
}
.service_solution_title {
	display: block;
	font-size: 1em;
	font-weight: bold;
	margin-top: 25px;
}
.service_solution_list {
	list-style: disc;
	margin: 0 2em;
}
.service_button {
	position: absolute;
	display: block;
	text-align: center;
	margin: 0;
	padding: 10px;
	width: 280px;
	border: solid 2px #002076;
	background: #002076;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
}
.service_button_label,
.service_link_label {
	color: #FFF;
}
.service_link_label {
	padding: 2px 27px 0 0;
	display: inline-block;
	background: url(img/common/icon06_white.png) no-repeat right center;
}
.service_button:hover {
	border: solid 2px #002076;
	background: #FFF;
}
.service_button:hover .service_button_label,
.service_button:hover .service_link_label {
	color: #002076;
}
.service_button_label::after {
	content: " >>";
}
.service_button:hover .service_link_label {
	background: url(img/common/icon06.png) no-repeat right center;
}

@media all and (max-width: 896px) {
	.service #main .content {
		width: auto;
	}
	.service #main .topBox {
		position: static;
		margin-bottom: 46px;
	}
	.service #main .topBox .textBox {
		position: static;
		left: auto;
		top: auto;
		padding: 20px 15px;
		width: 100%;
	}
	.service #main .topBox .headLine01 {
		margin-bottom: 46px;
		font-size: 2.2rem;
		letter-spacing: 0.1em;
	}
	.service #main .topBox .headLine01:before {
		width: 100px;
		height: 5px;
		bottom: -23px;
	}
	.service #main .topBox .txtImg {
		text-align: center;
		margin: 0;
	}
	.service #main .headLine02 {
		margin-bottom: 25px;
	}
	.service #main .headLine02 .en {
		letter-spacing: 0.11em;
	}
	.service #main .inner {
		margin-bottom: 25px;
	}
	.service #main .inner01 {
		margin-bottom: 45px;
	}
	.service #main .inner .photoBox {
		float: none;
	}
	.service #main .inner .photoBox img {
		width: 100%;
	}
	.service #main .inner .textBox {
		float: none;
		width: auto;
		padding-top: 0;
		margin-bottom: 20px;
	}
	.service #main .inner .textBox .title {
		margin-bottom: 10px;
		align-items: center;
	}
	.service #main .inner .textBox .title .num {
		font-size: 3.2rem;
		width: 50px;
		padding: 0 0 2px;
		text-align: center;
		border-bottom: 4px solid #1166a5;
	}
	.service #main .inner .textBox .title .rTxt {
		padding-top: 14px;
		width: calc(100% - 65px);
	}
	.service #main .inner .textBox .title .rTxt .top {
		font-size: 1.4rem;
	}
	.service #main .inner .textBox .title .rTxt .txtSpan {
		font-size: 2.5rem;
		letter-spacing: 0.1em;
	}
	.service #main .inner .textBox p {
		margin-bottom: 20px;
		line-height: 1.6;
	}
	.service #main .inner .textBox .ulBox {
		margin: 0;
		padding: 15px;
	}
	.service #main .inner .textBox .ulBox li {
		width: 100%;
		padding-bottom: 2px;
		font-size: 1.4rem;
	}
	.service #main .inner .textBox .ulBox li:nth-child(2n) {
		width: 100%;
	}
	.service #main .inner .textBox .ulBox01 li {
		font-size: 1.4rem;
		width: 100%;
	}
	.service #main .inner .textBox .ulBox01 li:nth-child(2n) {
		width: 100%;
	}
	.service #main .ourBox .headLine02 {
		margin-bottom: 20px;
	}
	.service #main .ourBox .ttl {
		margin-bottom: 10px;
		font-size: 1.9rem;
	}
	.service #main .ourBox .txt01 {
		margin-bottom: 20px;
		line-height: 1.6;
	}
	.service #main .imgBox {
		margin-bottom: 26px;
	}
	.service #main .ourBox .title {
		margin-bottom: 8px;
	}
	.service #main .ourBox .title .info {
		margin-left: 5px;
		font-size: 1.8rem;
	}
	.service #main .ourBox .areaBox {
		padding: 15px;
	}
	.service #main .ourBox .areaBox p {
		font-size: 1.2rem;
		line-height: 1.6;
	}

	.service_index_container {
		grid-template-rows: 0.5fr 0.7fr 1.5fr 0.5fr 0.5fr 1fr;
		grid-template-columns: 1fr;
	}
	.service_index_item_A {
		grid-row: 1 / 2;
		grid-column: 1 / 2;
	}
	.service_index_item_B {
		grid-row: 2 / 3;
		grid-column: 1 / 2;
		border-top: none;
	}
	.service_index_item_C {
		grid-row: 3 / 4;
		grid-column: 1 / 2;
	}
	.service_index_item_D {
		grid-row: 4 / 5;
		grid-column: 1 / 2;
	}
	.service_index_item_E {
		grid-row: 5 / 6;
		grid-column: 1 / 2;
	}
	.service_index_item_F {
		grid-row: 6 / 7;
		grid-column: 1 / 2;
	}
	.service_index_item_B,
	.service_index_item_C,
	.service_index_item_D,
	.service_index_item_F {
		padding: 5px 20px!important;
	}
	.service_nav_item a::after {
		transform: rotate(135deg) translateY(-7px);
	}
	.service_inner {
		padding-top: 80px;
		margin-top: -80px;
	}
	.service_container {
		grid-template-rows: max-content 0.2fr 1fr max-content 1fr;
		grid-template-columns: 1fr;
	}
	.service_container_nopage {
		grid-template-rows: max-content 0.2fr 1fr 1.4fr;
		grid-template-columns: 1fr;
	}
	.service_item_A {
		grid-row: 1 / 2;
		grid-column: 1 / 2;
	}
	.service_item_B {
		grid-row: 2 / 3;
		grid-column: 1 / 2;
	}
	.service_item_C {
		grid-row: 3 / 4;
		grid-column: 1 / 2;
	}
	.service_item_D {
		grid-row: 4 / 5;
		grid-column: 1 / 2;
	}
	.service_item_E {
		grid-row: 5 / 6;
		grid-column: 1 / 2;
	}
	.service_item_B, .service_item_C, .service_item_D, .service_item_E {
		padding: 0 20px;
	}
	/*.service_img_pc {
		display: none;
	}
	.service_img_sp {
		display: block;
		width: 100%;
		object-fit: cover;
		object-position: center;

	}*/
	.service_img {
		width: 100%;
		height: 50vw;
	}
	.service_name {
		margin-top: 25px;
	}
	.service_problem {
		margin-top: 40px;
		margin-bottom: 5px;
		font-size: 1em;
	}
	.service_problem_item {
		line-height: 1.4;
	}
	.service_solution_title {
		margin-top: 15px;
		margin-bottom: 10px;
		font-size: 1em;
		line-height: 1.4;
	}
	.service_problem_list {
		margin: 0 0 0 2.2em;
	}
	.service_solution {
		line-height: 1.4;
	}
	.service_solution_list {
		margin: 0 0 0 2.2em;
	}
	.service_solution_item {
		line-height: 1.4;
	}
	.service_button {
		width: 180px;
		margin: 0 auto;
		top: 50%;
		transform: translate(-50%, -50%);
	}
}
@media all and (max-width: 374px) {
	.comBox .contactBox .listUl li .btn a {
		font-size: 1.4rem;
		background-position: left 8px center,right 10px center;
	}
    .menuBox .comBtn a {
        font-size: 1.5rem;
        background-size: 28px auto;
    }
    .menuBox .comBtn01 a {
        background-size: 22px auto, 28px auto;
    }
    .menuBox .comBtn01 .telSpan {
        font-size: 2.5rem;
    }
}
@media all and (-ms-high-contrast:none){
	#gHeader .hInner .btn a {
		padding: 10px 10px 3px 0;
	}
	.comBtn a {
		padding: 16px 20px 11px 20px;
	}
	.comBox .contactBox .listUl li .btn a {
		padding: 18px 10px 15px;
	}
	.comBlogList li .txtBox .new {
		padding: 5px 0 0;
	}
	.wp-pagenavi a, .wp-pagenavi span {
		padding-top: 6px;
		line-height: 44px;
	}
	.comDetail #conts .title .new {
		padding: 5px 0 0;
	}
	.comDetail #conts h2 {
		padding-top: 7px;
	}
	.comDetail #conts h3 {
		padding: 7px 5px 1px 22px;
	}
	.comDetail #conts ul li::before {
		margin-top: -9px;
	}
	.comDetail #conts .comLink a {
		padding: 10px 10px 5px 32px;
	}
	.comDetail #conts h3::before {
		top: 6px;
	}
	.comTable .info {
		padding-top: 5px;
	}
	.headLine03 {
		padding-top: 8px;
	}
	.contact #main table td .radioList li input[type="radio"] + span {
		padding-top: 10px;
	}
	.contact #main table .errorMes {
		padding-top: 5px;
	}
	.contact #main table th .must {
		margin-top: -1px;
		padding: 5px 0 0;
	}
	.contact #main table td input[type='text'], .contact #main table td input[type='tel'], .contact #main table td input[type='email'], .contact #main table td textarea {
		padding: 8px 15px 3px;
	}
	.contact #main .checkTxt.error input[type='checkbox'] + span {
		padding-top: 14px;
	}
	.contact #main .linkTxt a {
		padding-top: 5px;
	}
	.contact #main .submit li input,
    .popup .send a {
		padding-top: 5px;
		height: 65px;
	}
	.comNewsList .new {
		padding: 5px 0 0;
	}
	.recruit #main .sec03 .linkList li .comLink a {
		padding: 6px 10px 1px 14px;
	}
	.comLink a {
		padding: 10px 10px 5px 32px;
	}
	#gFooter .fInner .fNavi > li a {
		padding-top: 3px;
	}
}  

/*固定*/
.contentsFix{
	padding: 120px 20px;
	max-width: 1400px;
	margin: 0 auto;
}

@media all and (max-width: 896px) {
	.contentsFix{
		padding: 0 5%;
	}
}

h2.section_title {
	font-family: "Oswald";
	font-size: 72px;
	font-weight: 500;
	display: inline-block;
	margin-bottom: 100px;
}

h3.service_title {
	font-size:2em;
	margin-bottom:1em;
	color:#002076;
	line-height: 1.2;
}

.messageDesc {
margin: 0 auto 100px;
/*font-size: 1.5em;
line-height: 200%;
letter-spacing: 0.25em;*/
font-weight: bold;
text-align: justify;
}


.section_sub_title {
	display: inline-block;
	font-size: 1.2em;
	font-weight: bold;
	margin-left: 30px;
}

.messageDesc {
	margin: 0 auto 100px;
	/*font-size: 1.5em;
	line-height: 200%;
	letter-spacing: 0.25em;*/
	font-weight: bold;
	text-align: justify;
}

p.name {
	text-align: right;
	font-size: 1.2em;
	margin-top: 1em;
}

.message {
	padding: 120px 0px;
	max-width: 960px;
	margin: 0 auto;
}
.companyinfo {
	max-width: 960px;
	margin: 0 auto;
}
.companyTable .companyTableDetail:first-child {
	border-top:solid 1px ;

}
.companyTableDetail {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding:40px 40px;
	border-bottom:solid 1px ;
}
.companyTableDetail span{
	display:block;
	margin-bottom: 1em;
}
dl.companyTable {
	margin-bottom: 200px;
	font-size: 1em;
	letter-spacing: 0.25em;
}

.companyTable dt {
	font-weight:bold;
}

.companyTable dd {
	width:70%;
}

.text{
	display:block;
}

.service_about {
	max-width: 960px;
	margin: 0 auto;
}
.serviceinfo {
	/* width: 100%; */
	margin: 0 calc(50% - 50vw);
	background-color:#f4f4f4;
}
.serviceSec{
	margin-bottom: 8em;
}
.seirviceInner {
	max-width: 960px;
	padding: 150px 20px;
	margin: 0 auto;
}

span.example {
	margin-bottom:1em;
	padding-left:0.5em;
	display:block;
	font-size:1.5em;
	font-weight:bold;
	border-left:solid 5px #002076;
}



.task li {
	text-decoration: underline;
	margin-left:1em;
}

.serviceItem li {
	margin-left: 2em;
	margin-bottom: 1em;
	background-color: #002076;
	padding: 1em;
	color: #fff;
}

.serviceItem {
	display: flex;
	flex-wrap: wrap;
}
.servicesites {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
a.rax {
	width: 47%;
	margin-bottom: 2rem;
}

@media all and (max-width: 768px) {
	h2.section_title{
			font-size: 3em;
			margin-bottom: 65px;
	}
	.section_sub_title{
			margin-left: 0.8em;
			font-size: 0.9em;
	}
	.messageDesc{
			font-size:1.2em;
			font-weight: bold;
			text-align: justify;
	}
	dl.companyTable{
		font-size: 1.2em;
	}
	.companyTableDetail{
			display:block;
			text-align:center;
			padding: 40px 0;
	}
	.companyTableDetail dd{
			width:100%;
			margin-top:1em;
	}
	.serviceItem li{
		margin-left: 0;
		width:100%;
		texta-align:center;
    margin-bottom:10px;
	}
	a.rax {
		width: 100%;
		margin-bottom: 20px;
	}
}

.button a:hover {
	background-color:#fff;
	border: solid 2px #002076;
	color:#002076;
	}


/*------------------------------------------------------------
   works
------------------------------------------------------------*/
.works-title {
  background-color: #00217A;
  color: #FFF;
  font-size: 2em;
  line-height: 150%;
  margin-bottom: 1em;
  padding: 1em;
}

.service-user {
  font-size: 1.5em;
  margin-bottom: 57px;
}

.pseudo-br {
  display: inline-block;
}

.pseudo-br::before {
  content: "";
  padding-right: 0.4em;
}

.works-service article dl {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.works-service article {
  margin: 73px auto;
}

.works-service article dl dt {
  width: 33%;
}

.works-service article dl dt img {
  width: 100%;
  vertical-align: middle;
  max-width: 100%;
  height: 291px;
  object-fit: cover;
  filter: brightness(1.1);
  box-shadow: 5px 5px 10px 0px rgb(0 0 0 / 25%);
}

.works-service article dl dd {
  width: 100%;
  margin-left: 47px;
}

.works-site-in {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.works-site-in::after {
  content:"";
  display: block;
  width: 30%;
}

.works-site-in article {
  width: 30%;
  margin: 25px 0;
}

.works_card-box {
  position: relative;
}

.works_card-box dt span.works-about {
  display: none;
}

.works_card-box dt a:hover span.works-about {
  color: #fff;
  display: block;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -45%);
  font-size: 1.6em;
  z-index: 999;
}

.works_card-box dt a:hover img {
  filter: brightness(60%);
  transition: all 0.2s ease-in-out;
  box-shadow: 5px 5px 10px 0px rgb(0 0 0 / 50%);
}

.works_card-box dt img {
  width: 100%;
  vertical-align: top;
  max-width: 100%;
  height: auto;
  box-shadow: 5px 5px 10px 0px rgb(0 0 0 / 25%);
}

.works_card-box dd {
  text-align: center;
  margin-top: 30px;
}

@media all and (max-width: 896px) {
  .works-service article dl {
    flex-wrap: wrap;
  }

  .works-service article dl dt {
    width: 100%;
  }

  .works-service article dl dt img {
    width: 100%;
  }

  .works_card-box dt a:hover span.works-about {
    display: none;
  }

  .works-service article dl dd {
    margin: 0;
  }

  .works-service article dl dd h4 {
    text-align: center;
    margin: 20px auto;
  }

  .works-site-in article {
    width: 100%;
  }
}

