@charset "UTF-8";
/*
Theme Name: 合同会社SORA
Theme URI: https://sora-hiroshima.jp/
Description: 合同会社SORA（ショートステイ SORA）オリジナルテーマ
Author: 合同会社SORA
Version: 1.0.0
Text Domain: sora
*/

:root {
  --sky: #7ecbf0;
  --sky-d: #3f9fd6;
  --sky-l: #d6f0fc;
  --sky-bg: #f0fbff;
  --yellow: #ffd633;
  --yellow-d: #f5b800;
  --pink: #ff9db0;
  --pink-l: #ffe0e6;
  --green-l: #c9f0d6;
  --ink: #333;
  --line: #1a1a1a;
  --base: #ffffff;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background: #ffffff;
  color: #333;
  font-family: "Zen Maru Gothic", "Kosugi Maru", sans-serif;
  font-weight: 500;
  line-height: 1.9;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

body.is-locked {
  overflow: hidden;
}

img {
  max-width: 100%;
  display: block;
}

p, li, dd, th, td, figcaption {
  word-break: auto-phrase;
  text-wrap: pretty;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font-family: inherit;
}

table {
  border-collapse: collapse;
}

.en {
  font-family: "Baloo 2", sans-serif;
}

.page-head .page-ttl, .sec-ttl, .mini-ttl {
  font-size: inherit;
  font-weight: inherit;
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 999;
  padding: 10px 18px;
  background: #3f9fd6;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.skip-link:focus {
  left: 0;
}

.nb {
  white-space: nowrap;
}

.wrap {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 22px;
}

.wrap.narrow {
  max-width: 820px;
}

.site-main {
  display: block;
}

.ph {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 16px;
  background: transparent;
}

.ph img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.ph.is-photo img {
  object-fit: cover;
}

.logo-mark {
  display: block;
  flex: 0 0 auto;
}

.logo-mark img {
  display: block;
  width: auto;
  max-width: 100%;
  height: 100%;
  object-fit: contain;
}

.sec-ttl {
  text-align: center;
  margin-bottom: 38px;
}

.sec-ttl .en {
  display: block;
  font-size: 42px;
  font-weight: 800;
  color: #7ecbf0;
  letter-spacing: 0.04em;
  line-height: 1;
}

@media screen and (min-width: 769px) {
  .sec-ttl .en {
    font-size: 54px;
  }
}

.sec-ttl .jp {
  display: inline-block;
  position: relative;
  margin-top: 6px;
  padding: 0 18px;
  font-size: 14px;
  font-weight: 700;
  color: #333;
}

.sec-ttl .jp::before, .sec-ttl .jp::after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.sec-ttl .jp::before {
  left: -2px;
  background: #ffd633;
}

.sec-ttl .jp::after {
  right: -2px;
  background: #ff9db0;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 15px 34px;
  border: none;
  border-radius: 999px;
  background: #7ecbf0;
  color: #fff;
  font-family: inherit;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  box-shadow: 0 6px 0 #3f9fd6;
  transition: 0.15s;
  cursor: pointer;
}

.btn:active {
  transform: translateY(4px);
  box-shadow: 0 2px 0 #3f9fd6;
}

.btn .ar {
  font-weight: 800;
}

.btn.pink {
  background: #ff9db0;
  box-shadow: 0 6px 0 #e87b90;
}

.btn.pink:active {
  box-shadow: 0 2px 0 #e87b90;
}

.btn.yellow {
  background: #f5b800;
  box-shadow: 0 6px 0 #d99e00;
}

.btn.yellow:active {
  box-shadow: 0 2px 0 #d99e00;
}

.rv {
  opacity: 0;
  transform: translateY(28px);
  transition: 0.7s cubic-bezier(0.2, 0.7, 0.3, 1);
}

.rv.show {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  .rv {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

.page-head {
  position: relative;
  min-height: 240px;
  padding: 130px 22px 60px;
  text-align: center;
  background: linear-gradient(165deg, #cdeefb, #eaf7ff 70%, #fff);
  overflow: hidden;
}

@media screen and (min-width: 769px) {
  .page-head {
    min-height: 300px;
  }
}

@media screen and (min-width: 1025px) {
  .page-head {
    min-height: 335px;
  }
}

.page-head .en {
  display: block;
  font-family: "Baloo 2", sans-serif;
  font-size: 46px;
  font-weight: 800;
  color: #7ecbf0;
  line-height: 1;
}

.page-head .jp {
  display: block;
  margin-top: 4px;
  font-size: 16px;
  font-weight: 900;
  color: #3f9fd6;
}

.page-head .ph-deco {
  position: absolute;
  bottom: 0;
  right: max(4%, calc(50% - 545px));
  z-index: 4;
  width: 96px;
  height: auto;
  aspect-ratio: 3/4;
  opacity: 1;
  transform: rotate(4deg);
}

@media screen and (min-width: 769px) {
  .page-head .ph-deco {
    width: 132px;
  }
}

@media screen and (min-width: 1025px) {
  .page-head .ph-deco {
    width: 150px;
  }
}

.page-head .ph-deco.is-left {
  right: auto;
  left: max(4%, calc(50% - 545px));
  transform: rotate(-4deg);
}

.page-head.has-photo {
  padding: 150px 22px 84px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

@media screen and (min-width: 769px) {
  .page-head.has-photo {
    padding: 180px 22px 100px;
  }
}

.page-head.has-photo::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.28) 0%, rgba(255, 255, 255, 0.44) 55%, rgba(255, 255, 255, 0.8) 100%);
}

.page-head.has-photo .en, .page-head.has-photo .jp {
  position: relative;
  z-index: 2;
  text-shadow: 0 2px 12px rgba(255, 255, 255, 0.9);
}

.page-head.has-photo .page-wave {
  z-index: 3;
}

.page-wave {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
}

.crumb {
  max-width: 1180px;
  margin: 0 auto;
  padding: 14px 22px 0;
  font-size: 12px;
  color: #888;
}

.crumb a {
  font-family: "Baloo 2", sans-serif;
}

.crumb a:hover {
  color: #3f9fd6;
}

.sub-sec {
  position: relative;
  padding: 64px 0;
}

.sub-sec.bg {
  background: #f0fbff;
}

.sub-sec.char-room {
  padding-top: 108px;
}

@media screen and (min-width: 769px) {
  .sub-sec.char-room {
    padding-top: 130px;
  }
}

@media screen and (min-width: 1025px) {
  .sub-sec.char-room {
    padding-top: 140px;
  }
}

.mini-ttl {
  margin-bottom: 8px;
  text-align: center;
  font-size: 22px;
  font-weight: 900;
  color: #3f9fd6;
  line-height: 1.5;
}

.mini-ttl .en {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #7ecbf0;
}

.mini-sub {
  margin-bottom: 32px;
  text-align: center;
  font-size: 13px;
  color: #888;
}

.mini-char {
  position: absolute;
  top: -42px;
  width: 92px;
  aspect-ratio: 3/4;
  z-index: 4;
  pointer-events: none;
}

@media screen and (min-width: 769px) {
  .mini-char {
    top: -56px;
    width: 118px;
  }
}

@media screen and (min-width: 1025px) {
  .mini-char {
    top: -62px;
    width: 132px;
  }
}

.mini-char.left {
  left: max(3%, calc(50% - 545px));
}

.mini-char.right {
  right: max(3%, calc(50% - 545px));
}

.mini-char.center {
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.mini-char.bottom {
  top: auto;
  bottom: -42px;
}

@media screen and (min-width: 769px) {
  .mini-char.bottom {
    bottom: -56px;
  }
}

@media screen and (min-width: 1025px) {
  .mini-char.bottom {
    bottom: -62px;
  }
}

.mini-char .ph {
  transform: rotate(-5deg);
}

.mini-char.left .ph {
  transform: rotate(5deg);
}

.lead-box {
  padding: 32px 26px;
  background: #ffffff;
  border: 3px solid #1a1a1a;
  border-radius: 24px;
  box-shadow: 6px 6px 0 #d6f0fc;
  font-size: 15px;
  line-height: 2;
  color: #555;
}

.thanks-card {
  max-width: 620px;
  margin: 0 auto;
  padding: 38px 26px;
  background: #ffffff;
  border: 3px solid #1a1a1a;
  border-radius: 28px;
  box-shadow: 8px 8px 0 #d6f0fc;
  text-align: center;
}

.thanks-card .lead {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 900;
  color: #3f9fd6;
  line-height: 1.6;
}

.thanks-card p {
  font-size: 14px;
  color: #666;
  line-height: 1.9;
}

.thanks-btn {
  margin-top: 26px;
}

.entry-body {
  font-size: 15px;
  line-height: 2;
  color: #555;
}

.entry-body h2 {
  margin: 32px 0 12px;
  font-size: 20px;
  font-weight: 900;
  color: #3f9fd6;
}

.entry-body h3 {
  margin: 24px 0 10px;
  font-size: 17px;
  font-weight: 900;
  color: #333;
}

.entry-body p {
  margin-bottom: 20px;
}

.entry-body a {
  color: #3f9fd6;
  text-decoration: underline;
}

.entry-body ul, .entry-body ol {
  margin: 0 0 20px 1.4em;
}

.loading {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  background: #f0fbff;
  animation: sora-loading-out 0.5s ease 3.5s forwards;
}

.loading.is-done {
  animation: sora-loading-out 0.5s ease forwards;
}

@keyframes sora-loading-out {
  to {
    opacity: 0;
    visibility: hidden;
  }
}

.loading-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

.loading-logo .logo-mark {
  width: auto;
  height: 116px;
  max-width: 80vw;
}

@media screen and (min-width: 769px) {
  .loading-logo .logo-mark {
    height: 140px;
  }
}

.loading-dots {
  display: flex;
  gap: 10px;
}

.loading-dots span {
  width: 12px;
  height: 12px;
  border: 2px solid #1a1a1a;
  border-radius: 50%;
  animation: sora-loading-dot 1s ease-in-out infinite;
}

.loading-dots span:nth-child(1) {
  background: #ffd633;
}

.loading-dots span:nth-child(2) {
  background: #ff9db0;
  animation-delay: 0.15s;
}

.loading-dots span:nth-child(3) {
  background: #7ecbf0;
  animation-delay: 0.3s;
}

@keyframes sora-loading-dot {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .loading-dots span {
    animation: none;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(6px);
  box-shadow: 0 2px 16px rgba(126, 203, 240, 0.12);
}

.header .logo {
  flex: 0 1 auto;
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #3f9fd6;
  cursor: pointer;
}

.logo-name {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 3px;
  min-width: 0;
  line-height: 1.25;
}

.header .logo-name {
  display: none;
}

@media screen and (min-width: 769px) {
  .header .logo-name {
    display: flex;
  }
}

.logo-company {
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
  color: #666;
}

@media screen and (min-width: 1441px) {
  .logo-company {
    font-size: 14px;
  }
}

.logo-office {
  font-size: 17px;
  font-weight: 800;
  white-space: nowrap;
  color: #3f9fd6;
}

@media screen and (min-width: 1441px) {
  .logo-office {
    font-size: 19px;
  }
}

.header .logo .logo-mark {
  flex: 0 1 auto;
  min-width: 0;
  width: auto;
  max-width: 100%;
  height: 64px;
}

@media screen and (min-width: 769px) {
  .header .logo .logo-mark {
    height: 96px;
  }
}

@media screen and (min-width: 1441px) {
  .header .logo .logo-mark {
    height: 110px;
  }
}

.hd-r {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 6px;
  padding-right: 16px;
}

@media screen and (min-width: 769px) {
  .hd-r {
    gap: 10px;
  }
}

.hd-nav {
  display: flex;
  align-items: center;
  gap: 6px;
}

@media screen and (min-width: 769px) {
  .hd-nav {
    gap: 8px;
  }
}

.hd-btn {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 46px;
  height: 46px;
  padding: 0;
  border-radius: 14px;
  background: #f0fbff;
  color: #3f9fd6;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  box-shadow: 0 4px 0 #d6f0fc;
  transition: 0.15s;
}

@media screen and (min-width: 769px) {
  .hd-btn {
    display: inline-flex;
    width: auto;
    padding: 0 12px;
  }
}

@media screen and (min-width: 1025px) {
  .hd-btn {
    padding: 0 18px;
    font-size: 14px;
  }
}

.hd-btn.home, .hd-btn.contact {
  display: inline-flex;
}

.hd-btn svg {
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.hd-btn-txt {
  display: none;
}

@media screen and (min-width: 769px) {
  .hd-btn-txt {
    display: inline;
  }
}

.hd-btn.is-current {
  background: #d6f0fc;
  color: #3f9fd6;
}

.hd-btn.contact {
  background: #ff9db0;
  color: #fff;
  box-shadow: 0 4px 0 #e87b90;
}

.hd-btn.contact.is-current {
  background: #e87b90;
}

.hd-btn:hover {
  background: #d6f0fc;
}

.hd-btn.contact:hover {
  background: #e87b90;
}

.hd-btn:active {
  transform: translateY(2px);
  box-shadow: 0 2px 0 #d6f0fc;
}

.hd-btn.contact:active {
  box-shadow: 0 2px 0 #e87b90;
}

.hd-tel {
  display: none;
}

@media screen and (min-width: 1025px) {
  .hd-tel {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-left: 8px;
  }
}

.hd-tel-icon {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 2px solid #1a1a1a;
  border-radius: 50%;
  background: #ffd633;
  box-shadow: 0 3px 0 #f5b800;
  transition: 0.2s;
}

.hd-tel-icon svg {
  width: 16px;
  height: 16px;
  fill: #1a1a1a;
}

.hd-tel:hover .hd-tel-icon {
  transform: rotate(-14deg);
}

.hd-tel:active .hd-tel-icon {
  transform: translateY(2px);
  box-shadow: 0 1px 0 #f5b800;
}

.hd-tel-body {
  display: flex;
  flex-direction: column;
  line-height: 1.25;
}

.hd-tel-num {
  font-size: 19px;
  font-weight: 800;
  letter-spacing: 0.02em;
  color: #3f9fd6;
}

@media screen and (min-width: 1441px) {
  .hd-tel-num {
    font-size: 21px;
  }
}

.hd-tel-time {
  font-size: 10px;
  font-weight: 700;
  color: #999;
}

.hamb {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 46px;
  height: 46px;
  border: none;
  border-radius: 14px;
  background: #7ecbf0;
  box-shadow: 0 4px 0 #3f9fd6;
  cursor: pointer;
}

@media screen and (min-width: 769px) {
  .hamb {
    display: none;
  }
}

.hamb span {
  display: block;
  width: 22px;
  height: 2.5px;
  border-radius: 2px;
  background: #fff;
  transition: 0.3s;
}

.hamb.on span:nth-child(1) {
  transform: translateY(7.5px) rotate(45deg);
}

.hamb.on span:nth-child(2) {
  opacity: 0;
}

.hamb.on span:nth-child(3) {
  transform: translateY(-7.5px) rotate(-45deg);
}

.drawer {
  position: fixed;
  inset: 0;
  z-index: 99;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px;
  padding-top: 40px;
  background: #f0fbff;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  overflow-y: auto;
}

.drawer.on {
  opacity: 1;
  visibility: visible;
}

.drawer a {
  padding: 14px 30px;
  font-size: 20px;
  font-weight: 700;
  color: #3f9fd6;
  text-align: center;
  cursor: pointer;
}

.drawer a .en {
  display: block;
  font-size: 12px;
  color: #7ecbf0;
}

.drawer .d-tel {
  margin-top: 18px;
  font-size: 26px;
  color: #3f9fd6;
}

.p-top .hero {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 100vh;
  min-height: 100svh;
  padding: 96px 22px 84px;
  overflow: hidden;
}

.p-top .hero-visual {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(165deg, #cdeefb 0%, #eaf7ff 55%, #fff 100%);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  animation: sora-hero-in 1.2s ease-out both;
}

.p-top .hero-visual.has-image {
  background-image: var(--hero-sp);
}

@media screen and (min-width: 769px) {
  .p-top .hero-visual.has-image {
    background-image: var(--hero-pc);
  }
}

.p-top .hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 52%, rgba(255, 255, 255, 0.58) 100%);
}

.p-top .hero-inner {
  position: relative;
  z-index: 3;
  text-align: center;
}

.p-top .hero-copy {
  margin-bottom: 14px;
  font-size: 31px;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #3f9fd6;
  text-shadow: 0 2px 14px rgba(255, 255, 255, 0.9);
}

@media screen and (min-width: 769px) {
  .p-top .hero-copy {
    font-size: 38px;
  }
}

.p-top .hero-copy .big {
  display: block;
  margin-bottom: 6px;
  font-size: clamp(30px, 9.5vw, 40px);
}

@media screen and (min-width: 769px) {
  .p-top .hero-copy .big {
    font-size: 54px;
  }
}

@media screen and (min-width: 1025px) {
  .p-top .hero-copy .big {
    font-size: 64px;
  }
}

.p-top .hero-sub {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.9;
  color: #333;
  text-shadow: 0 1px 8px rgba(255, 255, 255, 0.95);
}

@media screen and (min-width: 769px) {
  .p-top .hero-sub {
    font-size: 16px;
  }
}

.p-top .hero-wave {
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 3;
  width: 100%;
}

@keyframes sora-hero-in {
  from {
    opacity: 0;
    transform: scale(1.04);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.p-top .about {
  position: relative;
  padding: 80px 0 90px;
  background: #ffffff;
  overflow: hidden;
}

.p-top .about .wrap {
  position: relative;
}

.p-top .about-flex {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media screen and (min-width: 769px) {
  .p-top .about-flex {
    flex-direction: row;
    align-items: center;
  }
}

.p-top .about-visual {
  position: relative;
  z-index: 3;
}

.p-top .about-visual.has-photo {
  width: min(86%, 340px);
  margin-bottom: -30px;
}

@media screen and (min-width: 769px) {
  .p-top .about-visual.has-photo {
    flex: 0 0 auto;
    width: 340px;
    margin: 0 -46px 0 0;
  }
}

.p-top .about-visual.has-photo .about-photo {
  aspect-ratio: 4/5;
  overflow: hidden;
  border: 3px solid #1a1a1a;
  border-radius: 24px;
  background: #d6f0fc;
  box-shadow: 8px 8px 0 #d6f0fc;
  transform: rotate(-2deg);
}

.p-top .about-visual.has-photo .about-photo .ph {
  border-radius: 0;
}

.p-top .about-visual.has-photo .about-photo img {
  object-fit: cover;
}

.p-top .about-visual.has-photo .about-char {
  position: absolute;
  left: -14px;
  bottom: -22px;
  z-index: 4;
  width: 38%;
  max-width: 120px;
  aspect-ratio: 3/4;
  transform: rotate(-6deg);
  pointer-events: none;
}

.p-top .about-visual.char-only .about-char {
  width: min(66%, 260px);
  aspect-ratio: 3/4;
  margin: 0 auto -30px;
  transform: rotate(-4deg);
}

@media screen and (min-width: 769px) {
  .p-top .about-visual.char-only .about-char {
    width: 300px;
    margin: 0;
    transform: rotate(-5deg);
  }
}

.p-top .about-visual.char-only {
  margin-bottom: -30px;
}

@media screen and (min-width: 769px) {
  .p-top .about-visual.char-only {
    flex: 0 0 auto;
    width: 300px;
    margin: 0 -50px 0 0;
  }
}

.p-top .about-card {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 44px 26px 34px;
  background: #f0fbff;
  border: 3px solid #1a1a1a;
  border-radius: 28px;
  box-shadow: 8px 8px 0 #d6f0fc;
}

@media screen and (min-width: 769px) {
  .p-top .about-card {
    padding: 44px 44px 40px 80px;
  }
}

.p-top .about-card .lead {
  margin-bottom: 18px;
  text-align: center;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.6;
  color: #3f9fd6;
}

.p-top .about-card p {
  margin-bottom: 14px;
  font-size: 15px;
  font-weight: 500;
  line-height: 2;
  color: #555;
}

.p-top .about-card .sign {
  margin: 20px 0 0;
  text-align: right;
  font-family: "Baloo 2", sans-serif;
  font-size: 18px;
  font-weight: 800;
  color: #7ecbf0;
}

.p-top .point {
  padding: 70px 0 76px;
  background: #f0fbff;
}

.p-top .point-grid {
  display: flex;
  flex-direction: column;
  gap: 22px;
  max-width: 640px;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .p-top .point-grid {
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 900px;
  }
}

.p-top .point-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 26px 24px;
  background: #fff;
  border: 2.5px solid #1a1a1a;
  border-radius: 22px;
  box-shadow: 5px 5px 0 rgba(126, 203, 240, 0.25);
}

@media screen and (min-width: 769px) {
  .p-top .point-item {
    flex: 1 1 calc(50% - 11px);
  }
}

.p-top .point-item .no {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border: 2.5px solid #1a1a1a;
  border-radius: 50%;
  background: #ffd633;
  font-size: 20px;
  font-weight: 800;
  color: #1a1a1a;
}

.p-top .point-item:nth-child(2) .no {
  background: #ff9db0;
}

.p-top .point-item:nth-child(3) .no {
  background: #d6f0fc;
}

.p-top .point-item:nth-child(4) .no {
  background: #c9f0d6;
}

.p-top .point-item h3 {
  margin-bottom: 4px;
  font-size: 17px;
  font-weight: 900;
  color: #3f9fd6;
}

.p-top .point-item p {
  font-size: 13.5px;
  font-weight: 500;
  line-height: 1.85;
  color: #666;
}

.p-top .recruit-band {
  position: relative;
  padding: 80px 0;
  text-align: center;
  overflow: hidden;
  background: linear-gradient(135deg, #7ecbf0 0%, #3f9fd6 100%);
  color: #fff;
}

.p-top .recruit-band .cloud-w {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  opacity: 0.4;
}

.p-top .recruit-inner {
  position: relative;
  z-index: 2;
}

.p-top .recruit-band .ph-char {
  width: 130px;
  aspect-ratio: 3/4;
  margin: 0 auto 20px;
}

.p-top .recruit-band .sec-ttl .en, .p-top .recruit-band .sec-ttl .jp {
  color: #fff;
}

.p-top .recruit-band .sec-ttl .jp::after {
  background: #ffe0e6;
}

.p-top .recruit-band .lead {
  margin-bottom: 8px;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.9;
}

.p-top .recruit-band .sub {
  margin-bottom: 28px;
  font-size: 13px;
  opacity: 0.95;
}

.p-top .recruit-band .btn {
  background: #fff;
  color: #3f9fd6;
  box-shadow: 0 6px 0 rgba(0, 0, 0, 0.15);
}

.p-top .recruit-band .btn:active {
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.15);
}

.p-top .menu {
  padding: 80px 0 84px;
  background: #ffffff;
}

.p-top .menu-grid {
  display: flex;
  flex-direction: column;
  gap: 34px;
  max-width: 560px;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .p-top .menu-grid {
    flex-direction: row;
    gap: 24px;
    max-width: 1000px;
  }
}

.p-top .menu-card {
  position: relative;
  margin-top: 44px;
  padding-top: 72px;
  background: #fff;
  border: 3px solid #1a1a1a;
  border-radius: 24px;
  box-shadow: 6px 6px 0 rgba(126, 203, 240, 0.3);
  cursor: pointer;
  transition: 0.2s;
}

@media screen and (min-width: 769px) {
  .p-top .menu-card {
    flex: 1;
    margin-top: 56px;
  }
}

.p-top .menu-card:hover {
  transform: translateY(-4px);
}

.p-top .menu-card .char {
  position: absolute;
  top: -74px;
  left: 50%;
  z-index: 3;
  width: 120px;
  aspect-ratio: 1/1;
  transform: translateX(-50%);
  pointer-events: none;
}

.p-top .menu-card.has-photo {
  margin-top: 26px;
  padding-top: 0;
  overflow: visible;
}

@media screen and (min-width: 769px) {
  .p-top .menu-card.has-photo {
    margin-top: 26px;
  }
}

.p-top .menu-card.has-photo .menu-photo {
  aspect-ratio: 16/10;
  overflow: hidden;
  border-radius: 21px 21px 0 0;
  background: #d6f0fc;
}

.p-top .menu-card.has-photo .menu-photo .ph {
  border-radius: 0;
}

.p-top .menu-card.has-photo .menu-photo img {
  object-fit: cover;
}

.p-top .menu-card.has-photo .char {
  top: -26px;
  right: 10px;
  left: auto;
  width: 76px;
  aspect-ratio: 1/1;
  transform: rotate(6deg);
}

.p-top .menu-card.has-photo .tag {
  position: static;
  display: inline-block;
  margin: -15px 0 0 16px;
  transform: none;
}

.p-top .menu-card .tag {
  display: block;
  width: fit-content;
  margin: 0 auto 4px;
  padding: 3px 20px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;
  color: #fff;
}

.p-top .menu-card.m1 .tag {
  background: #7ecbf0;
}

.p-top .menu-card.m2 .tag {
  background: #f5b800;
}

.p-top .menu-card.m3 .tag {
  background: #ff9db0;
}

.p-top .menu-card .menu-body {
  padding: 8px 24px 26px;
  text-align: center;
}

.p-top .menu-card h3 {
  margin: 0 0 8px;
  font-size: 20px;
  font-weight: 900;
  color: #333;
}

.p-top .menu-card p {
  margin-bottom: 16px;
  font-size: 13.5px;
  font-weight: 500;
  line-height: 1.8;
  color: #666;
}

.p-top .menu-card .go {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 700;
  color: #3f9fd6;
}

.p-top .gallery-sec {
  padding: 76px 0 80px;
  background: #ffffff;
}

.p-top .gallery-lead {
  max-width: 640px;
  margin: -18px auto 34px;
  text-align: center;
  font-size: 15px;
  line-height: 1.9;
  color: #555;
}

.p-top .gallery-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  max-width: 960px;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .p-top .gallery-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
}

.p-top .gallery-item {
  margin: 0;
}

.p-top .gallery-pic {
  aspect-ratio: 4/3;
  overflow: hidden;
  border: 2.5px solid #1a1a1a;
  border-radius: 18px;
  background: #d6f0fc;
  box-shadow: 5px 5px 0 #d6f0fc;
  transition: 0.25s;
}

.p-top .gallery-pic .ph {
  border-radius: 0;
}

.p-top .gallery-pic img {
  object-fit: cover;
}

.p-top .gallery-item:nth-child(odd) .gallery-pic {
  transform: rotate(-1.5deg);
}

.p-top .gallery-item:nth-child(even) .gallery-pic {
  transform: rotate(1.5deg);
}

.p-top .gallery-item:hover .gallery-pic {
  transform: rotate(0);
}

.p-top .gallery-item figcaption {
  margin-top: 10px;
  text-align: center;
  font-size: 12.5px;
  font-weight: 700;
  color: #3f9fd6;
}

@media (prefers-reduced-motion: reduce) {
  .p-top .gallery-item:nth-child(odd) .gallery-pic, .p-top .gallery-item:nth-child(even) .gallery-pic {
    transform: none;
  }
}

.p-top .contact-cta {
  padding: 76px 0 40px;
  background: #f0fbff;
  overflow: hidden;
}

.p-top .contact-cta .ph-char {
  position: relative;
  z-index: 2;
  width: min(42%, 150px);
  aspect-ratio: 1/1;
  margin: 0 auto -32px;
  pointer-events: none;
}

@media screen and (min-width: 769px) {
  .p-top .contact-cta .ph-char {
    width: 170px;
    margin-bottom: -36px;
  }
}

.p-top .contact-box {
  position: relative;
  max-width: 600px;
  margin: 0 auto;
  padding: 50px 26px 38px;
  text-align: center;
  background: #fff;
  border: 3px solid #1a1a1a;
  border-radius: 28px;
  box-shadow: 8px 8px 0 #d6f0fc;
}

.p-top .contact-box .lead {
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.6;
  color: #3f9fd6;
}

.p-top .contact-box .sub {
  margin-bottom: 24px;
  font-size: 13px;
  color: #666;
}

.p-top .contact-btns {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

@media screen and (min-width: 769px) {
  .p-top .contact-btns {
    flex-direction: row;
    justify-content: center;
  }
}

.p-top .contact-btns .tel {
  padding: 14px;
  border: 2.5px solid #1a1a1a;
  border-color: #7ecbf0;
  border-radius: 999px;
  background: #f0fbff;
  color: #3f9fd6;
  font-weight: 700;
  box-shadow: 0 5px 0 #d6f0fc;
}

.p-top .contact-btns .tel .num {
  display: block;
  font-size: 24px;
  font-weight: 800;
}

.p-top .contact-btns .tel small {
  display: block;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.6;
  color: #999;
}

.p-top .contact-btns .tel .tel-time {
  display: inline-block;
}

@media screen and (min-width: 769px) {
  .p-top .contact-btns .btn, .p-top .contact-btns .tel {
    flex: 1;
    max-width: 280px;
  }
}

.p-service .intro {
  max-width: 680px;
  margin: 0 auto 8px;
  text-align: center;
  text-wrap: balance;
  font-size: 15px;
  line-height: 2;
  color: #555;
}

@media screen and (max-width: 768px) {
  .p-service .intro {
    text-align: left;
    text-wrap: pretty;
  }
}

.p-service .svc-hero-pic {
  width: 100%;
  max-width: 900px;
  aspect-ratio: 16/7;
  margin: 24px auto 0;
  border-radius: 16px;
  overflow: hidden;
}

.p-service .svc-hero-pic img {
  object-fit: cover;
}

.p-service .who {
  max-width: 680px;
  margin: 24px auto 0;
  padding: 28px 24px;
  background: #f0fbff;
  border: 3px solid #1a1a1a;
  border-radius: 24px;
  box-shadow: 6px 6px 0 #d6f0fc;
}

.p-service .who h3 {
  margin-bottom: 8px;
  text-align: center;
  font-size: 16px;
  font-weight: 900;
  color: #3f9fd6;
}

.p-service .who p {
  text-align: center;
  text-wrap: balance;
  font-size: 14px;
  line-height: 1.95;
  color: #555;
}

@media screen and (max-width: 768px) {
  .p-service .who p {
    text-align: left;
    text-wrap: pretty;
  }
}

.p-service .svc-grid {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 760px;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .p-service .svc-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

.p-service .svc-item {
  overflow: hidden;
  background: #fff;
  border: 2.5px solid #1a1a1a;
  border-radius: 20px;
  box-shadow: 4px 4px 0 rgba(126, 203, 240, 0.25);
}

.p-service .svc-item .pic {
  width: 100%;
  aspect-ratio: 16/10;
}

.p-service .svc-item .pic .ph {
  border-radius: 0;
}

.p-service .svc-item .pic img {
  object-fit: cover;
}

.p-service .svc-item .txt {
  padding: 18px 22px 22px;
}

.p-service .svc-item h3 {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 4px;
  font-size: 17px;
  font-weight: 900;
  color: #3f9fd6;
}

.p-service .svc-item h3::before {
  content: "";
  flex: 0 0 auto;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ff9db0;
}

.p-service .svc-item:nth-child(even) h3::before {
  background: #f5b800;
}

.p-service .svc-item p {
  font-size: 13.5px;
  line-height: 1.8;
  color: #666;
}

.p-service .flow {
  max-width: 720px;
  margin: 0 auto;
}

.p-service .flow-step {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 18px;
  padding-bottom: 26px;
}

.p-service .flow-step::before {
  content: "";
  position: absolute;
  left: 23px;
  top: 44px;
  bottom: -4px;
  width: 3px;
  background: #d6f0fc;
}

.p-service .flow-step:last-child::before {
  display: none;
}

.p-service .flow-step .no {
  flex: 0 0 auto;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border: 2.5px solid #1a1a1a;
  border-radius: 50%;
  background: #7ecbf0;
  font-size: 16px;
  font-weight: 800;
  color: #fff;
}

.p-service .flow-step .txt h3 {
  font-size: 16px;
  font-weight: 900;
  color: #3f9fd6;
}

.p-service .flow-step .txt p {
  font-size: 13.5px;
  line-height: 1.8;
  color: #666;
}

.p-service .price-card {
  max-width: 560px;
  margin: 0 auto;
  padding: 30px 24px;
  background: #fff;
  border: 3px solid #1a1a1a;
  border-radius: 24px;
  box-shadow: 6px 6px 0 #d6f0fc;
}

.p-service .price-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 4px;
  border-bottom: 2px dotted #d6f0fc;
  font-size: 14px;
}

.p-service .price-row .lbl {
  font-weight: 700;
  color: #555;
}

.p-service .price-row .val {
  font-weight: 800;
  color: #3f9fd6;
}

.p-service .price-row.total {
  margin-top: 6px;
  padding-top: 16px;
  border-bottom: none;
  border-top: 3px solid #1a1a1a;
}

.p-service .price-row.total .lbl {
  font-size: 16px;
  font-weight: 900;
  color: #333;
}

.p-service .price-row.total .val {
  font-size: 22px;
  color: #ff9db0;
}

.p-service .opt-title {
  margin: 20px 0 6px;
  font-size: 14px;
  font-weight: 900;
  color: #3f9fd6;
}

.p-service .price-sub {
  margin-top: 12px;
  font-size: 12px;
  line-height: 1.7;
  color: #999;
}

.p-company .about-card {
  margin-bottom: 28px;
  padding: 32px 26px;
  background: #f0fbff;
  border: 3px solid #1a1a1a;
  border-radius: 24px;
  box-shadow: 6px 6px 0 #d6f0fc;
}

.p-company .about-card .lead {
  margin-bottom: 16px;
  text-align: center;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.6;
  color: #3f9fd6;
}

.p-company .about-card p {
  font-size: 15px;
  line-height: 2;
  color: #555;
}

.p-company .gallery {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 12px;
  margin-bottom: 44px;
}

.p-company .gallery .ph {
  aspect-ratio: 1/1;
  border-radius: 16px;
}

.p-company .gallery img {
  object-fit: cover;
}

.p-company .table {
  width: 100%;
  overflow: hidden;
  background: #fff;
  border: 3px solid #1a1a1a;
  border-radius: 20px;
}

.p-company .table th, .p-company .table td {
  padding: 12px 12px;
  border-bottom: 2px dotted #d6f0fc;
  text-align: left;
  vertical-align: top;
  font-size: 14px;
}

@media screen and (min-width: 769px) {
  .p-company .table th, .p-company .table td {
    padding: 16px 18px;
  }
}

.p-company .table th {
  width: 34%;
  background: #f0fbff;
  font-weight: 700;
  color: #3f9fd6;
  white-space: nowrap;
}

.p-company .table td {
  overflow-wrap: anywhere;
}

@media screen and (max-width: 768px) {
  .p-company .table, .p-company .table tbody, .p-company .table tr, .p-company .table th, .p-company .table td {
    display: block;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .p-company .table th {
    padding: 9px 14px;
    border-bottom: none;
    white-space: normal;
  }
}

@media screen and (max-width: 768px) {
  .p-company .table td {
    padding: 12px 14px 16px;
  }
}

.p-company .table tr:last-child th, .p-company .table tr:last-child td {
  border-bottom: none;
}

.p-company .story {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0;
}

@media screen and (min-width: 769px) {
  .p-company .story {
    flex-direction: row;
    align-items: center;
  }
}

.p-company .story .ph-char {
  z-index: 3;
  width: min(60%, 220px);
  aspect-ratio: 3/4;
  margin: 0 auto -24px;
  transform: rotate(-4deg);
}

@media screen and (min-width: 769px) {
  .p-company .story .ph-char {
    flex: 0 0 auto;
    width: 240px;
    margin: 0 -40px 0 0;
  }
}

.p-company .story-card {
  padding: 40px 26px 30px;
  background: #fff;
  border: 3px solid #1a1a1a;
  border-radius: 24px;
  box-shadow: 6px 6px 0 #ffe0e6;
  font-size: 15px;
  line-height: 2;
  color: #555;
}

@media screen and (min-width: 769px) {
  .p-company .story-card {
    padding: 40px 40px 34px 70px;
  }
}

.p-company .story-card .q {
  margin-bottom: 16px;
  text-align: center;
  font-size: 18px;
  font-weight: 900;
  color: #ff9db0;
}

.p-company .story-card p {
  margin-bottom: 14px;
}

.p-company .story-card p:last-child {
  margin-bottom: 0;
}

.p-company .access-block {
  margin-top: 56px;
}

.p-company .map-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  margin-top: 20px;
  overflow: hidden;
  border: 3px solid #1a1a1a;
  border-radius: 24px;
  background: #d6f0fc;
}

.p-company .map-frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.p-recruit .catch {
  max-width: 680px;
  margin: 0 auto;
  text-align: center;
}

.p-recruit .catch h2 {
  margin-bottom: 14px;
  font-size: 26px;
  font-weight: 900;
  line-height: 1.5;
  color: #3f9fd6;
}

.p-recruit .catch p {
  font-size: 15px;
  line-height: 2;
  color: #555;
}

.p-recruit .work-pic {
  width: 100%;
  max-width: 760px;
  aspect-ratio: 16/8;
  margin: 28px auto 0;
  border-radius: 16px;
  overflow: hidden;
}

.p-recruit .work-pic img {
  object-fit: cover;
}

.p-recruit .welcome {
  display: flex;
  flex-direction: column;
  gap: 14px;
  max-width: 680px;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .p-recruit .welcome {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
  }
}

.p-recruit .welcome-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 20px;
  background: #fff;
  border: 2.5px solid #1a1a1a;
  border-radius: 16px;
  box-shadow: 3px 3px 0 rgba(126, 203, 240, 0.25);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
  color: #444;
}

.p-recruit .welcome-item .ck {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 2px solid #1a1a1a;
  border-radius: 50%;
  background: #ffd633;
  font-weight: 900;
  color: #1a1a1a;
}

.p-recruit .welcome-item:nth-child(even) .ck {
  background: #ff9db0;
}

.p-recruit .work {
  max-width: 720px;
  margin: 0 auto;
  padding: 30px 26px;
  background: #f0fbff;
  border: 3px solid #1a1a1a;
  border-radius: 24px;
  box-shadow: 6px 6px 0 #d6f0fc;
}

.p-recruit .work .lead {
  margin-bottom: 18px;
  font-size: 15px;
  line-height: 2;
  color: #555;
}

.p-recruit .work ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  list-style: none;
}

.p-recruit .work li {
  position: relative;
  padding-left: 28px;
  font-size: 14px;
  line-height: 1.8;
  color: #555;
}

.p-recruit .work li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 14px;
  height: 14px;
  border: 2px solid #1a1a1a;
  border-radius: 50%;
  background: #7ecbf0;
}

.p-recruit .note {
  margin-top: 18px;
  padding: 14px 18px;
  background: #fff;
  border: 2px dashed #7ecbf0;
  border-radius: 14px;
  font-size: 13px;
  line-height: 1.8;
  color: #666;
}

.p-recruit .req {
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
  overflow: hidden;
  background: #fff;
  border: 3px solid #1a1a1a;
  border-radius: 20px;
}

.p-recruit .req th, .p-recruit .req td {
  padding: 12px 12px;
  border-bottom: 2px dotted #d6f0fc;
  text-align: left;
  vertical-align: top;
  font-size: 14px;
  line-height: 1.85;
}

@media screen and (min-width: 769px) {
  .p-recruit .req th, .p-recruit .req td {
    padding: 16px 18px;
  }
}

.p-recruit .req th {
  width: 30%;
  background: #f0fbff;
  font-weight: 700;
  color: #3f9fd6;
  white-space: nowrap;
}

.p-recruit .req td {
  overflow-wrap: anywhere;
}

@media screen and (max-width: 768px) {
  .p-recruit .req, .p-recruit .req tbody, .p-recruit .req tr, .p-recruit .req th, .p-recruit .req td {
    display: block;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .p-recruit .req th {
    padding: 9px 14px;
    border-bottom: none;
    white-space: normal;
  }
}

@media screen and (max-width: 768px) {
  .p-recruit .req td {
    padding: 12px 14px 16px;
  }
}

.p-recruit .req tr:last-child th, .p-recruit .req tr:last-child td {
  border-bottom: none;
}

.p-recruit .req .hl {
  font-weight: 900;
  color: #ff9db0;
}

.p-recruit .tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

.p-recruit .tag-list span {
  padding: 4px 12px;
  border-radius: 999px;
  background: #d6f0fc;
  font-size: 12px;
  font-weight: 700;
  color: #3f9fd6;
}

.p-recruit .cta {
  margin-top: 44px;
  text-align: center;
}

.p-contact .lead-txt {
  max-width: 620px;
  margin: 0 auto 8px;
  text-align: center;
  text-wrap: balance;
  font-size: 15px;
  line-height: 2;
  color: #555;
}

@media screen and (max-width: 768px) {
  .p-contact .lead-txt {
    text-align: left;
    text-wrap: pretty;
  }
}

.p-contact .contact-pic {
  max-width: 620px;
  aspect-ratio: 16/7;
  margin: 26px auto 34px;
  overflow: hidden;
  border: 2.5px solid #1a1a1a;
  border-radius: 24px;
  background: #d6f0fc;
  box-shadow: 6px 6px 0 #d6f0fc;
}

.p-contact .contact-pic .ph {
  border-radius: 0;
}

.p-contact .contact-pic img {
  object-fit: cover;
}

.p-contact .tel-card {
  max-width: 520px;
  margin: 0 auto 40px;
  padding: 28px 24px;
  text-align: center;
  background: #f0fbff;
  border: 3px solid #1a1a1a;
  border-radius: 24px;
  box-shadow: 6px 6px 0 #d6f0fc;
}

.p-contact .tel-card .lbl {
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: 700;
  color: #666;
}

.p-contact .tel-card .num {
  font-size: 32px;
  font-weight: 800;
  line-height: 1.3;
  color: #3f9fd6;
}

.p-contact .tel-card small {
  display: block;
  margin-top: 6px;
  font-size: 12px;
  color: #999;
}

.p-contact .form-card {
  max-width: 620px;
  margin: 0 auto;
  padding: 32px 26px;
  background: #fff;
  border: 3px solid #1a1a1a;
  border-radius: 24px;
  box-shadow: 8px 8px 0 #d6f0fc;
}

.p-contact .field {
  margin-bottom: 20px;
}

.p-contact label {
  display: block;
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: 700;
  color: #444;
}

.p-contact label .req-mark, .p-contact .red, .p-contact .blue {
  display: inline-block;
  margin-left: 6px;
  padding: 1px 8px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  color: #fff;
  vertical-align: 1px;
}

.p-contact label .req-mark, .p-contact .red {
  background: #ff9db0;
}

.p-contact .blue {
  background: #7ecbf0;
}

.p-contact input:not([type="submit"]):not([type="button"]):not([type="checkbox"]):not([type="radio"]), .p-contact textarea, .p-contact select {
  width: 100%;
  padding: 12px 14px;
  border: 2.5px solid #1a1a1a;
  border-color: #d6f0fc;
  border-radius: 14px;
  background: #fbfdff;
  font-family: inherit;
  font-size: 15px;
  color: #333;
}

.p-contact input:focus, .p-contact textarea:focus, .p-contact select:focus {
  outline: none;
  border-color: #7ecbf0;
}

.p-contact input:disabled, .p-contact textarea:disabled {
  background: #f4f7f9;
  color: #aaa;
  cursor: not-allowed;
}

.p-contact textarea {
  min-height: 130px;
  resize: vertical;
}

.p-contact .submit {
  margin-top: 8px;
  text-align: center;
}

.p-contact .privacy {
  margin-top: 16px;
  text-align: center;
  font-size: 12px;
  line-height: 1.7;
  color: #999;
}

.p-contact .form-fallback {
  margin-top: 8px;
  padding-top: 20px;
  border-top: 2px dotted #d6f0fc;
  text-align: center;
}

.p-contact .form-fallback p {
  margin-bottom: 16px;
  font-size: 13px;
  line-height: 1.9;
  color: #666;
}

.p-contact .form-fallback-btns {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

@media screen and (min-width: 769px) {
  .p-contact .form-fallback-btns {
    flex-direction: row;
    justify-content: center;
  }
}

.p-contact .wpcf7-form p {
  margin: 0;
}

.p-contact .wpcf7-form label {
  display: block;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 700;
  color: #444;
}

.p-contact .wpcf7-form-control-wrap {
  display: block;
  margin-top: 6px;
}

.p-contact .wpcf7-form label.policy {
  margin: 26px 0 10px;
  text-align: center;
}

.p-contact .wpcf7-form label.policy .wpcf7-form-control-wrap {
  margin-top: 10px;
}

.p-contact .wpcf7-list-item {
  margin: 0;
}

.p-contact .wpcf7-list-item label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  cursor: pointer;
}

.p-contact input[type="checkbox"] {
  width: 20px;
  height: 20px;
  accent-color: #3f9fd6;
  cursor: pointer;
}

.p-contact .wpcf7-list-item-label {
  font-size: 14px;
  font-weight: 700;
  color: #444;
}

.p-contact .wpcf7-form input[type="submit"], .p-contact .wpcf7-form .wpcf7-submit, .p-contact .wpcf7-form .wpcf7-previous {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: auto;
  margin: 8px 6px 0;
  padding: 15px 34px;
  border: none;
  border-radius: 999px;
  background: #7ecbf0;
  color: #fff;
  font-family: inherit;
  font-size: 15px;
  font-weight: 700;
  box-shadow: 0 6px 0 #3f9fd6;
  transition: 0.15s;
  cursor: pointer;
}

.p-contact .wpcf7-form input[type="submit"]:active, .p-contact .wpcf7-form .wpcf7-previous:active {
  transform: translateY(4px);
  box-shadow: 0 2px 0 #3f9fd6;
}

.p-contact .wpcf7-form .wpcf7-previous {
  background: #fff;
  color: #3f9fd6;
  box-shadow: 0 6px 0 #d6f0fc;
}

.p-contact .wpcf7-form .wpcf7-previous:active {
  box-shadow: 0 2px 0 #d6f0fc;
}

.p-contact .wpcf7-form p:has(input[type="submit"]) {
  margin-top: 8px;
  text-align: center;
}

.p-contact .form-card.is-confirm .wpcf7-form label {
  margin-bottom: 18px;
  padding-bottom: 14px;
  border-bottom: 2px dotted #d6f0fc;
  color: #3f9fd6;
}

.p-contact .form-card.is-confirm .wpcf7-form label.policy {
  border-bottom: none;
}

.p-contact .form-card.is-confirm .wpcf7-form .wpcf7-form-control-wrap {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.9;
  color: #333;
  word-break: break-all;
}

.p-contact .wpcf7-not-valid-tip {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  font-weight: 500;
  color: #d64f6a;
}

.p-contact .wpcf7-form input.wpcf7-not-valid, .p-contact .wpcf7-form textarea.wpcf7-not-valid {
  border-color: #ff9db0;
  background: #fff7f9;
}

.p-contact .wpcf7-response-output {
  margin: 16px 0 0;
  padding: 12px 16px;
  border-radius: 12px;
  font-size: 13px;
  line-height: 1.8;
  text-align: center;
}

.p-contact .wpcf7-spinner {
  margin: 0 8px;
}

.p-policy .policy-contents {
  padding: 32px 26px;
  background: #fff;
  border: 3px solid #1a1a1a;
  border-radius: 24px;
  box-shadow: 6px 6px 0 #d6f0fc;
}

.p-policy .policy-contents h2 {
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.6;
  color: #3f9fd6;
}

.p-policy .policy-contents h2:not(:first-child) {
  margin-top: 32px;
}

.p-policy .policy-contents p {
  font-size: 14px;
  line-height: 2;
  color: #555;
}

.footer {
  margin-top: 0;
  padding: 46px 22px 26px;
  text-align: center;
  background: #3f9fd6;
  color: #fff;
}

.footer .f-logo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}

@media screen and (min-width: 769px) {
  .footer .f-logo {
    flex-direction: row;
    gap: 18px;
  }
}

.footer .logo-name {
  text-align: center;
}

@media screen and (min-width: 769px) {
  .footer .logo-name {
    text-align: left;
  }
}

.footer .logo-company {
  font-size: 13px;
  white-space: normal;
  color: rgba(255, 255, 255, 0.82);
}

.footer .logo-office {
  font-size: 19px;
  white-space: normal;
  color: #fff;
}

@media screen and (min-width: 769px) {
  .footer .logo-office {
    font-size: 21px;
  }
}

.footer .f-logo .logo-mark {
  width: auto;
  height: 72px;
  max-width: 86vw;
}

@media screen and (min-width: 769px) {
  .footer .f-logo .logo-mark {
    height: 88px;
    max-width: 420px;
  }
}

.footer .f-info {
  margin-bottom: 20px;
  font-size: 13px;
  line-height: 1.9;
  opacity: 0.95;
}

.footer .f-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 20px;
  margin-bottom: 22px;
  font-size: 13px;
  font-weight: 700;
}

.footer .f-nav a {
  cursor: pointer;
}

.footer .f-nav a:hover {
  opacity: 0.75;
}

.footer .f-sns {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-bottom: 20px;
}

.footer .f-sns a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
  transition: 0.2s;
}

.footer .f-sns a:hover {
  background: rgba(255, 255, 255, 0.32);
}

.footer .f-sns svg {
  width: 20px;
  height: 20px;
  fill: #fff;
}

.footer .copy {
  font-size: 11px;
  opacity: 0.7;
}
