@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;
}

*,
::before,
::after {
  box-sizing: border-box;
}

.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/28467/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;
  }
}
:root {
  --navy: #0b2e5c;
  --accent: #1667a8;
  --ink: #1b2430;
  --muted: #5d6b7a;
  --line: #dfe5ec;
  --bg: #f4f7fa;
  --serif: Noto Serif JP, Yu Mincho, Hiragino Mincho ProN, serif;
  --sans: Noto Sans JP, Hiragino Kaku Gothic ProN, Yu Gothic, sans-serif;
  --wrap: 1160px;
}

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

body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  color: #1b2430;
  background: #fff;
  line-height: 1.95;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}

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

a {
  color: #1667a8;
  text-decoration: none;
}
a:hover {
  color: #0b2e5c;
}

h1, h2, h3 {
  font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-weight: 600;
  line-height: 1.55;
  letter-spacing: 0.02em;
}

ul {
  list-style: none;
}

.wrap, .wrap2 {
  width: min(1160px, 100% - 48px);
  margin-inline: auto;
}

.label {
  display: flex;
  align-items: center;
  gap: 14px;
  font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 12px;
  letter-spacing: 0.3em;
  color: #1667a8;
}
.label::before {
  content: "";
  width: 40px;
  height: 1px;
  background: #1667a8;
}

.ph {
  position: relative;
  background: repeating-linear-gradient(135deg, #e7edf4 0 10px, #eff3f8 10px 20px);
  display: grid;
  place-items: center;
  color: #8fa1b5;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 12px;
  letter-spacing: 0.06em;
  text-align: center;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: #0b2e5c;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding: 16px 30px;
  border-radius: 2px;
  white-space: nowrap;
  transition: background 0.2s, color 0.2s;
}
@media (max-width: 900px) {
  .btn {
    padding: 10px 20px;
    font-size: 14px;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
.btn::after {
  content: "→";
}
.btn:hover {
  background: #1667a8;
  color: #fff;
}
.btn.line {
  background: transparent;
  color: #0b2e5c;
  border: 1px solid #0b2e5c;
}
.btn.line:hover {
  background: #0b2e5c;
  color: #fff;
}
.btn.big {
  font-size: 16px;
  padding: 20px 44px;
}

/* ヘッダー */
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 40;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid #dfe5ec;
  backdrop-filter: blur(6px);
}
header .wrap {
  display: flex;
  align-items: center;
  gap: 32px;
  min-height: 84px;
}
@media (max-width: 900px) {
  header .wrap {
    min-height: 72px;
    gap: 16px;
  }
}
header .logo {
  display: grid;
  gap: 2px;
  line-height: 1.4;
}
header .logo strong {
  font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 21px;
  color: #0b2e5c;
  letter-spacing: 0.04em;
  white-space: nowrap;
}
header .logo small {
  font-size: 10px;
  letter-spacing: 0.18em;
  color: #5d6b7a;
  white-space: nowrap;
}
header .contact {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 1080px) {
  header .contact .btn {
    display: none;
  }
}
header .tel {
  display: grid;
  line-height: 1.3;
}
@media (max-width: 1080px) {
  header .tel {
    display: none;
  }
}
header .tel b {
  font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 22px;
  color: #0b2e5c;
  letter-spacing: 0.03em;
  white-space: nowrap;
}
header .tel small {
  font-size: 11px;
  color: #5d6b7a;
  white-space: nowrap;
}

@media (max-width: 1080px) {
  #gnav {
    display: none;
  }
}
#gnav ul {
  display: flex;
  gap: 28px;
}
#gnav a {
  display: grid;
  gap: 2px;
  color: #1b2430;
  white-space: nowrap;
  line-height: 1.4;
}
#gnav a:hover em, #gnav a:hover span {
  color: #0b2e5c;
}
#gnav em {
  font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-style: normal;
  font-size: 13px;
  letter-spacing: 0.08em;
  color: #1667a8;
}
#gnav span {
  font-size: 14.5px;
  color: #5d6b7a;
  letter-spacing: 0.06em;
}

/* ハンバーガーメニュー & ドロワー */
#burger {
  display: none;
  margin-left: auto;
  width: 56px;
  height: 56px;
  border: 0px solid #dfe5ec;
  background: #fff;
  cursor: pointer;
  padding: 0;
  place-items: center;
  gap: 7px;
  grid-auto-flow: row;
}
@media (max-width: 1080px) {
  #burger {
    display: grid;
  }
}
#burger s {
  position: relative;
  display: block;
  width: 22px;
  height: 14px;
}
#burger i {
  position: absolute;
  left: 0;
  width: 22px;
  height: 1.5px;
  background: #0b2e5c;
  transition: top 0.2s, transform 0.25s 0.05s, opacity 0.15s;
}
#burger i:nth-child(1) {
  top: 0;
}
#burger i:nth-child(2) {
  top: 7px;
}
#burger i:nth-child(3) {
  top: 14px;
}
#burger b {
  font-size: 9px;
  letter-spacing: 0.14em;
  color: #5d6b7a;
  font-weight: 500;
}
#burger[data-open=true] i {
  transition: top 0.2s, transform 0.25s 0.2s, opacity 0.15s;
}
#burger[data-open=true] i:nth-child(1), #burger[data-open=true] i:nth-child(3) {
  top: 6.25px;
}
#burger[data-open=true] i:nth-child(1) {
  transform: rotate(45deg);
}
#burger[data-open=true] i:nth-child(2) {
  opacity: 0;
}
#burger[data-open=true] i:nth-child(3) {
  transform: rotate(-45deg);
}

#drawer {
  position: fixed;
  inset: 84px 0 0;
  z-index: 35;
  background: #0b2e5c;
  color: #fff;
  padding: 32px 24px 64px;
  overflow: auto;
  display: grid;
  align-content: start;
  gap: 26px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: opacity 0.25s, transform 0.25s, visibility 0.25s;
}
@media (max-width: 900px) {
  #drawer {
    inset: 72px 0 0;
  }
}
#drawer[data-open=true] {
  opacity: 1;
  visibility: visible;
  transform: none;
}
#drawer ul {
  display: grid;
}
#drawer li + li {
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}
#drawer nav a {
  display: grid;
  gap: 3px;
  padding: 18px 4px;
  color: #fff;
}
#drawer em {
  font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-style: normal;
  font-size: 17px;
  letter-spacing: 0.08em;
}
#drawer span {
  font-size: 12px;
  color: #a9c4de;
}
#drawer .tel {
  display: grid;
  gap: 4px;
}
#drawer .tel b {
  font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 30px;
  color: #fff;
}
#drawer .tel small {
  font-size: 12px;
  color: #a9c4de;
}
#drawer .btn {
  background: #fff;
  color: #0b2e5c;
  justify-self: start;
}

/* メインビジュアル */
#mv {
  position: relative;
  color: #fff;
  overflow: hidden;
  margin-top: 84px;
}
@media (max-width: 900px) {
  #mv {
    margin-top: 72px;
  }
}
#mv .slides {
  position: relative;
  min-height: 90vh;
}
@media (max-width: 900px) {
  #mv .slides {
    min-height: 80vh;
  }
}
#mv .slides .ph {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: none;
  /* --- Swiperの位置・高さバグを強制補正 --- */
}
#mv .slides .ph .slider_wrapper {
  opacity: 1 !important; /* opacity: 0 で消えるのを防止 */
  width: 100% !important;
  height: 100% !important;
}
#mv .slides .ph .main_slider__outer,
#mv .slides .ph .main_slider,
#mv .slides .ph .swiper-wrapper {
  width: 100% !important;
  height: 100% !important;
}
#mv .slides .ph {
  /* 画面外に吹っ飛んでいるスライドの位置を強制補正 */
}
#mv .slides .ph .swiper-slide {
  width: 100% !important;
  height: 100% !important;
  left: 0 !important;
  top: 0 !important;
  /* アクティブなスライドだけを表示させる */
  opacity: 0;
  transition: opacity 1s ease;
}
#mv .slides .ph .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
  z-index: 1;
}
#mv .slides .ph {
  /* 画像の全画面表示設定 */
}
#mv .slides .ph .main_slider__inner,
#mv .slides .ph img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}
#mv .copy {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: grid;
  align-content: center;
  background: linear-gradient(90deg, rgba(8, 32, 60, 0.75) 0%, rgba(8, 32, 60, 0.3) 60%, rgba(8, 32, 60, 0.1) 100%);
}
#mv .copy div {
  width: min(1160px, 100% - 48px);
  margin-inline: auto;
  display: grid;
  gap: 26px;
  justify-items: start;
}
#mv .en {
  font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 12px;
  letter-spacing: 0.34em;
  color: #9fc4e6;
  display: flex;
  align-items: center;
  gap: 16px;
}
#mv .en::after {
  content: "";
  width: 64px;
  height: 1px;
  background: #5b8cbd;
}
#mv h1 {
  font-size: 50px;
  line-height: 1.65;
  color: #fff;
  text-shadow: 0 2px 20px rgba(4, 20, 40, 0.35);
}
@media (max-width: 1080px) {
  #mv h1 {
    font-size: 38px;
  }
}
@media (max-width: 900px) {
  #mv h1 {
    font-size: 20px;
  }
}
#mv p {
  max-width: 44em;
  font-size: 16px;
  color: #e3ecf5;
}
@media (max-width: 900px) {
  #mv p {
    max-width: 90%;
  }
}
@media (max-width: 1080px) {
  #mv p {
    font-size: 14px;
  }
}
@media (max-width: 900px) {
  #mv p {
    font-size: 12px;
  }
}
#mv .btn {
  background: #fff;
  color: #0b2e5c;
}
@media (max-width: 900px) {
  #mv .btn {
    max-width: 90%;
    font-size: 14px;
    padding: 20px;
  }
}
#mv .btn:hover {
  background: #1667a8;
  color: #fff;
}
#mv .scroll {
  position: absolute;
  right: 40px;
  bottom: 0;
  display: grid;
  justify-items: center;
  gap: 14px;
  font-size: 10px;
  letter-spacing: 0.24em;
  color: #cfe0f0;
  writing-mode: vertical-rl;
}
@media (max-width: 900px) {
  #mv .scroll {
    display: none;
  }
}
#mv .scroll::after {
  content: "";
  width: 1px;
  height: 76px;
  background: linear-gradient(#7fa8ce, rgba(127, 168, 206, 0));
}

@keyframes mvfade {
  0% {
    opacity: 0;
    transform: scale(1.06);
  }
  4% {
    opacity: 1;
  }
  33% {
    opacity: 1;
  }
  38% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
/* 資格 ─ MVに重なるカード */
#cert {
  position: relative;
  z-index: 5;
  margin-top: -40px;
}
@media (max-width: 900px) {
  #cert {
    margin-top: -20px;
  }
}
#cert .wrap {
  background: #fff;
  box-shadow: 0 24px 60px -30px rgba(11, 46, 92, 0.45);
  display: flex;
  justify-content: space-between;
  grid-template-columns: 200px 1fr auto;
  gap: 40px;
  align-items: center;
  padding: 30px 44px;
  border-top: 3px solid #0b2e5c;
}
@media (max-width: 900px) {
  #cert .wrap {
    display: block;
    padding: 28px;
  }
}
#cert .ph {
  height: 124px;
}
#cert h2 {
  font-size: 21px;
}
@media (max-width: 900px) {
  #cert h2 {
    font-size: 18px;
  }
}
#cert p {
  font-size: 14px;
  color: #5d6b7a;
  margin-top: 6px;
}
@media (max-width: 900px) {
  #cert p {
    font-size: 12px;
  }
}
#cert .seal {
  font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
  text-align: center;
  color: #0b2e5c;
  border-left: 1px solid #dfe5ec;
  padding-left: 40px;
  line-height: 1.5;
}
@media (max-width: 900px) {
  #cert .seal {
    border-left: 0;
    border-top: 1px solid #dfe5ec;
    padding: 20px 0 0;
    text-align: left;
  }
}
#cert .seal em {
  display: block;
  font-style: normal;
  font-size: 11px;
  letter-spacing: 0.2em;
  color: #1667a8;
}
#cert .seal b {
  font-size: 28px;
}

/* イントロ */
#about {
  padding: 130px 0 120px;
}
@media (max-width: 900px) {
  #about {
    padding: 72px 0;
  }
}
#about .wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 88px;
  align-items: center;
}
@media (max-width: 1080px) {
  #about .wrap {
    gap: 48px;
  }
}
@media (max-width: 900px) {
  #about .wrap {
    grid-template-columns: 1fr;
    gap: 48px;
  }
}
#about .txt {
  display: grid;
  gap: 24px;
  justify-items: start;
}
#about h2 {
  font-size: 36px;
  line-height: 1.8;
}
@media (max-width: 1080px) {
  #about h2 {
    font-size: 28px;
  }
}
#about p {
  color: #5d6b7a;
  font-size: 16.5px;
  text-wrap: pretty;
}
#about .pics {
  position: relative;
  padding: 0 0 92px 76px;
}
@media (max-width: 900px) {
  #about .pics {
    padding: 0 0 64px 48px;
  }
}
#about .pics .ph:first-child {
  aspect-ratio: 4/3;
}
#about .pics .ph:last-child {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 52%;
  aspect-ratio: 0/2;
  border: 8px solid #fff;
}

/* 強み ─ 交互レイアウト */
#strength {
  background: #f4f7fa;
  padding: 120px 0 130px;
  overflow: hidden;
}
@media (max-width: 900px) {
  #strength {
    padding: 72px 0;
  }
}
#strength .head {
  display: grid;
  gap: 12px;
  margin-bottom: 72px;
}
#strength .head h2 {
  font-size: 30px;
}
#strength ol {
  display: grid;
  gap: 96px;
}
@media (max-width: 900px) {
  #strength ol {
    gap: 56px;
    padding-left: 0;
  }
}
#strength li {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}
@media (max-width: 1080px) {
  #strength li {
    gap: 48px;
  }
}
@media (max-width: 900px) {
  #strength li {
    direction: ltr !important;
    grid-template-columns: 1fr;
    gap: 28px;
    margin-inline-start: 0 !important;
  }
}
#strength li:nth-child(even) {
  direction: rtl;
}
#strength li:nth-child(even) > * {
  direction: ltr;
}
#strength li:nth-child(2) {
  margin-inline-start: 6%;
}
#strength .txt {
  position: relative;
  display: grid;
  gap: 18px;
  justify-items: start;
}
#strength .txt::before {
  content: attr(data-no);
  position: absolute;
  top: -72px;
  left: -14px;
  font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 110px;
  line-height: 1;
  color: #dbe5f0;
  z-index: 0;
}
@media (max-width: 900px) {
  #strength .txt::before {
    position: static;
    font-size: 64px;
    line-height: 1;
  }
}
#strength h3 {
  font-size: 26px;
  position: relative;
}
#strength p {
  font-size: 15.5px;
  color: #5d6b7a;
  position: relative;
}

/* 事業案内 */
#service {
  background: #0b2e5c;
  color: #fff;
  padding: 120px 0 130px;
}
@media (max-width: 900px) {
  #service {
    padding: 72px 0;
  }
}
#service .head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 40px;
  margin-bottom: 64px;
}
@media (max-width: 900px) {
  #service .head {
    display: grid;
  }
}
#service .head h2 {
  font-size: 30px;
  color: #fff;
  margin-top: 12px;
}
#service .head p {
  color: #b6cde3;
  font-size: 15px;
  max-width: 34em;
}
#service .label {
  color: #7fb0dd;
}
#service .label::before {
  background: #7fb0dd;
}
#service .list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
}
@media (max-width: 900px) {
  #service .list {
    grid-template-columns: 1fr;
    gap: 44px;
  }
}
#service article:nth-child(2) {
  margin-top: 72px;
}
@media (max-width: 900px) {
  #service article:nth-child(2) {
    margin-top: 0;
  }
}
#service .ph {
  aspect-ratio: 16/10;
  background: repeating-linear-gradient(135deg, #14416f 0 10px, #17497c 10px 20px);
  color: #83abd1;
}
#service .txt {
  display: grid;
  gap: 14px;
  padding: 32px 4px 0;
}
#service em {
  font-style: normal;
  font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 12px;
  letter-spacing: 0.24em;
  color: #7fb0dd;
}
#service h3 {
  font-size: 24px;
  color: #fff;
}
#service p {
  font-size: 15px;
  color: #b6cde3;
}
#service .more {
  margin-top: 72px;
  display: flex;
  justify-content: center;
}
@media (max-width: 900px) {
  #service .more {
    margin-top: 48px;
  }
}
#service .more .btn {
  background: #fff;
  color: #0b2e5c;
}
#service .more .btn:hover {
  background: #1667a8;
  color: #fff;
}

/* 代表メッセージ */
#message {
  display: grid;
  grid-template-columns: 44% 56%;
  align-items: stretch;
}
@media (max-width: 1080px) {
  #message {
    grid-template-columns: 38% 62%;
  }
}
@media (max-width: 900px) {
  #message {
    grid-template-columns: 1fr;
  }
}
#message .ph {
  min-height: 640px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
@media (max-width: 900px) {
  #message .ph {
    min-height: 340px;
  }
}
#message .body {
  display: grid;
  align-content: center;
  padding: 110px 8% 110px 0;
}
@media (max-width: 900px) {
  #message .body {
    padding: 0 0 72px;
  }
}
#message .inner {
  position: relative;
  z-index: 1;
  max-width: 600px;
  margin-left: -96px;
  background: #fff;
  padding: 64px 60px;
  display: grid;
  gap: 24px;
  justify-items: start;
  box-shadow: 0 30px 70px -40px rgba(11, 46, 92, 0.4);
}
@media (max-width: 1080px) {
  #message .inner {
    margin-left: -64px;
    padding: 48px 40px;
  }
}
@media (max-width: 900px) {
  #message .inner {
    margin: -48px 24px 0;
    padding: 40px 28px;
    max-width: none;
  }
}
#message h2 {
  font-size: 32px;
  line-height: 1.85;
}
@media (max-width: 900px) {
  #message h2 {
    font-size: 26px;
  }
}
#message p {
  color: #5d6b7a;
  font-size: 15.5px;
  text-wrap: pretty;
}
#message .sign {
  display: flex;
  align-items: baseline;
  gap: 12px;
  font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
  color: #1b2430;
}
#message .sign small {
  font-size: 12px;
  color: #5d6b7a;
}
#message .sign b {
  font-size: 22px;
  letter-spacing: 0.08em;
}

/* お問い合わせ */
#contact {
  position: relative;
  color: #fff;
  overflow: hidden;
}
#contact .bg {
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(135deg, #0d3459 0 12px, #0f3560 12px 24px);
}
#contact .wrap {
  position: relative;
  padding: 110px 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center;
}
@media (max-width: 900px) {
  #contact .wrap {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 72px 0;
  }
}
#contact h2 {
  font-size: 36px;
  color: #fff;
  margin-top: 14px;
}
@media (max-width: 900px) {
  #contact h2 {
    font-size: 28px;
  }
}
#contact .lead {
  color: #bcd3e8;
  font-size: 15px;
  margin-top: 18px;
}
#contact .ways {
  display: grid;
  gap: 20px;
}
#contact .card {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 32px 36px;
  display: grid;
  gap: 8px;
  /* --- 追加：スマホ表示時に左右の余白を詰める --- */
}
@media (max-width: 900px) {
  #contact .card {
    padding: 24px 20px; /* 36px → 20px に狭めてカードが外に押し出されるのを防ぐ */
  }
}
#contact .card span {
  font-size: 11px;
  letter-spacing: 0.22em;
  color: #7fb0dd;
  font-weight: 700;
}
#contact .card b {
  font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 38px;
  letter-spacing: 0.02em;
  line-height: 1.3;
  white-space: nowrap;
}
#contact .card b a {
  color: #fff;
}
@media (max-width: 900px) {
  #contact .card b {
    font-size: clamp(20px, 6vw, 30px);
    white-space: normal;
    word-break: break-all;
  }
}
#contact .card small {
  font-size: 14px;
  color: #bcd3e8;
}
#contact .card .btn {
  margin-top: 14px;
  justify-self: start;
  background: #fff;
  color: #0b2e5c;
}
#contact .card .btn:hover {
  background: #1667a8;
  color: #fff;
}

/* フッター */
footer {
  background: #0a233f;
  color: #b9c9da;
  font-size: 13.5px;
}
footer .top {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 56px;
  padding: 76px 0;
}
@media (max-width: 900px) {
  footer .top {
    grid-template-columns: 1fr;
    padding: 56px 0;
  }
}
footer .info {
  display: grid;
  gap: 20px;
  align-content: start;
}
footer .info strong {
  font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 22px;
  color: #fff;
  letter-spacing: 0.04em;
}
footer .info dl {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 6px 20px;
}
footer dt {
  color: #7f97b0;
}
footer .links {
  display: flex;
  gap: 26px;
  flex-wrap: wrap;
}
footer a {
  color: #dbe6f1;
}
footer a:hover {
  color: #fff;
}
footer .ph {
  min-height: 280px;
  background: repeating-linear-gradient(135deg, #12314f 0 10px, #153a5e 10px 20px);
  color: #7f97b0;
}
footer .bottom {
  border-top: 1px solid #16375a;
  padding: 22px 0;
  font-size: 12px;
  color: #7f97b0;
}

/* ===== 会社概要ページ ===== */
main {
  display: block;
}

/* 下層ページ見出し */
#phead {
  position: relative;
  margin-top: 84px;
  color: #fff;
  overflow: hidden;
}
#phead .ph {
  max-height: 320px;
  background: repeating-linear-gradient(135deg, #123a67 0 12px, #0f3560 12px 24px);
  color: #7f9bbd;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
#phead .copy {
  position: absolute;
  inset: 0;
  display: grid;
  align-content: center;
  background: linear-gradient(90deg, rgba(8, 32, 60, 0.85) 0%, rgba(8, 32, 60, 0.55) 70%);
}
#phead .copy div {
  width: min(var(--wrap), 100% - 48px);
  margin-inline: auto;
  display: grid;
  gap: 10px;
}
#phead em {
  font-family: var(--serif);
  font-style: normal;
  font-size: 12px;
  letter-spacing: 0.32em;
  color: #9fc4e6;
  display: flex;
  align-items: center;
  gap: 16px;
}
#phead em::after {
  content: "";
  width: 56px;
  height: 1px;
  background: #5b8cbd;
}
#phead h1 {
  font-size: 38px;
  color: #fff;
}
#phead {
  /* レスポンシブ */
}
@media (max-width: 1080px) {
  #phead h1 {
    font-size: 30px;
  }
}
@media (max-width: 900px) {
  #phead {
    margin-top: 72px;
  }
  #phead .ph {
    min-height: 220px;
  }
  #phead h1 {
    font-size: 24px;
  }
}

/* パンくずリスト */
#crumb {
  border-bottom: 1px solid var(--line);
}
#crumb ol {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding: 16px 0;
  font-size: 12px;
  color: var(--muted);
  list-style: none;
}
#crumb li + li::before {
  content: "／";
  margin-right: 12px;
  color: #b9c4d0;
}

/* 代表挨拶 */
#greeting {
  padding: 120px 0;
}
#greeting .wrap {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 80px;
  align-items: start;
}
#greeting .pic {
  position: relative;
  padding-bottom: 56px;
}
#greeting .pic .ph {
  aspect-ratio: 3/4;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
#greeting .pic figcaption {
  position: absolute;
  right: -16px;
  bottom: 0;
  background: var(--navy);
  color: #fff;
  padding: 18px 28px;
  display: grid;
  gap: 2px;
  text-align: right;
}
#greeting .pic small {
  font-size: 11px;
  letter-spacing: 0.14em;
  color: #a9c4de;
}
#greeting .pic b {
  font-family: var(--serif);
  font-size: 22px;
  letter-spacing: 0.1em;
}
#greeting .txt {
  display: grid;
  gap: 26px;
  justify-items: start;
  padding-top: 8px;
}
#greeting h2 {
  font-size: 30px;
  line-height: 1.8;
}
#greeting p {
  color: var(--muted);
  font-size: 15.5px;
  text-wrap: pretty;
}
#greeting q {
  display: block;
  font-family: var(--serif);
  font-size: 20px;
  color: var(--navy);
  line-height: 1.9;
  border-left: 3px solid var(--accent);
  padding-left: 26px;
  quotes: "「" "」";
}
#greeting {
  /* レスポンシブ */
}
@media (max-width: 1080px) {
  #greeting .wrap {
    gap: 48px;
  }
  #greeting h2 {
    font-size: 28px;
  }
}
@media (max-width: 900px) {
  #greeting {
    padding: 64px 0;
  }
  #greeting .wrap {
    grid-template-columns: 1fr;
    gap: 44px;
  }
  #greeting .pic figcaption {
    right: 0;
  }
  #greeting q {
    font-size: 17px;
    padding-left: 18px;
  }
}

/* 代表プロフィール */
#profile {
  background: var(--bg);
  padding: 110px 0 120px;
}
#profile .head {
  display: grid;
  gap: 12px;
  margin-bottom: 56px;
}
#profile .head h2 {
  font-size: 32px;
}
#profile .wrap > .body {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 64px;
  align-items: start;
}
#profile .lead {
  display: grid;
  gap: 22px;
}
#profile .lead p {
  color: var(--muted);
  font-size: 15.5px;
  text-wrap: pretty;
}
#profile .name {
  display: flex;
  align-items: baseline;
  gap: 16px;
  border-bottom: 1px solid var(--line);
  padding-bottom: 20px;
}
#profile .name b {
  font-family: var(--serif);
  font-size: 30px;
  letter-spacing: 0.1em;
  color: var(--navy);
}
#profile .name small {
  font-size: 12px;
  letter-spacing: 0.14em;
  color: var(--muted);
}
#profile dl {
  display: grid;
  gap: 2px;
  background: var(--line);
  border: 1px solid var(--line);
}
#profile div.row {
  background: #fff;
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 20px;
  padding: 22px 26px;
  align-items: baseline;
}
#profile dt {
  font-family: var(--serif);
  font-size: 13px;
  letter-spacing: 0.16em;
  color: var(--accent);
}
#profile dd {
  font-size: 14.5px;
}
#profile dd span {
  display: block;
  font-size: 13px;
  color: var(--muted);
  margin-top: 2px;
}
#profile {
  /* レスポンシブ */
}
@media (max-width: 1080px) {
  #profile .wrap > .body {
    gap: 48px;
  }
}
@media (max-width: 900px) {
  #profile {
    padding: 64px 0;
  }
  #profile .wrap > .body {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  #profile .name b {
    font-size: 24px;
  }
  #profile div.row {
    grid-template-columns: 1fr;
    gap: 6px;
    padding: 18px 20px;
  }
}

/* 会社概要 */
#outline {
  padding: 120px 0;
}
#outline .head {
  display: grid;
  gap: 12px;
  margin-bottom: 56px;
}
#outline .head h2 {
  font-size: 32px;
}
#outline table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
}
#outline th,
#outline td {
  text-align: left;
  padding: 24px 8px;
  border-bottom: 1px solid var(--line);
  vertical-align: top;
}
#outline th {
  width: 220px;
  font-family: var(--serif);
  font-weight: 600;
  color: var(--navy);
  letter-spacing: 0.06em;
}
#outline tr:first-child th,
#outline tr:first-child td {
  border-top: 2px solid var(--navy);
}
#outline td small {
  display: block;
  font-size: 13px;
  color: var(--muted);
  margin-top: 4px;
}
#outline .lic {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--bg);
  border: 1px solid var(--line);
  padding: 8px 16px;
  font-size: 13.5px;
  color: var(--navy);
}
#outline {
  /* レスポンシブ */
}
@media (max-width: 900px) {
  #outline {
    padding: 64px 0;
  }
  #outline table,
  #outline tbody,
  #outline tr,
  #outline th,
  #outline td {
    display: block;
    width: auto;
  }
  #outline th {
    padding: 20px 0 6px;
    border-bottom: 0;
  }
  #outline td {
    padding: 0 0 20px;
  }
  #outline tr:first-child td {
    border-top: 0;
  }
}

/* アクセス */
#access {
  background: var(--bg);
  padding: 110px 0 120px;
}
#access .head {
  display: grid;
  gap: 12px;
  margin-bottom: 48px;
}
#access .head h2 {
  font-size: 32px;
}
#access .body {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: 56px;
  align-items: stretch;
}
#access .ph {
  min-height: 380px;
}
#access .info {
  display: grid;
  gap: 18px;
  align-content: center;
  font-size: 14.5px;
  color: var(--muted);
  background: #fff;
  padding: 40px 36px;
  border-top: 3px solid var(--navy);
}
#access .info b {
  font-family: var(--serif);
  font-size: 19px;
  color: var(--navy);
  letter-spacing: 0.04em;
}
#access .info .btn {
  justify-self: start;
  margin-top: 6px;
}
#access {
  /* レスポンシブ */
}
@media (max-width: 1080px) {
  #access .body {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 900px) {
  #access {
    padding: 64px 0;
  }
  #access .body {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  #access .ph {
    min-height: 260px;
  }
  #access .info {
    padding: 32px 24px;
  }
}

/* ===== サービス内容ページ ===== */
/* 下層ページ見出し */
#phead {
  position: relative;
  margin-top: 84px;
  color: #fff;
  overflow: hidden;
}
#phead .ph {
  min-height: 320px;
  background: repeating-linear-gradient(135deg, #123a67 0 12px, #0f3560 12px 24px);
  color: #7f9bbd;
}
#phead .copy {
  position: absolute;
  inset: 0;
  display: grid;
  align-content: center;
  background: linear-gradient(90deg, rgba(8, 32, 60, 0.85) 0%, rgba(8, 32, 60, 0.55) 70%);
}
#phead .copy div {
  width: min(var(--wrap), 100% - 48px);
  margin-inline: auto;
  display: grid;
  gap: 10px;
}
#phead em {
  font-family: var(--serif);
  font-style: normal;
  font-size: 12px;
  letter-spacing: 0.32em;
  color: #9fc4e6;
  display: flex;
  align-items: center;
  gap: 16px;
}
#phead em::after {
  content: "";
  width: 56px;
  height: 1px;
  background: #5b8cbd;
}
#phead h1 {
  font-size: 38px;
  color: #fff;
}
#phead {
  /* レスポンシブ */
}
@media (max-width: 1080px) {
  #phead h1 {
    font-size: 30px;
  }
}
@media (max-width: 900px) {
  #phead {
    margin-top: 72px;
  }
  #phead .ph {
    min-height: 220px;
  }
  #phead h1 {
    font-size: 24px;
  }
}

/* パンくずリスト */
#crumb {
  border-bottom: 1px solid var(--line);
}
#crumb ol {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding: 16px 0;
  font-size: 12px;
  color: var(--muted);
  list-style: none;
}
#crumb li + li::before {
  content: "／";
  margin-right: 12px;
  color: #b9c4d0;
}

/* 導入・目次ナビ */
#intro {
  padding: 110px 0 90px;
}
#intro .wrap {
  display: grid;
  gap: 26px;
  justify-items: start;
  max-width: 900px;
}
#intro h2 {
  font-size: 30px;
  line-height: 1.8;
}
#intro p {
  color: var(--muted);
  font-size: 16px;
  text-wrap: pretty;
}
#intro {
  /* レスポンシブ */
}
@media (max-width: 1080px) {
  #intro h2 {
    font-size: 28px;
  }
}
@media (max-width: 900px) {
  #intro {
    padding: 64px 0 48px;
  }
  #intro h2 {
    font-size: 24px;
  }
}

#index ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  margin-bottom: 110px;
}
#index li {
  background: #fff;
}
#index a {
  display: grid;
  gap: 6px;
  padding: 28px 30px;
  color: var(--ink);
  transition: background 0.2s;
}
#index a:hover {
  background: var(--bg);
}
#index em {
  font-style: normal;
  font-family: var(--serif);
  font-size: 11px;
  letter-spacing: 0.22em;
  color: var(--accent);
}
#index b {
  font-family: var(--serif);
  font-size: 17px;
  font-weight: 600;
}
#index span {
  font-size: 12.5px;
  color: var(--muted);
}
#index {
  /* レスポンシブ */
}
@media (max-width: 900px) {
  #index ul {
    grid-template-columns: 1fr;
    margin-bottom: 64px;
  }
}

/* サービス詳細共通 */
.service {
  padding: 0 0 120px;
}
.service .wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center;
}
.service .pics {
  display: grid;
  gap: 20px;
}
.service .ph {
  aspect-ratio: 4/3;
}
.service .txt {
  position: relative;
  display: grid;
  gap: 20px;
  justify-items: start;
}
.service .txt::before {
  content: attr(data-no);
  position: absolute;
  top: -76px;
  left: -12px;
  font-family: var(--serif);
  font-size: 104px;
  line-height: 1;
  color: #e6edf5;
  z-index: 0;
}
.service h3,
.service p,
.service dl,
.service .btn {
  position: relative;
}
.service h3 {
  font-size: 28px;
}
.service .lead {
  color: var(--muted);
  font-size: 15.5px;
  text-wrap: pretty;
}
.service dl {
  display: grid;
  gap: 14px;
  width: 100%;
  border-top: 1px solid var(--line);
  padding-top: 22px;
}
.service .row {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 20px;
  align-items: baseline;
}
.service dt {
  font-family: var(--serif);
  font-size: 12.5px;
  letter-spacing: 0.16em;
  color: var(--accent);
}
.service dd {
  font-size: 14.5px;
  color: var(--ink);
}
.service {
  /* レスポンシブ */
}
@media (max-width: 1080px) {
  .service .wrap {
    gap: 48px;
  }
}
@media (max-width: 900px) {
  .service {
    padding: 0 0 64px;
  }
  .service .wrap {
    direction: ltr;
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .service .txt::before {
    position: static;
    font-size: 64px;
    line-height: 1;
  }
  .service .row {
    grid-template-columns: 1fr;
    gap: 4px;
  }
}

/* 取扱製品 */
#products {
  padding: 0 0 120px;
}
#products .head {
  display: grid;
  gap: 10px;
  margin-bottom: 36px;
}
#products .head h3 {
  font-size: 22px;
}
#products ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}
#products li {
  border: 1px solid var(--line);
  display: grid;
}
#products figure {
  display: grid;
}
#products img {
  width: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: contain;
     object-fit: contain;
  background: #f7f9fb;
  padding: 24px;
}
#products figcaption {
  display: grid;
  gap: 6px;
  padding: 26px 30px 30px;
  border-top: 1px solid var(--line);
}
#products em {
  font-style: normal;
  font-family: var(--serif);
  font-size: 11px;
  letter-spacing: 0.2em;
  color: var(--accent);
}
#products b {
  font-family: var(--serif);
  font-size: 19px;
  font-weight: 600;
}
#products p {
  font-size: 14px;
  color: var(--muted);
}
#products .note {
  margin-top: 28px;
  font-size: 13.5px;
  color: var(--muted);
}
#products {
  /* レスポンシブ */
}
@media (max-width: 900px) {
  #products {
    padding: 0 0 64px;
  }
  #products ul {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

/* サービス02 (背景・反転指定) */
#s02 {
  background: var(--bg);
  padding: 110px 0 120px;
}
#s02 .wrap {
  direction: rtl;
}
#s02 .wrap > * {
  direction: ltr;
}
#s02 .ph {
  background: repeating-linear-gradient(135deg, #e2e9f1 0 10px, #eaf0f6 10px 20px);
}
#s02 {
  /* レスポンシブ */
}
@media (max-width: 900px) {
  #s02 {
    padding: 64px 0;
  }
  #s02 .wrap {
    direction: ltr;
  }
}

/* 修理・サポート */
#support {
  background: var(--navy);
  color: #fff;
  padding: 110px 0 120px;
}
#support .wrap {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 64px;
  align-items: center;
}
#support .ph {
  aspect-ratio: 16/11;
  background: repeating-linear-gradient(135deg, #14416f 0 10px, #17497c 10px 20px);
  color: #83abd1;
}
#support .txt {
  display: grid;
  gap: 20px;
  justify-items: start;
}
#support .label {
  color: #7fb0dd;
}
#support .label::before {
  background: #7fb0dd;
}
#support h2 {
  font-size: 30px;
  color: #fff;
  line-height: 1.75;
}
#support p {
  color: #b6cde3;
  font-size: 15.5px;
  text-wrap: pretty;
}
#support .btn {
  background: #fff;
  color: var(--navy);
}
#support .btn:hover {
  background: var(--accent);
  color: #fff;
}
#support {
  /* レスポンシブ */
}
@media (max-width: 1080px) {
  #support .wrap {
    gap: 48px;
  }
}
@media (max-width: 900px) {
  #support {
    padding: 64px 0;
  }
  #support .wrap {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

/* 流れ */
#flow {
  padding: 110px 0 120px;
}
#flow .head {
  display: grid;
  gap: 12px;
  margin-bottom: 56px;
}
#flow .head h2 {
  font-size: 32px;
}
#flow ol {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  counter-reset: step;
}
#flow li {
  display: grid;
  gap: 12px;
  align-content: start;
  padding-top: 26px;
  border-top: 2px solid var(--navy);
  counter-increment: step;
}
#flow li::before {
  content: "STEP 0" counter(step);
  font-family: var(--serif);
  font-size: 11px;
  letter-spacing: 0.2em;
  color: var(--accent);
}
#flow h3 {
  font-size: 18px;
}
#flow p {
  font-size: 14px;
  color: var(--muted);
}
#flow {
  /* レスポンシブ */
}
@media (max-width: 1080px) {
  #flow ol {
    grid-template-columns: repeat(2, 1fr);
    gap: 36px;
  }
}
@media (max-width: 900px) {
  #flow {
    padding: 64px 0;
  }
  #flow ol {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}

/* ===== お問い合わせページ ===== */
/* 下層ページ見出し */
#phead {
  position: relative;
  margin-top: 84px;
  color: #fff;
  overflow: hidden;
}
#phead .ph {
  min-height: 320px;
  background: repeating-linear-gradient(135deg, #123a67 0 12px, #0f3560 12px 24px);
  color: #7f9bbd;
}
#phead .copy {
  position: absolute;
  inset: 0;
  display: grid;
  align-content: center;
  background: linear-gradient(90deg, rgba(8, 32, 60, 0.85) 0%, rgba(8, 32, 60, 0.55) 70%);
}
#phead .copy div {
  width: min(var(--wrap), 100% - 48px);
  margin-inline: auto;
  display: grid;
  gap: 10px;
}
#phead em {
  font-family: var(--serif);
  font-style: normal;
  font-size: 12px;
  letter-spacing: 0.32em;
  color: #9fc4e6;
  display: flex;
  align-items: center;
  gap: 16px;
}
#phead em::after {
  content: "";
  width: 56px;
  height: 1px;
  background: #5b8cbd;
}
#phead h1 {
  font-size: 38px;
  color: #fff;
}
#phead {
  /* レスポンシブ */
}
@media (max-width: 1080px) {
  #phead h1 {
    font-size: 30px;
  }
}
@media (max-width: 900px) {
  #phead {
    margin-top: 72px;
  }
  #phead .ph {
    min-height: 220px;
  }
  #phead h1 {
    font-size: 24px;
  }
}

/* パンくずリスト */
#crumb {
  border-bottom: 1px solid var(--line);
}
#crumb ol {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding: 16px 0;
  font-size: 12px;
  color: var(--muted);
  list-style: none;
}
#crumb li + li::before {
  content: "／";
  margin-right: 12px;
  color: #b9c4d0;
}

/* 導入＋電話 */
#intro {
  padding: 110px 0 100px;
}
#intro .wrap2 {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: 72px;
  align-items: start;
}
@media (max-width: 900px) {
  #intro .wrap2 {
    display: block;
  }
}
#intro .txt {
  display: grid;
  gap: 22px;
  justify-items: start;
}
#intro h2 {
  font-size: 32px;
  line-height: 1.8;
}
#intro p {
  color: var(--muted);
  font-size: 15.5px;
  text-wrap: pretty;
}
#intro .box {
  border-top: 3px solid var(--navy);
  border-bottom: 1px solid var(--line);
  border-left: 1px solid var(--line);
  border-right: 1px solid var(--line);
  padding: 40px 40px 44px;
  display: grid;
  gap: 24px;
}
@media (max-width: 900px) {
  #intro .box {
    margin-top: 20px;
  }
}
#intro .box hr {
  border: 0;
  border-top: 1px solid var(--line);
}
#intro .box .fax b {
  font-size: 26px;
}
#intro .row {
  display: grid;
  gap: 4px;
}
#intro .row span {
  font-size: 11px;
  letter-spacing: 0.22em;
  color: var(--accent);
  font-weight: 700;
}
#intro .row b {
  font-family: var(--serif);
  font-size: 38px;
  color: var(--navy);
  letter-spacing: 0.02em;
  line-height: 1.3;
  white-space: nowrap;
}
#intro .row small {
  font-size: 13px;
  color: var(--muted);
}
#intro {
  /* レスポンシブ */
}
@media (max-width: 1080px) {
  #intro .wrap {
    gap: 48px;
  }
  #intro h2 {
    font-size: 26px;
  }
}
@media (max-width: 900px) {
  #intro {
    padding: 64px 0 56px;
  }
  #intro .wrap {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  #intro .box {
    padding: 32px 24px 36px;
  }
  #intro .row b {
    font-size: 30px;
  }
}

/* フォーム */
#form {
  background: var(--bg);
  padding: 110px 0 120px;
}
#form .head {
  display: grid;
  gap: 12px;
  margin-bottom: 20px;
}
#form .head h2 {
  font-size: 32px;
}
#form .note {
  font-size: 14px;
  color: var(--muted);
  margin-bottom: 44px;
}
#form .note b {
  color: var(--accent);
}
#form .panel {
  background: #fff;
  border: 1px solid var(--line);
  padding: 56px 60px 60px;
}
#form .field {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 32px;
  padding: 28px 0;
  border-bottom: 1px solid var(--line);
  align-items: start;
}
#form .field:first-child {
  border-top: 1px solid var(--line);
}
#form {
  /* レスポンシブ */
}
@media (max-width: 1080px) {
  #form .panel {
    padding: 0px;
  }
  #form .field {
    grid-template-columns: 200px 1fr;
    gap: 24px;
  }
}
@media (max-width: 900px) {
  #form {
    padding: 64px 0;
  }
  #form .head h2 {
    font-size: 24px;
  }
  #form .panel {
    padding: 0px;
  }
  #form .field {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 22px 0;
  }
}

.privacy {
  margin-top: 40px;
  background: var(--bg);
  border: 1px solid var(--line);
  padding: 28px 32px;
  display: grid;
  gap: 10px;
  font-size: 13.5px;
  color: var(--muted);
  max-height: 220px;
  overflow: auto;
}
.privacy b {
  font-family: var(--serif);
  font-size: 15px;
  color: var(--ink);
}

/* 電話CTA（フォーム下） */
#tel {
  padding: 110px 0 120px;
}
#tel .wrap {
  display: grid;
  justify-items: center;
  gap: 16px;
  text-align: center;
}
#tel h2 {
  font-size: 26px;
}
#tel p {
  color: var(--muted);
  font-size: 15px;
}
#tel b {
  font-family: var(--serif);
  font-size: 46px;
  color: var(--navy);
  letter-spacing: 0.02em;
  line-height: 1.3;
  white-space: nowrap;
  margin-top: 8px;
}
#tel small {
  font-size: 13px;
  color: var(--muted);
}
#tel {
  /* レスポンシブ */
}
@media (max-width: 900px) {
  #tel {
    padding: 64px 0;
  }
  #tel b {
    font-size: 30px;
  }
}

/*新メールフォーム*/
.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 */