@charset "utf-8";

#index1 {
	padding-bottom: 135px;
}
@media only screen and (max-width: 1199px) {
	#index1 {
		padding-bottom: 45px;
	}
}
@media only screen and (max-width: 991px) {
	#index1 {
		padding-bottom: 15px;
	}
}
#index1 h2 {
	color: #000;
	font-size: 40px;
	margin-bottom: 35px;
	font-weight: 700;
	text-transform: uppercase;
}
@media only screen and (max-width: 991px) {
	#index1 h2 {
		font-size: 28px;
		margin-bottom: 45px;
	}
}

#index1 h2 span {
	font-size: 20px;
	color: #333;
	display: block;
	padding-top: 15px;
	font-weight: 700;
}

@media only screen and (max-width: 991px) {
	#index1 h2 span {
		display: block;
	}
}

#index1 h3 {
	text-align: left;
	font-size: 16px;
	margin-bottom: 25px;
	font-weight: 700;
	position: relative;
	line-height: 1.7;
}
@media only screen and (max-width: 991px) {
	#index1 h3 {
		font-size: 16px;
		margin-bottom: 30px;
	}
}

.tracing-paper {
	background-color: rgb(2555 255 255 / 0.9);
	padding: 60px;
	transform: translateY(90px);
	box-shadow: 0 0 12px rgb(0 0 0 / 0.2);
}
@media only screen and (max-width: 1199px) {
	.tracing-paper {
		padding: 45px;
		transform: translateY(-60px);
	}
}
@media only screen and (max-width: 991px) {
	.tracing-paper {
		padding: 30px;
		transform: translateY(-45px);
	}
}
.link-txt a {
	text-decoration: underline;
	color: #1466e4;
}
.link-txt a:hover {
	text-decoration: none;
	color: #1466e4;
}

#index2 h2 {
	color: #000;
	font-size: 40px;
	margin-bottom: 35px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
}
@media only screen and (max-width: 991px) {
	#index2 h2 {
		font-size: 28px;
		margin-bottom: 45px;
	}
}
#index2 h2:first-letter {
	color: #0779bf;
}
#index2 h2 span {
	font-size: 20px;
	color: #333;
	display: block;
	padding-top: 15px;
	font-weight: 700;
}
#index2 h4 {
	margin-top: 15px;
	margin-bottom: 10px;
	font-weight: 700;
	font-size: 20px;
}
@media only screen and (max-width: 991px) {
	#index2 h2 span {
		display: block;
	}
}

.services-link-item {
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
	margin-bottom: 1px;
}
.services-link-image {
	overflow: hidden;
}
.services-link-image img {
	scale: 1;
	transition: scale 0.3s;
}
.services-link:hover .services-link-image img {
	scale: 1.05;
	transition: scale 0.6s;
}
.services-link-title {
	background-color: rgb(0 0 0 / 0.5);
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;

	position: absolute;
	inset: 0;

	transition: background-color 0.3s;
}
.services-link:hover .services-link-title {
	background-color: rgb(0 0 0 / 0.25);
	transition: background-color 0.6s;
}

.services-link-title h3 {
	font-size: 28px;
	text-align: center;
	color: #fff;
	line-height: 30px;
	padding: 10px;
}
.services-link-title h3 span {
	font-size: 18px;
	display: block;
	padding-top: 15px;
}
@media only screen and (max-width: 991px) {
	.services-link-title h3 {
		font-size: 20px;
	}
}

.bg_about01,
.bg_about02,
.bg_about03,
.bg_about04,
.bg_about05 {
	background: no-repeat center center;
	background-size: auto 100%;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-ms-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	overflow: hidden;
}

.bg_about01 {
	background-image: url(../images/top/square-img01.jpg);
}
.bg_about02 {
	background-image: url(../images/top/square-img02.jpg);
}
.bg_about03 {
	background-image: url(../images/top/square-img03.jpg);
}
.bg_about04 {
	background-image: url(../images/top/square-img04.jpg);
}
.bg_about05 {
	background-image: url(../images/top/square-img05.jpg);
}

#index2a h2 {
	color: #000;
	font-size: 38px;
	margin-bottom: 75px;
	font-weight: 700;
	text-align: center;
}
@media only screen and (max-width: 991px) {
	#index2a h2 {
		font-size: 28px;
		margin-bottom: 45px;
	}
}
#index2a h2:first-letter {
	color: #0779bf;
}
#index2a h2 span {
	font-size: 20px;
	color: #333;
	display: block;
	padding-top: 15px;
	font-weight: 700;
}
#index2a h4 {
	margin-top: 15px;
	margin-bottom: 10px;
	font-weight: 700;
	font-size: 20px;
}
@media only screen and (max-width: 991px) {
	#index2a h2 span {
		display: block;
	}
}

/* index3 */
#index3 {
	background: url(../images/top/bg-index3.jpg) center center / cover no-repeat #fff;
}

@media only screen and (min-width: 992px) {
	#index3 h2 {
		display: inline;
		margin-left: auto;
		text-align: left;
		-webkit-writing-mode: vertical-rl;
		-moz-writing-mode: vertical-rl;
		-ms-writing-mode: tb-rl;
		-ms-writing-mode: vertical-rl;
		writing-mode: vertical-rl;
		text-orientation: mixed;
		-webkit-text-orientation: mixed;
		font-feature-settings: "pkna";
		font-weight: 700;
		line-height: 1.7;
		letter-spacing: -0.3em;
		font-size: 38px;
		margin-bottom: 75px;
		position: relative;
	}
	#index3 h2 span {
		display: block;
		font-size: 18px;
		letter-spacing: 0.1em;
		color: #000;
	}
	#index3 h2:after {
		width: 2px;
		height: 60px;
		left: inherit;
		bottom: inherit;
		right: -15px;
		top: 10px;
		background-color: #000;
		position: absolute;
		content: "";
	}
}

@media only screen and (max-width: 991px) {
	#index3 h2 {
		line-height: 1.7;
		font-size: 28px;
		margin-bottom: 45px;
		font-weight: 700;
		text-align: center;
	}
	#index3 h2 span {
		display: block;
		font-size: 18px;
		color: #000;
	}
}

.staffbox {
}
.staffbox .img-st {
	position: relative;
}
.staffbox h3 {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	font-weight: 700;
	font-family: "nserif", serif;
	font-size: 18px;
	color: #fff;
	padding: 25px;
	z-index: 2;
}
.staffbox h3 span {
	display: block;
	padding-bottom: 15px;
	font-size: 28px;
	line-height: 1.7;
}
.staffbox .img-st:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 50%;
	z-index: 1;
	left: 0;
	bottom: 0;
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7)), to(transparent));
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), transparent);
	-webkit-transform-origin: bottom;
	transform-origin: bottom;
	transition: 0.2s;
}
.staffbox a:hover img {
	opacity: 1;
}
.staffbox a:hover .img-st:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	z-index: 1;
	left: 0;
	bottom: 0;
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7)), to(transparent));
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), transparent);
	-webkit-transform-origin: bottom;
	transform-origin: bottom;
	transition: 0.2s;
}

.bg-bllue {
	background: #000 !important;
}

#layer {
}
@media only screen and (max-width: 991px) {
	#layer {
	}
}

#layer h2 {
	color: #000;
	font-size: 38px;
	margin-bottom: 75px;
	font-weight: 700;
	text-align: center;
}
@media only screen and (max-width: 991px) {
	#layer h2 {
		font-size: 28px;
		margin-bottom: 45px;
	}
}
#layer h2:first-letter {
	color: #0779bf;
}

#layer h2 span {
	font-size: 20px;
	color: #333;
	display: block;
	padding-top: 15px;
	font-weight: 700;
}

@media only screen and (max-width: 991px) {
	#layer h2 span {
		display: block;
	}
}

#layer h3 {
	font-size: 26px;
	line-height: 1.25;
	position: relative;
	margin: 0px 0 60px !important;
	text-align: center;
	padding: 20px 15px;
	color: #fff;
	background-color: #0779bf;
}
@media (max-width: 991px) {
	#layer h3 {
		font-size: 18px;
		margin: 0 0 60px !important;
	}
}
#layer h3 span {
	font-size: 180%;
}
#layer h3:after {
	content: "";
	border-width: 25px;
	border-style: solid;
	position: absolute;
	top: 100%;
	left: 50%;
	right: 50%;
	margin: 0 -25px;
	border-color: #0779bf transparent transparent transparent;
}
#layer h4 {
	font-weight: 700;
	font-size: 140%;
}

#bg-img-contents {
	background: url(../images/top/bg-img-contents.jpg) center center / cover no-repeat #fff;
	color: #fff;
	padding: 110px 0px;
}
@media only screen and (max-width: 991px) {
	#bg-img-contents {
		background: url(../images/top/bg-img-contents.jpg) center center / cover no-repeat;
	}
}

#bg-img-contents h2 {
	color: #fff;
	text-align: left;
	font-size: 38px;
	font-weight: 700;
	margin-bottom: 45px;
}
@media only screen and (max-width: 991px) {
	#bg-img-contents h2 {
		font-size: 28px;
		font-weight: 700;
		margin-bottom: 15px;
	}
}

#bg-img-contents .lead {
	font-size: 18px;
	line-height: 2;
	margin: 30px 0;
}
@media only screen and (max-width: 991px) {
	#bg-img-contents .lead {
		font-size: 16px;
		line-height: 2;
		margin: 15px 0;
	}
}

.cate-list {
	list-style: none;
	display: block;
}
.cate-list li {
	width: 24%;
	display: inline-block;
	padding-bottom: 30px;
}
.cate-list li a {
	display: block;
}

.cate-list li a {
	color: #000;
	background: #fff;
	padding: 15px 40px 15px 15px;
	font-weight: 700;
	transition: 0.6s;
	position: relative;
	max-width: 360px;
	border-radius: 0px;
	border: 1px solid #000;
	text-align: center;
}
.cate-list li a:hover,
.cate-list li a:active,
.cate-list li a:focus {
	color: #fff;
	background: #0779bf;
	padding: 15px 40px 15px 15px;
	transition: 0.6s;
	border-radius: 0px;
	border: 1px solid #000;
}
.cate-list li a:after {
	font-family: "Font Awesome\ 5 Pro";
	margin-left: 1.5em;
	color: #000;
	content: "\f061";
	position: absolute;
	transition: 0.6s;
	right: 15px;
}
.cate-list li a:hover:after {
	font-family: "Font Awesome\ 5 Pro";
	margin-left: 2.2em;
	color: #fff;
	content: "\f061";
	position: absolute;
	transition: 0.6s;
	right: 10px;
}

@media only screen and (max-width: 991px) {
	.cate-list li {
		width: 49%;
		display: inline-block;
		padding-bottom: 15px;
	}
}

#index4 {
}
#index4 h2 {
	color: #000;
	font-size: 38px;
	margin-bottom: 75px;
	font-weight: 700;
}
@media only screen and (max-width: 991px) {
	#index4 h2 {
		font-size: 28px;
		margin-bottom: 45px;
	}
}
#news {
}
#news h2 {
	color: #000;
	font-size: 38px;
	margin-bottom: 75px;
	font-weight: 700;
	text-align: center;
}
@media only screen and (max-width: 991px) {
	#layer h2 {
		font-size: 28px;
		margin-bottom: 45px;
	}
}
#news h2:first-letter {
	color: #0779bf;
}
.news-box {
}

.news-article {
	display: table;
	width: 100%;
	align-items: center;
}
@media only screen and (max-width: 991px) {
	.news-article {
		display: block;
	}
}

.news-article + .news-article {
	margin-top: 15px;
}

.news-date,
.news-comment {
	display: table-cell;
	vertical-align: top;
}
@media only screen and (max-width: 991px) {
	.news-date,
	.news-comment {
		display: block;
	}
}

.news-date {
	width: 110px;
	text-align: center;
	padding: 9px 0;
}
@media only screen and (max-width: 991px) {
	.news-date {
		width: auto;
	}
}

.news-date.shp {
	border-bottom: 1px solid #000;
}
.news-date.tpc {
	border-bottom: 1px solid #00c1ff;
}

.news-comment {
	border-bottom: 1px solid #999;
	padding: 9px 15px;
}
@media only screen and (max-width: 991px) {
	.news-comment {
	}
}

.check {
	list-style: none;
}
.check li {
	font-size: 18px;
	line-height: 48px;
	padding-left: 45px;
	padding-left: 48px;
	position: relative;
}
@media (max-width: 991px) {
	.check li {
		font-size: 16px;
		line-height: 24px;
		padding-left: 24px;
	}
}

.check li:before {
	content: "";
	background: url(../images/common/checkmark.png) left center / 30px no-repeat;
	width: 30px;
	height: 48px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
@media (max-width: 991px) {
	.check li:before {
		width: 30px;
		height: 24px;
		background-size: 20px;
	}
}

.comment {
	font-size: 18px;
	line-height: 48px;
	padding-left: 45px;
	padding-left: 48px;
	position: relative;
}
@media (max-width: 991px) {
	.check li {
		font-size: 16px;
		line-height: 18px;
		padding-left: 24px;
	}
}

.img-fluid {
	max-width: unset;
	width: 100%;
}
