@charset "utf-8";
/* CSS Document */

.block__kv-contents {
	background: url("../img/service/kv-img.jpg") no-repeat top center;
	background-size: cover;
	position: relative;
	padding: 8rem 0 0 3rem;
	width: 100%;
	height: 45vh;
    max-height: 530px;
	z-index: 0;
}
.vertical {
	position: absolute;
	top: 1rem;
	left: 3rem;
}
.vertical h3 {
	font-family: 'Noto Serif JP', serif;
	font-size: 4rem;
	font-weight: 400;
	color: #008ED7;
	writing-mode: vertical-rl;
	width: 50%;
}
.v_line_fix {
    margin-left: -4rem;
	margin-top: -5rem;
    width: 3px;
    height: 80px;
    background-color: #008ED7;
}

.block__service-comment {
    text-align: center;
}
.block__service-comment p.headline-text {
	font-family: 'Noto Serif JP', serif;
	font-size: 2.5rem;
	font-weight: 400;
    position: relative;
    padding: 1.5rem;
    text-align: center;
	margin-bottom: 3rem;
}
.block__service-comment p.headline-text:before {
    position: absolute;
    bottom: -10px;
    left: calc(50% - 30px);
    width: 60px;
    height: 3px;
    content: '';
    border-radius: 3px;
    background: #008ED7;
}

.fb__service-contents {
	display: flex;
	margin-top: 5rem;
	margin-bottom: 8rem;
}
.item__service-list-photo {
	color: #FFF;
	position: relative;
	padding-bottom: 1rem;
	width: 55%;
}
.item__service-list-photo-chishitsu { /* 01地質のみ */
	width: 55%;
}
.item__service-list-photo-chishitsu .item__service-list-photo {/* 01地質のみ */
	color: #FFF;
	position: relative;
	width: 100%;
}
.item__service-list-photo-chishitsu p.chishitsu-comment { /* 01地質のみ */
	width: 70%;
	margin: 5rem auto 0;
	font-size: 1.188rem;
}
.item__service-list-photo p {
	position: absolute;
	top: 4rem;
	left: 4rem;
	font-size: 1.1rem;
}
.item__service-list-photo h4 {
	position: absolute;
	top: 4.5rem;
	left: 4rem;
	font-size: 2.5rem;
	font-weight: 400;
}
.heading-number {
	position: relative;
	font-size: 3.5rem;
}
.heading-number::before {
	font-family: 'Noto Serif JP', serif;
	content: attr(data-number);
	display: inline-block;
	margin-right: 1.5rem;
	padding-right: 1.5rem;
	/*color: #498ee0;*/
	font-size: 3.5rem;
	border-right: 1px solid #FFF;
}
.item__service-list-comment {
	padding: 3rem 5rem 0;
	width: 45%;
}
.item__service-list-comment p {
	font-size: 1.1rem;
}
.item__service-list-comment img {
	padding: 4rem;
}
.fb__service-contents:nth-child(even) {
  flex-direction: /*row-reverse*/row;
}
.fb__service-contents:nth-child(even) .item__service-list-comment {
  /*text-align: right;*/
}
.fb__service-contents:nth-child(even) .item__service-list-photo {
 /* margin-left: 0;
  margin-right: 3%;*/
}
.botton-contents {
	margin: 4rem auto;
	text-align: center;
}



/* ==============================
レスポンシブ
================================= */

@media screen and (max-width: 1230px) {
}

@media screen and (max-width: 1080px) {
.block__kv-contents {
	background-size: cover;
	position: relative;
	padding: 8rem 0 0 3rem;
	width: 100%;
	height: 35vh;
    max-height: 45vh;
	z-index: 0;
}
.fb__service-contents {
	margin-top: 3rem;
}
.item__service-list-photo h4 {
	position: absolute;
	top: 4.5rem;
	left: 4rem;
	font-size: 2.1875rem;
	font-weight: 400;
}
.block__service-comment p.headline-text {
	font-size: 1.8rem;
	line-height: 1.5;
}
.item__service-list-comment {
	padding: 3rem 2rem;
	width: 45%;
}
.item__service-list-comment img {
	padding: 4rem;
}
}


@media screen and (max-width: 980px) {
.fb__service-contents {
    flex-direction: column;
  }
.fb__service-contents:nth-child(even) {
    flex-direction: column-reverse;
  }
/*  .item__service-list-comment {
    text-align: center;
  }*/
.item__service-list-comment {
	padding: 3rem 5rem;
	width: 100%;
}
 .fb__service-contents:nth-child(even) .item__service-list-comment {
    text-align: center;
  }
.item__service-list-photo-chishitsu { /* 01地質のみ */
    width:100%;
    margin-left: 0;
}
.item__service-list-photo {
    width:100%;
    margin-left: 0;
    text-align: center;
  }
  .fb__service-contents:nth-child(even) .item__service-list-photo {
    margin-left: 0;
    margin-right: 0%;
  }
.item__service-list-photo img {
    /*width:50%;
    height:auto;*/
  }


}


@media screen and (max-width: 600px) {
.vertical {
	position: absolute;
	top: 1.5rem;
	left: 1rem;
}
.vertical h3 {
	font-size: 3.125rem;
}
.v_line_fix {
    margin-left: -3.2rem;
	margin-top: -5rem;
    width: 3px;
    height: 65px;
    background-color: #008ED7;
}
.block__service-comment p {
	font-size: 1.188rem;
}
.block__service-comment p.headline-text {
	font-size: 1.438rem;
}
.item__service-list-photo p {
	position: absolute;
	top: 2rem;
	left: 1.5rem;
	font-size: 1.188rem;
}
.item__service-list-photo h4 {
	position: absolute;
	top: 2.5rem;
	left: 1.5rem;
	font-size: 2rem;
	font-weight: 400;
}
.heading-number {
	position: relative;
	font-size: 2rem;
}
.heading-number::before {
	font-family: 'Noto Serif JP', serif;
	content: attr(data-number);
	display: inline-block;
	margin-right: 1.188rem;
	padding-right: 1.188rem;
	padding-top: 0.8rem;
	/*color: #498ee0;*/
	font-size: 3.2rem;
	border-right: 1px solid #FFF;
}
.item__service-list-comment {
	padding: 3rem 2rem 2rem;
	width: 100%;
}
.item__service-list-comment img {
	padding: 3rem 1rem;
}


}

/* ==============================
print
================================= */
/* A4サイズ縦 */
@page {
    size: A4 portrait;
}

@media print {
.block__kv-contents {
	background-size: cover;
	position: relative;
	padding: 8rem 0 0 3rem;
	width: 100%;
	height: 30vh;
    max-height: 764px;
	margin-bottom: 5rem;
	z-index: 0;
}
.vertical {
	position: absolute;
	top: -10rem;
	left: 0;
}
.vertical h3 {
	font-size: 4rem;
}
.block__service-comment p.headline-text {
	font-size: 1.438rem;
}
	
	
.fb__service-contents {
	display: flex;
	margin-top: 5rem;
	margin-bottom: 8rem;
}
.item__service-list-photo {
	color: #FFF;
	position: relative;
	padding-bottom: 1rem;
	width: 55%;
}
.item__service-list-photo-chishitsu { /* 01地質のみ */
	width: 55%;
}
.item__service-list-photo-chishitsu .item__service-list-photo {/* 01地質のみ */
	color: #FFF;
	position: relative;
	width: 100%;
}
.item__service-list-photo-chishitsu p.chishitsu-comment { /* 01地質のみ */
	width: 70%;
	margin: 5rem auto 0;
	font-size: 1.188rem;
}
.item__service-list-photo p {
	position: absolute;
	top: 1.5rem;
	left: 2rem;
	font-size: 0.8rem;
}
.item__service-list-photo h4 {
	position: absolute;
	top: 2rem;
	left: 2rem;
	font-size: 1.8rem;
	font-weight: 400;
}
.heading-number {
	position: relative;
	font-size: 2rem;
}
.heading-number::before {
	font-family: 'Noto Serif JP', serif;
	content: attr(data-number);
	display: inline-block;
	margin-right: 1rem;
	padding-right: 1rem;
	/*color: #498ee0;*/
	font-size: 2rem;
	border-right: 1px solid #FFF;
}
.item__service-list-comment {
	padding: 3rem 2rem 0;
	width: 45%;
}
.item__service-list-comment img {
	padding: 2rem;
}
	
	
}

