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

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

.red {
  color: #ff0000;
}

.blue {
  color: #3355ff;
}

.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__area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .section-title__area {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: 0;
  }
}
.section-title__area--about, .section-title__area--area {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.section-title__area--service {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-left: -25rem;
  padding-left: 9rem;
}
@media (max-width: 767px) {
  .section-title__area--service {
    margin-left: 0;
  }
}
.section-title__area--recruit {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-left: -25rem;
  padding-left: 25rem;
}
@media (max-width: 767px) {
  .section-title__area--recruit {
    margin-left: 0;
    padding-left: 11rem;
    padding-top: 12rem;
  }
}
.section-title__area--recruit .section-title__box {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-top: 6rem;
  gap: 3rem;
}

.section-title__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 767px) {
  .section-title__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1rem;
  }
}

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

.section-title__sub {
  font-size: 2.4rem;
}
.section-title__sub--about {
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  .section-title__sub--about {
    font-size: 2rem;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .section-title__sub {
    font-size: 2rem;
    margin-right: 12rem;
  }
}

.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 .page-mv-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.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;
  }
}
.page-mv .mv-text__image--company {
  max-width: 78rem;
}
.page-mv .mv-text__image--business {
  max-width: 78rem;
}
.page-mv .mv-text__image--recruit {
  max-width: 68rem;
}
.page-mv .mv-text__image--contact {
  max-width: 78rem;
}

.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: center;
      -ms-flex-align: center;
          align-items: center;
  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: 5.6rem;
    height: 5.6rem;
  }
}

.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: 2rem;
    padding-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.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: #3355ff;
  -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: #3355ff;
  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: #3355ff;
  color: #fff;
  text-decoration: none;
  border-bottom: 1rem solid #2540c6;
  -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;
    background: #3355ff;
    padding: 0.5rem 0.7rem 0.2rem 0.7rem;
  }
}
#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: #fff;
  -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: #fff;
  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-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: #3355ff;
  }
  .l-header-sp-nav .l-header-sp-nav__list--li .l-header-sp-nav__btn .en {
    font-size: 2rem;
    color: #3355ff;
    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: #3355ff;
    padding: 2rem 3rem;
    border-radius: 0.5rem;
    border-bottom: 0.5rem solid #2540c6;
  }
  .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;
  width: 100%;
  height: auto;
  aspect-ratio: 1920/1080;
  overflow: hidden;
}
@media (max-width: 767px) {
  .mv {
    width: 100%;
    height: 100%;
    aspect-ratio: 1920/1080;
  }
}

.mv-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
  z-index: 2;
}

.mv-movie {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.mv-movie video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.mv-contentarea {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.mv-contentarea__content {
  font-size: 6rem;
  font-weight: 900;
  line-height: 1.5;
  position: absolute;
  bottom: 20rem;
  right: 10%;
  width: 100%;
  text-align: right;
  font-family: noto serif jp;
  z-index: 5;
  color: #fff;
}
@media (max-width: 767px) {
  .mv-contentarea__content {
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    left: 50%;
    right: auto;
    bottom: 10%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    white-space: nowrap;
    text-align: center;
    width: auto;
  }
}
.mv-contentarea .mv-content__back-text {
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 90%;
  height: auto;
  z-index: 4;
}
@media (max-width: 767px) {
  .mv-contentarea .mv-content__back-text {
    width: 65%;
  }
}
.mv-contentarea .mv-content__image {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 24%;
  z-index: 3;
  overflow: hidden;
}

.about {
  margin-top: 13rem;
  background: url("../images/bg-about.webp") no-repeat top center;
  background-size: contain;
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 1920/1150;
  color: #fff;
}
@media (max-width: 767px) {
  .about {
    background: url("../images/bg-sp-about.webp") no-repeat top center;
    background-size: contain;
    aspect-ratio: 430/1150;
  }
}
.about .vertical-title {
  font-size: 23rem;
  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.6);
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
  letter-spacing: 0em;
  position: absolute;
  top: 15rem;
  left: -10rem;
  letter-spacing: 0.05em;
  z-index: 10;
}
@media (max-width: 767px) {
  .about .vertical-title {
    font-size: 10rem;
    top: 4rem;
    left: -4.5rem;
  }
}
.about .about-text-area {
  background-color: rgba(0, 0, 0, 0.6);
  margin-left: auto;
  width: 83.5%;
  height: 100%;
  z-index: 10;
  position: relative;
  padding-top: 5rem;
}
@media (max-width: 767px) {
  .about .about-text-area {
    width: 81.4%;
  }
}
.about .section-title__about {
  position: relative;
  line-height: 1;
  margin-left: auto;
}
.about .title-border {
  width: 26.4rem;
  border-bottom: 1px solid #fff;
  margin-top: 0;
}
@media (max-width: 767px) {
  .about .title-border {
    width: 12rem;
  }
}
.about .about-text-area__inner {
  padding: 10rem 22rem 7rem 25rem;
}
@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.4;
  font-family: noto serif jp;
}
@media (max-width: 767px) {
  .about .about-text__head {
    font-size: 4.1rem;
  }
}
.about .about-text__head .about-red {
  font-size: 12rem;
  color: #ff0000;
  font-family: noto serif jp;
  font-weight: 900;
}
@media (max-width: 767px) {
  .about .about-text__head .about-red {
    font-size: 5.6rem;
    letter-spacing: -0.02em;
  }
}
.about .about-text__head .about-blue {
  font-size: 12rem;
  color: #3355ff;
  font-family: noto serif jp;
  font-weight: 900;
}
@media (max-width: 767px) {
  .about .about-text__head .about-blue {
    font-size: 5.6rem;
    letter-spacing: -0.02em;
  }
}
.about .about-text__paragraph {
  line-height: 2.5;
  font-size: 2.4rem;
  padding-top: 5rem;
}
@media (max-width: 767px) {
  .about .about-text__paragraph {
    font-size: 1.8rem;
    padding-top: 9rem;
    line-height: 2.2;
  }
}
.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: 7rem;
  }
}
.about .more-button {
  width: 34rem;
  color: #fff;
  background: #3355ff;
  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;
  margin-top: 18rem;
}
@media (max-width: 767px) {
  .service {
    padding-bottom: 0rem;
  }
}
.service .service-textarea {
  background: url(../images/bg-service.webp) no-repeat top left;
  background-size: 70% 100%;
  width: 100%;
  padding: 5rem 0 6rem 15rem;
}
@media (max-width: 767px) {
  .service .service-textarea {
    padding: 8rem 2rem 13rem;
    background: url(../images/bg-sp-sevice.webp) no-repeat top left;
    background-size: contain;
  }
}
.service .service-textarea .service-text__head {
  font-size: 2.4rem;
  font-weight: 700;
}
.service .title-border {
  margin-top: 0;
  width: 28rem;
  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 0;
}
@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(#3355ff), color-stop(50%, #2c4ae0), to(#2036ab));
  background: linear-gradient(to right, #3355ff 0%, #2c4ae0 50%, #2036ab 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 center center;
  background-size: contain;
}
.service .service-link__text {
  text-align: center;
  font-size: 2.4rem;
  line-height: 1;
}

.area {
  padding-bottom: 13.5rem;
  position: relative;
  color: #fff;
}
@media (max-width: 767px) {
  .area {
    padding-bottom: 6rem;
  }
}
@media (max-width: 767px) {
  .area .section-title__area {
    margin-right: 15rem;
  }
}
.area .title-border {
  margin-top: 0;
  width: 28rem;
  border-bottom: 1px solid #fff;
}
@media (max-width: 767px) {
  .area .title-border {
    width: 12rem;
    margin-left: -14rem;
  }
}
.area .area-map {
  width: 80%;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 767px) {
  .area .area-map {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    width: 100%;
    margin: 0 auto;
    padding: 0 2rem;
  }
}
.area .area-map__text {
  font-size: 3rem;
  position: absolute;
  bottom: 15%;
  left: 7%;
}
@media (max-width: 767px) {
  .area .area-map__text {
    position: relative;
  }
}
.area .area-map__text__sub {
  font-size: 2rem;
}

.recruit {
  margin-top: 13rem;
  background: url("../images/recruit.webp") no-repeat top right;
  background-size: 64% auto;
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 1920/740;
  z-index: 0;
  padding-top: 5rem;
  color: #fff;
}
.recruit::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
@media (max-width: 767px) {
  .recruit {
    background: url("../images/recruit.webp") no-repeat bottom center;
    background-size: 100% auto;
    aspect-ratio: unset;
    padding-bottom: 70vw;
    padding-top: 0;
    margin-top: 2rem;
  }
}
.recruit .title-border {
  margin-top: 0;
  width: 28rem;
  border-bottom: 1px solid #fff;
}
@media (max-width: 767px) {
  .recruit .title-border {
    width: 9rem;
    margin-left: -11rem;
  }
}
.recruit .recruit-text {
  position: relative;
  z-index: 2;
  padding-left: 29rem;
  margin-top: 11rem;
  line-height: 2.2;
}
@media (max-width: 767px) {
  .recruit .recruit-text {
    padding-left: 0;
    padding: 5rem 2rem 0;
    margin-top: 0;
  }
}

.more-botton-area {
  padding-top: 11rem;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .more-botton-area {
    padding-top: 4rem;
  }
}

.more-button {
  width: 34rem;
  color: #fff;
  background: #3355ff;
  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) {
  .more-button {
    width: 22rem;
  }
}
.more-button .text {
  font-size: 3rem;
  margin-left: auto;
}
@media (max-width: 767px) {
  .more-button .text {
    font-size: 2rem;
  }
}
.more-button .icon {
  width: 6rem;
  height: 6rem;
  margin-left: auto;
}
@media (max-width: 767px) {
  .more-button .icon {
    width: 4rem;
    height: 4rem;
  }
}

.information {
  background: url(../images/business04.webp) no-repeat center center;
  background-size: cover;
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 1920/944;
  color: #fff;
  padding: 7rem 0 7rem;
  margin-top: 15rem;
}
.information::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
@media (max-width: 767px) {
  .information {
    padding: 8rem 0;
    background: url(../images/business04.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;
  z-index: 2;
}
.information .logo {
  width: 20rem;
  height: auto;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
}
@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: #3355ff;
  color: #fff;
  border-bottom: 1rem solid #2540c6;
}
.information .outline-mail__icon img {
  width: 3.4rem;
  height: 2.4rem;
}
.information .outline-mail__text {
  padding-left: 3.5rem;
  font-size: 3rem;
}
.information .information-contents__right {
  z-index: 2;
}
@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;
  margin-left: 0;
}
@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;
  margin-top: -4rem;
  width: 14rem;
  border-bottom: 1px solid #fff;
}
@media (max-width: 767px) {
  .page-business .title-border {
    width: 9rem;
    margin-left: -11rem;
  }
}
.page-business .title__ja {
  color: #fff;
  font-size: 3rem;
  font-family: noto serif jp;
  font-weight: 700;
  line-height: 1;
  text-align: right;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .page-business .title__ja {
    font-size: 2rem;
  }
}
.page-business .business-contents {
  margin-top: 8rem;
}
@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;
}
.page-business .business-item__odd .business-item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1280/660;
  -o-object-position: center 30%;
     object-position: center 30%;
}
@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;
}
.page-business .business-item__even .business-item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1280/660;
  -o-object-position: center 30%;
     object-position: center 30%;
}
@media (max-width: 767px) {
  .page-business .business-item__even .business-item__image {
    width: 100%;
    padding-bottom: 0;
  }
}
.page-business .flow .flow-title__en {
  font-size: 5rem;
  font-weight: 900;
  font-family: noto serif jp;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative;
}
.page-business .flow .flow-title__en::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  margin-right: 2rem;
  width: 25rem;
  height: 1px;
  background: #fff;
}
.page-business .flow .flow-title__ja {
  font-size: 3rem;
  color: #fff;
  background: #3355ff;
  text-align: center;
  padding: 1rem 0;
  position: relative;
  font-family: noto serif jp;
  margin-top: 5rem;
}
.page-business .flow .flow-title__ja::before {
  content: "";
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  right: 0.5rem;
  bottom: 0.5rem;
  border: 1px solid #fff;
  pointer-events: none;
}
.page-business .flow .flow-head__text {
  margin: 5rem auto;
  text-align: center;
  color: #fff;
}
@media (max-width: 767px) {
  .page-business .flow .flow-contents {
    margin-top: 5rem;
  }
}
.page-business .flow .flow-item {
  background: #fff;
  width: 100%;
  position: relative;
  padding: 5rem 0 7rem 17rem;
}
.page-business .flow .flow-item::before {
  content: "";
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  right: 1.5rem;
  bottom: 1.5rem;
  border: 1px solid #3355ff;
  pointer-events: none;
}
@media (max-width: 767px) {
  .page-business .flow .flow-item {
    padding: 8rem 3rem 3rem;
  }
}
.page-business .flow .flow-icon {
  width: 11rem;
  height: 11rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: absolute;
  top: -3rem;
  left: 3rem;
}
@media (max-width: 767px) {
  .page-business .flow .flow-icon {
    width: 8rem;
    height: 8rem;
    top: -2rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.page-business .flow .flow-item__title {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  color: #3355ff;
}
@media (max-width: 767px) {
  .page-business .flow .flow-item__title {
    text-align: center;
    line-height: 1.5;
  }
}
.page-business .flow .flow-item__text {
  margin-top: 4rem;
  line-height: 2.2;
}
@media (max-width: 767px) {
  .page-business .flow .flow-item__text {
    margin-top: 2rem;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
  }
}
.page-business .flow .flow-arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2rem 4rem 0 4rem;
  border-color: #3355ff transparent transparent transparent;
  margin: 2.5rem auto;
}
@media (max-width: 767px) {
  .page-business .flow .flow-arrow {
    margin: 2.5rem auto 4rem;
  }
}

.page-recruit .specialist {
  padding-top: 15rem;
}
@media (max-width: 767px) {
  .page-recruit .specialist {
    padding-top: 5rem;
  }
}
.page-recruit .specialist .specialist-title {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.page-recruit .specialist .specialist-title__en {
  font-size: 5rem;
  font-weight: 900;
  font-family: noto serif jp;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-recruit .specialist .specialist-title__en::before {
  content: "";
  display: block;
  width: 15rem;
  height: 1px;
  background: #fff;
  margin-right: 2rem;
}
@media (max-width: 767px) {
  .page-recruit .specialist .specialist-title__en {
    font-size: 3rem;
  }
  .page-recruit .specialist .specialist-title__en::before {
    width: 8rem;
    margin-right: 1.5rem;
  }
}
.page-recruit .specialist .specialist-title__ja {
  font-size: 3rem;
  color: #fff;
  margin-top: 1rem;
  margin-left: 17rem;
  font-family: noto serif jp;
}
@media (max-width: 767px) {
  .page-recruit .specialist .specialist-title__ja {
    font-size: 1.6rem;
    margin: 1rem auto;
  }
}
.page-recruit .specialist .specialist-textaea {
  background: #fff;
  padding: 7rem 9rem;
  text-align: center;
  margin-top: 6rem;
}
@media (max-width: 767px) {
  .page-recruit .specialist .specialist-textaea {
    margin-top: 3rem;
    padding: 2rem;
  }
}
.page-recruit .specialist .specialist-text__head {
  font-size: 2.4rem;
  font-weight: 700;
  color: #3355ff;
}
@media (max-width: 767px) {
  .page-recruit .specialist .specialist-text__head {
    font-size: 2rem;
  }
}
.page-recruit .specialist .specialist-text__bottom {
  margin-top: 2rem;
  font-size: 1.6rem;
  line-height: 2.2;
  letter-spacing: 0.05em;
  text-align: left;
}
@media (max-width: 767px) {
  .page-recruit .specialist .specialist-text__bottom {
    margin-top: 1rem;
    letter-spacing: 0.1em;
  }
}
.page-recruit .requirements {
  margin-top: 22rem;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .page-recruit .requirements {
    margin-top: 10rem;
    margin-bottom: 2rem;
  }
}
.page-recruit .requirements .requirements-title {
  text-align: center;
  margin-bottom: 8rem;
  font-weight: 500;
  color: #fff;
}
@media (max-width: 767px) {
  .page-recruit .requirements .requirements-title {
    margin-bottom: 4rem;
  }
}
.page-recruit .requirements .requirements-title__en {
  font-size: 5rem;
  font-weight: 900;
  font-family: noto serif jp;
  position: relative;
}
.page-recruit .requirements .requirements-title__en::before {
  content: "";
  display: block;
  width: 10rem;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 20%;
}
@media (max-width: 767px) {
  .page-recruit .requirements .requirements-title__en::before {
    display: none;
  }
}
.page-recruit .requirements .requirements-title__en::after {
  content: "";
  display: block;
  width: 10rem;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  right: 20%;
}
@media (max-width: 767px) {
  .page-recruit .requirements .requirements-title__en::after {
    display: none;
  }
}
@media (max-width: 767px) {
  .page-recruit .requirements .requirements-title__en {
    font-size: 3rem;
  }
}
.page-recruit .requirements .requirements-title__ja {
  font-size: 3rem;
  font-weight: 500;
  font-family: noto serif jp;
}
@media (max-width: 767px) {
  .page-recruit .requirements .requirements-title__ja {
    font-size: 1.6rem;
  }
}
.page-recruit .recruit-table {
  width: 65%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .page-recruit .recruit-table {
    width: 100%;
  }
}
.page-recruit .recruit-table__content {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.8rem;
  line-height: 2;
  border: none !important;
}
.page-recruit .recruit-table__content tr:nth-child(odd) {
  background: #fff;
}
.page-recruit .recruit-table__content tr:nth-child(even) {
  background: #edf0ff;
}
.page-recruit .recruit-table__content th,
.page-recruit .recruit-table__content td {
  padding: 4rem 5rem;
  text-align: left;
  vertical-align: top;
  border: none;
}
@media (max-width: 767px) {
  .page-recruit .recruit-table__content th,
  .page-recruit .recruit-table__content td {
    padding: 1rem;
    width: 100%;
  }
}
.page-recruit .recruit-table__content th {
  width: 30%;
  font-weight: normal;
}
.page-recruit .recruit-table__content td {
  width: 70%;
}

.page-company .greeting {
  padding-top: 16.5rem;
}
@media (max-width: 767px) {
  .page-company .greeting {
    padding-top: 8rem;
  }
}
.page-company .greeting-contents {
  background: #f3f3f3;
  padding: 0 13.2rem;
}
@media (max-width: 767px) {
  .page-company .greeting-contents {
    width: 100%;
    padding: 0 2rem;
  }
}
.page-company .section-title__area {
  margin-left: -13.2rem;
  padding-top: 5rem;
}
@media (max-width: 767px) {
  .page-company .section-title__area {
    margin-left: 0;
    padding-top: 0;
  }
}
.page-company .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;
  color: #3355ff;
}
@media (max-width: 767px) {
  .page-company .section-title__greeting {
    font-size: 4rem;
  }
}
.page-company .title-border {
  margin-top: -5rem;
  margin-left: 0;
  width: 14rem;
  border-bottom: 1px solid #3355ff;
}
@media (max-width: 767px) {
  .page-company .title-border {
    width: 9rem;
    margin-left: -11rem;
  }
}
.page-company .title__ja {
  font-size: 3rem;
  text-align: right;
}
.page-company .greeting-text {
  padding: 5rem 0 4rem;
  line-height: 2.2;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .page-company .greeting-text {
    padding: 3rem 0;
  }
}
.page-company .name {
  text-align: right;
  font-size: 2rem;
  padding-bottom: 5rem;
}
.page-company .name span {
  font-size: 3rem;
}
.page-company .profile {
  margin-top: 29rem;
}
@media (max-width: 767px) {
  .page-company .profile {
    margin-top: 10rem;
  }
}
.page-company .profile .profile-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6.5rem;
}
@media (max-width: 767px) {
  .page-company .profile .profile-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
  }
}
.page-company .profile .profile-flex__left {
  position: relative;
}
.page-company .profile .profile-flex__left img {
  aspect-ratio: 515/910;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767px) {
  .page-company .profile .profile-flex__left img {
    display: none;
    background-size: cover;
    -o-object-position: center;
       object-position: center;
  }
  .page-company .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) {
  .page-company .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) {
  .page-company .profile .profile-flex__right {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.page-company .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: 2rem;
  margin-left: -6rem;
  color: #fff;
}
@media (max-width: 767px) {
  .page-company .profile .profile-flex__right .section-title__area {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: 0;
  }
}
.page-company .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) {
  .page-company .profile .profile-flex__right .section-title__company {
    font-size: 4rem;
  }
}
.page-company .profile .profile-flex__right .title-border {
  margin-top: -5rem;
  margin-left: 0;
  width: 14rem;
  border-bottom: 1px solid #fff;
}
@media (max-width: 767px) {
  .page-company .profile .profile-flex__right .title-border {
    width: 6rem;
    margin-left: -6rem;
  }
}
.page-company .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;
  margin-top: 3rem;
}
.page-company .profile .profile-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .page-company .profile .profile-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.page-company .profile .profile-label {
  background: #3355ff;
  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;
  z-index: 2;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .page-company .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;
  }
}
.page-company .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) {
  .page-company .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;
  }
}
.page-company .access {
  margin-top: 32rem;
  margin-bottom: 27rem;
}
@media (max-width: 767px) {
  .page-company .access {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }
}
.page-company .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;
  margin-left: 4rem;
}
@media (max-width: 767px) {
  .page-company .access .section-title__area {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.page-company .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) {
  .page-company .access .section-title__access {
    font-size: 4rem;
  }
}
.page-company .access .title-border {
  margin-left: -3.5rem;
  width: 14rem;
  border-bottom: 1px solid #fff;
}
@media (max-width: 767px) {
  .page-company .access .title-border {
    width: 9rem;
    margin-left: -11rem;
  }
}
.page-company .access .title__ja {
  font-size: 3rem;
  text-align: right;
  color: #fff;
}
.page-company .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) {
  .page-company .access .access-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.page-company .access .access-contents {
  margin-top: 12rem;
  border: 1px solid #fff;
  width: 51.5rem;
  padding: 2rem 3rem;
}
@media (max-width: 767px) {
  .page-company .access .access-contents {
    margin-top: 3rem;
    width: 100%;
    padding: 2rem;
  }
}
.page-company .access .icon-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
.page-company .access .icon01 {
  width: 4rem;
  height: auto;
}
@media (max-width: 767px) {
  .page-company .access .icon01 {
    width: 3rem;
    height: auto;
  }
}
.page-company .access .icon02 {
  width: 3rem;
  height: auto;
}
@media (max-width: 767px) {
  .page-company .access .icon02 {
    width: 2rem;
    height: auto;
  }
}
.page-company .access .text-area {
  line-height: 2.2;
  color: #fff;
}
@media (max-width: 767px) {
  .page-company .access .text-area {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
.page-company .access .google-map {
  width: 69rem;
  height: 66rem;
  padding-top: 11rem;
}
@media (max-width: 767px) {
  .page-company .access .google-map {
    width: 100%;
    height: 40rem;
    padding-top: 3rem;
  }
}
.page-company .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;
  background: #fff;
  width: 40rem;
  border-radius: 5rem;
  padding: 1rem 2rem;
  margin: 4rem auto 0;
}
@media (max-width: 767px) {
  .contact .head-text__tel {
    margin-top: 2rem;
    width: 30rem;
  }
}
.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: #3355ff;
  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: red;
  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: #3355ff;
  background: #3355ff;
}
.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: #3355ff;
}
.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: #3355ff;
  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;
  }
}