@import url("https://fonts.googleapis.com/css2?family=Bonheur+Royale&family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bonheur+Royale&family=Noto+Sans+JP: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-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 (max-width: 1920px) {
  html {
    font-size: 0.05vw;
  }
}
@media (max-width: 1280px) {
  html {
    font-size: 0.08vw;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 0.27vw;
  }
}

body {
  position: relative;
  font-family: "Noto Sans JP", serif;
  font-size: 16px;
  color: black;
  overflow-x: hidden;
  z-index: 0;
  background-color: white;
  letter-spacing: 0.1em;
  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 {
  background-color: white;
  padding: 15px 66px 15px 35px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
.header-logo span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header .link li {
  font-size: 14px;
  margin-right: 38px;
}
.header .link li:last-child {
  margin-right: unset;
}
.header .link_contact {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.header .link_contact span {
  background: #0355BB;
  background: -webkit-gradient(linear, left top, right top, from(rgb(3, 85, 187)), to(rgb(0, 154, 229)));
  background: linear-gradient(90deg, rgb(3, 85, 187) 0%, rgb(0, 154, 229) 100%);
  color: white;
  width: 112px;
  height: 34px;
  border-radius: 20px;
  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;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.header .link_contact:hover span {
  background: #0355BB;
  background: -webkit-gradient(linear, left top, right top, color-stop(100%, rgb(0, 154, 229)), color-stop(0%, rgb(3, 85, 187)));
  background: linear-gradient(90deg, rgb(0, 154, 229) 100%, rgb(3, 85, 187) 0%);
}

svg {
  -o-object-fit: contain;
  object-fit: contain;
  overflow: hidden;
}

.c-object {
  opacity: 0.6;
  pointer-events: none;
  position: absolute;
}
.c-object__container {
  height: 100%;
  overflow: hidden;
  width: 100%;
}
.c-object svg {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.c-ttl_sm {
  font-size: 14px;
  color: #9A9B9D;
  margin-left: 20px;
}
.c-ttl_sm span {
  position: relative;
}
.c-ttl_sm span::before {
  content: "";
  width: 4px;
  height: 4px;
  background-color: #9A9B9D;
  position: absolute;
  left: -16px;
  border-radius: 50%;
  top: calc(50% - 2px);
}
.c-ttl_en {
  font-size: 42px;
  font-weight: bold;
  color: #111;
}

.c-btn span {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.c-btn span:first-child {
  margin-right: 26px;
}
.c-btn:hover span:last-child {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.l-footer {
  position: relative;
}
.l-footer .contact {
  background: url(../img/common/contact_bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 90px 0 70px;
  margin-left: 70px;
  border-radius: 250px 0 0 250px;
  position: absolute;
  right: 0;
  width: calc(100% - 60px);
  top: -240.5px;
}
.l-footer .contact .item {
  color: white;
  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;
  margin-left: -60px;
}
.l-footer .contact_en {
  font-size: 66px;
  font-weight: bold;
}
.l-footer .contact_ttl {
  font-size: 18px;
}
.l-footer .contact_txt {
  margin-top: 15px;
}
.l-footer .contact_phone span {
  font-size: 25px;
  font-weight: bold;
  color: white;
}
.l-footer .contact_phone span:first-child {
  margin-right: 15px;
}
.l-footer .contact_mail {
  width: 374px;
  height: 60px;
  border: 2px solid white;
  border-radius: 60px;
  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;
  margin-top: 20px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.l-footer .contact_mail span {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: white;
}
.l-footer .contact_mail span:first-child {
  margin-right: 15px;
}
.l-footer .contact_mail span svg path {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.l-footer .contact_mail:hover {
  background-color: white;
}
.l-footer .contact_mail:hover span {
  color: black;
}
.l-footer .contact_mail:hover span svg path {
  stroke: black;
}
.l-footer .footer {
  padding: 300px 0 65px;
  background: #04B5B3;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(4, 181, 179)), to(rgb(5, 98, 196)));
  background: linear-gradient(180deg, rgb(4, 181, 179) 0%, rgb(5, 98, 196) 100%);
}
.l-footer .footer.resetContact {
  padding-top: 50px;
}
.l-footer .footer .inner {
  max-width: 1716px;
  margin: 0 auto;
}
.l-footer .footer .item {
  border-bottom: 1px solid white;
  padding-bottom: 60px;
}
.l-footer .footer .left .address {
  color: white;
  margin-top: 20px;
  font-size: 18px;
}
.l-footer .footer .right {
  max-width: 454px;
}
.l-footer .footer .right_link li {
  margin-bottom: 30px;
  margin-right: 131px;
}
.l-footer .footer .right_link li:nth-child(3) {
  margin-right: unset;
}
.l-footer .footer .right_link li:nth-child(4) {
  margin-right: 110px;
  margin-bottom: unset;
}
.l-footer .footer .right_link li:last-child {
  margin-bottom: unset;
}
.l-footer .footer .right_btn {
  color: white;
}
.l-footer .footer .bottom {
  color: white;
  margin-top: 60px;
}
.l-footer .footer .bottom .personal {
  color: white;
}

@media (max-width: 1140px) {
  .l-footer .footer .right {
    max-width: 307px;
  }
  .l-footer .footer .right_link li {
    margin-right: 60px;
  }
  .l-footer .footer .right_link li:nth-child(4) {
    margin-right: 40px;
  }
  .l-footer .footer .right_link li:last-child {
    margin-right: unset;
  }
}
@media (max-width: 1080px) {
  .header {
    padding: 15px 35px;
  }
}
@media (max-width: 1010px) {
  .header .link {
    display: none;
  }
}
@media (max-width: 950px) {
  .l-footer .footer .item {
    -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;
  }
  .l-footer .footer .item .right {
    margin-top: 40px;
  }
}
@media (max-width: 768px) {
  .header {
    padding: 17px 25px;
  }
  .header-logo span img {
    width: 250px;
  }
  .c-ttl_en {
    font-size: 28px;
  }
  .c-btn span:first-child {
    margin-right: 15px;
  }
  .c-btn span:last-child img {
    width: 35px;
  }
  .l-footer .contact {
    position: relative;
    top: unset;
    margin-left: unset;
    border-radius: unset;
    width: 100%;
    padding: 60px 0;
  }
  .l-footer .contact .item {
    margin-left: unset;
    width: 88%;
    margin-left: auto;
    margin-right: auto;
  }
  .l-footer .contact_en {
    font-size: 34px;
  }
  .l-footer .contact_mail {
    width: 100%;
  }
  .l-footer .footer {
    padding: 60px 0 20px;
  }
  .l-footer .footer .left_logo img {
    width: 250px;
  }
  .l-footer .footer .left .address {
    font-size: 14px;
  }
  .l-footer .footer .item {
    padding-bottom: 40px;
  }
  .l-footer .footer .bottom {
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .l-footer .footer .bottom .personal {
    margin-bottom: 25px;
  }
  .l-footer .footer .bottom .copyright {
    font-size: 12px;
    text-align: center;
  }
}
.fv {
  position: relative;
}
.fv .inner {
  max-width: 1650px;
  margin: 0 auto;
  height: 100vh;
  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;
}
.fv_logo img {
  width: 1027rem;
}
.fv_ttl {
  font-size: 60rem;
  font-weight: 500;
  line-height: 1.3333333333;
  color: #0055B2;
  margin: 33px 0 45px;
}
.fv_en {
  font-size: 34rem;
}

.philo {
  padding: 130px 0;
  position: relative;
}
.philo .inner {
  max-width: 1678px;
  margin: 0 auto;
}
.philo_img {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.philo .item {
  background-color: white;
  -webkit-box-shadow: -8px 10px 18px rgba(0, 0, 0, 0.1);
          box-shadow: -8px 10px 18px rgba(0, 0, 0, 0.1);
  max-width: 1560px;
  padding: 100px 0 150px;
  margin-top: -80px;
  position: relative;
}
.philo .c-ttl {
  margin-right: 170px;
}
.philo .right {
  color: #111;
  font-weight: bold;
  max-width: 720px;
}
.philo .right_en {
  font-size: 57px;
}
.philo .right_ttl {
  font-size: 28px;
  margin: 70px 0 40px;
}
.philo .right_txt {
  line-height: 1.875;
  font-weight: 400;
}
.philo_action {
  z-index: -1;
  position: absolute;
  bottom: -60px;
  right: 0;
}
.philo_action img {
  width: 540rem;
  min-width: 400px;
}

.company {
  background-color: #F5F5F5;
  padding: 100px 0 140px;
}
.company .inner {
  max-width: 1450px;
  margin: 0 auto;
}
.company .item {
  margin-top: 100px;
}
.company .item_img {
  max-width: 800px;
  margin-right: 60px;
  -webkit-box-shadow: 0 0 14px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 14px rgba(0, 0, 0, 0.15);
}
.company .item_txt {
  max-width: 550px;
  font-size: 18px;
  line-height: 2;
}

.service {
  padding: 100px 0 140px;
  position: relative;
}
.service .inner {
  max-width: 1450px;
  margin: 0 auto;
}
.service .item {
  margin-top: 80px;
}
.service .list {
  max-width: 345px;
  margin-right: 24px;
  margin-bottom: 60px;
}
.service .list:nth-child(3) {
  margin-right: unset;
}
.service .list:nth-child(6) {
  margin-right: 22px;
}
.service .list:last-child {
  margin-right: unset;
}
.service .list_ttl {
  font-size: 26px;
  margin: 11px 0 5px;
}
.service .list_txt {
  font-size: 15px;
  letter-spacing: 0;
}
.service_action1 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.service_action1 img {
  width: 555rem;
  min-width: 420px;
}
.service_action2 {
  position: absolute;
  top: 25%;
  left: 0;
  z-index: -1;
}
.service_action2 img {
  width: 836rem;
  min-width: 550px;
}

.recruit {
  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;
  position: relative;
  background: url(../img/top/top_recruit_bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 272px 0 338px;
}
.recruit_abs {
  font-size: 250px;
  line-height: 1;
  opacity: 0.2;
  color: white;
  position: absolute;
  top: 100px;
  left: calc(50% - 630px);
  font-family: "Bonheur Royale", cursive;
  -webkit-transform: rotate(-16deg);
          transform: rotate(-16deg);
}
.recruit .item {
  color: white;
}
.recruit .item_en {
  font-size: 16px;
  text-align: center;
}
.recruit .item_ttl {
  font-size: 40px;
  font-weight: bold;
}
.recruit .item_txt {
  font-size: 18px;
  line-height: 1.7777777778;
  margin-top: 65px;
}
.recruit .item_btn {
  margin-top: 60px;
  border: 1.5px solid white;
  border-radius: 35px;
  width: 294px;
  height: 61px;
  color: white;
  position: relative;
}
.recruit .item_btn span:nth-child(2) {
  position: absolute;
  right: 33px;
  top: calc(50% - 5px);
}

@media (max-width: 1750px) {
  .l-footer .footer .inner {
    width: 88%;
  }
}
@media (max-width: 1700px) {
  .fv .inner {
    width: 88%;
  }
  .philo .inner {
    width: 88%;
  }
  .philo_img {
    margin-left: 5%;
  }
  .philo_img img {
    height: 500px;
  }
  .philo .item {
    margin-right: 5%;
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media (max-width: 1600px) {
  .company .inner {
    width: 88%;
  }
  .service .inner {
    width: 88%;
  }
  .service .item {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .service .list {
    width: 31%;
    margin-right: 3.5%;
    max-width: unset;
  }
  .service .list:nth-child(3n) {
    margin-right: unset;
  }
  .service .list:last-child {
    margin-right: unset;
  }
}
@media (max-width: 1480px) {
  .fv_logo img {
    width: 750px;
  }
  .fv_ttl {
    font-size: 45px;
  }
  .fv_en {
    font-size: 24px;
  }
  .company .item_img {
    width: 55%;
  }
  .company .item_txt {
    width: 40%;
  }
}
@media (max-width: 1280px) {
  .fv_logo img {
    width: 750rem;
  }
  .fv_ttl {
    font-size: 45rem;
  }
  .fv_en {
    font-size: 24rem;
  }
  .philo .item {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .philo .c-ttl {
    margin-right: 40rem;
  }
  .philo .c-ttl_en {
    font-size: 42rem;
  }
  .philo .right {
    max-width: 490px;
  }
  .philo .right_en {
    font-size: 57rem;
  }
  .philo .right_ttl {
    font-size: 28rem;
    margin: 70rem 0 40rem;
  }
  .philo_action img {
    width: 500rem;
  }
  .service_action1 img {
    width: 450rem;
    min-width: unset;
  }
  .service_action2 img {
    min-width: unset;
    width: 600rem;
  }
  .service .list {
    margin-bottom: 3.5%;
  }
  .service .list_ttl {
    font-size: 26rem;
  }
  .recruit_abs {
    font-size: 220rem;
    left: calc(50% - 580px);
  }
}
@media (max-width: 1024px) {
  .company .item {
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
  }
  .company .item_img {
    width: 52%;
    margin-right: 5%;
  }
  .company .item_txt {
    width: 43%;
  }
}
@media (max-width: 768px) {
  .fv {
    overflow: hidden;
  }
  .fv_logo img {
    width: 250rem;
  }
  .fv_ttl {
    font-size: 20rem;
    line-height: 1.6;
    margin: 20rem 0 30rem;
  }
  .fv_en {
    font-size: 16rem;
  }
  .philo {
    padding: 0 0 80px;
  }
  .philo_img {
    margin-left: unset;
  }
  .philo_img img {
    height: 250px;
  }
  .philo .c-ttl {
    margin-right: unset;
  }
  .philo .c-ttl_en {
    font-size: 28px;
  }
  .philo .item {
    margin-left: 5%;
    padding: 40px 5%;
    margin-top: -30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .philo .inner {
    width: 100%;
  }
  .philo .right {
    margin-top: 20px;
  }
  .philo .right_en {
    font-size: 32px;
  }
  .philo .right_ttl {
    font-size: 20px;
    margin: 15px 0;
  }
  .philo_action img {
    width: 200rem;
    min-width: unset;
  }
  .company {
    padding: 80px 0;
  }
  .company .item {
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .company .item_img {
    margin-right: unset;
    width: 100%;
  }
  .company .item_txt {
    width: 100%;
    margin-top: 30px;
    font-size: 16px;
  }
  .service {
    padding: 80px 0;
  }
  .service_action1 img {
    width: 200rem;
  }
  .service_action2 img {
    width: 250rem;
  }
  .service .item {
    margin-top: 40px;
  }
  .service .list {
    width: 48%;
  }
  .service .list:nth-child(2n) {
    margin-right: unset;
  }
  .service .list:nth-child(2n+1) {
    margin-right: 2%;
  }
  .service .list_ttl {
    font-size: 16px;
  }
  .service .list_txt {
    font-size: 14px;
  }
  .recruit {
    padding: 80px 0;
  }
  .recruit_abs {
    font-size: 58px;
    top: 60rem;
    left: calc(50% - 170px);
  }
  .recruit .item_ttl {
    font-size: 28px;
  }
  .recruit .item_txt {
    margin-top: 40px;
    font-size: 16px;
    padding-left: 5%;
    padding-right: 5%;
  }
  .recruit .item_btn {
    margin-top: 50px;
  }
}
#company .subfv {
  padding: 200px 0 430px;
  position: relative;
}
#company .subfv .c-ttl_en {
  font-size: 58px;
}
#company .subfv .inner {
  max-width: 1550px;
  margin: 0 auto;
}
#company .subfv .item {
  margin-top: 100px;
}
#company .subfv .item .c-ttl_en {
  font-size: 42px;
}
#company .subfv .item_img {
  max-width: 807px;
  margin-right: 100px;
}
#company .subfv .item_area .txt {
  margin-top: 80px;
  line-height: 1.875;
  max-width: 552px;
}
#company .subfv .action {
  position: absolute;
  top: 170px;
  right: 0;
  z-index: -1;
}

.profile {
  position: relative;
  background: url(../img/company/company_bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 1200px;
}
.profile .item {
  max-width: 1024px;
  width: 100%;
  -webkit-box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
  background-color: white;
  padding: 110px 150px;
  position: absolute;
  top: -235px;
  left: calc(50% - 512px);
}
.profile .item .area {
  margin-top: 50px;
}
.profile .item .area .row {
  width: 100%;
  border-bottom: 1px solid #C4C4C4;
  padding: 20px;
}
.profile .item .area .row_ttl {
  font-size: 20px;
  min-width: 170px;
}

@media (max-width: 1650px) {
  #company .subfv .inner {
    width: 88%;
  }
  #company .subfv .action img {
    width: 1078rem;
  }
}
@media (max-width: 1280px) {
  #company .subfv .action img {
    width: 700rem;
  }
  #company .subfv .item {
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
  }
  #company .subfv .item_img {
    margin-right: 60px;
  }
}
@media (max-width: 1120px) {
  #company .profile .item {
    width: 88%;
    left: 6%;
    padding: 80px 60px;
  }
}
@media (max-width: 768px) {
  #company .subfv {
    padding-bottom: 80px;
  }
  #company .subfv .action img {
    width: 250rem;
  }
  #company .subfv .c-ttl_en {
    font-size: 42px;
  }
  #company .subfv .item {
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #company .subfv .item_img {
    margin-right: unset;
  }
  #company .subfv .item_area {
    margin-top: 30px;
  }
  #company .subfv .item_area .txt {
    max-width: unset;
    margin-top: 20px;
  }
  #company .subfv .item .c-ttl_en {
    font-size: 28px;
  }
  #company .profile {
    min-height: unset;
    padding: 80px 0;
  }
  #company .profile .item {
    top: unset;
    position: relative;
    padding: 40px 5%;
  }
  #company .profile .item .area {
    margin-top: 20px;
  }
  #company .profile .item .area .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 15px 0;
  }
  #company .profile .item .area .row:last-child {
    border-bottom: unset;
    padding-bottom: unset;
  }
  #company .profile .item .area .row_ttl {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
  }
}
#contact {
  position: relative;
}
#contact .inner {
  max-width: 1550px;
  margin: 200px auto 0;
}
#contact .inner .c-ttl_en {
  font-size: 58px;
}
#contact .inner .item {
  max-width: 980px;
  padding: 150px 0 110px;
  margin: 0 auto;
}
#contact .inner .item_txt {
  font-size: 38px;
  font-weight: bold;
  text-align: center;
}
#contact .inner .item_call {
  font-size: 56px;
  font-weight: bold;
  color: #026AC8;
  margin-top: 20px;
}
#contact .inner .item_call span:first-child {
  margin-right: 23px;
}
#contact .inner .item_ttl {
  font-size: 38px;
  font-weight: bold;
  text-align: center;
  margin-top: 100px;
}
#contact .inner .box .row {
  border-bottom: 1px solid #EBEBEB;
  padding: 23px 30px;
}
#contact .inner .box .row:last-child {
  border-bottom: unset;
}
#contact .inner .box .row .ttl {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}
#contact .inner .box .row .ttl span {
  font-size: 16px;
  color: white;
  background-color: #EE1414;
  border-radius: 5px;
  padding: 3px 8px;
  margin-left: 10px;
}
#contact .inner .box .row input[type=text],
#contact .inner .box .row input[type=email],
#contact .inner .box .row input[type=tel] {
  width: 100%;
  height: 62px;
  border-radius: 13px;
  border: 1px solid #CCCCCC;
  background-color: #FBFAF7;
  font-size: 18px;
  padding: 15px;
}
#contact .inner .box .row input[type=text]::-webkit-input-placeholder, #contact .inner .box .row input[type=email]::-webkit-input-placeholder, #contact .inner .box .row input[type=tel]::-webkit-input-placeholder {
  color: #DCDCDC;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
}
#contact .inner .box .row input[type=text]::-moz-placeholder, #contact .inner .box .row input[type=email]::-moz-placeholder, #contact .inner .box .row input[type=tel]::-moz-placeholder {
  color: #DCDCDC;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
}
#contact .inner .box .row input[type=text]:-ms-input-placeholder, #contact .inner .box .row input[type=email]:-ms-input-placeholder, #contact .inner .box .row input[type=tel]:-ms-input-placeholder {
  color: #DCDCDC;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
}
#contact .inner .box .row input[type=text]::-ms-input-placeholder, #contact .inner .box .row input[type=email]::-ms-input-placeholder, #contact .inner .box .row input[type=tel]::-ms-input-placeholder {
  color: #DCDCDC;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
}
#contact .inner .box .row input[type=text]::placeholder,
#contact .inner .box .row input[type=email]::placeholder,
#contact .inner .box .row input[type=tel]::placeholder {
  color: #DCDCDC;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
}
#contact .inner .box .row input[type=text]:focus,
#contact .inner .box .row input[type=email]:focus,
#contact .inner .box .row input[type=tel]:focus {
  outline: unset;
}
#contact .inner .box .row textarea {
  width: 100%;
  border-radius: 13px;
  border: 1px solid #CCCCCC;
  background-color: #FBFAF7;
  font-size: 18px;
  padding: 15px;
}
#contact .inner .box .row textarea::-webkit-input-placeholder {
  color: #DCDCDC;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
}
#contact .inner .box .row textarea::-moz-placeholder {
  color: #DCDCDC;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
}
#contact .inner .box .row textarea:-ms-input-placeholder {
  color: #DCDCDC;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
}
#contact .inner .box .row textarea::-ms-input-placeholder {
  color: #DCDCDC;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
}
#contact .inner .box .row textarea::placeholder {
  color: #DCDCDC;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
}
#contact .inner .box .row textarea:focus {
  outline: unset;
}
#contact .inner .box .row_btn {
  margin-top: 60px;
}
#contact .inner .box .subBtn {
  width: 200px;
  height: 50px;
  border-radius: 50px;
  background: #0357BD;
  background: -webkit-gradient(linear, left top, right top, from(rgb(3, 87, 189)), to(rgb(1, 154, 230)));
  background: linear-gradient(90deg, rgb(3, 87, 189) 0%, rgb(1, 154, 230) 100%);
  color: white;
  position: relative;
}
#contact .inner .box .subBtn span:last-child {
  position: absolute;
  right: 18px;
  top: calc(50% - 5px);
}
#contact .bg {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
#contact .bg img {
  width: 649rem;
}
#contact .confirm-content {
  background: #fff;
  padding: 60px 30px;
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  margin: 80px auto;
  max-width: 1000px;
}
#contact .confirm-content h3 {
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 50px;
}
#contact .confirm-content .confirm-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
}
#contact .confirm-content .confirm-label {
  width: 200px;
  font-weight: bold;
  color: #333;
}
#contact .confirm-content .confirm-value {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #666;
}
#contact .confirm-content .confirm-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  margin-top: 30px;
}
#contact .confirm-content .btn-back,
#contact .confirm-content .btn-submit {
  width: 200px;
  height: 50px;
  border-radius: 50px;
  color: white;
  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;
  outline: unset;
  border: unset;
  font-size: 16px;
}
#contact .confirm-content .btn-back {
  background: #6c757d;
  color: white;
}
#contact .confirm-content .btn-submit {
  color: white;
  background: #0357BD;
  background: -webkit-gradient(linear, left top, right top, from(rgb(3, 87, 189)), to(rgb(1, 154, 230)));
  background: linear-gradient(90deg, rgb(3, 87, 189) 0%, rgb(1, 154, 230) 100%);
}
#contact .confirm-content .btn-back:hover {
  background: #5a6268;
}
#contact .confirm-content .btn-submit:hover {
  background: #0056b3;
}
#contact .confirm-content .required {
  color: #ff0000;
}
#contact .complete-content {
  background: #fff;
  padding: 60px 40px;
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  max-width: 1000px;
  margin: 80px auto;
}
#contact .complete-content .complete-icon {
  width: 80px;
  height: 80px;
  background: #28a745;
  border-radius: 50%;
  margin: 0 auto 20px;
  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: white;
  font-size: 40px;
}
#contact .complete-content .complete-title {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
}
#contact .complete-content .complete-message {
  font-size: 16px;
  color: #666;
  line-height: 1.6;
  margin-bottom: 30px;
}
#contact .complete-content .complete-button {
  display: inline-block;
  padding: 12px 30px;
  background: #0357BD;
  background: -webkit-gradient(linear, left top, right top, from(rgb(3, 87, 189)), to(rgb(1, 154, 230)));
  background: linear-gradient(90deg, rgb(3, 87, 189) 0%, rgb(1, 154, 230) 100%);
  color: white;
  text-decoration: none;
  border-radius: 5px;
  font-size: 16px;
  border-radius: 50px;
}

@media (max-width: 1650px) {
  #contact .inner {
    width: 88%;
  }
}
@media (max-width: 768px) {
  #contact .inner {
    margin: 160px auto 0;
  }
  #contact .inner .c-ttl_en {
    font-size: 42px;
  }
  #contact .inner .item {
    padding: 40px 0 80px;
  }
  #contact .inner .item_txt {
    font-size: 20px;
  }
  #contact .inner .item_call {
    font-size: 28px;
  }
  #contact .inner .item_call span:first-child {
    margin-right: 15px;
  }
  #contact .inner .item_call span:first-child img {
    width: 28px;
  }
  #contact .inner .item_ttl {
    margin-top: 20px;
    font-size: 18px;
  }
  #contact .inner .box .row {
    padding: 15px 0;
  }
  #contact .inner .box .row .ttl {
    font-size: 16px;
  }
  #contact .inner .box .row .ttl span {
    font-size: 12px;
  }
  #contact .inner .box .row_btn {
    margin-top: 40px;
  }
  #contact .confirm-content {
    padding: 40px 20px;
    margin-top: 60px;
  }
  #contact .confirm-content h3 {
    font-size: 20px;
  }
  #contact .confirm-content .confirm-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #contact .confirm-content .confirm-buttons {
    -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;
  }
}
#privacy {
  position: relative;
  padding: 200px 0 400px;
}
#privacy .inner {
  max-width: 1550px;
  margin: 0 auto;
}
#privacy .inner .c-ttl_en {
  font-size: 58px;
}
#privacy .item {
  margin-top: 60px;
}
#privacy .item .row_ttl {
  font-weight: bold;
  margin-top: 30px;
}
#privacy .bg {
  position: absolute;
  right: 0;
  top: 30%;
}
#privacy .bg img {
  width: 732rem;
}

@media (max-width: 1650px) {
  #privacy .inner {
    width: 88%;
  }
}
@media (max-width: 768px) {
  #privacy {
    padding: 160px 0 80px;
  }
  #privacy .inner .c-ttl_en {
    font-size: 42px;
  }
  #privacy .item {
    margin-top: 40px;
  }
  #privacy .bg img {
    width: 250rem;
  }
}
#service {
  position: relative;
  padding: 200px 0 330px;
}
#service .bg1 {
  position: absolute;
  top: 180px;
  right: 0;
  z-index: -2;
}
#service .bg2 {
  position: absolute;
  left: 0;
  bottom: 18%;
  z-index: -2;
}
#service .head {
  max-width: 1550px;
  margin: 0 auto;
}
#service .head .c-ttl_en {
  font-size: 58px;
}
#service .item {
  margin-top: 130px;
}
#service .box {
  position: relative;
  margin-bottom: 80px;
}
#service .box.left::after {
  left: unset;
  right: 0;
  border-radius: 12px 0 0 12px;
}
#service .box::after {
  content: "";
  background-color: #F4F7FF;
  width: 90%;
  height: 88%;
  position: absolute;
  bottom: -26px;
  left: 0;
  max-width: 1552px;
  z-index: -1;
  border-radius: 0 12px 12px 0;
}
#service .box .inner {
  max-width: 1150px;
  margin: 0 auto;
}
#service .box .area {
  max-width: 605px;
  margin-top: 20px;
}
#service .box .area .num {
  font-size: 51px;
  font-weight: bold;
  color: #0271CD;
  font-family: "Roboto", sans-serif;
}
#service .box .area .ttl {
  font-weight: bold;
  font-size: 22px;
  margin: 15px 0 20px;
}
#service .box .area .txt {
  font-size: 18px;
  line-height: 1.6;
}
#service .box .img {
  max-width: 464px;
}
#service .box .img img {
  border-radius: 12px;
}
#service .itemBottom {
  margin-top: 150px;
}
#service .itemBottom .inner {
  max-width: 1550px;
  margin: 0 auto;
}
#service .itemBottom .head {
  margin-bottom: 80px;
}
#service .itemBottom .head .c-ttl_en {
  font-size: 42px;
}
#service .itemBottom .list_box {
  padding: 40px 25px;
  background-color: white;
  border-radius: 15px;
  -webkit-box-shadow: 0 8px 18px rgba(0, 0, 0, 0.123);
          box-shadow: 0 8px 18px rgba(0, 0, 0, 0.123);
  width: 24%;
}
#service .itemBottom .list_box_ttl {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
#service .itemBottom .list_box .area {
  margin-top: 15px;
}
#service .itemBottom .list_box .area li {
  list-style-type: disc;
  margin-left: 20px;
  margin-top: 10px;
}

@media (max-width: 1650px) {
  #service .bg1 img {
    width: 1078rem;
  }
  #service .bg2 img {
    width: 850rem;
  }
  #service .head {
    width: 88%;
  }
  #service .itemBottom .inner {
    width: 88%;
  }
}
@media (max-width: 1440px) {
  #service .itemBottom .list_box {
    width: 49%;
    margin-bottom: 30px;
  }
}
@media (max-width: 1340px) {
  #service .box .inner {
    width: 88%;
  }
  #service .box .area {
    margin-right: 40px;
  }
  #service .box .img img {
    min-width: 464px;
  }
  #service .box.left .img {
    margin-right: 40px;
    min-width: 464px;
  }
  #service .box.left .area {
    margin-right: unset;
  }
  #service .bg1 img {
    width: 700rem;
  }
  #service .bg2 img {
    width: 600rem;
  }
}
@media (max-width: 1010px) {
  #service .box .img {
    width: 48%;
  }
  #service .box .img img {
    min-width: unset;
  }
  #service .box.left .img {
    min-width: unset;
  }
  #service .box .area {
    width: 49%;
  }
}
@media (max-width: 768px) {
  #service {
    padding: 160px 0 40px;
  }
  #service .head .c-ttl_en {
    font-size: 42px;
  }
  #service .bg1 img {
    width: 250rem;
  }
  #service .bg2 img {
    width: 200rem;
  }
  #service .item {
    margin-top: 40px;
  }
  #service .box .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #service .box .img {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  #service .box .area {
    width: 100%;
    position: relative;
    margin-right: unset;
    z-index: 1;
  }
  #service .box .area .num {
    position: absolute;
    top: -60px;
    left: 0;
  }
  #service .box .area .ttl {
    font-size: 20px;
  }
  #service .box .area .txt {
    font-size: 16px;
  }
  #service .box.left .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #service .box::after {
    width: 78%;
  }
  #service .itemBottom {
    margin-top: 100px;
  }
  #service .itemBottom .head {
    margin-bottom: 40px;
    width: 100%;
  }
  #service .itemBottom .head .c-ttl_en {
    font-size: 28px;
  }
  #service .itemBottom .list_box {
    width: 100%;
  }
}
#recruit {
  padding: 200px 0 410px;
  position: relative;
}
#recruit .bg1 {
  position: absolute;
  top: 170px;
  right: 0;
  z-index: -1;
}
#recruit .bg1 img {
  width: 1078rem;
}
#recruit .bg2 {
  position: absolute;
  left: 0;
  bottom: 26%;
}
#recruit .bg2 img {
  width: 608rem;
}
#recruit .head {
  max-width: 1550px;
  margin: 0 auto;
}
#recruit .head .c-ttl_en {
  font-size: 58px;
}
#recruit .follow {
  max-width: 1120px;
  margin: 100px auto 130px;
}
#recruit .follow .item {
  margin-top: 70px;
}
#recruit .follow .box {
  background-color: white;
  border-radius: 5px;
  padding: 23px;
  -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
}
#recruit .follow .box .img {
  min-width: 256px;
}
#recruit .follow .box .ttl {
  font-size: 22px;
  font-weight: bold;
  border-bottom: 1px solid #DBDBDB;
  padding: 0 0 15px 35px;
}
#recruit .follow .box .txt {
  padding: 15px 15px 0 35px;
  font-size: 18px;
  line-height: 1.6;
}
#recruit .follow .box:last-child {
  margin-top: 35px;
}

.intro {
  max-width: 1120px;
  margin: 0 auto 130px;
}
.intro .item {
  margin-top: 70px;
}
.intro .item_row {
  background-color: white;
  -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  margin-bottom: 35px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.intro .item_row:hover {
  -webkit-box-shadow: unset;
          box-shadow: unset;
}
.intro .item_img {
  width: 40%;
}
.intro .item .area {
  width: 60%;
  padding: 30px;
}
.intro .item .area_ttl {
  font-size: 18px;
  font-weight: bold;
}
.intro .item .area_txt {
  margin-top: 20px;
}

.voice {
  position: relative;
  padding-top: 95px;
}
.voice::before {
  content: "";
  width: 100%;
  height: 100%;
  max-height: 816px;
  background-color: #F5F5F5;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.voice .inner {
  max-width: 1452px;
  margin: 0 auto;
}
.voice .inner .c-ttl_sm {
  color: black;
  font-weight: 500;
}
.voice .inner .c-ttl_sm span::before {
  background-color: black;
}
.voice .item {
  margin-top: 50px;
}
.voice .item .head {
  font-size: 18px;
  width: 100% !important;
}
.voice .item .head_img {
  min-width: 98px;
}
.voice .item .head_area {
  margin-left: 23px;
}
.voice .item .head .sex {
  color: #0271CD;
}
.voice .item .box {
  max-width: 700px;
  width: 48%;
  padding: 30px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  margin-bottom: 50px;
  background-color: white;
}
.voice .item .box_txt {
  font-size: 18px;
  line-height: 1.6666666667;
  margin-top: 20px;
}

.background {
  margin-top: 130px;
  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;
  background: url(../img/recruit/background.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 200px 0;
}
.background .area {
  color: white;
  width: 88%;
  margin: 0 auto;
}
.background .area .ttl {
  font-size: 38px;
  font-weight: bold;
  text-align: center;
}
.background .area .txt {
  font-size: 24px;
  font-weight: 500;
  margin-top: 25px;
  text-align: center;
  line-height: 2;
}

.type {
  margin-top: 100px;
}
.type .lead {
  max-width: 1452px;
  margin: 0 auto;
}
.type .item {
  margin-top: 80px;
}
.type .item .inner {
  max-width: 1148px;
  margin: 0 auto;
}
.type .item .box {
  position: relative;
  margin-bottom: 110px;
}
.type .item .box:last-child {
  margin-bottom: unset;
}
.type .item .box::after {
  content: "";
  width: 100%;
  max-width: 1111px;
  height: 100%;
  max-height: 420px;
  top: 80px;
  z-index: -1;
  right: 0;
  position: absolute;
  background-color: #F1F5F9;
  border-radius: 15px 0 0 15px;
}
.type .item .box.left::after {
  right: unset;
  left: 0;
  border-radius: 0 15px 15px 0;
}
.type .item .box.left .img {
  margin-right: 78px;
}
.type .item .box .area {
  max-width: 495px;
  margin-top: 80px;
}
.type .item .box .area_num {
  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;
}
.type .item .box .area_num_txt {
  font-size: 32px;
  font-weight: bold;
  position: absolute;
}
.type .item .box .area_ttl {
  font-size: 28px;
  font-weight: bold;
  color: #0271CD;
  margin-left: 20px;
}
.type .item .box .area .row {
  margin-top: 34px;
}
.type .item .box .area .row .ttl {
  font-weight: bold;
}
.type .item .box .area .row .txt {
  line-height: 1.8;
  margin-top: 5px;
}
.type .item .box .img {
  max-width: 574px;
  display: block;
}
.type .item .box .img img {
  border-radius: 15px;
}

@media (max-width: 1650px) {
  #recruit .head {
    width: 88%;
  }
  #recruit .voice .inner {
    width: 88%;
  }
  #recruit .type .lead {
    width: 88%;
  }
}
@media (max-width: 1330px) {
  #recruit .follow {
    width: 88%;
  }
  .intro {
    width: 88%;
  }
  .type .item .inner {
    width: 88%;
  }
  .type .item .box::after {
    width: 85%;
  }
  .type .item .box .img {
    width: 50%;
  }
  .type .item .box .area {
    margin-right: 40px;
    width: 48%;
  }
  .type .item .box.left .img {
    margin-right: 40px;
  }
  .type .item .box.left .area {
    margin-right: unset;
  }
}
@media (max-width: 1080px) {
  .type .item .inner {
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
  }
  .type .item .box .area {
    margin-top: unset;
  }
  .type .item .box .area_ttl {
    font-size: 20px;
  }
  .type .item .box .img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 768px) {
  #recruit {
    padding: 160px 0 80px;
  }
  #recruit .head .c-ttl_en {
    font-size: 42px;
  }
  #recruit .bg1 img {
    width: 250rem;
  }
  #recruit .bg2 img {
    width: 230rem;
  }
  #recruit .follow {
    margin: 80px auto;
  }
  #recruit .follow .item {
    margin-top: 50px;
  }
  #recruit .follow .box {
    padding: 40px 5%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #recruit .follow .box .img {
    width: 100%;
  }
  #recruit .follow .box .img img {
    width: 100%;
  }
  #recruit .follow .box .ttl {
    padding: 15px 0;
  }
  #recruit .follow .box .txt {
    padding: 15px 0 0;
  }
  .intro {
    margin-bottom: 80px;
  }
  .intro .item {
    margin-top: 50px;
  }
  .intro .item_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .intro .item_img {
    width: 100%;
  }
  .intro .item .area {
    width: 100%;
    padding: 20px;
  }
  .voice {
    padding-top: 60px;
  }
  .voice::before {
    max-height: unset;
    height: 70%;
  }
  .voice .item .head_area {
    margin-left: 15px;
    font-size: 16px;
  }
  .voice .item .box {
    width: 100%;
    margin-right: unset;
    padding: 40px 5%;
  }
  .background {
    padding: 80px 0;
    margin-top: 40px;
  }
  .background .area .ttl {
    font-size: 24px;
  }
  .background .area .txt {
    font-size: 16px;
    text-align: left;
  }
  .type {
    margin-top: 80px;
  }
  .type .item {
    margin-top: 60px;
  }
  .type .item .box {
    margin-bottom: 60px;
  }
  .type .item .box .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .type .item .box.left .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .type .item .box .img {
    width: 100%;
  }
  .type .item .box .area {
    margin-top: 30px;
    width: 100%;
    margin-right: unset;
  }
  .type .item .box .area_num_bg img {
    width: 60px;
  }
}
.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 #0265C5;
  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: calc(100% - 56px);
  z-index: 20;
  top: 56px;
  padding: 60px 36px;
  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%;
}
.menu-overlay .overlay-links .overlay-links__contact .l-header__contact {
  margin-top: 20px;
  background: #0355BB;
  background: -webkit-gradient(linear, left top, right top, from(rgb(3, 85, 187)), to(rgb(0, 154, 229)));
  background: linear-gradient(90deg, rgb(3, 85, 187) 0%, rgb(0, 154, 229) 100%);
  color: white;
  width: 100%;
  height: 50px;
  border-radius: 50px;
  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;
}

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

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

@media (max-width: 1010px) {
  .menu-overlay {
    display: block;
    width: 100%;
  }
  .sp-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .sp-menu-item span {
    border-bottom: 2px solid #0265C5;
    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;
  }
}
/*# sourceMappingURL=style.css.map */
