@charset "UTF-8";

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}
body {
  width: 100%;
  font-family: "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}
img {
  max-width: 100%;
  height: auto;
}
.u-sp {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .u-sp {
    display: block !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pc {
    display: none !important;
  }
}

/* 初期状態 */
.js-fadein,
.js-fadeup {
  opacity: 0;
  transition:
    opacity 0.8s ease,
    transform 0.8s ease;
  transition-delay: 0.4s; /* 少しディレイ */
  will-change: opacity, transform;
}
/* 通常フェードイン */
.js-fadein {
  transform: none;
}
/* 下から上にスライドしながらフェードイン */
.js-fadeup {
  transform: translateY(30px);
}
/* 表示後 */
.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.floatingBanner {
  position: fixed;
  right: 0px;
  bottom: 50px;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 400px;
  border-radius: 20px 0 0 20px;
  background: #D19710;
  color: #FFF;
  font-size: 2.2rem;
  font-weight: bold;
  box-shadow: 0 6px 12px 0 rgb(0, 0, 0, 0.2);
  padding: 30px;
  opacity: 0;
  transform: translateX(calc(100% + 30px));
  transition:
    transform 0.5s ease,
    opacity 0.5s ease;
  will-change: transform, opacity;
}
.floatingBanner::after {
  position: absolute;
  content: "";
  background: url(../img/btn_slide.svg) no-repeat;
  background-size: 100%;
  background-position: center;
  width: 30px;
  height: 30px;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
/* 表示 */
.floatingBanner.is-visible {
  opacity: 1;
  transform: translateX(0);
}

/* SP */
@media screen and (max-width: 768px) {
  .floatingBanner {
    border-radius: 15px 0 0 15px;
    padding: 30px 15px;
    width: 70%;
    font-size: 1.6rem;
    right: 0;
    bottom: 12%;
    transform: translateY(calc(100% + 30px));
  }
  .floatingBanner::after {
    width: 24px;
    height: 24px;
  }

  .floatingBanner.is-visible {
    transform: translateY(0);
  }
}

.wrap_mv {
  padding: 50px 0;
}
.contFlex_mv {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1116px;
    width: 90%;
    margin: auto;
    margin-bottom: 50px;
}
.boxChild_mvTxt {
  max-width: 594px;
  width: 53%;
}
.boxChild_mvImg {
  position: relative;
  max-width: 493px;
  width: 45%;
}
.mv_circle {
  position: absolute;
  width: 136px;
  top: -5%;
  left: -10%;
}
.txt-logo {
  max-width: 400px;
  margin-bottom: 30px;

}
.logo {
  max-width: 100%;
  margin-bottom: 30px;
}
.cont_plus {
  max-width: 1116px;
  width: 90%;
  margin: auto;
}
.subTitle_plus {
  max-width: 400px;
  width: 90%;
  text-align: center;
  margin: auto;
  margin-bottom: 20px;
}
.wrap_cam {
  position: relative;
  width: 100%;
    background: #E9F4F1;
    border-radius: 48px;
    padding: 75px 0;
    margin-top: 150px;
}
.cont_cam {
  position: relative;
    max-width: 1000px;
    width: 90%;
    margin: auto;
    background: #FFF;
    border: 3px solid #005952;
    border-radius: 12px;
    padding: 30px;
}
.cam_read {
  position: absolute;
    font-size: 1.8rem;
    color: #FFF;
    background: #005952;
    padding: 6px 20px;
    border-radius: 999px;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.subTitle_cam {
    max-width: 616px;
    width: 80%;
    margin: 10px auto;
}
.cam_txt {
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    line-height: 170%;
    margin-bottom: 20px;
}
.cam_detail {
  max-width: 648px;
  margin: auto;
  margin-bottom: 10px;
}
.cam_illust {
  position: absolute;
  max-width: 500px;
  width: 70%;
  top: -100px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.subTitle_event {
  max-width: 670px;
  width: 90%;
  margin: 64px auto 30px auto;
}
.eventSlider {
  position: relative;
  max-width: 1500px;
  margin: auto;
}
.eventSlider .swiper {
  overflow: hidden;
  padding: 50px;
}
.eventSlider .swiper-wrapper {
  align-items: stretch;
}
/* 矢印 */
.eventSlider_arrow {
  position: absolute;
  top: 50%;
  z-index: 10;
  width: 56px;
  height: 56px;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
  transform: translateY(-50%);
}
.eventSlider_arrow img {
  display: block;
  width: 100%;
  height: auto;
}
.eventSlider_arrow--prev {
  left: 18px;
}
.eventSlider_arrow--prev img {
  transform: scaleX(-1);
}
.eventSlider_arrow--next {
  right: 18px;
}
.eventSlider_arrow.swiper-button-disabled {
  opacity: 0.4;
  pointer-events: none;
}
/* 3枚未満でSwiperを使わない時 */
.eventSlider.is-static .swiper-wrapper {
  max-width: 1500px;
  width: 100%;
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: auto;
}
.eventSlider.is-static .swiper-slide {
  max-width: 480px;
  width: calc((100% - 40px) / 2);
}
.eventSlider.is-static .eventSlider_arrow {
  display: none;
}
/* .contFlex_event {
  display: flex;
  flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    max-width: 1500px;
    width: 90%;
    margin: auto;
    gap: 20px;
} */
.boxChild_event {
  /* width: calc(33% - 20px); */
  background: #FFF;
  border-radius: 12px;
  box-shadow: 0 20px 20px 0 rgb(0, 0, 0, 0.2);
  min-height: 650px;
  /* margin-bottom: 30px; */
}
.event_info {
  padding: 20px;
}
.event_tit {
  font-size: 2.2rem;
    font-weight: bold;
    line-height: 150%;
    color: #005952;
    margin-bottom: 15px;
}
.event_copy {
  font-size: 1.6rem;
  line-height: 150%;
  margin-bottom: 15px;
}
.event_list li {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 160%;
}
.event_list li a {
  color: #005952;
  text-decoration: underline;
}
.cam_lastTxt {
  max-width: 580px;
  width: 75%;
  margin: auto;
  margin-top: 50px;
}
.subTitle_about {
  max-width: 510px;
  width: 90%;
  text-align: center;
  margin: auto;
}
.contFlex_about {
  max-width: 1060px;
  width: 90%;
  margin: auto;
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.boxChild_aboutImg {
  position: relative;
  max-width: 450px;
  width: 43%;
}
.imgAbout01 {
  width: 100%;
}
.imgAbout02 {
  position: absolute;
  max-width: 264px;
  top: 0;
  left: 60px;
}
.imgAbout03 {
  position: absolute;
  max-width: 186px;
  bottom: 0;
  right: 28px;
}
.boxChild_aboutTxt {
  max-width: 545px;
  width: 55%;
}
.txtAbout_main {
  max-width: 450px;
}
.txtAbout {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 200%;
  margin-top: 25px;
}
.wrap_message {
  padding: 70px 0 100px 0;
}
.contFlex_message {
  position: relative;
  max-width: 620px;
  width: 90%;
  margin: auto;
  margin-bottom: 15px;
  text-align: center;
}
.imgMessage01 {
  max-width: 428px;
}
.imgMessage02 {
  position: absolute;
  width: 74px;
  top: 0;
  left: 0;
}
.imgMessage03 {
  position: absolute;
  width: 71px;
  top: 0;
  right: 0;
}
.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 452px;
  width: 90%;
  height: 80px;
  border-radius: 40px;
  margin: auto;
  margin-bottom: 20px;
  background: linear-gradient(90deg,rgba(0, 89, 82, 1) 0%, rgba(0, 91, 172, 1) 100%);
  box-shadow: 0px 12px 25px 0px rgba(0,0,0,0.2);
  transition: .3s ease-in-out;
}
.btn:hover {
  transform: scale(1.08);
  background: linear-gradient(90deg,rgba(0, 91, 172, 1) 0%, rgba(0, 89, 82, 1) 100%);
}
.btn img {
  max-width: 245px;
}
.wrap_messageLink {
  max-width: 452px;
  width: 90%;
  margin: auto;
  margin-bottom: 25px;
}
.txtLink {
  display: block;
  position: relative;
  font-size: 1.4rem;
  line-height: 20px;
  font-weight: bold;
  padding-right: 25px;
  text-align: right;
  transition: .3s ease-in-out;
  margin-top: 10px;
}
.txtLink:hover {
  text-decoration: underline;
}
.txtLink::after {
  position: absolute;
  content: "";
  background: url(../img/btn_slide.svg) no-repeat;
  background-size: 100%;
  background-position: center;
  width: 20px;
  height: 20px;
  top: 0;
  right: 0;
  transition: .3s ease-in-out;
}
.txtLink:hover:after {
  right: -5px;
}
.wrap_messageCoution {
  max-width: 440px;
  width: 90%;
  margin: auto;
  border: 1px solid #BBBBBB;
  border-radius: 12px;
  padding: 12px 16px;
}
.txtLink_coution {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 5px;
  line-height: 160%;
}
.bg_tarupo {
  width: 100%;
  background: #EFE7D8;
  padding: 50px 0;
  border-radius: 48px;
  margin-top: 120px;
}
.contFlex_tarupo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 970px;
  width: 90%;
  margin: auto;
}
.boxChild_tarupoImg {
  max-width: 450px;
    width: 45%;
    padding-top: 30px;
}
.boxChild_tarupoTxt {
  max-width: 550px;
    width: 50%;
}
.subTitle_tarupo {
  max-width: 460px;
  width: 90%;
  margin: auto;
}
.txtTarupo {
  font-size: 1.6rem;
    font-weight: 500;
    line-height: 180%;
    width: 90%;
    margin: 30px auto;
}
.btn.mg0 {
  margin: 0;
  margin-bottom: 20px;
}
.wrap_messageCoution.mg0 {
  margin: 0;
}
.imgMessage_main {
  max-width: 315px;
}
.contFlex_message.mg0 {
  max-width: 452px;
  margin: 0;
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .contFlex_mv {
    flex-flow: column;
    margin-bottom: 0;
  }
  .boxChild_mvTxt {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
  }
  .mv_circle {
    width: 30%;
    top: -5%;
    left: auto;
    right: 0;
  }
  .boxChild_mvImg {
    width: 100%;
  }
  .txt-logo {
    max-width: 65%;
    margin-bottom: 20px;
  }
  .imgMessage_main {
    max-width: 280px;
    width: 80%;
  }
  .contFlex_about {
    flex-flow: column-reverse;
  }
  .boxChild_aboutTxt {
    width: 100%;
    margin-bottom: 30px;
  }
  .boxChild_aboutImg {
    width: 100%;
  }
  .txtAbout_main {
    width: 90%;
    margin: auto;
  }
  .txtAbout {
    font-size: 1.4rem;
  }
  .imgAbout02 {
    max-width: 50%;
    left: 10%;
  }
  .imgAbout03 {
    max-width: 40%;
    right: 5%;
  }
  .wrap_message {
    padding: 50px 0;
  }
  .contFlex_message {
    padding-bottom: 90px;
  }
  .imgMessage01 {
    max-width: 100%;
  }
  .imgMessage02 {
    width: 60px;
    top: auto;
    bottom: 0;
    left: 20%;
  }
  .imgMessage03 {
    width: 60px;
    top: auto;
    bottom: 0;
    right: 20%;
  }
  .contFlex_tarupo {
    flex-flow: column-reverse;
  }
  .boxChild_tarupoTxt {
    width: 100%;
    margin-bottom: 30px;
  }
  .boxChild_tarupoImg {
    width: 100%;
  }
  .contFlex_message.mg0 {
    width: 90%;
    margin: auto;
    margin-bottom: 15px;
    padding-bottom: 0;
  }
  .btn.mg0 {
    margin: auto;
    margin-bottom: 20px;
  }
  .wrap_messageCoution.mg0 {
    margin: auto;
    margin-top: 30px;
  }
  .imgPlus {
    width: 80%;
    margin: auto;
  }
  .cam_illust {
    width: 75%;
    top: -65px;
  }
  .cam_read {
    font-size: 1.5rem;
    width: 80%;
    text-align: center;
  }
  .cam_txt {
    font-size: 1.4rem;
    text-align: left;
  }
  .subTitle_cam {
    margin: 10px auto;
    margin-bottom: 30px;
  }
  .t-left {
    text-align: left;
  }
  .eventSlider_arrow {
    width: 44px;
    height: 44px;
  }
  .eventSlider_arrow--prev {
    left: 8px;
  }
  .eventSlider_arrow--next {
    right: 8px;
  }
  .eventSlider.is-static .swiper-wrapper {
    display: block;
    padding-top: 0;
  }
  .eventSlider.is-static .swiper-slide {
    max-width: 100%;
    width: 100%;
  }
  .eventSlider.is-static .swiper-slide + .swiper-slide {
    margin-top: 24px;
  }
  /* .contFlex_event {
    flex-flow: column;
    gap: 0;
  } */
  .boxChild_event {
    box-shadow: 0 10px 10px 0 rgb(0, 0, 0, 0.2);
  }
  .event_tit {
    font-size: 2rem;
  }
  .event_copy {
    font-size: 1.5rem;
  }
  .event_list li {
    font-size: 1.4rem;
  }
  .eventSlider .swiper {
    padding: 20px;
  }
  .wrap_cam {
    padding: 50px 0;
  }
}