@charset "UTF-8";

/*=====================================================================

    トップページ

======================================================================= */

#top {
	display: none;
}

/*****メインビジュアル*****/

.kimg-area {
	position: relative;
	z-index: 1;
}

.kimg-area .img-area {
	width: 82%;
	margin-left: 18%
}

.kimg-area .text-area {
	position: absolute;
	top: 50%;
	left: 9%;
	transform: translateY(-50%);
}

.kimg-area .text-area .heading {
	/*font-size: 85px;*/
	font-size: 5vw;
	color: #215992;
	font-weight: bold;
	line-height: 1.6;
	letter-spacing: 10px;
	transition: all .3s;
}

.kimg-area .text-area .heading span {
	display: block;
	color: #021729;
	font-size: 1.8vw;
	letter-spacing: 5px;
	margin-top: 30px;
	transition: all .3s;
}

@media screen and (max-width: 1500px) {

}

@media screen and (max-width: 1024px) {
	.kimg-area .img-area {
		width: 90%;
		margin-left: 10%
	}
	.kimg-area .text-area {
		left: 5%;
	}
	.kimg-area .text-area .heading {
		line-height: 1.7;
		letter-spacing: 6px;
	}
	.kimg-area .text-area .heading span {
		letter-spacing: 3px;
		margin-top: 20px;
	}
}

@media screen and (max-width: 768px) {
	.kimg-area .text-area .heading {
		font-size: 9.8vw;
	}
	.kimg-area .text-area .heading span {
		font-size: 4.5vw;
		margin-top: 15px;
	}
}

/*****私たちについて*****/

.about-block {
	position: relative;
	padding: 200px 0 100px;
	background: #eff4fb;
	margin-top: -100px;
	z-index: 0;
}

.content h2 {
	font-size: 45px;
	font-weight: bold;
}

.about-block h2 {
	text-align: center;
}

.content h2 span {
	display: block;
	color: #215992;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.5;
}

.about-block .text-area {
	width: 90%;
	max-width: 900px;
	margin: 30px auto 0
}

.about-block .text-area .heading {
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}

.about-block .text-area .text {
	font-size: 18px;
	line-height: 2.3;
	margin-top: 20px;
}

.about-block .text-area .btn {
	margin: 60px auto 0;
}

@media screen and (max-width: 1500px) {
	.content h2 {
		font-size: 38px;
	}
	.content h2 span {
		font-size: 20px;
	}
	.about-block .text-area .heading {
		font-size: 26px;
	}
	.about-block .text-area .text {
		font-size: 16px;
	}
}

@media screen and (max-width: 1150px) {
	.content h2 {
		font-size: 32px;
	}
	.content h2 span {
		font-size: 18px;
	}
	.about-block .text-area {
		margin: 25px auto 0
	}
	.about-block .text-area .heading {
		font-size: 26px;
	}
	.about-block .text-area .text {
		font-size: 15px;
		line-height: 1.8;
		margin-top: 20px;
	}
}

@media screen and (max-width: 1024px) {
	
}

@media screen and (max-width: 768px) {
	.about-block {
		padding: 170px 0 60px;
	}
	.content h2 {
		font-size: 28px;
		text-align: center;
	}
	.content h2 span {
		font-size: 16px;
	}
	.about-block .text-area .heading {
		font-size: 20px;
		text-align: left;
	}
	.about-block .text-area {
		width: 100%;
	}
}



/*****事業内容*****/

.service-block {
	padding: 80px 0;
}

.col3-block {
	margin-top: 60px;
}

.col3-block li {
	width: 30%;
}

.service-list__item:nth-child(2) {
	margin-top: 80px;
}

.service-list__item:nth-child(3) {
	margin-top: 160px;
}

.service-list__item .number {
	position: relative;
	display: block;
	font-size: 40px;
	font-weight: bold;
	color: #215992;
}

.service-list__item .number::before {
	content: " ";
	position: absolute;
	display: block;
	width: 75%;
	height: 2px;
	top: calc(50% - 1px);
	right: 0;
	background: #215992;
}

.service-list__item .heading {
	font-size: 32px;
	font-weight: bold;
	margin-top: 5px;
}

.service-list__item .heading span {
	display: block;
	font-size: 18px;
}

.service-list__item .text {
	margin-top: 20px;
}

.service-block .btn {
	margin: 60px auto 0;
}



@media screen and (max-width: 1500px) {
	.service-list__item .number {
		font-size: 44px;
	}
	.service-list__item .heading {
		font-size: 28px;
	}
	.service-list__item .heading span {
		font-size: 16px;
	}
}

@media screen and (max-width: 1150px) {
	.col3-block {
		margin-top: 40px;
	}
	.service-list__item .number {
		font-size: 32px;
	}
	.service-list__item .heading {
		font-size: 28px;
	}
	.service-list__item .heading span {
		font-size: 16px;
	}
	.service-list__item .number::before {
		width: 78%;
	}
}

@media screen and (max-width: 1024px) {
	
}

@media screen and (max-width: 768px) {
	.service-block {
		padding: 60px 0;
	}
	.col3-block li {
		width: 100%;
	}
	.service-list__item:nth-child(2) {
		margin-top: 50px;
	}
	.service-list__item:nth-child(3) {
		margin-top: 50px;
	}
	.service-list__item .heading {
		font-size: 20px;
	}
	.service-list__item .heading span {
		font-size: 15px;
	}
	.service-list__item .text {
		margin-top: 15px;
	}
}


/*****事業実績*****/

.activities-block {
	padding: 80px 0;
	background: #eff4fb;
}

.activities-list__item {
	width: 45%;
}

.activities-list {
	margin-top: 60px;
}

.activities-list__item:nth-child(even) {
	margin-left: 10%;
}

.activities-list__item:nth-child(n+3) {
	margin-top: 60px;
}

.activities-list__item .imgarea {
	width: 100%;
	height: 20vw;
	overflow: hidden;
	background: #ccc;
}

.activities-list__item .imgarea img {
	position: relative;
	width: 100%;
	height: auto;
	top: 50%;
	left: 50%;
	max-width: 100%;
	transform: translate(-50%,-50%);
}

.activities-list__item .textarea {
	position: relative;
	width: 92%;
	padding: 20px 30px;
	margin: -50px auto 0;
	background: #fff;
	box-sizing: border-box;
	z-index: 2;
}

.activities-list__item .textarea .activity-name {
	font-size: 30px;
	font-weight: bold;
	line-height: 1.5;
}

.activities-list__item .textarea .activity-name span {
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: #1d5288;
	margin-top: 3px;
}

.activities-list__item li {
	margin-top: 20px;
}

.activities-list__item li .heading {
	font-size: 18px;
	font-weight: bold;
}

.activities-list__item li ul {
	margin-top: 3px;
	margin-left: -5px;
}

.activities-list__item li ul li {
	position: relative;
	font-size: 16px;
	padding-left: 5px;
	margin-top: 3px;
}

.activities-list__item li ul li::after {
	content: "/";
}

.activities-list__item li ul li:last-child::after {
	display: none;
}

.activities-block .btn {
	margin: 100px auto 0;
}

@media screen and (max-width: 1500px) {
	.activities-list__item .textarea .activity-name {
		font-size: 28px;
	}
	.activities-list__item .textarea .activity-name span {
		font-size: 13px;
	}
	.activities-list__item .imgarea {
		height: 24vw;
	}
	.activities-list__item li .heading {
		font-size: 16px;
	}
	.activities-list__item li ul li {
		font-size: 15px;
		margin-top: 0;
	}
}

@media screen and (max-width: 1150px) {
	.activities-list__item .textarea .activity-name {
		font-size: 26px;
	}
	.activities-list__item li {
		margin-top: 15px;
	}
	.activities-list__item li .heading {
		font-size: 15px;
	}
	.activities-list__item .imgarea {
		height: 25vw;
	}
}

@media screen and (max-width: 1024px) {
	.activities-list__item .imgarea {
		height: 26vw;
	}
}

@media screen and (max-width: 768px) {
	.activities-block {
		padding: 60px 0;
	}
	.activities-list {
		margin-top: 40px;
	}
	.activities-list__item {
		width: 100%;
	}
	.activities-list__item:nth-child(even) {
		margin-left: 0%;
	}
	.activities-list__item:nth-child(n+2) {
		margin-top: 30px;
	}
	.activities-list__item .imgarea {
		height: 50vw;
	}
	.activities-list__item .imgarea img {
		max-height: 63vw;
	}
	.activities-list__item .textarea {
		width: 100%;
		padding: 20px;
		margin: 0 auto;
	}
	.activities-list__item .textarea .activity-name {
		font-size: 22px;
	}
	.activities-list__item .textarea .activity-name span {
		font-size: 11px;
	}
	.activities-list__item li {
		margin-top: 12px;
	}
	.activities-list__item li ul li {
	    font-size: 14px;
	}
	.activities-block .btn {
		margin: 50px auto 0;
	}
}





/*****ご注意*****/

.attention-block {
	padding-top: 80px;
}

.attention-block h2 {
	text-align: center;
}

.attention-block h2 span {
	color: #b81010;
}

.attention-box__wrapper {
	margin-top: 50px;
}

.attention-box {
	position: relative;
	width: 48%;
	padding: 30px 50px 150px;
	border: solid 8px #dde4ed;
	box-sizing: border-box;
}

.attention-box:nth-child(even) {
	margin-left: 4%;
}

.attention-box .heading {
	position: relative;
	font-size: 28px;
	font-weight: bold;
}

.attention-box .heading::after {
	content: " ";
	position: absolute;
	width: 60px;
	height: 2px;
	left: 0;
	bottom: -19px;
	opacity: .2;
	background: #222;
}

.attention-box .text {
	margin-top: 40px;
}

.btn-attention__wrapper {
	width: calc(100% - 100px);
	position: absolute;
	bottom: 50px;
}

.attention-box a {
	position: relative;
	display: block;
	color: #fff;
	text-align: left;
	padding: 20px 45px 20px 20px;
	background: #1b4c7d;
	transition: all .3s;
	box-sizing: border-box;
}

.attention-box a:hover {
	opacity: .75;
}

.attention-box a::before {
	content: " ";
	position: absolute;
	width: 15px;
	height: 18px;
	top: calc(50% - 9px);
	right: 20px;
	background: url("../images/common/icon_pdf.png") no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

@media screen and (max-width: 1500px) {
	.attention-box .heading {
		font-size: 24px;
	}
}


@media screen and (max-width: 1150px) {

}

@media screen and (max-width: 1024px) {
	.btn-attention__wrapper {
		width: calc(100% - 60px);
	}
	.attention-box {
		padding: 30px 30px 170px;
	}
}

@media screen and (max-width: 768px) {
	.attention-block {
		padding-top: 60px;
	}
	.attention-box__wrapper {
		margin-top: 30px;
	}
	.attention-box {
		width: 100%;
		padding: 30px 25px 30px;
		border: solid 5px #dde4ed;
	}
	.attention-box:nth-child(even) {
		margin-left: 0;
		margin-top: 30px;
	}
	.attention-box .heading {
		font-size: 22px;
	}
	.btn-attention__wrapper {
		position: static;
		width: 100%;
		margin-top: 30px;
	}
	.attention-box a {		
		text-align: left;
		padding: 20px 30px 20px 15px;
	}
	.attention-box a br {
		display: block;
	}
}

