@charset "UTF-8";
/* -----------------------------------------------
* Plugins エントリーポイント
-------------------------------------------------- */
/*------------------------------------------------------------------------------
  reset
------------------------------------------------------------------------------*/
html,
input,
textarea,
select,
button {
  font-family: "Zen Maru Gothic", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
}

html {
  color: #333333;
  background: #FFFFFF;
  font-size: 16px;
  line-height: 1.6;
  overflow-wrap: break-word;
}

body {
  background: #CEF3EE;
  margin: 0;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  border: 0;
  margin: 0;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

figure {
  margin: 0;
}

p {
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

input,
select,
textarea,
button {
  color: inherit;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select::-ms-expand {
  display: none;
}

textarea {
  resize: vertical;
}

::-webkit-input-placeholder {
  color: #ccc;
}

:-ms-input-placeholder {
  color: #ccc;
}

::-ms-input-placeholder {
  color: #ccc;
}

::-moz-placeholder {
  color: #ccc;
}

::placeholder {
  color: #ccc;
}

button {
  border: none;
  cursor: pointer;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  padding: 0;
}

main {
  display: block;
}

#wrapper {
  position: relative;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#wrapper.is-loaded {
  opacity: 1;
}

.inner-block {
  margin: 0 auto;
  position: relative;
}

dl, dt, dd {
  padding: 0;
  margin: 0;
}

.ib {
  display: inline-block;
}

.c-svg {
  display: inline-block;
  fill: currentColor;
  vertical-align: top;
}

.c-en {
  font-family: "Tilt Warp", sans-serif;
}

/* -----------------------------------------------
* Modules エントリーポイント
-------------------------------------------------- */
/* --------------------------------
c-header
----------------------------------- */
.c-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 50;
}
.c-header .inner-block {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-block: 40px;
  max-width: 100%;
}
.c-header .logo {
  opacity: 0;
}
.c-header .logo.is-animated {
  -webkit-animation-delay: 6.5s;
          animation-delay: 6.5s;
}
.c-header .logo img {
  max-height: 60px;
}
.c-header .menu-btn {
  background: url(../img/home/menu-bg.svg) no-repeat center center/contain;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-height: 100px;
  max-width: 107px;
  min-height: 100px;
  min-width: 107px;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: relative;
  z-index: 5;
}
.c-header .menu-btn::before {
  background: url(../img/home/ico-close.svg) no-repeat center center/contain;
  content: "";
  height: 18px;
  width: 18px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  z-index: 2;
}
.c-header .menu-btn::after {
  background: url(../img/home/menu-bg_hv.svg) no-repeat center center/contain;
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.c-header .menu-btn .inn {
  position: relative;
  z-index: 2;
}
.c-header .menu-btn.is-open::before {
  opacity: 1;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.c-header .menu-btn.is-open .inn {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.c-header .menu-wrap {
  position: relative;
}
.c-header .menu-wrap.is-animated {
  -webkit-animation-delay: 6.5s;
          animation-delay: 6.5s;
}
.c-header .c-menu-box {
  background: #128FA0;
  border: 2px solid #FFFFFF;
  border-radius: 32px;
  padding: 30px 62px;
  position: absolute;
  top: 50px;
  right: 54px;
  width: 240px;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.c-header .c-menu-box.is-open {
  opacity: 1;
  pointer-events: visible;
  visibility: visible;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.c-header .menu-list li + li {
  margin-top: 24px;
}
.c-header .menu-list a {
  color: #FFFFFF;
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}

.c-footer {
  background: #CEF3EE;
  position: relative;
  z-index: 2;
}
.c-footer .inner-block {
  padding-block: 64px;
}
.c-footer .sns-wrap .ttl {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 32px;
}
.c-footer .sns-wrap .sns-list {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 24px;
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.c-footer .txt-wrap {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 24px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 64px auto 0;
}
.c-footer .copylight, .c-footer .link {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}
.c-footer .link {
  display: block;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.c-footer .deco {
  position: absolute;
  top: max(-103px, -7.1527777778vw);
  left: min(200px, 13.8888888889vw);
  z-index: 2;
}
.c-footer .deco img {
  max-width: min(216px, 15vw);
}

#pagetop {
  position: fixed;
  bottom: 93px;
  right: 50px;
  z-index: 899;
}
#pagetop a {
  background: #FFFFFF;
  border: 2px solid #CEF3EE;
  border-radius: 100px;
  display: block;
  height: 100px;
  width: 100px;
  position: relative;
  overflow: hidden;
}
#pagetop a .front, #pagetop a .back {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  width: 100%;
  position: absolute;
  inset: 0;
}
#pagetop a .front {
  z-index: 2;
  -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}
#pagetop a .back {
  text-align: center;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  z-index: 1;
  padding-top: 5px;
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
#pagetop a .inn {
  color: #186978;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}
#pagetop a .img img {
  max-width: 73px;
}

.loop-txt-wrap {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  overflow: hidden;
  z-index: 1;
}
.loop-txt-wrap .loop-txt {
  color: rgba(119, 221, 209, 0.2);
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  white-space: nowrap;
  font-size: 300px;
  line-height: 1;
  overflow: hidden;
  padding-left: 20px;
}
.loop-txt-wrap .loop-txt:nth-child(odd) {
  -webkit-animation: loop 50s -25s linear infinite;
          animation: loop 50s -25s linear infinite;
}
.loop-txt-wrap .loop-txt:nth-child(even) {
  -webkit-animation: loop2 50s linear infinite;
          animation: loop2 50s linear infinite;
}

@-webkit-keyframes change-img-first {
  /* 登場：明るく光りながら下から入る（2周目以降） */
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    -webkit-filter: brightness(1.4);
            filter: brightness(1.4);
    -webkit-animation-timing-function: cubic-bezier(0.33, 0, 0.66, 0);
            animation-timing-function: cubic-bezier(0.33, 0, 0.66, 0);
  }
  2% {
    -webkit-filter: brightness(1.2);
            filter: brightness(1.2);
  }
  3.5% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
    -webkit-filter: brightness(1);
            filter: brightness(1);
    -webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
            animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  4.5% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
  5.5% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  /* 表示キープ */
  25% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
  /* 退場：光りながらフェードアウト */
  26% {
    -webkit-filter: brightness(1.3);
            filter: brightness(1.3);
  }
  27% {
    opacity: 0;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: brightness(1.4);
            filter: brightness(1.4);
  }
  27.1% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
}

@keyframes change-img-first {
  /* 登場：明るく光りながら下から入る（2周目以降） */
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    -webkit-filter: brightness(1.4);
            filter: brightness(1.4);
    -webkit-animation-timing-function: cubic-bezier(0.33, 0, 0.66, 0);
            animation-timing-function: cubic-bezier(0.33, 0, 0.66, 0);
  }
  2% {
    -webkit-filter: brightness(1.2);
            filter: brightness(1.2);
  }
  3.5% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
    -webkit-filter: brightness(1);
            filter: brightness(1);
    -webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
            animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  4.5% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
  5.5% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  /* 表示キープ */
  25% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
  /* 退場：光りながらフェードアウト */
  26% {
    -webkit-filter: brightness(1.3);
            filter: brightness(1.3);
  }
  27% {
    opacity: 0;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: brightness(1.4);
            filter: brightness(1.4);
  }
  27.1% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
}
@-webkit-keyframes change-img {
  /* 登場：明るく光りながら下から入る */
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    -webkit-filter: brightness(1.4);
            filter: brightness(1.4);
    -webkit-animation-timing-function: cubic-bezier(0.33, 0, 0.66, 0);
            animation-timing-function: cubic-bezier(0.33, 0, 0.66, 0);
  }
  2% {
    -webkit-filter: brightness(1.2);
            filter: brightness(1.2);
  }
  3.5% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
    -webkit-filter: brightness(1);
            filter: brightness(1);
    -webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
            animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  4.5% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
  5.5% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  /* 表示キープ */
  25% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
  /* 退場：光りながらフェードアウト */
  26% {
    -webkit-filter: brightness(1.3);
            filter: brightness(1.3);
  }
  27% {
    opacity: 0;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: brightness(1.4);
            filter: brightness(1.4);
  }
  27.1% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
}
@keyframes change-img {
  /* 登場：明るく光りながら下から入る */
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    -webkit-filter: brightness(1.4);
            filter: brightness(1.4);
    -webkit-animation-timing-function: cubic-bezier(0.33, 0, 0.66, 0);
            animation-timing-function: cubic-bezier(0.33, 0, 0.66, 0);
  }
  2% {
    -webkit-filter: brightness(1.2);
            filter: brightness(1.2);
  }
  3.5% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
    -webkit-filter: brightness(1);
            filter: brightness(1);
    -webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
            animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  4.5% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
  5.5% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  /* 表示キープ */
  25% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
  /* 退場：光りながらフェードアウト */
  26% {
    -webkit-filter: brightness(1.3);
            filter: brightness(1.3);
  }
  27% {
    opacity: 0;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: brightness(1.4);
            filter: brightness(1.4);
  }
  27.1% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
}
@-webkit-keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
@keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
.anim-fadeIn {
  opacity: 0;
}
.anim-fadeIn.is-animated {
  -webkit-animation: fadeIn 0.7s cubic-bezier(0.33, 1, 0.68, 1) forwards;
          animation: fadeIn 0.7s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.anim-fadeIn02 {
  opacity: 0;
}
.anim-fadeIn02.is-animated {
  -webkit-animation: fadeIn02 0.2s cubic-bezier(0.33, 1, 0.68, 1) forwards;
          animation: fadeIn02 0.2s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}

@-webkit-keyframes fadeIn02 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeIn02 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.anim-fuwafuwa.is-animated {
  -webkit-animation: fuwafuwa 3s ease-in-out infinite alternate;
          animation: fuwafuwa 3s ease-in-out infinite alternate;
}

@-webkit-keyframes fuwafuwa {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-7px);
            transform: translateY(-7px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fuwafuwa {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-7px);
            transform: translateY(-7px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes switch {
  0% {
    opacity: 1;
  }
  16.66% {
    opacity: 1;
  }
  16.67% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes switch {
  0% {
    opacity: 1;
  }
  16.66% {
    opacity: 1;
  }
  16.67% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.anim-move-fuwafuwa.is-animated {
  -webkit-animation: move 6s linear forwards, fuwafuwa2 3s ease-in-out infinite alternate;
          animation: move 6s linear forwards, fuwafuwa2 3s ease-in-out infinite alternate;
}

@-webkit-keyframes move {
  0% {
    left: 100%;
  }
  100% {
    left: 0;
  }
}

@keyframes move {
  0% {
    left: 100%;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes fuwafuwa2 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fuwafuwa2 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.anim-rotate.is-animated {
  -webkit-animation: rotate 0.3s cubic-bezier(0.33, 1, 0.68, 1) forwards;
          animation: rotate 0.3s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
    -webkit-filter: brightness(1.4);
            filter: brightness(1.4);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
    -webkit-filter: brightness(1.4);
            filter: brightness(1.4);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
}
.anim-fadeOut.is-animated {
  -webkit-animation: fadeOut 0.5s ease-in-out forwards;
          animation: fadeOut 0.5s ease-in-out forwards;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* -----------------------------------------------
* Page エントリーポイント
-------------------------------------------------- */
/* -----------------------------------------------
* home Module
* homeページ用
-------------------------------------------------- */
#wrapper.is-active .c-header .logo.is-animated {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
#wrapper.is-active .c-header .menu-wrap.is-animated {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
#wrapper.is-active .mv-section .mv-ttl {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
#wrapper.is-active .mv-section .mv-img-wrap {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.mv-section {
  background: #CEF3EE;
  position: relative;
  z-index: 2;
}
.mv-section .inner-block {
  padding-block: min(115px, 7.9861111111vw) min(74px, 5.1388888889vw);
}
.mv-section .mv-ttl {
  text-align: center;
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}
.mv-section .mv-img-wrap {
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
  position: relative;
  text-align: center;
  margin-top: 15px;
  min-height: 408px;
  opacity: 0;
}
.mv-section .mv-img-wrap .img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  -webkit-animation: change-img 12s infinite;
          animation: change-img 12s infinite;
}
.mv-section .mv-img-wrap .img:nth-of-type(1) {
  -webkit-animation: change-img-first 12s 1s infinite;
          animation: change-img-first 12s 1s infinite;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
  opacity: 1; /* 初期表示 */
}
.mv-section .mv-img-wrap .img:nth-of-type(2) {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
.mv-section .mv-img-wrap .img:nth-of-type(3) {
  -webkit-animation-delay: 7s;
          animation-delay: 7s;
}
.mv-section .mv-img-wrap .img:nth-of-type(4) {
  -webkit-animation-delay: 10s;
          animation-delay: 10s;
}
.mv-section .scroll {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  padding-bottom: 26px;
  margin: 0 auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.mv-section .scroll::before {
  background: url(../img/home/ico-scroll.svg) no-repeat center center/contain;
  content: "";
  height: 18px;
  width: 7px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-animation: fuwafuwa 3s ease-in-out infinite alternate;
          animation: fuwafuwa 3s ease-in-out infinite alternate;
}

.nossun-section {
  background: #CEF3EE;
  position: relative;
  z-index: 2;
}
.nossun-section .inner-block {
  padding-block: 104px 17px;
  z-index: 3;
}
.nossun-section .c-txt {
  font-size: 20px;
  font-weight: bold;
  line-height: 2;
  text-align: center;
}
.nossun-section .c-txt + .c-txt {
  margin-top: 40px;
}
.nossun-section .balloon-wrap {
  display: grid;
  grid-template-columns: auto 1fr;
  margin: min(92px, 6.3888888889vw) auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.nossun-section .balloon-wrap .img {
  margin-top: 58px;
}
.nossun-section .balloon-wrap .img.is-animated {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.nossun-section .deco {
  position: absolute;
  z-index: 2;
}
.nossun-section .deco.deco01 {
  top: min(141px, 9.7916666667vw);
  left: min(70px, 4.8611111111vw);
  max-width: min(346px, 24.0277777778vw);
}
.nossun-section .deco.deco02 {
  bottom: min(342px, 23.75vw);
  right: min(88px, 6.1111111111vw);
  max-width: min(310px, 21.5277777778vw);
}

.profile-section {
  background: #CEF3EE;
  -webkit-padding-before: 304px;
          padding-block-start: 304px;
  position: relative;
  z-index: 2;
  overflow: hidden;
  top: -1px;
}
.profile-section::before {
  background: url(../img/home/profile_deco.svg) no-repeat top center/cover;
  content: "";
  height: 38.3333333333vw;
  width: 100vw;
  position: absolute;
  top: 1px;
  left: 0;
  z-index: 2;
}
.profile-section::after {
  background: #FFFAE1;
  content: "";
  height: calc(100% - 38.3333333333vw);
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.profile-section .inner-block {
  padding-block: 0 178px;
  z-index: 3;
}
.profile-section .nossun-profile-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.profile-section .nossun-profile-wrap .balloon {
  position: relative;
}
.profile-section .nossun-profile-wrap .balloon.left {
  max-width: 208px;
}
.profile-section .nossun-profile-wrap .balloon.left::before {
  background: url(../img/home/profile_arrow01.svg) no-repeat center center/contain;
  content: "";
  height: 36px;
  width: 150px;
  position: absolute;
  top: 63px;
  right: -147px;
}
.profile-section .nossun-profile-wrap .balloon.left.is-animated {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.profile-section .nossun-profile-wrap .balloon.right {
  max-width: 181px;
  margin-top: 6px;
}
.profile-section .nossun-profile-wrap .balloon.right::before {
  background: url(../img/home/profile_arrow02.svg) no-repeat center center/contain;
  content: "";
  height: 66px;
  width: 76px;
  position: absolute;
  top: 76px;
  left: -83px;
}
.profile-section .nossun-profile-wrap .balloon.right.is-animated {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.profile-section .nossun-profile-wrap .balloon.right .txt {
  text-align: left;
}
.profile-section .nossun-profile-wrap .img {
  max-width: 304px;
  margin-top: 100px;
}
.profile-section .nossun-profile-wrap .txt {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 11px;
  text-align: center;
}
.profile-section .profile-txt-wrap {
  max-width: 735px;
  margin: 48px auto 0;
  position: relative;
  z-index: 2;
}
.profile-section .profile-txt-wrap .wrap {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
}
.profile-section .profile-txt-wrap .wrap + .wrap {
  margin-top: 24px;
}
.profile-section .profile-txt-wrap .ttl {
  background: #186978;
  border-radius: 8px;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: bold;
  padding: 10px 15px 9px;
  min-width: 132px;
  max-width: 132px;
  text-align: center;
  width: 100%;
}
.profile-section .profile-txt-wrap .profile-txt {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}
.profile-section .blue {
  color: #128FA0;
  font-weight: bold;
}
.profile-section .ossun {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 7px;
  position: absolute;
  bottom: max(-52px, -3.6111111111vw);
  right: min(232px, 16.1111111111vw);
  z-index: 5;
}
.profile-section .ossun.is-animated {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.profile-section .ossun .balloon {
  background: url(../img/home/balloon.svg) no-repeat center center/contain;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 67px;
  width: 248px;
  margin-top: 14px;
}
.profile-section .ossun .balloon .inn {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  padding-right: 10px;
}
.profile-section .ossun .img {
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
}
.profile-section .ossun .img.is-animated {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.profile-section .loop-txt-wrap {
  top: min(236px, 16.3888888889vw);
  z-index: 2;
}

.ad-intro-section {
  padding-block: 240px;
  position: relative;
  z-index: 2;
  margin-bottom: -160px;
  margin-top: -1px;
}
.ad-intro-section::before, .ad-intro-section::after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.ad-intro-section::before {
  background: #186978;
  border-radius: 160px;
  height: 100%;
}
.ad-intro-section::after {
  background: #FFFAE1;
  content: "";
  display: block;
  width: 100%;
  height: 160px;
  z-index: -1;
}
.ad-intro-section .swiper-slide {
  width: 748px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.ad-intro-section .swiper-slide img {
  width: 100%;
}
.ad-intro-section .swiper-slide:not(.swiper-slide-active) {
  scale: 0.85;
}
.ad-intro-section .swiper-slide .detail {
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 700;
  line-height: 200%;
  margin-top: 16px;
  text-align: center;
}
.ad-intro-section .controller {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 40px auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.parallax-area {
  height: 900px;
  position: relative;
  z-index: 1;
}
.parallax-area .parallax-cont {
  background: url(../img/home/parallax-bg.png.webp) no-repeat center bottom/contain;
}
.parallax-area .parallax-cont {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.parallax-area .inner {
  max-width: 1300px;
  height: 100%;
  margin: auto;
  position: relative;
}
.parallax-area .cloud {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 857px;
  position: absolute;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  top: 0;
  bottom: 10%;
  left: 0;
  margin: auto;
}
.parallax-area .cloud li:nth-child(1) {
  margin-right: 89px;
  margin-bottom: 100px;
  width: 8.4722222222vw;
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}
.parallax-area .cloud li:nth-child(2) {
  margin-right: 50px;
  margin-bottom: 10px;
  width: 10.2083333333vw;
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}
.parallax-area .cloud li:nth-child(3) {
  margin-right: 78px;
  margin-bottom: 100px;
  width: 15.3472222222vw;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
.parallax-area .cloud li:nth-child(4) {
  width: 10.2083333333vw;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.parallax-area .nossun {
  position: absolute;
  top: 0;
  bottom: 10%;
  right: 0;
  margin-block: auto;
  width: 31.9444444444vw;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.about-xronos-section {
  margin-top: -160px;
  padding-block: 160px;
  position: relative;
  z-index: 2;
}
.about-xronos-section::before, .about-xronos-section::after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
}
.about-xronos-section::before {
  background: #FFFFFF;
  border-radius: 160px;
  height: 100%;
  top: 0;
}
.about-xronos-section::after {
  background: #CEF3EE;
  content: "";
  display: block;
  width: 100%;
  height: 160px;
  z-index: -1;
  bottom: 0;
}
.about-xronos-section .lead {
  font-size: 20px;
  font-weight: 700;
  line-height: 200%;
  text-align: center;
}
.about-xronos-section .lead .blue {
  color: #128FA0;
}
.about-xronos-section .img {
  margin: 64px auto;
  max-width: 760px;
}
.about-xronos-section .btn-wrap {
  margin: 64px auto 0;
  position: relative;
  z-index: 2;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.about-xronos-section .btn-wrap .anim-img {
  position: absolute;
  bottom: 0;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
.about-xronos-section .btn-wrap .btn-anim {
  position: relative;
  z-index: 1;
}
.about-xronos-section .btn-wrap .btn {
  background: #128FA0;
  border-radius: 50px;
  color: #FFFFFF;
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  padding: 24px 40px;
  position: relative;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
.about-xronos-section .swiper-area {
  position: relative;
  max-width: 1000px;
  margin-inline: auto;
}
.about-xronos-section .swiper-area .controller {
  margin-top: 32px;
}
.about-xronos-section .swiper-area .swiper-button-next,
.about-xronos-section .swiper-area .swiper-button-prev {
  background: #128FA0;
}
.about-xronos-section .swiper-area .swiper-button-next::before,
.about-xronos-section .swiper-area .swiper-button-prev::before {
  background: #FFFFFF;
}
.about-xronos-section .swiper-area .swiper-button-next {
  right: 0;
}
.about-xronos-section .swiper-area .swiper-button-prev {
  left: 0;
}
.about-xronos-section .swiper-area .swiper {
  max-width: 822px;
  margin: auto;
  z-index: 2;
}
.about-xronos-section .swiper-area .swiper-slide {
  background: #FFFFFF;
  border: 2px solid #CCCCCC;
  border-radius: 16px;
  padding: 24px 16px;
  text-align: center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.about-xronos-section .swiper-area .swiper-slide .slide-img {
  max-width: 216px;
  margin: auto;
}
.about-xronos-section .swiper-area .swiper-slide .ttl {
  margin-bottom: 27px;
}
.about-xronos-section .swiper-area .swiper-slide .ttl .small,
.about-xronos-section .swiper-area .swiper-slide .ttl .main {
  display: block;
  font-weight: 700;
  line-height: 150%;
}
.about-xronos-section .swiper-area .swiper-slide .ttl .small {
  font-size: 14px;
}
.about-xronos-section .swiper-area .swiper-slide .ttl .main {
  font-size: 20px;
}
.about-xronos-section .loop-txt-wrap {
  top: inherit;
  bottom: 6%;
}

main.home .section-ttl {
  text-align: center;
  margin-bottom: 80px;
}
main.home .swiper-horizontal > .swiper-pagination-bullets,
main.home .swiper-pagination-bullets.swiper-pagination-horizontal,
main.home .swiper-pagination-custom, main.home .swiper-pagination-fraction {
  width: inherit;
  bottom: inherit;
}
main.home .swiper-pagination {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-inline: 20px;
}
main.home .swiper-pagination .swiper-pagination-bullet {
  display: block;
  width: auto;
  background: #CCCCCC;
  width: 10px;
  height: 10px;
  margin-inline: 12px;
  opacity: 1;
}
main.home .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #77DDD1;
}
main.home .swiper-button-next,
main.home .swiper-button-prev {
  background: #FFFFFF;
  border-radius: 50%;
  display: block;
  position: relative;
  width: 48px;
  height: 48px;
  top: unset;
  left: unset;
  right: unset;
  margin: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
main.home .swiper-button-next::after,
main.home .swiper-button-prev::after {
  display: none;
}
main.home .swiper-button-next::before,
main.home .swiper-button-prev::before {
  background: #186978;
  -webkit-mask: url(../img/home/ico-arrow.svg) no-repeat center center/contain;
          mask: url(../img/home/ico-arrow.svg) no-repeat center center/contain;
  content: "";
  display: block;
  width: 7px;
  height: 12px;
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
}
main.home .swiper-button-next::before {
  right: -2px;
}
main.home .swiper-button-prev::before {
  left: -2px;
  rotate: 180deg;
}

.loading {
  background: #CEF3EE;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 900;
}
.loading.is-loaded {
  visibility: hidden;
  opacity: 0;
}
.loading.is-hide {
  display: none;
}
.loading .loading-ttl {
  color: #186978;
  font-size: 32px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 24px;
  text-align: center;
}
.loading .loading-img-wrap {
  position: relative;
  min-height: 124px;
  min-width: 135px;
}
.loading .loading-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-animation: switch 4.8s infinite steps(1, end);
          animation: switch 4.8s infinite steps(1, end);
}
.loading .loading-img:nth-child(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.loading .loading-img:nth-child(2) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.loading .loading-img:nth-child(3) {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}
.loading .loading-img:nth-child(4) {
  -webkit-animation-delay: 2.4s;
          animation-delay: 2.4s;
}
.loading .loading-img:nth-child(5) {
  -webkit-animation-delay: 3.2s;
          animation-delay: 3.2s;
}
.loading .loading-img:nth-child(6) {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
@media screen and (width < 768px) {
  html {
    font-size: 14px;
  }
  body {
    position: relative;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  input,
  select,
  textarea {
    font-size: 16px !important;
  }
  #wrapper {
    min-width: 320px;
  }
  .inner-block {
    padding-inline: 20px;
  }
  .pc {
    display: none !important;
  }
  .c-header .inner-block {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-block: 20px;
    padding-inline: 15px;
  }
  .c-header .logo img {
    max-height: 31px;
  }
  .c-header .menu-btn::before {
    height: 16px;
    width: 16px;
  }
  .c-header .menu-btn {
    max-height: 64px;
    max-width: 69px;
    min-height: 64px;
    min-width: 69px;
    font-size: 14px;
  }
  .c-header .c-menu-box {
    padding: 24px 32px;
    position: absolute;
    top: 30px;
    right: 34px;
    width: 180px;
  }
  .c-header .menu-list li + li {
    margin-top: 16px;
  }
  .c-header .menu-list a {
    font-size: 14px;
  }
  .c-footer .inner-block {
    padding-block: 47px;
  }
  .c-footer .sns-wrap .ttl {
    font-size: 16px;
    margin-bottom: 16px;
  }
  .c-footer .sns-wrap .sns-list {
    gap: 16px;
  }
  .c-footer .sns-wrap .sns-list img {
    max-height: 65px;
  }
  .c-footer .txt-wrap {
    margin: 24px auto 0;
  }
  .c-footer .copylight, .c-footer .link {
    font-size: 12px;
  }
  .c-footer .deco {
    top: max(-62px, -15.8974358974vw);
    left: min(29px, 7.4358974359vw);
  }
  .c-footer .deco img {
    max-width: min(99px, 25.3846153846vw);
  }
  #pagetop {
    bottom: 20px;
    right: 16px;
  }
  #pagetop a {
    border-color: #128FA0;
    height: min(64px, 16.4102564103vw);
    width: min(64px, 16.4102564103vw);
  }
  #pagetop a .front img {
    max-height: 15px;
  }
  .loop-txt-wrap .loop-txt {
    font-size: 150px;
    padding-left: 10px;
  }
  .mv-section .inner-block {
    padding-block: 128px 34px;
  }
  .mv-section .mv-ttl {
    margin: auto;
    max-width: min(320px, 82.0512820513vw);
  }
  .mv-section .mv-img-wrap {
    margin-top: 6px;
    min-height: min(300px, 76.9230769231vw);
  }
  .mv-section .mv-img-wrap .img img {
    max-height: min(300px, 76.9230769231vw);
  }
  .mv-section .scroll {
    margin: 24px auto 0;
    padding-bottom: 32px;
    bottom: 0;
    position: relative;
  }
  .nossun-section .inner-block {
    padding-block: 65px 48px;
  }
  .nossun-section .c-txt + .c-txt {
    margin-top: 24px;
  }
  .nossun-section .c-txt {
    font-size: 16px;
  }
  .nossun-section .balloon-wrap {
    margin: 32px auto 0;
  }
  .nossun-section .balloon-wrap .img {
    margin-top: 43px;
  }
  .nossun-section .balloon-wrap .img img {
    max-width: 100px;
  }
  .nossun-section .balloon-wrap .balloon {
    margin-left: -22px;
    width: calc(100% + 22px);
  }
  .nossun-section .deco {
    display: none;
  }
  .profile-section {
    -webkit-padding-before: min(160px, 41.0256410256vw);
            padding-block-start: min(160px, 41.0256410256vw);
    margin-top: -1px;
  }
  .profile-section::before {
    background-image: url(../img/home/profile_deco_sp.svg);
    height: 38.4615384615vw;
    width: 100vw;
  }
  .profile-section::after {
    height: calc(100% - 38.4615384615vw);
  }
  .profile-section .inner-block {
    padding-block: 0 112px;
  }
  .profile-section .section-ttl img {
    max-height: 42px;
  }
  .profile-section .nossun-profile-wrap .balloon {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .profile-section .nossun-profile-wrap .balloon.left {
    max-width: min(122px, 31.2820512821vw);
    min-width: min(122px, 31.2820512821vw);
  }
  .profile-section .nossun-profile-wrap .balloon.left::before {
    background: url(../img/home/profile_arrow01_sp.svg) no-repeat center center/contain;
    height: min(41px, 10.5128205128vw);
    width: min(62px, 15.8974358974vw);
    top: min(75px, 19.2307692308vw);
    right: max(-47px, -12.0512820513vw);
  }
  .profile-section .nossun-profile-wrap .balloon.left .balloon {
    margin-left: -5px;
  }
  .profile-section .nossun-profile-wrap .balloon.right {
    max-width: min(110px, 28.2051282051vw);
    min-width: min(110px, 28.2051282051vw);
    margin-left: max(-37px, -9.4871794872vw);
    margin-top: min(30px, 7.6923076923vw);
    margin-left: max(-38px, -9.7435897436vw);
  }
  .profile-section .nossun-profile-wrap .balloon.right .txt {
    margin-left: auto;
    margin-right: 5px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .profile-section .nossun-profile-wrap .balloon.right::before {
    background: url(../img/home/profile_arrow02_sp.svg) no-repeat center center/contain;
    height: 31px;
    width: 36px;
    top: min(68px, 17.4358974359vw);
    left: max(-34px, -8.7179487179vw);
  }
  .profile-section .nossun-profile-wrap .img {
    margin-top: min(122px, 31.2820512821vw);
    margin-left: max(-52px, -13.3333333333vw);
    max-width: min(210px, 53.8461538462vw);
    min-width: min(210px, 53.8461538462vw);
  }
  .profile-section .nossun-profile-wrap .txt {
    font-size: 14px;
    margin-top: 2px;
    text-align: left;
  }
  .profile-section .profile-txt-wrap {
    margin: min(24px, 6.1538461538vw) 0 0 -4px;
    width: calc(100% + 4px);
  }
  .profile-section .profile-txt-wrap .wrap {
    grid-template-columns: 100%;
    gap: 8px;
  }
  .profile-section .profile-txt-wrap .ttl {
    font-size: 16px;
    padding: 4px 10px 2px;
    min-width: 112px;
    max-width: 112px;
  }
  .profile-section .profile-txt-wrap .profile-txt {
    font-size: 16px;
  }
  .profile-section .ossun {
    bottom: max(-21px, -5.3846153846vw);
    right: min(60px, 15.3846153846vw);
  }
  .profile-section .ossun .balloon {
    height: min(48px, 12.3076923077vw);
    width: min(178px, 45.641025641vw);
    margin-top: -7px;
  }
  .profile-section .ossun .img img {
    max-width: min(94px, 24.1025641026vw);
  }
  .profile-section .loop-txt-wrap {
    top: min(80px, 20.5128205128vw);
  }
  .ad-intro-section {
    padding-block: 120px;
    margin-bottom: -80px;
  }
  .ad-intro-section::before {
    border-radius: 80px;
  }
  .ad-intro-section .swiper-slide {
    width: 303px;
  }
  .parallax-area {
    height: 460px;
  }
  .parallax-area .parallax-cont {
    background-image: url(../img/home/parallax-bg_sp.png.webp);
  }
  .parallax-area .cloud {
    max-width: 350px;
    right: 0;
    bottom: 0;
    top: 50%;
  }
  .parallax-area .cloud li:nth-child(1) {
    width: 14.1333333333vw;
    margin-right: 15px;
  }
  .parallax-area .cloud li:nth-child(2) {
    width: 14.6666666667vw;
    margin-bottom: 0;
    margin-right: -10px;
  }
  .parallax-area .cloud li:nth-child(3) {
    width: 22.1333333333vw;
    margin-bottom: 108px;
    margin-right: 0;
  }
  .parallax-area .cloud li:nth-child(4) {
    display: none;
  }
  .parallax-area .nossun {
    width: 32vw;
    bottom: 0;
    top: 50%;
  }
  .about-xronos-section {
    padding-block: 80px 130px;
    margin-top: -80px;
  }
  .about-xronos-section::before {
    border-radius: 80px;
  }
  .about-xronos-section .lead {
    font-size: 16px;
  }
  .about-xronos-section .img {
    margin-block: 32px;
  }
  .about-xronos-section .btn-wrap {
    margin-top: 32px;
  }
  .about-xronos-section .btn-wrap .anim-img {
    bottom: -60px;
    right: -20px;
  }
  .about-xronos-section .btn-wrap .btn {
    font-size: 16px;
  }
  .about-xronos-section .swiper-area {
    margin-inline: -20px;
  }
  .about-xronos-section .swiper-area .controller {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 24px;
  }
  .about-xronos-section .swiper-area .swiper-slide {
    width: 258px;
    margin-inline: 12px;
  }
  .about-xronos-section .loop-txt-wrap {
    bottom: 4%;
  }
  main.home .section-ttl {
    margin-bottom: 32px;
  }
  main.home .section-ttl img {
    max-height: 37px;
  }
  main.home .swiper-pagination .swiper-pagination-bullet {
    margin-inline: 8px;
  }
}
@media screen and (768px <= width) {
  a[href^="tel:"] {
    pointer-events: none;
  }
  .inner-block {
    padding-inline: 40px;
    max-width: 1280px;
  }
  a,
  a::before,
  a::after,
  button,
  button::before,
  button::after {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .sp {
    display: none !important;
  }
  .nossun-section .balloon-wrap {
    position: relative;
    left: 18px;
  }
  .profile-section .nossun-profile-wrap .balloon.left {
    margin-right: 11px;
  }
  .profile-section .nossun-profile-wrap .balloon.left .balloon {
    margin-left: 13px;
  }
  .profile-section .nossun-profile-wrap .balloon.right {
    margin-left: 37px;
  }
  .profile-section .nossun-profile-wrap .balloon.right .txt {
    margin-left: 8px;
  }
  .about-xronos-section .btn-wrap .anim-img {
    left: 50px;
    opacity: 0;
  }
  .about-xronos-section .btn-wrap .btn {
    z-index: 2;
  }
  .about-xronos-section .swiper-area .swiper-button-next,
  .about-xronos-section .swiper-area .swiper-button-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}
@media (any-hover: hover) {
  .c-header .menu-btn:hover::after {
    opacity: 1;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .c-header .menu-list a:hover {
    opacity: 0.5;
  }
  .c-footer .sns-wrap .sns-list a:hover {
    opacity: 0.8;
  }
  .c-footer .link:hover {
    -webkit-text-decoration-color: transparent;
            text-decoration-color: transparent;
  }
  #pagetop a:hover .back {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  #pagetop a:hover .front {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
    transition: -webkit-transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .about-xronos-section .btn-wrap .btn-anim:hover .anim-img {
    left: -50px;
    opacity: 1;
    rotate: -10deg;
  }
  .about-xronos-section .btn-wrap .btn-anim:hover .btn {
    background: #77DDD1;
  }
  .about-xronos-section .swiper-area .swiper-slide:hover {
    border-color: #128FA0;
    color: #128FA0;
  }
  main.home .swiper-button-next:hover,
  main.home .swiper-button-prev:hover {
    scale: 1.1;
  }
}
@media screen and (768px <= width) and (width < 1200px) {
  .nossun-section .deco.deco01 {
    top: 160px;
    left: min(30px, 2.5vw);
  }
}
@media screen and (768px <= width) and (width < 1230px) {
  .nossun-section .deco.deco02 {
    right: min(40px, 3.2520325203vw);
    bottom: 380px;
  }
}
@media screen and (width < 768px) and (width < 380px) {
  .profile-section .nossun-profile-wrap .balloon.right {
    margin-left: max(-20px, -5.2631578947vw);
  }
  .profile-section .nossun-profile-wrap .img {
    margin-left: max(-20px, -5.2631578947vw);
    max-width: min(160px, 42.1052631579vw);
    min-width: min(160px, 42.1052631579vw);
  }
  .profile-section .nossun-profile-wrap .txt {
    font-size: 12px;
  }
}
@media screen and (768px <= width) and (width < 1000px) {
  .about-xronos-section .swiper-area .swiper-button-next {
    right: -20px;
  }
  .about-xronos-section .swiper-area .swiper-button-prev {
    left: -20px;
  }
}