@charset "UTF-8";
/*@import "print.css" print;*/
/*==========================================
 *Top
==========================================*/
/* Mainvisual ----------------------------*/
#mainvisual {
	position: relative;
	/*height: calc(100vh - 100px);*/
	height: 600px;
	margin-bottom: 0;
	/*padding: 80px 0 0;*/
	padding: 0;
	max-height: none;
}
#mainvisual .mv-img {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 0;
	overflow: hidden;
	z-index: -1;
}
#mainvisual .mv-img img {
	position: absolute;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

#top a:hover {
	opacity: 0.8;
}

@media screen and (max-width: 960px) { /*タブレット以下*/
	#mainvisual {
		height: 300px;
		padding: 64px 0 0;
	}
}

@media screen and (max-width: 600px) { /*スマートフォン	*/
	#mainvisual .mv-img img {
		width: auto;
		max-height: 100%;
	}
}


/* Top Common ----------------------------*/
.companyArea,
.newsArea {
	padding-top: 80px;
	padding-bottom: 80px;
}

/* Button */
.btn01 a {
	width: 180px;
	/*margin: 40px 0 0;*/
	padding: 8px 0;
	color: #fff;
	text-align: center;
	background-color: #1d5aa4;
	display: block;
}
.btn1 a::after {
	padding-left: 8px;
	font-family: 'Font Awesome 5 Free';
	content: '\f054';
	font-size: 2rem;
}

/* Title */
#top h2 {
	margin: -8px 0 24px;
	color: #1d5aa4;
	font-size: 4.5rem;
	font-weight: 900;
	line-height: 1;
}
#top h2 span {
	margin-top: 16px;
	font-size: 1.8rem;
	font-weight: 400;
	display: block;
}


@media screen and (max-width: 768px) { /*タブレット*/
	.companyArea,
	.newsArea {
		padding-top: 40px;
		padding-bottom: 40px;
	}
}

@media screen and (max-width: 600px) { /*スマートフォン*/
	/* Title */
	#top h2 {
		font-size: 4rem;
		margin-bottom: 16px;
	}
	#top h2 span {
		margin-top: 12px;
	}
}


/* Company -------------------------------*/
.companyArea {
	background-color: #f0f7fc;
}
.company-cont {
	width: 45%;
}
.company-image {
	width: 52%;
	margin-right: 3%;
}

.companyArea .btn01 {
	float: right;
}
.companyArea .btn01 a {
	margin: 40px 0 0;
}

@media screen and (min-width: 769px) { /*スマートフォン以下*/
	.companyArea .fbox {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
}

@media screen and (max-width: 768px) {
	.companyArea .fbox {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.company-cont,
	.company-image {
		width: 100%;
	}
	.company-cont {
		margin-bottom: 40px;
	}
}


/* News ----------------------------------*/
.newsArea .news-title {
	width: 20%;
	margin-right: 5%;
}
.newsArea .newslist {
	width: 75%;
}

/* news list*/
.newsArea .newslist dl {
	margin-bottom: 24px;
	padding-bottom: 24px;
	border-bottom: 1px solid #a7a7a7;
}
.newsArea .newslist dl dt {
	margin-bottom: 8px;
	color: #1d5aa4;
}

@media screen and (max-width: 960px) { /*タブレット以下*/
	.newsArea .news-title .btn01 a {
		max-width: 150px;
	}
}

@media screen and (max-width: 768px) { /*タブレット*/
	.newsArea { width: 100%; }
	.newsArea .fbox {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.newsArea .news-title,
	.newsArea .newslist {
		width: 100%;
	}
	.newsArea .news-title {
		margin-bottom: 16px;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	/* news list*/
	.newsArea .newslist {
		padding-top: 16px;
		border-top: 1px solid #a7a7a7;
	}
	.newsArea .newslist dl {
		margin-bottom: 16x;
		padding-bottom: 16px;
	}
	.newsArea .news-title .btn01 a {
		margin: 0;
	}
}

@media screen and (max-width: 600px) { /*スマートフォン*/
	/* news list*/
	.newsArea .newslist {
		padding-top: 10px;
	}
	.newsArea .newslist dl {
		margin-bottom: 10px;
		padding-bottom: 10px;
	}
	.newsArea .newslist dl dt {
		margin-bottom: 4px;
	}
}


/*==========================================
 *Subpage ContentS
==========================================*/
/*------------------------------------------
 *Commmon
------------------------------------------*/
#sub #mainvisual {
	clear: both;
	position: relative;
	width: 100%;
	height: 280px;
	background-size: cover;
	background-repeat: no-repeat;
}
#sub.company #mainvisual,
#sub.business #mainvisual,
#sub.works #mainvisual,
#sub.contact #mainvisual,
#sub.news #mainvisual {
	background-image: url("../images/sec_header.jpg");
	background-position: center top;
}

#sub #mainvisual h2 {
	position: absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);

	width: 460px;
	margin-top: 46px;
	text-align: center;
	color: #fff;
	font-size: 4.5rem;
	font-weight: 900;
	text-shadow: 0 0 10px #000;
	text-align: center;
	letter-spacing: 0.3rem;
}
#sub #mainvisual h2 span {
	font-size: 1.8rem;
	font-weight: 400;
	display: block;
	line-height: 1.2;
}
/*
#sub {
	padding-bottom: 100px;
}
#sub.company {
	padding-bottom: 0;
}
*/
/* subpage title  ------------------------*/
.title1 {
	margin-bottom: 32px;
	color: #1d5aa4;
	font-size: 3rem;
	font-weight: 500;
}
.title2 {
	margin-bottom: 16px;
	font-size: 2.4rem;
}
.area1 {
	padding-top: 80px;
	padding-bottom: 80px;
}
.area2 {
	padding-top: 80px;
}

/* Background ----------------------------*/
.bg-blue {background-color: #f0f7fc;}
.bg-w {background-color: #fff;}
.bg-gr {background-color: #f4f5f7;}


@media screen and (max-width: 768px) { /*for Mobile*/
	#sub #mainvisual h2 {
		width: 100%;
		margin-top: 40px;
		/*font-size: 3.8rem;*/
		font-size: 4rem;
		line-height: 1.4;
	}

	/* subpage title  ------------------------*/
	.title1 {
		margin-bottom: 16px;
		font-size: 2.6rem; /*元：3*/
	}
	.title2 {
		margin-bottom: 16px;
		font-size: 2.2rem; /*元：2.4*/
	}

	.area1 {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.area2 {
		padding-top: 40px;
	}
}


/*------------------------------------------
 breadcrumb
------------------------------------------*/
.breadcrumb ul {
	margin-top: 16px;
	font-size: 1.4rem;
}
.breadcrumb ul li {
	display: inline-block;
}
.breadcrumb ul li a:first-child {
	color: #0071B6;
}
.breadcrumb ul > li a:hover {
	text-decoration: underline;
}
.breadcrumb ul > li + li:before {
	padding: 0 0.5rem;
	font-family: 'FontAwesome';
	content: '\f105';
}

/*------------------------------------------
 *company
------------------------------------------*/
.greeting {font-size: 1.8rem;}

.company dl {
	padding: 8px 8px 16px;
	border-top: solid 2px #618cc0;
	border-bottom: dashed 1px #a7a7a7;
}
.company dt {
	margin-bottom: 4px;
	color: #1d5aa4;
}
.gaiyou .fbox ul {width: 50%;}

.link1 a {
	width: 18rem;
	margin-top: 6px;
	/*padding: 3px 8px 4px;*/
	padding: 3px 0 4px;
	text-align: center;
	color: #fff;
	background-color: #1d5aa4;
	border-radius: 4px;
	display: block;
	transition: opacity 0.3s ease-out;
}
.link1 a:hover {opacity: 0.8;}

.map {
	margin: 0 auto;
	position: relative;
	width: 100%;
	padding-top: 50%;
}
.map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	border:none;
}


@media screen and (min-width: 601px) { /*スマートフォン以上*/
	.company dl {
		margin: 0 auto;
		max-width: 960px;
	}
	.company dt {
		width: 140px;
		padding: 10px 0;
		color: #000;
	}
	.company dd {
		/*
		margin: -1.8em 0px 10px 0px;
		padding: 0px 0px 15px 153px;
		*/
		margin: -40px 0px 10px 0px;
		padding: 0px 0px 20px 153px;

		border-bottom: dashed 1px #a7a7a7;
	}
	.company dd:last-child {
		border-bottom: none;
		margin-bottom: 0;
		padding-bottom: 0;
	}
}

@media screen and (max-width: 768px) { /*for Mobile*/
	.gaiyou .fbox {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.gaiyou .fbox ul {width: 100%;}
}

@media screen and (max-width: 600px) { /*for Mobile*/
	.company dl {
		border-bottom: solid 1px #a7a7a7;
	}
	.company dd:not(:last-child) {
		padding-bottom: 12px;
		margin-bottom: 12px;
		border-bottom: solid 1px #a7a7a7;
	}

	/*概要*/
	.company .gaiyou dl {
		padding-bottom: 0;
	}
	.company .gaiyou dt {
		padding-bottom: 10px;
		border-bottom: dashed 1px #a7a7a7;
	}
	.company .gaiyou dd {
		padding: 8px 0 16px;
	}
}


/*------------------------------------------
 *business
------------------------------------------*/
.business {}

.business-detail .contentsIn {
	width: 1000px;
	max-width: 100%;
	margin: 0 auto;
	padding: 0;
}

.business-detail h3 {
	margin-left: 20px;
}
.business-detail ul.fbox {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.business-detail ul li {
	width: 21%;
	margin: 0 2% 32px;
}

.business-scene span.date1 {
	font-size: 1.6rem;
	color: #000;
	float: right;
}

.business-scene ul {
	margin-bottom: 32px;
	padding-bottom: 32px;
	border-bottom: 1px solid #618cc0;
	font-size: 1.8rem;
}
.business-scene ul li {
	margin-bottom: 8px;
	padding-left: 20px;
	background: url(../images/icon_circle.png) left 7px no-repeat;
}
.business-scene ul:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}


@media screen and (max-width: 768px) { /*タブレット*/
	.business-detail .contentsIn {padding: 0 2vw;}
	.business-detail ul li {
		width: 42vw;
		margin: 0 3vw 32px;
	}

	.business-scene span.date1 {
		margin: 8px 0 0 -6px;
		float: none;
		display: block;
	}
}


/*------------------------------------------
 *works
------------------------------------------*/
/*
.works .contentsIn {
	width: 1002px;
	max-width: 100%;
	margin: 0 auto;
	padding: 0;
}
*/
/*元
.contentsIn {
	width: 990px;
	max-width: 100%;
	margin: 0 auto;
	padding: 0 15px;
}

@media screen and (max-width: 960px) {
	.contentsIn {
		width: 100%;
		padding: 0 30px;
	}
}

@media screen and (max-width: 768px) {
	.contentsIn {padding: 0 5vw;}
}
*/
/*
.works .title2 {
	margin-left: 21px;
}
*/
.works ul.fbox {
	margin-bottom: 40px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;

	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.works ul.fbox.tp2 {margin-bottom: 0;}

.works ul li {
/*
	width: 29%;
	margin: 0 2%;
*/
	width: 30%;
	text-align: center;
}
.works ul li img {
	margin-bottom: 16px;
}
.works ul li p {
	font-size: 1.8rem;
}
.works ul li p span {
	margin-bottom: 40px;
	font-size: 1.6rem;
	display: block;
}
.works ul.wide.fbox:last-child {margin-bottom: 0;}
.works ul.wide.fbox li {
	width: 48%;
}


@media screen and (max-width: 768px) { /*タブレット*/
	.works .contentsIn {padding: 0 3vw;}
	.works .title2 {margin-left: 3vw;}
	.works ul li {
		width: 44vw;
		/*margin: 0 2.5vw;*/
		text-align: center;
	}

	.works ul.wide.fbox li {
		width: 100%;
	}
	.works ul.wide.fbox li img {
		display: block;
		max-width: 100%;
		height: auto;
	}
}

@media screen and (max-width: 480px) { /*スマートフォン*/
	.works .contentsIn {padding: 0 4vw;}
	.works ul li {
		width: 100%;
	}

	.works ul.fbox {
		margin-bottom: 24px;
	}

	.works ul li img {
		margin-bottom: 8px;
	}
	.works ul li p {
		font-size: 1.6rem;
	}
	.works ul li p span {
		margin-bottom: 30px;
		font-size: 1.4rem;
	}
}


/*------------------------------------------
 *news
------------------------------------------*/
/* news list -----------------------------*/
.news .news-list dl {
	margin-bottom: 24px;
	padding-bottom: 24px;
	border-bottom: 1px solid #a7a7a7;
}
.news .news-list dl dt {
	margin-bottom: 8px;
	color: #1d5aa4;
}
.news .news-list a:hover {
	opacity: 0.7;
}

.wp-pagenavi a, .wp-pagenavi span {
	color:#fff;
	background-color:#888;
	border:solid 1px #888;
	padding: 8px 15px;
	margin:0 2px;
	white-space: nowrap;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
.wp-pagenavi span.current{
	color: #fff;
	background-color: #333;
	border: solid 1px #333;
}
.wp-pagenavi span.pages {
	color:#333;
	background-color:#fff;
	border:solid 1px #888;
}
.wp-pagenavi a:hover{
	background-color:#333;
	border-color:#333;
}

/* news detail ---------------------------*/
.news-detail .area1 {
	padding-bottom: 40px;
}
.detail-head {
	margin-bottom: 40px;
	padding: 0 0 20px;
	border-bottom: solid 1px #a7a7a7;
}
#work .detail-head {
	border-top: solid 3px #333;
}
.detail-head h2 {
	font-size: 2.6rem;
	font-weight: 500;
}
.detail img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 30px auto;
}
.detail-head .date {
	margin-bottom: 8px;
	color: #1d5aa4;
}
.detail p {
	margin-bottom: 1rem;
	line-height: 1.8;
}

/* pager*/
.pager {
	width: 100%;
	margin-bottom: 80px;
	padding: 16px 0;
	height: 60px;
	position: relative;
	border-top: solid 1px #c6c6c6;
	border-bottom: solid 1px #c6c6c6;
}
.pager .prev {
	position: absolute;
	left: 8px;
}
.pager .next {
	position: absolute;
	right: 8px;
}
.pager .prev::before,
.pager .next::after {
	font-family: "Font Awesome 5 Free";
	color: #333;
	font-weight: normal;
}
.pager .prev::before {
	padding-right: 8px;
	font-weight: 600;
	content: "\f104";
}
.pager .next::after {
	padding-left: 8px;
	font-weight: 600;
	content: "\f105";
}
.pager .prev a,
.pager .next a {
	color: #000;
}
.pager .prev a:hover,
.pager .next a:hover {
	color: #555;
}


@media screen and (max-width: 900px) { /*タブレット以下*/
	/* news list -----------------------------*/
	.wp-pagenavi {
		width: 80vw;
		margin: 40px 0;
	}
}

@media screen and (max-width: 768px) { /*タブレット*/
	/* news list -----------------------------*/
	.news .news-list dl {
		margin-bottom: 16x;
		padding-bottom: 16px;
	}
	.news .news-list .btn01 a {
		margin: 0;
	}

	/* news detail ---------------------------*/
	/* pager*/
	.pager {
		margin-bottom: 40px;
	}
}

@media screen and (max-width: 600px) { /*スマートフォン*/
	/* news list -----------------------------*/
	.news .news-list {
		padding-top: 10px;
	}
	.news .news-list dl {
		margin-bottom: 10px;
		padding-bottom: 10px;
	}
	.news .news-list dl dt {
		margin-bottom: 4px;
	}

	.wp-pagenavi a, .wp-pagenavi span {
		color:#fff;
		background-color:#888;
		border:solid 1px #888;
		padding: 4px;
		margin:0 2px;
	}
}


/*------------------------------------------
 contact
------------------------------------------*/
.contact .area2 {padding-bottom: 40px;}

.contact h3 {
	margin-bottom: 32px;
	font-size: 2.4rem;
	font-weight: 400;
	text-align: center;
}

.contactform {
	width: 800px;
	max-width: 100%;
	margin: 60px auto 0;
	padding: 0 15px;
}

.contactform dl dt {
	padding-bottom: 16px;
}
.contactform dl dd {
	margin: 0 0 40px;
}

.contactform input,
.contactform textarea {
	width: 100%;
	padding: 16px;
	border: solid 1px #ccc;
	border-radius: 4px;
	font-size: 100%;
	font-weight: normal;
	line-height: 1.4;
}
.contactform .submit {
	text-align: center;
}
.contactform .submit input {
	width: 180px;
	color: #fff;
	background-color: #1d5aa4;
	border: solid 1px #1d5aa4;
	border-radius: 6px;
}
.contactform .submit input:hover {
	color: #1d5aa4;
	background-color: #fff;
	border: solid 1px #1d5aa4;
	transition: 0.4s ease-in-out;
}

.contactform span.required {
	margin-left: 6px;
	color: #f00;
}

@media screen and (min-width: 769px) { /*for Mobile*/
	.contact p {
		text-align: center;
	}
	.contact .onlyPC {display: none;}


/*修正*/
	.contactform {
		width: 800px;
	}
	.contactform dl {
		display: flex;
		flex-wrap: wrap;
	}
	.contactform dl dt {
		width: 25%;
	}
	.contactform dl dd {
		width: 75%;
	}
}

@media screen and (max-width: 768px) { /*for Mobile*/
	.contact h3 {
		margin-bottom: 24px;
	}

	.contactform {
		margin: 0 auto;
		padding: 0;
	}
	.contactform dl dt {
		padding-bottom: 12px;
	}
	.contactform dl dd {
		margin: 0 0 30px;
	}
}


/*Contact Form7---------------------------*/
div.wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.5em 1em;
	border-radius: 4px;
}

div.wpcf7-mail-sent-ok {
	color: #fff;
	background-color: #3fa3ef;
	border: 2px solid #3fa3ef;
}
div.wpcf7-mail-sent-ng {
	color: #fff;
	background-color: #ff0000;
	/*border: 2px solid #ff0000; 赤*/
}
div.wpcf7-spam-blocked {
	background-color: #ffa500;
	/*border: 2px solid #ffa500; オレンジ*/
}
div.wpcf7-validation-errors {
	background-color: #f7e700;
	 /*border: 2px solid #f7e700;黃*/
}



/*==========================================
 *Contents
==========================================*/
.scroll_top { /*ヘッダー用*/
	margin-top: -80px;
	padding-top: 80px;
}

/* text -----------------------------------*/
.txt-center {text-align: center;}
.txt-left {text-align: left;}
.txt-right {text-align: right;}

strong {
	font-weight: normal;
	font-size: 20px;
	font-size: 2.0rem;
}

.text-b {font-weight: 500;}

/* space ----------------------------------*/
.mb4 {margin-bottom: 4px;}
.mb8 {margin-bottom: 8px;}
.mb16 {margin-bottom: 16px;}
.mb20 {margin-bottom: 20px;}
.mb24 {margin-bottom: 24px;}
.mb32 {margin-bottom: 32px;}
.mb40 {margin-bottom: 40px;}
.mb80 {margin-bottom: 80px;}


@media screen and (max-width: 960px) {
	.scroll_top { /*ヘッダー用*/
		margin-top: -64px;
		padding-top: 64px;
	}
}

@media screen and (max-width: 768px) {
	/* text -----------------------------------*/
	strong {font-size: 1.8rem;}

	/* space ----------------------------------*/
	.mb4 {margin-bottom: 4px;}
	.mb8 {margin-bottom: 8px;}
	.mb16 {margin-bottom: 8px;}
	.mb20 {margin-bottom: 10px;}
	.mb24 {margin-bottom: 12px;}
	.mb40 {margin-bottom: 20px;}
	.mb80 {margin-bottom: 40px;}
}

/*==========================================
 *Print
==========================================*/
@media print {
	body {font-size: 90%;}
	.gNav-pc,
	.gnav-mobile {display: none;}
	.header-cont {margin-bottom: 20px;}
	#header {
		margin-bottom: 30px;
		background: none;
		box-shadow: none;
		position: static;
	}
	#sub #mainvisual {
		margin: 0;
		padding: 0;
		height: 0px;
		background: none !important;
		position: relative;
	}
	#sub #mainvisual h2 {
		margin: 0;
		padding: 50px 0 0;
		background: none;
		position: absolute;
		color: #1d5aa4;
		font-size: 4rem;
		font-weight: 900;
		text-shadow: 0 0 0 #000;
		/*background: rgba(29, 90, 164, 0.8);*/
	}
	.companyArea {
		background-color: none;
	}

	footer nav ul {display: none;}
}