@charset "utf-8";
/* CSS Document */

/* b-main ----------*/
.b-main .b-img{
  background-image:url(../facility/image/main.jpg);
}
.sec-lead h2{
  display: block;
  width: 100%;
  color:#614c3f;
  font-size:1.8rem;
  font-weight: 600;
  margin-bottom:1.5em;
  line-height: 1.5;
}
.sec-lead h2 strong{
  margin-right: .5em;
  font-size:1.7em;
}
.sec-lead .container{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.sec-lead .container.reverse{
  flex-direction: row;
}
.sec-lead .b-img{
  width:41.6%;
}
.sec-lead .b-tbl{
  width:53%;
}
.sec-lead table{
  width:100%;
}
.sec-lead table *{
  font-weight: 600;
}
.sec-lead td .b-lnk{
  margin-top:6px;
}
.sec-lead .b-img{
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
  align-items: flex-start;
}
.sec-lead .b-img span{
  width:49%;
}
.sec-lead .b-img span:nth-child(1){
  width:100%;
  margin-bottom:1.5%;
}
@media screen and (max-width: 900px) {
  .sec-lead .container{
    display: block;
  }
  .sec-lead .b-tbl,
  .sec-lead .b-img{
    width:100%;
  }
  .sec-lead .b-img{
    margin-top:30px;
  }
  .sec-lead .b-img span{
    width:32.5% !important;
  }
}
@media screen and (max-width: 767px) {
  .sec-lead table *{
    font-weight: bold;
  }
}
@media screen and (max-width: 600px) {
  .sec-lead h2{
    font-size:4vw;
  }
  .sec-lead h2 strong{
    display: block;
  }
  .sec-lead .b-img{
    margin-top:5vw;
  }
  .sec-lead th{
    width:27vw;
  }
}

/* b-facility ----------*/
.b-facility {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.b-facility.reverse {
  flex-direction: row-reverse;
}
.b-facility .b-tbl {
  flex: 1 0 45%;
  max-width: 45%;
}
.b-facility table{
  width:100%;
}
.b-facility table *{
  font-weight: 600;
}
.b-facility th{
  width: 22%;
}
.b-facility td .b-lnk{
  margin-top:6px;
}
.b-facility .b-img{
  flex: 1 0 50%;
  max-width: 50%;
}
.b-facility-v2 .b-tbl {
  flex: 1 0 53%;
  max-width: 53%;
}
.b-facility-v2 .b-img{
  flex: 1 0 41.6%;
  max-width: 41.6%;
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
}
.b-facility-v2 .b-img-item{
  width:49%;
}
.b-facility-v2 .b-img-item.main{
  width:100%;
  margin-bottom: 1.5%;
}
@media screen and (max-width: 900px) {
  .b-facility{
    display: block;
  }
  .b-facility .b-tbl,
  .b-facility .b-img{
    width:100%;
    max-width: none;
  }
  .b-facility .b-img{
    margin-top:30px;
  }
  .b-facility-v2 .b-img-item{
    flex: 1 0 32.5% !important;
    max-width:32.5% !important;
  }
}
@media screen and (max-width: 600px) {
  .b-facility .b-img{
    margin-top:5vw;
  }
  .b-facility th{
    width:27vw;
  }
}

/*---------------------------------

 ironoha

---------------------------------*/

/* b-main ----------*/
.ironoha .b-main::after{
  background:url(../image/common/circle04.png) no-repeat center center / cover;
}
.ironoha .b-pageTtl {
  position: absolute;
  top: 50%;
  left: 12%;
  margin-top: 0;
}
.ironoha .b-pageTtl-img {
  transform: translateY(-50%);
  width: 256px;
}
.ironoha .b-main .b-img{
  overflow: hidden;
  background-image:url(../facility/image/ironoha-main.jpg);
}
.ironoha .b-main .b-img #youtube-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .ironoha .b-pageTtl {
    left: 5%;
  }
  .ironoha .b-pageTtl-img {
    width: 200px;
  }
}
@media screen and (max-width: 600px) {
  .ironoha .b-pageTtl {
    left: 0;
  }
  .ironoha .b-pageTtl-img {
    width: 30vw;
  }
}

.b-ironoha-fst{
  position: relative;
  padding-top: 30px;
  padding-right: 8.3333vw;
}
.b-ironoha-fst span:first-of-type{
  display: block;
  width: 55.5555vw;
}
.b-ironoha-fst span:last-of-type{
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: -1;
  width: 41.6666vw;
}

/* sec-point ----------*/
.sec-point{
  padding-top: 0;
}
.sec-point .container{
  position: relative;
}
.sec-point .b-ttl{
  text-align: center;
}
.sec-point .e-lnk{
  position: absolute;
  right: 0;
  bottom: -90px;
  border-radius: 50%;
  width:180px;
  height:180px;
  color:#fff;
  background:rgba(144,200,114,.8);
  text-align: center;
}
.sec-point .e-lnk a{
  display: flex;
  width:100%;
  height:100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size:1.8rem;
  line-height:1.3;
}
.sec-point .e-lnk a::after{
  content:"";
  display: block;
  background:url(../image/common/arw.png) center center / contain no-repeat;
  bottom:0;
  width:18px;
  height:18px;
  margin-top:13px;
}
@media screen and (min-width: 768px){
  .sec-point .e-lnk:hover{
    transition: .4s;
    background:rgba(144,200,114,1);
    bottom: -80px;
  }
}
@media screen and (max-width: 767px){
  .sec-point .e-lnk{
    width:28vw;
    height:28vw;
  }
}
@media screen and (max-width: 600px){
  .sec-point .e-lnk{
    position: static;
    width:42vw;
    height:42vw;
    margin: 5vw auto 0;
  }
  .sec-point .e-lnk a{
    font-size:4.3vw;
  }
  .sec-point .e-lnk a::after{
    width:4vw;
    height:4vw;
    margin-top:2.4vw;
  }
}

/* b-pnt */
.b-pnt{
  position: relative;
  margin-top:50px;
  padding-top:50px;
}
.b-pnt02,
.b-pnt03{
  margin-top: 90px;
}
.b-pnt .b-body{
  position: relative;
  z-index: 1;
  width: 55%;
}
.b-pnt h3{
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 30px;
  padding: 24px 0 24px 36px;
  border-left: 4px solid #64c8c9;
  font-size: 3rem;
  font-weight: normal;
  letter-spacing: 0.075em;
  line-height: 1.6;
}
.b-pnt h3 span{
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  letter-spacing: .1em;
  font-size:1.2rem;
  color:#64c8c9;
}
.b-pnt .b-txt{
  position: relative;
  z-index: 1;
  background: rgba(255,255,255,.9);
  padding:50px 60px;
}
.b-pnt .b-pnt-ttl{
  color:#614c3f;
  font-size:2.2rem;
  font-weight: 600;
  margin-bottom:18px;
}
.b-pnt .b-img{
  position: absolute;
  width:66.6666%;
  height:400px;
  background-size:contain;
  background-size:cover;
  background-repeat: no-repeat
}
.b-pnt01 .b-img{
  background-image: url(../facility/image/ironoha-img03.jpg);
  background-position:right center;
}
.b-pnt02 .b-img{
  background-image: url(../facility/image/ironoha-img04.jpg);
  background-position:left 30% center;
}
.b-pnt03 .b-img{
  background-image: url(../facility/image/ironoha-img05.jpg);
  background-position:right center;
}
.sec-point .b-pnt:nth-of-type(odd) .b-body{
  margin-right:auto;
  margin-left:0;
}
.sec-point .b-pnt:nth-of-type(odd) .b-img{
  top:0;
  right:0;
}
.sec-point .b-pnt:nth-of-type(even) .b-body{
  margin-right:0;
  margin-left:auto;
}
.sec-point .b-pnt:nth-of-type(even) .b-img{
  top:0;
  left:0;
}
@media screen and (max-width: 1500px){
  .b-pnt .b-body{
    width:55%;
  }
  .b-pnt .b-img{
    width:calc(50% + 75px);
  }
}
@media screen and (max-width: 767px){
  .b-pnt{
    display: flex;
    flex-direction: column-reverse;
    padding-top:0;
  }
  .b-pnt .b-body{
    width:100%;
  }
  .b-pnt .b-img{
    position: static;
    width:100%;
    height:300px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 600px){
  .b-pnt{
    margin-top:10vw;
  }
  .b-pnt h3{
    padding: 3vw 0 3vw 5vw;
    font-size:5vw;
  }
  .b-pnt .b-txt{
    padding:8vw 6vw 5vw;
  }
  .b-pnt .b-pnt-ttl{
    font-size:4vw;
  }
  .b-pnt .b-img{
    height:50vw;
    margin-bottom: 5vw;
  }
  .b-pnt.b-pnt02,
  .b-pnt.b-pnt03{
    margin-top: 15vw;
  }
  .sec-point .b-pnt:nth-of-type(odd) .b-img{
    margin-left: auto;
  }
}


/* .b-svss ----------*/
.b-svss {
  flex-wrap: wrap;
  justify-content: center;
  margin-right: -30px;
  margin-left: -30px;
}
.b-svss > div{
  flex: 1 0 30%;
  max-width: 30%;
  margin-bottom: 60px;
  padding: 0 30px;
}
.b-svss > div dt small{
  font-size: .58em;
  font-weight: bold;
}
.b-svss .b-img{
  position: relative;
}
.b-svss .b-img::after{
  content:"";
  display: block;
  background-size:contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  z-index: 1;
  width:110px;
  height:110px;
  animation: fuwafuwa 2s infinite ease-in-out .8s alternate;
}
.b-svss .e-svs01 .b-img::after{
  background-image: url(../facility/image/circle01.svg);
  top:10px;
  left:-10px;
}
.b-svss .e-svs02 .b-img::after{
  background-image: url(../facility/image/circle02.svg);
  top:43%;
  left:-40px;
}
.b-svss .e-svs03 .b-img::after{
  background-image: url(../facility/image/circle03.svg);
  top:30px;
  right:-10px;
}
.b-svss .e-svs04 .b-img::after{
  background-image: url(../facility/image/circle04.svg);
  top:43%;
  left:-40px;
}
.b-svss .e-svs05 .b-img::after{
  background-image: url(../facility/image/circle05.svg);
  top:10px;
  right:-40px;
}
@media screen and (max-width: 767px){
  .b-svss.evenly > div{
    display: flex;
    align-items: center;
    width:100%;
    max-width:100%;
  }
  .b-svss .b-img::after{
    width:35%;
    height:35%;
  }
  .b-svss .e-svs01 .b-img::after{
    top:5%;
    left:-5%;
  }
  .b-svss .e-svs02 .b-img::after{
    top:60%;
    right:-5%;
    left:auto;
  }
  .b-svss .e-svs03 .b-img::after{
    top:50%;
    left:-10%;
    right:auto;
  }
  .b-svss .e-svs04 .b-img::after{
    top:50%;
    right:-5%;
    left:auto;
  }
  .b-svss .e-svs05 .b-img::after{
    top:5%;
    left:-10%;
    right:auto;
  }
}

/* sec-knowledge ----------*/
.sec-knowledge{
  background:url(../facility/image/ironoha-bg.jpg) center center / cover;
  padding:75px 0;
}
.sec-knowledge .container{
  display: flex;
}
.sec-knowledge .b-txt {
  width: 78%;
}
.sec-knowledge ul{
  padding-left:0;
  margin:0;
}
.sec-knowledge li{
  display:flex;
  align-items: center;
  color:#614c3f;
  font-size:1.8rem;
  font-weight: 600;
  margin-bottom:25px;
}
.sec-knowledge li,
.sec-knowledge li::before{
  line-height:1.4;
}
.sec-knowledge ul li::before {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 1.11em;
  height: 1.11em;
  margin-right: 1em;
  border: 2px solid #90c872;
}
@media all and (-ms-high-contrast: none) {
  .sec-knowledge li::before{
    margin-top:-.4em;
  }
}
@media screen and (max-width: 767px){
  .sec-knowledge .container{
    justify-content: space-around;
    align-items: flex-start;
    position: relative;
  }
  .sec-knowledge .b-ttl{
    margin: 0 30px 0 0;
  }
  .sec-knowledge .b-txt{
    margin:0;
  }
  .sec-knowledge li{
    align-items: flex-start;
  }
}
@media screen and (max-width: 600px) {
  .sec-knowledge{
    padding:10vw 0;
  }
  .sec-knowledge .b-ttl{
    margin:0 8vw 0 0;
  }
  .sec-knowledge li{
    margin-bottom:1em;
    font-size:3.4vw;
  }
  .sec-knowledge li::before{
    margin-right:1em;
  }
}

.sec-gallery .container::before{
  display: none;
}

/* sec-info ----------*/
.sec-info{
  padding: 50px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background: #f8f1df;
}
.sec-info .container{
  display: flex;
  justify-content: space-between;
}
.sec-info section{
  flex: 1 0 40%;
  text-align: center;
}
.sec-info .b-ttl{
  margin: 20px;
  font-size: 3rem;
}
.sec-info .b-lnk a{
  width: 230px;
}
@media screen and (max-width: 600px) {
  .sec-info{
    padding: 10vw 0 5vw;
  }
  .sec-info .container{
    display: block;
  }
  .sec-info section{
    margin-bottom: 8vw;
  }
  .sec-info .b-ttl{
    margin-bottom: 5vw;
    font-size: 5vw;
  }
}

.sec-ironoha{
  position: relative;
}
.sec-ironoha::before {
  content: "";
  display: block;
  height: 400px;
  margin-bottom: 100px;
  background: url(../facility/image/ironoha-img06.jpg) no-repeat center center / cover;
}
.sec-ironoha::after {
  content: "";
  display: block;
  position: absolute;
  right: 5%;
  top: 450px;
  width: 100px;
  height: 100px;
  background: url(../facility/image/circle04.svg) no-repeat center center;
  animation: poyoyon 3.0s ease-in-out infinite;
}
.sec-ironoha .b-txt{
  margin-top: 100px;
  text-align: center;
}
.sec-ironoha .b-txt span{
  display: inline-block;
  position: relative;
  padding: 0 1em;
  color: #614c3f;
  font-size: 4.8rem;
  line-height: 1.5;
}
.sec-ironoha .b-txt span::before {
  content: "";
  display: block;
  position: absolute;
  top: 5%;
  bottom: 5%;
  left: 0;
  transform: skewX(20deg);
  width: 0;
  border-left: 1px solid;
}
.sec-ironoha .b-txt span::after {
  content: "";
  display: block;
  position: absolute;
  top: 5%;
  bottom: 5%;
  right: 0;
  transform: skewX(-20deg);
  width: 0;
  border-left: 1px solid;
}
@media screen and (max-width: 900px) {
  .sec-ironoha .b-txt span{
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-ironoha::before {
    height: 40vw;
  }
  .sec-ironoha .b-txt{
    margin-top: 10vw;
  }
  .sec-ironoha .b-txt span{
    font-size: 4.8vw;
  }
}

/* sec-program ----------*/
.sec-program .b-ttl,
.sec-program .e-lead {
  text-align: center;
}
.sec-program .b-box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 30px 0;
  padding: 40px;
  background: #fff;
}
.sec-program .b-box h3 {
  flex: 1 0 100%;
  color: #614c3f;
  line-height: 1;
  font-weight: 600;
  font-size: 2.5rem;
  margin-bottom: .8em;
}
.sec-program .b-box h3 em {
  color: #64c8c9;
  font-size: 1.1em;
  font-style: normal;
}
.sec-program .b-box-img {
  flex: 0 1 30%;
}
.sec-program .b-box-txt {
  flex: 0 1 66%;
}
.sec-program .b-box-txt dl {
  display: table;
}
.sec-program .b-box-txt dt {
  display: table-cell;
  width: 7em;
  color: #614c3f;
  font-weight: bold;
  white-space: nowrap;
}
.sec-program .b-box-txt dd {
  display: table-cell;
}
@media screen and (max-width: 768px) {
  .sec-program .b-box {
    display: block;
    max-width: 500px;
    margin: 30px auto;
    padding: 0;
  }
  .sec-program .b-box-txt {
    padding: 8vw 6vw 5vw;
  }
}
