@charset "UTF-8";
/*****************************
  pagesec-environment
*****************************/
.pagesec-environment .environment {
  gap: 2rem;
  margin-top: 4rem;
}
.pagesec-environment .environment li{
  width: calc(100% / 3 - 1.5rem);
}
.pagesec-environment .environment li a {
  border-radius: 6px 6px 0 0 ;
  display: block;
  opacity: 1;
  overflow: hidden;
}
.pagesec-environment .environment li a p{
  background: #fff;
  display: block;
  border-bottom: 1px solid #707070;
  max-width: 350px;
  opacity: 1 !important;
  padding: 1rem 3rem 1rem 1rem;
  position: relative;
  text-decoration: none;
  transition: .5s;
}
.pagesec-environment .environment li a span{
  background: #fff;
  border: 1px solid #0B97D2;
  border-radius: 50%;
  padding: .7rem;
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  transition: .5s;
}
.pagesec-environment .environment li a span::before{
  content: "";
  background: #0B97D2;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  height: 4px;
  width: 4px;
}
.pagesec-environment .environment li a:hover p{
  background: #0B97D2;
  border-color: #fff;
  color: #fff;
}
.pagesec-environment .environment li a:hover span{
  background: #fff;
  padding: 1rem;
  right: 7px;
}
.pagesec-environment .environment li a:hover span::before{
  background: transparent;
  border-radius: 0;
  border-style: solid;
  border-color: transparent transparent transparent #0B97D2;
  border-width: 5px 0px 5px 8.66px;
  height: 0;
  width: 0;
}
.pagesec-environment .popbox .fimgbox{
  width: 300px;
}
.pagesec-environment .popbox .ftxtbox{
  width: calc(100% - 340px);
}
.pagesec-environment .popbox .ftxtbox dt{
  border-bottom: 2px solid #ccc;
  font-size: 2.4rem;
  margin-bottom: 1rem;
  position: relative;
}
.pagesec-environment .popbox .ftxtbox dt::before{
  content: "";
  background: #0B97D2;
  position: absolute;
  bottom: -2px;
  left: 0;
  height: 2px ;
  width: 100px;
}

@media only screen and (max-width: 820px) {
  .pagesec-environment .popbox .fimgbox{
    margin: 0 auto 2rem;
    width: 250px;
  }
  .pagesec-environment .popbox .ftxtbox{
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .pagesec-environment .environment {
    margin: 4rem auto 0;
  }
  .pagesec-environment .environment li{
    width: 100%;
  }
  .pagesec-environment .environment li a{
    border-radius: 6px 0 0 6px;
    display: flex;
    height: 100%;
  }
  .pagesec-environment .environment li a .imgbox{
    width: 80px;
  }
  .pagesec-environment .environment li a .imgbox img{
    aspect-ratio: 1/1;
    object-fit: cover;
    height: auto;
    width: 100%;
  }
  .pagesec-environment .environment li a p{
    display: flex;
    align-items: center;
    font-size: 4.7vw;
    padding: 0 3rem 0 1.5rem;
    width: calc(100% - 80px);
  }
  .pagesec-environment .popbox .ftxtbox dt{
    font-size: 2rem;
  }
}

/*****************************
  pagesec-story
*****************************/
.pagesec-story .story li{
  margin-top: 4rem;
  padding-bottom: 4rem;
}
.pagesec-story .story li .imgbox{
  width: 50%;
}
.pagesec-story .story li .ttlbox{
  background: #F6F6F6;
  border-right: 4px solid #0B97D2;
  border-bottom: 4px solid #0B97D2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 220px;
  position: absolute;
  padding: 3rem ;
  bottom: 0;
  left: 40%;
  width: 50%;
}
.pagesec-story .story li .ttlbox .ttl{
  font-size: 1.8rem;
  margin-bottom: 2rem;
}

.pagesec-story .story li:nth-of-type(2) .imgbox{
  margin-left: auto;
}
.pagesec-story .story li:nth-of-type(2) .ttlbox{
  border-right: none;
  border-left: 4px solid #0B97D2;
  left: 10%;
}


.pagesec-story .popbox .imgbox{
  max-width: 600px;
  margin: 0 auto 2rem;
}
.pagesec-story .popbox .txtbox dt{
  border-bottom: 2px solid #ccc;
  font-size: 2.4rem;
  margin-bottom: 1rem;
  position: relative;
}
.pagesec-story .popbox .txtbox dt::before{
  content: "";
  background: #0B97D2;
  position: absolute;
  bottom: -2px;
  left: 0;
  height: 2px ;
  width: 100px;
}

@media only screen and (max-width: 820px) {
  .pagesec-story .story{
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
  }
  .pagesec-story .story li{
    margin: 0;
    padding: 0;
    width: calc(50% - 1rem);
  }
  .pagesec-story .story li .imgbox{
    width: 100%;
  }
  .pagesec-story .story li .ttlbox{
    border-right: 2px solid #0B97D2 !important;
    border-bottom: 2px solid #0B97D2 !important;
    border-left: none !important;
    min-height: 320px;
    position: static;
    width: 100%;
  }
  .pagesec-story .story li .ttlbox .morebtn1{
    text-align: right;
  }
}

@media only screen and (max-width: 767px) {
  .pagesec-story .story li{
    width: 100%;
  }
  .pagesec-story .story li .ttlbox{
    font-size: 1.6rem;
    min-height: auto;
    padding: 2rem ;
  }
}