a {
  text-decoration: none;
}

.container_inner {
  width: 85%;
  margin: 0 auto;
  max-width: 1024px;
}

@media only screen and (min-width: 641px) {
  .is_sp {
    display: none;
  }
}

.is_pc {
  display: none;
}
@media only screen and (min-width: 641px) {
  .is_pc {
    display: block;
  }
}

.page_ttlarea {
  height: 350px;
  background: url(../../img/feel-about/page_ttl_bg_sp.jpg) no-repeat center bottom/100% auto;
  position: relative;
}
@media only screen and (min-width: 641px) {
  .page_ttlarea {
    background: url(../../img/feel-about/page_ttl_bg.png) no-repeat left center/cover;
    height: 328px;
  }
}
.page_ttlarea .logo_area {
  height: 60px;
  background-color: #fff;
  width: 100%;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 641px) {
  .page_ttlarea .logo_area {
    height: 87px;
    border-radius: 0 50px 0 0;
    width: 33%;
    min-width: 466px;
  }
}
.page_ttlarea .logo_area .logo_img {
  width: 120px;
  padding: 0 0 0 3%;
}
@media only screen and (min-width: 641px) {
  .page_ttlarea .logo_area .logo_img {
    width: 200px;
    padding-left: 5%;
  }
}
.page_ttlarea .ttl_area {
  height: 110px;
  border-radius: 0 0 70px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../../img/feel-about/title_icon.png) no-repeat left bottom/137px auto;
  background-color: #1AA697;
}
@media only screen and (min-width: 641px) {
  .page_ttlarea .ttl_area {
    width: 33%;
    min-width: 466px;
    border-radius: 0;
    background: url(../../img/feel-about/title_icon.png) no-repeat right bottom/250px auto;
    background-color: #1AA697;
    height: 240px;
    justify-content: flex-start;
  }
}
.page_ttlarea .ttl_area .title {
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 2.8rem;
  display: flex;
  flex-direction: column;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 641px) {
  .page_ttlarea .ttl_area .title {
    font-size: 3.8rem;
    text-align: left;
    padding-left: 10%;
  }
}
.page_ttlarea .ttl_area .title .en {
  font-size: 2rem;
  display: block;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 5px;
}
@media only screen and (min-width: 641px) {
  .page_ttlarea .ttl_area .title .en {
    font-size: 3rem;
    text-indent: -0.5em;
  }
}
.page_ttlarea .wave_area {
  position: absolute;
  width: 100%;
  height: 47px;
  bottom: -25px;
  left: 0;
  background: url(../../img/feel-about/wave_ttl_sp.png) repeat-x;
}
@media only screen and (min-width: 641px) {
  .page_ttlarea .wave_area {
    height: 57px;
    background: url(../../img/feel-about/wave_ttl.png) repeat-x;
    bottom: -22px;
  }
}

.pagenation_area {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: auto;
  width: 250px;
  height: 60px;
}
.pagenation_area .swiper-button-next {
  width: 60px;
  height: 60px;
  border: solid #222 4px;
  border-radius: 50%;
  background-color: #fff;
}
.pagenation_area .swiper-button-next::after {
  content: "";
  background: url(../../img/feel-about/arw_r.png) no-repeat center/11px 14px;
  display: block;
  width: 60px;
  height: 60px;
}
.pagenation_area .swiper-button-prev {
  width: 60px;
  height: 60px;
  border: solid #222 4px;
  border-radius: 50%;
  background-color: #fff;
}
.pagenation_area .swiper-button-prev::after {
  content: "";
  background: url(../../img/feel-about/arw_l.png) no-repeat center/11px 14px;
  display: block;
  width: 60px;
  height: 60px;
}
.pagenation_area .swiper-pagination-bullet {
  background-color: #fff;
  border: solid #222 2px;
  width: 10px;
  height: 10px;
  opacity: 1;
}
.pagenation_area .swiper-pagination-bullet-active {
  background-color: #FFE703;
}

.loop_imgarea .loop_img {
  position: relative;
  width: 5600px;
  background: url(../../img/feel-about/facility_loop.png);
  background-size: auto 100%;
  overflow: hidden;
  animation: loopBg 60s linear infinite;
  margin: 0 calc(50% - 50vw);
}
.loop_imgarea .loop_img:before {
  display: block;
  width: 100%;
  padding-top: 112vw;
  content: "";
}
@media only screen and (min-width: 641px) {
  .loop_imgarea .loop_img:before {
    padding-top: 420px;
  }
}
@media only screen and (min-width: 641px) {
  .loop_imgarea .loop_img {
    max-height: 490px;
    animation: loopBg 30s linear infinite;
  }
}
@keyframes loopBg {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -100% 0;
  }
}

.topage_btn {
  width: 100%;
  margin: 0 auto;
  margin-top: 30px;
}
@media only screen and (min-width: 769px) {
  .topage_btn {
    width: 480px;
  }
}
.topage_btn a {
  padding: 19px 0;
  font-size: 1.4rem;
  background-color: #222;
  color: #FFE703;
  text-align: center;
  border-radius: 100vh;
  text-decoration: none;
  display: block;
}
@media only screen and (min-width: 769px) {
  .topage_btn a {
    font-size: 1.6rem;
    padding: 18px 0;
  }
}
.topage_btn a .icon {
  width: 23px;
  display: inline-block;
  margin-left: 1em;
  vertical-align: middle;
}

.wave_area1 {
  position: absolute;
  top: -50px;
  left: 0;
  width: 100%;
  background: url(../../img/feel-about/wave_1_sp.png) repeat-x center/cover;
  height: 52px;
}
@media only screen and (min-width: 769px) {
  .wave_area1 {
    background: url(../../img/feel-about/wave_1.png) repeat-x center/cover;
    height: 64px;
  }
}

.wave_area2 {
  position: absolute;
  bottom: -52px;
  left: 0;
  width: 100%;
  background: url(../../img/feel-about/wave_2_sp.png) repeat-x center/cover;
  height: 52px;
}
@media only screen and (min-width: 769px) {
  .wave_area2 {
    background: url(../../img/feel-about/wave_2.png) repeat-x center/cover;
    height: 64px;
  }
}

.topage_btn.add_lead {
  max-width: 85%;
  margin-top: 60px;
}
.topage_btn.add_lead .lead {
  text-align: center;
  font-size: 1.6rem;
  position: relative;
  display: table;
  margin: auto;
  margin-bottom: 1em;
}
.topage_btn.add_lead .lead::after {
  content: "";
  width: 23px;
  height: 24px;
  background: url(../../img/feel-about/btn_lead_r.svg) no-repeat center/contain;
  position: absolute;
  right: -2em;
  bottom: 0;
}
.topage_btn.add_lead .lead::before {
  content: "";
  width: 23px;
  height: 24px;
  background: url(../../img/feel-about/btn_lead_l.svg) no-repeat center/contain;
  left: -2em;
  position: absolute;
  bottom: 0;
}