@charset "utf-8";
/* CSS Document */

/*------------------------

下層共通

------------------------*/

.underlayer header {
	background: #000;
}
.underlayer-heading {
	font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	color: #eed58a;
	font-size: 3rem;
	font-weight: lighter;
	display: inline-block;
}
.underlayer-heading span {
	font-size: 2rem;
	margin-left: 10px;
}
.underlayer-heading span.before-heading{
	margin-left: 0;
}
.works-place{
	color: #eed58a;
	display: inline-block;
	font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 1.6rem;
}
.works-place span{
		background-color: #eed58a;
    color: #000;
    display: inline-block;
    padding: 2px 5px 0;
    line-height: 19px;
    vertical-align: top;
    margin: 0 8px;
		font-size: 1.4rem;
}
.underlayer-heading02 {
	color: #fff;
	border-bottom: 1px solid #fff;
	font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-weight: lighter;
	font-size: 2.4rem;
	text-align: left;
}

.underlayer .section-works {
	padding: 10px 0 330px;
}
.underlayer .section-news {
	/*	padding: 30px 0 330px;*/
	padding: 50px 0 50px;
}
.underlayer .title-box {
	padding: 10px 0 0;
}
.underlayer .section-basic {
	padding: 30px 0 0;
}
.underlayer .title-box {
	background: #000;
	overflow: hidden;
}
.section-about {
	padding: 30px 0 40px;
}
.other-page article:first-of-type{
	padding: 30px 0 40px;
}
.other-page article{
	padding: 0 0 40px;
}

@media screen and (max-width:767px) {
.underlayer-heading {
	font-size: 2.4rem;
}
}
/*------------------------

パンくず

------------------------*/


.back-bread {
	width: 100%;
	padding: 8px 0;
	background: #000;
	color: #fff;
	font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	padding-top: 100px;
}
.box-bread {
	max-width: 1200px;
	width: 94%;
	margin: 0 auto;
	padding: 0;
}
.box-bread li {
	padding: 0 0 0 20px;
	font-size: 93%;
	float: left;
}
.box-bread li:nth-child(1) {
	padding: 0;
	background: none;
}
.box-bread li a {
	color: #fff;
	padding-right: 20px;
}
.box-bread li a:hover {
	text-decoration: underline;
}
.box-bread li:after {
	display: inline-block;
	content: '/';
	color: #fff;
	vertical-align: middle;
}
.box-bread li:last-of-type:after {
	display: none;
}

@media screen and (max-width:1023px) {
.back-bread {
	width: 100%;
	padding: 105px 0 7px;
}
.box-bread {
	width: 94%;
	margin: 0 auto;
}
.box-bread li {
	padding: 0 0 0 20px;
	font-size: 77%;
	background-size: 10px;
	display: inline;
	float: none;
}
}

@media screen and (max-width:767px) {
.back-bread {
	padding: 60px 0 7px;
}
}
/*------------------------

実績

------------------------*/
.underlayer .section-works {
	background: #000;
}
/*
.main-picture {
	background: url(../../works/detail/img/main-image.jpg);
	height: 300px;
	background-position: center;
	background-size: cover;
}
*/
.works-page-detail .wrap {
	padding-bottom: 1px;
}
/* .works-page-detail article {
	background-color: #414141;
	color: #d8d5cd;
	padding: 16px 0;
}
.works-page-detail article dl {
	display: flex;
	margin-bottom: 6px;
}
.works-page-detail article dt, .works-page-detail article dd {
	display: inline-block;
}
.works-page-detail article dt {
	margin-right: 10px;
	font-weight: 400;
}
.works-page-detail article dd {
	margin-right: 30px;
	margin-left: 0;
}
.works-page-detail .tab{
	display: inline-block;
	padding: 0 5px;
	margin-right: 5px;
	color: #414141;
	background-color: #d8d5cd;
	font-weight: bold;
}
.works-page-detail .tab:first-of-type{
	color: #d8d5cd;
	background-color: inherit;
	font-weight: 400;
	padding-left: 0;
}
@media screen and (max-width:767px) {

.works-page-detail .tab-box{
	float: none;
	display: block;
}
	.works-page-detail .tab{
		font-size: 1.4rem;
		margin-bottom: 6px;
	}
	.works-page-detail .tab:first-of-type{
		font-size: 1.6rem;
	}
.works-page-detail article dd {
	margin-right: 0;
}
} */
.pictures {
	background-color: #000;
	padding: 10px 0 22px;
}
.pictures .col {
	padding-right: 5px;
	padding-bottom: 10px;
}
.pictures .col:nth-of-type(2n + 1) {
	padding-right: 0;
	padding-left: 5px;
}
.pictures .col:first-of-type{
	padding-left: 0;
}
a.basic-link, .pictures a {
	display: block;
	margin: 22px auto 0;
	width: 210px;
	color: #fff;
	border: 1px solid #fff;
	text-align: center;
	line-height: 60px;
	height: 60px;
	font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.pictures a{
	margin: 22px auto;
}
a.basic-link:hover, .pictures a:hover {
	color: #000;
	background-color: #fff;
}
a.basic-link.black {
	color: #fff;
	background: #000;
	border: 1px solid #000;
}
a.basic-link.black:hover {
	color: #000;
	background-color: #fff;
}

/*
@media screen and (max-width:767px) {
.works-page-detail article .col-5 {
	padding-left: 0;
	margin-top: 20px;
}
.pictures .row {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.pictures .col-6 {
	width: 50%;
}
}
*/
/*------------------------

ニュース

------------------------*/

.news-page .section-news {
	background: #fff;
	height: auto;
}
.news-page .section-news .wrap {
	background: none;
	padding: 0;
}
/*
.news-page .section-news li{
	margin-bottom: 26px;
}
.news-page .section-news li{
	display: block;
}
.news-page .section-news ul li span:first-of-type{
	display: block;
	width: 100%;

}
.news-page .section-news ul li span:nth-of-type(2){
	display: block;
	width: 100%;

}
.news-page .section-news ul li span,
.news-page .section-news ul li a{
	color: #000;
	height: auto;
}
.news-page .section-news ul li a{
	text-decoration: underline;
}
.news-page .section-news ul li a:hover{
	text-decoration: none;
}
.news-page .section-news ul li span:nth-of-type(2) a:before {
    display: none;
}
*/
.other-text, .commit-text {
	min-height: 160px;/*	background: #fff;*/
/*	padding: 3%;*/
}
.section-news .underlayer-heading, .news-detail .underlayer-heading {
	color: #000;
	border-bottom: 1px solid #000;
}
.day {
	color: #000;
}
.section-news:nth-of-type(2n) {
	/*	background-color: #e5e5e5;*/
	background-color: #f2f2f2;
}
.section-news .col:first-child {
	position: relative;
}
.section-news .col:first-child span.new-info, .section-news .col:first-child span.new-works {
	position: absolute;
	right: 0;
	background: #063b64;
	color: #fff;
	padding: 2px 5px;
	font-size: 1.2rem;
	width: 112px;
	text-align: center;
	margin-top: 2px;
}
.section-news .col:first-child span.new-info {
	background-color: #64063b;
}
.section-news .col:nth-child(2) img {
	width: 100%;
	max-width: 500px;
	text-align: left;
}
.news-text + span, .news-text + span + span {
	background-color: #868686;
	color: #fff;
	padding: 2px 7px;
	margin: 16px 7px 0 0;
	border-radius: 5px;
	display: inline-block;
	font-size: 1.2rem;
}

@media screen and (max-width:767px) {
/*
.section-news .col:first-child span.new-info,
.section-news .col:first-child span.new-works{
    padding: 2px 7px;
    font-size: 1.2rem;
    width: auto;
	position: inherit;

}
.day{
	display: block;
}
*/

}
/*------------------------

事業紹介

------------------------*/

.services-page {
	/*	background: #fff;*/
	background: #e5e5e5;
}
.usemap-area {
	/*	background: url(../../services/img/patial-service.png);*/
	width: 100%;
	max-width: 600px;
	background-size: cover;
	margin: 0 auto;
}
.caption {
	font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	/*	color: #fff;*/
	font-size: 2.6rem;
	margin-bottom: 30px;
}
.service-intro {
	text-align: center;/*	color: #fff;*/
}
.usemap-area + p {
	/*	color: #fff;*/
	font-weight: bold;
	margin-top: 30px;
	font-size: 1.8rem;
}
/*
.services-page h1{
	color: #000;
}
*/

.godo-strong .wrap {
	background-color: #000;
	color: #fff;
	padding: 30px;
	margin-top: 30px;
	margin-bottom: 60px;
}
.godo-strong h2 {
	font-size: 2rem;
	color: #fff;
	line-height: 2rem;
	margin-bottom: 10px;
	border-bottom: 1px solid #fff;
	padding-bottom: 12px;
}
.godo-strong .text-area {
	float: left;
	width: 265px;
	padding-right: 15px;
	text-align: justify;
	letter-spacing: 0;
}
.godo-strong .picture-area {
	float: left;
	width: calc(100% - 265px);
}

@media screen and (max-width:1023px) {
.godo-strong .gutters > .col-6 {
	width: 100%;
}
.godo-strong .col-6:first-of-type {
	margin-bottom: 40px;
}
}

@media screen and (max-width:767px) {
.service-intro {
	text-align: left;
}
.caption {
	font-size: 1.8rem;
}
.godo-strong .text-area, .godo-strong .picture-area {
	width: 100%;
	float: none;
	margin-bottom: 10px;
	padding-right: 0;
}
/*
	.godo-strong .picture-area{
	margin-bottom: 30px;
	}
*/
}
.services-detail {
	background: #000;
	color: #fff;
	padding: 30px 0;
}
.services-detail h2 {
	font-size: 1.6rem;
	color: #fff;
}
.services-detail h2 span {
	display: block;
	font-size: 1.4rem;
	font-weight: bold;
	border-bottom: 1px solid #fff;
}
.services-detail p.caption-b {
	font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 3rem;
	margin: 20px 0 30px;
}
.services-detail:nth-of-type(2n) {
	background-color: #fff;
	color: #000;
}
.services-detail:nth-of-type(2n) h2 {
	color: #000;
}
.services-detail:nth-of-type(2n) h2 span {
	border-bottom: 1px solid #000;
}
.services-detail .col-4 {
	position: relative;
}
.services-detail .col-4 {
	text-align: justify;
	letter-spacing: 0;
}
.services-detail .col-4 .bottom-set {
	position: absolute;
	bottom: 0;
	width: 100%;
}
.sp-small {
	font-size: 1.2rem;
}
.services-detail .col-8 img {
	width: 100%;
}

@media screen and (max-width:1200px) {
.services-detail .col-4 .bottom-set {
	position: static;
	bottom: 0;
}
.services-detail p.caption-b {
	font-size: 2.4rem;
}
}

@media screen and (max-width:767px) {
.services-detail p.caption-b {
	font-size: 1.8rem;
	margin-top: 0;
}
}
/*------------------------

事業紹介

------------------------*/

.about-table {
	color: #000;
	text-align: left;
}
.about-table th {
	vertical-align: top;
	width: 134px;
}
.section-about {
	background: #e5e5e5;
	color: #000;
}
.section-about:nth-of-type(2n) {
	background: #fff;
	color: #000;
}
.white-back .underlayer-heading02,
.section-about .underlayer-heading02, .section-about:nth-of-type(2n) .underlayer-heading02 {
	color: #000;
	border-bottom: 1px solid #000;
}
.section-about:nth-of-type(2n) .about-table {
	color: #000;/*	background: #e5e5e5;*/
}
.organization {
	color: #000;
}
.organization span {
	width: 250px;
	margin-left: 20px;
	vertical-align: top;
	padding-top: 27px;
	display: inline-block;
}
.organization .img-box {
	background: #fff;
	max-width: calc(100% - 270px);
	width: 170px;
	display: inline-block;
	padding: 10px;
}

.greeting p:last-of-type{
	text-align: right;

}

@media screen and (max-width:1023px) {
.organization span {
	padding-top: 0;
}
}

@media screen and (max-width:767px) {
.about-table th {
	background: none;
	width: 100%;
}
.about-table td {
	padding: 1rem 0;
}
.organization span {
	width: auto;
	margin-left: 0;
	padding-top: 20px;
}
.organization .img-box {
	max-width: 100%;
	display: block;
}
}
/*
.section-about.organization dt {
	color: #fff;
	background-color: #4b4b4b;
	text-align: center;
	padding: 5px;
}
.section-about.organization dd {
	margin-left: 0;
	padding: 10px 0;
}
*/
.underlayer span.place{
	border-bottom: none;
}
/*------------------------

お問い合わせ

------------------------*/

article.article-contact {
	background-color: #fff;
	padding: 30px 0 60px;
}
article.article-contact .label {
	background-color: #E95D3E;
	border-radius: 0;
	margin: 0 5px;
	font-size: 1.1rem;
	padding: 0 3px;
}
.form th {
	width: 290px;
	vertical-align: top;
}
.btn-area input {
	display: block;
	margin: 22px auto 0;
	width: 210px;
	color: #fff;
	background: #000;
	border: 1px solid #000;
	text-align: center;
	line-height: 60px;
	height: 60px;
	border-radius: 0;
	font-style: normal;
}
.btn-area input:hover {
	color: #000;
	background-color: #fff;
	cursor: pointer;
}
.btn-area input:disabled:hover {
	color: #fff;
	background-color: #000;
	cursor: auto;
}
.inquiry-box {
	padding: 20px;
	background-color: #f2f2f2;
}
.radio-box {
	text-align: center;
}
article.article-contact input[type="checkbox"] {
	padding-left: 28px;
	position: relative;
	display: inline-block;
	cursor: pointer;
	line-height: 20px;
	width: 20px;
	height: 20px;
	background: #fff;
	vertical-align: top;
	margin-top: 4px;
}
.label_checkbox.agree-text {
	display: inline-block;
}
.label_checkbox.agree-text a {
	vertical-align: top;
	margin-right: 5px;
}
ul.error {
	border: #E95D3E 1px solid;
	background-color: #fff;
	padding: 30px;
	margin-bottom: 30px;
}
.error {
	color: #E95D3E;
}
ul.error li:before {
	width: 1em;
	margin-left: -1em;
	content: '\f06a';
	color: #E95D3E;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: 4px;
}

@media screen and (max-width:767px) {
.form th {
	width: 100%;
}
}
/*------------------------

プライバシー

------------------------*/
.underlayer-heading03{
	font-size: 1.6rem;
	background-color: #f0f0f0;
	padding: 2px 6px;
}
.underlayer-heading03::before{
	content: '●';
	font-size: 2.2rem;
	margin-right: 2px;
}
/*------------------------

サイトマップ

------------------------*/

.sitemap-box .this-page,
.sitemap-box a{
	border-bottom: 1px solid #000;
	width: 100%;
	padding: 20px 5px	5px;
}
.sitemap-box a:hover{
	background-color: #000;
	color: #fff;
}
.sitemap-box .this-page span:before,
.sitemap-box a span:before{
	content: '●';
	margin-right: 5px;
}
.sitemap-box .this-page span,
.sitemap-box a span{
	font-weight: bold;
	display: inline-block;
	margin-right: 8px;
	font-size: 1.8rem;
	/* color: #eed58a; */
  font-family: 'Gilda Display', serif;
	display: block;
}
.sitemap-box li.col{
	margin-bottom: 0;
}
