@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 {
  -webkit-box-sizing: border-box;
          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 {
  -webkit-box-sizing: content-box;
          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] {
  -webkit-text-decoration: underline dotted;
          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 */
  -moz-appearance: none;
       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%;
  scroll-behavior: smooth;
  word-break: break-all;
  font-size: 10px;
}
@media (max-width: 1920px) and (min-width: 768px) {
  html {
    font-size: 0.5208333333vw;
  }
}
@media (max-width: 767px) {
  html {
    font-size: min(2.3255813953vw, 11.6279069767px);
  }
}

body {
  font-family: "Noto Sans JP", serif;
  font-size: 1.8rem;
  font-weight: 400;
  position: relative;
  color: #333333;
}

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

h1,
h2,
h3,
a,
p {
  letter-spacing: 0.16em;
  line-height: 1;
}

a {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  cursor: pointer;
}
a:hover {
  opacity: 0.6;
}

p {
  line-height: 1.8;
}

.main {
  position: relative;
  min-height: 100vh;
}
.bg-main {
  width: 100vw;
  height: 100%;
  position: relative;
  overflow: hidden;
  background: url("../images/bg-page-all.webp") no-repeat top center;
  background-size: cover;
}
@media (max-width: 767px) {
  .bg-main {
    background: url("../images/bg-sp-all.webp") no-repeat top center;
    background-size: cover;
  }
}

.bg-page-main {
  width: 100vw;
  height: 100%;
  position: relative;
  overflow: hidden;
  background: url("../images/bg-page-all.webp") no-repeat top center;
  background-size: cover;
}
@media (max-width: 767px) {
  .bg-page-main {
    background: url("../images/bg-sp-all.webp") no-repeat top center;
    background-size: cover;
  }
}

.inner {
  max-width: 126rem;
  width: 100%;
  padding: 0 2rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .inner {
    padding: 0 2rem;
  }
}

.inner1280 {
  max-width: 132rem;
  width: 100%;
  padding: 0 2rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .inner1280 {
    padding: 0 2rem;
  }
}

.inner1760 {
  max-width: 180rem;
  width: 100%;
  padding: 0 2rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .inner1760 {
    padding: 0 2rem;
  }
}

.section-title {
  font-family: noto serif jp;
  font-size: 6rem;
  font-weight: 900;
  position: relative;
}
@media (max-width: 767px) {
  .section-title {
    font-size: 4rem;
  }
}

.page-mv .page-mv-area {
  position: relative;
}
@media (max-width: 767px) {
  .page-mv .page-mv-image img {
    aspect-ratio: 430/500;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
.page-mv .mv-text-area {
  position: absolute;
  z-index: 10;
  left: 10rem;
  bottom: -6rem;
}
@media (max-width: 767px) {
  .page-mv .mv-text-area {
    left: 50%;
    bottom: 40%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    text-align: center;
  }
}
.page-mv .mv-text__head {
  font-size: 6rem;
  font-weight: 700;
  color: #fff;
  font-family: noto serif jp;
}
@media (max-width: 767px) {
  .page-mv .mv-text__head {
    font-size: 4rem;
    white-space: nowrap;
  }
}
.page-mv .mv-text__image {
  width: 100%;
  margin-top: 5rem;
}
@media (max-width: 767px) {
  .page-mv .mv-text__image {
    width: 100%;
    margin-top: 3rem;
  }
}

.l-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 2rem 0;
  background: transparent;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}

.l-header-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  margin: 0 auto;
  padding: 0 2rem;
}

.l-header-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}

.l-header-logo img {
  width: 19rem;
  height: 20rem;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767px) {
  .l-header-logo img {
    width: 6.9rem;
    height: 7.3rem;
  }
}

.l-header-title__text {
  font-size: 3.5rem;
  font-weight: 900;
  font-family: noto serif jp;
  color: #fff;
  padding-top: 2.5rem;
}
@media (max-width: 767px) {
  .l-header-title__text {
    font-size: 1.6rem;
    padding-top: 0;
  }
}

.l-header-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4rem;
}

.l-header-contents__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}

.l-header-contents__left--tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  padding-right: 2rem;
  gap: 1rem;
  text-decoration: none;
  color: #fff;
}
.l-header-contents__left--tel .icon img {
  width: 2.5rem;
  height: 2.5rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.l-header-contents__left--tel .text {
  font-size: 3rem;
  font-weight: 700;
}

.l-nav__content {
  display: block;
}

.l-header-nav .l-header-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
.l-header-nav .l-header-nav__list--li .l-nav__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  position: relative;
}
.l-header-nav .l-header-nav__list--li .l-nav__btn::before {
  content: "";
  position: absolute;
  bottom: -0.5rem;
  left: 0;
  width: 0;
  height: 0.2rem;
  background-color: #e06d2f;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.l-header-nav .l-header-nav__list--li .l-nav__btn:hover::before {
  width: 100%;
}
.l-header-nav .l-header-nav__list--li .l-nav__btn .en {
  font-size: 1.6rem;
  color: #e06d2f;
  margin-bottom: 1rem;
}
.l-header-nav .l-header-nav__list--li .l-nav__btn .ja {
  font-size: 1.6rem;
  color: #fff;
  line-height: 1;
}

.l-header-contents__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.outline-contact-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  width: 20rem;
  height: auto;
  padding: 2rem 0;
  background: #e06d2f;
  color: #fff;
  text-decoration: none;
  border-bottom: 1rem solid #af5220;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.outline-contact-button:hover {
  opacity: 0.6;
}

.outline-mail__icon img {
  width: 2.4rem;
  height: 2.4rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.outline-mail__text {
  font-size: 1.6rem;
  font-weight: 600;
}

#l-nav__open.u-sp {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
  cursor: pointer;
  z-index: 1001;
}
@media (max-width: 767px) {
  #l-nav__open.u-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
#l-nav__open.u-sp .hamburger-lines {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 3.5rem;
  height: 2rem;
}
#l-nav__open.u-sp .hamburger-lines span {
  width: 100%;
  height: 0.3rem;
  background-color: #e06d2f;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 0.2rem;
}
#l-nav__open.u-sp .hamburger-text {
  font-size: 1.1rem;
  font-weight: 700;
  color: #e06d2f;
  text-transform: uppercase;
  letter-spacing: 0em;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
#l-nav__open.u-sp.active .hamburger-lines span:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(0.6rem, 0.6rem);
          transform: rotate(45deg) translate(0.6rem, 0.6rem);
}
#l-nav__open.u-sp.active .hamburger-lines span:nth-child(2) {
  opacity: 0;
}
#l-nav__open.u-sp.active .hamburger-lines span:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate(0.6rem, -0.6rem);
          transform: rotate(-45deg) translate(0.6rem, -0.6rem);
}
#l-nav__open.u-sp.active .hamburger-text {
  opacity: 0;
}

.l-header-sp-menu {
  display: none;
}
@media (max-width: 767px) {
  .l-header-sp-menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.95);
    z-index: 1000;
  }
  .l-header-sp-menu.active {
    display: block;
  }
}

@media (max-width: 767px) {
  .l-header-sp-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
    padding: 8rem 2rem 2rem;
  }
}
@media (max-width: 767px) {
  .l-header-sp-nav .l-header-sp-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3rem;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .l-header-sp-nav .l-header-sp-nav__list--li .l-header-sp-nav__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1rem;
    text-decoration: none;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .l-header-sp-nav .l-header-sp-nav__list--li .l-header-sp-nav__btn:hover {
    color: #e06d2f;
  }
  .l-header-sp-nav .l-header-sp-nav__list--li .l-header-sp-nav__btn .en {
    font-size: 2rem;
    color: #e06d2f;
    font-weight: 600;
  }
  .l-header-sp-nav .l-header-sp-nav__list--li .l-header-sp-nav__btn .ja {
    font-size: 2.4rem;
    font-weight: 700;
  }
  .l-header-sp-nav .l-header-sp-nav__list--li .l-header-sp-nav__btn.l-header-sp-nav__btn--tel {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 1.5rem;
  }
  .l-header-sp-nav .l-header-sp-nav__list--li .l-header-sp-nav__btn.l-header-sp-nav__btn--tel .icon img {
    width: 3rem;
    height: 3rem;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .l-header-sp-nav .l-header-sp-nav__list--li .l-header-sp-nav__btn.l-header-sp-nav__btn--tel .text {
    font-size: 2.4rem;
    font-weight: 700;
  }
  .l-header-sp-nav .l-header-sp-nav__list--li .l-header-sp-nav__btn.l-header-sp-nav__btn--contact {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 1.5rem;
    background: #e06d2f;
    padding: 2rem 3rem;
    border-radius: 0.5rem;
    border-bottom: 0.5rem solid #af5220;
  }
  .l-header-sp-nav .l-header-sp-nav__list--li .l-header-sp-nav__btn.l-header-sp-nav__btn--contact .icon img {
    width: 2.4rem;
    height: 2.4rem;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .l-header-sp-nav .l-header-sp-nav__list--li .l-header-sp-nav__btn.l-header-sp-nav__btn--contact .text {
    font-size: 2rem;
    font-weight: 600;
  }
}

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

.l-footer .footer-nav {
  padding: 7rem 0;
  color: #fff;
}
.l-footer .footer-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5rem;
}
@media (max-width: 767px) {
  .l-footer .footer-nav__list {
    display: grid;
    grid-template-columns: 1fr 1.5fr 1fr;
    gap: 5rem 1rem;
    padding: 0 4rem;
  }
}
.l-footer .l-footer-copyright {
  height: 7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  background: #000;
}

.mv {
  position: relative;
}
.mv-swiper {
  width: 100%;
  position: relative;
  z-index: 1;
}
.mv-swiper .swiper-slide {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.mv-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.mv-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
  z-index: 2;
}
.mv-content {
  font-size: 6rem;
  font-weight: 900;
  line-height: 1.5;
  position: absolute;
  bottom: 15rem;
  left: 21rem;
  z-index: 5;
  color: #fff;
}
@media (max-width: 767px) {
  .mv-content {
    font-size: 2.7rem;
    letter-spacing: 0.05em;
    left: 50%;
    bottom: 25%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    white-space: nowrap;
  }
}
.mv .mv-content__back-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 90%;
  height: auto;
  z-index: 4;
}
.mv .mv-content__image {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 24%;
  z-index: 3;
  overflow: hidden;
}

.about {
  margin-top: 13rem;
  background: url("../images/bg-top-about.webp") no-repeat top center;
  background-size: contain;
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 1920/1333;
}
@media (max-width: 767px) {
  .about {
    background: url("../images/bg-sp-top-about.webp") no-repeat top center;
    background-size: contain;
    aspect-ratio: 430/1400;
  }
}
.about .vertical-title {
  font-size: 22.5rem;
  font-weight: 900;
  white-space: nowrap;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed;
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: 0.02em;
  position: absolute;
  top: 15rem;
  left: -5rem;
  z-index: 10;
}
@media (max-width: 767px) {
  .about .vertical-title {
    font-size: 10rem;
    top: 4rem;
    left: -5.5rem;
  }
}
.about .about-text-area {
  background-color: rgba(255, 255, 255, 0.8);
  margin-left: auto;
  width: 83.5%;
  height: 100%;
  z-index: 10;
}
@media (max-width: 767px) {
  .about .about-text-area {
    width: 81.4%;
  }
}
.about .section-title__area {
  padding-top: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
@media (max-width: 767px) {
  .about .section-title__area {
    padding-top: 3rem;
  }
}
.about .section-title__about {
  position: relative;
  line-height: 1;
  margin-left: auto;
}
.about .title-border {
  width: 14rem;
  border-bottom: 1px solid #333;
}
@media (max-width: 767px) {
  .about .title-border {
    width: 12rem;
  }
}
.about .about-text-area__inner {
  padding: 1rem 12rem 7rem 9rem;
}
@media (max-width: 767px) {
  .about .about-text-area__inner {
    padding: 1rem 1rem 5rem 1rem;
  }
}
.about .about-text__head {
  font-size: 7rem;
  letter-spacing: -0.02em;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .about .about-text__head {
    font-size: 5rem;
  }
}
.about .about-text__head .orange {
  font-size: 12rem;
  color: #f5922e;
  font-family: noto serif jp;
  font-weight: 900;
}
@media (max-width: 767px) {
  .about .about-text__head .orange {
    font-size: 7rem;
    letter-spacing: -0.02em;
  }
}
.about .about-text__head .blue {
  font-size: 12rem;
  color: #001be8;
  font-family: noto serif jp;
  font-weight: 900;
}
@media (max-width: 767px) {
  .about .about-text__head .blue {
    font-size: 7rem;
    letter-spacing: -0.02em;
  }
}
.about .about-text__paragraph {
  line-height: 1.66;
  font-size: 3rem;
  padding-top: 5rem;
}
@media (max-width: 767px) {
  .about .about-text__paragraph {
    font-size: 2rem;
    padding-top: 4rem;
  }
}
.about .about-text__paragraph--bottom {
  font-size: 4rem;
  font-weight: 700;
  padding-top: 6rem;
}
@media (max-width: 767px) {
  .about .about-text__paragraph--bottom {
    font-size: 2.6rem;
    padding-top: 4rem;
  }
}
.about .more-botton-area {
  padding-top: 11rem;
}
@media (max-width: 767px) {
  .about .more-botton-area {
    padding-top: 4rem;
  }
}
.about .more-button {
  width: 34rem;
  color: #fff;
  background: #f5922e;
  padding: 1rem;
  border-radius: 5rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .about .more-button {
    width: 22rem;
  }
}
.about .more-button .text {
  font-size: 3rem;
  margin-left: auto;
}
@media (max-width: 767px) {
  .about .more-button .text {
    font-size: 2rem;
  }
}
.about .more-button .icon {
  width: 6rem;
  height: 6rem;
  margin-left: auto;
}
@media (max-width: 767px) {
  .about .more-button .icon {
    width: 4rem;
    height: 4rem;
  }
}

.youtube {
  padding: 21rem 0 19rem;
  position: relative;
  z-index: 5;
}
@media (max-width: 767px) {
  .youtube {
    padding: 8rem 2rem;
  }
}
.youtube .youtube-area {
  width: 100%;
  max-width: 166.6rem;
  aspect-ratio: 1666/800;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
}
@media (max-width: 767px) {
  .youtube .youtube-area {
    width: 100%;
    aspect-ratio: 390/310;
  }
}
.youtube .youtube-area img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.service {
  color: #fff;
  padding-bottom: 20rem;
}
@media (max-width: 767px) {
  .service {
    padding-bottom: 0rem;
  }
}
.service .service-textarea {
  background: url(../images/bg-service.webp) no-repeat top left;
  width: 100%;
  height: 100%;
  padding: 5rem 0 6rem 15rem;
}
@media (max-width: 767px) {
  .service .service-textarea {
    padding: 8rem 2rem 24rem;
    background: url(../images/bg-sp-sevice.webp) no-repeat top left;
  }
}
.service .service-textarea .service-text__head {
  font-size: 2.4rem;
  font-weight: 700;
}
.service .section-title__area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
@media (max-width: 767px) {
  .service .section-title__area {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.service .section-title__service {
  font-family: noto serif jp;
  font-size: 6rem;
  font-weight: 900;
  position: relative;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .service .section-title__service {
    font-size: 4rem;
  }
}
.service .title-border {
  margin-left: -15rem;
  width: 14rem;
  border-bottom: 1px solid #fff;
}
@media (max-width: 767px) {
  .service .title-border {
    width: 9rem;
    margin-left: -11rem;
  }
}
.service .service-text-contents {
  width: 82rem;
  padding-left: 11rem;
}
@media (max-width: 767px) {
  .service .service-text-contents {
    width: 100%;
    padding-left: 0;
  }
}
.service .service-text__head {
  padding-top: 9rem;
}
@media (max-width: 767px) {
  .service .service-text__head {
    padding-top: 8rem;
  }
}
.service .service-text__bottom {
  padding-top: 1rem;
}
.service .service-link-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  padding: 5rem 0 0 34rem;
}
@media (max-width: 767px) {
  .service .service-link-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 5rem 0 0 0;
  }
}
.service .service-link {
  width: 39rem;
  padding: 7.8rem 1.5rem;
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(#e06d2f), color-stop(60%, #f09a20), to(#ffc610));
  background: linear-gradient(to right, #e06d2f 0%, #f09a20 60%, #ffc610 100%);
}
@media (max-width: 767px) {
  .service .service-link {
    width: 100%;
  }
}
.service .service-link::after {
  content: "";
  position: absolute;
  bottom: 1.5rem;
  right: 1.5rem;
  width: 7.1rem;
  height: 1.7rem;
  background: url(../images/icon-arrow.webp) no-repeat;
}
.service .service-link__text {
  text-align: center;
  font-size: 2.4rem;
  line-height: 1;
}

.works {
  padding-bottom: 13.5rem;
  position: relative;
}
@media (max-width: 767px) {
  .works {
    padding-bottom: 10rem;
  }
}
.works .works-head-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  padding-left: 15rem;
}
@media (max-width: 767px) {
  .works .works-head-contents {
    padding: 0 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.works .section-title__area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
@media (max-width: 767px) {
  .works .section-title__area {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.works .section-title__works {
  font-family: noto serif jp;
  font-size: 6rem;
  font-weight: 900;
  position: relative;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .works .section-title__works {
    font-size: 4rem;
  }
}
.works .title-border {
  margin-left: -15rem;
  width: 14rem;
  border-bottom: 1px solid #fff;
}
@media (max-width: 767px) {
  .works .title-border {
    margin-left: -12rem;
    width: 11rem;
  }
}
.works .title__ja {
  font-size: 3rem;
  text-align: right;
}
@media (max-width: 767px) {
  .works .title__ja {
    text-align: center;
    font-size: 2.4rem;
  }
}
.works .head-text {
  margin: 0 11rem 0 9rem;
  line-height: 2.2;
}
@media (max-width: 767px) {
  .works .head-text {
    padding: 0 2rem;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .works .more-botton-area {
    padding-top: 5.5rem;
  }
}
.works .more-button {
  width: 27.5rem;
  border-radius: 50rem;
  background: #f5922e;
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
}
@media (max-width: 767px) {
  .works .more-button {
    width: 22.5rem;
    margin: 0 auto;
  }
}
.works .more-button .text {
  margin-left: auto;
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  .works .more-button .text {
    font-size: 2rem;
  }
}
.works .more-button .icon {
  width: 4.82rem;
  height: auto;
  margin-left: auto;
}
@media (max-width: 767px) {
  .works .more-button .icon {
    width: 3.927rem;
  }
}
.works .works-slider {
  width: 100%;
  margin-top: 5rem;
  padding: 0 2rem;
}
.works .works-slider .works-swiper {
  overflow: hidden;
}
.works .works-slider .works-swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: auto;
  border-radius: 0.8rem;
  -webkit-box-shadow: 0 0.4rem 2rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.4rem 2rem rgba(0, 0, 0, 0.1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.works .works-slider .works-swiper .swiper-wrapper .swiper-slide img:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

.information {
  background: url(../images/bg-top-contact.webp) no-repeat top center;
  background-size: contain;
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 1920/944;
  color: #fff;
  padding: 7rem 0 7rem;
}
@media (max-width: 767px) {
  .information {
    padding: 8rem 0;
    background: url(../images/bg-sp-contact.webp) no-repeat top center;
    aspect-ratio: 430/1345;
    width: 100%;
    background-size: contain;
  }
}
.information .section-title__area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0;
}
@media (max-width: 767px) {
  .information .section-title__area {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.information .section-title__information {
  position: relative;
  text-align: center;
}
.information .section-title__information span {
  position: relative;
}
.information .section-title__information span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -18rem;
  width: 15rem;
  height: 0.2rem;
  background-color: white;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.information .section-title__information span::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -18rem;
  width: 15rem;
  height: 0.2rem;
  background-color: white;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.information .title__ja {
  font-size: 3rem;
  text-align: center;
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .information .title__ja {
    font-size: 2.4rem;
    margin-top: 2rem;
  }
}
.information .information-contents {
  padding-top: 7.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .information .information-contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 5rem;
  }
}
.information .information-contents__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.information .logo {
  width: 20rem;
  height: auto;
}
@media (max-width: 767px) {
  .information .logo {
    width: 19rem;
  }
}
.information .outline-ja {
  font-size: 3rem;
  font-weight: 900;
  font-family: noto serif jp;
  padding-top: 3rem;
}
@media (max-width: 767px) {
  .information .outline-ja {
    letter-spacing: 0em;
  }
}
.information .outline-en {
  font-size: 2rem;
  font-family: noto serif jp;
}
.information .outline-text {
  padding-top: 1rem;
}
.information .outline-tel {
  padding-top: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
}
.information .outline-tel__icon {
  width: 3.1rem;
  height: 3.1rem;
}
.information .outline-tel__text {
  font-size: 4rem;
  font-weight: 700;
}
.information .outline-contact-button {
  margin: 4rem auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 32.3rem;
  height: 6.43rem;
  background: #e06d2f;
  color: #fff;
  border-bottom: 1rem solid #af5220;
}
.information .outline-mail__icon img {
  width: 3.4rem;
  height: 2.4rem;
}
.information .outline-mail__text {
  padding-left: 3.5rem;
  font-size: 3rem;
}
@media (max-width: 767px) {
  .information .information-contents__right {
    padding-top: 8rem;
  }
}
.information .information-contents__right .map {
  width: 70rem;
  height: 42rem;
}
@media (max-width: 767px) {
  .information .information-contents__right .map {
    width: 100%;
    height: 23.5rem;
  }
}
.information .information-contents__right .map iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
.information .information-contents__right .information-contents__access {
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: auto;
}
.information .information-contents__right .information-contents__access__title span {
  font-size: 3rem;
  font-weight: 700;
  position: relative;
}
.information .information-contents__right .information-contents__access__title span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -33rem;
  width: 30rem;
  height: 0.2rem;
  background-color: white;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 767px) {
  .information .information-contents__right .information-contents__access__title span::after {
    right: -26rem;
    width: 25rem;
  }
}
.information .information-contents__right .information-contents__access__text {
  line-height: 2;
}
@media (max-width: 767px) {
  .information .information-contents__right .information-contents__access__text {
    font-size: 1.6rem;
    letter-spacing: 0.02em;
  }
}

.page-business .business {
  padding: 16.5rem 0 36.5rem;
}
@media (max-width: 767px) {
  .page-business .business {
    padding: 8rem 0;
  }
}
.page-business .section-title__area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
@media (max-width: 767px) {
  .page-business .section-title__area {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.page-business .section-title__business {
  font-family: noto serif jp;
  font-size: 6rem;
  font-weight: 900;
  position: relative;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
}
@media (max-width: 767px) {
  .page-business .section-title__business {
    font-size: 4rem;
  }
}
.page-business .title-border {
  margin-left: -15rem;
  width: 14rem;
  border-bottom: 1px solid #fff;
}
@media (max-width: 767px) {
  .page-business .title-border {
    width: 9rem;
    margin-left: -11rem;
  }
}
@media (max-width: 767px) {
  .page-business .business-contents {
    margin-top: 5rem;
  }
}
.page-business .business-item__area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25rem;
}
@media (max-width: 767px) {
  .page-business .business-item__area {
    gap: 10rem;
  }
}
.page-business .business-item {
  position: relative;
}
.page-business .business-item__odd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .page-business .business-item__odd {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.page-business .business-item__odd .business-item__textarea {
  background: rgba(255, 255, 255, 0.8);
  padding: 12rem 6rem 7rem;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
}
@media (max-width: 767px) {
  .page-business .business-item__odd .business-item__textarea {
    width: 100%;
    position: relative;
    padding: 2rem;
  }
}
.page-business .business-item__odd .business-item__title {
  position: absolute;
  top: -8rem;
  left: 33rem;
  white-space: nowrap;
  font-size: 8rem;
  color: #001be8;
  text-shadow: 4px 4px 2px rgb(255, 255, 255);
  font-family: noto serif jp;
}
.page-business .business-item__odd .business-item__title span {
  font-size: 5rem;
}
@media (max-width: 767px) {
  .page-business .business-item__odd .business-item__title {
    position: relative;
    top: 0;
    left: 0;
    font-size: 3rem;
    text-align: center;
  }
  .page-business .business-item__odd .business-item__title span {
    font-size: 2rem;
  }
}
.page-business .business-item__odd .business-item__image {
  width: 72.73%;
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-bottom: 9rem;
  margin-left: auto;
}
@media (max-width: 767px) {
  .page-business .business-item__odd .business-item__image {
    width: 100%;
    margin-left: 0;
    padding-bottom: 0;
  }
}
.page-business .business-item__even {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media (max-width: 767px) {
  .page-business .business-item__even {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.page-business .business-item__even .business-item__textarea {
  background: rgba(255, 255, 255, 0.8);
  padding: 12rem 6rem 7rem;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
}
@media (max-width: 767px) {
  .page-business .business-item__even .business-item__textarea {
    width: 100%;
    position: relative;
    padding: 2rem;
  }
}
.page-business .business-item__even .business-item__title {
  position: absolute;
  top: -8rem;
  left: -2rem;
  white-space: nowrap;
  font-size: 8rem;
  color: #001be8;
  text-shadow: 4px 4px 2px rgb(255, 255, 255);
  font-family: noto serif jp;
}
@media (max-width: 767px) {
  .page-business .business-item__even .business-item__title {
    position: relative;
    top: 0;
    left: 0;
    font-size: 3rem;
    text-align: center;
  }
}
.page-business .business-item__even .business-item__image {
  width: 72.73%;
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-bottom: 9rem;
  margin-left: 0;
}
@media (max-width: 767px) {
  .page-business .business-item__even .business-item__image {
    width: 100%;
    padding-bottom: 0;
  }
}

.page-works .works {
  padding: 16.5rem 0 36.5rem;
}
@media (max-width: 767px) {
  .page-works .works {
    padding: 8rem 0;
  }
}
.page-works .section-title__area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
@media (max-width: 767px) {
  .page-works .section-title__area {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.page-works .section-title__works {
  font-family: noto serif jp;
  font-size: 6rem;
  font-weight: 900;
  position: relative;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .page-works .section-title__works {
    font-size: 4rem;
  }
}
.page-works .title-border {
  margin-left: -3.5rem;
  width: 14rem;
  border-bottom: 1px solid #333;
}
@media (max-width: 767px) {
  .page-works .title-border {
    width: 9rem;
    margin-left: -11rem;
  }
}
.page-works .works-contents {
  background: #fff;
  padding: 5rem 3.5rem 5rem;
  position: relative;
  z-index: 1;
}
.page-works .works-contents::before {
  content: "";
  position: absolute;
  background: url(../images/standby.webp) no-repeat center center;
  background-size: cover;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: 60%;
  z-index: 2;
  opacity: 1;
}
.page-works .works-grid {
  margin-top: 7rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem 2rem;
}
@media (max-width: 767px) {
  .page-works .works-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.page-works .works-grid__item--textarea {
  height: 10rem;
}
.page-works .works-grid__item--date {
  margin-top: 2rem;
}
.page-works .works-grid__item--text {
  margin-top: 2rem;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .page-works .works-grid__item--text {
    font-size: 1.6rem;
  }
}

.greeting {
  padding-top: 16.5rem;
}
@media (max-width: 767px) {
  .greeting {
    padding-top: 8rem;
  }
}

.greeting-contents {
  background: #f3f3f3;
  padding: 0 13.2rem;
}
@media (max-width: 767px) {
  .greeting-contents {
    width: 100%;
    padding: 0 2rem;
  }
}

.section-title__area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  padding-top: 0.5rem;
  margin-left: -13.2rem;
}
@media (max-width: 767px) {
  .section-title__area {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: 0;
  }
}

.section-title__greeting {
  font-family: noto serif jp;
  font-size: 6rem;
  font-weight: 900;
  position: relative;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .section-title__greeting {
    font-size: 4rem;
  }
}

.title-border {
  margin-top: -5rem;
  margin-left: 0;
  width: 14rem;
  border-bottom: 1px solid #333;
}
@media (max-width: 767px) {
  .title-border {
    width: 9rem;
    margin-left: -11rem;
  }
}

.title__ja {
  font-size: 3rem;
  text-align: right;
}

.greeting-text {
  padding: 5rem 0 4rem;
  line-height: 2.2;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .greeting-text {
    padding: 3rem 0;
  }
}

.name {
  text-align: right;
  font-size: 2rem;
  padding-bottom: 5rem;
}
.name span {
  font-size: 2.4rem;
}

.profile {
  margin-top: 29rem;
}
@media (max-width: 767px) {
  .profile {
    margin-top: 10rem;
  }
}
.profile .profile-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6.5rem;
}
@media (max-width: 767px) {
  .profile .profile-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
  }
}
.profile .profile-flex__left {
  position: relative;
}
.profile .profile-flex__left img {
  aspect-ratio: 540/940;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767px) {
  .profile .profile-flex__left img {
    display: none;
    background-size: cover;
    -o-object-position: center;
       object-position: center;
  }
  .profile .profile-flex__left img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
  }
}
@media (max-width: 767px) {
  .profile .profile-flex__left::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
    pointer-events: none;
  }
}
@media (max-width: 767px) {
  .profile .profile-flex__right {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.profile .profile-flex__right .section-title__area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  padding-top: 0.5rem;
  margin-left: -6rem;
  color: #fff;
}
@media (max-width: 767px) {
  .profile .profile-flex__right .section-title__area {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: 0;
  }
}
.profile .profile-flex__right .section-title__company {
  font-family: noto serif jp;
  font-size: 6rem;
  font-weight: 900;
  position: relative;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .profile .profile-flex__right .section-title__company {
    font-size: 4rem;
  }
}
.profile .profile-flex__right .title-border {
  margin-top: -5rem;
  margin-left: 0;
  width: 14rem;
  border-bottom: 1px solid #fff;
}
@media (max-width: 767px) {
  .profile .profile-flex__right .title-border {
    width: 6rem;
    margin-left: -6rem;
  }
}
.profile .company-profile-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem;
}
.profile .profile-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .profile .profile-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.profile .profile-label {
  background: #e06d2f;
  color: #fff;
  width: 15.5rem;
  height: 4.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem 1.5rem;
  z-index: 2;
}
@media (max-width: 767px) {
  .profile .profile-label {
    width: 12rem;
    height: 3.5rem;
    padding: 0.5rem;
    font-size: 1.6rem;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: 1rem;
  }
}
.profile .profile-text {
  width: 57.5rem;
  min-height: 4.5rem;
  padding: 1rem 6rem;
  background: #fff;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: 12.5rem;
  top: 2rem;
  z-index: 1;
}
@media (max-width: 767px) {
  .profile .profile-text {
    position: relative;
    left: 0;
    top: -0.5rem;
    width: 90%;
    margin: 0 auto;
    padding: 0.5rem;
    font-size: 1.6rem;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    line-height: 1.5;
  }
}

.access {
  margin-top: 32rem;
  margin-bottom: 27rem;
}
@media (max-width: 767px) {
  .access {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }
}
.access .section-title__area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
@media (max-width: 767px) {
  .access .section-title__area {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.access .section-title__access {
  font-family: noto serif jp;
  font-size: 6rem;
  font-weight: 900;
  position: relative;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
}
@media (max-width: 767px) {
  .access .section-title__access {
    font-size: 4rem;
  }
}
.access .title-border {
  margin-left: -3.5rem;
  width: 14rem;
  border-bottom: 1px solid #fff;
}
@media (max-width: 767px) {
  .access .title-border {
    width: 9rem;
    margin-left: -11rem;
  }
}
.access .title__ja {
  font-size: 3rem;
  text-align: right;
  color: #fff;
}
.access .access-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .access .access-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.access .access-contents {
  margin-top: 12rem;
  border: 1px solid #fff;
  width: 51.5rem;
  padding: 2rem 3rem;
}
@media (max-width: 767px) {
  .access .access-contents {
    margin-top: 3rem;
    width: 100%;
    padding: 2rem;
  }
}
.access .icon-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
.access .icon01 {
  width: 4rem;
  height: auto;
}
@media (max-width: 767px) {
  .access .icon01 {
    width: 3rem;
    height: auto;
  }
}
.access .icon02 {
  width: 3rem;
  height: auto;
}
@media (max-width: 767px) {
  .access .icon02 {
    width: 2rem;
    height: auto;
  }
}
.access .text-area {
  line-height: 2.2;
  color: #fff;
}
@media (max-width: 767px) {
  .access .text-area {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
.access .google-map {
  width: 69rem;
  height: 66rem;
  padding-top: 11rem;
}
@media (max-width: 767px) {
  .access .google-map {
    width: 100%;
    height: 40rem;
    padding-top: 3rem;
  }
}
.access .google-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.contact {
  margin-top: 25.6rem;
}
@media (max-width: 767px) {
  .contact {
    margin-top: 6rem;
  }
}
.contact .section-title__area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  padding-top: 0.5rem;
  margin-left: -6rem;
  color: #fff;
}
@media (max-width: 767px) {
  .contact .section-title__area {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: 0;
  }
}
.contact .section-title__contact {
  font-family: noto serif jp;
  font-size: 6rem;
  font-weight: 900;
  position: relative;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .contact .section-title__contact {
    font-size: 2.4rem;
  }
}
.contact .title-border {
  margin-top: -5rem;
  margin-left: 0;
  width: 14rem;
  border-bottom: 1px solid #fff;
}
@media (max-width: 767px) {
  .contact .title-border {
    width: 6rem;
    margin-left: -6rem;
    margin-top: -3rem;
  }
}
@media (max-width: 767px) {
  .contact .title__ja {
    font-size: 2rem;
  }
}
.contact .head-text {
  margin-top: 10rem;
}
@media (max-width: 767px) {
  .contact .head-text {
    margin-top: 4rem;
  }
}
.contact .paragraph {
  text-align: center;
  font-size: 2rem;
  line-height: 1.5;
  color: #fff;
}
@media (max-width: 767px) {
  .contact .paragraph {
    font-size: 1.4rem;
    letter-spacing: 0;
  }
}
.contact .head-text__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .contact .head-text__tel {
    margin-top: 2rem;
  }
}
.contact .head-text__tel .icon {
  width: 3rem;
  height: 3rem;
}
@media (max-width: 767px) {
  .contact .head-text__tel .icon {
    width: 2rem;
    height: 2rem;
  }
}
.contact .head-text__tel .text {
  color: #e06d2f;
  font-size: 3.5rem;
}
@media (max-width: 767px) {
  .contact .head-text__tel .text {
    font-size: 2rem;
  }
}
.contact .contact-form__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 100rem;
  width: 100%;
  margin: 12rem auto 0;
  background: #fff;
  padding: 5.5rem 11rem 15rem;
  position: relative;
}
@media (max-width: 767px) {
  .contact .contact-form__body {
    margin-top: 6rem;
  }
}
.contact .contact-form__body::before {
  content: "";
  position: absolute;
  top: 5rem;
  left: 38rem;
  width: 1px;
  height: 75%;
  background: #87dbff;
}
@media (max-width: 767px) {
  .contact .contact-form__body::before {
    display: none;
  }
}
@media (max-width: 767px) {
  .contact .contact-form__body {
    padding: 2.5rem 2.3rem 1.2rem;
  }
}
.contact .contact-form__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.5rem 0;
  width: 100%;
  border-bottom: 1px solid #87dbff;
}
.contact .contact-form__group:last-child {
  border-bottom: none;
}
@media (max-width: 767px) {
  .contact .contact-form__group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.5rem;
  }
}
.contact .contact-form__label {
  font-family: noto serif jp;
  width: 29rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.6rem;
  font-weight: 700;
  gap: 1rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767px) {
  .contact .contact-form__label {
    margin-bottom: 0;
  }
}
.contact .contact-form__label span {
  font-weight: 400;
  color: #e06d2f;
  border-radius: 5rem;
  width: 6.7rem;
  text-align: center;
  line-height: 1.2;
  padding: 0.6rem 1rem;
}
.contact .contact-form__label--textarea {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 3.5rem;
}
@media (max-width: 767px) {
  .contact .contact-form__label--textarea {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 0;
  }
}
.contact .contact-form__input, .contact .contact-form__textarea {
  width: 100%;
  padding: 1rem;
  background: #f4f4f4;
  border-radius: 0.7rem;
}
.contact .contact-form__radio-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  width: 100%;
}
@media (max-width: 767px) {
  .contact .contact-form__radio-group {
    gap: 1.5rem;
  }
}
.contact .contact-form__radio-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
  cursor: pointer;
  font-size: 1.6rem;
  font-weight: 500;
}
.contact .contact-form__radio {
  width: 2rem;
  height: 2rem;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 2px solid #ccc;
  border-radius: 50%;
  background: white;
  position: relative;
}
.contact .contact-form__radio:checked {
  border-color: #e06d2f;
  background: #e06d2f;
}
.contact .contact-form__radio:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background: white;
}
.contact .contact-form__radio:hover {
  border-color: #e06d2f;
}
.contact .contact-form__radio-text {
  font-size: 1.6rem;
  color: #333;
}
.contact .contact-form__input {
  height: 5rem;
  resize: none;
  background: #f4f3f3;
  border: 1px solid #757575;
}
.contact .contact-form__textarea {
  height: 19rem;
  resize: none;
  background: #f4f3f3;
  border: 1px solid #757575;
}
.contact input::-webkit-input-placeholder, .contact textarea::-webkit-input-placeholder {
  color: #d9d9d9;
  /* プレースホルダーのテキスト色を設定 */
  opacity: 1;
  /* ブラウザがデフォルトで適用する透明度を無効化 */
  font-family: noto sans jp;
}
.contact input::-moz-placeholder, .contact textarea::-moz-placeholder {
  color: #d9d9d9;
  /* プレースホルダーのテキスト色を設定 */
  opacity: 1;
  /* ブラウザがデフォルトで適用する透明度を無効化 */
  font-family: noto sans jp;
}
.contact input:-ms-input-placeholder, .contact textarea:-ms-input-placeholder {
  color: #d9d9d9;
  /* プレースホルダーのテキスト色を設定 */
  opacity: 1;
  /* ブラウザがデフォルトで適用する透明度を無効化 */
  font-family: noto sans jp;
}
.contact input::-ms-input-placeholder, .contact textarea::-ms-input-placeholder {
  color: #d9d9d9;
  /* プレースホルダーのテキスト色を設定 */
  opacity: 1;
  /* ブラウザがデフォルトで適用する透明度を無効化 */
  font-family: noto sans jp;
}
.contact input::placeholder,
.contact textarea::placeholder {
  color: #d9d9d9;
  /* プレースホルダーのテキスト色を設定 */
  opacity: 1;
  /* ブラウザがデフォルトで適用する透明度を無効化 */
  font-family: noto sans jp;
}
.contact .contact-form__group--submit {
  margin-top: 5rem;
  text-align: center;
}
.contact .c-submit {
  width: 28.7rem;
  height: 7.3rem;
  margin: 7.5rem auto;
  background: #e06d2f;
  border-radius: 5rem;
  color: #fff;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.65rem 1rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contact .submit-text {
  font-size: 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  gap: 1rem;
  width: 100%;
}
.contact .submit-icon {
  width: 6rem;
  height: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-page-top {
  width: 7.23rem;
  height: 7.23rem;
  position: fixed;
  bottom: 5rem;
  right: 5rem;
  z-index: 100;
}

.c-sp-fix-button-area {
  display: grid;
  grid-template-columns: 50% 32.6% 17.4%;
  color: #fff;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
.c-sp-fix-button-area .tel {
  background: #001be8;
  border-bottom: 1rem solid #041699;
  padding: 1rem;
  letter-spacing: 0.02em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
}
.c-sp-fix-button-area .tel .icon {
  width: 3rem;
  height: 3rem;
}
.c-sp-fix-button-area .tel .text {
  font-size: 2.4rem;
  font-weight: 700;
}
.c-sp-fix-button-area .mail {
  background: #e06d2f;
  border-bottom: 1rem solid #af5220;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
}
.c-sp-fix-button-area .mail .icon {
  width: 3rem;
  height: 2rem;
}
.c-sp-fix-button-area .mail .text {
  font-size: 1.8rem;
  font-weight: 700;
}
.c-sp-fix-button-area .page-top {
  background: #a9a5a4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

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

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