@charset "UTF-8";
/* CSS Document */
html {
  height: 100%;
}

body {
  font-family: "YakuHanJP", "Lato", "Noto Sans JP", "游ゴシック Medium", 游ゴシック体, "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  width: 100%;
  height: 100%;
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.1em;
  margin: 0 auto;
  background: #fff;
}

#contentwrap {
  overflow: hidden;
}

.cut {
  overflow: hidden;
  zoom: 1;
}

.sentence p + p {
  margin-top: 20px;
}

img {
  max-width: 100%;
  height: auto;
}

.ggmap {
  width: 100%;
  height: 350px;
}

input, select {
  vertical-align: middle;
  margin-bottom: 3px;
  margin-right: 5px;
}

.phone {
  display: none;
}

.pc {
  display: block;
}

.tcen {
  text-align: center;
}

@media screen and (max-width: 800px) {
  .tcen {
    text-align: left;
  }
  body {
    font-size: 13px;
    line-height: 1.5;
  }
  .phone {
    display: block;
  }
  .pc {
    display: none !important;
  }
}
#page-top {
  position: fixed;
  bottom: 65px;
  right: 5px;
  font-size: 12px;
  font-weight: bold;
  z-index: 9999;
}
#page-top a {
  color: #fff;
  font-size: 25px;
  text-decoration: none;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  display: block;
  border-radius: 45px;
  background: #5c4233;
  box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 2px;
}
#page-top a:hover {
  opacity: 0.6;
  text-decoration: none;
}

.mtext1 {
  font-size: 2rem;
  line-height: 1.8;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 0.2em;
}
.mtext1.type1 {
  margin-bottom: 25px;
  text-align: center;
}
.mtext1.type1 br {
  display: none;
}

@media all and (max-width: 896px) {
  .mtext1 {
    font-size: 1.8rem;
  }
}
@media all and (max-width: 639px) {
  .mtext1 {
    font-size: 1.6rem;
    line-height: 1.6;
  }
  .mtext1.type1 {
    margin-bottom: 20px;
  }
  .mtext1.type1 br {
    display: block;
  }
}
.mtext2 {
  font-size: 2.4rem;
  line-height: 1.6;
}
.mtext2.type1 {
  line-height: 1.6;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 0.2em;
  margin-bottom: 30px;
}

@media all and (max-width: 896px) {
  .mtext2 {
    font-size: 2.2rem;
  }
}
@media all and (max-width: 639px) {
  .mtext2 {
    font-size: 2rem;
  }
  .mtext2.type1 {
    margin-bottom: 25px;
  }
}
.mtext3 {
  font-size: 4rem;
  line-height: 1.6;
  text-align: center;
}

@media all and (max-width: 896px) {
  .mtext3 {
    font-size: 3rem;
  }
}
@media all and (max-width: 639px) {
  .mtext3 {
    font-size: 2.4rem;
  }
}
.loader {
  align-items: center;
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28204/bg-main.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999;
}
.loader.off {
  display: none;
}
@keyframes loader {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*画面遷移の後現れるコンテンツ設定*/
#page {
  opacity: 0; /*はじめは透過0に*/
}

/*bodyにappearクラスがついたら出現*/
body.appear #page {
  animation-name: PageAnimeAppear;
  animation-duration: 1s;
  animation-delay: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes PageAnimeAppear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 18px;
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #2b3648;
  font-size: 18px;
  line-height: 1.85;
  letter-spacing: 0.04em;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

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

.l-container {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
/* 斜め配置の背景切り替え (Diagonal Sections) */
.u-diagonal-top {
  clip-path: polygon(0 3.5vw, 100% 0, 100% 100%, 0 100%);
  margin-top: -3vw;
  padding-top: calc(70px + 3.5vw) !important;
}

.u-diagonal-bottom {
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 3.5vw), 0 100%);
  padding-bottom: calc(70px + 3.5vw) !important;
}

.u-diagonal-both {
  clip-path: polygon(0 3.5vw, 100% 0, 100% calc(100% - 3.5vw), 0 100%);
  margin-top: -3vw;
  padding-top: calc(80px + 3.5vw) !important;
  padding-bottom: calc(80px + 3.5vw) !important;
}

/* 背景装飾 */
.u-bg-dots {
  background-image: radial-gradient(#7fcce3 1.5px, transparent 1.5px);
  background-size: 24px 24px;
  opacity: 0.15;
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.u-bg-stripes {
  background: repeating-linear-gradient(-45deg, rgba(61, 165, 217, 0.05), rgba(61, 165, 217, 0.05) 12px, transparent 12px, transparent 24px);
}

.c-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.6rem;
  font-weight: 700;
  color: #1e6b93;
  background-color: #e0f2fe;
  padding: 6px 14px;
  border-radius: 50px;
}
@media (min-width: 768px) {
  .c-badge {
    font-size: 0.8125rem;
  }
}
.c-badge--sm {
  font-size: 0.7rem;
  padding: 2px 8px;
}
.c-badge--accent {
  background: #fef3c7;
  color: #d97706;
}
.c-badge--white {
  background: #ffffff;
  margin-bottom: 12px;
}

.c-section-header {
  text-align: center;
  margin: 0 auto 60px;
}
.c-section-header__desc {
  color: #526071;
  margin-top: 12px;
}
.c-section-header__desc--light {
  color: #cbd5e1;
  margin-top: 12px;
}

.c-section-label {
  display: block;
  font-size: 0.8125rem;
  font-weight: 900;
  letter-spacing: 0.15em;
  color: #7fcce3;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.c-section-label--light {
  color: #38bdf8;
}

.c-section-title {
  position: relative;
  display: inline-block;
  font-size: 1.3rem;
  font-weight: 900;
  color: #1e293b;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .c-section-title {
    font-size: 2.25rem;
  }
}
.c-section-title__underline {
  display: block;
  width: 100%;
  height: 8px;
  margin-top: 6px;
  background: radial-gradient(circle, #7fcce3 30%, transparent 31%) repeat-x;
  background-size: 12px 8px;
}
.c-section-title__underline--light {
  background: radial-gradient(circle, #38bdf8 30%, transparent 31%) repeat-x;
  background-size: 12px 8px;
}

.c-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 28px;
  font-size: 0.95rem;
  font-weight: 700;
  border-radius: 50px;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
  transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}
.c-btn--accent {
  background-color: #d97706;
  color: #ffffff;
}
.c-btn--accent:hover {
  background-color: #b45309;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(217, 119, 6, 0.3);
}
.c-btn--outline {
  background-color: #ffffff;
  color: #1e6b93;
  border: 2px solid #7fcce3;
}
.c-btn--outline:hover {
  background-color: #e0f2fe;
  transform: translateY(-2px);
}
.c-btn--sm {
  padding: 10px 20px;
  font-size: 0.875rem;
}
.c-btn--lg {
  padding: 16px 32px;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .c-btn--lg {
    font-size: 1.3rem;
  }
}
.c-btn--full {
  width: 100%;
  padding: 12px 0;
  font-size: 0.9rem;
}

.c-illust-frame {
  position: relative;
  background: #ffffff;
  border: 2px dashed #7fcce3;
  border-radius: 18px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.c-illust-frame--hide {
  width: 140px;
  display: none;
}
.c-illust-frame__img {
  width: 100%;
  max-width: 140px;
  height: 140px;
  background-color: #FEF3C7;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.c-illust-frame__img img {
  width: 150px;
  height: auto;
}
.c-illust-frame__img.type01 {
  background-color: #E0F2FE;
}
.c-illust-frame__label {
  font-size: 0.75rem;
  font-weight: 700;
  color: #1e6b93;
  background: #e0f2fe;
  padding: 2px 10px;
  border-radius: 20px;
  margin-top: 8px;
}

.p-illust-badge-stamp {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 88px;
  height: 88px;
  background: #d97706;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: 900;
  line-height: 1.25;
  box-shadow: 0 8px 20px rgba(217, 119, 6, 0.35);
  transform: rotate(10deg);
  z-index: 10;
}

/* ヘッダー */
.p-header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
  z-index: 100;
  padding: 12px 0;
  overflow: hidden;
}
.p-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.p-header__logo {
  display: flex;
  align-items: center;
  gap: 10px;
}
.p-header__logo-icon {
  width: 38px;
  height: 38px;
  background: #7fcce3;
  color: #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  font-weight: 900;
}
.p-header__logo-text-jp {
  font-size: 1.25rem;
  font-weight: 900;
  color: #1e293b;
  line-height: 1.1;
}
.p-header__logo-text-en {
  font-size: 0.65rem;
  font-weight: 700;
  color: #526071;
  letter-spacing: 0.08em;
}
.p-header__nav {
  display: none;
}
@media (min-width: 992px) {
  .p-header__nav {
    display: flex;
    align-items: center;
    gap: 28px;
  }
}
.p-header__nav-link {
  font-size: 0.9375rem;
  font-weight: 700;
  color: #2b3648;
  position: relative;
}
.p-header__nav-link:hover {
  color: #7fcce3;
}
.p-header__contact-wrap {
  display: flex;
  align-items: center;
  gap: 16px;
}
.p-header__hamburger {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 22px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 110;
}
@media (min-width: 992px) {
  .p-header__hamburger {
    display: none;
  }
}
.p-header__hamburger span {
  display: block;
  width: 100%;
  height: 3px;
  background-color: #1e293b;
  border-radius: 3px;
  transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-header__hamburger.is-active span:nth-child(1) {
  transform: translateY(9.5px) rotate(45deg);
  background-color: #1e6b93;
}
.p-header__hamburger.is-active span:nth-child(2) {
  opacity: 0;
}
.p-header__hamburger.is-active span:nth-child(3) {
  transform: translateY(-9.5px) rotate(-45deg);
  background-color: #1e6b93;
}
.p-header__tel {
  display: none;
  text-align: right;
}
@media (min-width: 768px) {
  .p-header__tel {
    display: block;
  }
}
.p-header__tel-num {
  font-size: 1.15rem;
  font-weight: 900;
  color: #1e6b93;
  line-height: 1;
}
.p-header__tel-label {
  font-size: 0.6875rem;
  color: #526071;
}

/* ドロワー */
.p-drawer {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100vh;
  z-index: 105;
  transition: right 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  visibility: hidden;
}
.p-drawer.is-active {
  right: 0;
  visibility: visible;
}
.p-drawer.is-active .p-drawer__overlay {
  opacity: 1;
}
.p-drawer__overlay {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.4);
  backdrop-filter: blur(4px);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.p-drawer__content {
  position: absolute;
  top: 0;
  right: 0;
  width: 85%;
  max-width: 340px;
  height: 100%;
  background: #ffffff;
  box-shadow: -4px 0 24px rgba(0, 0, 0, 0.15);
  padding: 80px 24px 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow-y: auto;
}
.p-drawer__nav {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.p-drawer__link {
  font-size: 1rem;
  font-weight: 700;
  color: #1e293b;
  padding: 10px 0;
  border-bottom: 1px dashed #e0f2fe;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.p-drawer__link::after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 0.8rem;
  color: #7fcce3;
}
.p-drawer__cta {
  margin-top: 28px;
  padding-top: 20px;
  border-top: 2px solid #e0f2fe;
  text-align: center;
}
.p-drawer__tel-label {
  font-size: 0.75rem;
  color: #526071;
  margin-bottom: 4px;
}
.p-drawer__tel-num {
  font-size: 1.25rem;
  font-weight: 900;
  color: #1e6b93;
  display: block;
  margin-bottom: 12px;
}

/* ヒーローセクション */
.p-hero {
  position: relative;
  background: linear-gradient(135deg, #ffffff 0%, #f0f7fa 100%);
  padding-top: 50px;
  padding-bottom: 90px;
}
.p-hero__bg-stripes {
  position: absolute;
  inset: 0;
}
.p-hero__container {
  position: relative;
  z-index: 2;
}
.p-hero__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-items: center;
}
@media (min-width: 992px) {
  .p-hero__grid {
    grid-template-columns: 1.1fr 0.9fr;
    gap: 50px;
  }
}
.p-hero__badge-wrap {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.p-hero__title {
  font-size: 1.2rem;
  font-weight: 900;
  line-height: 1.35;
  color: #1e293b;
  margin-top: 14px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .p-hero__title {
    font-size: 1.7rem;
  }
}
.p-hero__title-highlight {
  background: linear-gradient(transparent 60%, #fef3c7 60%);
  padding: 0 4px;
}
.p-hero__lead {
  font-size: 0.7rem;
  color: #526071;
  margin-bottom: 28px;
}
@media (min-width: 992px) {
  .p-hero__lead {
    font-size: 1rem;
  }
}
.p-hero__btn-group {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}
.p-hero__visual-wrap {
  position: relative;
  margin-top: 20px;
}
@media (min-width: 992px) {
  .p-hero__visual-wrap {
    margin-top: 0;
  }
}
.p-hero__img-main {
  width: 100%;
  height: 380px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 28px;
  box-shadow: 0 12px 32px rgba(61, 165, 217, 0.12);
}
.p-hero__img-sub {
  position: absolute;
  bottom: -25px;
  left: -20px;
  width: 180px;
  height: 130px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 18px;
  border: 4px solid #ffffff;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
  display: none;
}
@media (min-width: 576px) {
  .p-hero__img-sub {
    display: block;
  }
}

/* お悩みセクション */
.p-sec-problems {
  position: relative;
  background: #ffffff;
  padding: 80px 0;
}
.p-sec-problems__inner {
  position: relative;
  z-index: 2;
}
.p-sec-problems__header {
  text-align: center;
  margin: 0 auto 48px;
}

.p-problems-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .p-problems-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.p-problem-card {
  background: #faf9f6;
  border-radius: 18px;
  padding: 16px;
  text-align: center;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(61, 165, 217, 0.15);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-problem-card__bubble {
  position: relative;
  background: #ffffff;
  border: 2px solid #e0f2fe;
  border-radius: 8px;
  padding: 14px 6px;
  margin-top: 12px;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #1e293b;
  line-height: 1.5;
  width: 100%;
}

.p-problems-solution {
  background: linear-gradient(135deg, #e0f2fe 0%, #f0f9ff 100%);
  border: 2px solid #7fcce3;
  border-radius: 18px;
  padding: 28px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
  align-items: center;
}
.p-problems-solution__heading {
  font-size: 1.15rem;
  font-weight: 900;
  color: #1e6b93;
  margin-bottom: 8px;
}
.p-problems-solution__icon {
  color: #d97706;
}
.p-problems-solution__text {
  font-size: 0.95rem;
  color: #2b3648;
}

/* お知らせセクション */
.p-sec-news {
  background: #faf9f6;
  padding: 60px 0;
}

.p-news-box {
  background: #ffffff;
  border-radius: 18px;
  padding: 24px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
}
.p-news-box__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
  border-bottom: 2px solid #e0f2fe;
  padding-bottom: 10px;
}
.p-news-box__title {
  font-size: 1.1rem;
  font-weight: 900;
  color: #1e293b;
}
.p-news-box__icon {
  color: #7fcce3;
}

.p-news-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 12px 0;
  border-bottom: 1px solid #f1f5f9;
}
@media (min-width: 768px) {
  .p-news-item {
    flex-direction: row;
    align-items: center;
    gap: 20px;
  }
}
.p-news-item:last-child {
  border-bottom: none;
}
.p-news-item__link {
  font-weight: 700;
}

.p-news-date {
  font-size: 0.8125rem;
  color: #526071;
  font-weight: 700;
}

/* 強みセクション */
.p-sec-strengths {
  padding: 90px 0;
  background: #ffffff;
}

.p-strength-item {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  align-items: center;
  margin-top: 50px;
}
@media (min-width: 992px) {
  .p-strength-item {
    grid-template-columns: 1fr 1fr;
    gap: 60px;
  }
  .p-strength-item:nth-child(even) .p-strength-item__content {
    order: 2;
  }
}
.p-strength-item__desc {
  color: #526071;
}
.p-strength-item__img-wrap {
  position: relative;
}
.p-strength-item__num {
  font-size: 2.5rem;
  font-weight: 900;
  color: #7fcce3;
  line-height: 1;
}
.p-strength-item__title {
  font-size: 1.35rem;
  font-weight: 900;
  color: #1e293b;
  margin: 8px 0 16px;
}
.p-strength-item__img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 18px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
}

/* 下層訴求セクション */
.p-sec-underlayer {
  background: linear-gradient(135deg, #0f172a 0%, #1e3a5f 100%);
  color: #ffffff;
  position: relative;
  padding: 100px 0;
}
.p-sec-underlayer .c-section-title {
  color: #ffffff;
}
.p-sec-underlayer__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  margin-top: 40px;
}
@media (min-width: 768px) {
  .p-sec-underlayer__grid {
    grid-template-columns: 1fr 1fr;
  }
}

.p-underlayer-box {
  border-radius: 18px;
  padding: 28px;
}
.p-underlayer-box--danger {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.p-underlayer-box--success {
  background: rgba(56, 189, 248, 0.12);
  border: 1px solid #38bdf8;
  padding: 24px;
}
.p-underlayer-box__title {
  font-size: 1.15rem;
  font-weight: 700;
  margin-bottom: 16px;
}
.p-underlayer-box__title--danger {
  color: #f59e0b;
}
.p-underlayer-box__title--success {
  color: #38bdf8;
}
.p-underlayer-box__list {
  font-size: 0.9375rem;
  line-height: 2.2;
  list-style: none;
}
.p-underlayer-box__list--danger {
  color: #cbd5e1;
}
.p-underlayer-box__list--success {
  color: #ffffff;
}

/* サービスセクション */
.p-sec-services {
  padding: 90px 0;
  background: #f0f7fa;
}
.p-sec-services__btn-wrap {
  text-align: center;
  margin-top: 40px;
}

.p-services-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  margin-top: 48px;
}
@media (min-width: 768px) {
  .p-services-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.p-service-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 28px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
  transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-service-card--highlight {
  border-top: 4px solid #7fcce3;
  position: relative;
}
.p-service-card__badge {
  position: absolute;
  top: -14px;
  right: 20px;
  background: #d97706;
  color: #fff;
  font-size: 0.6875rem;
  font-weight: 800;
  padding: 2px 10px;
  border-radius: 10px;
}
.p-service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(61, 165, 217, 0.12);
}
.p-service-card__icon {
  width: 50px;
  height: 50px;
  background: #e0f2fe;
  color: #1e6b93;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
  margin-bottom: 16px;
}
.p-service-card__icon--primary {
  background: #7fcce3;
  color: #fff;
}
.p-service-card__title {
  font-size: 1.2rem;
  font-weight: 900;
  color: #1e293b;
  margin-bottom: 12px;
}
.p-service-card__desc {
  font-size: 0.9375rem;
  color: #526071;
}
.p-service-card__link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.875rem;
  font-weight: 700;
  color: #1e6b93;
  margin-top: 16px;
  transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-service-card__link:hover {
  color: #d97706;
  transform: translateX(4px);
}

/* 施工実績 (WORKS) */
.p-sec-works {
  padding: 90px 0;
  background: #ffffff;
}
.p-sec-works__btn-wrap {
  text-align: center;
  margin-top: 40px;
}

.p-works-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  margin-top: 48px;
}
@media (min-width: 768px) {
  .p-works-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.p-work-card {
  background: #ffffff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
  border: 1px solid #e2e8f0;
  transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  display: flex;
  flex-direction: column;
}
.p-work-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(61, 165, 217, 0.12);
}
.p-work-card:hover .p-work-card__img {
  transform: scale(1.05);
}
.p-work-card__img-wrap {
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden;
}
.p-work-card__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-work-card__badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background: rgba(30, 41, 59, 0.85);
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 4px;
  backdrop-filter: blur(4px);
}
.p-work-card__body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.p-work-card__meta {
  font-size: 0.75rem;
  color: #526071;
  margin-bottom: 6px;
}
.p-work-card__icon {
  color: #7fcce3;
}
.p-work-card__title {
  font-size: 1.05rem;
  font-weight: 900;
  color: #1e293b;
  line-height: 1.4;
  margin-bottom: 10px;
}
.p-work-card__desc {
  font-size: 0.875rem;
  color: #526071;
  line-height: 1.6;
  margin-bottom: 16px;
  flex-grow: 1;
}

/* フローセクション */
.p-sec-flow {
  padding: 90px 0;
  background: #ffffff;
}

.p-flow-steps {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-top: 48px;
}
@media (min-width: 768px) {
  .p-flow-steps {
    grid-template-columns: repeat(5, 1fr);
  }
}

.p-flow-step {
  background: #faf9f6;
  border-radius: 8px;
  padding: 20px 2px;
  text-align: center;
  position: relative;
  border: 1px solid #e2e8f0;
}
.p-flow-step__num {
  font-size: 0.75rem;
  font-weight: 900;
  color: #7fcce3;
  background: #e0f2fe;
  padding: 2px 8px;
  border-radius: 10px;
  display: inline-block;
  margin-bottom: 8px;
}
.p-flow-step__title {
  font-size: 0.95rem;
  font-weight: 700;
  color: #1e293b;
}
.p-flow-step__desc {
  font-size: 0.8125rem;
  color: #526071;
  margin-top: 6px;
}

/* CTAセクション */
.p-sec-cta {
  background: linear-gradient(135deg, #1e6b93 0%, #7fcce3 100%);
  color: #ffffff;
  padding: 90px 0;
  text-align: center;
}

.p-cta-box {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 28px;
  padding: 40px 24px;
}
@media (min-width: 768px) {
  .p-cta-box {
    padding: 60px 40px;
  }
}
.p-cta-box__title {
  font-size: 1rem;
  font-weight: 900;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .p-cta-box__title {
    font-size: 1.75rem;
  }
}
.p-cta-box__desc {
  font-size: 0.7rem;
  opacity: 0.9;
}
@media (min-width: 768px) {
  .p-cta-box__desc {
    font-size: 0.95rem;
  }
}
.p-cta-box__buttons {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  justify-content: center;
  margin-top: 32px;
}
@media (min-width: 768px) {
  .p-cta-box__buttons {
    flex-direction: row;
  }
}

.p-cta-phone-card {
  background: #ffffff;
  color: #1e293b;
  padding: 14px 28px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
}
.p-cta-phone-card__icon {
  font-size: 1.5rem;
  color: #7fcce3;
}
.p-cta-phone-card__text {
  text-align: left;
  line-height: 1.4;
}
.p-cta-phone-card__label {
  font-size: 0.5rem;
  color: #526071;
}
@media (min-width: 768px) {
  .p-cta-phone-card__label {
    font-size: 0.9rem;
  }
}
.p-cta-phone-card__num {
  font-size: 1rem;
  font-weight: 900;
  color: #1e6b93;
}
@media (min-width: 768px) {
  .p-cta-phone-card__num {
    font-size: 1.8rem;
  }
}

/* アクセスセクション */
.p-sec-access {
  padding: 80px 0;
  background: #ffffff;
}

.p-access-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}
@media (min-width: 992px) {
  .p-access-grid {
    grid-template-columns: 1fr 1fr;
    align-items: start;
  }
}

.p-access-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9375rem;
}
.p-access-table__tr {
  border-bottom: 1px solid #e2e8f0;
}
.p-access-table__th {
  padding: 14px 12px;
  text-align: left;
  width: 120px;
  color: #526071;
}
.p-access-table__td {
  padding: 14px 12px;
}
.p-access-table__td--bold {
  font-weight: 700;
}

.p-access-map-wrap {
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
  border: 1px solid #e2e8f0;
  line-height: 0;
}

.p-access-map-iframe {
  border: 0;
  width: 100%;
  height: 340px;
}

.p-access-map-link {
  margin-top: 10px;
  text-align: right;
}
.p-access-map-link__a {
  font-size: 0.8125rem;
  color: #1e6b93;
  font-weight: 700;
}

/* フッター */
.p-footer {
  background: #1e293b;
  color: #94a3b8;
  padding: 60px 0 30px;
  font-size: 0.875rem;
}
.p-footer__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .p-footer__grid {
    grid-template-columns: 1fr 1fr;
  }
}
.p-footer__title {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 900;
  margin-bottom: 12px;
}
.p-footer__text {
  margin-bottom: 8px;
}
.p-footer__nav {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.p-footer__link {
  color: #cbd5e1;
}
.p-footer__copyright {
  text-align: center;
  padding-top: 30px;
  border-top: 1px solid #334155;
  font-size: 0.75rem;
}

/* 下層ページ ヒーロー */
.p-page-hero {
  position: relative;
  background: linear-gradient(135deg, #e0f2fe 0%, #f0f7fa 100%);
  padding: 60px 0 80px;
  text-align: center;
}
.p-page-hero__title-en {
  font-size: 0.875rem;
  font-weight: 900;
  color: #7fcce3;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 8px;
  display: block;
}
.p-page-hero__title {
  font-size: 2rem;
  font-weight: 900;
  color: #1e293b;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .p-page-hero__title {
    font-size: 2.5rem;
  }
}

/* パンくずリスト */
.p-breadcrumb {
  background: #ffffff;
  padding: 12px 0;
  font-size: 0.8125rem;
}
.p-breadcrumb__list {
  display: flex;
  align-items: center;
  gap: 8px;
  list-style: none;
  color: #526071;
}
.p-breadcrumb__item a:hover {
  color: #7fcce3;
  text-decoration: underline;
}
.p-breadcrumb__item--current {
  font-weight: 700;
  color: #1e293b;
}

/* 代表ご挨拶セクション */
.p-sec-greeting {
  padding: 90px 0;
  background: #ffffff;
}

.p-greeting-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  align-items: start;
}
@media (min-width: 992px) {
  .p-greeting-grid {
    grid-template-columns: 0.85fr 1.15fr;
    gap: 60px;
  }
}

.p-greeting-img-wrap {
  position: relative;
}

.p-greeting-img {
  width: 100%;
  height: 620px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 18px;
  box-shadow: 0 12px 32px rgba(61, 165, 217, 0.12);
}

.p-greeting-badge-stamp {
  position: absolute;
  bottom: -20px;
  right: -15px;
  background: #d97706;
  color: #ffffff;
  padding: 15px;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 0.6rem;
  text-align: center;
  font-weight: 900;
  line-height: 1.2;
  box-shadow: 0 8px 20px rgba(217, 119, 6, 0.35);
  transform: rotate(-6deg);
}

.p-greeting-catch {
  font-size: 1.4rem;
  font-weight: 900;
  line-height: 1.5;
  color: #1e6b93;
  margin-bottom: 24px;
  position: relative;
  padding-left: 20px;
  border-left: 5px solid #7fcce3;
}
@media (min-width: 768px) {
  .p-greeting-catch {
    font-size: 1.75rem;
  }
}

.p-greeting-text {
  color: #2b3648;
  font-size: 0.96875rem;
  line-height: 2;
  margin-bottom: 20px;
}

.p-greeting-profile {
  margin-top: 36px;
  padding-top: 24px;
  border-top: 2px dashed #e0f2fe;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 16px;
  text-align: right;
}
.p-greeting-profile__role {
  font-size: 0.8125rem;
  color: #526071;
  font-weight: 700;
}
.p-greeting-profile__name {
  font-size: 1.35rem;
  font-weight: 900;
  color: #1e293b;
}

/* 企業理念セクション */
.p-sec-philosophy {
  padding: 90px 0;
  background: #f0f7fa;
  position: relative;
}

.p-philosophy-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  margin-top: 40px;
}
@media (min-width: 768px) {
  .p-philosophy-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.p-philosophy-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 32px 24px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
  text-align: center;
  border: 1px solid rgba(61, 165, 217, 0.15);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-philosophy-card__icon {
  width: 60px;
  height: 60px;
  background: #e0f2fe;
  color: #1e6b93;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  margin-bottom: 20px;
}
.p-philosophy-card__title {
  font-size: 1.2rem;
  font-weight: 900;
  color: #1e293b;
  margin-bottom: 12px;
}
.p-philosophy-card__desc {
  font-size: 0.9rem;
  color: #526071;
  line-height: 1.8;
}

/* 会社概要セクション */
.p-sec-company-info {
  padding: 90px 0;
  background: #ffffff;
}

.p-company-table-wrap {
  background: #ffffff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
  border: 1px solid #e2e8f0;
  margin-bottom: 60px;
}

.p-company-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9375rem;
}
.p-company-table__tr {
  border-bottom: 1px solid #e2e8f0;
}
.p-company-table__tr:last-child {
  border-bottom: none;
}
.p-company-table__th {
  padding: 20px 24px;
  text-align: left;
  width: 180px;
  background: #faf9f6;
  color: #1e293b;
  font-weight: 700;
  vertical-align: top;
}
@media (max-width: 767px) {
  .p-company-table__th {
    display: block;
    width: 100%;
    padding: 14px 20px 6px;
    background: #f1f5f9;
  }
}
.p-company-table__td {
  padding: 20px 24px;
  color: #2b3648;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .p-company-table__td {
    display: block;
    width: 100%;
    padding: 6px 20px 16px;
  }
}
.p-company-table__td--bold {
  font-weight: 700;
  color: #1e293b;
}

.p-access-box {
  background: #faf9f6;
  border-radius: 18px;
  padding: 32px;
  border: 1px solid #e2e8f0;
}
.p-access-box__title {
  font-size: 1.3rem;
  font-weight: 900;
  color: #1e293b;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.p-access-box__title i {
  color: #7fcce3;
}

.p-access-map-iframe {
  border: 0;
  width: 100%;
  height: 380px;
  border-radius: 8px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
  margin-top: 16px;
}

/* サービス導入・概要 */
.p-sec-service-intro {
  padding: 80px 0 40px;
  background: #ffffff;
}

.p-service-intro-box {
  background: #f0f7fa;
  border-radius: 18px;
  padding: 36px 28px;
  border: 2px dashed #7fcce3;
  text-align: center;
  position: relative;
}
@media (min-width: 768px) {
  .p-service-intro-box {
    padding: 48px 40px;
  }
}
.p-service-intro-box__title {
  font-size: 1.4rem;
  font-weight: 900;
  color: #1e6b93;
  margin-bottom: 16px;
}
.p-service-intro-box__desc {
  font-size: 0.96875rem;
  line-height: 1.95;
  color: #2b3648;
  max-width: 800px;
  margin: 0 auto;
}

/* サービス一覧（カード形式） */
.p-sec-services-list {
  padding: 60px 0 90px;
  background: #ffffff;
}

.p-service-item {
  display: grid;
  grid-template-columns: 1fr;
  gap: 36px;
  align-items: center;
  background: #faf9f6;
  border-radius: 18px;
  padding: 32px 24px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
  margin-bottom: 40px;
  position: relative;
  overflow: hidden;
}
@media (min-width: 992px) {
  .p-service-item {
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    padding: 48px;
  }
  .p-service-item--reverse .p-service-item__content {
    order: 2;
  }
}
.p-service-item--feature {
  border: 2px solid #7fcce3;
  background: #ffffff;
  box-shadow: 0 12px 32px rgba(61, 165, 217, 0.12);
}
.p-service-item--feature .p-service-item__list {
  background: #e0f2fe;
  border-color: rgba(61, 165, 217, 0.3);
}
.p-service-item__badge-stamp {
  position: absolute;
  top: 16px;
  right: 16px;
  background: #d97706;
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 900;
  padding: 6px 16px;
  border-radius: 50px;
  box-shadow: 0 4px 12px rgba(217, 119, 6, 0.25);
}
.p-service-item__header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}
.p-service-item__icon {
  width: 56px;
  height: 56px;
  background: #e0f2fe;
  color: #1e6b93;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  flex-shrink: 0;
}
.p-service-item__icon--primary {
  background: #7fcce3;
  color: #fff;
}
.p-service-item__num {
  font-size: 0.8125rem;
  font-weight: 900;
  color: #7fcce3;
  letter-spacing: 0.1em;
  display: block;
}
.p-service-item__title {
  font-size: 1.4rem;
  font-weight: 900;
  color: #1e293b;
  line-height: 1.35;
}
@media (min-width: 768px) {
  .p-service-item__title {
    font-size: 1.6rem;
  }
}
.p-service-item__desc {
  font-size: 0.95rem;
  color: #526071;
  line-height: 1.9;
  margin-bottom: 20px;
}
.p-service-item__list {
  list-style: none;
  background: #ffffff;
  padding: 16px 20px;
  border-radius: 8px;
  border: 1px solid #e2e8f0;
}
.p-service-item__list-item {
  font-size: 0.875rem;
  font-weight: 700;
  color: #1e293b;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 6px 0;
  border-bottom: 1px dashed #cbd5e1;
}
.p-service-item__list-item:last-child {
  border-bottom: none;
}
.p-service-item__list-item i {
  color: #7fcce3;
}
.p-service-item__img-wrap {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
}
.p-service-item__img {
  width: 100%;
  height: 320px;
  -o-object-fit: cover;
     object-fit: cover;
}

/* こだわり・職人技セクション */
.p-sec-craftsmanship {
  padding: 90px 0;
  background: #f0f7fa;
  position: relative;
}

.p-craft-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  margin-top: 40px;
}
@media (min-width: 768px) {
  .p-craft-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.p-craft-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 32px 24px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(61, 165, 217, 0.15);
  display: flex;
  flex-direction: column;
}
.p-craft-card__badge {
  font-size: 0.75rem;
  font-weight: 900;
  color: #d97706;
  background: #fef3c7;
  padding: 4px 12px;
  border-radius: 20px;
  align-self: flex-start;
  margin-bottom: 12px;
}
.p-craft-card__title {
  font-size: 1.2rem;
  font-weight: 900;
  color: #1e293b;
  margin-bottom: 12px;
  line-height: 1.4;
}
.p-craft-card__desc {
  font-size: 0.9rem;
  color: #526071;
  line-height: 1.8;
  flex-grow: 1;
}
.p-craft-card__img {
  width: 100%;
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  margin-top: 20px;
}

/* FAQセクション */
.p-sec-faq {
  padding: 90px 0;
  background: #ffffff;
}

.p-faq-list {
  max-width: 860px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.p-faq-item {
  background: #faf9f6;
  border-radius: 8px;
  border: 1px solid #e2e8f0;
  overflow: hidden;
}

.p-faq-question {
  padding: 20px 24px;
  font-size: 1.05rem;
  font-weight: 700;
  color: #1e293b;
  display: flex;
  align-items: center;
  gap: 16px;
  background: #ffffff;
}
.p-faq-question__q {
  font-size: 1.25rem;
  font-weight: 900;
  color: #7fcce3;
}

.p-faq-answer {
  padding: 20px 24px 20px 64px;
  font-size: 0.9375rem;
  color: #2b3648;
  line-height: 1.85;
  background: #faf9f6;
  border-top: 1px solid #e2e8f0;
  position: relative;
}
.p-faq-answer__a {
  position: absolute;
  top: 18px;
  left: 24px;
  font-size: 1.25rem;
  font-weight: 900;
  color: #d97706;
}

/* 電話お問い合わせセクション */
.p-sec-phone-contact {
  padding: 80px 0 80px;
  background: #ffffff;
}

.p-phone-box {
  background: linear-gradient(135deg, #e0f2fe 0%, #f0f7fa 100%);
  border: 2px solid #7fcce3;
  border-radius: 18px;
  padding: 36px 24px;
  text-align: center;
  position: relative;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
}
@media (min-width: 768px) {
  .p-phone-box {
    padding: 48px 40px;
  }
}
.p-phone-box__badge {
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  background: #d97706;
  color: #ffffff;
  font-size: 0.8125rem;
  font-weight: 900;
  padding: 6px 20px;
  border-radius: 50px;
  box-shadow: 0 4px 12px rgba(217, 119, 6, 0.25);
  white-space: nowrap;
}
.p-phone-box__title {
  font-size: 1.25rem;
  font-weight: 900;
  color: #1e293b;
  margin-top: 8px;
  margin-bottom: 12px;
}
.p-phone-box__number {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 2.2rem;
  font-weight: 900;
  color: #1e6b93;
  line-height: 1.1;
  margin: 12px 0;
  transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}
@media (min-width: 768px) {
  .p-phone-box__number {
    font-size: 3rem;
  }
}
.p-phone-box__number:hover {
  opacity: 0.85;
  transform: scale(1.02);
}
.p-phone-box__hours {
  font-size: 0.875rem;
  color: #526071;
  font-weight: 700;
}
.p-phone-box__note {
  font-size: 0.875rem;
  color: #2b3648;
  margin-top: 12px;
}

/* 安心ポイントカード */
.p-reassurance-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-top: 40px;
}
@media (min-width: 768px) {
  .p-reassurance-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.p-reassurance-card {
  background: #faf9f6;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 24px 20px;
  text-align: center;
}
.p-reassurance-card__icon {
  width: 48px;
  height: 48px;
  background: #ffffff;
  color: #7fcce3;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  margin: 0 auto 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}
.p-reassurance-card__title {
  font-size: 1.05rem;
  font-weight: 900;
  color: #1e293b;
  margin-bottom: 6px;
}
.p-reassurance-card__desc {
  font-size: 0.85rem;
  color: #526071;
  line-height: 1.7;
}

/* お問い合わせフォームセクション */
.p-sec-contact-form {
  padding: 60px 0 90px;
  background: #ffffff;
}

.p-form-wrapper {
  background: #faf9f6;
  border-radius: 18px;
  padding: 32px 20px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
}
@media (min-width: 768px) {
  .p-form-wrapper {
    padding: 56px 48px;
  }
}

.p-form-intro {
  text-align: center;
  margin-bottom: 40px;
  padding-bottom: 24px;
  border-bottom: 2px dashed #e0f2fe;
}
.p-form-intro__title {
  font-size: 1.4rem;
  font-weight: 900;
  color: #1e293b;
  margin-bottom: 12px;
}
.p-form-intro__desc {
  font-size: 0.9375rem;
  color: #526071;
  line-height: 1.8;
}

.p-form-group {
  margin-bottom: 28px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}
@media (min-width: 768px) {
  .p-form-group {
    grid-template-columns: 220px 1fr;
    gap: 20px;
    align-items: start;
  }
}

.p-form-label {
  font-size: 0.9375rem;
  font-weight: 700;
  color: #1e293b;
  display: flex;
  align-items: center;
  gap: 8px;
  padding-top: 10px;
}

.p-form-tag {
  font-size: 0.6875rem;
  font-weight: 900;
  padding: 2px 8px;
  border-radius: 4px;
  color: #ffffff;
}
.p-form-tag--required {
  background-color: #e11d48;
}
.p-form-tag--optional {
  background-color: #64748b;
}

/* 入力フィールド共通スタイル */
.p-form-input,
.p-form-select,
.p-form-textarea {
  width: 100%;
  padding: 14px 16px;
  font-size: 0.95rem;
  font-family: "Noto Sans JP", sans-serif;
  color: #2b3648;
  background-color: #ffffff;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.p-form-input:focus,
.p-form-select:focus,
.p-form-textarea:focus {
  outline: none;
  border-color: #7fcce3;
  box-shadow: 0 0 0 3px rgba(61, 165, 217, 0.2);
}

.p-form-select-wrap {
  position: relative;
}
.p-form-select-wrap::after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: #526071;
  pointer-events: none;
  font-size: 0.8rem;
}

.p-form-radio-group,
.p-form-checkbox-group {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  padding-top: 8px;
}

.p-form-check-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.9375rem;
  color: #2b3648;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.p-form-check-label input {
  width: 18px;
  height: 18px;
  accent-color: #7fcce3;
  cursor: pointer;
}

.p-form-textarea {
  min-height: 160px;
  resize: vertical;
  line-height: 1.7;
}

.p-form-privacy {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 20px;
  font-size: 0.8125rem;
  color: #526071;
  line-height: 1.8;
  max-height: 140px;
  overflow-y: auto;
  margin-top: 10px;
  margin-bottom: 24px;
}
.p-form-privacy-agree {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 24px;
  font-size: 0.9375rem;
  font-weight: 700;
}

.p-form-submit-wrap {
  text-align: center;
  margin-top: 36px;
}

/* お問い合わせの流れセクション */
.p-sec-contact-flow {
  padding: 80px 0;
  background: #f0f7fa;
}

.p-contact-steps {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-top: 40px;
}
@media (min-width: 768px) {
  .p-contact-steps {
    grid-template-columns: repeat(4, 1fr);
  }
}

.p-contact-step-card {
  background: #ffffff;
  border-radius: 8px;
  padding: 24px 20px;
  text-align: center;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(61, 165, 217, 0.15);
  position: relative;
}
.p-contact-step-card__num {
  font-size: 0.75rem;
  font-weight: 900;
  color: #1e6b93;
  background: #e0f2fe;
  padding: 3px 12px;
  border-radius: 20px;
  display: inline-block;
  margin-bottom: 12px;
}
.p-contact-step-card__title {
  font-size: 1.1rem;
  font-weight: 900;
  color: #1e293b;
  margin-bottom: 8px;
}
.p-contact-step-card__desc {
  font-size: 0.85rem;
  color: #526071;
  line-height: 1.7;
}

/* ページヘッド */
.p-page-head {
  padding: 40px 0 20px;
  text-align: center;
}
.p-page-head__tag {
  display: inline-block;
  background: #e0f2fe;
  color: #1e6b93;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 20px;
  margin-bottom: 12px;
}
.p-page-head__title {
  font-size: 1.5rem;
  font-weight: 900;
  color: #1e293b;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .p-page-head__title {
    font-size: 1.85rem;
  }
}

/* 詳細カード */
.p-detail-card {
  background: #ffffff;
  border-radius: 12px;
  border: 1px solid #cbd5e1;
  padding: 24px;
  margin-bottom: 30px;
}

/* 施工スペックテーブル */
.p-specs-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.875rem;
}
.p-specs-table tr {
  border-bottom: 1px solid #cbd5e1;
}
.p-specs-table tr:last-child {
  border-bottom: none;
}
.p-specs-table th {
  width: 120px;
  padding: 10px 0;
  color: #526071;
  text-align: left;
  font-weight: 700;
}
.p-specs-table td {
  padding: 10px 0;
  color: #2b3648;
}

/* 写真ギャラリー */
.p-photo-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin: 30px 0;
}
@media (min-width: 640px) {
  .p-photo-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.p-photo-item {
  background: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #cbd5e1;
}
.p-photo-item__img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-photo-item__caption {
  padding: 12px 16px;
  font-size: 0.875rem;
}
.p-photo-item__label {
  font-size: 0.75rem;
  font-weight: 700;
  color: #1e6b93;
  display: block;
  margin-bottom: 4px;
}

/* ポイント解説 */
.p-section-title {
  font-size: 1.15rem;
  font-weight: 900;
  color: #1e293b;
  margin-bottom: 12px;
  border-left: 4px solid #7fcce3;
  padding-left: 10px;
}

.p-point-list {
  list-style: none;
  margin-bottom: 30px;
}
.p-point-list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
  font-size: 0.9375rem;
}
.p-point-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #7fcce3;
  font-weight: 900;
}

/* 導線ボタン */
.p-back-btn-wrap {
  text-align: center;
  margin: 40px 0 60px;
}

.p-back-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 24px;
  border: 1px solid #526071;
  border-radius: 50px;
  font-size: 0.875rem;
  font-weight: 700;
  color: #2b3648;
  transition: all 0.2s ease;
}
.p-back-btn:hover {
  background: #e0f2fe;
  border-color: #7fcce3;
  color: #1e6b93;
}

/*新メールフォーム*/
.form {
  margin: 10px 0 10px;
}
.form dt span {
  color: #fff;
  background: #FF4F4F;
  padding: 0 5px 0;
  margin-right: 5px;
  font-size: 11px;
  border-radius: 2px;
  position: relative;
  top: -2px;
}
.form dt strong {
  color: #fff;
  background: #999;
  padding: 0 5px 0;
  margin-right: 5px;
  font-size: 11px;
  border-radius: 2px;
  position: relative;
  top: -2px;
}
.form dt .optional::before {
  content: "任意";
  color: #fff;
  background: #999;
}
.form dl {
  margin: 10px 0;
  font-size: 16px;
}
.form dt {
  float: left;
  width: 280px;
  padding-top: 20px;
}
.form dd {
  padding-left: 280px;
  padding-bottom: 20px;
  padding-top: 23px;
  line-height: 1.5;
  border-bottom: 1px solid #eee;
}
.form dd p {
  font-size: 14px;
  padding-top: 5px;
  color: #888;
}
.form dd:last-child {
  border-bottom: 0px;
  margin-bottom: 0px;
}

.dropdown {
  border-radius: 2px;
  border: 1px solid #ddd;
}

.textarea, .textarea2 {
  width: 95%;
  border-radius: 2px;
  border: 1px solid #ddd;
  padding: 5px;
}

.form-button {
  padding: 5px;
  border-radius: 5px;
  text-align: center;
  margin: 10px 0;
}

#mailform button {
  font-family: "Noto Sans JP", sans-serif;
  cursor: pointer;
  display: block;
  margin: 0 auto 5px;
  padding: 10px 0 10px;
  color: #fff;
  text-align: center;
  width: 250px;
  border-radius: 5px;
  background: #5c4233;
  font-size: 16px;
  font-weight: bold;
  border: 2px solid #5c4233;
}
#mailform button:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f0e0";
  margin-right: 6px;
}
#mailform button:hover {
  background: #fff;
  color: #5c4233;
}
#mailform button * {
  transition: 0.2s;
}

.form-button * {
  transition: 0.2s;
}

/*RadioとText*/
label {
  display: block;
}
label.radio_text {
  cursor: pointer;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
  padding-left: 20px;
  display: inline-block;
}
label.radio_text:before {
  position: absolute;
  width: 15px;
  height: 15px;
  border: 1px solid #ccc;
  border-radius: 50%;
  left: 0px;
  top: 2px;
  content: "";
  z-index: 3;
}
label.radio_text:after {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  border-radius: 100%;
  left: 2px;
  top: 4px;
  background-color: #5c4233;
  z-index: 1;
}
label.radio_text input[type=radio] {
  -moz-appearance: none;
  -webkit-appearance: none;
  position: absolute;
  z-index: 2;
  width: 15px;
  height: 15px;
  left: -15px;
  top: 2px;
  margin: 0px;
  box-shadow: 15px -1px #fff;
  border-radius: 50%;
}
label.radio_text input[type=radio]:checked {
  box-shadow: none;
}
label.radio_text input[type=radio]:focus {
  opacity: 0.2;
  box-shadow: 15px -1px #FFF;
}
label.checkbox_text {
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  margin-right: 20px;
  overflow: hidden;
  display: inline-block;
  box-sizing: border-box;
}
label.checkbox_text:before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  left: 0px;
  top: 0;
  border: 1px solid #ccc;
  z-index: 3;
}
label.checkbox_text:after {
  content: "";
  position: absolute;
  top: 40%;
  left: 5px;
  display: block;
  margin-top: -9px;
  width: 8px;
  height: 12px;
  border-right: 3px solid #5c4233;
  border-bottom: 3px solid #5c4233;
  transform: rotate(45deg);
  z-index: 1;
}
label.checkbox_text input[type=checkbox] {
  -moz-appearance: none;
  -webkit-appearance: none;
  position: absolute;
  left: -40px;
  width: 20px;
  height: 20px;
  display: block;
  box-shadow: 41px 0px #FFF;
  z-index: 2;
  margin: 0px;
  padding: 0px;
}
label.checkbox_text input[type=checkbox]:checked {
  box-shadow: none;
}
label.checkbox_text input[type=checkbox]:checked:focus {
  box-shadow: 40px 0px #666;
  opacity: 0.1;
}
label.checkbox_text input[type=checkbox]:focus {
  box-shadow: 41px 0px #EEE;
}

/*CheckBoxとText */
.fm-text {
  padding: 10px;
  font-size: 11px;
  margin: 10px 0;
}

@media all and (max-width: 890px) {
  .form dl {
    margin: 10px 0;
  }
  .form dt {
    float: none;
    width: 100%;
    line-height: 20px;
    padding-top: 10px;
  }
  .form dd {
    width: 100%;
    padding-left: 0;
    padding-bottom: 10px;
    padding-top: 10px;
    line-height: 20px;
    border-bottom: 1px solid #eee;
  }
  .form dd:last-child {
    border-bottom: 0px;
    margin-bottom: 0px;
  }
}
@media (max-width: 1024px) {
  .form-contents :not(.pattern-exclusion) button {
    width: 100% !important;
  }
}
/* /新メールフォーム */
.blog-box {
  margin-bottom: 50px;
}
.blog-box img {
  max-width: 100%;
  height: auto;
}

.page_next {
  float: right;
}

.page_prev {
  float: left;
}

.mtitle_box {
  background: rgba(23, 125, 23, 0.1);
  border-radius: 10px;
  color: #343338;
  font-size: 2rem;
  position: relative;
  padding: 10px 10px;
  margin-bottom: 20px;
  font-weight: 700;
}
.mtitle_box span {
  font-weight: normal;
  font-size: 14px;
  padding-left: 10px;
}

@media all and (max-width: 639px) {
  .mtitle_box {
    font-size: 1.8rem;
  }
}
.newsl2 dt {
  font-size: 120%;
  padding-top: 10px;
  line-height: 1.3;
  color: #5c4233;
  font-weight: bold;
}
.newsl2 dd {
  padding-bottom: 5px;
  padding-top: 10px;
  margin-bottom: 15px;
  line-height: 1.6;
  border-bottom: dotted 1px #b6ae83;
}
.newsl2 dd b {
  color: #594C39;
}/*# sourceMappingURL=basis.css.map */