@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.6944444444vw;
  }
}
@media (max-width: 767px) {
  html {
    font-size: min(2.6666666667vw, 20.4533333333px);
  }
}

* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  position: relative;
  overflow-x: clip;
  color: #2A2A2A;
  line-height: normal;
}
@media (max-width: 767px) {
  body {
    font-size: 1.6rem;
  }
}

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

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

ul {
  list-style: none;
}

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

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

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

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

.u-serif {
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "HGS明朝E", serif;
  font-weight: 600;
  letter-spacing: 0.08em;
}

.u-serif-en {
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: 0.2em;
}

/* キャッチコピーの「ひらがな」を一段小さくして漢字を大きく見せる（漢字大／かな小）
   例：建築板金<span class="u-kana">の</span>プロ
   ※カタカナは語の一部（リフォーム・カタチ等）なので小さくせず漢字と同じ大きさで残す */
.u-kana {
  font-size: 0.72em;
  letter-spacing: 0.02em;
}

.u-kana-sm {
  font-size: 0.6em;
  letter-spacing: 0;
}

.u-text {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  line-height: 1.9;
  letter-spacing: 0.04em;
}

.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

/* 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見える事故の対策（サブピクセル丸め）。
   若林板金は footer 上部も bg.webp なので白で問題なし */
#container {
  background: #fff;
}

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

/* ============================================================
   ページトップへ戻るボタン（template-parts/to-top.php）
   ※若林板金は旧HTMLに同機能が無く、右下は #floating が占有しているため
     現状どのテンプレートからも呼び出していない。復活させる場合は
     footer.php で get_template_part('template-parts/to-top') を有効化する
   ============================================================ */
.to-top {
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  z-index: 9980;
  width: 5rem;
  height: 5rem;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: #2C9FE9;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.45);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
@media (max-width: 767px) {
  .to-top {
    right: 1.5rem;
    bottom: 1.5rem;
    width: 4.4rem;
    height: 4.4rem;
  }
}
.to-top::before {
  content: "";
  position: absolute;
  top: 56%;
  left: 50%;
  width: 1.4rem;
  height: 1.4rem;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
  transform: translate(-50%, -50%) rotate(45deg);
}
@media (max-width: 767px) {
  .to-top::before {
    width: 1.2rem;
    height: 1.2rem;
  }
}

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

#header {
  position: fixed;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  height: 11.5rem;
  z-index: 99;
  top: 0;
  background-color: rgba(255, 255, 255, 0.9);
  align-items: center;
}

.h-logo {
  margin-left: 6rem;
}

.h-logo__link {
  display: block;
}

.h-logo__img {
  width: 28.8rem;
}

.navarea {
  display: block;
  width: 65%;
}

.navbar-nav {
  display: flex;
  justify-content: flex-end;
}

.nav-item {
  margin: 0 3.5rem;
  text-align: center;
}

.nav-link {
  color: #2A2A2A;
  display: block;
}

.nav-link__en {
  display: block;
  margin-top: 0.5rem;
  color: #2C9FE9;
  font-size: 1.4rem;
}

.h-insta {
  margin-right: 6rem;
}
@media (max-width: 767px) {
  .h-insta {
    width: 7%;
    margin: 0.5rem 0 0 4rem;
  }
}

.h-insta__img {
  width: 4.5rem;
}
@media (max-width: 767px) {
  .h-insta__img {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .header {
    width: 100%;
    height: 5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0;
    background-color: #fff;
    box-shadow: 0 1rem 1rem 0 rgba(0, 0, 0, 0.2);
    z-index: 9;
  }
}

.h-logo-sp {
  padding-left: 0.8rem;
  min-width: 0;
}

.h-logo-sp__link {
  display: block;
}

.h-logo-sp__img {
  width: 28.8rem;
  max-width: 100%;
}

.hamburger-menu {
  width: 5rem;
  height: 5rem;
  position: relative;
  border: none;
  background: transparent;
  appearance: none;
  padding: 0;
  cursor: pointer;
  flex-shrink: 0;
}

.hamburger-menu__bar {
  display: inline-block;
  width: 44%;
  height: 2px;
  background: #242424;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.5s;
}

.hamburger-menu__bar:first-child {
  top: 1.6rem;
}

.hamburger-menu__bar:nth-child(2) {
  top: 2.4rem;
}

.hamburger-menu__bar:last-child {
  top: 3.2rem;
}

.hamburger-menu--open .hamburger-menu__bar {
  top: 50%;
}

.hamburger-menu--open .hamburger-menu__bar:first-child {
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.hamburger-menu--open .hamburger-menu__bar:last-child {
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

.hamburger-menu--open .hamburger-menu__bar:nth-child(2) {
  display: none;
}

.navigation {
  display: none;
  background: #242424;
  position: absolute;
  top: 5rem;
  width: 100%;
  z-index: 9999;
}

.navigation__list {
  text-align: center;
  list-style: none;
  padding: 0;
  margin: 0;
}

.navigation__list-item {
  border-bottom: solid 1px #474747;
}

.navigation__list-item:first-child {
  border-top: solid 1px #474747;
}

.navigation__link {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  display: block;
  padding: 2.4rem 0;
  transition: 0.5s;
}

@media (hover: hover) and (pointer: fine) {
  .navigation__link:hover {
    background: #333333;
  }
}
#footer {
  text-align: center;
  background-image: url("../img/common/bg.webp");
}

.f-logo {
  padding: 7rem 0 2rem;
}
@media (max-width: 767px) {
  .f-logo {
    padding-top: 4rem;
  }
}

.f-logo__img {
  width: 21.2rem;
}

.f-menu {
  color: #fff;
  background: #333333;
  text-align: center;
  margin-top: 12.5rem;
}
@media (max-width: 767px) {
  .f-menu {
    margin-top: 4rem;
  }
}

.f-menu__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.f-menu__item {
  margin: 0;
  border-left: 1px #555555 solid;
}
@media (max-width: 767px) {
  .f-menu__item {
    width: 49%;
    border: none;
  }
}

.f-menu__item:first-child {
  padding-left: 0;
  border: none;
}

.f-menu__link {
  display: block;
  padding: 1.5rem 5rem;
  color: #fff;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .f-menu__link {
    padding: 1.5rem 2rem;
  }
}

.copyright {
  color: #fff;
  text-align: center;
  background-color: #020200;
  padding: 3rem 0 7rem;
}

.f-floating {
  width: 25rem;
  position: fixed;
  right: 1.5rem;
  bottom: 1.5rem;
  z-index: 999;
  color: #2C9FE9;
  background-color: #fff;
  box-shadow: 0.6rem 0.6rem 1rem 0 rgba(0, 0, 0, 0.4);
  padding: 1rem;
}
@media (max-width: 1024px) {
  .f-floating {
    display: none !important;
  }
}

.f-floating__text {
  letter-spacing: -0.2rem;
  line-height: 1.2;
}

.f-floating__line {
  display: block;
  margin: 0.5rem 0;
  padding: 1rem 0;
  color: #fff;
  background-color: #06C755;
}

.f-floating__contact {
  display: block;
  background-color: #2C9FE9;
  color: #fff;
  padding: 1rem 0;
  margin-bottom: 0.5rem;
}

.f-floating__reception {
  background-color: #2C9FE9;
  color: #fff;
  padding: 1rem 0;
}

.f-floating__tel {
  color: #FEF113;
  font-size: 3rem;
  font-weight: bold;
}

.f-floating__note {
  letter-spacing: -0.2rem;
  line-height: 1.2;
}

@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: #3E6EB4;
}

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

.lower-service {
  padding: 12rem 0;
  background-image: url("../img/common/bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
@media (max-width: 767px) {
  .lower-service {
    padding: 6rem 0;
  }
}

.lower-service_inner {
  max-width: 150rem;
  width: 95%;
  margin: 0 auto;
}

.lower-service_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 14.5rem;
}
@media (max-width: 767px) {
  .lower-service_flex {
    margin-bottom: 8rem;
  }
}

.lower-service_left {
  width: 55%;
}
@media (max-width: 767px) {
  .lower-service_left {
    width: 100%;
  }
}

.lower-service_left__img {
  width: 72.6rem;
  max-width: 100%;
}

.lower-service_right {
  width: 40%;
}
@media (max-width: 767px) {
  .lower-service_right {
    width: 100%;
  }
}

.lower-service_ttl {
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "HGS明朝E", serif;
  font-weight: 600;
  font-size: 4rem;
  letter-spacing: 0.06em;
  color: #2C9FE9;
  margin-bottom: 2.5rem;
}
@media (max-width: 767px) {
  .lower-service_ttl {
    font-size: 2.6rem;
    margin-bottom: 1.5rem;
  }
}

.lower-service_text {
  line-height: 2.5;
}

.anchor {
  scroll-margin-top: 13.5rem;
}
@media (max-width: 767px) {
  .anchor {
    scroll-margin-top: 6.5rem;
  }
}

.item_inner {
  width: 90%;
  display: flex;
  flex-direction: column;
  gap: min(5vw, 4rem);
  margin: min(5vw, 4rem) auto;
}
@media (max-width: 767px) {
  .item_inner {
    width: 100%;
  }
}
@media screen and (min-width: 960px) {
  .item_inner {
    width: auto;
    flex-direction: row;
    align-items: center;
    margin: 0 5% 0;
  }
}

@media screen and (min-width: 960px) {
  .content_textWrap {
    width: 50%;
  }
}

.business-title {
  display: flex;
  flex-direction: column;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "HGS明朝E", serif;
  font-size: 2.2rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1.8;
  border-bottom: 1px solid #010101;
  width: 80%;
  max-width: 34.4rem;
}

.business-title__no {
  color: #2C9FE9;
}

.text_border {
  padding: 3%;
  border: 1px solid #010101;
  min-height: 20rem;
  margin-top: 2rem;
}
@media screen and (min-width: 960px) {
  .text_border {
    gap: min(1vw, 3rem);
  }
}
@media (max-width: 767px) {
  .text_border {
    min-height: 0;
  }
}

.text_border__text {
  line-height: 1.9;
  letter-spacing: 0.03em;
}

@media screen and (min-width: 960px) {
  .business_img {
    width: 50%;
    text-align: right;
  }
}

.business_img__img {
  width: 50rem;
  max-width: 100%;
}

.works {
  padding: 12rem 0;
  background-image: url("../img/common/bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
@media (max-width: 767px) {
  .works {
    padding: 6rem 0 0;
  }
}
.works .flex {
  justify-content: space-between;
  margin-top: 7rem;
  align-items: stretch;
}

.works_inner {
  width: 90%;
  margin: 0 auto;
}

.works-text {
  max-width: 90rem;
  width: 90%;
  margin: 0 auto;
  line-height: 2.5;
}

.works-item {
  width: 23%;
  margin: 0 1rem 8rem;
}
@media (max-width: 767px) {
  .works-item {
    width: 100%;
    margin: 0 0 8rem;
  }
}

.works-item--spacer {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .works-item--spacer {
    display: none;
  }
}

.works-item__link {
  display: block;
  height: 100%;
  color: inherit;
  background-color: #ffffff;
  border-radius: 0.6rem;
  overflow: hidden;
  box-shadow: 0 0.3rem 1.2rem rgba(0, 0, 0, 0.15);
}
.works-item__link:hover {
  opacity: 1;
  transform: translateY(-0.5rem);
  box-shadow: 0 0.8rem 2rem rgba(0, 0, 0, 0.22);
}

.works-item__img {
  display: block;
  width: 100%;
}

.works-item__title {
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "HGS明朝E", serif;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.6;
  padding: 2.4rem 2rem 2.8rem;
}
@media (max-width: 767px) {
  .works-item__title {
    padding: 2rem 1.6rem 2.4rem;
  }
}

.works-detail {
  padding: 12rem 0 0;
  background-image: url("../img/common/bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
@media (max-width: 767px) {
  .works-detail {
    padding: 6rem 0 0;
  }
}

.works-detail__inner {
  max-width: 96rem;
  width: 90%;
  margin: 0 auto;
  background-color: #ffffff;
  padding: 6rem;
}
@media (max-width: 767px) {
  .works-detail__inner {
    padding: 3rem 2rem;
  }
}

.works-detail__title {
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "HGS明朝E", serif;
  font-weight: 600;
  font-size: 3.4rem;
  letter-spacing: 0.06em;
  line-height: 1.5;
  color: #2C9FE9;
  padding-bottom: 2rem;
  border-bottom: 1px solid #cccccc;
}
@media (max-width: 767px) {
  .works-detail__title {
    font-size: 2.4rem;
    padding-bottom: 1.5rem;
  }
}

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

.works-detail__img {
  width: 100%;
  max-width: 84rem;
}

.works-detail__body {
  margin-top: 4rem;
  line-height: 1.9;
  letter-spacing: 0.03em;
}
@media (max-width: 767px) {
  .works-detail__body {
    margin-top: 2.5rem;
    font-size: 1.4rem;
  }
}
.works-detail__body p {
  margin-bottom: 2rem;
}

.works-detail__nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 5rem;
}
@media (max-width: 767px) {
  .works-detail__nav {
    margin-top: 3rem;
  }
}

.works-detail__nav-link {
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "HGS明朝E", serif;
  font-size: 1.8rem;
  letter-spacing: 0.06em;
  color: #2C9FE9;
}
@media (max-width: 767px) {
  .works-detail__nav-link {
    font-size: 1.5rem;
  }
}

.works-detail__nav-link--prev::before {
  content: "＜";
  margin-right: 0.6rem;
}

.works-detail__nav-link--next::after {
  content: "＞";
  margin-left: 0.6rem;
}

.works-detail__nav-blank {
  display: block;
}

.company-greeting {
  padding-top: 12rem;
  background-image: url("../img/common/bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
@media (max-width: 767px) {
  .company-greeting {
    padding-top: 6rem;
  }
}

.greeting-inner {
  max-width: 120rem;
  width: 95%;
  margin: 0 auto;
}
.greeting-inner .h3-ttl {
  margin-bottom: 5.5rem;
}

.greeting-text {
  line-height: 2.5;
  margin-bottom: 5rem;
}

.greeting-right {
  text-align: right;
}

.company-outline {
  padding: 12rem 0 0;
  background-image: url("../img/common/bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
@media (max-width: 767px) {
  .company-outline {
    padding-top: 6rem;
  }
}

.company-inner {
  width: calc(80% + 6rem);
  margin: 0 auto;
  padding: 3rem;
  background-color: #F4F4F4;
}
.company-inner .h3-ttl {
  margin-bottom: 3rem;
}

.company-map {
  text-align: center;
  padding: 12rem 0;
  background-image: url("../img/common/bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
@media (max-width: 767px) {
  .company-map {
    padding: 6rem 0;
  }
}
.company-map .h3-ttl {
  margin-bottom: 3.5rem;
}

.company-map__frame {
  width: 100%;
  height: 53rem;
  border: 0;
}

.lower-recruit {
  padding: 12rem 0;
  background-image: url("../img/common/bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
@media (max-width: 767px) {
  .lower-recruit {
    padding: 6rem 0;
  }
}

.lower-recruit_inner {
  max-width: 150rem;
  width: calc(80% + 8rem);
  margin: 0 auto;
  padding: 4rem;
  background-color: #F4F4F4;
}
@media (max-width: 767px) {
  .lower-recruit_inner {
    width: calc(70% + 8rem);
  }
}

.lower-recruit_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.lower-recruit_left {
  width: 55%;
}
@media (max-width: 767px) {
  .lower-recruit_left {
    width: 100%;
  }
}

.lower-recruit_left__img {
  width: 72.6rem;
  max-width: 100%;
}

.lower-recruit_right {
  width: 40%;
}
@media (max-width: 767px) {
  .lower-recruit_right {
    width: 100%;
  }
}

.lower-recruit_ttl {
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "HGS明朝E", serif;
  font-weight: 600;
  font-size: 4rem;
  letter-spacing: 0.02em;
  color: #2C9FE9;
  margin-bottom: 2.5rem;
}
@media (max-width: 767px) {
  .lower-recruit_ttl {
    font-size: 2.6rem;
    margin-bottom: 1.5rem;
  }
}

.lower-recruit_text {
  line-height: 1.9;
  letter-spacing: 0.03em;
}

.recruitment {
  max-width: 124rem;
  width: 95%;
  margin: 15rem auto;
  background-color: #ffffff;
  padding: 5rem 13rem 10rem;
}
@media (max-width: 767px) {
  .recruitment {
    padding: 5rem 0.5rem 10rem;
  }
}
.recruitment .h3-ttl {
  text-align: center;
  margin-bottom: 3.5rem;
}

.contact-form-section {
  padding: 12rem 0;
  background-image: url("../img/common/bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
@media (max-width: 767px) {
  .contact-form-section {
    padding: 6rem 0;
  }
}
.contact-form-section .h3-ttl {
  margin-bottom: 3rem;
}

.form-outer {
  width: 95%;
  margin: 0 auto;
  background-color: #F4F4F4;
  padding: 8rem 0;
}
@media (max-width: 767px) {
  .form-outer {
    padding: 4rem 0;
  }
}

.form-inner {
  max-width: 128rem;
  width: 95%;
  margin: 0 auto;
}

.form-text {
  margin-bottom: 5rem;
}

.form-text__note {
  margin: 3rem 0 0 3rem;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .form-text__note {
    margin: 2rem 0 0 0;
  }
}

.tel_btn {
  text-align: center;
  margin: 3rem 0;
}

.tel_btn__img {
  width: 34.5rem;
  max-width: 100%;
}

.contact-form {
  max-width: 100.6rem;
  margin: 3.4rem auto 0;
}

.contact-form__lead {
  text-align: center;
  margin-bottom: 2.4rem;
  line-height: 1.8;
}

.contact-form__caution {
  text-align: center;
  color: #e7001f;
  font-size: 1.6rem;
  margin-bottom: 4rem;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .contact-form__caution {
    margin-bottom: 3rem;
    text-align: left;
  }
}

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

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

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

.contact-form__label {
  width: 28rem;
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  .contact-form__label {
    width: 100%;
    margin-bottom: 0.6rem;
    font-size: 1.6rem;
  }
}

.contact-form__req {
  color: #e7001f;
  margin-left: 0.6rem;
  font-size: 1.4rem;
}

.contact-form__field {
  flex: 1;
}
@media (max-width: 767px) {
  .contact-form__field {
    width: 100%;
    flex: auto;
  }
}
.contact-form__field input[type=text],
.contact-form__field input[type=email],
.contact-form__field input[type=tel],
.contact-form__field textarea {
  width: 100%;
  border: 1px solid #c5d6e8;
  background: #fff;
  padding: 1rem 1.2rem;
  font-size: 1.6rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #2A2A2A;
}
.contact-form__field textarea {
  height: 18rem;
  line-height: 1.8;
}
.contact-form__field .wpcf7-form-control-wrap {
  display: block;
}
.contact-form__field .wpcf7-not-valid-tip {
  margin-top: 0.6rem;
  font-size: 1.3rem;
  color: #e7001f;
}

.contact-form__hint {
  margin-top: 0.6rem;
  font-size: 1.4rem;
  color: #666;
  line-height: 1.6;
}

.contact-form__radios {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 1rem 2rem;
}
.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: #2A2A2A;
}
.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: #2C9FE9;
  background: radial-gradient(#2C9FE9 0 42%, #fff 46% 100%);
}

.contact-form__submit-area {
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: 4rem;
}
.contact-form__submit-area button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32rem;
  height: 7rem;
  border: none;
  border-radius: 0.5rem;
  background-color: #2C9FE9;
  color: #fff;
  font-size: 2.2rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  cursor: pointer;
}
.contact-form__submit-area input[type=submit] {
  appearance: none;
  -webkit-appearance: none;
  border: none;
  border-radius: 0.5rem;
  width: 32rem;
  height: 7rem;
  color: #fff;
  font-size: 2.2rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 600;
  cursor: pointer;
  text-align: center;
  background-color: #2C9FE9;
}
.contact-form__submit-area .wpcf7-spinner {
  position: absolute;
  top: 50%;
  right: 2rem;
  margin: 0;
  transform: translateY(-50%);
}

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

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

.index-mv__img {
  width: 100%;
  height: auto;
}

.index-mv__catch {
  position: absolute;
  bottom: 18%;
  left: 2%;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "HGS明朝E", serif;
  font-weight: 600;
  font-size: 6.6rem;
  letter-spacing: 0.06em;
  text-shadow: 0 0 1rem #707070;
  line-height: 1.4;
  color: #ffffff;
  z-index: 9;
}
@media (max-width: 767px) {
  .index-mv__catch {
    font-size: 3rem;
  }
}

.index-mv__catch-lead {
  display: inline-block;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 400;
  font-size: 3.2rem;
  letter-spacing: 0.14em;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .index-mv__catch-lead {
    font-size: 1.5rem;
    letter-spacing: 0.1em;
    margin-bottom: 0.5rem;
  }
}

/* Swiperのページネーション（ライブラリ側のクラスなのでそのまま指定する） */
.swiper-pagination-bullet {
  background-color: transparent !important;
  background-image: url("../img/common/pagination02.webp") !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  border-radius: unset !important;
  height: 5rem !important;
  opacity: 1 !important;
  width: 5rem !important;
}

.swiper-pagination-bullet-active {
  background-image: url("../img/common/pagination01.webp") !important;
  height: 5rem !important;
  width: 5rem !important;
}

.swiper-pagination-bullets {
  width: initial !important;
  left: initial !important;
  right: 5% !important;
}

.index-ideal {
  padding: 12rem 0 16rem;
  background-image: url("../img/common/bg.webp");
}
@media (max-width: 767px) {
  .index-ideal {
    padding: 3rem 0;
  }
}

.ideal-inner {
  max-width: 120rem;
  width: 95%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ideal-left {
  width: 70%;
}

.ideal-left__img {
  width: 80rem;
  max-width: 100%;
}

.ideal-right {
  width: 25%;
  writing-mode: vertical-rl;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "HGS明朝E", serif;
  font-size: 6rem;
  color: #2C9FE9;
  font-weight: 600;
  letter-spacing: 1.2rem;
}
@media (max-width: 767px) {
  .ideal-right {
    font-size: 2.5rem;
  }
}

.ideal-right__text {
  line-height: normal;
}

.ideal-right__kana {
  color: #2A2A2A;
  font-size: 0.68em;
}

.index-construction {
  background-image: url("../img/top/construction-bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.construction-inner {
  width: 95%;
  margin: 0 auto;
  padding: 10rem 0;
  color: #ffffff;
}
@media (max-width: 767px) {
  .construction-inner {
    padding-top: 7rem;
  }
}

.construction-strengths {
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "HGS明朝E", serif;
  font-weight: 600;
  font-size: 6rem;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .construction-strengths {
    font-size: 4.2rem;
  }
}

.construction-box {
  text-align: center;
  padding: 1.5rem 6rem;
  background-color: #2C9FE9;
  margin: 0 3rem;
  font-size: 4rem;
}
@media (max-width: 767px) {
  .construction-box {
    width: 100%;
    margin: 0 0 1rem;
    padding: 1rem;
    font-size: 2.4rem;
  }
}

.google-btn {
  max-width: 55rem;
  width: 100%;
  margin: 5rem auto 0;
  background-color: #FEF113;
  border-radius: 0.5rem;
}

.google-btn__link {
  display: block;
  padding: 4rem 0;
  color: #2C9FE9;
  font-size: 3rem;
  line-height: 0;
  text-align: center;
}
@media (max-width: 767px) {
  .google-btn__link {
    padding: 3rem 0;
    font-size: 2.4rem;
  }
}
.google-btn__link::after {
  content: "＞";
  margin-left: 1rem;
  font-size: 3rem;
}
@media (max-width: 767px) {
  .google-btn__link::after {
    font-size: 2.4rem;
  }
}

.construction-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  padding-top: 10rem;
}
@media (max-width: 767px) {
  .construction-flex {
    padding-top: 7rem;
  }
}

.construction-left {
  width: 35%;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "HGS明朝E", serif;
  font-weight: 600;
  font-size: 10.8rem;
  letter-spacing: 0.06em;
  line-height: 1.1;
}
@media (max-width: 767px) {
  .construction-left {
    width: 100%;
    font-size: 6rem;
  }
}

.construction-left__text {
  line-height: 1.15;
}

.construction-right {
  width: 65%;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 2.4rem;
  letter-spacing: 0.04em;
  line-height: 2.1;
}
@media (max-width: 767px) {
  .construction-right {
    width: 100%;
    font-size: 1.8rem;
    line-height: 1.9;
  }
}

.index-service {
  padding-top: 14rem;
  text-align: center;
  background-image: url("../img/common/bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.service-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 95%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .service-flex {
    justify-content: space-between;
  }
}

.service-box {
  width: 30%;
  position: relative;
  margin-top: 5.5rem;
  margin-right: 4.5rem;
  text-align: left;
}
@media (max-width: 767px) {
  .service-box {
    width: 49%;
    margin-right: 0;
  }
}

.service-box__link {
  display: block;
}

.service-box__img {
  width: 43.4rem;
  max-width: 100%;
}

.service-box_text {
  background-color: #2A2A2A;
  border: solid 1px #ffffff;
  color: #ffffff;
  width: 26rem;
  padding: 2rem 0;
  font-size: 3rem;
  text-align: center;
  position: absolute;
  top: 33%;
  right: 0;
}
@media (max-width: 767px) {
  .service-box_text {
    width: 100%;
    font-size: 1.6rem;
    padding: 1rem 0;
    top: auto;
    bottom: -4rem;
  }
}

.index-ourcases {
  background-color: #2C9FE9;
  height: auto;
}

.ourcases-inner {
  max-width: 180rem;
  width: 95%;
  margin: 0 auto;
  padding-top: 9rem;
}
@media (max-width: 767px) {
  .ourcases-inner {
    padding-top: 5rem;
    text-align: center;
  }
}

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes infinity-scroll-right {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0%);
  }
}
.scroll-infinity {
  margin-top: 4.5rem;
}

.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}

.scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0;
}

.scroll-infinity__list--left {
  animation: infinity-scroll-left 40s infinite linear 0.5s both;
}

.scroll-infinity__item {
  width: 16.6666666667vw;
  margin: 0 2.5rem;
}
@media (max-width: 767px) {
  .scroll-infinity__item {
    width: 50vw;
  }
}

.scroll-infinity__link {
  display: block;
}

.scroll-infinity__img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}

.index-recruit {
  background-image: url("../img/top/recruit-bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 45.6rem;
  text-align: center;
  padding-top: 10rem;
}
@media (max-width: 767px) {
  .index-recruit {
    background-image: url("../img/top/recruit-bg-sp.webp");
    min-height: 38rem;
    padding-bottom: 5rem;
  }
}

.recruit-box {
  background-color: #BEBEBE;
  color: #ffffff;
  max-width: 48rem;
  width: 80%;
  padding: 2rem 0;
  margin: 7rem auto 0;
  border-radius: 0.5rem;
}

.not-found {
  padding: 12rem 0;
  background-image: url("../img/common/bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
@media (max-width: 767px) {
  .not-found {
    padding: 6rem 0;
  }
}

.not-found__inner {
  max-width: 90rem;
  width: 90%;
  margin: 0 auto;
  text-align: center;
  background-color: #F4F4F4;
  padding: 6rem 3rem;
}
@media (max-width: 767px) {
  .not-found__inner {
    padding: 4rem 2rem;
  }
}

.not-found__code {
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: 12rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1;
  color: #2C9FE9;
}
@media (max-width: 767px) {
  .not-found__code {
    font-size: 8rem;
  }
}

.not-found__lead {
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "HGS明朝E", serif;
  font-weight: 600;
  font-size: 2.6rem;
  letter-spacing: 0.08em;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .not-found__lead {
    font-size: 2rem;
  }
}

.not-found__text {
  margin-top: 3rem;
  line-height: 2;
}

.not-found__btn {
  display: block;
  max-width: 48rem;
  width: 80%;
  margin: 5rem auto 0;
  padding: 2rem 0;
  text-align: center;
  position: relative;
  background-color: #2C9FE9;
  color: #ffffff;
  border-radius: 0.5rem;
}
.not-found__btn::before {
  content: "";
  width: 1rem;
  height: 1rem;
  border: 0;
  border-top: solid 1px #ffffff;
  border-right: solid 1px #ffffff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 30%;
  bottom: 0;
  margin: auto;
}
@media (max-width: 767px) {
  .not-found__btn::before {
    right: 5%;
  }
}

.h3-ttl {
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "HGS明朝E", serif;
  font-size: 5.4rem;
  color: #ffffff;
  font-weight: 600;
  letter-spacing: 0.12em;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .h3-ttl {
    font-size: 3rem;
  }
}
.h3-ttl::after {
  content: "";
  display: inline-block;
  width: 6rem;
  height: 1px;
  margin-top: 2.2rem;
  background-color: currentColor;
  opacity: 0.6;
}
@media (max-width: 767px) {
  .h3-ttl::after {
    width: 4rem;
    margin-top: 1.4rem;
  }
}

.h3-ttl--blue {
  color: #2B9EE4;
}

.h3-ttl--shadow {
  text-shadow: 0 0 1rem #707070;
}

.h3-ttl--center {
  text-align: center;
}

.ttl-accent {
  color: #FEF101;
}

.ja {
  line-height: 1.4;
}

.en {
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: 2.6rem;
  font-weight: 500;
  letter-spacing: 0.24em;
  line-height: 1.6;
  margin-top: 0.6rem;
}
@media (max-width: 767px) {
  .en {
    font-size: 2rem;
    letter-spacing: 0.2em;
  }
}

.h2_ttl {
  background: url("../img/common/heading-img.webp") no-repeat center/cover;
  padding: 17.28rem 0 14.4rem;
  text-align: center;
  color: #ffffff;
  margin-top: 11.5rem;
  text-shadow: 0 0 1rem #707070;
}
@media (max-width: 767px) {
  .h2_ttl {
    padding: 9.6rem 0 6.4rem;
    margin-top: 5rem;
  }
}

.h2_ttl__title {
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "HGS明朝E", serif;
  font-size: 9rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: normal;
}
@media (max-width: 767px) {
  .h2_ttl__title {
    font-size: 5.1rem;
  }
}

.detail {
  max-width: 48rem;
  width: 100%;
  margin: 0 auto;
  padding: 10rem 0;
}
@media (max-width: 767px) {
  .detail {
    padding-bottom: 5rem;
  }
}

.detail-btn {
  display: block;
  max-width: 48rem;
  width: 80%;
  margin: 0 auto;
  padding: 2rem 0;
  text-align: center;
  position: relative;
  background-color: #2C9FE9;
  color: #ffffff;
  border-radius: 0.5rem;
}
.detail-btn::before {
  content: "";
  width: 1rem;
  height: 1rem;
  border: 0;
  border-top: solid 1px #ffffff;
  border-right: solid 1px #ffffff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 30%;
  bottom: 0;
  margin: auto;
}
@media (max-width: 767px) {
  .detail-btn::before {
    right: 5%;
  }
}

.detail-btn_white {
  background-color: #ffffff;
  color: #2C9FE9;
}
.detail-btn_white::before {
  border-top: solid 1px #2C9FE9;
  border-right: solid 1px #2C9FE9;
}

.contact {
  background-image: url("../img/common/contact-bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 73rem;
}
@media (max-width: 767px) {
  .contact {
    min-height: 0;
    padding-bottom: 10rem;
    background-position: 72%;
  }
}

.contact-inner {
  max-width: 180rem;
  width: 95%;
  margin: 0 auto;
  padding-top: 9rem;
  color: #ffffff;
}
@media (max-width: 767px) {
  .contact-inner {
    text-align: center;
  }
}

.contact-left {
  width: 45%;
  text-align: center;
}
@media (max-width: 767px) {
  .contact-left {
    width: 95%;
    margin-top: 5rem;
  }
}

.contact-left__lead {
  line-height: normal;
}

.contact-left__note {
  line-height: normal;
}

.contact-tel {
  display: inline-block;
}

.contact-tel__img {
  width: 46.4rem;
}
@media (max-width: 767px) {
  .contact-tel__img {
    width: 80%;
  }
}

.contact-btn {
  max-width: 55rem;
  width: 100%;
  margin: 4rem auto 0;
  background-color: #2C9FE9;
  border-radius: 0.5rem;
}

.contact-btn__link {
  display: block;
  padding: 2.7rem 0;
  color: #ffffff;
  font-size: 3.2rem;
  line-height: 0;
}
@media (max-width: 767px) {
  .contact-btn__link {
    padding: 2rem 0;
    font-size: 2rem;
  }
}

.i-mail {
  content: url("../img/common/mail.webp");
  height: 2.7rem;
  margin-right: 2.6rem;
  vertical-align: middle;
}

.contact-btn-line {
  max-width: 55rem;
  width: 100%;
  margin: 4rem auto 0;
  background-color: #06C755;
  border-radius: 0.5rem;
}

.i-line {
  content: url("../img/common/line.webp");
  height: 2.7rem;
  margin-right: 2.6rem;
  vertical-align: middle;
}

.contact-right {
  width: 45%;
  text-align: center;
}
@media (max-width: 767px) {
  .contact-right {
    width: 95%;
    margin-top: 5rem;
  }
}

.contact-right__icon {
  width: 15.4rem;
}

.contact-lead {
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "HGS明朝E", serif;
  font-weight: 500;
  max-width: 50rem;
  width: 90%;
  margin: 0 auto 4rem;
  font-size: 2.3rem;
  letter-spacing: 0.08em;
  padding: 1.5rem 0;
  border-top: solid 1px #ffffff;
  border-bottom: solid 1px #ffffff;
}
@media (max-width: 767px) {
  .contact-lead {
    font-size: 1.6rem;
    letter-spacing: -0.2rem;
  }
}

.contact-area {
  background-color: rgba(44, 159, 233, 0.9);
  padding: 1rem;
}

.contact-area_title {
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "HGS明朝E", serif;
  font-weight: 600;
  font-size: 3rem;
  letter-spacing: 0.1em;
  margin-bottom: 3rem;
}

.contact-area__text {
  line-height: 1.8;
  letter-spacing: 0.03em;
}

.description-list {
  width: 100%;
}
@media (min-width: 768px) {
  .description-list {
    font-size: 2.2rem;
    line-height: 2.4;
  }
}

.description-item {
  display: flex;
}

.description-item__dt {
  width: max(10rem, 20%);
  padding: 0.8rem;
  border-bottom: 2px solid #1D1D1D;
  text-align: center;
  font-weight: normal;
}
@media (max-width: 767px) {
  .description-item__dt {
    width: max(7rem, 20%);
  }
}

.description-item__dd {
  width: calc(100% - max(10rem, 20%));
  padding: 0.8rem 5%;
  border-bottom: 2px solid #CCCCCC;
  text-align: left;
  word-break: keep-all;
}

.h5-ttl {
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "HGS明朝E", serif;
  font-size: 2.2rem;
  line-height: 1;
  position: relative;
  padding-left: 3%;
  font-weight: 600;
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  .h5-ttl {
    padding-left: 6%;
  }
}
.h5-ttl::before {
  content: "";
  width: 1rem;
  height: 100%;
  background-color: #2C9FE9;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 1;
}

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