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

.nav-home a {
  color: #003670!important;
  background-color: rgba(255,255,255,0.8);
}

/* ==========================================================================
	MAIN
	========================================================================== */

#container {
	overflow: hidden;
}
.wrap{
	margin: 0 calc(50% - 50vw);
	max-width: 100vw;
	position: relative;
	overflow: hidden;
}
@keyframes zoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img{
  animation: zoom 10s linear 0s 1 normal both;  
}
.slide-img img{
	object-fit: cover;
	height: 100vh;
  width: 100vw;
}

.slide-text{
	position: absolute;
  z-index: 10;
	top: 48%;
	left: 5%;
  text-align: left;
	color: #fff;
}
.slide-text h2 {
  font-family: 'Noto Serif JP', serif;
  font-size: 5rem;
  font-weight: 500;
  line-height: 4rem;
  margin-bottom: 40px;
}
.slide-text p {
  font-family: 'Noto Serif JP', serif;
  font-size: 2.5rem;
  letter-spacing: 0.2em;
  font-weight: normal;
}
.scroll {
  z-index: 100;
  position: absolute;
  bottom: 10%;
  right: 40px;;
  text-align: left;
}
.scroll .inner {
  position: relative;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
  height: 220px;
  color: #fff;
  font-size: 1.1rem;
  font-weight: bold;
  letter-spacing: 0.3em;
}
.scroll .inner:before {
  position: absolute;
  left: 50%;
  bottom: 0;
  content: "";
  display: block;
  width: 1px;
  height: 70px;
  background-color: #fff;
}


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

#contents {
  background: url("../images/index-images/map.gif") 50% 0 no-repeat;
  padding-top: 80px;
}
.lead h2 {
  color: #003670;
  font-family: 'Noto Serif JP', serif;
  font-size: 3rem;
  font-weight: normal;
  letter-spacing: 0.2em;
  text-align: center;
}
.lead h2:after {
  content: "";
  display: block;
  width: 150px;
  height: 1px;
  background-color: #003670;
  margin: 20px auto 0 auto;
}
.lead h3 {
  color: #003670;
  font-family: 'Noto Serif JP', serif;
  font-size: 2.5rem;
  line-height: 4.5rem;
  font-weight: normal;
  text-align: center;
  margin-bottom: 60px;
}

.service-list01 li {
  float: left;
  width: 50%;
  font-family: 'Noto Serif JP', serif;
  font-size: 1.8rem;
  text-align: center;
  border-bottom: solid 1px #003670;
  border-top: solid 1px #003670;
}
.service-list01 li:first-child {
  border-right: solid 1px #003670;
}
.service-list01 li a {
  display: block;
  color: #003670;
  padding: 50px 0;
}
.service-list01 li a:hover {
  color: #309ed7;
  background-color: #f0faff;
}
.service-list01 li a:after {
	content: "\f054";
	font-family: "Font Awesome 5 Free";
  font-size: 70%;
	font-weight: 900;
	margin-left: 15px;
}
.service-list01 {
  overflow: hidden;
  margin-bottom: 30px;
}
.service-list02 {
  display: inline-block;
  text-align: center;
  margin-bottom: 60px;
}
.service-list02 li {
  display: inline-block;
  margin: 0 5px 10px 5px;
}
.service-list02 li a {
  display: block;
  color: #fff;
  background-color: #309ed7;
  border-radius: 80px;
  padding: 3px 25px;
}
.service-list02 li a:hover {
  background-color: #5db5e3;
}

.bn li {
  background-color: #fff;
  margin-bottom: 4%;
  cursor: pointer;
}
.bn li span {
  position: relative;
  display: block;
  padding: 40px;
}
.bn li span:after {
  position: absolute;
  bottom: 40px;
  right: 40px;
  color: #003670;
	content: "\f054";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}
.bn li span p  {
  color: #003670;
  font-family: 'Noto Serif JP', serif;
  font-size: 1.3rem;
  letter-spacing: 0.2em;
  margin-bottom: 10px;
}
.bn li span p:before  {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  background-color: #309ed7;
  margin-bottom: 20px;
}
.bn li span h3  {
  color: #003670;
  font-family: 'Noto Serif JP', serif;
  font-size: 2.3rem;
  font-weight: normal;
  margin-bottom: 0;
}



/*ZOOM*/

.zoomin1 {
  overflow: hidden;
}
.zoomin1 img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.bn li:hover .zoomin1 img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

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

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


}


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

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

/*MAIN*/

.slide-text h2 {
  font-size: 3rem;
  line-height: 4rem;
  margin-bottom: 20px;
}
.slide-text p {
  font-size: 1.8rem;
}
.scroll {
  right: 30px;;
}
.scroll .inner {
  height: 210px;
}

#contents {
  padding-top: 60px;
}
.lead h2 {
  font-size: 2.5rem;
}
.lead h3 {
  font-size: 2rem;
  line-height: 3.5rem;
  margin-bottom: 40px;
}

.service-list02 {
  margin-bottom: 40px;
}

.bn li span {
  padding: 20px;
}
.bn li span h3  {
  font-size: 2rem;
}


}

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

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

/*MAIN*/

.slide-text h2 {
  font-size: 2.5rem;
  line-height: 3rem;
  margin-bottom: 15px;
}
.slide-text p {
  font-size: 1.5rem;
  letter-spacing: 0.1em;
}
.scroll {
  right: 20px;;
}
.scroll .inner {
  height: 170px;
  font-size: 0.8rem;
  letter-spacing: 0.2em;
}
.scroll .inner:before {
  height: 50px;
}

/*CONTENTS*/

#contents {
  padding-top: 40px;
}
.lead h2 {
  font-size: 2rem;
}
.lead h2:after {
  width: 100px;
  margin: 15px auto 0 auto;
}
.lead h3 {
  font-size: 1.7rem;
  line-height: 3rem;
  margin-bottom: 30px;
}

.service-list01 li {
  float: none;
  width: 100%;
  font-size: 1.6rem;
}
.service-list01 li:first-child {
  border-right: none;
  border-bottom: none;
}
.service-list01 li a {
  padding: 40px 0;
}
.service-list02 li a {
  padding: 3px 20px;
}

.bn {
  width: 100%;
}
.bn li {
  float: none;
  width: 100%;
  margin-right: 0;
}
.bn li span {
  padding: 30px;
}
.bn li span:after {
  bottom: 30px;
  right: 30px;
  color: #003670;
}
.bn li span p  {
  font-size: 1.2rem;
}
.bn li span p:before  {
  width: 25px;
  margin-bottom: 15px;
}
.bn li span h3  {
  font-size: 1.8rem;
}

}

