/*
Theme Name: 株式会社アイエンジ
Version: 2020.12
Text Domain: i-engi
*/

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,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,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}body{line-height:1}button{outline:0}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}q{display:inline;font-style:italic}q:before{content:'"';font-style:normal}q:after{content:'"';font-style:normal}textarea,input[type="text"],input[type="button"],input[type="submit"],input[type="reset"],input[type="search"],input[type="password"]{-webkit-appearance:none;appearance:none;border-radius:0}table{border-collapse:collapse;border-spacing:0}th,td{padding:2px}big{font-size:120%}small,sup,sub{font-size:80%}sup{vertical-align:super}sub{vertical-align:sub}dd{margin-left:20px}kbd,tt{font-family:courier;font-size:12px}ins{text-decoration:underline}del,strike,s{text-decoration:line-through}dt{font-weight:bold}address,cite,var{font-style:italic}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}.screen-reader-text{clip:rect(1px, 1px, 1px, 1px);position:absolute !important}

/*//////////////////////////////////////////////// 共通指定 */
body{
}
#wrapper{
	font-family: 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', Meiryo,sans-serif;
	overflow:hidden;
}
#content{
	min-height:500px;
}
.container{
	width:1000px;
	max-width:100%;
	margin:0 auto;
}
.t-serif{
	font-family: 'Noto Serif JP', serif;
}
.t-opensans{
	font-family: 'Open Sans', sans-serif;
}
@font-face {
  font-family: "Droidiga";
  src: url("./fonts/Droidiga.ttf.woff") format("woff"),
       url("./fonts/Droidiga.ttf.svg") format("svg"),
       url("./fonts/Droidiga.ttf.eot") format("eot");
}
@font-face {
  font-family: "Bellevue";
  src: url("./fonts/Bellevue.woff") format("woff"),
       url("./fonts/Bellevue.svg") format("svg"),
       url("./fonts/Bellevue.eot") format("eot");
}
.t-droidiga{
  font-family: "Droidiga";
}
.t-bellevue{
  font-family: "Bellevue";
}
a{
	color:#000;
	transition:opacity 0.3s;
}
a:hover{
	opacity:0.86;
	transition:opacity 0.3s;
}
.ib{
	display:inline-block!important;
}
.spbl{
	display:none!important;
}
.spil{
	display:none!important;
}

/* 共用テーブル */
.cu__table{
	width:100%;
	max-width:780px;
	margin:0 auto;
	border-bottom:1px solid #9f9f9f;
	table-layout:fixed;
	-webkit-text-size-adjust:none;
}
.cu__table th,
.cu__table td{
	font-size:14px;
	line-height:1.7;
	border-top: 1px solid #9F9F9F;
}
.cu__table th {
	width:22.8%;
	background: #EFEFEF;
}
.cu__table th{
	padding:10px 0.3em;
}
.cu__table td {
	padding: 10px 3.2%;
}
.no-border{
	border-top:none!important;
}
.cu__table ol{
	padding-left:1.5em;
}
.cu__table ol > li{
	list-style:decimal outside;
}
@media screen and (max-width:767px){
	.cu__table th,
	.cu__table td {
		font-size: 11px;
	}
}

/* more */
.more-wrap{

}
.more{
	position:relative;
	display:block;
	width:220px;
	max-width:100%;
	height:46px;
	margin:0 auto;
	line-height:40px;
	font-size:20px;
	text-decoration:none;
	text-align:center;
}
.more--s{
	width:165px;
	height:36px;
	line-height:31px;
	font-size:16px;
}
.more--blue{
	color:#fff;
	background:#00277D;
	border:1px solid #00277D;
}
.more--white{
	color:#000;
	background:#fff;
	border:1px solid #000;
}
.more::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 6%;
	transform: translate(0,-50%);
	display: block;
	width: 0.8em;
	height: 0.8em;
}
.more--blue::after{
	background: url(./img/icon-arrow-right-thin-wh.png) no-repeat center / contain;
}
.more--white::after{
	background: url(./img/icon-arrow-right-thin-bk.png) no-repeat center / contain;
}
@media screen and (max-width:1020px){
	.container{
		padding-right:10px!important;
		padding-left:10px!important;
	}
}
@media screen and (max-width:767px){
	body{
		font-size:13px;
	}
	.pcbl{
		display:none!important;
	}
	.spbl{
		display:block!important;
	}
	.pcil{
		display:none!important;
	}
	.spil{
		display:inline!important;
	}
}

/*//////////////////////////////////////////////// ヘッダー */

/* トップバー */
#top-bar {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
}
#top-bar .container {
	display: flex;
	justify-content: space-between;
	align-items:flex-end;
	height:65px;
}
#site-title a {
	display: block;
	width: 300px;
}
#site-title a img {
	display: block;
	width: 100%;
}
@media screen and (max-width:767px){
	#top-bar .container {
		height: 45px;
	}
	#site-title a {
		width: 180px;
	}
}
/* ヘッダーメニュー */
#global-menu {
	flex: 1 0 auto;
}
.global-wpmenu {
	display: flex;
	padding-left: 12%;
}
.global-wpmenu > li {
	flex: 0 0 17%;
}
.global-wpmenu > li > a {
	font-family: 'Noto Serif JP', serif;
	display: block;
	text-decoration: none;
	text-align: center;
	padding: 3px 0;
	color:#fff;
}
#menu-toggle{
	display:none;
}
.global-wpmenu > li:nth-of-type(1){
	display:none;
}

/* モバイル用メニュー */
@media screen and (max-width:959.99px) {
	#menu-toggle {
		position: fixed;
		top: 0;
		left: calc(100% - 60px);
		display: block;
		width: 60px;
		height: 60px;
		transition: all 0.3s ease-out;
	}
	#menu-toggle.active {
		left: 20px;
		transition: all 0.4s ease-out;
		background:#fff;
	}
	#menu-toggle>span {
		position: absolute;
		left: 15px;
		display: block;
		width: 30px;
		height: 1px;
		background: #000;
	}
	#menu-toggle>span:nth-of-type(1) {
		top: 20px;
	}
	#menu-toggle>span:nth-of-type(2) {
		top: 30px;
	}
	#menu-toggle>span:nth-of-type(3) {
		top: 40px;
	}
	#menu-toggle.active>span:nth-of-type(1) {
		transform-origin: left center;
		transform: translate(5px, -1px) rotate(45deg);
		transition: transform 0.3s;
	}
	#menu-toggle.active>span:nth-of-type(2) {
		opacity: 0;
		transition: opacity 0.3s;
	}
	#menu-toggle.active>span:nth-of-type(3) {
		transform-origin: left center;
		transform: translate(5px, 0) rotate(-45deg);
		transition: transform 0.3s;
	}
	#menu-bg {
		display: none;
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		left: 0;
		background: rgba(255, 255, 255, 0.5);
		z-index:99;
	}
	#global-menu {
		position: fixed;
		top: 0;
		left: 100%;
		width: calc(100% - 80px);
		height: 100vh;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
		color: #fff;
		background: #00279C;
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
		transition: all 0.3s ease-out;
	}
	#global-menu.active {
		left: 80px;
		transition: all 0.4s ease-out;
	}
	.global-wpmenu {
		display:block;
		padding: 20px 20px 100px;
	}
	.global-wpmenu a {
		display: block;
		line-height: 3;
		height: 3em;
	}
	.global-wpmenu a:after {
		content: "＞";
		margin-left: 0.8em;
		opacity: 0.5;
	}
	.global-wpmenu > li:nth-of-type(1){
		display:block;
	}
	.global-wpmenu > li > a {
		border-bottom: 1px solid #fff;
		text-align: left;
		padding: 10px;
		color:#fff;
		box-sizing: content-box;
	}
	.global-wpmenu .sub-menu {
		border-bottom: 1px solid #fff;
	}
	.global-wpmenu .sub-menu>li a {
		paddint-left: 1em;
	}
	.global-wpmenu .sub-menu>li a:before {
		content: "├";
		margin-right: 0.5em;
	}
	.global-wpmenu .sub-menu>li:nth-last-of-type(1) a:before {
		content: "└";
	}
}

/* トップページ用スライダー */
#header-slider{
}
.header-slider__single .slide-img{
	width:100%;
	height:100vh;
	background:#fff no-repeat center / cover;
}
.header-slider__single .container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-end;
	position: absolute;
	top: 46%;
	left: 50%;
	transform: translate(-50%,-26%);
}
.header-slide__text-wrap{
	
}
#header-slide01 .slide-img{
	background-image:url(./img/slide01.jpg);
}
#header-slide02 .slide-img{
	background-image:url(./img/slide02.jpg);
}
#header-slide03 .slide-img{
	background-image:url(./img/slide03.jpg);
}
#header-slide04 .slide-img{
	background-image:url(./img/slide04.jpg);
}
.header-slide__title{
	margin-bottom:30px;
	font-size:45px;
	letter-spacing:0.1em;
}
.header-slide__text {
	margin-right:-3em;
	line-height: 1.96;
	text-indent: 1em;
	letter-spacing: 0.06em;
	text-align: left;
}
#header-slide02 .header-slide__title,
#header-slide04 .header-slide__title {
	text-shadow: 0 0 10px #fff,0 0 10px #fff,0 0 10px #fff,0 0 10px #fff,0 0 10px #fff,0 0 10px #fff,0 0 10px #fff,0 0 10px #fff,0 0 10px #fff,0 0 10px #fff,0 0 10px #fff;
}
#header-slide02 .header-slide__text,
#header-slide04 .header-slide__text {
	text-shadow: 0 0 6px #fff,0 0 6px #fff,0 0 6px #fff,0 0 6px #fff,0 0 6px #fff,0 0 6px #fff,0 0 6px #fff,0 0 6px #fff,0 0 6px #fff,0 0 6px #fff,0 0 6px #fff;
}
#header-slide03 .header-slide__title {
	color:#fff;
	text-shadow: 0 0 10px #0075C2,0 0 10px #0075C2,0 0 10px #0075C2,0 0 10px #0075C2,0 0 10px #0075C2;
}
#header-slide03 .header-slide__text {
	color:#fff;
	text-shadow: 0 0 6px #0075C2,0 0 6px #0075C2,0 0 6px #0075C2,0 0 6px #0075C2,0 0 6px #0075C2,0 0 6px #0075C2,0 0 6px #0075C2,0 0 6px #0075C2,0 0 6px #0075C2,0 0 6px #0075C2,0 0 6px #0075C2;
}

/* ズームアップ */

.header-slider .swiper-slide {
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

/* スライド１ */
@-webkit-keyframes zoomUp1 {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		background-position:center;
	}
	100% {
		-webkit-transform: scale(1.15);
		transform: scale(1.15);
		background-position:center 66%;
	}
}
@keyframes zoomUp1 {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		background-position:center;
	}
	100% {
		-webkit-transform: scale(1.15);
		transform: scale(1.15);
		background-position:center 66%;
	}
}
.header-slider #header-slide01.swiper-slide-active .slide-img,
.header-slider #header-slide01.swiper-slide-duplicate-active .slide-img,
.header-slider #header-slide01.swiper-slide-prev .slide-img {
	-webkit-animation: zoomUp1 30s linear 0s;
	animation: zoomUp1 30s linear 0s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

/* スライド２ */
@-webkit-keyframes zoomUp2 {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	100% {
		-webkit-transform: scale(1.25);
		transform: scale(1.25);
	}
}
@keyframes zoomUp2 {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	100% {
		-webkit-transform: scale(1.25);
		transform: scale(1.25);
	}
}
.header-slider #header-slide02.swiper-slide-active .slide-img,
.header-slider #header-slide02.swiper-slide-duplicate-active .slide-img,
.header-slider #header-slide02.swiper-slide-prev .slide-img {
	-webkit-animation: zoomUp2 20s linear 0s;
	animation: zoomUp2 20s linear 0s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

/* スライド３ */
@-webkit-keyframes zoomUp3 {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		background-position:center;
	}
	100% {
		-webkit-transform: scale(1.18);
		transform: scale(1.18);
		background-position:60% 45%;
	}
}
@keyframes zoomUp3 {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		background-position:center;
	}
	100% {
		-webkit-transform: scale(1.18);
		transform: scale(1.18);
		background-position:60% 45%;
	}
}
.header-slider #header-slide03.swiper-slide-active .slide-img,
.header-slider #header-slide03.swiper-slide-duplicate-active .slide-img,
.header-slider #header-slide03.swiper-slide-prev .slide-img {
	-webkit-animation: zoomUp3 20s linear 0s;
	animation: zoomUp3 20s linear 0s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

/* スライド４ */
@-webkit-keyframes zoomUp4 {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		background-position:center;
	}
	100% {
		-webkit-transform: scale(1.18);
		transform: scale(1.18);
		background-position:30% 60%;
	}
}
@keyframes zoomUp4 {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		background-position:center;
	}
	100% {
		-webkit-transform: scale(1.18);
		transform: scale(1.18);
		background-position:30% 60%;
	}
}
.header-slider #header-slide04.swiper-slide-active .slide-img,
.header-slider #header-slide04.swiper-slide-duplicate-active .slide-img,
.header-slider #header-slide04.swiper-slide-prev .slide-img {
	-webkit-animation: zoomUp4 16s linear 0s;
	animation: zoomUp4 16s linear 0s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}


@media screen and (max-width:1090px){
	.header-slide__text {
		margin-right:0;
	}

}
@media screen and (max-width:1090px){
	.header-slide__title {
		font-size: 40px;
	}
}
@media screen and (max-width:767px){
	.header-slider__single .slide-img {
		height: 270px;
	}
	.header-slide__title {
		font-size: 17px;
		margin-bottom:12px;
	}
	.header-slide__text {
		font-size: 11px;
		text-align: right;
		line-height:1.5;
	}
}
/* 下層ページ用メインビジュアル */
#main-visual{
	background:no-repeat left top / cover;
	height: calc(100vw*0.375);
}
#main-visual .container h1 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-top: 65px;
	height: 37.5vw;
	color: #fff;
	text-align: center;
}
.p-en-title {
	font-size: 50px;
	line-height: 1.1;
	word-break: break-word;
	margin-bottom: 10px;
	display: block;
	letter-spacing: 0.1em;
}
.p-en-title > span {
	display: inline-block;
	margin: 0 0.24em;
}
@media screen and (max-width:767px){
#main-visual .container h1 {
	height: 30vw;
	padding-top: 45px;
}
.p-en-title {
	font-size: 6vw;
	line-height: 1.2;
	margin-bottom: 6px;
}
.p-en-title + .t-serif {
	font-size: 14px;
}
}
/*//////////////////////////////////////////////// フッター */

#footer{
	background:#e3e6e6;
}
.footer-inner{
	display:flex;
	flex-direction:row-reverse;
	padding:50px 0 90px;
}

/* トップボタン */
#to-top {
	position: fixed;
	right: 20px;
	bottom: 20px;
	display: none;
	width: 55px;
	text-align: center;
	cursor: pointer;
}
#to-top::before {
	position: relative;
	display: block;
	content: "";
	width: 100%;
	height: 30px;
	background: url(./img/to-top.png) no-repeat center / contain;
	margin-bottom: 12px;
}
@media screen and (max-width:767px){
	#to-top {
		position: static;
		width: 30px;
		margin: 0 auto 30px;
		text-align: center;
	}
	#to-top::before {
		margin-bottom:12px;
		height: 15px;
	}
}
/* フッターメニュー */
.footer-menu {
	flex: 0 0 50%;
	max-width: 50%;
	display: flex;
	flex-direction: column;
	justify-content:flex-end;
	align-items: flex-end;
	padding-right: 9%;
}
a.footer-menu__contact {
	display: block;
	width: 325px;
	max-width: 100%;
	height: 70px;
	line-height: 70px;
	text-align: center;
	text-decoration: none;
	background: #00277D;
	color: #fff;
}
.footer-menu__contact::before {
	content: "";
	position: relative;
	display: inline-block;
	width: 2.25em;
	height: 70px;
	background: url(./img/icon-mail.png) no-repeat center / contain;
	vertical-align: middle;
	margin-right: 1em;
}
.footer-wpmenu {
	display: flex;
	justify-content: space-between;
	width: 325px;
	max-width: 100%;
	flex-wrap: wrap;
	margin-top: 8px;
}
.footer-wpmenu > li {
	flex: 0 0 32%;
	max-width: 32%;
	margin-top: 36px;
}
.footer-wpmenu > li > a {
	position: relative;
	text-decoration: none;
	display: block;
	line-height: 2;
	padding-left: 1em;
}
.footer-wpmenu > li > a::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0,-50%);
	display: block;
	width: 0.8em;
	height: 0.8em;
	background: url(./img/icon-arrow-right.png) no-repeat center / contain;
}
.footer-wpmenu > li:nth-of-type(1){
	display:none;
}

/* 会社情報 */
.com-info {
	flex: 0 0 50%;
	max-width: 50%;
	padding-left: 6.8%;
}
.com-info__link {
	display: block;
	width: 300px;
	max-width: 66%;
	margin-bottom:40px;
}
.com-info__link > img{
	display:block;
	width:100%;
}
.com-info__tel {
	font-size: 29px;
	margin-bottom:14px;
}
.com-info__business-hour {
	font-size: 20px;
	margin-bottom:35px;
}
.com-info__address {
	line-height: 1.7;
}
/* 著作権表示 */
#copyright{
	padding:0 0.6em 40px;
	text-align:center;
	font-size:12px;
}

@media screen and (max-width:767px){
	#footer {
		background: #fff;
	}
	.footer-inner {
		display: block;
		margin-bottom:50px;
		padding:0;
	}
	.footer-menu {
		max-width: initial;
		padding: 0;
		display: block;
		margin: 0 -10px;
		background: #E8E8E8;
	}
	a.footer-menu__contact {
		width: 100%;
		font-size: 17px;
	}
	.footer-wpmenu {
		width: 100%;
		display: block;
		margin: 0;
		padding: 30px 10px 40px;
	}
	.footer-wpmenu > li {
		max-width: initial;
		margin: 0;
	}
	.footer-wpmenu > li > a {
		border-bottom: 1px solid #ccc;
		font-size: 14px;
		line-height: 35px;
	}
	.footer-wpmenu > li > a::before {
		content:none;
	}
	.com-info {
		max-width: initial;
		text-align: center;
		padding: 0;
	}
	.com-info__link {
		margin: 25px auto;
		width: 220px;
	}
	.com-info__tel {
		font-size: 17px;
	}
	.com-info__business-hour {
		font-size: 12px;
		margin-bottom:20px;
	}
	.com-info__address {
		font-size: 14px;
	}
	#copyright {
		line-height: 1.5;
	}
}

/* ページング */
.pager {
	margin:0 6px 80px 0;
	text-align: center;
	font-size:0;
}
.pager .page-numbers {
	display: inline-block;
	width: 39px;
	height: 35px;
	margin: 0 0 0 6px;
	font-size:18px;
	line-height: 35px;
	text-decoration: none;
	transition:background 0.3s;
}
.pager .page-numbers.current{
	color:#fff;
	background:#00277D;
}
.pager a.page-numbers:hover{
	background:#ececec;
	transition:background 0.3s;
}
@media screen and (max-width:767px){
	.pager{
		margin-top:50px;
	}
	.pager .page-numbers {
		font-size:14px;
	}
}
/*//////////////////////////////////////////////// トップページ */

/* 1カラムセクション */
.sec-1col{
	position:relative;
}
.sec-1col .container {
	position: relative;
	padding: 60px 0 70px;
}
.sec-1col__title {
	position:relative;
	text-align: center;
	font-size: 35px;
	margin-bottom:100px;
}
.sec-1col__title--white {
	color: #fff;
}
.sec-1col__title--underline {
	border-bottom: 1px solid #000;
	padding-bottom: 0.8em;
	margin-bottom:50px;
}
.sec-1col__title::after{
	content:"";
	position:absolute;
	top:calc(100% + 18px);
	left:50%;
	transform:translate(-50%,0);
	display:block;
	width:0;
	height:40px;
	border-right:1px solid #000;
}
.sec-1col__title--white::after {
	border-color: #fff;
}
.sec-1col__title--underline::after {
	content:none;
}
.sec-1col__title--plain{
	margin-bottom:56px;
}
.sec-1col__title--plain::after{
	content:none;
}
.sec-1col__en-title {
	position: absolute;
	top: 0;
	left: 2.5%;
	transform: rotateZ(90deg);
	font-size: 22px;
	padding: 12px 25px;
	border-top: 1px solid #000;
	transform-origin: left top;
}
.sec-1col__p {
	width: 550px;
	max-width: 100%;
	margin: 0 auto 30px;
	line-height: 1.6;
	font-size: 14px;
	text-align: justify;
	word-break: break-all;
}
.sec-1col__p--l{
	width:780px;
}
.sec-1col__p--indent{
	text-indent:1em;
}
@media screen and (max-width:1090px){
	.sec-1col__en-title {
		left: 0;
		transform: rotateZ(90deg) translate(0,-100%);
	}
}
@media screen and (max-width:767px){
	.sec-1col .container{
		padding-top:40px;
		padding-bottom:40px;
	}
	.sec-1col__title {
		font-size: 20px;
		margin-bottom: 50px;
	}
	.sec-1col__title::after {
		height: 20px;
	}
	.sec-1col__en-title {
		font-size:11px;
	}
	.sec-1col__p {
		font-size: 13px;
	}
}

/* 2カラムセクション */
.sec-2col .container {
	position: relative;
}
.sec-2col__text-wrap {
	background: #fff;
	width: 44%;
	position: absolute;
	bottom: -24px;
	padding:42px 25px 34px 70px;
	box-shadow: 0 0 15px 6px rgba(0,0,0,0.4);
}
.sec-2col__text-wrap::after {
	content: "";
	position: absolute;
	top: -24px;
	left: 32px;
	display: block;
	width: 0;
	height: 280px;
	border-right: 1px solid #000;
}
.sec-2col__text-wrap--textl{
	left: 0;
}
.sec-2col__text-wrap--textr{
	right: 0;
}

.sec-2col__text-wrap h2 {
	font-size: 27px;
	text-align: center;
	margin-bottom: 42px;
}
.sec-2col__text-wrap p {
	text-indent: 1em;
	line-height: 2;
	text-align: justify;
	word-break: break-all;
	font-size: 13px;
	margin-bottom: 34px;
}
@media screen and (max-width:767px){
	.sec-2col__text-wrap {
		padding: 20px;
		width: 92vw;
		position: static;
		margin: 0 -10px 0 auto;
	}
	.sec-2col__text-wrap::after{
		content:none;
	}
	.sec-2col__text-wrap h2 {
		margin-bottom: 20px;
	}
	.sec-2col__text-wrap p {
		margin-bottom: 20px;
	}
}
/* 新着情報 */
.news__ul {
	width: 690px;
	max-width: 100%;
	margin: 0 auto 45px;
}
.news__li{
}
.news__li {
	display: flex;
	text-decoration: none;
	width: 100%;
	padding: 20px 0;
	line-height:1.7;
	border-bottom: 1px solid #919191;
}
.news__date {
	padding: 0 10%;
}
.news__title{
}
@media screen and (max-width:767px){
	.news__date {
		padding: 0 4%;
	}
}
/* 会社案内 */
#company{
	background:url(./img/bg-company.jpg) no-repeat center / cover;
}
@media screen and (max-width:767px){
	#company .sec-1col__p {
		padding: 0 46px;
	}
}

/* 業務内容 */
.business__wrap {
	display: flex;
	justify-content: space-between;
}
.business__single {
	flex: 0 0 32.7%;
	max-width:32.7%;
	background: rgba(0,39,156,0.3);
	padding: 0 0 25px;
	display: flex;
	flex-direction: column;
}
.business__single img {
	width: 100%;
	height: auto;
}
.business__single h3 {
	text-align: center;
	font-size: 24px;
	line-height: 1.7;
	margin: 15px 5.5% 12px;
}
.business__single p {
	flex: 1 0 auto;
	font-size: 14px;
	line-height: 1.7;
	text-align: justify;
	word-break: break-all;
	margin: 0 5.5% 30px;
	text-indent: 1em;
}
@media screen and (max-width:767px){
	#business .sec-1col__p {
		padding: 0 46px;
	}
	.business__wrap {
		display: block;
		padding: 0 46px;
	}
	.business__single {
		max-width: initial;
		margin-top: 20px;
	}
	.business__single:nth-of-type(1){
		margin-top:0;
	}
	.business__single h3 {
		font-size: 20px;
	}
	.business__single p{
		font-size:13px;
	}
}

/* 業務実績 */
#record{
	background:url(./img/bg-record.jpg) no-repeat center / cover;
}
.swiper-slide > img {
	width: 100%;
}
.record__wrap {
	position: relative;
	margin-bottom:46px;
}
.record__wrap .swiper-button-prev {
	left: -60px;
	top: 50%;
	background: url(./img/slider-prev.png) no-repeat center / contain;
	transform: scale(2.5);
}
.record__wrap .swiper-button-next {
	right: -60px;
	top: 50%;
	background: url(./img/slider-next.png) no-repeat center / contain;
	transform: scale(2.5);
}
#record .swiper-button-prev::after,
#record .swiper-button-next::after{
	content:none;
}
@media screen and (max-width:1200px){
	.record__wrap {
		width: calc(100% + 20px);
		margin: 0 -10px 40px;
	}
	.record__wrap .swiper-button-prev,
	.record__wrap .swiper-button-next{
		display:none;
	}
}
@media screen and (max-width:767px){
	#record{
		margin-bottom:46px;
	}
}
/* 当社の強み */
#advantage{
	background:#E8F0F9;
	margin-bottom:116px;
}
#advantage .container{
	min-height:420px;
	background:url(./img/bg-advantage.jpg) no-repeat center / cover;
}
@media screen and (max-width:1090px){
	#advantage .container{
		background-position:17% top;
	}
}
@media screen and (max-width:767px){
	#advantage{
		background:none;
		margin-bottom:36px;
	}
	#advantage .container {
		min-height: initial;
		background-color:transparent;
		background-position: left top;
		background-size: 165% auto;
		padding-top: 46%;
	}
}
/* 採用情報 */
#recruit{
	margin-bottom:130px;
	background:url(./img/bg-recruit.jpg) no-repeat center / cover;
}
#recruit .container{
	min-height:420px;
}
@media screen and (max-width:767px){
	#recruit {
		min-height: auto;
		background-color: transparent;
		background-position: 92% top;
		background-size: 165% auto;
		margin-bottom:36px;
		padding-top: 46%;
	}
	#recruit .container{
		min-height:initial;
	}
}

/*//////////////////////////////////////////////// 採用情報 */

.page-template-recruit #main-visual {
	background-image:url(./img/mv-recruit.jpg);
}

/* ご挨拶 */
.p-rec-message{
	background:#EEF9FF;
}
.p-rec-message__desc {
	font-size: 26px;
	text-align: center;
	line-height: 1.5;
	margin: 40px 0;
}
@media screen and (max-width:767px){
	.p-rec-message__desc {
		font-size:20px;
	}
	.p-rec-message {
		padding: 0 20px;
	}
}

/* 求める人物像 */
.p-rec-wanted{
}

.p-rec-wanted__wrap {
	display:flex;
	justify-content:space-between;
}
.p-rec-wanted__a {
	position: relative;
	display: block;
	flex: 0 0 48%;
	max-width: 48%;
}
.p-rec-wanted__img{
	display:block;
	width:100%;
}
.p-rec-wanted__text {
	position: absolute;
	top: 50%;
	left: 50%;
	display: flex;
	width: calc(100% - 40px);
	height: calc(100% - 40px);
	justify-content: center;
	align-items: center;
	flex-direction: column;
	transform: translate(-50%,-50%);
	border: 1px solid #fff;
	padding: 10px;
	color: #fff;
}
.p-rec-wanted__h3 {
	font-size: 20px;
	margin: 16% 0 5%;
	font-weight:700;
}
.p-rec-wanted__p {
	text-align: center;
	line-height: 1.6;
	flex:1 0 auto;
}
@media screen and (max-width:1020px){
	.p-rec-wanted__h3{
		margin-top:0;
	}
	.p-rec-wanted__p {
		flex: 0 0 auto;
	}
}
@media screen and (max-width:767px){
	.p-rec-wanted {
		padding: 0 10px;
	}
	.p-rec-wanted__wrap {
		display: block;
	}
	.p-rec-wanted__a {
		max-width: 100%;
		margin-bottom: 30px;
	}
	.p-rec-wanted__a:nth-last-of-type(1){
		margin-bottom:0;
	}
}
@media screen and (max-width:375px){
	.p-rec-wanted__h3{
		font-size:5.6vw;
	}
	.p-rec-wanted__p {
		font-size:3.4vw;;
	}
}

/* 求める人物像 */
.p-rec-flow{
	background:#EEF9FF;
	margin-bottom:30px;
}
.p-rec-flow::after{
	content:"";
	position:absolute;
	display:block;
	top:calc(100% - 1px);
	left:50%;
	transform:translate(-50%,0);
	border:30px solid transparent;
	border-top-color:#EEF9FF;
}
.p-rec-flow__img.pcbl{
	width:100%;
}
.p-rec-flow__img.spbl{
	width:100%;
	max-width:220px;
}
@media screen and (max-width:767px){
	.p-rec-flow__img.spbl {
		margin: 0 auto;
	}
}

/* 職種紹介 */
.p-rec-intro__wrap{
	display:flex;
}
.p-rec-intro__single {
	flex: 0 0 25%;
	max-width:25%;
}
.p-rec-intro__h3 {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 66%;
	height: 0;
	margin: 0 auto 22px;
	padding-top: 66%;
	background: #00277D;
	border-radius: 1000px;
	color: #fff;
	font-size: 24px;
}
.p-rec-intro__ctext {
	margin-top: -100%;
}
.p-rec-intro__p {
	font-size: 14px;
	width: 76.2%;
	margin: 0 auto;
	line-height:1.7;
	text-indent: 1em;
}

@media screen and (max-width:767px){
	.p-rec-intro__wrap {
		display: block;
	}
	.p-rec-intro__single {
		max-width: initial;
		margin-bottom:30px;
	}
	.p-rec-intro__h3 {
		width: 45%;
		padding-top: 45%;
	}
}
@media screen and (max-width:375px){
	.p-rec-intro__h3 {
		font-size:6vw;
	}

}
/* 社員インタビュー */
.p-rec-interview{
	position:relative;
}

.p-rec-interview__wrap{
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
}
.p-rec-interview__single {
	flex: 0 0 calc((100% - 71px) / 3);
	max-width:calc((100% - 71px) / 3);
	margin:0 35px 65px 0;
	background:#fff;
	transition:opacity 0.3s;
	cursor:pointer;
}
.p-rec-interview__single:hover {
	opacity:0.86;
	transition:opacity 0.3s;
}
.p-rec-interview__wrap .p-rec-interview__single:nth-of-type(3n),
.p-rec-interview__wrap .p-rec-interview__single:nth-last-of-type(1) {
	margin-right:0;
}
.p-rec-interview__img {
	display: block;
	width: 100%;
}
.p-rec-interview__h3 {
	font-size: 20px;
	padding: 26px 18.7% 34px;
	font-weight: 700;
}
.p-rec-interview__branch {
	display:block;
	margin-bottom:18px;
	font-size:14px;
}
.p-rec-interview__en-year {
	display:block;
	margin-top:8px;
	font-size: 13px;
	color:#025EA2;
	font-weight:500;
}

.p-rec-interview__bg1 {
	position: absolute;
	display: block;
	top: 0;
	left: 50%;
	width: 5000px;
	height: 1300px;
	transform: translate(-50%,0);
	background: #064ea0;
	z-index: -4;
}
.p-rec-interview__bg2 {
	position: absolute;
	display: block;
	top: 720px;
	left: 50%;
	width: 5000px;
	height: 1000px;
	transform: translate(-50%,0) rotate(-20deg);
	background: #088ad2;
	z-index: -3;
}
.p-rec-interview__bg3 {
	position: absolute;
	display: block;
	top: 760px;
	left: 53%;
	width: 5000px;
	height: 2000px;
	transform: translate(-50%,0) rotate(-21deg);
	background: #fff;
	z-index: -2;
}
.p-rec-interview__bg4 {
	position: absolute;
	display: block;
	top: 0;
	left: 50%;
	width: 5000px;
	height: 1300px;
	transform: translate(-50%,0);
	background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.6) 100%);
	background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.6) 100%);
	background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.6) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#99ffffff',GradientType=1 );
	z-index:-1
}
@media screen and (max-width:767px){
	.p-rec-interview__wrap {
		display: block;
	}
	.p-rec-interview__single {
		max-width: initial;
		margin: 0 20px 13px!important;
	}
}

/* modal */
a[href^="#modal"]{
	text-decoration:none;
}
.p-rec-modal{
	display:none;
}
.remodal.p-rec-modal {
	max-width: 960px;
	padding: 0 0 50px;
}
.remodal-wrapper{
	padding:60px 10px 60px!important;
}
.remodal-close{
	left:auto!important;
	right:0!important;
}
.p-rec-modal__wrap {
	display: flex;
	flex-direction: row-reverse;
	text-align:left;
	font-size:14px;
}
.p-rec-modal__wrap .p-rec-modal__inner:nth-of-type(1) {
	flex: 0 0 56%;
	max-width: 56%;
	padding: 75px 4.2% 46px;
}
.p-rec-modal__wrap .p-rec-modal__inner:nth-of-type(2){
	flex:0 0 44%;
	max-width:44%;
}
.p-rec-modal__img{
	width:100%;
}
.p-rec-modal__desc {
	font-size: 20px;
	margin-bottom: 75px;
	color: #025EA2;
	line-height: 1.5;
	white-space: nowrap;
}
.p-rec-modal__branch {
	font-size: 14px;
	font-weight: 700;
	padding: 0 10px;
}
.p-rec-modal__name {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 5px;
	padding: 10px 10px 15px;
	border-bottom: 1px solid #000;
}
.p-rec-modal__info {
	padding: 15px 10px;
	line-height: 1.5;
	margin-bottom: 20px;
}
.p-rec-modal__dl {
	padding: 0 10px;
}
.p-rec-modal__dt {
	color: #025EA2;
	font-size: 18px;
	line-height: 1.6;
	margin-bottom: 16px;
	position: relative;
	padding-left: 2em;
}
.p-rec-modal__dt > span {
	font-family: Arial,sans-serif;
	font-style: italic;
	margin-right: 0.4em;
	font-size: 1.2em;
	position: absolute;
	top: 0;
	left: 0;
	line-height: 1.26;
}
.p-rec-modal__dd {
	margin: 0 0 55px;
	text-indent: 1em;
	line-height: 1.6;
}
.p-rec-modal__img.pcbl {
	margin-bottom: 50px;
}
.p-rec-modal__h4 {
	width: 87%;
	font-size: 18px;
	line-height: 34px;
	margin: 0 0 10px auto;
	color: #025EA2;
	font-weight: 700;
}
.p-rec-modal__h4::before {
	content: "";
	display: inline-block;
	width: 34px;
	height: 34px;
	background: url(./img/icon-clock.png) no-repeat center / contain;
	vertical-align: middle;
	margin-right: 0.7em;
}
.p-rec-modal__dd:nth-last-of-type(1) {
	margin-bottom: 0;
}
.p-rec-modal__flow {
	width: 91.2%;
	margin: 0 0 0 auto;
	background: no-repeat center / cover;
	padding: 72px 8.3%;
}
#p-rec-modal1 .p-rec-modal__flow{
	background-image: url(./img/p-rec-modal01-2.jpg);
}
#p-rec-modal2 .p-rec-modal__flow{
	background-image: url(./img/p-rec-modal02-2.jpg);
}
#p-rec-modal3 .p-rec-modal__flow{
	background-image: url(./img/p-rec-modal03-2.jpg);
}
#p-rec-modal4 .p-rec-modal__flow{
	background-image: url(./img/p-rec-modal04-2.jpg);
}
#p-rec-modal5 .p-rec-modal__flow{
	background-image: url(./img/p-rec-modal05-2.jpg);
}
.p-rec-modal__dl2 {
	position:relative;
	color: #fff;
	border-left: 2px solid #fff;
	padding: 13px 7.6%;
}
.p-rec-modal__dl2::before {
	content: "";
	position: absolute;
	top: 19px;
	left: -1px;
	display: block;
	width: 13px;
	height: 13px;
	background: #fff;
	border-radius: 30px;
	transform: translate(-50%,-50%);
}
.p-rec-modal__dl2 dt {
	margin-bottom: 8px;
}
.p-rec-modal__dl2 dd {
	line-height: 1.6;
	margin: 0;
}
.p-rec-modal .remodal-close {
	color: #eee;
	background: #000;
	border-radius: 100px;
	box-sizing: content-box;
	border: 3px solid #bbb;
	transform: translate(30%,-30%);
}
@media screen and (max-width:767px){
	.p-rec-modal__img.spbl {
		margin-bottom: 15px;
	}
	.p-rec-modal__desc{
		font-size: 18px;
		margin-bottom: 30px;
		white-space:normal;
	}
	.p-rec-modal__wrap {
		display: block;
	}
	.p-rec-modal__inner {
		max-width: initial !important;
	}
	.p-rec-modal__h4 {
		margin: 0 auto 10px;
	}
	.p-rec-modal__flow {
		margin: 0 auto;
	}
	.p-rec-modal__flow {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.p-rec-modal .remodal-close {
		width: 25px;
		height: 25px;
	}
	.p-rec-modal .remodal-close::before {
		font-size: 22px;
		line-height: 25px;
		width: 25px;
	}
	.remodal-wrapper {
		padding: 10px!important;
	}
	.p-rec-modal__wrap .p-rec-modal__inner:nth-of-type(1){
		padding: 10px 10px 20px;
	}
	.p-rec-modal__wrap .p-rec-modal__inner:nth-of-type(2) {
		padding: 10px 0 0;
	}
}


/* 福利厚生＆研修制度 */
#p-rec-welfare {
	background: #fff;
}
@media screen and (max-width:767px){
	.p-rec-welfare,
	.p-rec-training {
		padding: 0 20px;
	}
}


/* エントリー */
.p-rec-entry {
	background: url(./img/p-rec-bg-entry.jpg) no-repeat center / cover;
}
.p-rec-entry .container{
	width:820px;
}
.p-rec-entry__desc {
	text-align: center;
	color: #fff;
	margin-bottom: 40px;
	font-size: 20px;
	line-height: 1.5;
}
.p-rec-entry__wrap {
	display: flex;
}
.p-rec-entry__single{
	flex:0 0 50%;
	max-width:50%;
}
.p-rec-entry__single:nth-of-type(1) {
	border-right: 1px solid #fff;
	display: flex;
	align-items: center;
}
.p-rec-entry__p {
	color: #fff;
	font-size: 20px;
}
.p-rec-entry__tel{
	display:block;
	font-size:29px;
	margin:10px 0 20px;
}
.p-rec-entry__mail, .p-rec-entry__mynavi {
	display: flex;
	width: 330px;
	max-width: 100%;
	margin: 0 auto;
	background: #fff;
	height: 86px;
	text-decoration: none;
	color: #00277D;
	justify-content: center;
	align-items: center;
}
.p-rec-entry__mail {
	position:relative;
	margin-bottom: 30px;
}
.p-rec-entry__mail::before {
	content: "";
	display: inline-block;
	width: 2.2em;
	height: 2.2em;
	background: url(./img/icon-mail-bl.png) no-repeat center / contain;
	margin-right: 1em;
}
.p-rec-entry__mynavi {
	flex-direction: column;
}
.p-rec-entry__mynavi img {
	height: 60%;
	display: block;
	width: auto;
	margin: 0 auto 5px;
}
@media screen and (max-width:767px){
	.p-rec-entry {
		margin-bottom: 30px;
	}
	.p-rec-entry__wrap {
		display: block;
	}
	.p-rec-entry__single {
		max-width: initial;
	}
	.p-rec-entry__desc.t-serif {
		font-size: 14px;
	}
	.p-rec-entry__p {
		text-align: center;
		width: 100%;
		font-size: 18px;
		margin-bottom: 30px;
	}
	.p-rec-entry__single:nth-of-type(1){
		border:none;
	}
	.p-rec-entry__tel{
		font-size:25px;
	}
	.p-rec-entry__name{
		font-size:14px;
	}
	.p-rec-entry__mail, .p-rec-entry__mynavi {
		font-size: 17px;
	}
}


/*//////////////////////////////////////////////// 会社案内 */

.page-template-company #main-visual {
	background-image:url(./img/mv-company.jpg);
}

/* ご挨拶 */
.p-com-greeting{
	padding:50px 0 60px;
	background: rgb(199,222,243);
	background: -moz-linear-gradient(left,  rgba(199,222,243,1) 0%, rgba(230,239,250,1) 100%);
	background: -webkit-linear-gradient(left,  rgba(199,222,243,1) 0%,rgba(230,239,250,1) 100%);
	background: linear-gradient(to right,  rgba(199,222,243,1) 0%,rgba(230,239,250,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7def3', endColorstr='#e6effa',GradientType=1 );
}
.p-com-greeting .container {
	position: relative;
	padding-right: 200px !important;
}
.p-com-greeting h2{
	position:relative;
	font-size:35px;
	line-height:1.5;
	margin-bottom:56px;
}
.p-com-greeting h2::after {
	content: "";
	position: absolute;
	top: 100%;
	left: -100px;
	display: block;
	width: 330px;
	height: 0;
	border-bottom: 1px solid #000;
}
.p-com-greeting p {
	line-height: 1.7;
	margin-bottom: 2em;
	text-indent: 1em;
}
.p-com-greeting__ceo{
	text-align:right;
}
.p-com-greeting__ceo-sign {
	width: 270px;
	max-width: 40%;
}
.p-com-greeting__ceo-img {
	position: absolute;
	top: 114px;
	right: 0;
	display: block;
	width: 150px;
}
@media screen and (max-width:1040px){
	.p-com-greeting .container {
		padding-left: 20px !important;
	}
	.p-com-greeting__ceo-img{
		right:20px;
	}
}
@media screen and (max-width:767px){
	.p-com-greeting{
		padding:30px 0 25px;
	}
	.p-com-greeting .container {
		padding: 0 30px !important;
	}
	.p-com-greeting h2 {
		font-size: 18px;
		margin-bottom: 35px;
	}
	.p-com-greeting h2::after{
		left:-30px;
		width:100px;
	}
	.p-com-greeting p {
		margin-bottom: 1.3em;
	}
	.p-com-greeting__ceo-img {
		position: static;
		display: inline;
		width: 100px;
		margin-left: 8px;
	}
}


/* 概要 */
.p-com-overview .container{
	padding-bottom:0;
}
.p-com-overview .cu__table th {
	width: 22.8%;
}
.p-com-overview__dl dt{
	font-weight:500;
}
.p-com-overview__dl dd{
	margin-left:3em;
}
.p-com-overview__dl2{
	display:flex;
	flex-wrap:wrap;
}
.p-com-overview__dl2 dt {
	font-weight: 500;
	flex: 0 0 4.2em;
	max-width: 4.2em;
}
.p-com-overview__dl2 dt::after{
	content:"：";
}
.p-com-overview__dl2 dd {
	margin-left: 0;
	flex: 0 0 calc(100% - 4.2em);
	max-width: calc(100% - 4.2em);
}
@media screen and (max-width:767px){
	.p-com-overview .cu__table th {
		font-size: 12px;
	}
}
@media screen and (max-width:500px){
	.p-com-overview__expert > span {
		display: none;
	}
}

/* 沿革 */
.p-com-history .cu__table tr th:nth-of-type(1){
	width:8em;
}
.p-com-history .cu__table tr th:nth-of-type(2) {
	width: 4.7em;
	text-align: right;
	padding-right: 1.6em;
}
@media screen and (max-width:767px){
	.p-com-history .cu__table tr th:nth-of-type(1) {
		width: 4.2em;
		padding: 0 0 0 0.3em;
	}
	.p-com-history .cu__table tr th:nth-of-type(2) {
		width: 3.2em;
		padding: 0 0.5em 0 0;
	}
}

/* 理念 */
.p-com-philosophy .container {
	width: 950px;
	padding-bottom: 150px;
}
.p-com-philosophy ol {
	padding-left: 2em;
	font-size: 1.3em;
}
.p-com-philosophy li {
	list-style: decimal outside;
	line-height: 1.8;
}
@media screen and (max-width:767px){
	.p-com-philosophy li {
		font-size:12px;
	}
}

/* ビジョン */
.p-com-vision {
	background: #195aad url(./img/p-com-bg-vision.jpg) no-repeat center / cover;
}
.p-com-vision .container{
	width:800px;
}
.p-com-vision p {
	color: #fff;
	line-height: 1.7;
	text-indent: 1em;
}
p.p-com-vision__desc {
	font-size: 22px;
	text-align: center;
	margin-bottom: 44px;
}
@media screen and (max-width:767px){
	.p-com-vision p {
		font-size:12px;
	}
	p.p-com-vision__desc {
		font-size: 16px;
	}
}
/* 事業所・アクセス */
.p-com-access .container{
	width:780px;
}
.gmap-wrap{
    position : relative;
    height : 0;
    padding-bottom : 47.5%; /* 縦横比の指定 */
    overflow : hidden;
    margin-bottom:20px;
}
 
.gmap-wrap iframe,
.gmap-wrap object,
.gmap-wrap embed{
    position : absolute;
    top : 0;
    left : 0;
    width : 100%;
    height : 100%;
}
.p-com-access__base{
	margin-bottom:80px;
	padding:10px 10px 10px 20px;
	border-left:1px solid #000;
}
.p-com-access__base h3{
	font-size:20px;
}
.p-com-access__base p {
	font-size: 14px;
	margin-top: 28px;
	line-height: 1.7;
}
@media screen and (max-width:767px){
	.p-com-access__base {
		padding: 10px;
		margin-left: 5px;
	}
	.p-com-access__base h3{
		font-size:14px;
	}
	.p-com-access__base p {
		font-size: 12px;
	}
}

/*//////////////////////////////////////////////// 業務内容 */

.page-template-business #main-visual {
	background-image:url(./img/mv-business.jpg);
}

.p-bns-intro {
	background: #F3F3F3;
	margin-bottom: 75px;
}
.p-bns-intro__wrap {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	padding: 40px 0 20px;
}
.p-bns-intro__img {
	flex: 0 0 41%;
	max-width: 41%;
}
.p-bns-intro__p {
	flex: 1 0 auto;
	line-height: 2.2;
	font-size: 15px;
	text-indent: 1em;
}
.p-bns-intro__bg-text {
	color: #fff;
	font-size: 80px;
	line-height: 0.75;
}
@media screen and (max-width:767px){
	.p-bns-intro__wrap {
		display: block;
	}
	.p-bns-intro__img {
		max-width: 400px;
		width: 80%;
		margin: 0 auto 30px;
		display: block;
	}
	.p-bns-intro__p {
		padding: 0 20px;
		text-align: justify;
		word-break: break-all;
		font-size: 13px;
		line-height: 1.7;
	}
	.p-bns-intro__bg-text {
		font-size: 8vw;
		margin-left: 3.7vw;
	}
}
/* タブ */
.p-bns-content {
	display: none;
	background: #fff;
	padding-top: 85px;
}
.p-bns-content.active{
	display:block;
}
.p-bns-tabs {
	border-bottom:1px solid #000;
}
.p-bns-tabs .container {
	display: flex;
	justify-content: center;
}
.p-bns-tab {
	position:relative;
	justify-content: center;
	align-items: center;
	flex: 0 0 calc((100% - 31px) / 3);
	max-width: calc((100% - 31px) / 3);
	display: flex;
	flex-direction:column;
	color: #fff;
	background: #ccc;
	margin-right: 15px;
	padding: 23px;
	font-size: 20px;
	line-height: 1.6;
	text-align:center;
}
.p-bns-tab:nth-last-of-type(1){
	margin-right:0;
}
.p-bns-tab.active{
	background:#fff;
	color:#000;
	border: 1px solid #000;
	border-bottom: none;
}
.p-bns-tab:not(.active){
	cursor:pointer;
}
.p-bns-tab.active::after{
	content:"";
	position:absolute;
	display:block;
	top:98%;
	left:0;
	width:100%;
	height:6px;
	background:#fff;
}
@media screen and (max-width:767px){
.p-bns-tab {
	margin-right: 5px;
	padding: 5px;
	font-size: 3.1vw;
	flex: 0 0 calc((100% - 11px) / 3);
	max-width: calc((100% - 11px) / 3);
}

.p-bns-tabs .container {
	display: flex;
	justify-content: center;
	padding: 0 5px !important;
}
.p-bns-content {
	padding-top: 30px;
}
.p-bns-tab__desc {
	margin-bottom: 30px;
	text-indent: 1em;
}

.p-bns-intro {
	margin-bottom: 12%;
}


}

/* タブ内コンテンツ */
.p-bns-tab__desc {
	font-size: 14px;
	line-height: 1.7;
	margin-bottom: 70px;
	text-indent: 1em;
}
.p-bns-tab__ec {
	width: 100%;
}
.p-bns-wrap {
	background: #EEF9FF;
	padding: 55px 0 30px;
}
.p-bns-wrap .container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: flex-start;
}
.p-bns-single {
	flex: 0 0 calc((100% - 61px) / 3);
	max-width: calc((100% - 61px) / 3);
	margin: 0 30px 70px 0;
	background: #fff;
	padding: 10px 10px 20px;
}
.p-bns-single:nth-of-type(3n),
.p-bns-single:nth-last-of-type(1) {
	margin-right: 0;
}
.p-bns-imgwrap {
	display: block;
	width: 100%;
	overflow-x: hidden;
	margin-bottom: 40px;
}
.p-bns-imgwrap > img {
	width: 100%;
	height: 100%;
	display: block;
	margin: 0 auto;
}
.p-bns-single h3 {
	position:relative;
	text-align: center;
	font-size: 24px;
	margin-bottom: 25px;
}
.p-bns-single h3::after {
	content:"";
	position:absolute;
	display:block;
	bottom:calc(100% + 15px);
	left:50%;
	transform:translate(-50%,0);
	width:0;
	height:25px;
	border-right:1px solid #000;
}
.p-bns-single p {
	line-height: 1.7;
	font-size: 14px;
	letter-spacing: 0.1em;
	text-indent: 1em;
	text-align: justify;
	word-break: break-all;
}

/* タブ３ */
#tab3-content .p-bns-imgwrap {
	margin-bottom: 20px;
}
#tab3-content .p-bns-single h3 {
	color: #00277D;
	margin-bottom: 0;
	font-size: 20px;
}
#tab3-content .p-bns-single h3::after {
	content: none;
}

@media screen and (max-width:767px){
	.p-bns-tab__desc {
		font-size: 13px;
		margin-bottom: 30px;
	}
	#tab1-content .p-bns-single,
	#tab2-content .p-bns-single {
		max-width: initial;
		margin-right: 0 !important;
		margin-bottom: 20px;
	}
	#tab1-content .p-bns-wrap .container,
	#tab2-content .p-bns-wrap .container {
		display: block;
		padding: 0 13.3vw !important;
	}
	#tab1-content .p-bns-single h3,
	#tab2-content .p-bns-single h3 {
		font-size:19px;
	}
	.p-bns-single p {
		font-size: 13px;
	}
	.p-bns-wrap {
		margin-bottom: 30px;
	}
	.p-bns-tab__ec {
		width: 100vw;
		margin: 0 -10px;
	}
	/* タブ３ */
	#tab3-content .p-bns-single {
		flex: 0 0 47.4%;
		max-width: 47.4%;
		margin: 0 0 20px;
	}
	#tab3-content .p-bns-wrap .container {
		justify-content: space-between;
	}
	#tab3-content .p-bns-single h3{
		font-size:13px;
	}
}
@media screen and (max-width:500px){
	#tab3-content .p-bns-imgwrap > img {
		width: 100%;
		height: auto;
	}
	#tab3-content .p-bns-imgwrap{
		height:auto;
	}
}
/*//////////////////////////////////////////////// 当社の強み */

.page-template-advantage #main-visual {
	background-image:url(./img/mv-advantage.jpg);
}
.p-adv-sec {
	margin-bottom: 120px;
}
.p-adv__h2 {
	margin: 90px 0 50px;
	font-size: 26px;
	text-align: center;
	line-height: 1.6;
}
.p-adv__desc {
	font-size: 14px;
	line-height: 1.7;
	margin: 0 80px 80px;
	text-indent: 1em;
}
.p-adv-sec .container {
	position:relative;
	min-height: 520px;
}
.p-adv__img {
	max-width: 100%;
	width: 620px;
	display: block;
	position: absolute;
	bottom: 0;
}
.p-adv-sec--textl .p-adv__img{
	right: 0;
}
.p-adv-sec--textr .p-adv__img{
	left: 0;
}
.p-adv__wrap {
	position: absolute;
	top: 0;
	background: #fff;
	width: 520px;
	box-shadow: 0 0 15px 6px rgba(0,0,0,0.4);
	padding: 30px 40px 40px;
}
.p-adv-sec--textl .p-adv__wrap{
	left: 0;
}
.p-adv-sec--textr .p-adv__wrap{
	right: 0;
}
.p-adv__h3 {
	margin-bottom: 50px;
	font-size: 24px;
	color: #003B80;
	line-height: 1.7;
}
.p-adv-sec__num {
	font-size: 50px;
	margin-left: 0.4em;
	letter-spacing: 0.08em;
	vertical-align: -0.06em;
}
.p-adv__title{
	display:block;
	font-size:26px;
}
.p-adv__p {
	line-height: 1.6;
	font-size: 14px;
	text-align: justify;
	word-break: break-all;
	text-indent: 1em;
}

@media screen and (max-width:767px){
	.p-adv-sec:nth-last-of-type(1) {
		margin-bottom: 30px;
	}
	.p-adv__h2.t-serif {
		text-align: left;
		font-size: 18px;
		margin: 50px 0 40px;
	}
	.p-adv__desc {
		margin: 0 0 50px;
	}
	.p-adv-sec .container{
		height:auto;
	}
	.p-adv__img {
		position: static;
		margin: 0 -10px;
		width: calc(100% + 20px);
		max-width: initial;
	}
	.p-adv__wrap {
		position: static;
		width: 100%;
		box-shadow: none;
		padding: 10px 10px;
	}
	.p-adv__h3 {
		text-align: center;
		font-size: 20px;
		line-height: 1.5;
	}
	.p-adv__title {
		font-size: 20px;
	}
	.p-adv > .container:nth-of-type(1) {
		padding: 0 20px !important;
	}
}

/*//////////////////////////////////////////////// 新着情報アーカイブ */

.post-type-archive-news #main-visual {
	background-image:url(./img/mv-news.jpg);
}

.a-news .container{
	width:760px;
	padding-top:150px;
}
.a-news__item {
	padding: 60px 96px;
	background: #EEF9FF;
	margin-bottom: 110px;
}
.a-news__item time {
	font-size: 12px;
}
.a-news__item h2{
	font-size:18px;
	font-weight:700;
	margin:1em 0 1.2em;
	line-height:1.5;
}
.a-news__item .editor-content p{
	font-size:14px;
	line-height:1.6;
	text-align:justify;
	word-break:break-all;
}

@media screen and (max-width:767px){
	.a-news .container {
		padding: 70px 20px 0!important;
	}
	.a-news__item {
		margin-bottom: 30px;
		padding:20px;
	}
}

/*//////////////////////////////////////////////// 実績アーカイブ */

.post-type-archive-record #main-visual {
	background-image:url(./img/mv-record.jpg);
}

.a-rcd .container{
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-start;
	width:965px;
	padding-top:90px;
}
.a-rcd__item {
	flex: 0 0 30.66%;
	max-width: 30.66%;
	margin: 0 4% 90px 0;
}
.a-rcd__item img {
	width: 100%;
	display: block;
}
.a-rcd__item:nth-of-type(3n){
	margin-right:0;
}
.a-rcd__item h2 {
	font-size: 20px;
	line-height: 1.5;
	margin-top: 0.6em;
	color: #00277D;
	letter-spacing: 0.04em;
}

@media screen and (max-width:767px){
	.a-rcd .container {
		padding: 50px 30px 0 !important;
		justify-content: space-between;
	}
	.a-rcd__item {
		flex: 0 0 47.4%;
		max-width: 47.4%;
		margin: 0 0 40px;
	}
	.a-rcd__item h2 {
		font-size: 14px;
	}
}


/*//////////////////////////////////////////////// お問い合わせ */

.page-template-contact #main-visual {
	background-image:url(./img/mv-contact.jpg);
}

.p-contact {
	font-size: 14px;
}
.p-contact .container {
	width: 800px;
	padding-top: 40px;
}
.p-contact__desc {
	text-indent: 1em;
	line-height: 1.7;
	font-size: 14px;
}
.contact-form {
	padding: 50px 0;
}
.contact-form dl {
	display: flex;
	padding: 10px 0;
	border-bottom: 1px solid #E8E8E8;
}
.contact-form dt {
	flex: 0 0 30%;
	max-width: 30%;
	line-height: 36px;
	padding-left: 5%;
	font-weight:500;
}
.contact-form dd {
	flex: 0 0 70%;
	max-width:70%;
	line-height: 36px;
	margin:0;

}
.contact-form input[type="text"],
.contact-form input[type="tel"],
.contact-form input[type="email"],
.contact-form textarea {
	width:450px;
	max-width:100%;
	border: none;
	background: #E8E8E8;
	font-size: 16px;
	line-height: 24px;
	padding: 6px;
}
.contact-form input[name^="zipcode"]{
	width:5em;
}
.contact-form input[name^="tel"]{
	width:5em;
}
.submit-box {
	text-align: center;
	padding: 60px 0 10px;
}
.submit-box button {
	border: none;
	background: #00277d;
	color: #fff;
	padding: 1.9em 5em;
	max-width: 44%;
	font-size: 15px;
}
.mw_wp_form .error {
	margin-top: 5px;
}
.required {
	margin-left: 1.2em;
}
.submit-box button {
	border: none;
	background: #00277d;
	color: #fff;
	padding: 1.9em 5em;
	font-size: 15px;
	cursor: pointer;
	transition: opacity 0.3s;
	margin-bottom: 10px;
}
.submit-box button:hover {
	opacity:0.86;
	transition:opacity 0.3s;
}
@media screen and (max-width:767px){
.contact-form dl {
	display: block;
}
.contact-form dt,
.contact-form dd {
	max-width: 100%;
}
.contact-form dl {
	display: block;
	border: none;
}
.contact-form dt, .contact-form dd {
	max-width: 100%;
	padding-left: 0;
}
.p-contact .container {
	padding: 40px 20px !important;
}
.submit-box button {
	padding: 1.9em 0.2em;
	width: 100%;
	max-width:300px;
}
}


/*//////////////////////////////////////////////// コンタクトフォーム */
.wpcf7-form-control.wpcf7-textarea {
	width:100%!important;
    background: #EEE;
    border: none;
}

.wpcf7-form-control.wpcf7-text {
    background: #EEE;
    border: none;
    height:30px
}

.wpcf7-form-control.wpcf7-submit{
	width:50%;
	background-color: #000000;
	color:#FFF;
    height: 50px;
	transform:translateX(50%);

}

/*//////////////////////////////////////////////// エントリーフォーム */

.page-template-entry #main-visual {
	background-image:url(./img/mv-contact.jpg);
}
