@charset "utf-8";
@import url(cmn.css);
@import url(base.css);

.nav-top a {
	background-color: #5aaf94;
}

/* ==========================================================================
	MAIN
	========================================================================== */
	
.mainslide {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 787px;
  max-width: 1900px;
  background: url("../images/index-images/main-bg.jpg") 50% 50% no-repeat;
  background-size: 1900px;
  margin: 0 auto 5% auto;
}
.main-txt {
  text-align: center;
}
.main-txt__yoyaku {
  position: relative;
  display: inline-block;
  width: 160px;
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: clamp(1.8rem,2.5vw,2.6rem);
  font-weight: bold;
  background: #2eae89;
  border-radius: 10px;
  margin: 0 0 1.5em 0;
  padding: 5px;
}
.news .bt-cmn01 {
  margin-top: 50px;
}

.main-txt__yoyaku:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #2eae89;
}
.main-txt__tit {
  color: #fff;
  font-size: clamp(3rem,5vw,6rem);
  line-height: 100%;
  margin-bottom: 20px;
}
.main-txt__sub {
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: clamp(1.8rem,2.5vw,2.6rem);
  font-weight: bold;
  margin-bottom: 0;
}
.staff {
  position: absolute;
  bottom: 5%;
  right: 5%;
  width: 320px;
  color: #414141;
  background-color: #ffd940;
  border: solid 3px #fff;
  border-radius: 10px;
  padding: 25px;
}
.staff__tit {
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 20px;
}
.staff__tit::before {
  content: "-";
  margin-right: 5px;
}
.staff__tit::after {
  content: "-";
  margin-left: 5px;
}
.staff__list {
  display: flex;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 2rem;
  font-weight: bold;
}
.staff dl:last-child {
  border-top: dashed 1px rgba(255,255,255,0.5);
  padding-top: 7px;
  margin-top: 7px;
}
.staff__detail {
  width: 200px;
  text-align: left;
}
.staff__number {
  flex: 1;
  text-align: right;
}

/* ==========================================================================
	CONTENTS
	========================================================================== */

.icon {
  background: url("../images/index-images/icon-bg.jpg") 50% 50% no-repeat;
	background-attachment: fixed;
  background-size: cover;
  background-position: center;
  padding: 80px 0;
}
.icon__item {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  background-color: #fff;
  border-radius: 20px;
  padding: 15px;
}
.icon__item span {
  display: block;
  font-size: 80%;
  font-weight: normal;
}
.icon__item img {
  display: block;
  width: 100px;
  margin: 0 auto 30px auto;
}

.bn {
  background-color: #8eebd0;
}
.bn .inner {
  max-width: 1900px;
}
.bn__list {
  overflow: hidden;
}
.bn__list li:first-child {
  border-right: 2px #fff;
}
.bn__item a {
  color: #fff;
}
.bn__item a::before {
	content: "\f0a9";
	font-family: "Font Awesome 5 Free";
  font-size: 80%;
	font-weight: 900;
	margin-right: 15px;
}
.bn__item--hari {
  background: url("../images/index-images/bn01.jpg") 50% 50% no-repeat;
  background-size: 120%;
}
.bn__item--bone {
  background: url("../images/index-images/bn02.jpg") 50% 50% no-repeat;
  background-size: 120%;
}
.bn__item {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  float: left;
  width: 50%;
  height: 260px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(2rem,3.5vw,3rem);
  font-optical-sizing: auto;
  font-weight: bold;
  text-align: center;
}  
.bn__item a {
  z-index: 1;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}  
.overlay1::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(142, 235, 208, 0.6);
	-webkit-transition: 0.4s ease-in-out;  
		 -moz-transition: 0.4s ease-in-out;  
			 -o-transition: 0.4s ease-in-out;  
					transition: 0.4s ease-in-out;  
}
.bn__item:hover {
  cursor: pointer;
}  
.overlay1:hover::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(79, 180, 151, 0.8);
}

/* ==========================================================================
	PC 1025px -
	========================================================================== */

@media screen and (min-width: 1025px){


}
@media screen and (max-width: 1200px){/*1200以下*/

}


/* ==========================================================================
	TABLET - 1024px
	========================================================================== */

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

.mainslide {
  background: url("../images/index-images/main-bg.jpg") 50% 50% no-repeat;
  background-size: 180%!important;
  align-items: start;
  height: 600px;
}
.main-txt {
  text-align: center;
  margin-top: 10%;
}

.icon__item {
  font-size: 1.5rem;
}
.icon__item img {
  width: 80px;
}

.bn__item--hari {
  background: url("../images/index-images/bn01.jpg") 50% 50% no-repeat;
  background-size: 180%;
}
.bn__item--bone {
  background: url("../images/index-images/bn02.jpg") 50% 50% no-repeat;
  background-size: 180%;
}
.bn__item {
  height: 230px;
}  
}

/* ==========================================================================
	SP - 640px
	========================================================================== */

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

.mainslide {
  background-size: 1200px!important;
  height: 450px;
}
.main-txt {
  margin-top: 10%;
}
.main-txt__yoyaku {
  width: 120px;
}
.news .bt-cmn01 {
  margin-top: 40px;
}

.main-txt__yoyaku:before {
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 10px solid #2eae89;
}
.staff {
  bottom: 3%;
  right: 3%;
  width: 240px;
  padding: 10px;
}
.staff__tit {
  font-size: 1.7rem;
  margin-bottom: 15px;
}
.staff__list {
  font-size: 1.4rem;
}
.staff__detail {
  width: 150px;
}

.icon {
  padding: 40px 0 0 0;
}
.icon__item {
  border-radius: 15px;
  padding: 10px;
}
.icon__item img {
  width: 60px;
  margin: 0 auto 20px auto;
}
.icon .ul-4column {
  width: 105%;
}
.icon .ul-4column li {
  width: 45%;
  margin: 0 5% 5% 0;
}

.bn__item a::before {
	margin-right: 10px;
}
.bn__item--hari {
  background: url("../images/index-images/bn01.jpg") 50% 50% no-repeat;
  background-size: 120%;
}
.bn__item--bone {
  background: url("../images/index-images/bn02.jpg") 50% 50% no-repeat;
  background-size: 120%;
}
.bn__item {
  float: none;
  width: 100%;
  height: 180px;
}  
}

