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

.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(../img/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;
  }
}
* {
  box-sizing: border-box;
}
*::before, *::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: #fff;
  color: #23282f;
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body.is-nav-open {
  overflow: hidden;
}

a {
  color: #16233c;
  text-decoration: none;
}
a:hover {
  color: #a8894f;
}

img {
  display: block;
}

h1, h2, h3, p, dl, dd, figure {
  margin: 0;
}

.section {
  padding: 100px 40px;
}
@media (max-width: 1200px) {
  .section {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 900px) {
  .section {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
@media (max-width: 640px) {
  .section {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.section--beige {
  background: #f4f2ee;
}
.section--beige .reason-card,
.section--beige .step {
  background: #fff;
}
.section--navy {
  background: #16233c;
  color: #f7f6f3;
}
.section--navy .h-sec {
  color: inherit;
}

.inner {
  max-width: 1200px;
  margin: 0 auto;
}
.inner--narrow {
  max-width: 900px;
  margin: 0 auto;
}

/* Section Labels */
.label {
  display: inline-block;
  font-family: "Oswald", sans-serif;
  font-size: 12.5px;
  letter-spacing: 0.2em;
  color: #16233c;
  padding: 8px 16px;
  border: 1px solid #c2a86b;
}
.label--wide {
  padding: 8px 18px;
}
.label--on-navy {
  color: #d8bf82;
  border-color: rgba(216, 191, 130, 0.6);
}

.label-en {
  font-family: "Oswald", sans-serif;
  font-size: 12px;
  letter-spacing: 0.2em;
  color: rgba(247, 246, 243, 0.5);
}

/* Headings & Text */
.h-sec {
  font-family: "Zen Old Mincho", "Yu Mincho", serif;
  font-weight: 600;
  font-size: 33px;
  letter-spacing: 0.08em;
  color: #16233c;
}
@media (max-width: 900px) {
  .h-sec {
    font-size: 28px;
  }
}
@media (max-width: 640px) {
  .h-sec {
    font-size: 24px;
    letter-spacing: 0.06em;
  }
}

.h-sub {
  font-family: "Zen Old Mincho", "Yu Mincho", serif;
  font-weight: 600;
  font-size: 22px;
  letter-spacing: 0.07em;
  color: #16233c;
}

.lead {
  font-size: 14px;
  line-height: 2.15;
  font-weight: 400;
  letter-spacing: 0.04em;
  color: #444;
  text-wrap: pretty;
}
.lead--on-navy {
  color: rgba(247, 246, 243, 0.75);
  font-size: 13.5px;
}
.lead--body {
  color: #222;
}
.lead--sm {
  font-size: 13.5px;
  line-height: 2.05;
  letter-spacing: 0.03em;
}

.rule {
  width: 46px;
  height: 1px;
  background: #c2a86b;
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 18px 30px;
  font-size: 13.5px;
  letter-spacing: 0.1em;
}
@media (max-width: 640px) {
  .btn {
    justify-content: center;
    padding: 16px 22px;
  }
}
.btn .arrow {
  font-family: "Oswald", sans-serif;
}
.btn--gold {
  background: #c2a86b;
  color: #16233c;
}
.btn--gold:hover {
  background: #d8bf82;
  color: #16233c;
}
.btn--gold-shadow {
  box-shadow: 6px 6px 0 rgba(247, 246, 243, 0.14);
}
.btn--outline-light {
  border: 1px solid rgba(247, 246, 243, 0.45);
  color: #f7f6f3;
}
.btn--outline-light:hover {
  border-color: #c2a86b;
  color: #c2a86b;
}
.btn--outline-navy {
  border: 1px solid #16233c;
  color: #16233c;
}
.btn--outline-navy:hover {
  background: #16233c;
  color: #fff;
}
.btn--navy {
  background: #16233c;
  color: #fff;
  padding: 16px 26px;
  font-size: 13px;
  letter-spacing: 0.08em;
}
.btn--navy:hover {
  background: #a8894f;
  color: #fff;
}
.btn--ghost-navy {
  border: 1px solid rgba(22, 35, 60, 0.3);
  color: #16233c;
  padding: 16px 26px;
  font-size: 13px;
  letter-spacing: 0.08em;
}
.btn--ghost-navy:hover {
  border-color: #a8894f;
  color: #a8894f;
}

.btn-row {
  display: flex;
  gap: 16px;
}
@media (max-width: 640px) {
  .btn-row {
    flex-direction: column;
    align-items: stretch;
  }
}
.btn-row--wrap {
  flex-wrap: wrap;
  gap: 14px;
}

/* Links & Tags */
.link-more {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: "Oswald", sans-serif;
  font-size: 13.5px;
  letter-spacing: 0.16em;
  color: #16233c;
}
.link-more:hover {
  color: #a8894f;
}
.link-more .bar {
  width: 30px;
  height: 1px;
  background: #a8894f;
  display: inline-block;
}
.link-more--map {
  letter-spacing: 0.14em;
}
.link-more--map .bar {
  width: 28px;
}

.photo-tag {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #16233c;
  color: #d8bf82;
  font-family: "Oswald", sans-serif;
  font-size: 12px;
  letter-spacing: 0.16em;
  padding: 10px 18px;
}

/* Cards */
.reason-card {
  background: #f4f2ee;
  border-top: 2px solid #16233c;
  padding: 40px 34px 44px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 640px) {
  .reason-card {
    padding: 30px 24px 34px;
  }
}
.reason-card__num {
  font-family: "Oswald", sans-serif;
  font-size: 34px;
  color: #c2a86b;
  line-height: 1;
}
.reason-card__title {
  font-family: "Zen Old Mincho", "Yu Mincho", serif;
  font-weight: 600;
  font-size: 19px;
  line-height: 1.8;
  letter-spacing: 0.06em;
  color: #16233c;
}

.service-card {
  border: 1px solid rgba(22, 35, 60, 0.14);
}
.service-card__figure {
  position: relative;
}
.service-card__figure img {
  width: 100%;
  height: 280px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 640px) {
  .service-card__figure img {
    height: 210px;
  }
}
.service-card__body {
  padding: 30px 30px 34px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 640px) {
  .service-card__body {
    padding: 22px 20px 26px;
  }
}

.framed {
  position: relative;
  padding: 0 12px 12px 0;
}
.framed img {
  width: 100%;
  height: 480px;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 2;
}
@media (max-width: 1024px) {
  .framed img {
    height: 400px;
  }
}
@media (max-width: 640px) {
  .framed img {
    height: 260px;
  }
}
.framed__line {
  position: absolute;
  left: 12px;
  top: 12px;
  right: 0;
  bottom: 0;
  border: 1px solid rgba(168, 137, 79, 0.65);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px 40px;
  background: #fff;
  border-bottom: 2px solid #16233c;
}
@media (max-width: 1200px) {
  .site-header {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 640px) {
  .site-header {
    padding: 12px 20px;
  }
}

.site-logo {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.site-logo__en {
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  font-size: 26px;
  letter-spacing: 0.1em;
  color: #16233c;
  line-height: 1;
}
@media (max-width: 640px) {
  .site-logo__en {
    font-size: 21px;
    letter-spacing: 0.08em;
  }
}
.site-logo__sub {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.22em;
  color: #a8894f;
}
@media (max-width: 640px) {
  .site-logo__sub {
    font-size: 8.5px;
    letter-spacing: 0.18em;
  }
}

.global-nav {
  display: flex;
  align-items: center;
  gap: 28px;
}
@media (max-width: 1024px) {
  .global-nav {
    display: none;
  }
}
.global-nav__item {
  font-family: "Oswald", sans-serif;
  font-size: 15px;
  letter-spacing: 0.1em;
}
.global-nav__item:hover {
  color: #a8894f;
}
.global-nav__tel {
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  letter-spacing: 0.04em;
  margin-left: 4px;
}
.global-nav__cta {
  padding: 14px 24px;
  background: #16233c;
  color: #fff;
  font-size: 12.5px;
  letter-spacing: 0.12em;
  border-bottom: 2px solid #c2a86b;
}
.global-nav__cta:hover {
  background: #a8894f;
  color: #fff;
}

.nav-toggle {
  display: none;
  width: 52px;
  height: 44px;
  padding: 0;
  border: 1px solid #16233c;
  background: #fff;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 6px;
}
@media (max-width: 1024px) {
  .nav-toggle {
    display: flex;
  }
}
.nav-toggle span {
  display: block;
  width: 22px;
  height: 1.5px;
  background: #16233c;
}

.drawer {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: none;
  background: #16233c;
  padding: 22px 28px 48px;
  overflow-y: auto;
}
.drawer.is-open {
  display: block;
}
.drawer__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 26px;
  border-bottom: 1px solid rgba(216, 191, 130, 0.35);
}
.drawer__logo {
  font-family: "Oswald", sans-serif;
  font-size: 21px;
  letter-spacing: 0.1em;
  color: #f7f6f3;
}
.drawer__close {
  width: 46px;
  height: 46px;
  padding: 0;
  border: 1px solid rgba(216, 191, 130, 0.7);
  background: transparent;
  color: #d8bf82;
  font-family: "Oswald", sans-serif;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}
.drawer__close:hover {
  background: #c2a86b;
  color: #16233c;
}
.drawer__list {
  display: flex;
  flex-direction: column;
}
.drawer__list a {
  display: flex;
  align-items: baseline;
  gap: 14px;
  padding: 22px 4px;
  border-bottom: 1px solid rgba(247, 246, 243, 0.14);
  font-family: "Zen Old Mincho", "Yu Mincho", serif;
  font-size: 18px;
  letter-spacing: 0.08em;
  color: #f7f6f3;
}
.drawer__list a:hover {
  color: #d8bf82;
}
@media (max-width: 640px) {
  .drawer__list a {
    font-size: 16px;
    padding: 18px 2px;
  }
}
.drawer__list em {
  font-style: normal;
  font-family: "Oswald", sans-serif;
  font-size: 12px;
  letter-spacing: 0.18em;
  color: #c2a86b;
}
.drawer__foot {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding-top: 32px;
}
.drawer__tel {
  font-family: "Oswald", sans-serif;
  font-size: 34px;
  letter-spacing: 0.04em;
  color: #f7f6f3;
}
@media (max-width: 640px) {
  .drawer__tel {
    font-size: 28px;
  }
}
.drawer__hours {
  font-size: 12.5px;
  letter-spacing: 0.06em;
  color: rgba(247, 246, 243, 0.6);
}

/* Hero */
.hero {
  position: relative;
  background: #16233c;
  display: grid;
  grid-template-columns: max-content 1fr;
  align-items: center;
  min-height: 520px;
}
@media (max-width: 1200px) {
  .hero {
    min-height: 480px;
  }
}
@media (max-width: 1024px) {
  .hero {
    grid-template-columns: 1fr;
    min-height: 0;
  }
}
.hero__dots {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(247, 246, 243, 0.1) 1px, transparent 1px);
  background-size: 20px 20px;
}
.hero__body {
  position: relative;
  z-index: 3;
  padding: 54px 48px 54px 56px;
  width: -moz-max-content;
  width: max-content;
  max-width: 560px;
}
@media (max-width: 1200px) {
  .hero__body {
    padding-left: 40px;
    max-width: 480px;
  }
}
@media (max-width: 1024px) {
  .hero__body {
    width: auto;
    max-width: none;
    padding: 64px 32px 48px;
  }
}
@media (max-width: 640px) {
  .hero__body {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 18px;
  background: #c2a86b;
  margin-bottom: 26px;
}
@media (max-width: 640px) {
  .hero__badge {
    padding: 7px 14px;
  }
}
.hero__badge-dot {
  width: 5px;
  height: 5px;
  background: #16233c;
  display: inline-block;
}
.hero__badge-text {
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.2em;
  color: #16233c;
}
@media (max-width: 640px) {
  .hero__badge-text {
    font-size: 11px;
    letter-spacing: 0.14em;
  }
}
.hero__en {
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  font-size: 66px;
  width: -moz-max-content;
  width: max-content;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #f7f6f3;
  margin-bottom: 22px;
}
@media (max-width: 1200px) {
  .hero__en {
    font-size: 56px;
  }
}
@media (max-width: 1024px) {
  .hero__en {
    width: auto;
    font-size: 52px;
  }
}
@media (max-width: 640px) {
  .hero__en {
    font-size: 44px;
    margin-bottom: 22px;
  }
}
.hero__title {
  font-family: "Zen Old Mincho", "Yu Mincho", serif;
  font-weight: 600;
  width: -moz-max-content;
  width: max-content;
  font-size: 27px;
  line-height: 1.7;
  letter-spacing: 0.05em;
  color: #f7f6f3;
  margin-bottom: 20px;
  text-wrap: pretty;
}
@media (max-width: 1200px) {
  .hero__title {
    font-size: 25px;
  }
}
@media (max-width: 1024px) {
  .hero__title {
    width: auto;
  }
}
@media (max-width: 640px) {
  .hero__title {
    font-size: 23px;
    line-height: 1.75;
  }
  .hero__title br {
    display: none;
  }
}
.hero__title em {
  font-style: normal;
  color: #d8bf82;
}
.hero__lead {
  font-size: 14px;
  line-height: 2.05;
  font-weight: 400;
  letter-spacing: 0.04em;
  color: rgba(247, 246, 243, 0.75);
  margin-bottom: 30px;
  text-wrap: pretty;
}
@media (max-width: 640px) {
  .hero__lead {
    font-size: 13.5px;
  }
  .hero__lead br {
    display: none;
  }
}
.hero__actions {
  position: relative;
  z-index: 4;
}
.hero__visual {
  position: relative;
  z-index: 1;
  align-self: stretch;
  min-height: 520px;
  padding: 14px 14px 14px 0;
}
@media (max-width: 1200px) {
  .hero__visual {
    min-height: 480px;
  }
}
@media (max-width: 1024px) {
  .hero__visual {
    min-height: 0;
    padding: 0 32px 32px;
  }
}
@media (max-width: 640px) {
  .hero__visual {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
  }
}
.hero__visual-frame {
  width: 100%;
  height: 100%;
  border: 1px solid rgba(216, 191, 130, 0.75);
  padding: 7px;
}
@media (max-width: 1024px) {
  .hero__visual-frame {
    height: 320px;
  }
}
@media (max-width: 640px) {
  .hero__visual-frame {
    height: 250px;
    padding: 5px;
  }
}
.hero__visual-frame img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* News Bar */
.news-bar {
  border-bottom: 1px solid rgba(22, 35, 60, 0.12);
  padding: 24px 40px;
}
@media (max-width: 1200px) {
  .news-bar {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 640px) {
  .news-bar {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.news-bar__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 30px;
}
.news-bar__label {
  font-family: "Oswald", sans-serif;
  font-size: 13px;
  letter-spacing: 0.24em;
  color: #a8894f;
}
.news-bar__text {
  font-family: "Zen Old Mincho", "Yu Mincho", serif;
  font-size: 16px;
  letter-spacing: 0.08em;
  color: #16233c;
}

/* Concept */
.concept {
  max-width: 1200px;
  margin: 0 auto;
  padding: 100px 40px 92px;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 64px;
  align-items: center;
}
@media (max-width: 1200px) {
  .concept {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1024px) {
  .concept {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 72px 32px 64px;
  }
}
@media (max-width: 900px) {
  .concept {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
@media (max-width: 640px) {
  .concept {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.concept__title {
  font-family: "Zen Old Mincho", "Yu Mincho", serif;
  font-weight: 600;
  font-size: 29px;
  line-height: 1.8;
  letter-spacing: 0.06em;
  color: #16233c;
  margin: 26px 0 32px;
  text-wrap: pretty;
}
@media (max-width: 640px) {
  .concept__title {
    font-size: 22px;
  }
}
.concept__text + .concept__text {
  margin-top: 22px;
}
.concept__foot {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-top: 36px;
  padding-top: 24px;
  border-top: 1px solid rgba(22, 35, 60, 0.14);
}
@media (max-width: 640px) {
  .concept__foot {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
}
.concept__rep {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.concept__rep-label {
  font-family: "Oswald", sans-serif;
  font-size: 12px;
  letter-spacing: 0.22em;
  color: #a8894f;
}
.concept__rep-name {
  font-family: "Zen Old Mincho", "Yu Mincho", serif;
  font-size: 19px;
  letter-spacing: 0.08em;
  color: #16233c;
}
.concept__rep-name span {
  font-family: "Oswald", sans-serif;
  font-size: 14px;
  color: #7a7f88;
}
.concept__cert {
  font-size: 12px;
  letter-spacing: 0.06em;
  color: #222;
  padding: 11px 16px;
  border: 1px solid rgba(22, 35, 60, 0.16);
}

/* Reasons */
.reasons {
  padding: 96px 40px;
}
@media (max-width: 1200px) {
  .reasons {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 900px) {
  .reasons {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
@media (max-width: 640px) {
  .reasons {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.reasons__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
  margin-bottom: 58px;
  text-align: center;
}
.reasons__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media (max-width: 1024px) {
  .reasons__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

/* Services */
.services {
  max-width: 1200px;
  margin: 0 auto;
  padding: 100px 40px;
}
@media (max-width: 1200px) {
  .services {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 900px) {
  .services {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
@media (max-width: 640px) {
  .services {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.services__head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: end;
  margin-bottom: 54px;
}
@media (max-width: 1024px) {
  .services__head {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-bottom: 40px;
  }
}
.services__head-left {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
}
.services__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 44px 40px;
}
@media (max-width: 1024px) {
  .services__grid {
    gap: 32px;
  }
}
@media (max-width: 900px) {
  .services__grid {
    grid-template-columns: 1fr;
  }
}

/* Custom Story */
.custom {
  padding: 96px 40px;
}
@media (max-width: 1200px) {
  .custom {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 900px) {
  .custom {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
@media (max-width: 640px) {
  .custom {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.custom__head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 52px;
}
.custom__grid {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 60px;
  align-items: center;
}
@media (max-width: 1024px) {
  .custom__grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.custom__body {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.custom__title {
  font-family: "Zen Old Mincho", "Yu Mincho", serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.8;
  letter-spacing: 0.06em;
  text-wrap: pretty;
}
@media (max-width: 640px) {
  .custom__title {
    font-size: 20px;
  }
}
.custom__actions {
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
  padding-top: 6px;
}
.custom__note {
  font-size: 12px;
  letter-spacing: 0.04em;
  color: rgba(247, 246, 243, 0.55);
}
.custom__figure {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.custom__figure img {
  width: 100%;
  height: 440px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1024px) {
  .custom__figure img {
    height: 380px;
  }
}
@media (max-width: 640px) {
  .custom__figure img {
    height: 240px;
  }
}
.custom__caption {
  font-size: 12px;
  letter-spacing: 0.08em;
  color: rgba(247, 246, 243, 0.5);
}
.custom .btn--gold {
  padding: 17px 30px;
}

/* Sales */
.sales {
  max-width: 1200px;
  margin: 0 auto;
  padding: 100px 40px;
}
@media (max-width: 1200px) {
  .sales {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 900px) {
  .sales {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
@media (max-width: 640px) {
  .sales {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.sales__grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 64px;
  align-items: center;
}
@media (max-width: 1024px) {
  .sales__grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.sales__body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 22px;
}
.sales__title {
  font-family: "Zen Old Mincho", "Yu Mincho", serif;
  font-weight: 600;
  font-size: 31px;
  line-height: 1.75;
  letter-spacing: 0.07em;
  color: #16233c;
  text-wrap: pretty;
}
@media (max-width: 640px) {
  .sales__title {
    font-size: 22px;
  }
}
.sales__gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 200px 200px;
  gap: 14px;
}
@media (max-width: 900px) {
  .sales__gallery {
    grid-template-rows: 170px 170px;
  }
}
@media (max-width: 640px) {
  .sales__gallery {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, 190px);
  }
}
.sales__gallery img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sales__gallery img:first-child {
  grid-row: span 2;
}
@media (max-width: 640px) {
  .sales__gallery img:first-child {
    grid-row: auto;
  }
}

/* Recruit */
.recruit {
  padding: 88px 40px;
}
@media (max-width: 1200px) {
  .recruit {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 900px) {
  .recruit {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
@media (max-width: 640px) {
  .recruit {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.recruit__inner {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  text-align: center;
}
.recruit__title {
  font-family: "Zen Old Mincho", "Yu Mincho", serif;
  font-weight: 600;
  font-size: 26px;
  line-height: 1.85;
  letter-spacing: 0.06em;
  color: #16233c;
  text-wrap: pretty;
}
@media (max-width: 640px) {
  .recruit__title {
    font-size: 20px;
    line-height: 1.8;
  }
}
.recruit .btn {
  margin-top: 6px;
  padding: 16px 30px;
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", sans-serif;
}

/* Outline & Map */
.outline {
  max-width: 1200px;
  margin: 0 auto;
  padding: 100px 40px;
}
@media (max-width: 1200px) {
  .outline {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 900px) {
  .outline {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
@media (max-width: 640px) {
  .outline {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.outline__head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 46px;
}
.outline__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: start;
}
@media (max-width: 1024px) {
  .outline__grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.outline__list {
  display: grid;
  grid-template-columns: 148px 1fr;
}
@media (max-width: 640px) {
  .outline__list {
    grid-template-columns: 1fr;
  }
}
.outline__list dt, .outline__list dd {
  padding: 17px 0;
  border-top: 1px solid rgba(22, 35, 60, 0.14);
}
.outline__list dt {
  font-size: 12.5px;
  letter-spacing: 0.1em;
  color: #a8894f;
}
@media (max-width: 640px) {
  .outline__list dt {
    padding-bottom: 4px;
  }
  .outline__list dt:last-of-type {
    border-bottom: 0;
  }
}
.outline__list dd {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.04em;
  color: #2b3038;
  line-height: 1.85;
}
@media (max-width: 640px) {
  .outline__list dd {
    padding-top: 4px;
    border-top: 0;
  }
}
.outline__list dt:last-of-type,
.outline__list dd:last-of-type {
  border-bottom: 1px solid rgba(22, 35, 60, 0.14);
}
.outline__map-col {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.outline__map {
  height: 390px;
  background: repeating-linear-gradient(135deg, #e9e6df 0 12px, #e1ddd4 12px 24px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
@media (max-width: 640px) {
  .outline__map {
    height: 260px;
  }
}
.outline__map-note {
  font-family: ui-monospace, monospace;
  font-size: 12px;
  letter-spacing: 0.08em;
  color: #7d7768;
}
.outline__map-addr {
  font-size: 13px;
  letter-spacing: 0.06em;
  color: #444;
}
.outline__landmark {
  font-size: 13px;
  letter-spacing: 0.04em;
  color: #6b6f78;
}

/* Contact */
.contact {
  position: relative;
  background: #101a2e;
  color: #f7f6f3;
  padding: 92px 40px;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .contact {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 900px) {
  .contact {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
@media (max-width: 640px) {
  .contact {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.contact__dots {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(247, 246, 243, 0.08) 1px, transparent 1px);
  background-size: 20px 20px;
}
.contact__inner {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  text-align: center;
}
.contact__title {
  font-family: "Zen Old Mincho", "Yu Mincho", serif;
  font-weight: 600;
  font-size: 27px;
  line-height: 1.8;
  letter-spacing: 0.06em;
  text-wrap: pretty;
}
@media (max-width: 640px) {
  .contact__title {
    font-size: 20px;
    line-height: 1.8;
  }
}
.contact__lead {
  font-size: 14px;
  line-height: 2.1;
  font-weight: 400;
  letter-spacing: 0.04em;
  color: rgba(247, 246, 243, 0.72);
  max-width: 640px;
  text-wrap: pretty;
}
.contact__tel-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 26px 0 6px;
}
.contact__tel-label {
  font-family: "Oswald", sans-serif;
  font-size: 12px;
  letter-spacing: 0.22em;
  color: rgba(247, 246, 243, 0.5);
}
.contact__tel {
  font-family: "Oswald", sans-serif;
  font-size: 52px;
  letter-spacing: 0.03em;
  color: #f7f6f3;
}
.contact__tel:hover {
  color: #d8bf82;
}
@media (max-width: 900px) {
  .contact__tel {
    font-size: 42px;
  }
}
@media (max-width: 640px) {
  .contact__tel {
    font-size: 32px;
  }
}
.contact__hours {
  font-size: 12.5px;
  letter-spacing: 0.06em;
  color: rgba(247, 246, 243, 0.55);
}
.contact .btn--gold {
  padding: 18px 36px;
}

/* Page Head (Navy Band) */
.page-head {
  position: relative;
  background: #16233c;
  color: #f7f6f3;
  padding: 74px 40px 66px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .page-head {
    padding: 56px 32px 48px;
  }
}
.page-head__dots {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(247, 246, 243, 0.1) 1px, transparent 1px);
  background-size: 20px 20px;
}
.page-head__inner {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.page-head__en {
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  font-size: 62px;
  line-height: 1.05;
  letter-spacing: 0.03em;
}
@media (max-width: 1024px) {
  .page-head__en {
    font-size: 46px;
  }
}
@media (max-width: 640px) {
  .page-head__en {
    font-size: 34px;
  }
}
.page-head__jp {
  font-family: "Zen Old Mincho", "Yu Mincho", serif;
  font-size: 18px;
  letter-spacing: 0.12em;
  color: #d8bf82;
}
@media (max-width: 640px) {
  .page-head__jp {
    font-size: 15px;
  }
}

/* Breadcrumb */
.breadcrumb {
  max-width: 1200px;
  margin: 0 auto;
  padding: 18px 40px;
  font-size: 12px;
  letter-spacing: 0.08em;
  color: #6b6f78;
  border-bottom: 1px solid rgba(22, 35, 60, 0.12);
}
.breadcrumb a {
  color: #a8894f;
}
.breadcrumb span {
  margin: 0 10px;
  color: rgba(22, 35, 60, 0.14);
}

/* Intro Block */
.intro {
  max-width: 1200px;
  margin: 0 auto;
  padding: 84px 40px 0;
}
@media (max-width: 640px) {
  .intro {
    padding-top: 56px;
  }
}
.intro__head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.intro__title {
  font-family: "Zen Old Mincho", "Yu Mincho", serif;
  font-weight: 600;
  font-size: 30px;
  line-height: 1.75;
  letter-spacing: 0.07em;
  color: #16233c;
  text-wrap: pretty;
}
@media (max-width: 640px) {
  .intro__title {
    font-size: 22px;
  }
}
.intro__text {
  margin-top: 26px;
  max-width: 900px;
}

/* Feature Rows (Image / Text) */
.feature {
  max-width: 1200px;
  margin: 0 auto;
  padding: 72px 40px 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
}
@media (max-width: 1024px) {
  .feature {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
@media (max-width: 640px) {
  .feature {
    padding-top: 48px;
  }
}
.feature__figure img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1024px) {
  .feature__figure img {
    height: 320px;
  }
}
@media (max-width: 640px) {
  .feature__figure img {
    height: 230px;
  }
}
.feature__body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
}
.feature__no {
  font-family: "Oswald", sans-serif;
  font-size: 12.5px;
  letter-spacing: 0.2em;
  color: #a8894f;
}
.feature__title {
  font-family: "Zen Old Mincho", "Yu Mincho", serif;
  font-weight: 600;
  font-size: 25px;
  line-height: 1.7;
  letter-spacing: 0.06em;
  color: #16233c;
  text-wrap: pretty;
}
@media (max-width: 640px) {
  .feature__title {
    font-size: 20px;
  }
}
.feature--reverse .feature__figure {
  order: 2;
}
@media (max-width: 1024px) {
  .feature--reverse .feature__figure {
    order: 0;
  }
}

/* Check List */
.checks {
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 100%;
}
.checks li {
  list-style: none;
  display: flex;
  gap: 12px;
  padding: 13px 0;
  border-top: 1px solid rgba(22, 35, 60, 0.14);
  font-size: 13.5px;
  line-height: 1.9;
  letter-spacing: 0.03em;
  color: #444;
}
.checks li:last-child {
  border-bottom: 1px solid rgba(22, 35, 60, 0.14);
}
.checks li::before {
  content: "—";
  color: #c2a86b;
  flex-shrink: 0;
}
.checks--plain {
  margin: 0;
  padding: 0;
}

/* Steps */
.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
@media (max-width: 1024px) {
  .steps {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 640px) {
  .steps {
    grid-template-columns: 1fr;
  }
}

.step {
  background: #f4f2ee;
  border-top: 2px solid #16233c;
  padding: 30px 24px 34px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.step__no {
  font-family: "Oswald", sans-serif;
  font-size: 12.5px;
  letter-spacing: 0.2em;
  color: #c2a86b;
}
.step__title {
  font-family: "Zen Old Mincho", "Yu Mincho", serif;
  font-weight: 600;
  font-size: 17px;
  line-height: 1.75;
  letter-spacing: 0.06em;
  color: #16233c;
}

/* Strengths (3 col, numbered) */
.strengths {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media (max-width: 1024px) {
  .strengths {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

/* Photo Grid */
.photo-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
@media (max-width: 1024px) {
  .photo-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 640px) {
  .photo-grid {
    grid-template-columns: 1fr;
  }
}
.photo-grid img {
  width: 100%;
  height: 190px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 640px) {
  .photo-grid img {
    height: 210px;
  }
}

/* Info Table (dl) */
.info-list {
  display: grid;
  grid-template-columns: 190px 1fr;
}
@media (max-width: 640px) {
  .info-list {
    grid-template-columns: 1fr;
  }
}
.info-list dt, .info-list dd {
  padding: 17px 0;
  border-top: 1px solid rgba(22, 35, 60, 0.14);
}
.info-list dt {
  font-size: 12.5px;
  letter-spacing: 0.1em;
  color: #a8894f;
}
@media (max-width: 640px) {
  .info-list dt {
    padding-bottom: 4px;
  }
  .info-list dt:last-of-type {
    border-bottom: 0;
  }
}
.info-list dd {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.04em;
  color: #2b3038;
  line-height: 1.85;
}
@media (max-width: 640px) {
  .info-list dd {
    padding-top: 4px;
    border-top: 0;
  }
}
.info-list dt:last-of-type,
.info-list dd:last-of-type {
  border-bottom: 1px solid rgba(22, 35, 60, 0.14);
}

/* Map Frame */
.map-frame {
  border: 1px solid rgba(22, 35, 60, 0.14);
}
.map-frame iframe {
  width: 100%;
  height: 380px;
  border: 0;
  display: block;
}
@media (max-width: 640px) {
  .map-frame iframe {
    height: 280px;
  }
}

/* Works (Before / After) */
.works {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media (max-width: 1024px) {
  .works {
    grid-template-columns: 1fr;
  }
}

.work {
  border: 1px solid rgba(22, 35, 60, 0.14);
  padding: 20px 20px 26px;
}
.work__pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
@media (max-width: 640px) {
  .work__pair {
    grid-template-columns: 1fr;
  }
}
.work__shot {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.work__shot span {
  font-family: "Oswald", sans-serif;
  font-size: 11.5px;
  letter-spacing: 0.2em;
  color: #a8894f;
}
.work__shot img {
  width: 100%;
  height: 190px;
  -o-object-fit: cover;
     object-fit: cover;
}
.work__title {
  font-family: "Zen Old Mincho", "Yu Mincho", serif;
  font-weight: 600;
  font-size: 17px;
  line-height: 1.8;
  letter-spacing: 0.06em;
  color: #16233c;
  margin: 20px 0 12px;
}

/* Form */
.form {
  display: grid;
  gap: 22px;
}
.form__row {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.form__label {
  font-size: 12.5px;
  letter-spacing: 0.1em;
  color: #16233c;
}
.form__label em {
  font-style: normal;
  margin-left: 8px;
  font-size: 11px;
  letter-spacing: 0.08em;
  color: #a8894f;
}
.form input,
.form select,
.form textarea {
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 14px;
  color: #23282f;
  padding: 14px 16px;
  border: 1px solid rgba(22, 35, 60, 0.14);
  background: #fff;
  border-radius: 0;
}
.form input:focus,
.form select:focus,
.form textarea:focus {
  outline: 1px solid #c2a86b;
}
.form textarea {
  min-height: 170px;
  resize: vertical;
}
.form__note {
  font-size: 12px;
  letter-spacing: 0.04em;
  color: #6b6f78;
}
.form__submit {
  display: flex;
  justify-content: center;
  padding-top: 6px;
}

/* Contact Cards (Contact Page) */
.contact-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
@media (max-width: 1024px) {
  .contact-cards {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.contact-card {
  border: 1px solid rgba(22, 35, 60, 0.14);
  padding: 36px 32px 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
.contact-card__tel {
  font-family: "Oswald", sans-serif;
  font-size: 40px;
  letter-spacing: 0.03em;
  color: #16233c;
}
.contact-card__tel:hover {
  color: #a8894f;
}
@media (max-width: 640px) {
  .contact-card__tel {
    font-size: 30px;
  }
}

/* News List (Top Page) */
.news-list {
  display: flex;
  flex-direction: column;
}
.news-list .news-item:last-child {
  border-bottom: 1px solid rgba(22, 35, 60, 0.14);
}

.news-item {
  display: grid;
  grid-template-columns: 132px 148px 1fr;
  gap: 24px;
  align-items: baseline;
  padding: 22px 4px;
  border-top: 1px solid rgba(22, 35, 60, 0.14);
  color: #23282f;
}
.news-item:hover {
  color: #a8894f;
}
@media (max-width: 640px) {
  .news-item {
    grid-template-columns: auto 1fr;
    gap: 10px 16px;
    padding: 18px 2px;
  }
}
.news-item__date {
  font-family: "Oswald", sans-serif;
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #a8894f;
}
.news-item__cat {
  justify-self: start;
  font-size: 11.5px;
  letter-spacing: 0.12em;
  color: #16233c;
  padding: 5px 12px;
  border: 1px solid rgba(22, 35, 60, 0.14);
}
.news-item__title {
  font-family: "Zen Old Mincho", "Yu Mincho", serif;
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0.06em;
  text-wrap: pretty;
}
@media (max-width: 640px) {
  .news-item__title {
    grid-column: 1/-1;
    font-size: 15px;
  }
}

/* News Article */
.article {
  max-width: 820px;
  margin: 0 auto;
  padding: 78px 40px 96px;
}
@media (max-width: 640px) {
  .article {
    padding-top: 52px;
  }
}
.article__head {
  padding-bottom: 26px;
  border-bottom: 1px solid rgba(22, 35, 60, 0.14);
}
.article__meta {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}
.article__title {
  font-family: "Zen Old Mincho", "Yu Mincho", serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 1.7;
  letter-spacing: 0.06em;
  color: #16233c;
  text-wrap: pretty;
}
@media (max-width: 640px) {
  .article__title {
    font-size: 21px;
  }
}
.article__hero {
  width: 100%;
  height: 380px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 40px 0 8px;
}
@media (max-width: 640px) {
  .article__hero {
    height: 220px;
    margin-top: 28px;
  }
}
.article__body {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-top: 32px;
}
.article__body p {
  font-size: 14.5px;
  line-height: 2.2;
  font-weight: 400;
  letter-spacing: 0.04em;
  color: #222;
  text-wrap: pretty;
}
.article__body h3 {
  font-family: "Zen Old Mincho", "Yu Mincho", serif;
  font-weight: 600;
  font-size: 19px;
  line-height: 1.8;
  letter-spacing: 0.07em;
  color: #16233c;
  padding-left: 14px;
  border-left: 2px solid #c2a86b;
  margin-top: 12px;
}
.article__foot {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 48px;
  padding-top: 32px;
  border-top: 1px solid rgba(22, 35, 60, 0.14);
}
@media (max-width: 640px) {
  .article__foot .btn {
    width: 100%;
  }
}

.site-footer {
  background: #0c1424;
  color: rgba(247, 246, 243, 0.6);
  padding: 56px 40px 34px;
}
@media (max-width: 1200px) {
  .site-footer {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 640px) {
  .site-footer {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.site-footer__top {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 34px;
  flex-wrap: wrap;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(247, 246, 243, 0.12);
}
@media (max-width: 900px) {
  .site-footer__top {
    align-items: flex-start;
  }
}
@media (max-width: 640px) {
  .site-footer__top {
    flex-direction: column;
    gap: 24px;
  }
}
.site-footer__brand {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.site-footer__logo {
  font-family: "Oswald", sans-serif;
  font-size: 23px;
  letter-spacing: 0.1em;
  color: #f7f6f3;
}
.site-footer__addr {
  font-size: 12.5px;
  letter-spacing: 0.04em;
}
.site-footer__sns {
  display: flex;
  gap: 24px;
}
.site-footer__sns a {
  font-family: "Oswald", sans-serif;
  font-size: 13px;
  letter-spacing: 0.14em;
  color: rgba(247, 246, 243, 0.6);
}
.site-footer__sns a:hover {
  color: #d8bf82;
}
.site-footer__copy {
  max-width: 1200px;
  margin: 20px auto 0;
  font-family: "Oswald", sans-serif;
  font-size: 11.5px;
  letter-spacing: 0.12em;
  color: rgba(247, 246, 243, 0.4);
}

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