@charset "UTF-8";

/*レスポンシブ対応　767px以下*/

body {
	overflow-x: hidden;
}

html {
	font-size: 14px;
}

/*共通*/
.noto-sans-jp-<uniquifier> {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}


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

.main-visual {
	background-image: url("../../img/index/main_img.jpg");
	background-size: cover;
	width: 100%;
	height: 350px;
/*	position: relative;*/
	z-index: -1;
}

.mv-title {
	position: absolute;
	top: 40%;
	left: 32%;
	color: white;
	background: rgba(0,0,0,0.40);
	font-size: 1.3rem;
  font-family: "Sawarabi Mincho", serif;
	font-weight: 100;
	line-height: 1.5;
	text-align: center;
	white-space: nowrap;
}

.mv-inner {  
	display: none
/*
  position: absolute;
	font-size: 0.5rem;
  bottom: 410px; 
  right: 10px;  
  color: white;
*/
}

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

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

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

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

.ttl-level2 img {
	width: 300%;
	margin-left: -30%;
}

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

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

.card img {
	display: block;
	width: 80%;
	margin: auto;
	margin-bottom: 30px;
}

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

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

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

.list-post {
	width: 90%;
	margin: 10px auto 50px auto;
}

.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: column-reverse;
	margin-top: 10px;
}

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

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

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

.readmore {
	position: relative;
	justify-content: center;
	width: auto;
}

.readmore a {
	position: absolute;
	top: 0px;
	right: 0px;
	font-size: 0.8rem;
	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: 50px auto 100px ;
}

.contact {
  max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}

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

.contact-item {
	background: #88D5C5;
	width: 100%;
	height: 120px;
  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.3rem;
  font-weight: bold;
  text-decoration: none;
	white-space: nowrap;
}

.contact-item .tel-txt {
	color: #FFFFFF;
  font-size: 0.8rem;
	margin-top: 30px;
	margin-left: 15px;
	white-space: nowrap;
}

.contact-item2 {
  color: #FFFFFF;
  font-size: 1.1rem;
  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: -60%;
}

.contact-item2 {
	background-color: #5CBEAA;
	width: 100%;
	height: 120px;
  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%);
}

/*お問い合わせ▲*/

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