@charset "UTF-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

html {
  -webkit-text-size-adjust: 100%;
  word-break: break-all;
  font-size: 10px;
  overflow-x: hidden;
}
@media (min-width: 768px) {
  html {
    font-size: 0.5208333333vw;
  }
}
@media (max-width: 767px) {
  html {
    font-size: min(2.5641025641vw, 19.6666666667px);
  }
}

body {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.8rem;
  font-weight: 400;
  position: relative;
  overflow-x: clip;
  color: #333;
}

.u-sp {
  display: none;
}
@media (max-width: 767px) {
  .u-sp {
    display: inline;
  }
}

.u-pc {
  display: inline;
}
@media (max-width: 767px) {
  .u-pc {
    display: none;
  }
}

@media (max-width: 767px) {
  .u-pc-only {
    display: none !important;
  }
}

.u-sp-only {
  display: none !important;
}
@media (max-width: 767px) {
  .u-sp-only {
    display: block !important;
  }
}

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

picture {
  display: block;
  width: 100%;
}

.main {
  position: relative;
}

h1,
h2,
h3,
h4,
a,
p {
  line-height: 1;
}

a {
  transition: 0.5s;
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}
a:hover {
  opacity: 0.6;
}

table {
  border-collapse: collapse;
  font-family: "Zen Old Mincho", serif;
}

.fade-up {
  opacity: 0;
  transform: translateY(20px);
}

.inner {
  max-width: 132rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 2rem;
}

.sec-title__en {
  font-family: "Outfit", sans-serif;
  font-size: 6rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.1em;
  color: #ab903c;
}
@media (max-width: 767px) {
  .sec-title__en {
    font-size: 3.6rem;
  }
}

.sec-title__ja {
  display: inline-block;
  margin-top: 1rem;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: underline;
  text-decoration-thickness: 4px;
  text-decoration-color: #004cb7;
  text-underline-offset: 10px;
}
@media (max-width: 767px) {
  .sec-title__ja {
    font-size: 2rem;
    text-decoration-thickness: 3px;
    text-underline-offset: 6px;
  }
}

.sec-title__ja--plain {
  text-decoration: none;
}

.more-button {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  width: 20rem;
  height: 4rem;
  padding: 0 2rem;
  background: #0056cc;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .more-button {
    width: 18rem;
    height: 3.8rem;
    font-size: 1.4rem;
  }
}
.more-button::after {
  content: "";
  display: block;
  width: 3rem;
  height: 1px;
  background: #fff;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.more-button:hover {
  opacity: 0.75;
}

.head-line {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.4;
  display: flex;
  align-items: center;
  gap: 2rem;
}
@media (max-width: 767px) {
  .head-line {
    font-size: 2.2rem;
  }
}
.head-line::after {
  content: "";
  flex: 1;
  height: 2px;
  background: #ab903c;
}

.head-center {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.4;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
}
@media (max-width: 767px) {
  .head-center {
    font-size: 2.2rem;
    gap: 1.5rem;
  }
}
.head-center::before, .head-center::after {
  content: "";
  width: 55rem;
  max-width: 30%;
  height: 2px;
  background: #ab903c;
}
@media (max-width: 767px) {
  .head-center::before, .head-center::after {
    max-width: 20%;
  }
}

.page-fv {
  position: relative;
}

.page-fv__visual {
  position: relative;
  width: 100%;
  line-height: 0;
}
.page-fv__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.page-fv__title {
  position: absolute;
  left: 50%;
  bottom: 4rem;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
  z-index: 2;
}
@media (max-width: 767px) {
  .page-fv__title {
    bottom: 2rem;
  }
}

.page-fv__ja {
  font-size: 3rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.4;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
}
@media (max-width: 767px) {
  .page-fv__ja {
    font-size: 2rem;
  }
}

.page-fv__en {
  font-family: "Outfit", sans-serif;
  font-size: 7rem;
  font-weight: 400;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 0.04em;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
}
@media (max-width: 767px) {
  .page-fv__en {
    font-size: 4rem;
  }
}

/* SEO用の隠し見出し（スクリーンリーダー・検索エンジンには読まれ、視覚上は非表示）
   指示書のH1はテンプレ側で <h1 class="u-sr-only"> として設置し、
   見た目のページ名見出しは p / h2 に格下げして重複を避ける */
.u-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* main〜footer の継ぎ目にbody背景が1px見える事故の対策（サブピクセル丸め） */
#container {
  background: #fff;
}

/* ============================================================
   ページトップへ戻るボタン（全ページ共通・template-parts/to-top.php）
   縦書き「PAGE TOP」＋上向き矢印の画像（img/common/to-top.webp）
   ============================================================ */
.to-top {
  position: fixed;
  right: 2rem;
  bottom: 3rem;
  z-index: 9980;
  width: 3.4rem;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
@media (max-width: 767px) {
  .to-top {
    right: 1rem;
    bottom: 2rem;
    width: 2.6rem;
  }
}
.to-top img {
  display: block;
  width: 100%;
  height: auto;
}

.to-top.is-show {
  opacity: 1;
  visibility: visible;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0.5rem 4rem;
  background: rgba(0, 0, 0, 0.4);
  z-index: 9900;
}
@media (max-width: 767px) {
  .l-header {
    display: none;
  }
}

.l-header__inner {
  display: flex;
  align-items: center;
}

.l-header__logo {
  width: 9.7rem;
  flex-shrink: 0;
}
.l-header__logo img {
  width: 100%;
  height: auto;
  display: block;
}

.l-header__textarea {
  margin-left: 1.5rem;
  color: #fff;
}

.l-header__catch {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.4;
}

.l-header__name {
  display: flex;
  align-items: center;
  margin-top: 0.6rem;
  font-family: "Zen Old Mincho", serif;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.1;
  color: #fff;
}

.l-header__name-sub {
  font-size: 3rem;
}

.l-nav {
  margin-left: auto;
}

.l-nav__list {
  display: flex;
  align-items: center;
  list-style: none;
}

.l-nav__item {
  margin-left: 3rem;
}

.l-nav__link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 8rem;
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.8rem;
  white-space: nowrap;
}

.l-nav__item--insta {
  margin-left: 0;
}

.l-nav__link-insta {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.6rem;
  height: 8rem;
}
.l-nav__link-insta img {
  width: 100%;
  height: auto;
  display: block;
}

.l-nav__link--contact {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16.5rem;
  height: 8rem;
  padding: 2rem 1rem 0;
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.8rem;
  white-space: nowrap;
  background: url("../img/common/nav-contact-bg.webp") no-repeat center top/100% auto;
}

.l-header-sp {
  display: none;
  background: #fff;
  padding: 1rem;
  border-bottom: 1px solid #ccc;
  position: relative;
  z-index: 9900;
}
@media (max-width: 767px) {
  .l-header-sp {
    display: block;
  }
}

.l-header-sp__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.l-header-sp__logo {
  width: 5rem;
  flex-shrink: 0;
}
.l-header-sp__logo img {
  width: 100%;
  height: auto;
  display: block;
}

.l-header-sp__name {
  flex: 1;
  margin: 0 1rem;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.3;
}

.l-header-sp__name-sub {
  font-size: 1.2rem;
}

.l-header-sp__buttons {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  flex-shrink: 0;
}

.l-header-sp__insta {
  width: 2.4rem;
}
.l-header-sp__insta img {
  width: 100%;
  height: auto;
  display: block;
}

.hamburger {
  width: 3rem;
  height: 2.4rem;
  border: none;
  background: none;
  cursor: pointer;
  padding: 0;
  position: relative;
  z-index: 9999;
  flex-shrink: 0;
}

.hamburger span {
  display: block;
  width: 3rem;
  height: 3px;
  background: #333;
  position: absolute;
  left: 0;
  transition: 0.3s;
}

.hamburger span:nth-child(1) {
  top: 0;
}

.hamburger span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}

.hamburger span:nth-child(3) {
  bottom: 0;
}

.hamburger.open span:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}

.hamburger.open span:nth-child(2) {
  opacity: 0;
}

.hamburger.open span:nth-child(3) {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}

body.fixed {
  height: 100%;
  overflow: hidden;
}

.hamburger-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  padding: 8rem 2rem 2rem;
  background: #fff;
  z-index: 9990;
  transform: translateX(100%);
  transition: transform 500ms cubic-bezier(0.75, 0, 0.25, 1);
  overflow-y: auto;
}

.hamburger-menu.active {
  transform: translateX(0);
}

.hamburger-menu__list {
  list-style: none;
}

.hamburger-menu__item {
  border-bottom: 1px solid #ccc;
}

.hamburger-menu__listLink {
  display: block;
  padding: 1.6rem 1rem;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.8rem;
  color: #333;
}

.l-footer {
  background: #858585;
  color: #fff;
  padding: 3rem 2rem;
}

.l-footer__inner {
  max-width: 192rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4rem;
}
@media (max-width: 767px) {
  .l-footer__inner {
    flex-direction: column;
    gap: 2rem;
  }
}

.l-footer__left {
  display: flex;
  align-items: center;
  gap: 2rem;
}
@media (max-width: 767px) {
  .l-footer__left {
    flex-direction: column;
    gap: 1rem;
    text-align: center;
  }
}

.l-footer__logo {
  width: 8rem;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .l-footer__logo {
    width: 6rem;
  }
}
.l-footer__logo img {
  width: 100%;
  height: auto;
  display: block;
}

.l-footer__catch {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.4rem;
  line-height: 1.5;
  margin-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .l-footer__catch {
    font-size: 1.2rem;
  }
}

.l-footer__name {
  font-family: "Zen Old Mincho", serif;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.1;
  color: #fff;
}
@media (max-width: 767px) {
  .l-footer__name {
    font-size: 3rem;
  }
}

.l-footer__name-sub {
  font-size: 3rem;
}
@media (max-width: 767px) {
  .l-footer__name-sub {
    font-size: 1.8rem;
  }
}

.l-footer__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  list-style: none;
}
@media (max-width: 767px) {
  .l-footer__list {
    justify-content: center;
  }
}

.l-footer__item {
  margin: 0 2rem;
}
@media (max-width: 767px) {
  .l-footer__item {
    margin: 0.5rem 1.2rem;
  }
}

.l-footer__link {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.6rem;
  color: #fff;
}
@media (max-width: 767px) {
  .l-footer__link {
    font-size: 1.4rem;
  }
}
.l-footer__link:hover {
  text-decoration: underline;
}

.l-copyright {
  background: #004cb7;
  padding: 1.6rem 2rem;
  text-align: center;
}

.l-copyright__text {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.6rem;
  color: #fff;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .l-copyright__text {
    font-size: 1.2rem;
  }
}

@media (max-width: 767px) {
  .u-pc {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .u-sp {
    display: none !important;
  }
}

.u-reverse {
  flex-direction: row-reverse !important;
}

.u-bg-none {
  background: transparent !important;
  box-shadow: none !important;
}

.u-mt10 {
  margin-top: 1rem !important;
}
@media (max-width: 767px) {
  .u-mt10 {
    margin-top: 0.5rem !important;
  }
}

.u-mt20 {
  margin-top: 2rem !important;
}
@media (max-width: 767px) {
  .u-mt20 {
    margin-top: 1rem !important;
  }
}

.u-mt30 {
  margin-top: 3rem !important;
}
@media (max-width: 767px) {
  .u-mt30 {
    margin-top: 1.5rem !important;
  }
}

.u-mt40 {
  margin-top: 4rem !important;
}
@media (max-width: 767px) {
  .u-mt40 {
    margin-top: 2rem !important;
  }
}

.u-mt50 {
  margin-top: 5rem !important;
}
@media (max-width: 767px) {
  .u-mt50 {
    margin-top: 2.5rem !important;
  }
}

.u-mt60 {
  margin-top: 6rem !important;
}
@media (max-width: 767px) {
  .u-mt60 {
    margin-top: 2rem !important;
  }
}

.u-mt70 {
  margin-top: 7rem !important;
}
@media (max-width: 767px) {
  .u-mt70 {
    margin-top: 3.5rem !important;
  }
}

.u-mt80 {
  margin-top: 8rem !important;
}
@media (max-width: 767px) {
  .u-mt80 {
    margin-top: 4rem !important;
  }
}

.u-mt90 {
  margin-top: 9rem !important;
}
@media (max-width: 767px) {
  .u-mt90 {
    margin-top: 4.5rem !important;
  }
}

.u-mt100 {
  margin-top: 10rem !important;
}
@media (max-width: 767px) {
  .u-mt100 {
    margin-top: 5rem !important;
  }
}

.u-mb0 {
  margin-bottom: 0 !important;
}

.u-mb10 {
  margin-bottom: 1rem !important;
}
@media (max-width: 767px) {
  .u-mb10 {
    margin-bottom: 0.5rem !important;
  }
}

.u-mb20 {
  margin-bottom: 2rem !important;
}
@media (max-width: 767px) {
  .u-mb20 {
    margin-bottom: 1rem !important;
  }
}

.u-mb30 {
  margin-bottom: 3rem !important;
}
@media (max-width: 767px) {
  .u-mb30 {
    margin-bottom: 1.5rem !important;
  }
}

.u-mb40 {
  margin-bottom: 4rem !important;
}
@media (max-width: 767px) {
  .u-mb40 {
    margin-bottom: 2rem !important;
  }
}

.u-mb50 {
  margin-bottom: 5rem !important;
}
@media (max-width: 767px) {
  .u-mb50 {
    margin-bottom: 2.5rem !important;
  }
}

.u-mb60 {
  margin-bottom: 6rem !important;
}
@media (max-width: 767px) {
  .u-mb60 {
    margin-bottom: 3rem !important;
  }
}

.u-mb70 {
  margin-bottom: 7rem !important;
}
@media (max-width: 767px) {
  .u-mb70 {
    margin-bottom: 3.5rem !important;
  }
}

.u-mb80 {
  margin-bottom: 8rem !important;
}
@media (max-width: 767px) {
  .u-mb80 {
    margin-bottom: 4rem !important;
  }
}

.u-mb90 {
  margin-bottom: 9rem !important;
}
@media (max-width: 767px) {
  .u-mb90 {
    margin-bottom: 4.5rem !important;
  }
}

.u-mb100 {
  margin-bottom: 10rem !important;
}
@media (max-width: 767px) {
  .u-mb100 {
    margin-bottom: 5rem !important;
  }
}

.u-flex-start {
  align-items: flex-start !important;
}
@media (max-width: 767px) {
  .u-flex-start {
    align-items: center !important;
  }
}

.u-blue {
  color: #004cb7;
}

.u-fz70 {
  font-size: 7rem;
}
@media (max-width: 767px) {
  .u-fz70 {
    font-size: 4.5rem;
  }
}

.u-fz80 {
  font-size: 8rem;
}
@media (max-width: 767px) {
  .u-fz80 {
    font-size: 3.2rem;
  }
}

.u-fz220 {
  font-size: 22rem;
}
@media (max-width: 767px) {
  .u-fz220 {
    font-size: 9.6rem;
  }
}

.index-mv {
  width: 100%;
  line-height: 0;
  background: #000;
}
.index-mv img {
  width: 100%;
  height: auto;
  display: block;
}

.index-mv__video {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
}

.index-mv__iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.index-video-banner {
  max-width: 132rem;
  width: 100%;
  margin: 0 auto;
  padding: 10rem 2rem 10rem;
  text-align: center;
}
@media (max-width: 767px) {
  .index-video-banner {
    padding: 5rem 2rem;
  }
}

.index-video-banner__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  width: 100%;
  max-width: 80rem;
  min-height: 9rem;
  padding: 2rem 4rem;
  border: none;
  background: #0056cc;
  color: #fff;
  cursor: pointer;
  transition: background 0.3s ease;
}
@media (max-width: 767px) {
  .index-video-banner__btn {
    gap: 1.2rem;
    min-height: 6rem;
    padding: 1.6rem 2rem;
  }
}

.index-video-banner__btn:hover {
  background: #004cb7;
}

.index-video-banner__yt {
  flex-shrink: 0;
  display: block;
  width: 5.6rem;
  line-height: 0;
}
@media (max-width: 767px) {
  .index-video-banner__yt {
    width: 3.8rem;
  }
}
.index-video-banner__yt svg {
  width: 100%;
  height: auto;
  display: block;
}

.index-video-banner__text {
  font-family: "Zen Old Mincho", serif;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .index-video-banner__text {
    font-size: 1.8rem;
  }
}

.index-video-banner__note {
  flex-shrink: 0;
  padding: 0.3rem 1.4rem;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 999px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
@media (max-width: 767px) {
  .index-video-banner__note {
    padding: 0.2rem 1rem;
    font-size: 1.2rem;
  }
}

.index-news {
  padding: 5rem 0 30rem;
}
@media (max-width: 767px) {
  .index-news {
    padding: 3rem 0 6rem;
  }
}

.index-news__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .index-news__head {
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }
}

.index-news__more {
  flex-shrink: 0;
}

.index-news__list {
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .index-news__list {
    margin-top: 2.5rem;
  }
}

.index-news__item {
  display: flex;
  align-items: center;
  gap: 2.4rem;
  padding: 1.8rem 0;
  border-bottom: 1px solid #e0e0e0;
}
@media (max-width: 767px) {
  .index-news__item {
    flex-wrap: wrap;
    gap: 0.8rem 1.2rem;
    padding: 1.4rem 0;
  }
}
.index-news__item:first-child {
  border-top: 1px solid #e0e0e0;
}
.index-news__item:hover .index-news__title {
  text-decoration: underline;
}

.index-news__date {
  flex-shrink: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  color: #004cb7;
}
@media (max-width: 767px) {
  .index-news__date {
    font-size: 1.4rem;
  }
}

.index-news__label {
  flex-shrink: 0;
  min-width: 12rem;
  padding: 0.3rem 1.2rem;
  background: #004cb7;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  text-align: center;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .index-news__label {
    min-width: 9rem;
    font-size: 1.2rem;
  }
}

.index-news__title {
  font-size: 1.8rem;
  color: #333;
  line-height: 1.6;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .index-news__title {
    width: 100%;
    font-size: 1.4rem;
    white-space: normal;
  }
}

.index-news__empty {
  font-size: 1.8rem;
  padding: 2rem 0;
}
@media (max-width: 767px) {
  .index-news__empty {
    font-size: 1.4rem;
  }
}

.index-greeting {
  position: relative;
  height: 142.8rem;
  background-image: url("../img/top/greeting-bg.webp"), url("../img/top/greeting-line.webp");
  background-position: left top, right top;
  background-repeat: no-repeat, no-repeat;
  background-size: 129.1rem 118.5rem, 160.8rem 142.8rem;
}
@media (max-width: 767px) {
  .index-greeting {
    height: auto;
    padding-bottom: 4rem;
    background-image: url("../img/top/greeting-bg.webp");
    background-position: left top;
    background-size: 100% auto;
  }
}

.index-greeting__body {
  width: 70%;
  padding-left: 30rem;
  padding-top: 70rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .index-greeting__body {
    width: 100%;
    padding: 34rem 2rem 0;
  }
}

.index-greeting__en {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 6rem;
  font-weight: 400;
  line-height: 1.4;
  color: #ab903c;
}
@media (max-width: 767px) {
  .index-greeting__en {
    font-size: 3.6rem;
  }
}

.index-greeting__ja {
  font-family: "Zen Old Mincho", serif;
  font-size: 3rem;
  font-weight: 700;
  color: #333;
}
@media (max-width: 767px) {
  .index-greeting__ja {
    font-size: 2rem;
  }
}

.index-greeting__catch {
  margin-top: 2rem;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .index-greeting__catch {
    margin-top: 1.5rem;
    font-size: 2rem;
  }
}

.index-greeting__text {
  margin-top: 2rem;
  font-size: 1.8rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .index-greeting__text {
    margin-top: 1.5rem;
    font-size: 1.4rem;
  }
}

.index-greeting__btn {
  margin-top: 20rem;
  margin-left: 15rem;
}
@media (max-width: 767px) {
  .index-greeting__btn {
    margin: 3rem 0 0;
    text-align: center;
  }
}

.index-greeting__photo {
  position: absolute;
  right: 0;
  top: -20rem;
  width: 110.8rem;
  z-index: 0;
}
@media (max-width: 767px) {
  .index-greeting__photo {
    position: static;
    width: 100%;
    margin-top: 3rem;
  }
}
.index-greeting__photo img {
  width: 100%;
  height: auto;
  display: block;
}

.index-bandphoto {
  margin-top: 5rem;
  text-align: right;
  line-height: 0;
}
@media (max-width: 767px) {
  .index-bandphoto {
    margin-top: 2rem;
  }
}
.index-bandphoto img {
  width: 126.4rem;
  max-width: 100%;
  height: auto;
  display: inline-block;
}
@media (max-width: 767px) {
  .index-bandphoto img {
    width: 100%;
  }
}

.index-business {
  display: flex;
}
@media (max-width: 767px) {
  .index-business {
    flex-direction: column;
    padding: 0 2rem;
  }
}

.index-business__photo {
  width: 95rem;
  height: 70.6rem;
  flex-shrink: 0;
  background: #dbdbdb;
}
@media (max-width: 767px) {
  .index-business__photo {
    width: 100%;
    height: auto;
    background: none;
    order: 2;
  }
}
.index-business__photo img {
  width: 96.1rem;
  max-width: none;
  height: auto;
  display: block;
  margin-top: -45rem;
}
@media (max-width: 767px) {
  .index-business__photo img {
    width: 100%;
    max-width: 100%;
    margin-top: 0;
  }
}

.index-business__body {
  flex: 1;
  min-width: 0;
  margin-top: 10rem;
  margin-bottom: -10rem;
  padding: 5rem 3rem 5rem 3rem;
  border-top: 2px solid #004cb7;
  border-right: 2px solid #004cb7;
}
@media (max-width: 767px) {
  .index-business__body {
    order: 1;
    margin: 4rem 0 0;
    padding: 2rem 1.5rem;
    border: 2px solid #004cb7;
  }
}

.index-business__en {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 6rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.1em;
  color: #ab903c;
}
@media (max-width: 767px) {
  .index-business__en {
    font-size: 3.6rem;
    letter-spacing: 0.04em;
  }
}

.index-business__ja {
  margin-top: 1rem;
  font-size: 3rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .index-business__ja {
    font-size: 2rem;
  }
}

.index-business__catch {
  margin-top: 2rem;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .index-business__catch {
    font-size: 1.8rem;
  }
}

.index-business__text {
  margin-top: 2rem;
  font-size: 1.8rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .index-business__text {
    font-size: 1.4rem;
  }
}

.index-business__btn {
  margin-top: 4rem;
  text-align: center;
}
@media (max-width: 767px) {
  .index-business__btn {
    margin-top: 2.5rem;
  }
}

.index-parallax {
  height: 40rem;
  margin-top: 15rem;
  background: url("../img/top/parallax.webp") no-repeat center center/cover;
  background-attachment: fixed;
}
@media (max-width: 767px) {
  .index-parallax {
    height: 20rem;
    margin-top: 6rem;
    background-attachment: scroll;
  }
}

.index-recruit {
  margin-top: 15rem;
}
@media (max-width: 767px) {
  .index-recruit {
    margin-top: 5rem;
  }
}

.index-recruit__frame {
  max-width: 155.8rem;
  height: 96.2rem;
  margin: 0 auto;
  padding-top: 20rem;
  background: url("../img/top/recruit-frame.webp") no-repeat top center/155.8rem 96.2rem;
  text-align: center;
}
@media (max-width: 767px) {
  .index-recruit__frame {
    height: auto;
    padding: 0 2rem;
    background: none;
  }
}

.index-recruit__en {
  font-family: "Outfit", sans-serif;
  font-size: 6rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.1em;
  color: #ab903c;
}
@media (max-width: 767px) {
  .index-recruit__en {
    font-size: 3.6rem;
  }
}

.index-recruit__ja {
  display: inline-block;
  margin-top: 1rem;
  font-size: 3rem;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 4px;
  text-decoration-color: #004cb7;
  text-underline-offset: 10px;
}
@media (max-width: 767px) {
  .index-recruit__ja {
    font-size: 2rem;
    text-decoration-thickness: 3px;
    text-underline-offset: 6px;
  }
}

.index-recruit__catch {
  margin-top: 10rem;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .index-recruit__catch {
    margin-top: 3rem;
    font-size: 2rem;
  }
}

.index-recruit__text {
  margin-top: 5rem;
  font-size: 1.8rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .index-recruit__text {
    margin-top: 2rem;
    font-size: 1.4rem;
  }
}

.index-recruit__btn {
  margin-top: 10rem;
}
@media (max-width: 767px) {
  .index-recruit__btn {
    margin-top: 3rem;
  }
}

.index-works {
  padding-top: 20rem;
}
@media (max-width: 767px) {
  .index-works {
    padding-top: 6rem;
  }
}

.index-works__slider {
  overflow: hidden;
  width: 100%;
  height: 54.3rem;
  margin-top: 10rem;
  position: relative;
}
@media (max-width: 767px) {
  .index-works__slider {
    height: 32rem;
    margin-top: 4rem;
  }
}

.index-works__track {
  display: flex;
  gap: 4rem;
  width: max-content;
  animation: index-works-loop 40s linear infinite;
}

.index-works__item {
  width: 57rem;
  flex-shrink: 0;
  position: relative;
}
@media (max-width: 767px) {
  .index-works__item {
    width: 30rem;
  }
}
.index-works__item img {
  width: 100%;
  height: 44.3rem;
  object-fit: cover;
  display: block;
}
@media (max-width: 767px) {
  .index-works__item img {
    height: 23.3rem;
  }
}

.index-works__item--up {
  top: -5rem;
}
@media (max-width: 767px) {
  .index-works__item--up {
    top: -2rem;
  }
}

.index-works__item--down {
  top: 5rem;
}
@media (max-width: 767px) {
  .index-works__item--down {
    top: 2rem;
  }
}

@keyframes index-works-loop {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.index-works__more-wrap {
  margin-top: 6rem;
  text-align: center;
}
@media (max-width: 767px) {
  .index-works__more-wrap {
    margin-top: 3rem;
  }
}

.business-lead {
  height: 120.6rem;
  background: url("../img/business/business-fv.webp") no-repeat top center/100% auto;
  display: flex;
}
@media (max-width: 767px) {
  .business-lead {
    height: auto;
    align-items: center;
    padding: 4rem 2rem;
    background-position: center center;
    background-size: cover;
  }
}

.business-lead__box {
  width: 40%;
  margin: 30rem 19rem 0 auto;
  padding: 5rem 3rem 20rem;
  border: 2px solid #ab903c;
  border-left: 0;
}
@media (max-width: 767px) {
  .business-lead__box {
    width: 100%;
    margin: 0;
    padding: 2rem 1.5rem;
    border-left: 2px solid #ab903c;
    background: rgba(0, 0, 0, 0.4);
  }
}

.business-lead__en {
  font-family: "Outfit", sans-serif;
  font-size: 6rem;
  font-weight: 400;
  line-height: 1.2;
  color: #fff;
}
@media (max-width: 767px) {
  .business-lead__en {
    font-size: 3.6rem;
  }
}

.business-lead__catch {
  margin-top: 1.5rem;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
}
@media (max-width: 767px) {
  .business-lead__catch {
    font-size: 1.8rem;
  }
}

.business-lead__text {
  margin-top: 2rem;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2;
  color: #fff;
}
@media (max-width: 767px) {
  .business-lead__text {
    font-size: 1.4rem;
  }
}

.business-demolition {
  margin-top: 20rem;
}
@media (max-width: 767px) {
  .business-demolition {
    margin-top: 6rem;
  }
}

.business-demolition__flex {
  display: flex;
  margin-top: 10rem;
}
@media (max-width: 767px) {
  .business-demolition__flex {
    flex-direction: column;
    margin-top: 3rem;
  }
}

.business-demolition__textarea {
  width: 50%;
  padding: 5rem 5rem 0 0;
}
@media (max-width: 767px) {
  .business-demolition__textarea {
    width: 100%;
    padding: 0;
  }
}

.business-demolition__text {
  font-size: 1.8rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .business-demolition__text {
    font-size: 1.4rem;
  }
}

.business-demolition__photo {
  width: 50%;
}
@media (max-width: 767px) {
  .business-demolition__photo {
    width: 100%;
    margin-top: 2rem;
  }
}
.business-demolition__photo img {
  width: 100%;
  height: auto;
  display: block;
}

.business-method {
  margin-top: 5rem;
}
@media (max-width: 767px) {
  .business-method {
    margin-top: 3rem;
  }
}

.business-method__item + .business-method__item {
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .business-method__item + .business-method__item {
    margin-top: 2.5rem;
  }
}

.business-method__title {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.4;
  padding: 0.25em 0.5em;
  color: #004cb7;
  border-left: solid 5px #004cb7;
  border-bottom: solid 2px #004cb7;
}
@media (max-width: 767px) {
  .business-method__title {
    font-size: 2.2rem;
  }
}

.business-method__text {
  margin-top: 1.5rem;
  padding-left: 3rem;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.9;
  letter-spacing: 0.2em;
  color: #333;
}
@media (max-width: 767px) {
  .business-method__text {
    padding-left: 1rem;
    font-size: 1.4rem;
    letter-spacing: 0.08em;
  }
}

.business-estate {
  margin-top: 20rem;
}
@media (max-width: 767px) {
  .business-estate {
    margin-top: 6rem;
  }
}

.business-estate__flex {
  display: flex;
  margin-top: 10rem;
}
@media (max-width: 767px) {
  .business-estate__flex {
    flex-direction: column;
    margin-top: 3rem;
  }
}

.business-estate__textarea {
  width: 50%;
  padding-right: 2rem;
}
@media (max-width: 767px) {
  .business-estate__textarea {
    width: 100%;
    padding-right: 0;
  }
}

.business-estate__text {
  font-size: 1.8rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .business-estate__text {
    font-size: 1.4rem;
  }
}

.business-estate__photo {
  width: 50%;
}
@media (max-width: 767px) {
  .business-estate__photo {
    width: 100%;
    margin-top: 2rem;
  }
}
.business-estate__photo img {
  width: 100%;
  height: auto;
  display: block;
}

.business-other {
  margin-top: 20rem;
  margin-bottom: 20rem;
}
@media (max-width: 767px) {
  .business-other {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
}

.business-other__flex {
  display: flex;
  margin-top: 10rem;
}
@media (max-width: 767px) {
  .business-other__flex {
    flex-direction: column;
    margin-top: 3rem;
  }
}

.business-other__textarea {
  width: 50%;
  padding-right: 2rem;
}
@media (max-width: 767px) {
  .business-other__textarea {
    width: 100%;
    padding-right: 0;
  }
}

.business-other__title {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.4;
  padding: 0.25em 0.5em;
  color: #004cb7;
  border-left: solid 5px #004cb7;
  border-bottom: solid 2px #004cb7;
}
@media (max-width: 767px) {
  .business-other__title {
    font-size: 2.2rem;
  }
}

.business-other__title + .business-other__text {
  margin-top: 1.5rem;
}

.business-other__text {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.9;
  color: #333;
}
@media (max-width: 767px) {
  .business-other__text {
    font-size: 1.4rem;
  }
}

.business-other__text + .business-other__title {
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .business-other__text + .business-other__title {
    margin-top: 2rem;
  }
}

.business-other__photo {
  width: 50%;
}
@media (max-width: 767px) {
  .business-other__photo {
    width: 100%;
    margin-top: 2rem;
  }
}
.business-other__photo img {
  width: 100%;
  height: auto;
  display: block;
}

.recruit-lead {
  margin-top: 5rem;
}
@media (max-width: 767px) {
  .recruit-lead {
    margin-top: 3rem;
  }
}

.recruit-lead__frame {
  max-width: 155.8rem;
  height: 96.2rem;
  margin: 0 auto;
  padding-top: 20rem;
  background: url("../img/top/recruit-frame.webp") no-repeat top center/155.8rem 96.2rem;
}
@media (max-width: 767px) {
  .recruit-lead__frame {
    height: auto;
    padding: 0 2rem;
    background: none;
  }
}

.recruit-lead__catch {
  width: 60rem;
  margin: 0 auto;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.7;
  text-align: center;
}
@media (max-width: 767px) {
  .recruit-lead__catch {
    width: 100%;
    font-size: 2rem;
  }
}

.recruit-lead__text {
  width: 60rem;
  margin: 0 auto;
  padding-top: 5rem;
  font-size: 1.8rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .recruit-lead__text {
    width: 100%;
    padding-top: 2rem;
    font-size: 1.4rem;
  }
}

.recruit-detail {
  margin-top: 30rem;
}
@media (max-width: 767px) {
  .recruit-detail {
    margin-top: 5rem;
  }
}

.recruit-detail__table {
  max-width: 104rem;
  width: 100%;
  margin: 10rem auto 0;
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .recruit-detail__table {
    margin-top: 3rem;
  }
}

.recruit-table {
  width: 100%;
}
@media (max-width: 767px) {
  .recruit-table {
    display: block;
  }
  .recruit-table tbody,
  .recruit-table tr {
    display: block;
    width: 100%;
  }
}

.recruit-table__th,
.recruit-table__td {
  background: #d8edff;
  border: 2px solid #fff;
  vertical-align: top;
  font-size: 1.8rem;
  line-height: 1.8;
  padding: 1.5rem;
  text-align: left;
}
@media (max-width: 767px) {
  .recruit-table__th,
  .recruit-table__td {
    display: block;
    width: 100%;
    font-size: 1.4rem;
    padding: 1rem;
  }
}

.recruit-table__th {
  width: 22rem;
  font-weight: 700;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .recruit-table__th {
    width: 100%;
    white-space: normal;
  }
}

.recruit-table__td {
  padding-left: 10rem;
}
@media (max-width: 767px) {
  .recruit-table__td {
    padding-left: 1rem;
  }
}

.recruit-detail__btn {
  margin: 10rem 0 20rem;
  text-align: center;
}
@media (max-width: 767px) {
  .recruit-detail__btn {
    margin: 3rem 0 6rem;
  }
}

.contact-page {
  margin-top: 10rem;
}
@media (max-width: 767px) {
  .contact-page {
    margin-top: 4rem;
  }
}

.contact-page__lead {
  margin-top: 5rem;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2;
  text-align: center;
}
@media (max-width: 767px) {
  .contact-page__lead {
    margin-top: 2.5rem;
    font-size: 1.4rem;
  }
}

.contact-page__req-note {
  color: #e60012;
}

.contact-page__tel-area {
  margin-top: 3rem;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2;
  text-align: center;
}
@media (max-width: 767px) {
  .contact-page__tel-area {
    margin-top: 2rem;
    font-size: 1.4rem;
  }
}

.contact-page__tel {
  position: relative;
  display: inline-block;
  padding-left: 4rem;
  font-size: 3rem;
  color: #004cb7;
}
@media (max-width: 767px) {
  .contact-page__tel {
    font-size: 2.4rem;
    padding-left: 3rem;
  }
}
.contact-page__tel::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2.9rem;
  height: 2.7rem;
  background: url("../img/common/icon-tel.webp") no-repeat center/contain;
}
@media (max-width: 767px) {
  .contact-page__tel::before {
    width: 2.2rem;
    height: 2rem;
  }
}

.contact-page__caution {
  color: #e60012;
}

.contact-form {
  max-width: 100.6rem;
  margin: 6rem auto 20rem;
}
@media (max-width: 767px) {
  .contact-form {
    margin: 3rem auto 6rem;
  }
}

.contact-form__box {
  background: #f7faff;
  padding: 4.2rem 6rem 6rem;
}
@media (max-width: 767px) {
  .contact-form__box {
    padding: 2.5rem 1.5rem 3rem;
  }
}

.contact-form__row {
  display: flex;
  align-items: center;
  padding: 1.2rem 0;
}
@media (max-width: 767px) {
  .contact-form__row {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.6rem;
  }
}

.contact-form__row--textarea {
  align-items: flex-start;
}

.contact-form__label {
  width: 28rem;
  flex-shrink: 0;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .contact-form__label {
    width: 100%;
    font-size: 1.4rem;
  }
}

.contact-form__req {
  margin-left: 1rem;
  font-size: 1.4rem;
  color: #e60012;
}
@media (max-width: 767px) {
  .contact-form__req {
    font-size: 1.2rem;
  }
}

.contact-form__field {
  flex: 1;
  width: 100%;
}
.contact-form__field input[type=text],
.contact-form__field input[type=email],
.contact-form__field input[type=tel],
.contact-form__field textarea {
  width: 100%;
  padding: 1rem;
  border: 1px solid #c5d6e8;
  background: #fff;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.6rem;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .contact-form__field input[type=text],
  .contact-form__field input[type=email],
  .contact-form__field input[type=tel],
  .contact-form__field textarea {
    font-size: 1.4rem;
  }
}
.contact-form__field textarea {
  height: 20rem;
}
@media (max-width: 767px) {
  .contact-form__field textarea {
    height: 14rem;
  }
}

.contact-form__field .wpcf7-form-control-wrap {
  display: block;
}

.contact-form__radios .wpcf7-radio {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 1rem 2rem;
}

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

.contact-form__radios .wpcf7-list-item label {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.6rem;
  color: #333;
}
@media (max-width: 767px) {
  .contact-form__radios .wpcf7-list-item label {
    font-size: 1.4rem;
  }
}

.contact-form__radios {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2rem;
}

.contact-form__radios label {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.6rem;
  cursor: pointer;
}
@media (max-width: 767px) {
  .contact-form__radios label {
    font-size: 1.4rem;
  }
}

.contact-form__radios input[type=radio] {
  appearance: none;
  -webkit-appearance: none;
  width: 1.8rem;
  height: 1.8rem;
  border: 1px solid #c8ccd2;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  flex-shrink: 0;
}

.contact-form__radios input[type=radio]:checked {
  border-color: #004cb7;
  background: radial-gradient(#004cb7 0 42%, #fff 46% 100%);
}

.contact-form__field .wpcf7-not-valid-tip {
  margin-top: 0.6rem;
  font-size: 1.4rem;
  color: #e60012;
}

.wpcf7 .wpcf7-response-output {
  margin: 2rem 0 0;
  font-size: 1.4rem;
}

.contact-form__submit-area {
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .contact-form__submit-area {
    margin-top: 2.5rem;
  }
}

.contact-form__submit-area button,
.contact-form__submit-area input[type=submit] {
  appearance: none;
  -webkit-appearance: none;
  border: none;
  width: 24rem;
  height: 5.6rem;
  background-color: #0056cc;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  text-align: center;
  cursor: pointer;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .contact-form__submit-area button,
  .contact-form__submit-area input[type=submit] {
    width: 20rem;
    height: 5rem;
    font-size: 1.6rem;
  }
}
.contact-form__submit-area button:hover,
.contact-form__submit-area input[type=submit]:hover {
  opacity: 0.75;
}

.contact-form__submit-area .wpcf7-spinner {
  position: absolute;
  top: 50%;
  right: 2rem;
  margin: 0;
  transform: translateY(-50%);
}

.news-archive {
  padding: 5rem 0 15rem;
}
@media (max-width: 767px) {
  .news-archive {
    padding: 3rem 0 6rem;
  }
}

.news-archive__item {
  display: flex;
  align-items: center;
  gap: 2.4rem;
  padding: 1.8rem 0;
  border-bottom: 1px solid #e0e0e0;
}
@media (max-width: 767px) {
  .news-archive__item {
    flex-wrap: wrap;
    gap: 0.8rem 1.2rem;
    padding: 1.4rem 0;
  }
}
.news-archive__item:first-child {
  border-top: 1px solid #e0e0e0;
}
.news-archive__item:hover .news-archive__title {
  text-decoration: underline;
}

.news-archive__date {
  flex-shrink: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  color: #004cb7;
}
@media (max-width: 767px) {
  .news-archive__date {
    font-size: 1.4rem;
  }
}

.news-archive__label {
  flex-shrink: 0;
  min-width: 12rem;
  padding: 0.3rem 1.2rem;
  background: #004cb7;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  text-align: center;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .news-archive__label {
    min-width: 9rem;
    font-size: 1.2rem;
  }
}

.news-archive__title {
  font-size: 1.8rem;
  color: #333;
  line-height: 1.6;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .news-archive__title {
    width: 100%;
    font-size: 1.4rem;
    white-space: normal;
  }
}

.news-archive__empty {
  font-size: 1.8rem;
  padding: 2rem 0;
}
@media (max-width: 767px) {
  .news-archive__empty {
    font-size: 1.4rem;
  }
}

.news-single {
  padding: 5rem 0 15rem;
}
@media (max-width: 767px) {
  .news-single {
    padding: 3rem 0 6rem;
  }
}

.news-single__inner {
  max-width: 100rem;
  margin: 0 auto;
  padding: 0 2rem;
}

.news-single__title {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.6;
  padding-bottom: 2rem;
  border-bottom: 2px solid #004cb7;
}
@media (max-width: 767px) {
  .news-single__title {
    font-size: 2rem;
    padding-bottom: 1.2rem;
  }
}

.news-single__meta {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 2rem;
}

.news-single__label {
  background: #004cb7;
  color: #fff;
  padding: 0.2rem 1.2rem;
  font-size: 1.4rem;
  font-weight: 700;
  border-radius: 3px;
}
@media (max-width: 767px) {
  .news-single__label {
    font-size: 1.2rem;
  }
}

.news-single__date {
  font-size: 1.6rem;
  color: #004cb7;
}
@media (max-width: 767px) {
  .news-single__date {
    font-size: 1.4rem;
  }
}

.news-single__thumb {
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .news-single__thumb {
    margin-top: 2rem;
  }
}
.news-single__thumb img {
  width: 100%;
  height: auto;
  display: block;
}

.news-single__body {
  margin-top: 3rem;
  font-size: 1.8rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .news-single__body {
    margin-top: 2rem;
    font-size: 1.4rem;
  }
}
.news-single__body p {
  line-height: 2;
  margin-bottom: 2rem;
}
.news-single__body img {
  height: auto;
}

.news-single__back {
  margin-top: 6rem;
  text-align: center;
}
@media (max-width: 767px) {
  .news-single__back {
    margin-top: 3rem;
  }
}

.works-archive {
  padding: 8rem 0 15rem;
}
@media (max-width: 767px) {
  .works-archive {
    padding: 4rem 0 6rem;
  }
}

.works-archive__empty {
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  .works-archive__empty {
    font-size: 1.4rem;
  }
}

.works-cats {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.2rem;
  margin-bottom: 6rem;
}
@media (max-width: 767px) {
  .works-cats {
    gap: 0.8rem;
    margin-bottom: 3rem;
  }
}

.works-cats__item {
  display: inline-flex;
  align-items: center;
  padding: 0.8rem 2.4rem;
  border: 1px solid #004cb7;
  border-radius: 999px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  color: #004cb7;
  background: #fff;
  transition: background 0.3s ease, color 0.3s ease;
}
@media (max-width: 767px) {
  .works-cats__item {
    padding: 0.6rem 1.6rem;
    font-size: 1.4rem;
  }
}
.works-cats__item:hover {
  background: #004cb7;
  color: #fff;
}

.works-cats__item.is-current {
  background: #004cb7;
  color: #fff;
}

.works-cats__count {
  margin-left: 0.5rem;
  font-size: 0.85em;
}

.works-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5rem 4rem;
}
@media (max-width: 767px) {
  .works-list {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}

.works-card {
  min-width: 0;
}

.works-card__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #fff;
  color: #333;
  transition: opacity 0.3s ease;
}
.works-card__link:hover {
  opacity: 0.8;
}

.works-card__thumb {
  width: 100%;
  aspect-ratio: 16/10;
  background: #eee;
  overflow: hidden;
}
.works-card__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.works-card__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 2rem 0 0;
}
@media (max-width: 767px) {
  .works-card__body {
    padding-top: 1.5rem;
  }
}

.works-card__meta {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}

.works-card__date {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  color: #004cb7;
}
@media (max-width: 767px) {
  .works-card__date {
    font-size: 1.4rem;
  }
}

.works-card__label {
  padding: 0.2rem 1.2rem;
  background: #0099e6;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  border-radius: 3px;
}

.works-card__title {
  margin-top: 1.2rem;
  font-family: "Zen Old Mincho", serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .works-card__title {
    margin-top: 1rem;
    font-size: 1.8rem;
  }
}

.works-card__desc {
  margin-top: 1.2rem;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media (max-width: 767px) {
  .works-card__desc {
    font-size: 1.4rem;
  }
}

.works-card__more {
  margin-top: auto;
  padding-top: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  color: #0056cc;
}

.works-single {
  padding: 8rem 0 15rem;
}
@media (max-width: 767px) {
  .works-single {
    padding: 4rem 0 6rem;
  }
}

.works-single__inner {
  max-width: 90rem;
  margin: 0 auto;
  padding: 0 2rem;
}

.works-single__meta {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}

.works-single__label {
  padding: 0.2rem 1.2rem;
  background: #0099e6;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  border-radius: 3px;
}

.works-single__date {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  color: #004cb7;
}
@media (max-width: 767px) {
  .works-single__date {
    font-size: 1.4rem;
  }
}

.works-single__title {
  margin-top: 1.5rem;
  padding-bottom: 2rem;
  border-bottom: 2px solid #004cb7;
  font-family: "Zen Old Mincho", serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .works-single__title {
    margin-top: 1rem;
    padding-bottom: 1.5rem;
    font-size: 2rem;
  }
}

.works-single__thumb {
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .works-single__thumb {
    margin-top: 2rem;
  }
}
.works-single__thumb img {
  width: 100%;
  height: auto;
  display: block;
}

.works-single__body {
  margin-top: 3rem;
  font-size: 1.8rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .works-single__body {
    margin-top: 2rem;
    font-size: 1.4rem;
  }
}
.works-single__body p {
  line-height: 2;
  margin-bottom: 2rem;
}
.works-single__body img {
  height: auto;
}

.works-single__nav {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  margin-top: 6rem;
  padding-top: 3rem;
  border-top: 1px solid #ddd;
}
@media (max-width: 767px) {
  .works-single__nav {
    margin-top: 4rem;
  }
}

.works-single__nav-side {
  min-width: 0;
}

.works-single__nav-link {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  color: #0056cc;
}
@media (max-width: 767px) {
  .works-single__nav-link {
    font-size: 1.4rem;
  }
}
.works-single__nav-link:hover {
  text-decoration: underline;
}

.works-single__back {
  margin-top: 5rem;
  text-align: center;
}
@media (max-width: 767px) {
  .works-single__back {
    margin-top: 3rem;
  }
}

.company-video {
  padding: 8rem 0 4rem;
}
@media (max-width: 767px) {
  .company-video {
    padding: 4rem 0 2rem;
  }
}

.company-video__frame {
  position: relative;
  width: 100%;
  max-width: 96rem;
  margin: 4rem auto 0;
  aspect-ratio: 16/9;
  background: #000;
}
@media (max-width: 767px) {
  .company-video__frame {
    margin-top: 2.5rem;
  }
}

.company-video__iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.video-modal {
  position: fixed;
  inset: 0;
  z-index: 10020;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.video-modal.is-open {
  opacity: 1;
  visibility: visible;
}

.video-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  cursor: pointer;
}

.video-modal__body {
  position: relative;
  width: min(96rem, 90vw);
}

.video-modal__close {
  position: absolute;
  top: -4.8rem;
  right: 0;
  width: 4rem;
  height: 4rem;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
}
@media (max-width: 767px) {
  .video-modal__close {
    top: -4rem;
    width: 3.4rem;
    height: 3.4rem;
  }
}

.video-modal__close span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3rem;
  height: 2px;
  background: #fff;
}

.video-modal__close span:nth-child(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}

.video-modal__close span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.video-modal__stage {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  background: #000;
}

.video-modal__media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.not-found {
  padding: 10rem 0 15rem;
  text-align: center;
}
@media (max-width: 767px) {
  .not-found {
    padding: 4rem 0 6rem;
  }
}

.not-found__code {
  font-family: "Outfit", sans-serif;
  font-size: 16rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.06em;
  color: #004cb7;
}
@media (max-width: 767px) {
  .not-found__code {
    font-size: 8rem;
  }
}

.not-found__lead {
  margin-top: 3rem;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .not-found__lead {
    margin-top: 2rem;
    font-size: 2rem;
  }
}

.not-found__text {
  margin-top: 2rem;
  font-size: 1.8rem;
  line-height: 2;
  inline-size: fit-content;
  margin-inline: auto;
  text-align: left;
}
@media (max-width: 767px) {
  .not-found__text {
    margin-top: 1.5rem;
    font-size: 1.4rem;
  }
}

.not-found__btn {
  margin-top: 5rem;
}
@media (max-width: 767px) {
  .not-found__btn {
    margin-top: 3rem;
  }
}

.pager {
  margin-top: 6rem;
}
@media (max-width: 767px) {
  .pager {
    margin-top: 3rem;
  }
}
.pager ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  list-style: none;
}
.pager .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 4rem;
  height: 4rem;
  padding: 0 1rem;
  border: 1px solid #004cb7;
  color: #004cb7;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .pager .page-numbers {
    min-width: 3.4rem;
    height: 3.4rem;
    font-size: 1.4rem;
  }
}
.pager .page-numbers.current {
  background: #004cb7;
  color: #fff;
}
.pager .page-numbers.dots {
  border: none;
}

.company-outline {
  margin-top: 15rem;
  padding: 15rem 0 10rem;
  background: url("../img/top/company-bg.webp") no-repeat top center/cover;
}
@media (max-width: 767px) {
  .company-outline {
    margin-top: 6rem;
    padding: 4rem 0;
  }
}

.company-outline__inner {
  display: flex;
  max-width: 135.7rem;
  margin: 0 auto;
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .company-outline__inner {
    flex-direction: column;
  }
}

.company-outline__table {
  width: 50%;
  padding-right: 5rem;
}
@media (max-width: 767px) {
  .company-outline__table {
    order: 2;
    width: 100%;
    padding-right: 0;
    margin-top: 3rem;
  }
}

.company-outline__tbl {
  width: 100%;
}

.company-outline__th,
.company-outline__td {
  border-bottom: 1px solid #004cb7;
  padding: 2rem 1rem 1rem;
  vertical-align: top;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.7;
  text-align: left;
}
@media (max-width: 767px) {
  .company-outline__th,
  .company-outline__td {
    font-size: 1.4rem;
    padding: 1rem 0.5rem;
  }
}

.company-outline__th {
  width: 14rem;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .company-outline__th {
    width: 9rem;
    white-space: normal;
  }
}

.company-outline__visual {
  width: 50%;
}
@media (max-width: 767px) {
  .company-outline__visual {
    order: 1;
    width: 100%;
  }
}

.company-outline__en {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 6rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.1em;
  color: #ab903c;
  text-align: right;
  padding-right: 10rem;
}
@media (max-width: 767px) {
  .company-outline__en {
    font-size: 3.6rem;
    text-align: center;
    padding-right: 0;
    letter-spacing: 0.05em;
  }
}

.company-outline__ja-wrap {
  margin-top: 1rem;
  text-align: right;
  padding-right: 10rem;
}
@media (max-width: 767px) {
  .company-outline__ja-wrap {
    text-align: center;
    padding-right: 0;
  }
}

.company-outline__ja {
  display: inline-block;
  font-size: 3rem;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 4px;
  text-decoration-color: #004cb7;
  text-underline-offset: 10px;
}
@media (max-width: 767px) {
  .company-outline__ja {
    font-size: 2rem;
    text-decoration-thickness: 3px;
    text-underline-offset: 6px;
  }
}

.company-outline__photo {
  margin-top: 5rem;
}
@media (max-width: 767px) {
  .company-outline__photo {
    margin-top: 2rem;
  }
}
.company-outline__photo img {
  width: 100%;
  height: auto;
  display: block;
}

.company-outline__btn {
  margin-top: 10rem;
  text-align: center;
}
@media (max-width: 767px) {
  .company-outline__btn {
    margin-top: 3rem;
  }
}

.contact-section {
  padding: 5rem 0 10rem;
  background: url("../img/common/contact-bg.webp") no-repeat top center/100% auto;
}
@media (max-width: 767px) {
  .contact-section {
    padding: 3rem 0 5rem;
  }
}

.contact-section__lead {
  margin-top: 8rem;
  font-size: 1.8rem;
  line-height: 1.9;
  text-align: center;
}
@media (max-width: 767px) {
  .contact-section__lead {
    margin-top: 3rem;
    font-size: 1.4rem;
  }
}
.contact-section__lead .strong {
  color: #e60012;
}

.contact-section__buttons {
  display: flex;
  justify-content: center;
  gap: 8rem;
  margin-top: 7rem;
}
@media (max-width: 767px) {
  .contact-section__buttons {
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
    margin-top: 3rem;
  }
}

.contact-button {
  width: 29.4rem;
  min-height: 5.7rem;
  padding: 0.6rem 3rem 0.6rem 1.6rem;
  background: #004cb7;
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  position: relative;
}
@media (max-width: 767px) {
  .contact-button {
    width: 100%;
    max-width: 29.4rem;
    min-height: 5rem;
  }
}
.contact-button::after {
  content: "";
  position: absolute;
  right: 0.8rem;
  top: 50%;
  transform: translateY(-50%);
  width: 2.4rem;
  height: 1px;
  background: #fff;
}

.contact-button--direct {
  flex-direction: column;
  gap: 0.2rem;
}

.contact-button__icon {
  display: inline-flex;
  align-items: center;
  width: 2.4rem;
  flex-shrink: 0;
}
.contact-button__icon svg {
  width: 100%;
  height: auto;
}

.contact-button__text {
  font-size: 3rem;
  line-height: 1.2;
  letter-spacing: 0.02em;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .contact-button__text {
    font-size: 2.4rem;
  }
}

.contact-button__label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  font-size: 1.4rem;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .contact-button__label {
    font-size: 1.2rem;
  }
}
.contact-button__label svg {
  width: 1.4rem;
  height: auto;
}

.contact-section__maps {
  display: flex;
  gap: 2rem;
  margin-top: 10rem;
}
@media (max-width: 767px) {
  .contact-section__maps {
    flex-direction: column;
    gap: 2.5rem;
    margin-top: 4rem;
  }
}

.contact-section__map {
  width: 50%;
}
@media (max-width: 767px) {
  .contact-section__map {
    width: 100%;
  }
}
.contact-section__map iframe {
  width: 100%;
  height: 56rem;
  display: block;
}
@media (max-width: 767px) {
  .contact-section__map iframe {
    height: 26rem;
  }
}

.contact-section__map-label {
  margin-bottom: 1rem;
  font-size: 1.8rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .contact-section__map-label {
    font-size: 1.4rem;
  }
}

/*# sourceMappingURL=style.css.map */
