@charset "UTF-8";
/*共通*/

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

.main-visual {
	background-image: url("../img/index/main_img.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	width: 100vw;
	height: 95vh;
	position: relative;
	z-index: -1;
}

.mv-title {
	position: absolute;
	top: 55%;
	left: 50%;
	color: white;
	font-size: 3.1rem;
  font-family: "Sawarabi Mincho", serif;
	font-weight: 100;
	line-height: 1.5;
	text-align: center;
	white-space: nowrap;
}

.mv-inner {  
  position: absolute;
	font-size: 0.75rem;
  bottom: 10px; 
  right: 30px;  
  color: white;
}

/*メインビジュアルここまで▲*/

/*メインコンテンツここから▼*/

/*コンテンツタイトル▼*/

.ttl-level2 {
	padding-top: 100px;
	padding-bottom: 100px;
}

/*コンテンツタイトル▲*/

/*事業内容ここから▼*/

.content {
	max-width: 1401px;
	margin-left: auto;
	margin-right: auto;
}

.card-wrap {
	display: flex;
	justify-content: space-between;
  flex-wrap: wrap;
}

.card img {
	width: 443px;
	margin-bottom: 53px;
	overflow: hidden;
  cursor: pointer;
}

.card img {
	transform: scale(1);
  transition: .3s ease-in-out;
}

.card img:hover {
	transform: scale(1.02);
}

.card:nth-child(3n) {
	margin-right: 0 ;
}

/*事業内容ここまで▲*/

/*お知らせここから▼*/

.news-fixed {
/*	display: flex;*/
	justify-content: center;
	align-items: center;
}

.list-post {
	width: 1030px;
	margin: 40px 444px 100px 444px;
}

.news-fixed ul li {
	border-bottom: 1px solid #666666;
	list-style: none;
}

.news-fixed ul li:not(:last-child) {
	margin: 0 0 36px;
}

.news-fixed ul li a {
	color: #222222;
	text-decoration: none;
	transition: 0.3s;
}

.news-fixed ul li a:hover {
	color: #CCCCCC;
}

.news-fixed ul li a .post {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: row-reverse;
	margin-top: 20px;
}

.news-fixed ul li a .post .news-title,
.news-fixed ul li a .post .date {
	width: 100%;
	margin-left: 10px;
	padding-bottom: 20px;
}

.news-fixed ul li a .post .news-title {
	max-width: 80%;
	margin: 0;
	font-size: 0.9rem;
}

.news-fixed ul li a .post .date {
	max-width: 15%;
	font-size: 0.9rem;
}

.readmore {
	position: relative;
	justify-content: center;
	width: 1030px;
	margin: 100px auto;
}

.readmore a {
	position: absolute;
	top: 0px;
	right: 0px;
	font-size: 0.9rem;
	text-decoration: none;
	color: #161616;
	border-bottom: 1px solid #161616;
	transition: 0.3s;
}

.readmore a::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 10px;
  background: url("../img/index/icon_arr.png");
	background-size:cover;
	vertical-align: -20%;
}

.readmore a:hover {
	opacity: 0.6;
}

/*お問い合わせ▼*/

.contact {
	margin: 100px auto 150px;
}

.contact {
  max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
}

.contact-wrap {
	display: flex;
	justify-content: space-between;
  flex-wrap: wrap;
}

.contact-item {
	background: #88D5C5;
	width: 700px;
	height: 170px;
  position: relative;
}

.contact-item p {
  position: absolute;
	top: 45%;
	left: 50%;
	transform: translate(-50%, -50%)
}

.contact-item .tel-no {
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact-item .tel-no a::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 5px;
  background: url("../img/index/icon_tel.svg");
	background-size: cover;
	vertical-align: -30%;
}

.contact-item .tel-no a {
	display: block;
  color: #FFFFFF;
  font-size: 1.5rem;
  font-weight: bold;
  text-decoration: none;
}

.contact-item .tel-txt {
	color: #FFFFFF;
  font-size: 0.9rem;
	margin-top: 40px;
	margin-left: 20px
}

.contact-item2 {
  color: #FFFFFF;
  font-size: 1.5rem;
  font-weight: bold;
  text-decoration: none;
}

.contact-icon::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  background: url("../img/index/icon_mail.svg");
	background-size: cover;
  vertical-align: -30%;
}

.contact-item2 {
	background-color: #5CBEAA;
	width: 700px;
	height: 170px;
  text-align: center;
	position: relative;
	cursor: pointer;
	transition: all 0.3s ease 0s;
}

.contact-item2:hover {
	opacity: 0.6;
}

.contact-item2 p {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}

/*お問い合わせ▲*/

/*メインコンテンツここまで▲*/
