@charset "UTF-8";
/* ===== エントリー_PC (Figma 378:2346) ===== */
/* ── Animations (from home.css) ── */
.fade-in-up {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease, -webkit-transform 0.6s ease;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.fade-in-up.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.fade-in {
  opacity: 0;
  -webkit-transition: opacity 0.9s ease;
  transition: opacity 0.9s ease;
}

.fade-in.is-visible {
  opacity: 1;
}

@-webkit-keyframes moving1 {
  0%, 100% {
    -webkit-transform: rotate(-3deg);
            transform: rotate(-3deg);
  }
  50% {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
  }
}

@keyframes moving1 {
  0%, 100% {
    -webkit-transform: rotate(-3deg);
            transform: rotate(-3deg);
  }
  50% {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
  }
}
@-webkit-keyframes moving2 {
  0%, 100% {
    -webkit-transform: translateX(-6px);
            transform: translateX(-6px);
  }
  50% {
    -webkit-transform: translateX(6px);
            transform: translateX(6px);
  }
}
@keyframes moving2 {
  0%, 100% {
    -webkit-transform: translateX(-6px);
            transform: translateX(-6px);
  }
  50% {
    -webkit-transform: translateX(6px);
            transform: translateX(6px);
  }
}
@-webkit-keyframes moving3 {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  35% {
    -webkit-transform: scale(1.06);
            transform: scale(1.06);
  }
  65% {
    -webkit-transform: scale(0.97);
            transform: scale(0.97);
  }
}
@keyframes moving3 {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  35% {
    -webkit-transform: scale(1.06);
            transform: scale(1.06);
  }
  65% {
    -webkit-transform: scale(0.97);
            transform: scale(0.97);
  }
}
@-webkit-keyframes moving4 {
  0% {
    -webkit-transform: translate(4px, 0);
            transform: translate(4px, 0);
  }
  12.5% {
    -webkit-transform: translate(2.8px, 2.8px);
            transform: translate(2.8px, 2.8px);
  }
  25% {
    -webkit-transform: translate(0, 4px);
            transform: translate(0, 4px);
  }
  37.5% {
    -webkit-transform: translate(-2.8px, 2.8px);
            transform: translate(-2.8px, 2.8px);
  }
  50% {
    -webkit-transform: translate(-4px, 0);
            transform: translate(-4px, 0);
  }
  62.5% {
    -webkit-transform: translate(-2.8px, -2.8px);
            transform: translate(-2.8px, -2.8px);
  }
  75% {
    -webkit-transform: translate(0, -4px);
            transform: translate(0, -4px);
  }
  87.5% {
    -webkit-transform: translate(2.8px, -2.8px);
            transform: translate(2.8px, -2.8px);
  }
  100% {
    -webkit-transform: translate(4px, 0);
            transform: translate(4px, 0);
  }
}
@keyframes moving4 {
  0% {
    -webkit-transform: translate(4px, 0);
            transform: translate(4px, 0);
  }
  12.5% {
    -webkit-transform: translate(2.8px, 2.8px);
            transform: translate(2.8px, 2.8px);
  }
  25% {
    -webkit-transform: translate(0, 4px);
            transform: translate(0, 4px);
  }
  37.5% {
    -webkit-transform: translate(-2.8px, 2.8px);
            transform: translate(-2.8px, 2.8px);
  }
  50% {
    -webkit-transform: translate(-4px, 0);
            transform: translate(-4px, 0);
  }
  62.5% {
    -webkit-transform: translate(-2.8px, -2.8px);
            transform: translate(-2.8px, -2.8px);
  }
  75% {
    -webkit-transform: translate(0, -4px);
            transform: translate(0, -4px);
  }
  87.5% {
    -webkit-transform: translate(2.8px, -2.8px);
            transform: translate(2.8px, -2.8px);
  }
  100% {
    -webkit-transform: translate(4px, 0);
            transform: translate(4px, 0);
  }
}
.moving-1 {
  -webkit-animation: moving1 4s ease-in-out infinite;
          animation: moving1 4s ease-in-out infinite;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

.moving-2 {
  -webkit-animation: moving2 3.5s ease-in-out infinite;
          animation: moving2 3.5s ease-in-out infinite;
}

.moving-3 {
  -webkit-animation: moving3 2.5s ease-in-out infinite;
          animation: moving3 2.5s ease-in-out infinite;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

.moving-4 {
  -webkit-animation: moving4 6s linear infinite;
          animation: moving4 6s linear infinite;
}

/* ── Ashirai (Decorative Elements) ── */
.ashirai-layer {
  position: absolute;
  width: var(--container-max);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
  bottom: 0;
  pointer-events: none;
  z-index: var(--z-deco-back);
}

.ashirai {
  position: absolute;
  pointer-events: none;
  max-width: none;
  width: 100%;
}

@media screen and ( max-width: 767px ) {
  .ashirai-layer {
    width: 100vw;
  }
}
/* Ashirai positions (adjusted for aboutus page if needed, currently copying from home sec-planet) */
.ashirai-01 {
  left: 174px;
  top: -60px;
  width: 70px;
}

.ashirai-02 {
  left: 527px;
  top: -320px;
  width: 345px;
}

.ashirai-03 {
  left: 45px;
  top: 327px;
  width: 71px;
}

.ashirai-04 {
  left: 168px;
  top: 207px;
  width: 217px;
}

.ashirai-05 {
  right: 23px;
  top: 126px;
  width: 140px;
}

.ashirai-06 {
  right: -57px;
  top: 311px;
  width: 57px;
}

.ashirai-07 {
  right: 40px;
  top: 420px;
  width: 279px;
}

@media screen and ( max-width: 767px ) {
  .ashirai-sp-01 {
    left: 0;
    top: 2.9vw;
    width: 12vw;
  }
  .ashirai-sp-02 {
    right: 0;
    top: 2.7vw;
    width: 6.4vw;
  }
  .ashirai-sp-03 {
    right: 0;
    top: 37.3vw;
    width: 22.4vw;
  }
  .ashirai-sp-04 {
    left: 0;
    top: 101.1vw;
    width: 12.3vw;
  }
  .ashirai-sp-05 {
    right: 0;
    top: 142.1vw;
    width: 23.2vw;
  }
}
/* ── Hide on PC ── */
@media (min-width: 768px) {
  .pc-none {
    display: none;
  }
}
/* ── Hide on mobile ── */
@media screen and ( max-width: 767px ) {
  .sp-none {
    display: none;
  }
}
/* ── Page Hero (ph) ── */
.ph {
  background-image: url("../images/entry/hero-bg.png"), url("/planet/images/common/hero-bg-circle.png");
}

@media screen and ( max-width: 767px ) {
  .ph {
    background-image: url("../images/entry/hero-bg-sp.png");
  }
  .ph__title {
    padding-left: 9.6vw;
  }
}
/* ── Entry section (ee) ── */
.ee {
  padding: 80px 0;
  overflow: visible;
  z-index: 9;
}

.ee__inner {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 0;
  position: relative;
}

/* Entry box */
.ee__box {
  background: var(--c-white);
  border-radius: 15px;
  -webkit-box-shadow: 3px 3px 10px rgba(48, 48, 48, 0.3);
          box-shadow: 3px 3px 10px rgba(48, 48, 48, 0.3);
  overflow: hidden;
}

.ee__box-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 70px;
  padding: 20px 0;
  text-align: center;
  background: var(--c-title);
}

.ee__box-title-text {
  font-family: var(--ff-body);
  font-size: 29px;
  font-weight: 500;
  color: var(--c-white);
  white-space: nowrap;
  line-height: 1.1;
}

.ee__box-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 116px;
  padding: 40px;
}

.ee__box-divider {
  width: 2px;
  height: 140px;
  background-image: radial-gradient(circle, rgba(48, 48, 48, 0.5) 1px, transparent 1px);
  background-position: left top;
  background-repeat: repeat-y;
  background-size: 2px 6px;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  margin: auto 25px 0;
}

.ee__box-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 38px;
}

.ee__box-text {
  color: var(--c-text);
  font-family: var(--ff-body);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  margin: 0 0 42px;
}

.ee__bnr {
  width: 195px;
  height: 60px;
}
.ee__bnr img {
  width: 100%;
  height: auto;
}

@media screen and ( max-width: 767px ) {
  /* ── Entry section (ee) ── */
  .ee {
    padding: 16vw 0;
  }
  .ee__inner {
    padding: 0 6.4vw;
  }
  /* Entry box */
  .ee__box {
    border-radius: 6.4vw;
  }
  .ee__box-title {
    height: 26.7vw;
    padding: 5.6vw;
  }
  .ee__box-title-text {
    font-size: 5.3vw;
  }
  .ee__box-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8vw;
    padding: 10.7vw 5.3vw;
  }
  .ee__box-divider {
    width: 65.9vw;
    height: 2px;
    background-repeat: repeat-x;
    background-size: 6px 2px;
    margin: 0 auto;
  }
  .ee__box-item {
    padding: 0;
  }
  .ee__box-text {
    font-size: 4.3vw;
    margin: 0 0 5.3vw;
  }
  .ee__bnr {
    width: 52vw;
    height: 16vw;
  }
}
/* ── Contact section (ec) ── */
.ec {
  padding: 0;
}

.ec__inner {
  margin: 60px 0 0;
  padding: 0 0 100px;
  background: var(--c-bg);
  position: relative;
}
.ec__inner::before {
  content: "";
  display: block;
  width: 100%;
  height: 60px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNDQwIiBoZWlnaHQ9IjIxMCIgdmlld0JveD0iMCAwIDE0NDAgMjEwIiBmaWxsPSJub25lIj48cGF0aCBkPSJNMTQ0MCAyMTBIMEwyLjc0NjY3ZS0xMCA3OC4wMTczQzE4OS4zMiAzNi41MDczIDQzMS4zMyAwLjU5NzI5NiA3MTMgMC4wMDcyOTYzM0MxMDAwLjk1IC0wLjU5MjcwNCAxMjQ3LjkxIDM1Ljg5NzMgMTQ0MCA3OC4wMDczVjIxMFoiIGZpbGw9IiNGRkZGRUYiLz48L3N2Zz4=") no-repeat center top;
  background-size: cover;
  position: absolute;
  top: -60px;
  left: 0;
  right: 0;
}

.ec__heading {
  font-family: var(--ff-body);
  font-size: 20px;
  font-weight: 600;
  color: var(--c-text);
  margin: 0 0 40px;
  line-height: 1.6;
  text-align: center;
}

.ec__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.ec__card {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 414px;
          flex: 0 0 414px;
  background: var(--c-title);
  border-radius: 15px;
  padding: 30px;
  text-align: center;
  color: var(--c-white);
}

.ec__card-dept {
  font-family: var(--ff-body);
  font-size: 24px;
  font-weight: 700;
  color: var(--c-white);
  margin: 0 0 5px;
}

.ec__card-tel {
  font-family: var(--ff-number);
  font-size: 36px;
  font-weight: 500;
  color: var(--c-white);
  margin: 0 0 20px;
  line-height: 1.2;
  letter-spacing: 0.02em;
}

.ec__card-addr {
  font-family: var(--ff-body);
  font-size: 24px;
  font-weight: 700;
  color: var(--c-white);
  margin: 0;
  line-height: 1;
}

.ec__phone-hours {
  margin: 15px 0 0;
  color: var(--c-title);
  text-align: center;
  font-family: var(--ff-body);
  font-size: 20px;
  font-weight: 600;
}

@media screen and ( max-width: 767px ) {
  .ec__inner {
    margin: 15.7vw 0 0;
    padding: 0 6.4vw 26.7vw;
  }
  .ec__inner::before {
    height: 15.7vw;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNzUiIGhlaWdodD0iNTkiIHZpZXdCb3g9IjAgMCAzNzUgNTkiIGZpbGw9Im5vbmUiPiA8cGF0aCBkPSJNNDg4IDU5TC0xMTIgNTguOTk5OUMtMzIuMzA0MSAyNy4zMjE4IDY3Ljc3OTIgMC42OTg0MjMgMTgzLjQxNyAwLjAxMzcxNzdDMzAzLjExMyAtMC43MDExOTIgNDA2LjQyMSAyNi41NzY3IDQ4OCA1OVoiIGZpbGw9IiNGRkZGRUYiLz48L3N2Zz4=");
    top: -15.7vw;
  }
  .ec__heading {
    font-size: 4.8vw;
    margin: 0 0 10.7vw;
  }
  .ec__cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10.7vw;
  }
  .ec__card {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: auto;
    border-radius: 4vw;
    padding: 8vw;
  }
  .ec__card-dept {
    font-size: 6.4vw;
    margin: 0 0 1.3vw;
  }
  .ec__card-tel {
    font-size: 9.6vw;
    margin: 0 0 5.3vw;
  }
  .ec__card-addr {
    font-size: 6.4vw;
  }
  .ec__phone-hours {
    margin: 10.7vw 0 0;
    font-size: 5.3vw;
  }
}