@charset "utf-8";

.container {
	padding-bottom: 0;
}

/******************************
 archive
*******************************/
.archive .contensHead {
	background: url(../../images/services/service_bg.png) no-repeat bottom 24px center / contain;
	padding-bottom: 92px;
}

.archive .pageTtl {
	margin-bottom: 100px;
}

.archive .pageLead {
	margin-bottom: 0;
}

.archive .blockService {
	margin-bottom: 0;
	background: inherit;
	color: #374047;
	padding: 40px 0 0;
}

.archive .blockService .secTtl {
	text-align: left;
}

.archive .blockService .breadcrumbs {
	color: #374047;
}

.archive .blockService .list {
	display: flex;
	flex-wrap: wrap;
}

.archive .blockService .list .item {
	width: 400px;
	margin-bottom: 40px;
}

.archive .blockService .list .item:nth-child(odd) {
	margin-right: 40px;
}

/******************************
 single
*******************************/
.single .container {
	padding-top: 220px;
}

.single .pageTtl:before,
.single .pageTtl:after {
	display: none;
}

.single .contensBody > .inr {
	margin-bottom: 0;
}

.single .pageTtl {
	margin-bottom: 80px;
}

.single .pageTtl .jp {
	font-size: 16px;
}

.single .pageTtl .jp:before,
.single .pageTtl .jp:after {
	height: 16px;
}

.single .pageTtl .en {
	line-height: 1.4;
}

.single .pageTtl .en.containJp {
	font-family:"Noto Sans JP",sans-serif;
	font-weight: 700;
}

.single .firstBlock {
	position: relative;
	margin-bottom: 120px;
}

.single .firstBlock:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 280px;
	background: #F3F4F5;
	left: 0;
	top: 54px;
	z-index: -1;
}

.single .firstBlock .inr {
	display: flex;
	justify-content: space-between;
	max-width: 1260px;
	width: 100%;
}

.single .firstBlock .content {
	width: 55%;
	max-width: 544px;
	margin-top: 64px;
}

.single .firstBlock .content h2 {
	font-size: 32px;
	font-weight: 700;
	line-height: 2;
	min-height: 208px;
	margin-bottom: 64px;
}

.single .firstBlock .content h2 span {
	font-weight: 700;
	color: #0178DC;
}

.single .firstBlock .content p {
	line-height: 2;
	font-weight: 500;
}

.single .firstBlock .image {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40%;
	max-width: 371px;
	position: relative;
	margin-right: 40px;
}

.single .firstBlock .image:before {
	content: "";
	position: absolute;
	background: url(../../images/services/first_block_img_bg.svg) no-repeat center center / contain;
	width: 120%;
	height: 120%;
	z-index: -1;
	left: -10%;
	top: -10%;
}

.single .firstBlock .image img {
	width: 100%;
}

.single .serviceInfo {
	margin-bottom: 80px;
}

.single .serviceInfo .leading {
	text-align: center;
	font-size: 24px;
	font-weight: 700;
	line-height: 2;
	margin-bottom: 80px;
}

.single .serviceInfo .list {
	padding: 24px;
	background: #F3F4F5;
	line-height: 1.6;
}
.single .detail .secTtl .jp {
	font-size: 16px;
}
.single .detail .secTtl .jp:before,
.single .detail .secTtl .jp:after {
	height: 20px;
}
.single .detail .secTtl .en {
	font-size: 32px;
}

.single .detail .block {
	margin-bottom: 80px;
}

.single .detail .block .no {
	display: block;
	font-family: 'ProductSansBold';
	font-weight: 700;
	font-size: 32px;
	margin-bottom: 24px;
	color: #15B5FD;
	background: linear-gradient(90deg, #0074CC 0%, #15B5FD 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	position: relative;
}

.single .detail .block .no:before {
	content: '';
	background: #374047;
	position: absolute;
	-webkit-animation: ttlLineNo 1s ease forwards;
          animation: ttlLineNo 1s ease forwards;
	top: 50%;
	transform: translatey(-50%);
	left: 72px;
	height: 1px;
}

.single .tags {
	display: flex;
	position: absolute;
	top: 128px;
	left: 0;
	padding: 0 60px;
}

.single .tags span {
	display: inline-block;
	padding: 8px 20px;
	color: #fff;
	font-weight: 700;
	background: #4D565E;
	font-size: 12px;
	margin-right: 12px;
}

@-webkit-keyframes ttlLineNo {
  0% {
    width: 0;
  }
  100% {
    width: calc(100% - 72px);
  }
}

.single .detail .block .no:after {
	content: '';
  background: #374047;
  position: absolute;
	bottom: 19px;
	right: 0;
	-webkit-animation: ttlSquareNo 0.1s ease forwards;
          animation: ttlSquareNo 0.1s ease forwards;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

@-webkit-keyframes ttlSquareNo {
  0% {
  width: 0px;
  height: 0px;
  }
  100% {
  width: 4px;
  height: 4px;
  }
}

.single .detail .block h3 {
	font-size: 32px;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 40px;
}

.single .detail .block p {
	font-weight: 500;
	line-height: 2;
}

.single .detail .block .image {
	margin-top: 40px;
}

.single .detail .block .image img {
	width: 100%;
}

.single .articleList .post {
	width: 460px;
	background: #FFFFFF;
	box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
}

.single .btnWrap {
	margin-top: 40px;
}

@media screen and (max-width: 1120px) {
	.archive .pageTtl {
		margin-bottom: 40px;
	}
	
	.archive .blockService {
		/*margin-bottom: 60px;*/
	}
	
	.archive .blockService .list .item {
		width: 46%;
	}
	
	.single .contensBody > .inr {
		margin-bottom: 80px;
	}
	
	.single .pageTtl {
		margin-bottom: 40px;
	}
	
	.single .pageTtl .en {
		font-size: 40px;
	}
		
	.single .firstBlock {
		margin-bottom: 80px;
	}
	
	.single .firstBlock:before {
		height: 240px;
	}
	
	.single .firstBlock .content h2 {
		font-size: 20px;
		min-height: 180px;
	}
	
	.single .firstBlock .image {
		margin-right: 16px;
		margin-left: 56px;
		max-width: 340px;
	}
	
	.single .serviceInfo .leading {
		margin-bottom: 56px;
	}
	
	.single .detail .block .no {
		margin-bottom: 16px;
	}
	
	.single .detail .block h3 {
		font-size: 24px;
		line-height: 1.6;
		margin-bottom: 16px;
	}
	
	.single .detail .block .image {
		margin-top: 16px;
	}
	
	.single .articleList .post {
		width: 48%;
	}
	
	.single .tags {
		padding: 0 28px;
	}
	
	.single .tags.pc {
		display: flex!important;
	}
	
	.single .tags.sp {
		display: none!important;
	}
}

@media screen and (max-width: 767px) {
	.archive .contensHead {
		padding-bottom: 40px;
	}
	
	.archive .blockService {
		/* padding: 40px 0 56px; */
		padding: 40px 0 0;
	}
	
	.archive .blockService .list .item {
		width: 100%;
	}
	
	.single .container {
		padding-top: 100px;
	}
	
	.single .contensHead {
		margin-bottom: 40px;
	}
	
	.single .contensBody > .inr {
		margin-bottom: 0;
	}

	.single .pageTtl {
		margin-bottom: 16px;
	}
	
	.single .pageTtl .en {
		font-size: 28px;
		max-width: 100%;
		padding-right: 0;
	}
	
	.single .secTtl .jp {
		font-size: 28px;
		margin-bottom: 8px;
	}

	.single .firstBlock:before {
		display: none;
	}
	
	.single .firstBlock .inr {
		display: block;
	}
	
	.single .firstBlock .content {
		width: 100%;
		max-width: 100%;
		margin-top: 0;
	}
	
	.single .firstBlock .content h2 {
		margin-bottom: 16px;
		min-height: initial;
	}
	
	.single .firstBlock .image {
		width: 100%;
		margin: 60px auto 0;
	}
	
	.single .serviceInfo .leading {
		font-size: 18px;
	}
	
	/*.single .detail .block:last-child {
		margin-bottom: 0;
	}*/
	
	.single .articleList .post {
		width: 100%;
	}
	
	.single .tags {
		position: static;
		padding: 0;
	}
	
	.single .tags.pc {
		display: none!important;
	}
	
	.single .tags.sp {
		display: flex!important;
	}
	
}

@media screen and (max-width: 480px) {
	.single .firstBlock .image {
		max-width: 280px;
	}
	
}
