@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Outfit:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Outfit:wght@100..900&display=swap");
body {
  margin: 0;
}

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

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

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

.d-relative {
  position: relative;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.d-block {
  display: block;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flex-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.flex-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.flex-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.align-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.align-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.mt-15 {
  margin-top: 15px;
}

.mt-50 {
  margin-top: 50px;
}

.ml-15 {
  margin-left: 15px;
}

.color1 {
  color: #D4A849;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}
@media (min-width: 1921px) {
  html {
    font-size: 1px;
  }
}
@media (max-width: 1920px) {
  html {
    font-size: 0.05vw;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 0.27vw;
  }
}

body {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  color: #4D4D4D;
  overflow-x: hidden;
  z-index: 0;
  background-color: white;
  line-height: 1.6;
  letter-spacing: 0.07em;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

img {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

button {
  letter-spacing: 0;
  cursor: pointer;
  font-family: "Noto Sans JP", sans-serif;
}

figure,
picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

a {
  text-decoration: none;
  color: black;
}

.c-object.-stroke01 {
  height: min(46.5306122449vw + 206.5102040816px, 951px);
  left: 0;
  margin-top: max(-23.2653061224vw - 103.2551020408px, -475.5px);
  top: 60%;
  width: min(46.5306122449vw + 206.5102040816px, 951px);
}

.c-object.-stroke01 .inner {
  -webkit-transform: translateX(-45%);
  transform: translateX(-45%);
}

.c-object.-stroke01 svg .g g {
  -webkit-animation-name: wave;
  animation-name: wave;
}

.c-object.-stroke01 svg .g g:first-child {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.c-object.-stroke01 svg .g g {
  -webkit-animation-duration: 60s;
  animation-duration: 60s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  will-change: transform;
}

.c-object {
  opacity: 0.6;
  pointer-events: none;
  position: absolute;
}

.c-object__container {
  height: 100%;
  overflow: hidden;
  width: 100%;
}

.c-object .inner {
  height: 100%;
  position: relative;
  width: 100%;
  display: unset;
}

.c-object svg {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.c-object.-fill01 svg {
  -webkit-animation-duration: 27s;
  animation-duration: 27s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

.c-object.-fill01 svg,
.c-object.-fill02 svg {
  -webkit-animation-name: wave-large;
  animation-name: wave-large;
  -webkit-transform-origin: center center;
  transform-origin: center center;
}

.c-object.-fill02 svg {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
  -webkit-animation-duration: 28s;
  animation-duration: 28s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

.c-object.-fill03 svg {
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
  -webkit-animation-duration: 29s;
  animation-duration: 29s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: wave-large;
  animation-name: wave-large;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-transform-origin: center center;
  transform-origin: center center;
}

.c-object.-fill03 .inner {
  display: unset;
}

.c-object.-fill03 svg path {
  fill: #fff;
}

.c-object.-fill03 svg .grad {
  mix-blend-mode: overlay;
}

.c-object.-fill04 .inner {
  display: unset;
}

.c-object.-fill04 svg {
  -webkit-animation-delay: -3s;
  animation-delay: -3s;
  -webkit-animation-duration: 30s;
  animation-duration: 30s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: wave-large;
  animation-name: wave-large;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-transform-origin: center center;
  transform-origin: center center;
}

.c-object.-fill04 svg path {
  fill: #fff;
}

.c-object.-fill04 svg .grad {
  mix-blend-mode: overlay;
}

.c-object.-stroke01 {
  height: min(46.5306122449vw + 206.5102040816px, 951px);
  left: 0;
  margin-top: max(-23.2653061224vw - 103.2551020408px, -475.5px);
  top: 60%;
  width: min(46.5306122449vw + 206.5102040816px, 951px);
}

.c-object.-stroke01 .inner {
  -webkit-transform: translateX(-45%);
  transform: translateX(-45%);
}

.c-object.-stroke02 {
  height: min(42.4897959184vw + 188.6632653061px, 868.5px);
  margin-top: max(-21.2448979592vw - 94.3316326531px, -434.25px);
  right: 0;
  top: 40%;
  width: min(42.4897959184vw + 188.6632653061px, 868.5px);
}

.c-object.-stroke02 .inner {
  -webkit-transform: translateX(15%);
  transform: translateX(15%);
}

.c-object.-fill01 {
  height: min(6.1224489796vw + 52.0408163265px, 150px);
  left: 0;
  margin-top: max(-3.0612244898vw - 26.0204081633px, -75px);
  top: 90%;
  width: min(6.1224489796vw + 52.0408163265px, 150px);
}

.c-object.-fill01 .inner {
  -webkit-transform: translateX(-30%);
  transform: translateX(-30%);
  display: unset;
}

.c-object.-fill02 {
  height: min(6.1224489796vw + 52.0408163265px, 150px);
  margin-top: max(-3.0612244898vw - 26.0204081633px, -75px);
  right: 0;
  top: 10%;
  width: min(6.1224489796vw + 52.0408163265px, 150px);
}

.c-object.-fill02 .inner {
  -webkit-transform: translateX(20%);
  transform: translateX(20%);
  display: unset;
}

.c-object.-fill03 {
  height: min(15.7959183673vw + 69.7653061224px, 322.5px);
  left: 7.8125%;
  margin-top: max(-7.8979591837vw - 34.8826530612px, -161.25px);
  top: 30%;
  width: min(15.7959183673vw + 69.7653061224px, 322.5px);
}

.c-object.-fill04 {
  height: min(13.1020408163vw + 57.3673469388px, 267px);
  margin-top: max(-6.5510204082vw - 28.6836734694px, -133.5px);
  right: 10.625%;
  top: 70%;
  width: min(13.1020408163vw + 57.3673469388px, 267px);
}

.c-object.-stroke01 svg .g g {
  -webkit-animation-name: wave;
  animation-name: wave;
}

.c-object.-stroke01 svg .g g {
  -webkit-animation-duration: 60s;
  animation-duration: 60s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  will-change: transform;
}

.c-object.-stroke01 svg .g g:first-child {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.c-object.-stroke01 svg .g g:nth-child(2) {
  -webkit-animation-delay: -0.3125s;
  animation-delay: -0.3125s;
}

.c-object.-stroke01 svg .g g:nth-child(3) {
  -webkit-animation-delay: -0.625s;
  animation-delay: -0.625s;
}

.c-object.-stroke01 svg .g g:nth-child(4) {
  -webkit-animation-delay: -0.9375s;
  animation-delay: -0.9375s;
}

.c-object.-stroke01 svg .g g:nth-child(5) {
  -webkit-animation-delay: -1.25s;
  animation-delay: -1.25s;
}

.c-object.-stroke01 svg .g g:nth-child(6) {
  -webkit-animation-delay: -1.5625s;
  animation-delay: -1.5625s;
}

.c-object.-stroke01 svg .g g:nth-child(7) {
  -webkit-animation-delay: -1.875s;
  animation-delay: -1.875s;
}

.c-object.-stroke01 svg .g g:nth-child(8) {
  -webkit-animation-delay: -2.1875s;
  animation-delay: -2.1875s;
}

.c-object.-stroke01 svg .g g:nth-child(9) {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

.c-object.-stroke01 svg .g g:nth-child(10) {
  -webkit-animation-delay: -2.8125s;
  animation-delay: -2.8125s;
}

.c-object.-stroke01 svg .g g:nth-child(11) {
  -webkit-animation-delay: -3.125s;
  animation-delay: -3.125s;
}

.c-object.-stroke01 svg .g g:nth-child(12) {
  -webkit-animation-delay: -3.4375s;
  animation-delay: -3.4375s;
}

.c-object.-stroke01 svg .g g:nth-child(13) {
  -webkit-animation-delay: -3.75s;
  animation-delay: -3.75s;
}

.c-object.-stroke01 svg .g g:nth-child(14) {
  -webkit-animation-delay: -4.0625s;
  animation-delay: -4.0625s;
}

.c-object.-stroke01 svg .g g:nth-child(15) {
  -webkit-animation-delay: -4.375s;
  animation-delay: -4.375s;
}

.c-object.-stroke01 svg .g g:nth-child(16) {
  -webkit-animation-delay: -4.6875s;
  animation-delay: -4.6875s;
}

.c-object.-stroke01 svg .g g:nth-child(17) {
  -webkit-animation-delay: -5s;
  animation-delay: -5s;
}

.c-object.-stroke01 svg .g g:nth-child(18) {
  -webkit-animation-delay: -5.3125s;
  animation-delay: -5.3125s;
}

.c-object.-stroke01 svg .g g:nth-child(19) {
  -webkit-animation-delay: -5.625s;
  animation-delay: -5.625s;
}

.c-object.-stroke01 svg .g g:nth-child(20) {
  -webkit-animation-delay: -5.9375s;
  animation-delay: -5.9375s;
}

.c-object.-stroke01 svg .g g:nth-child(21) {
  -webkit-animation-delay: -6.25s;
  animation-delay: -6.25s;
}

.c-object.-stroke01 svg .g g:nth-child(22) {
  -webkit-animation-delay: -6.5625s;
  animation-delay: -6.5625s;
}

.c-object.-stroke01 svg .g g:nth-child(23) {
  -webkit-animation-delay: -6.875s;
  animation-delay: -6.875s;
}

.c-object.-stroke01 svg .g g:nth-child(24) {
  -webkit-animation-delay: -7.1875s;
  animation-delay: -7.1875s;
}

.c-object.-stroke01 svg .g g:nth-child(25) {
  -webkit-animation-delay: -7.5s;
  animation-delay: -7.5s;
}

.c-object.-stroke01 svg .g g:nth-child(26) {
  -webkit-animation-delay: -7.8125s;
  animation-delay: -7.8125s;
}

.c-object.-stroke01 svg .g g:nth-child(27) {
  -webkit-animation-delay: -8.125s;
  animation-delay: -8.125s;
}

.c-object.-stroke01 svg .g g:nth-child(28) {
  -webkit-animation-delay: -8.4375s;
  animation-delay: -8.4375s;
}

.c-object.-stroke01 svg .g g:nth-child(29) {
  -webkit-animation-delay: -8.75s;
  animation-delay: -8.75s;
}

.c-object.-stroke01 svg .g g:nth-child(30) {
  -webkit-animation-delay: -9.0625s;
  animation-delay: -9.0625s;
}

.c-object.-stroke01 svg .g g:nth-child(31) {
  -webkit-animation-delay: -9.375s;
  animation-delay: -9.375s;
}

.c-object.-stroke01 svg .g g:nth-child(32) {
  -webkit-animation-delay: -9.6875s;
  animation-delay: -9.6875s;
}

.c-object.-stroke01 svg circle,
.c-object.-stroke01 svg path {
  fill: none;
  stroke-width: 0.25;
  stroke-miterlimit: 10;
}

.c-object.-stroke02 svg .g g {
  -webkit-animation-name: wave;
  animation-name: wave;
}

.c-object.-stroke02 svg .g g {
  -webkit-animation-duration: 60s;
  animation-duration: 60s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  will-change: transform;
}

.c-object.-stroke02 svg .g g:first-child {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.c-object.-stroke02 svg .g g:nth-child(2) {
  -webkit-animation-delay: -0.3125s;
  animation-delay: -0.3125s;
}

.c-object.-stroke02 svg .g g:nth-child(3) {
  -webkit-animation-delay: -0.625s;
  animation-delay: -0.625s;
}

.c-object.-stroke02 svg .g g:nth-child(4) {
  -webkit-animation-delay: -0.9375s;
  animation-delay: -0.9375s;
}

.c-object.-stroke02 svg .g g:nth-child(5) {
  -webkit-animation-delay: -1.25s;
  animation-delay: -1.25s;
}

.c-object.-stroke02 svg .g g:nth-child(6) {
  -webkit-animation-delay: -1.5625s;
  animation-delay: -1.5625s;
}

.c-object.-stroke02 svg .g g:nth-child(7) {
  -webkit-animation-delay: -1.875s;
  animation-delay: -1.875s;
}

.c-object.-stroke02 svg .g g:nth-child(8) {
  -webkit-animation-delay: -2.1875s;
  animation-delay: -2.1875s;
}

.c-object.-stroke02 svg .g g:nth-child(9) {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

.c-object.-stroke02 svg .g g:nth-child(10) {
  -webkit-animation-delay: -2.8125s;
  animation-delay: -2.8125s;
}

.c-object.-stroke02 svg .g g:nth-child(11) {
  -webkit-animation-delay: -3.125s;
  animation-delay: -3.125s;
}

.c-object.-stroke02 svg .g g:nth-child(12) {
  -webkit-animation-delay: -3.4375s;
  animation-delay: -3.4375s;
}

.c-object.-stroke02 svg .g g:nth-child(13) {
  -webkit-animation-delay: -3.75s;
  animation-delay: -3.75s;
}

.c-object.-stroke02 svg .g g:nth-child(14) {
  -webkit-animation-delay: -4.0625s;
  animation-delay: -4.0625s;
}

.c-object.-stroke02 svg .g g:nth-child(15) {
  -webkit-animation-delay: -4.375s;
  animation-delay: -4.375s;
}

.c-object.-stroke02 svg .g g:nth-child(16) {
  -webkit-animation-delay: -4.6875s;
  animation-delay: -4.6875s;
}

.c-object.-stroke02 svg .g g:nth-child(17) {
  -webkit-animation-delay: -5s;
  animation-delay: -5s;
}

.c-object.-stroke02 svg .g g:nth-child(18) {
  -webkit-animation-delay: -5.3125s;
  animation-delay: -5.3125s;
}

.c-object.-stroke02 svg .g g:nth-child(19) {
  -webkit-animation-delay: -5.625s;
  animation-delay: -5.625s;
}

.c-object.-stroke02 svg .g g:nth-child(20) {
  -webkit-animation-delay: -5.9375s;
  animation-delay: -5.9375s;
}

.c-object.-stroke02 svg .g g:nth-child(21) {
  -webkit-animation-delay: -6.25s;
  animation-delay: -6.25s;
}

.c-object.-stroke02 svg .g g:nth-child(22) {
  -webkit-animation-delay: -6.5625s;
  animation-delay: -6.5625s;
}

.c-object.-stroke02 svg .g g:nth-child(23) {
  -webkit-animation-delay: -6.875s;
  animation-delay: -6.875s;
}

.c-object.-stroke02 svg .g g:nth-child(24) {
  -webkit-animation-delay: -7.1875s;
  animation-delay: -7.1875s;
}

.c-object.-stroke02 svg .g g:nth-child(25) {
  -webkit-animation-delay: -7.5s;
  animation-delay: -7.5s;
}

.c-object.-stroke02 svg .g g:nth-child(26) {
  -webkit-animation-delay: -7.8125s;
  animation-delay: -7.8125s;
}

.c-object.-stroke02 svg .g g:nth-child(27) {
  -webkit-animation-delay: -8.125s;
  animation-delay: -8.125s;
}

.c-object.-stroke02 svg .g g:nth-child(28) {
  -webkit-animation-delay: -8.4375s;
  animation-delay: -8.4375s;
}

.c-object.-stroke02 svg .g g:nth-child(29) {
  -webkit-animation-delay: -8.75s;
  animation-delay: -8.75s;
}

.c-object.-stroke02 svg .g g:nth-child(30) {
  -webkit-animation-delay: -9.0625s;
  animation-delay: -9.0625s;
}

.c-object.-stroke02 svg .g g:nth-child(31) {
  -webkit-animation-delay: -9.375s;
  animation-delay: -9.375s;
}

.c-object.-stroke02 svg .g g:nth-child(32) {
  -webkit-animation-delay: -9.6875s;
  animation-delay: -9.6875s;
}

.c-object.-stroke02 svg circle,
.c-object.-stroke02 svg path {
  fill: none;
  stroke-width: 0.5;
  stroke-miterlimit: 10;
}

.c-object.-stroke02 {
  height: min(42.4897959184vw + 188.6632653061px, 868.5px);
  margin-top: max(-21.2448979592vw - 94.3316326531px, -434.25px);
  right: 0;
  top: 40%;
  width: min(42.4897959184vw + 188.6632653061px, 868.5px);
}

@-webkit-keyframes appear {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes appear {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes wave {
  0% {
    -webkit-transform: translateY(-2.5%) scale(1);
    transform: translateY(-2.5%) scale(1);
  }
  25% {
    -webkit-transform: translateY(2.5%) scale(1.05);
    transform: translateY(2.5%) scale(1.05);
  }
  50% {
    -webkit-transform: translateY(-2.5%) scale(1.1);
    transform: translateY(-2.5%) scale(1.1);
  }
  75% {
    -webkit-transform: translateY(2.5%) scale(1.05);
    transform: translateY(2.5%) scale(1.05);
  }
  to {
    -webkit-transform: translateY(-2.5%) scale(1);
    transform: translateY(-2.5%) scale(1);
  }
}
@keyframes wave {
  0% {
    -webkit-transform: translateY(-2.5%) scale(1);
    transform: translateY(-2.5%) scale(1);
  }
  25% {
    -webkit-transform: translateY(2.5%) scale(1.05);
    transform: translateY(2.5%) scale(1.05);
  }
  50% {
    -webkit-transform: translateY(-2.5%) scale(1.1);
    transform: translateY(-2.5%) scale(1.1);
  }
  75% {
    -webkit-transform: translateY(2.5%) scale(1.05);
    transform: translateY(2.5%) scale(1.05);
  }
  to {
    -webkit-transform: translateY(-2.5%) scale(1);
    transform: translateY(-2.5%) scale(1);
  }
}
@-webkit-keyframes wave-large {
  0% {
    -webkit-transform: translateY(-5%) scale(1);
    transform: translateY(-5%) scale(1);
  }
  25% {
    -webkit-transform: translateY(5%) scale(1.1);
    transform: translateY(5%) scale(1.1);
  }
  50% {
    -webkit-transform: translateY(-5%) scale(1.2);
    transform: translateY(-5%) scale(1.2);
  }
  75% {
    -webkit-transform: translateY(5%) scale(1.1);
    transform: translateY(5%) scale(1.1);
  }
  to {
    -webkit-transform: translateY(-5%) scale(1);
    transform: translateY(-5%) scale(1);
  }
}
@keyframes wave-large {
  0% {
    -webkit-transform: translateY(-5%) scale(1);
    transform: translateY(-5%) scale(1);
  }
  25% {
    -webkit-transform: translateY(5%) scale(1.1);
    transform: translateY(5%) scale(1.1);
  }
  50% {
    -webkit-transform: translateY(-5%) scale(1.2);
    transform: translateY(-5%) scale(1.2);
  }
  75% {
    -webkit-transform: translateY(5%) scale(1.1);
    transform: translateY(5%) scale(1.1);
  }
  to {
    -webkit-transform: translateY(-5%) scale(1);
    transform: translateY(-5%) scale(1);
  }
}
@media only screen and (max-width: 1023px) {
  .c-object.-stroke01 {
    top: 80%;
  }
  .c-object.-stroke02 {
    top: 30%;
  }
  .c-object.-stroke02 .inner {
    -webkit-transform: translateX(20%);
    transform: translateX(20%);
  }
  .c-object.-fill01 {
    top: 100%;
  }
  .c-object.-fill02 .inner {
    -webkit-transform: translateX(35%);
    transform: translateX(35%);
  }
  .c-object.-fill02 {
    top: 5%;
  }
  .c-object.-fill03 {
    left: 4.6875%;
  }
  .c-object.-fill03 .inner {
    -webkit-transform: translateX(-15%);
    transform: translateX(-15%);
  }
  .c-object.-fill04 {
    right: 7.5%;
    top: 57.5%;
  }
}
@media only screen and (max-width: 767px) {
  .c-object.-stroke01 .inner {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .c-object.-stroke02 {
    top: 25%;
  }
  .c-object.-stroke02 .inner {
    -webkit-transform: translateX(35%);
    transform: translateX(35%);
  }
  .c-object.-fill01 {
    display: none;
  }
  .c-object.-fill02 .inner {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }
  .c-object.-fill02 {
    top: 13%;
  }
  .c-object.-fill03 {
    left: 1.5625%;
    top: 50%;
  }
  .c-object.-fill03 .inner {
    -webkit-transform: translateX(-30%);
    transform: translateX(-30%);
  }
  .c-object.-fill04 {
    right: 3.75%;
    top: 45%;
  }
  .c-object.-stroke01 .inner {
    display: unset;
  }
  .c-object.-stroke02 .inner {
    display: unset;
  }
}
@media only screen and (max-width: 567px) {
  .c-object.-stroke01 svg .g g,
  .c-object.-stroke02 svg .g g {
    -webkit-animation-name: none;
    animation-name: none;
  }
  .c-object.-stroke02 .inner {
    -webkit-transform: translateX(40%);
    transform: translateX(40%);
  }
  .c-object.-fill02 .inner {
    -webkit-transform: translateX(65%);
    transform: translateX(65%);
  }
  .c-object.-fill03 {
    left: 0;
    top: 60%;
  }
  .c-object.-fill03 .inner {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .c-object.-fill04 {
    right: 0;
    top: 42.5%;
  }
}
#header.scrolled {
  background-color: white;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.068);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.068);
}

.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.header_logo {
  padding: 11px 0 0 78px;
}
.header .menu-item_link {
  color: black;
  margin-right: 90px;
}
.header .menu-contact {
  width: 189px;
  height: 87px;
  background-color: #9B3D44;
  font-size: 16px;
  color: white;
}
.header .menu-contact span:nth-child(2) {
  margin-top: 8px;
}

.footer {
  background-color: #9B3D44;
  padding: 78px 0 21px;
}
.footer_lead {
  max-width: 1511px;
  width: 88%;
  margin: 0 auto;
}
.footer_lead .footer_logo {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.footer_lead .footer_menu {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.footer_menu li {
  margin-right: 90px;
}
.footer_menu li:last-child {
  margin-right: unset;
}
.footer_menu_link {
  color: white;
}
.footer_bottom {
  margin-top: 90px;
}
.footer_bottom .copyright {
  color: white;
  text-align: center;
}
.footer_bottom .privacy {
  position: absolute;
  right: 87px;
  bottom: 21px;
  color: white;
}

@media (max-width: 1440px) {
  .header_logo {
    padding: 11px 0 0 40px;
  }
  .header .menu-item_link {
    margin-right: 40px;
  }
  .footer_menu li {
    margin-right: 40px;
  }
}
@media (max-width: 1040px) {
  .header {
    padding: 11px 30px;
  }
  .header_logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: unset;
  }
  .header_logo img {
    width: 180px;
  }
  .header .menu {
    display: none;
  }
  .footer_lead {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer_menu {
    margin-top: 40px;
  }
}
@media (max-width: 768px) {
  .footer_menu {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer_menu li {
    margin-bottom: 20px;
  }
  .footer_bottom {
    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: 88%;
    margin: 0 auto;
  }
  .footer_bottom .privacy {
    position: relative;
    right: unset;
    bottom: unset;
  }
  .footer_bottom .copyright {
    margin-top: 40px;
    font-size: 12px;
  }
}
.fv {
  position: relative;
}
.fv_abs1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.fv_abs1 img {
  width: 778rem;
}
.fv_abs2 {
  position: absolute;
  top: 0;
  right: 50rem;
  z-index: -1;
}
.fv_abs2 img {
  width: 992rem;
}
.fv_abs3 {
  position: absolute;
  top: 100rem;
  left: 0;
  z-index: -1;
}
.fv_abs3 img {
  width: 598rem;
}
.fv .ttl {
  font-size: 104rem;
  font-weight: bold;
  line-height: 1.3;
  margin-left: 263rem;
  padding: 400rem 0 328rem;
}
.fv .bottom {
  max-width: 900rem;
  margin: 0 auto;
}
.fv .bottom .box1_img img,
.fv .bottom .box2_img img {
  width: 251rem;
}
.fv .bottom .box1,
.fv .bottom .box2 {
  background-color: white;
  max-width: 430rem;
  border-radius: 10rem;
  -webkit-box-shadow: 0 9rem 25rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 9rem 25rem rgba(0, 0, 0, 0.1);
  width: 49%;
  padding: 23px 20rem 27px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.fv .bottom .box1:hover,
.fv .bottom .box2:hover {
  -webkit-box-shadow: unset;
          box-shadow: unset;
}
.fv .bottom .box1_txt,
.fv .bottom .box2_txt {
  margin-top: 30rem;
}

.purpose {
  padding-top: 100rem;
  padding-bottom: 115rem;
  margin-top: 375rem;
  position: relative;
  z-index: 0;
}
.purpose .inner {
  max-width: 1480rem;
  margin: 0 auto;
}
.purpose .item_img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 100%;
}
.purpose .item_img img {
  border-radius: 28rem;
  width: 772rem;
}
.purpose .item .area {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 618rem;
}
.purpose .item .area_en {
  font-size: 23rem;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
}
.purpose .item .area_ttl {
  font-size: 61rem;
  font-weight: 600;
  line-height: 1.2786885246;
  margin: 52rem 0 65rem;
}
.purpose .item .area_txt {
  font-size: 22rem;
  line-height: 1.8636363636;
}
.purpose_abs {
  position: absolute;
  left: 0;
  bottom: -170rem;
  z-index: -1;
}
.purpose_abs img {
  width: 460rem;
}

.intro {
  position: relative;
  padding-top: 220rem;
}
.intro .inner {
  max-width: 1480rem;
  margin: 130rem auto 0;
}
.intro_ttl {
  font-size: 70rem;
  font-weight: 500;
  line-height: 1;
}
.intro_ttl span {
  position: relative;
}
.intro_ttl span::after {
  content: "";
  background-color: #9B3D44;
  width: 90rem;
  height: 4rem;
  position: absolute;
  bottom: -40rem;
  left: calc(50% - 45rem);
}
.intro .item {
  margin-top: 90rem;
}
.intro .item:first-child {
  margin-top: unset;
}
.intro .item .lead_txt {
  font-size: 45rem;
  font-weight: 500;
}
.intro .item .lead_img {
  width: 332rem;
}
.intro .item .row {
  margin-top: 85rem;
}
.intro .item .row .box {
  background-color: #F9F9F9;
  padding: 25rem;
  -webkit-box-shadow: 0 7rem 10rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 7rem 10rem rgba(0, 0, 0, 0.1);
  max-width: 724rem;
  width: 49%;
  margin-bottom: 2%;
}
.intro .item .row .box_img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 27rem;
}
.intro .item .row .box_img img {
  width: 234rem;
}
.intro .item .row .area {
  -webkit-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto;
  max-width: 100%;
}
.intro .item .row .area_ttl {
  font-size: 24rem;
  font-weight: bold;
  line-height: 1.6666666667;
  color: #9B3D44;
}
.intro .item .row .area_txt {
  font-size: 18rem;
  font-weight: 400;
  line-height: 2.2222222222;
}

.message {
  padding-top: 190rem;
  position: relative;
}
.message .inner {
  max-width: 1480rem;
  margin: 0 auto;
  padding-top: 392rem;
  position: relative;
  z-index: 0;
}
.message .item_img {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.message .item_img img {
  border-radius: 102rem;
  width: 1002rem;
}
.message .item .lead_ttl {
  font-size: 70rem;
  font-weight: 500;
  line-height: 1.1142857143;
}
.message .item .lead_en {
  font-size: 23rem;
  font-weight: 400;
  margin-top: 43rem;
}
.message .item .area {
  margin-top: 63rem;
}
.message .item .area_ttl {
  font-size: 26rem;
  font-weight: bold;
}
.message .item .area_txt {
  margin-top: 16rem;
  font-size: 24rem;
  line-height: 1.6666666667;
}
.message_abs {
  position: absolute;
  top: -130rem;
  left: 0;
  z-index: -1;
}
.message_abs img {
  width: 481rem;
}

.company {
  padding: 100rem 0;
  position: relative;
}
.company_ttl {
  font-size: 70rem;
  font-weight: 500;
  line-height: 1;
}
.company_ttl span {
  position: relative;
}
.company_ttl span::after {
  content: "";
  width: 90rem;
  height: 4rem;
  background-color: #9B3D44;
  position: absolute;
  bottom: -40rem;
  left: calc(50% - 45rem);
}
.company .inner {
  max-width: 1360rem;
  margin: 80rem auto 0;
}
.company .item .area {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 55%;
  max-width: 730rem;
}
.company .item .area .row {
  border-bottom: 1rem solid #CACACA;
  padding: 16rem 20rem;
}
.company .item .area .row .category {
  width: 180rem;
  font-size: 20rem;
  font-weight: 500;
}
.company .item .area .row .txt {
  font-size: 20rem;
  font-weight: 400;
}
.company .item .area .row .link {
  color: #006E93;
  text-decoration: underline;
  font-size: 20rem;
}
.company .item .img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 40%;
  max-width: 546rem;
  margin-top: 60rem;
}
.company .item .img img {
  border-radius: 50%;
}
.company_abs {
  position: absolute;
  bottom: -330rem;
  right: 0;
}
.company_abs img {
  width: 677rem;
}

.recruit {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.recruit .inner {
  width: 88%;
  max-width: 1480rem;
  margin: 0 auto;
  position: absolute;
}
.recruit_img img {
  border-radius: 200rem 200rem 0 0;
}
.recruit .item {
  color: white;
}
.recruit .item_ttl {
  font-size: 83rem;
  font-weight: bold;
}
.recruit .item_txt {
  font-size: 28rem;
  font-weight: 500;
  margin-top: 35rem;
  line-height: 1.8571428571;
}

.contact {
  position: relative;
  padding-bottom: 120rem;
  margin-top: -130rem;
  z-index: 0;
}
.contact_item {
  z-index: 1;
  position: relative;
}
.contact .inner {
  max-width: 980px;
  width: 88%;
  margin: 0 auto;
}
.contact .inner_thanks {
  margin: 80px auto 0;
}
.contact .lead {
  font-size: 70rem;
  font-weight: 500;
  color: #9B3D44;
  text-align: center;
}
.contact .contact_thanks {
  font-size: 60rem;
}
.contact_text {
    margin-top: 40px;
    text-align: center;
    font-size: 16px;
    line-height: 32px;
}
.top_page_thanks {
  width: 200px;
  height: 43px;
  border: unset;
  background-color: #9B3D44;
  color: white;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: block;
  margin: 40px auto 0;
  text-align: center;
  line-height: 43px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  cursor: pointer;
  position: relative;
}
.contact .item .row {
  border-bottom: 1rem solid #EBEBEB;
  padding: 23px 20px;
}
.contact .item .row:nth-child(5) {
  border-bottom: unset;
}
.contact .item .row .category {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15rem;
}
.contact .item .row .category span {
  font-size: 14px;
  background-color: #EE1414;
  color: white;
  padding: 3px 8px;
  border-radius: 4px;
  margin-left: 16px;
}
.contact .item .row input[type=text],
.contact .item .row input[type=number],
.contact .item .row input[type=email] {
  background-color: #FBFAF7;
  border: 1rem solid #CCCCCC;
  border-radius: 13rem;
  width: 100%;
  height: 62px;
  padding: 15px;
  font-size: 16px;
}
.contact .item .row input[type=text]::-webkit-input-placeholder, .contact .item .row input[type=number]::-webkit-input-placeholder, .contact .item .row input[type=email]::-webkit-input-placeholder {
  color: #DCDCDC;
  font-weight: 500;
  font-size: 16px;
}
.contact .item .row input[type=text]::-moz-placeholder, .contact .item .row input[type=number]::-moz-placeholder, .contact .item .row input[type=email]::-moz-placeholder {
  color: #DCDCDC;
  font-weight: 500;
  font-size: 16px;
}
.contact .item .row input[type=text]:-ms-input-placeholder, .contact .item .row input[type=number]:-ms-input-placeholder, .contact .item .row input[type=email]:-ms-input-placeholder {
  color: #DCDCDC;
  font-weight: 500;
  font-size: 16px;
}
.contact .item .row input[type=text]::-ms-input-placeholder, .contact .item .row input[type=number]::-ms-input-placeholder, .contact .item .row input[type=email]::-ms-input-placeholder {
  color: #DCDCDC;
  font-weight: 500;
  font-size: 16px;
}
.contact .item .row input[type=text]::placeholder,
.contact .item .row input[type=number]::placeholder,
.contact .item .row input[type=email]::placeholder {
  color: #DCDCDC;
  font-weight: 500;
  font-size: 16px;
}
.contact .item .row input[type=text]:focus,
.contact .item .row input[type=number]:focus,
.contact .item .row input[type=email]:focus {
  outline: unset;
}
.contact .item .row textarea {
  background-color: #FBFAF7;
  border: 1rem solid #CCCCCC;
  border-radius: 13rem;
  width: 100%;
  padding: 15px;
  font-size: 16px;
}
.contact .item .row textarea::-webkit-input-placeholder {
  color: #DCDCDC;
  font-weight: 500;
  font-size: 16px;
}
.contact .item .row textarea::-moz-placeholder {
  color: #DCDCDC;
  font-weight: 500;
  font-size: 16px;
}
.contact .item .row textarea:-ms-input-placeholder {
  color: #DCDCDC;
  font-weight: 500;
  font-size: 16px;
}
.contact .item .row textarea::-ms-input-placeholder {
  color: #DCDCDC;
  font-weight: 500;
  font-size: 16px;
}
.contact .item .row textarea::placeholder {
  color: #DCDCDC;
  font-weight: 500;
  font-size: 16px;
}
.contact .item .row textarea:focus {
  outline: unset;
}
.contact .item .check_txt {
  color: #111111;
  margin-left: 10rem;
}
.contact .submit {
  margin-top: 35px;
  gap: 20px;
}
.contact .submit_btn {
  width: 200px;
  height: 43px;
  border: unset;
  background-color: #9B3D44;
  color: white;
  border-radius: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  cursor: pointer;
  position: relative;
}
.contact .c-btn_area {
  width: 200px;
  height: 43px;
  border: unset;
  background-color: #9B3D44;
  color: white;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  cursor: pointer;
  position: relative;
}
.contact .c-btn_rtn {
  width: 100px;
  height: 43px;
  border: unset;
  border: 1px solid #7a7a7a;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  cursor: pointer;
  position: relative;
}
.contact .submit_btn span:last-child {
  position: absolute;
  right: 8px;
  top: calc(50% - 5px);
}
.contact_abs {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.contact_abs img {
  width: 483rem;
}

.subFv {
  padding: 260rem 0 150rem;
  border-bottom: 2rem solid #E9E8E8;
}
.subFv .inner {
  max-width: 1420rem;
  width: 88%;
  margin: 0 auto;
}
.subFv .breadcrum_link {
  color: black;
}
.subFv .breadcrum_img {
  margin: 0 4rem;
}
.subFv .breadcrum_end {
  color: #9B3D44;
}
.subFv_ttl {
  font-size: 90rem;
  font-weight: bold;
  color: black;
  margin-top: 40rem;
}

.privacyItem {
  max-width: 1420rem;
  width: 88%;
  margin: 125rem auto 300rem;
  color: black;
}
.privacyItem .box:nth-child(2) {
  margin-top: 180rem;
}
.privacyItem .box_ttl {
  font-size: 59rem;
  font-weight: bold;
  border-bottom: 1rem solid #E9E8E8;
  color: black;
  padding-bottom: 15rem;
}
.privacyItem .box_txt {
  padding-top: 50rem;
  line-height: 2.1875;
}
.privacyItem .group {
  margin-top: 85rem;
}
.privacyItem .group.reset {
  margin-top: 60rem;
}
.privacyItem .group .lead {
  background-color: #F4F4F4;
  padding: 25rem 20rem;
  border-radius: 13rem;
}
.privacyItem .group .lead_ttl {
  padding-left: 35rem;
  position: relative;
  font-size: 31rem;
  font-weight: bold;
  color: black;
}
.privacyItem .group .lead_ttl::before {
  content: "";
  width: 18rem;
  height: 2rem;
  background-color: #9B3D44;
  position: absolute;
  left: 0;
  top: 50%;
}
.privacyItem .group .area {
  margin-top: 40rem;
  line-height: 2.1875;
}
.privacyItem .group .area_txt {
  line-height: 2.1875;
}
.privacyItem .group .area_txt.mt25 {
  margin-top: 25rem;
}
.privacyItem .group .area .circle {
  margin-left: 35rem;
}
.privacyItem .group .area .circle li {
  list-style: disc;
}
.privacyItem .group .area .circle.mt30 {
  margin-top: 30rem;
}
.privacyItem .group .area .roma {
  margin-left: 50rem;
}
.privacyItem .group .area .roma li {
  list-style: cjk-ideographic;
}
.privacyItem .group .area_group {
  margin-top: 25rem;
}
.privacyItem .group .area_ttl {
  font-size: 18rem;
  font-weight: bold;
}
.check_policy {
  width: fit-content;
  margin: 0 auto;
}

@media (max-width: 1440px) {
  .fv .bottom {
    max-width: 1440rem;
  }
  .fv .bottom .box1,
  .fv .bottom .box2 {
    max-width: 690rem;
  }
  .fv .bottom .box1_txt,
  .fv .bottom .box2_txt {
    font-size: 31rem;
  }
  .purpose .inner {
    max-width: unset;
    width: 88%;
  }
  .purpose .item_img img {
    width: 935rem;
  }
  .purpose .item .area {
    max-width: 735rem;
  }
  .purpose .item .area_en {
    font-size: 18px;
  }
  .purpose .item .area_ttl {
    font-size: 75rem;
  }
  .purpose .item .area_txt {
    font-size: 31rem;
  }
  .intro .item .lead_txt {
    font-size: 50rem;
  }
  .intro .item .row .box {
    width: 100%;
    max-width: unset;
  }
  .intro .item .row .box_img img {
    width: 350rem;
  }
  .intro .item .row .area_ttl {
    font-size: 40rem;
  }
  .intro .item .row .area_txt {
    font-size: 31rem;
  }
  .message .item .area_ttl {
    font-size: 35rem;
  }
  .message .item .area_txt {
    font-size: 31rem;
  }
  .company {
    padding: 100px 0;
  }
  .company .inner {
    max-width: unset;
    width: 88%;
    margin-top: 80px;
  }
  .company .item .area {
    width: 60%;
    max-width: 1060rem;
  }
  .company .item .area .row {
    padding: 30rem 16rem;
  }
  .company .item .area .row .category {
    font-size: 31rem;
    width: 250rem;
  }
  .company .item .area .row .txt {
    font-size: 31rem;
  }
  .company .item .area .row .link {
    font-size: 31rem;
  }
  .company .item .img {
    max-width: 608rem;
  }
  .contact_abs img {
    width: 650rem;
  }
}
@media (max-width: 768px) {
  .fv .ttl {
    padding: 150rem 0 100rem;
    font-size: 30rem;
    margin-left: 30rem;
  }
  .fv_abs1 img {
    width: 180rem;
  }
  .fv_abs2 {
    top: 50rem;
    right: 0;
  }
  .fv_abs2 img {
    width: 200rem;
  }
  .fv_abs3 {
    top: 80rem;
  }
  .fv_abs3 img {
    width: 150rem;
  }
  .fv .bottom {
    max-width: unset;
    width: 88%;
    margin: 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .fv .bottom .box1,
  .fv .bottom .box2 {
    padding: 30px 25px;
    width: 100%;
    max-width: unset;
  }
  .fv .bottom .box1_txt,
  .fv .bottom .box2_txt {
    font-size: 18px;
    margin-top: 20px;
  }
  .fv .bottom .box1_img img,
  .fv .bottom .box2_img img {
    width: 150px;
  }
  .fv .bottom .box2 {
    margin-top: 30px;
  }
  .purpose {
    padding: 80px 0 0;
    margin-top: unset;
  }
  .purpose .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .purpose .item_img img {
    border-radius: 10px;
    width: 100%;
  }
  .purpose .item .area {
    margin-top: 40px;
  }
  .purpose .item .area_ttl {
    font-size: 24px;
    margin: 20px 0 30px;
    line-height: 1.7;
  }
  .purpose .item .area_txt {
    font-size: 16px;
  }
  .purpose_abs {
    bottom: 100px;
  }
  .purpose_abs img {
    width: 150rem;
  }
  .intro {
    padding-top: 80px;
  }
  .intro_ttl {
    font-size: 30px;
  }
  .intro_ttl span::after {
    width: 40px;
    height: 2px;
    bottom: -20px;
    left: calc(50% - 20px);
  }
  .intro .inner {
    margin-top: 60px;
    width: 88%;
  }
  .intro .item {
    margin-top: 60px;
  }
  .intro .item .lead_txt {
    font-size: 22px;
  }
  .intro .item .lead_img {
    margin-top: 20px;
  }
  .intro .item .lead_img img {
    width: 180px;
  }
  .intro .item .row {
    margin-top: 30px;
  }
  .intro .item .row .box {
    -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;
    padding: 20px;
    margin-bottom: 30px;
  }
  .intro .item .row .box_img {
    width: 100%;
    margin-right: unset;
    height: 200px;
  }
  .intro .item .row .box_img img {
    width: 100%;
  }
  .intro .item .row .area {
    margin-top: 20px;
  }
  .intro .item .row .area_content {
    margin-top: 15px;
  }
  .intro .item .row .area_ttl {
    font-size: 20px;
  }
  .intro .item .row .area_txt {
    font-size: 16px;
    list-style-type: disc;
    line-height: 1.8;
    margin-left: 20px;
  }
  .message {
    padding-top: 80px;
  }
  .message .inner {
    padding-top: unset;
    width: 88%;
  }
  .message .item_img {
    position: relative;
    top: 0;
    right: 0;
    z-index: 0;
    margin-top: 40px;
  }
  .message .item_img img {
    width: 100%;
    border-radius: 10px;
  }
  .message .item .lead_ttl {
    font-size: 28px;
  }
  .message .item .lead_en {
    font-size: 16px;
    margin-top: 10px;
  }
  .message .item .area {
    margin-top: 60px;
  }
  .message .item .area_ttl {
    font-size: 18px;
  }
  .message .item .area_txt {
    font-size: 16px;
  }
  .message_abs {
    top: 0px;
  }
  .message_abs img {
    width: 230rem;
  }
  .company {
    padding: 80px 0;
  }
  .company_ttl {
    font-size: 30px;
  }
  .company_ttl span::after {
    width: 40px;
    height: 2px;
    bottom: -20px;
    left: calc(50% - 20px);
  }
  .company .inner {
    margin-top: 60px;
  }
  .company .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .company .item .img {
    max-width: unset;
    margin-top: unset;
    width: 100%;
    height: 250px;
  }
  .company .item .img img {
    border-radius: 10px;
  }
  .company .item .area {
    width: 100%;
    max-width: unset;
    margin-top: 30px;
  }
  .company .item .area .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px 0;
  }
  .company .item .area .row .category {
    font-size: 16px;
    width: 100%;
    margin-bottom: 10px;
  }
  .company .item .area .row .txt {
    font-size: 16px;
  }
  .company .item .area .row .link {
    font-size: 16px;
  }
  .company_abs {
    bottom: 0;
    z-index: -1;
  }
  .company_abs img {
    width: 270rem;
  }
  .recruit_img img {
    border-radius: 20px 20px 0 0;
    height: 420px;
  }
  .recruit .item_ttl {
    font-size: 30px;
  }
  .recruit .item_txt {
    font-size: 18px;
  }
  .contact {
    margin-top: calc(-100vw * (31 / 384));
    padding-bottom: 100px;
  }
  .contact_item {
    padding-top: 40px;
    background-color: white;
  }
  .contact .lead {
    font-size: 30px;
  }
  .contact .item {
    margin-top: 20px;
  }
  .contact .item .row {
    padding: 15px 0;
  }
  .contact .item .row .category {
    font-size: 16px;
  }
  .contact .item .row .category span {
    font-size: 12px;
  }
  .contact_abs img {
    width: 230rem;
  }
  .subFv {
    padding: 150px 0 100px;
  }
  .subFv_ttl {
    font-size: 30px;
    margin-top: 20px;
  }
  .privacyItem {
    max-width: unset;
    margin: 80px auto 150px;
  }
  .privacyItem .box_ttl {
    font-size: 28px;
  }
  .privacyItem .box_txt {
    padding-top: 20px;
    font-size: 16px;
  }
  .privacyItem .box:nth-child(2) {
    margin-top: 60px;
  }
  .privacyItem .group {
    margin-top: 40px;
  }
  .privacyItem .group.reset {
    margin-top: 30px;
  }
  .privacyItem .group .lead {
    padding: 15px 20px;
    border-radius: 10px;
  }
  .privacyItem .group .lead_ttl {
    font-size: 20px;
  }
  .privacyItem .group .area {
    margin-top: 30px;
  }
  .privacyItem .group .area_ttl {
    font-size: 18px;
  }
}
.sp-menu {
  display: none;
  -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;
  cursor: pointer;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}

.sp-menu-item span {
  border-bottom: 2rem solid #9B3D44;
  width: 28rem;
  display: block;
  margin-bottom: 6rem;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}

.sp-menu-item span:last-child {
  margin-bottom: unset;
  width: 28rem;
}

.sp-menu-item.change span:first-child {
  -webkit-transform: rotate(-45deg) translate(-2rem, 4rem);
  transform: rotate(-45deg) translate(-2rem, 4rem);
}

.sp-menu-item.change span:nth-child(2) {
  display: none;
}

.sp-menu-item.change span:last-child {
  width: 28rem;
  -webkit-transform: rotate(45deg) translate(-3rem, -4rem);
  transform: rotate(45deg) translate(-3rem, -4rem);
}

.menu-overlay {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 20;
  padding: 100px 36px 60px;
  background-color: white;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */
  -webkit-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  -webkit-transform: translate(-100%, 0%);
  transform: translate(-100%, 0%);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  z-index: 99;
  overflow: auto;
}

.menu-overlay.change {
  -webkit-transform: none;
  transform: none;
}

.menu-overlay .overlay-links {
  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;
}
.menu-overlay .overlay-links .overlay-links__contact {
  width: 100%;
}

.overlay-links__group {
  margin-bottom: 25px;
  width: 100%;
}

.overlay-links__lead {
  color: #9B3D44;
  font-weight: bold;
  font-size: 16px !important;
  margin-left: unset !important;
  margin-top: 25px;
  text-align: center;
}

.overlay-contact {
  margin-top: 20px;
  width: 100%;
  height: 87px;
  background-color: #9B3D44;
  font-size: 16px;
  color: white;
  border-radius: 10px;
}
.overlay-contact a {
  color: white;
}
.overlay-contact span:nth-child(2) {
  margin-top: 8px;
}

@media (max-width: 1040px) {
  .menu-overlay {
    display: block;
    width: 100%;
  }
  .sp-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .sp-menu-item span {
    border-bottom: 2px solid #9B3D44;
    width: 22px;
    margin-bottom: 5px;
  }
  .sp-menu-item span:last-child {
    width: 22px;
  }
  .sp-menu-item.change span:first-child {
    -webkit-transform: rotate(-45deg) translate(-2px, 4px);
            transform: rotate(-45deg) translate(-2px, 4px);
  }
  .sp-menu-item.change span:last-child {
    width: 22px;
    -webkit-transform: rotate(45deg) translate(-1px, -3px);
            transform: rotate(45deg) translate(-1px, -3px);
  }
  .l-header__menu {
    display: none;
  }
  .l-header__inner {
    margin-left: 15rem;
    margin-right: 15rem;
  }
}
.u-sp-block {
  display: none;
}

.u-pc-block {
  display: block;
}

.u-mt-20 {
  margin-top: 20px !important;
}

.u-mt-30 {
  margin-top: 30px;
}

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


.menu-collapse {
  position: relative;
}
.menu-collapse__lead {
  color: #9B3D44;
  cursor: pointer;
  position: relative;
  padding: 20px 30px;
  font-weight: bold;
  text-align: center;
  font-size: 16px;
}
.menu-collapse__lead span {
  position: relative;
}
.menu-collapse__lead span::after {
  content: "";
  background: url("../img/arrow_b.svg") top center/cover;
  display: inline-block;
  height: 8px;
  width: 14px;
  position: absolute;
  right: -35px;
  top: calc(50% - 3px);
}
.menu-collapse__lead.active span::after {
  content: "";
  background: url("../img/arrow_b.svg") top center/cover;
  display: inline-block;
  height: 8px;
  width: 14px;
  position: absolute;
  right: -35px;
  top: calc(50% - 3px);
}
.menu-collapse__contents {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.5s ease-out;
  transition: max-height 0.5s ease-out;
  width: 100%;
  background-color: #f3f5ff;
}
.menu-collapse__contents-item {
  padding: 10px 30px;
}
.menu-collapse__contents-item a {
  display: block;
  border-bottom: unset;
  font-size: 14px;
  color: black;
  font-weight: bold;
  padding: 10px 50px;
  position: relative;
}
.menu-collapse__contents-item a::before {
  content: "";
  border-bottom: 1px solid black;
  width: 15px;
  position: absolute;
  left: 20px;
  top: 50%;
}


.header .menu .hasLinks {
  position: relative;
  z-index: 10;
  padding: 30px 0;
  margin-right: 30px;
  cursor: pointer;
}
.header .menu .hasLinks span {
  color: black;
}
.header .menu .links {
  display: none;
  background: #fff;
  padding: 16px 24px;
  text-align: left;
  line-height: 1.4;
  -webkit-box-shadow: 0px 1px 8px rgba(14, 14, 44, 0.2196078431);
          box-shadow: 0px 1px 8px rgba(14, 14, 44, 0.2196078431);
  position: absolute;
  top: 85px;
  left: -14px;
  font-size: 14px;
  z-index: 20;
}
.header .menu .hasLinks > a:after,
.header .menu .hasLinks > span:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 5px;
  background-image: url(../img/arrow_b.svg);
  background-repeat: no-repeat;
  margin-left: 12px;
}
.header .menu .hasLinks:hover ul {
  display: block;
}

@media (max-width: 1110px) {
  .header .menu-item_link {
    margin-right: 25px;
  }
}