@charset "utf-8";

/* トップページ：メインビジュアル
---------------------------------------------------------------------------- */
.mainvisual-wrap{
	width: 100%;
	padding: 30px 0 30px 0;
	background: #e2ebf0;
}
.mainvisual-inner{
	max-width: 1240px;
	margin: 0 auto 0 auto;
	padding: 0 20px 0 20px;
	position: relative;
}
.mainvisual-content{
	position: relative;
}
.mainvisual-content__txtarea{
	position: absolute;
	top: 65px;
	left: 20px;
}
@media screen and (max-width: 1280px) {
	.mainvisual-content__txtarea{
		position: absolute;
		top: 65px;
		left: 20px;
	}
}
.mainvisual-content__subtitle{
	background: #333333;
	font-size: 0.8em;
	color: #FFFFFF;
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 600;
	letter-spacing: 0.2em;
	line-height: 1;
	width: fit-content;
	padding: 2px 5px 2px 5px;
	margin: 0 0 10px 0;
}
.mainvisual-content__title{
	background: #1e94cb;
	font-size: 2.4em;
	color: #FFFFFF;
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 600;	
	letter-spacing: 0.1em;
	line-height: 1;
	width: fit-content;
	padding: 2px 5px 4px 5px;
	margin: 0 0 10px 0;
}
.mainvisual-content__img{}

@media screen and (max-width: 900px) {
	.mainvisual-inner{
		padding: 0;
	}
	.mainvisual-content__subtitle{
		font-size: 0.6em;
	}
	.mainvisual-content__title{
		font-size: 1.8em;
	}
}
@media screen and (max-width: 768px) {
	.mainvisual-content__txtarea{
		position: absolute;
		top: 40px;
		left: 20px;
	}
	.mainvisual-content__title{
		font-size: 1.2em;
	}
}

/* トップページ：ご挨拶
---------------------------------------------------------------------------- */
.bg-massage{
	margin-top: 0 !important;
	padding-bottom: 0 !important;
}
.message-wrap{
	max-width: 1020px;
	width: 100%;
	margin: 0 auto 0 auto;
}
.message-title{
	position: relative;
}
.message-title:after{
	content: "";
	display: block;
	width: 164px;
	height: 201px;
	position: absolute;
	top: -80px;
	left: 50%;
	transform: translateX(-50%);
	background: url(../images/index/bg_logo.png) no-repeat center center;
	margin: 10px auto 10px auto;
}
@media screen and (max-width: 980px) {
	.message-title:after{
		width: 82px;
		height: 100px;
		top: -20px;
		background-size: 82px 100px;
	}
}
.message-lead-txt{
	color: #0389c7;
	font-size: 1.6em;
	text-align: center;
	margin: 0 0 50px 0;
}
.message-txt{
	margin: 0 0 50px 0;
}
.message-sign{
	text-align: right;
}


/* トップページ：会社案内
---------------------------------------------------------------------------- */
.bg-company{
	background: #f0f5f7;
	margin-bottom: 0 !important;
}
.company-wrap{
	width: 100%;
}
.company__txtarea{
	width: 100%;
	margin: 0 0 60px 0;
}
@media screen and (max-width: 980px) {
	.company__txtarea{
		width: 100%;
		margin: 0 0 30px 0;
	}	
}
.company-list-wrap{}
.company-list-wrap dl{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.company-list-wrap dt{
	font-weight: bold;
	border-bottom: 1px solid #0389c7;
	padding: 0 10px 15px 10px;
	margin: 0 0 15px 0;
	width: 20%;
}
.company-list-wrap dd{
	border-bottom: 1px solid #CCCCCC;
	padding: 0 10px 15px 10px;
	margin: 0 0 15px 0;
	width: 80%;
}
@media screen and (max-width: 768px) {
	.company-list-wrap dt,
	.company-list-wrap dd{
		width: 100%;
	}
	.company-list-wrap dd{
		border: none;
	}
}
.company-list__title{
	font-weight: bold;
	color: #0389c7;
}
.company__maparea{
	max-width: 1240px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
}
.company__maparea--img{
	margin: 0 0 0 0;
	max-width: 468px;
	width: calc(40% - 20px);
}
.company__maparea--map{
	width: 60%;
	aspect-ratio: 710 / 410;
	margin: 0 0 0 20px;
}
.company__maparea--map iframe{
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
}
@media screen and (max-width: 768px) {
	.company__maparea{
		flex-direction: column;
	}
	.company__maparea--img{
		max-width: 100%;
		width: 100%;
		text-align: center;
		margin: 0 0 20px 0;
	}
	.company__maparea--map{
		width: 100%;
		margin: 0;
		aspect-ratio: 1 / 1;
	}
}

/* トップページ：業務案内
---------------------------------------------------------------------------- */
.bg-service{
	background: #f2f6f8;
	position: relative;
	margin-top: 0 !important;
}
.bg-service::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 373px;
	background: url(../images/index/bg_service.jpg) no-repeat center top;
	background-size: cover;
}
.index-service-wrap{
	margin: 0 auto 0 auto;
	max-width: 1060px;
}
.index-service-list{
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
	margin: 0 0 0 -5%;
}
.index-service-list li{
	max-width: 500px;
	width: 45%;
	margin: 0 0 5% 5%;
	padding: 0 0 3% 0;
	background: #FFFFFF;
	border-radius: 10px;
	box-shadow: 0 2px 12px rgba(0,0,0,0.1);
}
.index-service-list li:nth-child(3),
.index-service-list li:nth-child(4) {
    margin: 0 0 0 5%;
}
@media screen and (max-width: 768px) {
	.index-service-list{
		justify-content: center;
		margin: 0;
	}
	.index-service-list li{
		width: 100%;
		margin: 0 20px 5% 20px;
	}
	.index-service-list li:nth-child(3),
	.index-service-list li:nth-child(4) {
		margin: 0 20px 5% 20px;
	}	
}
.index-service-list li a{
	text-decoration: none;
	color: #333333;
	display: flex;
	flex-direction: column;
}
.index-service__img{
	margin: 0 0 40px 0;
	border-radius: 10px 10px 0 0;
	overflow: hidden;
}
.index-service__img img{
	transform: scale(1);
  	transition: transform .3s;
	position: relative;
}
.index-service__tile{
	font-size: 1.4em;
	font-weight: bold;
	text-align: center;
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 600;
	letter-spacing: 0.1em;	
	position: relative;
}
.index-service__tile::after{
	content: "";
	display: block;
	width: 30px;
	height: 2px;
	background-color: #0389c7;
	margin: 10px auto 10px auto;
}
.index-service__txt{
	margin: 0 5% 40px 5%;
}
.index-service__link{
  text-align: right;
  position: relative;
  margin: auto 5% 0 0;
  padding: 0 40px 0 0;
}
.index-service__link::after {
  content: "";
  position: absolute;
  top: calc( 50% - 3px );
  right: 0;
  width: 33px;
  height: 6px;
  background: url(../images/cmn_img/arrow_black.png) no-repeat center center;
  background-size: contain;
  display: block;
  transition: all 0.3s;
}

.index-service-list li a:hover .index-service__img img{
	transform: scale(1.05);
	transition: all 0.3s;
}
.index-service-list li a:hover .index-service__link::after{
	right: -10px;
	transition: all 0.3s;
}

/* トップページ：リンク
---------------------------------------------------------------------------- */
.index-link-wrap{
	margin: 0 auto 100px auto;
	max-width: 1240px;
	padding: 0 20px 0 20px;
	width: 100%;
}
.index-link-list{
	display: flex;
	justify-content: left;
	margin: 0 0 0 -5%;
}
.index-link-box{
	max-width: 570px;
	width: 100%;
	height: 275px;
	margin: 0 0 0 5%;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
}
@media screen and (max-width: 900px) {
	.index-link-wrap{
		margin: 0 auto 40px auto;
	}
}
@media screen and (max-width: 768px) {
	.index-link-list{
		flex-direction: column;
		margin: 0;
	}
	.index-link-box{
		width: 100%;
		height: 200px;
		margin: 0 auto 30px auto;
	}
	.index-link-box:last-child{
		margin: 0 auto 0 auto;
	}
}
.index-link-box a{
	text-decoration: none;
	color: #FFFFFF;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	width: 100%;
	position: relative;
	z-index: 2;
}
.index-link-box__content{
	text-align: center;
}
.index-link-box__title{
	font-size: 1.8em;
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 600;	
	letter-spacing: 0.1em;
	line-height: 1.5;
}
.index-link-box__subtitle{
	font-size: 0.8em;
	margin: 10px 0 0 0;
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 600;	
	letter-spacing: 0.2em;	
}
@media screen and (max-width: 768px) {
	.index-link-box__title{
		font-size: 1.4em;
	}
	.index-link-box__subtitle{
		font-size: 0.7em;
	}
}
.index-link-box::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	transition: transform .3s;
	z-index: 1;
}
.index-link-box:hover::before{
	transform: scale(1.1);
	transition: transform .3s;
}
.index-link-box.link01::before{
	background-image: url(../images/index/link_01.png);
}
.index-link-box.link02::before{
	background-image: url(../images/index/link_02.png);
}




