@charset "UTF-8";
/* kodomoen */
@-webkit-keyframes floating-x {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-2%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes floating-x {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-2%);
  }
  100% {
    transform: translateX(0);
  }
}
@-webkit-keyframes floating-y {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-1%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes floating-y {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-1%);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes fuwafuwa-soft {
  0% {
    transform: translate(0, 0);
  }
  20% {
    transform: translate(2px, -8px);
  }
  50% {
    transform: translate(-2px, -14px);
  }
  80% {
    transform: translate(2px, -6px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes fuwafuwa-soft {
  0% {
    transform: translate(0, 0);
  }
  20% {
    transform: translate(2px, -8px);
  }
  50% {
    transform: translate(-2px, -14px);
  }
  80% {
    transform: translate(2px, -6px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@-webkit-keyframes line-slide02 {
  0% {
    background-size: 100% 1px;
    background-position: bottom left;
  }
  50% {
    background-size: 0px 1px;
    background-position: bottom right;
  }
  50.01% {
    background-size: 0px 1px;
    background-position: bottom left;
  }
  100% {
    background-size: 100% 1px;
    background-position: bottom left;
  }
}
@keyframes line-slide02 {
  0% {
    background-size: 100% 1px;
    background-position: bottom left;
  }
  50% {
    background-size: 0px 1px;
    background-position: bottom right;
  }
  50.01% {
    background-size: 0px 1px;
    background-position: bottom left;
  }
  100% {
    background-size: 100% 1px;
    background-position: bottom left;
  }
}
.home .h2box {
  margin: 0 auto 50px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .home .h2box {
    margin-bottom: 25px;
  }
}
.home .h2box h2 {
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-family: "Lancelot", serif;
  color: #00989F;
  font-size: 6rem;
  letter-spacing: 0.06em;
  line-height: 1.1;
}
@media (max-width: 820px) {
  .home .h2box h2 {
    font-size: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .home .h2box h2 {
    font-size: 4rem;
  }
}
.home .h2box h2::after {
  position: absolute;
  content: "";
  width: 41px;
  height: 11px;
  background: url(../img/common/heading-deco_01.png) no-repeat 0 0/contain;
  bottom: 0;
  left: calc(50% - 20px);
}
.home .h2box p {
  color: #00989F;
  letter-spacing: 0.1em;
  line-height: 1.5;
}

/*  loading
-------------------------------------------------- */
/* アニメーション中のスクロール制御 */
body.is-loading {
  overflow: hidden;
  height: 100vh;
}

/* オーバーレイ */
#loading {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  background: #fff;
  opacity: 1;
}

/* フェードアウト用 */
#ovloadingerlay.is-hide {
  opacity: 0;
  pointer-events: none;
}

/* アニメーション表示領域 */
#loadimg {
  width: min(80vw, 180px);
  aspect-ratio: 400/400; /* loading.json 400x400比率 */
}
@media screen and (max-width: 767px) {
  #loadimg {
    width: 40%;
  }
}

/* 通常コンテンツ最初非表示 */
#content {
  opacity: 1;
  transition: opacity 2s ease;
}
#content.is-hidden {
  opacity: 0;
}

/* fv_block */
/* -------------------------------------------------------- */
.fv_block {
  position: relative;
  width: 100%;
  height: 100dvh;
  background: url(../img/top/noise_co.png) repeat 0 0;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .fv_block {
    padding: 0;
  }
}
.fv_block .fv_img {
  position: absolute;
  width: 58%;
  max-width: 1180px;
  top: 120px;
  right: 6.4%;
  opacity: 0;
  transition: opacity 1s ease;
}
@media screen and (max-width: 767px) {
  .fv_block .fv_img {
    width: calc(100% - 80px);
    top: 40%;
    right: 30px;
  }
}
.fv_block .fv_img.is-show {
  opacity: 1;
}
.fv_block .fv_img.is-fuwafuwa {
  animation: floating-x 7.2s ease-in-out infinite alternate-reverse;
}
.fv_block .fv_img.is-fuwafuwa img {
  animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
}
.fv_block .fv_txt_01 {
  position: absolute;
  padding-left: 4px;
  top: 57svh;
  left: 10%;
  opacity: 0;
  transition: opacity 1s ease;
}
@media (max-width: 1800px) {
  .fv_block .fv_txt_01 {
    width: 26%;
    left: 8%;
  }
}
@media screen and (max-width: 767px) {
  .fv_block .fv_txt_01 {
    padding-left: 0;
    width: 69%;
    top: auto;
    bottom: 18svh;
    left: 25px;
  }
}
.fv_block .fv_txt_01.is-show {
  opacity: 1;
}
.fv_block .fv_txt_02 {
  position: absolute;
  font-family: "Lancelot", serif;
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  top: calc(50% - 100px);
  right: 50px;
  opacity: 0;
  transition: opacity 1s ease;
}
@media screen and (max-width: 767px) {
  .fv_block .fv_txt_02 {
    right: 10px;
  }
}
.fv_block .fv_txt_02::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  background: #1C1C1C;
}
.fv_block .fv_txt_02.is-show {
  opacity: 1;
}
.fv_block .fv_scroll_down {
  position: absolute;
  bottom: 74px;
  left: calc(50% - 30px);
  z-index: 3;
  opacity: 0;
  transition: opacity 1s ease;
}
@media screen and (max-width: 767px) {
  .fv_block .fv_scroll_down {
    bottom: 130px;
    left: auto;
    right: 30px;
  }
}
.fv_block .fv_scroll_down span {
  position: relative;
  color: #00989F;
  font-family: "Lancelot", serif;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  bottom: 35px;
  left: 50%;
}
@media screen and (max-width: 767px) {
  .fv_block .fv_scroll_down span {
    -o-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    bottom: -50px;
  }
}
.fv_block .fv_scroll_down span::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 140px;
  background: #00989F;
  top: 15px;
  left: 50%;
}
@media screen and (max-width: 767px) {
  .fv_block .fv_scroll_down span::before {
    top: 65px;
  }
}
.fv_block .fv_scroll_down span::after {
  position: absolute;
  content: "";
  width: 3px;
  height: 35px;
  background: #00989F;
  top: 15px;
  left: calc(50% - 1px);
  -webkit-animation: downmove 1.6s ease-in-out infinite, downmovehide 1.6s ease-out infinite;
          animation: downmove 1.6s ease-in-out infinite, downmovehide 1.6s ease-out infinite;
}
@media screen and (max-width: 767px) {
  .fv_block .fv_scroll_down span::after {
    top: 65px;
  }
}
.fv_block .fv_scroll_down.is-show {
  opacity: 1;
}
.fv_block .fv_news {
  position: absolute;
  padding: 12px 20px;
  background: #FFF;
  bottom: 40px;
  left: 50px;
  display: flex;
  align-items: center;
  gap: 0 20px;
  max-width: 43%;
  opacity: 0;
  transition: opacity 1s ease;
}
@media screen and (max-width: 767px) {
  .fv_block .fv_news {
    bottom: 15px;
    left: 15px;
    width: 86%;
    max-width: auto;
    max-width: initial;
    flex-direction: column;
    align-items: flex-start;
  }
}
.fv_block .fv_news::after {
  position: absolute;
  content: "";
  width: 14px;
  height: 7.708px;
  background: url(../img/common/arrow-01.svg) no-repeat 0 0/contain;
  top: calc(50% - 3px);
  right: 15px;
  transition: all 0.5s;
}
@media screen and (max-width: 767px) {
  .fv_block .fv_news::after {
    right: 10px;
  }
}
.fv_block .fv_news.is-show {
  opacity: 1;
}
.fv_block .fv_news:hover::after {
  right: 10px;
}
@media screen and (max-width: 767px) {
  .fv_block .fv_news:hover::after {
    right: 5px;
  }
}
.fv_block .fv_news .ttl {
  position: relative;
  color: #00989F;
  font-family: "Lancelot", serif;
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .fv_block .fv_news .ttl {
    display: none;
  }
}
.fv_block .fv_news .ttl::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 12px;
  background: #00989F;
  top: calc(50% - 6px);
  right: -10px;
}
.fv_block .fv_news .date {
  color: #00989F;
  font-family: "Montserrat", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .fv_block .fv_news .date {
    font-size: 1.2rem;
  }
}
.fv_block .fv_news a {
  padding-right: 15px;
  display: block;
}
@media screen and (max-width: 767px) {
  .fv_block .fv_news a {
    font-size: 1.4rem;
  }
}

@-webkit-keyframes downmove {
  0% {
    top: 15px;
  }
  100% {
    top: 125px;
  }
}

@keyframes downmove {
  0% {
    top: 15px;
  }
  100% {
    top: 125px;
  }
}
@media screen and (max-width: 767px) {
  @-webkit-keyframes downmove {
    0% {
      top: 65px;
    }
    100% {
      top: 175px;
    }
  }
  @keyframes downmove {
    0% {
      top: 65px;
    }
    100% {
      top: 175px;
    }
  }
}
@-webkit-keyframes downmovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
@keyframes downmovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
/* sec_parallax */
/* -------------------------------------------------------- */
.sec_parallax {
  position: relative;
}
.sec_parallax.parallax01 {
  position: relative;
}
.sec_parallax.parallax01::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 483px;
  background: url(../img/top/sec-illust-top.png) no-repeat 0 0/contain;
  top: -2px;
  left: 0;
  z-index: 2;
}
@media (min-width: 1920px) {
  .sec_parallax.parallax01::before {
    height: 100%;
    background: url(../img/top/sec-illust-top.png) no-repeat 0 0/100% auto;
  }
}
@media screen and (max-width: 767px) {
  .sec_parallax.parallax01::before {
    margin-top: 0;
    height: 273px;
    background: url(../img/top/sec-illust-top-sp.png) no-repeat 0 0/contain;
  }
}
.sec_parallax.parallax01::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 270px;
  background: url(../img/top/sec-illust-btm.png) no-repeat 0 bottom/contain;
  bottom: -5px;
  left: 0;
  z-index: 2;
}
@media (min-width: 1921px) {
  .sec_parallax.parallax01::after {
    background: url(../img/top/sec-illust-btm.png) no-repeat 0 0/100% 270px;
  }
}
@media screen and (max-width: 767px) {
  .sec_parallax.parallax01::after {
    height: 105px;
    background: url(../img/top/sec-illust-btm-sp.png) no-repeat 0 bottom/contain;
  }
}
.sec_parallax.parallax01 .parallax_box {
  position: relative;
  width: 100%;
  height: 887px;
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}
@media screen and (max-width: 767px) {
  .sec_parallax.parallax01 .parallax_box {
    height: 346px;
  }
}
.sec_parallax.parallax01 .parallax_box::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  z-index: -10;
  width: 100%;
  height: 100%;
  background: url(../img/top/sec-illust.webp) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .sec_parallax.parallax01 .parallax_box::after {
    background: url(../img/top/sec-illust-sp.webp) no-repeat center center/cover;
  }
}
.sec_parallax.f_parallax {
  position: relative;
}
.sec_parallax.f_parallax::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 200px;
  background: url(../img/top/contact-btm.png) no-repeat 0 0/contain;
  top: -1px;
  left: 0;
  z-index: 2;
}
@media (min-width: 1920px) {
  .sec_parallax.f_parallax::before {
    background: url(../img/top/contact-btm.png) no-repeat 0 0/100% 200px;
    top: -1px;
  }
}
@media screen and (max-width: 767px) {
  .sec_parallax.f_parallax::before {
    height: 100px;
  }
}
.sec_parallax.f_parallax .parallax_box {
  position: relative;
  width: 100%;
  height: 970px;
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}
@media screen and (max-width: 767px) {
  .sec_parallax.f_parallax .parallax_box {
    height: 378px;
  }
}
.sec_parallax.f_parallax .parallax_box::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  z-index: -10;
  width: 100%;
  height: 100%;
  background: url(../img/top/f-photo.webp) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .sec_parallax.f_parallax .parallax_box::after {
    background: url(../img/top/f-photo-sp.webp) no-repeat center center/cover;
  }
}

/* about_block01 */
/* -------------------------------------------------------- */
.about_block01 {
  position: relative;
  padding: 100px 0 0;
}
.about_block01 .about_01 {
  margin-bottom: 100px;
  width: 100%;
  display: flex;
}
@media screen and (max-width: 767px) {
  .about_block01 .about_01 {
    margin-bottom: 50px;
    flex-direction: column;
  }
}
.about_block01 .about_01 .catch {
  width: 70px;
  background: #00989F;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .about_block01 .about_01 .catch {
    width: 100%;
    height: 40px;
  }
}
.about_block01 .about_01 .catch p {
  position: relative;
  font-family: "Lancelot", serif;
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  color: #FFF;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .about_block01 .about_01 .catch p {
    -o-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
    font-size: 0.8rem;
  }
}
.about_block01 .about_01 .catch p::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  background: rgba(255, 255, 255, 0.6);
}
@media screen and (max-width: 767px) {
  .about_block01 .about_01 .catch p::before {
    width: 100%;
    height: 1px;
    top: auto;
    bottom: -1px;
  }
}
@media screen and (max-width: 767px) {
  .about_block01 .about_01 .catch.catch01 {
    display: none;
  }
}
.about_block01 .about_01 .about_01_wrap {
  flex: 1;
  max-width: calc(100% - 140px);
  background: linear-gradient(90deg, transparent 0%, transparent 70%, rgb(245, 252, 255) 70%, rgb(245, 252, 255) 100%);
}
@media screen and (max-width: 1180px) {
  .about_block01 .about_01 .about_01_wrap {
    background: none;
  }
}
@media screen and (max-width: 767px) {
  .about_block01 .about_01 .about_01_wrap {
    width: 100%;
    max-width: inherit;
    background: none;
  }
}
.about_block01 .about_01 .about_01_wrap .about_01_inner {
  margin: 0 auto;
  max-width: 1024px;
  display: flex;
  justify-content: center;
  gap: 0 8.75vw;
}
@media screen and (max-width: 1180px) {
  .about_block01 .about_01 .about_01_wrap .about_01_inner {
    gap: 0 2.6vw;
  }
}
@media screen and (max-width: 767px) {
  .about_block01 .about_01 .about_01_wrap .about_01_inner {
    width: 100%;
    flex-direction: column;
    gap: 50px 0;
  }
}
.about_block01 .about_01 .about_01_01 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .about_block01 .about_01 .about_01_01 {
    align-items: center;
  }
}
.about_block01 .about_01 .about_01_01 .txt {
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  line-height: 2;
}
.about_block01 .about_01 .about_01_01 .txt .en {
  padding-bottom: 10px;
  color: #00989F;
  font-family: "Lancelot", serif;
  font-size: 1.3rem;
  letter-spacing: 0.02em;
  line-height: 1;
  display: inline-block;
  border-bottom: 1px solid #00989F;
}
.about_block01 .about_01 .about_01_01 .txt p {
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .about_block01 .about_01 .about_01_01 .txt p {
    font-size: 1.6rem;
  }
}
.about_block01 .about_01 .about_01_01 .txt p span {
  color: #00989F;
}
.about_block01 .about_01 .about_01_01 .logo_s_sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .about_block01 .about_01 .about_01_01 .logo_s_sp {
    padding-left: 40px;
    width: 100%;
    display: flex !important;
    justify-content: flex-start;
  }
}
.about_block01 .about_01 .about_01_02 {
  padding: 100px 0 100px 140px;
  display: flex;
  justify-content: flex-end;
  background: #F5FCFF;
  border-radius: 400px 0 0 400px;
}
@media screen and (max-width: 767px) {
  .about_block01 .about_01 .about_01_02 {
    padding: 25px 30px;
    width: 100%;
    display: block;
    border-radius: 0;
  }
}
.about_block01 .about_01 .about_01_02 .txt {
  width: 100%;
  max-width: 512px;
}
@media screen and (max-width: 1180px) {
  .about_block01 .about_01 .about_01_02 .txt {
    padding-right: 40px;
  }
}
@media screen and (max-width: 767px) {
  .about_block01 .about_01 .about_01_02 .txt {
    padding-right: 0;
    width: 100%;
    max-width: inherit;
  }
}
.about_block01 .about_01 .about_01_02 .txt .logo_s_wrap {
  margin-bottom: 48px;
  display: flex;
  justify-content: flex-end;
}
.about_block01 .about_01 .about_01_02 .txt .logo_s_wrap .logo_s {
  width: 222px;
}
.about_block01 .about_01 .about_01_02 .txt p {
  letter-spacing: 0.06em;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .about_block01 .about_01 .about_01_02 .txt p {
    margin-bottom: 15px;
    letter-spacing: 0;
    line-height: 1.7;
    text-align: justify;
  }
}
@media screen and (max-width: 767px) {
  .about_block01 .about_01 .about_01_02 .txt .link_circle_wrap {
    display: flex;
    justify-content: flex-end;
  }
}

/* about_block02 */
/* -------------------------------------------------------- */
.about_block02 {
  position: relative;
}
@media screen and (max-width: 767px) {
  .about_block02 {
    padding-bottom: 150px;
  }
}
.about_block02 .about_02 {
  position: absolute;
  width: 100%;
  z-index: 5;
}
@media (max-width: 1024px) {
  .about_block02 .about_02 {
    top: -70px;
  }
}
@media screen and (max-width: 767px) {
  .about_block02 .about_02 {
    top: 0;
  }
}
.about_block02 .about_02 .main_width {
  max-width: 1540px;
  display: flex;
  justify-content: flex-end;
}
.about_block02 .about_02 .church {
  position: relative;
  width: 600px;
}
@media (max-width: 768px) {
  .about_block02 .about_02 .church {
    width: 440px;
  }
}
@media screen and (max-width: 767px) {
  .about_block02 .about_02 .church {
    width: 100%;
  }
}
.about_block02 .about_02 .church .txt {
  padding: 20px 0;
  background: #F8F7F4;
  border-radius: 0 0 130px 130px;
  text-align: center;
}
@media (max-width: 768px) {
  .about_block02 .about_02 .church .txt {
    border-radius: 0 0 100px 100px;
  }
}
@media screen and (max-width: 767px) {
  .about_block02 .about_02 .church .txt {
    border-radius: 0 0 65px 65px;
  }
}
.about_block02 .about_02 .church .txt .ttl {
  margin-bottom: 10px;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  text-decoration: underline;
  text-underline-offset: 3px;
}
@media screen and (max-width: 767px) {
  .about_block02 .about_02 .church .txt .ttl {
    font-size: 1.4rem;
  }
}
.about_block02 .about_02 .church .txt p {
  font-weight: 400;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .about_block02 .about_02 .church .txt p {
    font-size: 1.2rem;
  }
}
.about_block02 .about_02 .church .btn_circle {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
}
@media (max-width: 768px) {
  .about_block02 .about_02 .church .btn_circle {
    bottom: -40px;
    right: -20px;
  }
}
@media screen and (max-width: 767px) {
  .about_block02 .about_02 .church .btn_circle {
    bottom: -30px;
    right: 0;
  }
}

/* overview_block */
/* -------------------------------------------------------- */
.overview_block {
  position: relative;
  padding-top: 100px;
  height: 100%;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .overview_block {
    padding-top: 50px;
  }
}
.overview_block::before {
  position: absolute;
  content: "";
  width: 74%;
  height: 100%;
  background: url(../img/common/deco-02.png) no-repeat 0 bottom/contain;
  bottom: -100px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .overview_block::before {
    width: 100%;
    height: 400px;
    background: url(../img/common/deco-02.png) no-repeat center bottom/cover;
    bottom: -50px;
  }
}
.overview_block::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100px;
  background: #EFFAFA;
}
@media screen and (max-width: 767px) {
  .overview_block::after {
    height: 50px;
  }
}
.overview_block .overview_wrap {
  position: relative;
  margin-bottom: 100px;
  max-width: 1024px;
  display: flex;
  justify-content: space-between;
  gap: 0 80px;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .overview_block .overview_wrap {
    flex-direction: column;
    gap: 40px 0;
  }
}
.overview_block .overview_wrap .overview_item {
  max-width: 472px;
}
.overview_block .overview_wrap .overview_item .fig {
  position: relative;
  margin-bottom: 25px;
}
.overview_block .overview_wrap .overview_item .fig .btn_circle {
  position: absolute;
  bottom: -50px;
  right: -5px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .overview_block .overview_wrap .overview_item .fig .btn_circle {
    bottom: -30px;
  }
}
.overview_block .overview_wrap .overview_item .txt .sttl {
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .overview_block .overview_wrap .overview_item .txt .sttl {
    font-size: 1.4rem;
  }
}
.overview_block .overview_wrap .overview_item .txt .ttl {
  margin-bottom: 14px;
  font-size: 2.8rem;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .overview_block .overview_wrap .overview_item .txt .ttl {
    font-size: 2.1rem;
  }
}
.overview_block .overview_wrap .overview_item .txt p {
  letter-spacing: 0.03em;
  line-height: 2;
}

/* news_block_wrap */
/* -------------------------------------------------------- */
.news_block {
  position: relative;
  padding: 100px 0;
  background: #EFFAFA;
}
@media screen and (max-width: 767px) {
  .news_block {
    padding: 60px 0;
  }
}
.news_block .main_width {
  max-width: 1024px;
}
.news_block .news_post_item {
  border-bottom: 1px solid #D2EAEB;
}
.news_block .news_post_item:first-of-type {
  border-top: 1px solid #D2EAEB;
}
.news_block .news_post_item a {
  position: relative;
  padding: 20px 0;
  display: flex;
  gap: 0 30px;
}
@media screen and (max-width: 480px) {
  .news_block .news_post_item a {
    flex-direction: column;
    gap: 15px 20px;
  }
}
.news_block .news_post_item a::after {
  position: absolute;
  content: "";
  width: 14px;
  height: 7.708px;
  background: url(../img/common/arrow-01.svg) no-repeat 0 0/contain;
  top: calc(50% - 3px);
  right: 15px;
  transition: all 0.5s;
}
@media screen and (max-width: 767px) {
  .news_block .news_post_item a::after {
    content: none;
  }
}
.news_block .news_post_item a:hover::after {
  right: 10px;
}
.news_block .news_post_item a figure {
  width: 156px;
}
@media screen and (max-width: 767px) {
  .news_block .news_post_item a figure {
    width: 100%;
  }
}
.news_block .news_post_item a .text {
  padding-right: 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.news_block .news_post_item a .text .info {
  color: #00989F;
  display: flex;
  align-items: center;
  gap: 0 18px;
}
@media screen and (max-width: 767px) {
  .news_block .news_post_item a .text .info {
    position: relative;
    width: 100%;
  }
  .news_block .news_post_item a .text .info::after {
    position: absolute;
    content: "";
    width: 14px;
    height: 7.708px;
    background: url(../img/common/arrow-01.svg) no-repeat 0 0/contain;
    top: calc(50% - 3px);
    right: -15px;
    transition: all 0.5s;
  }
  .news_block .news_post_item a .text .info:hover::after {
    right: -20px;
  }
}
.news_block .news_post_item a .text .info .date {
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.03em;
  line-height: 2;
}
.news_block .news_post_item a .text .info .date::before {
  position: absolute;
  content: "|";
  top: 0;
  right: -10px;
}
.news_block .news_post_item a .text .info .cat {
  display: flex;
  gap: 0 10px;
  line-height: 2;
}
.news_block .news_post_item a .text .info .cat span {
  font-size: 1.4rem;
  display: inline-block;
}
.news_block .btn_more {
  margin-top: 50px;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .news_block .btn_more {
    margin-top: 25px;
  }
}

/* collabo_block */
/* -------------------------------------------------------- */
.collabo_block {
  position: relative;
}
.collabo_block::before, .collabo_block::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 120px;
  background: #EFFAFA;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .collabo_block::before, .collabo_block::after {
    height: 30px;
  }
}
@media screen and (max-width: 767px) {
  .collabo_block::after {
    content: none;
  }
}
.collabo_block .main_width {
  position: relative;
  max-width: 1540px;
  padding: 200px 0;
  display: flex;
}
@media screen and (max-width: 767px) {
  .collabo_block .main_width {
    padding: 230px 0 50px;
    flex-direction: column;
    gap: 15px 0;
  }
}
.collabo_block .main_width::before {
  position: absolute;
  content: "";
  width: 230px;
  height: 244px;
  background: url(../img/common/deco-03-01.png) no-repeat 0 0/contain;
  top: 0;
  right: 90px;
}
@media (max-width: 1540px) {
  .collabo_block .main_width::before {
    height: 184px;
    height: 195px;
    right: -50px;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .collabo_block .main_width::before {
    content: none;
  }
}
@media screen and (max-width: 767px) {
  .collabo_block .main_width::before {
    width: 115px;
    height: 122px;
    right: -25px;
  }
}
.collabo_block .main_width::after {
  position: absolute;
  content: "";
  width: 230px;
  height: 244px;
  background: url(../img/common/deco-03-02.png) no-repeat 0 0/contain;
  bottom: -120px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .collabo_block .main_width::after {
    width: 115px;
    height: 122px;
    bottom: 150px;
    left: -25px;
  }
}
@media screen and (max-width: 767px) {
  .collabo_block .fig01_sp {
    position: absolute;
    width: 230px;
    top: 30px;
    left: -25px;
  }
}
.collabo_block .collabo_01 {
  margin-top: 50px;
  width: 50%;
}
@media (max-width: 1024px) {
  .collabo_block .collabo_01 {
    width: 65%;
  }
}
@media screen and (max-width: 767px) {
  .collabo_block .collabo_01 {
    width: 100%;
  }
}
.collabo_block .collabo_01 .collabo_01_01 {
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 768px) {
  .collabo_block .collabo_01 .collabo_01_01 .h2box {
    margin-bottom: 50px;
    text-align: left;
  }
  .collabo_block .collabo_01 .collabo_01_01 .h2box h2::after {
    left: 0;
  }
}
.collabo_block .collabo_01 .collabo_01_01 p {
  margin-bottom: 50px;
  letter-spacing: 0.03em;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .collabo_block .collabo_01 .collabo_01_01 p {
    margin-bottom: 25px;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 767px) {
  .collabo_block .collabo_01 .collabo_01_01 .btn_more {
    margin: 0 auto;
    width: 100%;
    display: flex;
    justify-content: flex-end;
  }
}
.collabo_block .collabo_02 {
  position: relative;
  width: 50%;
}
@media (max-width: 1024px) {
  .collabo_block .collabo_02 {
    width: 35%;
  }
}
@media screen and (max-width: 767px) {
  .collabo_block .collabo_02 {
    padding-top: 30px;
    width: 100%;
    height: 170px;
  }
}
.collabo_block .collabo_02 .fig01 {
  position: absolute;
  width: 25.19vw;
  max-width: 430px;
  top: -70px;
  left: 0;
  animation: floating-x 7.2s ease-in-out infinite alternate-reverse;
}
.collabo_block .collabo_02 .fig01 img {
  animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
}
.collabo_block .collabo_02 .fig02 {
  position: absolute;
  width: 17.6vw;
  max-width: 300px;
  top: 56px;
  right: 0;
  z-index: 3;
  animation: floating-x 5.2s ease-in-out infinite alternate-reverse;
}
@media (max-width: 1024px) {
  .collabo_block .collabo_02 .fig02 {
    top: 100px;
  }
}
.collabo_block .collabo_02 .fig02 img {
  animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
}
@media screen and (max-width: 767px) {
  .collabo_block .collabo_02 .fig02 {
    width: 136px;
    top: 0;
    bottom: auto;
    left: auto;
    right: 0;
  }
}
.collabo_block .collabo_02 .fig03 {
  position: absolute;
  width: 16.42vw;
  max-width: 280px;
  bottom: -100px;
  left: calc(50% - 140px);
  z-index: 2;
  animation: floating-x 3.2s ease-in-out infinite alternate-reverse;
}
@media (max-width: 1024px) {
  .collabo_block .collabo_02 .fig03 {
    bottom: auto;
    top: 50%;
  }
}
.collabo_block .collabo_02 .fig03 img {
  animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
}
@media (max-width: 1440px) {
  .collabo_block .collabo_02 .fig03 {
    bottom: auto;
	top: 50%;
  }
}
@media screen and (max-width: 767px) {
  .collabo_block .collabo_02 .fig03 {
    width: 127px;
    top: 44px;
    bottom: auto;
    left: auto;
    right: 100px;
  }
}

/* contact_block */
/* -------------------------------------------------------- */
.contact_block {
  position: relative;
  margin-top: 120px;
  padding: 100px 0;
  background: #EFFAFA;
}
@media screen and (max-width: 767px) {
  .contact_block {
    margin-top: 0;
    padding: 50px 0;
  }
}
.contact_block .main_width {
  max-width: 1024px;
  display: flex;
  gap: 0 100px;
}
@media (max-width: 820px) {
  .contact_block .main_width {
    flex-direction: column;
    gap: 50px 0;
  }
}
@media (min-width: 768px) {
  .contact_block .h2box {
    margin: 0 0 50px 0;
    text-align: left;
  }
  .contact_block .h2box h2::after {
    left: 0;
  }
}
.contact_block .contact_01 .txt01 {
  margin-bottom: 50px;
  font-size: 1.4rem;
  letter-spacing: 0.03em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .contact_block .contact_01 .txt01 {
    margin-bottom: 30px;
    font-size: 1.6rem;
    letter-spacing: 0;
  }
}
.contact_block .contact_01 .telfax_box {
  padding: 20px 0;
  width: 462px;
  color: #FFF;
  background: #03858A;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px 0;
}
@media screen and (max-width: 767px) {
  .contact_block .contact_01 .telfax_box {
    width: 100%;
  }
}
.contact_block .contact_01 .telfax_box p {
  text-align: center;
  line-height: 1;
}
.contact_block .contact_01 .telfax_box .txt02 {
  font-family: "Lancelot", serif;
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .contact_block .contact_01 .telfax_box .txt02 {
    font-size: 2rem;
  }
}
.contact_block .contact_01 .telfax_box .tel {
  font-family: "Montserrat", sans-serif;
  font-size: 4.8rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .contact_block .contact_01 .telfax_box .tel {
    font-size: 3.9rem;
  }
}
.contact_block .contact_01 .telfax_box .time span {
  position: relative;
  padding: 0 15px;
  font-size: 1.4rem;
  letter-spacing: 0.06em;
  display: inline-block;
}
.contact_block .access {
  position: relative;
}
@media (max-width: 820px) {
  .contact_block .access {
    border-top: 1px solid #00989F;
    padding-top: 46px;
  }
}
.contact_block .access::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background: #00989F;
  top: 0;
  left: -50px;
}
@media (max-width: 820px) {
  .contact_block .access::before {
    content: none;
  }
}
.contact_block .access .addr_box .addr {
  padding-bottom: 50px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .contact_block .access .addr_box .addr {
    padding-bottom: 25px;
  }
}
.contact_block .access .addr_box .addr p {
  margin-bottom: 0;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}
.contact_block .access .addr_box .addr .link_gmap::before {
  background: url(../img/common/icn-marker.svg) no-repeat 0 0/contain;
}
.contact_block .access .addr_box .addr .link_gmap a {
  color: #00989F;
  background-image: linear-gradient(#00989F, #00989F);
}
.contact_block .access .addr_box .addr .link_gmap a:hover {
  background-image: linear-gradient(#00989F, #00989F);
}
.contact_block .access .ttl {
  margin-bottom: 18px;
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .contact_block .access .ttl {
    margin-bottom: 15px;
  }
}
.contact_block .access .sttl {
  position: relative;
  margin-bottom: 10px;
  padding-left: 15px;
  letter-spacing: 0.03em;
}
.contact_block .access .sttl::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background: #00989F;
  border-radius: 50%;
  top: calc(50% - 3px);
  left: 0;
}
.contact_block .access p {
  margin-bottom: 30px;
  font-size: 1.4rem;
  letter-spacing: 0.03em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .contact_block .access p {
    margin-bottom: 15px;
  }
}
.contact_block .access p:last-of-type {
  margin-bottom: 0;
}

/* working_block */
/* -------------------------------------------------------- */
.working_block {
  padding: 200px 0;
}
@media screen and (max-width: 767px) {
  .working_block {
    padding: 60px 0;
  }
}
.working_block h3.line {
  position: relative;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .working_block h3.line {
    margin-bottom: 20px;
  }
}
.working_block h3.line span {
  padding-right: 37px;
  font-size: clamp(2rem, 3.2vw, 3.5rem);
  font-weight: 600;
  letter-spacing: 0.15em;
  display: inline-block;
  background: #FFF;
}
.working_block h3.line::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #00989F;
  top: 50%;
  left: 0;
  z-index: -1;
}
.working_block p.lead {
  margin-bottom: 50px;
  font-size: clamp(1.6rem, 2vw, 1.8rem);
  letter-spacing: 0.15em;
  line-height: 2;
}
.working_block .working_wrap01 {
  margin-bottom: 180px;
  display: flex;
  justify-content: space-between;
  gap: 0 30px;
}
@media screen and (max-width: 767px) {
  .working_block .working_wrap01 {
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 480px) {
  .working_block .working_wrap01 {
    margin-bottom: 90px;
    flex-direction: column;
    gap: 30px 0;
  }
}
.working_block .working_wrap01 .working_item {
  width: 30%;
  max-width: 380px;
  display: flex;
  flex-direction: column;
  gap: 20px 0;
}
@media screen and (max-width: 480px) {
  .working_block .working_wrap01 .working_item {
    width: 100%;
    gap: 10px 0;
  }
}
.working_block .working_wrap01 .working_item .ttl {
  font-size: clamp(1.8rem, 2vw, 2rem);
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.working_block .working_wrap01 .working_item p {
  letter-spacing: 0.05em;
  line-height: 1.7;
}
.working_block .working_wrap02 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
}
@media screen and (max-width: 480px) {
  .working_block .working_wrap02 {
    flex-direction: column;
    gap: 20px;
  }
}
.working_block .working_wrap02 .working_item {
  padding: 30px 40px;
  width: calc(50% - 20px);
  max-width: 580px;
  background: #CFE6E6;
}
@media screen and (max-width: 480px) {
  .working_block .working_wrap02 .working_item {
    padding: 20px;
    width: 100%;
  }
}
.working_block .working_wrap02 .working_item .ttl {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 0 25px;
}
.working_block .working_wrap02 .working_item .ttl .icn {
  width: 65px;
}
@media screen and (max-width: 480px) {
  .working_block .working_wrap02 .working_item .ttl .icn {
    width: 50px;
  }
}
.working_block .working_wrap02 .working_item .ttl p {
  font-size: clamp(1.8rem, 1.2vw, 2.3rem);
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.working_block .working_wrap02 .working_item p {
  line-height: 1.7;
  letter-spacing: 0.05em;
}

/* information_block */
/* -------------------------------------------------------- */
.information_block {
  padding: 200px 0;
}
@media screen and (max-width: 767px) {
  .information_block {
    padding: 60px 0;
  }
}
.information_block .information_wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 480px) {
  .information_block .information_wrap {
    flex-direction: column;
    gap: 20px 0;
  }
}
.information_block .information_wrap figure {
  width: 40%;
  max-width: 480px;
}
@media screen and (max-width: 480px) {
  .information_block .information_wrap figure {
    width: 100%;
    max-width: auto;
  }
}
.information_block .information_wrap .text {
  width: 53%;
}
@media screen and (max-width: 480px) {
  .information_block .information_wrap .text {
    width: 100%;
  }
}
.information_block .information_wrap .text p {
  margin-bottom: 40px;
  font-size: clamp(1.6rem, 1.2vw, 1.8rem);
  letter-spacing: 0.1em;
  line-height: 2;
}
@media screen and (max-width: 480px) {
  .information_block .information_wrap .text .btn_more {
    margin: 0 auto;
  }
}
.information_block .information_wrap .text .external {
  margin-top: 30px;
}
@media screen and (max-width: 480px) {
  .information_block .information_wrap .text .external {
    margin: 30px auto 0;
  }
}
/*# sourceMappingURL=index.css.map */