@import url("https://fonts.googleapis.com/css2?family=Alex+Brush&family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Alex+Brush&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 (min-width: 1921px) {
  html {
    font-size: 1px;
  }
}
@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;
  word-wrap: break-word;
}

.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: sticky;
  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;
  font-weight: 500;
}
.header .link li:last-child {
  margin-right: unset;
}
.header .link_contact {
  background-color: #000000;
  border: 1px solid #000000;
  border-radius: 50px;
  width: 165px;
  height: 40px;
  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 {
  background-color: white;
}
.header .link_contact:hover span:first-child {
  color: #000000;
}
.header .link_contact:hover span:last-child svg g path {
  fill: #000000;
}
.header .link_contact span:first-child {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: white;
  font-size: 14px;
  font-weight: 500;
}
.header .link_contact span:last-child {
  margin-left: 13px;
}
.header .link_contact span:last-child svg g path {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.c-sub_fv {
  background: #FFFFFF;
  background: -webkit-gradient(linear, left top, right top, from(rgb(255, 255, 255)), to(rgb(205, 205, 205)));
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(205, 205, 205) 100%);
  padding: 131px 0 53px;
}

.c-btn {
  width: 300px;
  height: 54px;
  border: 1px solid black;
  border-radius: 55px;
  font-size: 18px;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.c-btn:hover {
  background-color: black;
  color: white;
}
.c-btn:hover span:last-child svg path {
  fill: white;
}
.c-btn span:last-child {
  position: absolute;
  right: 27px;
  top: calc(50% - 4px);
}
.c-btn span:last-child svg path {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.c-sub_ttl {
  font-size: 43px;
  font-weight: 500;
  line-height: 1;
}
.c-sub_en {
  font-size: 62px;
  font-weight: bold;
}
.c-sub_jp {
  font-size: 26px;
  line-height: 1;
  font-weight: 500;
}

.c-breadcurm {
  margin-top: 60px;
}
.c-breadcurm_home {
  margin-right: 74px;
  position: relative;
}
.c-breadcurm_home span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -55px;
  width: 38px;
  height: 1px;
  background-color: #B5B5B5;
}

.c-pagination a {
  margin-right: 23px;
}
.c-pagination a:last-child {
  margin-right: unset;
}
.c-pagination_page {
  font-size: 23px;
  font-weight: 300;
}

.c-inner {
  max-width: 1558px;
  margin: 0 auto;
}

.c-sub_inner {
  max-width: 1293px;
  margin: 0 auto;
}

.l-footer .l-contact {
  padding: 115px 0;
}
.l-footer .l-contact .c-sub_ttl {
  text-align: center;
}
.l-footer .l-contact .txt {
  margin-top: 50px;
  font-size: 22px;
  text-align: center;
}
.l-footer .l-contact_btn {
  margin-top: 93px;
}
.l-footer .footer {
  background-color: #000000;
  padding: 50px 0 20px;
  position: relative;
}
.l-footer .footer_logo {
  position: absolute;
  top: 50px;
  left: 88rem;
}
.l-footer .footer .menu {
  max-width: 1087rem;
  min-width: 830px;
  margin: 0 auto;
  color: white;
  font-size: 14px;
}
.l-footer .footer .menu_list.head .menu_link {
  list-style-type: disc;
  margin-left: 20px;
}
.l-footer .footer .menu_list.head .menu_link:first-child {
  list-style-type: unset;
  margin-left: unset;
}
.l-footer .footer .menu_link {
  margin-top: 19px;
}
.l-footer .footer .menu_link:first-child {
  margin-top: unset;
}
.l-footer .footer .menu_btn {
  color: white;
}
.l-footer .footer .copyright {
  text-align: center;
  color: white;
  margin-top: 25px;
  font-size: 14px;
}

@media (max-width: 1650px) {
  .c-inner {
    width: 88%;
  }
}
@media (max-width: 1420px) {
  .c-sub_inner {
    width: 88%;
  }
}
@media (max-width: 1280px) {
  .header {
    padding-right: 35px;
  }
  .c-sub_ttl {
    font-size: 34px;
  }
  .c-sub_en {
    font-size: 52px;
  }
  .c-sub_jp {
    font-size: 20px;
  }
  .l-footer .footer_logo {
    position: relative;
    top: unset;
    left: unset;
    width: 88%;
    margin-left: auto;
    margin-right: auto;
  }
  .l-footer .footer .menu {
    width: 88%;
    margin: 30px auto 0;
    min-width: unset;
  }
}
@media (max-width: 1180px) {
  .header {
    padding: 15px 30px;
  }
  .header .link li {
    margin-right: 20px;
  }
}
@media (max-width: 1020px) {
  .header .link {
    display: none;
  }
}
@media (max-width: 768px) {
  .header {
    padding: 15px 20px 15px 10px;
  }
  .c-sub_fv {
    padding: 100px 0 20px;
  }
  .c-sub_ttl {
    font-size: 28px;
  }
  .c-sub_en {
    font-size: 38px;
  }
  .c-sub_jp {
    font-size: 16px;
  }
  .c-breadcurm {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 40px;
    font-size: 14px;
  }
  .c-breadcurm_home {
    margin-right: 25px;
  }
  .c-breadcurm_home span::after {
    width: 15px;
    right: -20px;
  }
  .l-footer .l-contact {
    padding: 80px 0;
  }
  .l-footer .l-contact .txt {
    font-size: 20px;
    width: 88%;
    margin: 40px auto 0;
  }
  .l-footer .l-contact_btn {
    margin-top: 40px;
  }
  .l-footer .footer .menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-footer .footer .menu_list {
    margin-top: 20px;
  }
  .l-footer .footer .menu_link {
    margin-top: 10px;
  }
  .l-footer .footer .copyright {
    font-size: 12px;
  }
}
.fv {
  position: relative;
  padding: 285rem 0;
}
.fv_bg1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.fv_bg1 img {
  width: 1282rem;
}
.fv_bg2 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.fv_bg2 img {
  width: 1274rem;
}
.fv .inner {
  max-width: 1500px;
  margin: 0 auto;
}
.fv_ttl {
  font-size: 72rem;
  font-weight: bold;
  line-height: 1.6666666667;
}
.fv_txt {
  font-size: 37rem;
  line-height: 1;
  margin-top: 55rem;
}
.fv_txt span {
  line-height: 1;
  background-color: black;
  padding: 8px 24px;
  color: white;
}
.fv_en {
  font-size: 142rem;
  font-family: "Alex Brush", cursive;
  color: #DBDBDB;
  line-height: 1;
  -webkit-transform: rotate(-25.05deg);
          transform: rotate(-25.05deg);
  font-weight: 400;
  margin-top: 50rem;
  margin-right: 55px;
}

.about {
  background: #CBCBCB;
  background: -webkit-gradient(linear, left top, right top, from(rgb(203, 203, 203)), color-stop(75%, rgb(255, 255, 255)), to(rgb(255, 255, 255)));
  background: linear-gradient(90deg, rgb(203, 203, 203) 0%, rgb(255, 255, 255) 75%, rgb(255, 255, 255) 100%);
  padding: 144px 0 138px;
}
.about .area {
  max-width: 741px;
  margin-right: 230px;
}
.about .area_ttl {
  font-size: 43px;
  font-weight: 500;
}
.about .area_txt {
  line-height: 2;
  margin-top: 45px;
}
.about .area_btns {
  margin-top: 50px;
}
.about .area_btns .c-btn:first-child {
  margin-right: 50px;
}

.service {
  background: #000000;
  background: linear-gradient(135deg, rgb(0, 0, 0) 0%, rgb(81, 81, 81) 100%);
  padding: 117px 0 101px;
}
.service .c-sub_ttl {
  color: white;
}
.service .item {
  margin-top: 57px;
}
.service .item_name {
  font-size: 30px;
  font-weight: 500;
  color: white;
  line-height: 1.4;
  min-width: 410px;
}
.service .item:last-child .area {
  border-bottom: unset;
}
.service .area {
  border-bottom: 1px solid white;
}
.service .row {
  padding-bottom: 57px;
}
.service .logo {
  color: white;
  min-width: 395px;
}
.service .logo_name {
  margin-left: 20px;
}
.service .logo_en {
  font-size: 28px;
  font-weight: 500;
}
.service .logo_jp {
  font-size: 24px;
  font-weight: 500;
}
.service .txt {
  line-height: 1.5625;
  margin: 0 60px 0 110px;
  max-width: 500px;
  color: white;
}
.service .btn {
  min-width: 39px;
}

.know {
  background: #CBCBCB;
  background: -webkit-gradient(linear, left top, right top, from(rgb(203, 203, 203)), color-stop(75%, rgb(255, 255, 255)), to(rgb(255, 255, 255)));
  background: linear-gradient(90deg, rgb(203, 203, 203) 0%, rgb(255, 255, 255) 75%, rgb(255, 255, 255) 100%);
  padding: 138px 0 78px;
}
.know .c-sub_ttl {
  line-height: 1;
}
.know .item {
  margin-top: 70px;
}
.know .box {
  max-width: 485px;
  width: 32%;
  background-color: white;
  -webkit-box-shadow: 0 3px 17px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 17px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.know .box:last-child {
  margin-right: unset;
}
.know .box_img img {
  border-radius: 10px 10px 0 0;
}
.know .area {
  position: relative;
  padding: 31px 23px 29px;
}
.know .area .category {
  color: white;
  font-size: 14px;
  background-color: black;
  border-radius: 0 20px 20px 0;
  padding: 5px 20px;
  position: absolute;
  top: -15px;
  left: 0;
}
.know .area .time {
  font-weight: 500;
}
.know .area .txt {
  margin-top: 5px;
}
.know .area .bottom {
  margin-top: 15px;
}
.know .area .bottom_name {
  margin-left: 12px;
}
.know_btn {
  margin-top: 68px;
}
.know_btn .c-btn {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.know_btn .c-btn span:first-child {
  margin-left: 53px;
}

.archive,
.pick {
  background: #FFFFFF;
  background: linear-gradient(153deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 25%, rgb(203, 203, 203) 100%);
  padding: 140px 0 70px;
}
.archive .item,
.pick .item {
  background-color: white;
  -webkit-box-shadow: 0px 4px 32px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 32px rgba(0, 0, 0, 0.1);
  padding: 30px;
  border-radius: 13px;
  margin-top: 75px;
  position: relative;
}
.archive .item_img,
.pick .item_img {
  min-width: 640px;
  max-width: 640px;
  margin-right: 90px;
}
.archive .item_img img,
.pick .item_img img {
  border-radius: 10px;
}
.archive .area,
.pick .area {
  margin-top: 20px;
}
.archive .area_lead,
.pick .area_lead {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
}
.archive .area_flex,
.pick .area_flex {
  margin: 39px 0;
}
.archive .area_img,
.pick .area_img {
  margin-right: 70px;
}
.archive .area_img:last-child,
.pick .area_img:last-child {
  margin-right: unset;
}
.archive .area_txt,
.pick .area_txt {
  font-size: 18px;
  line-height: 1.3888888889;
}
.archive .area_more,
.pick .area_more {
  margin-top: 34px;
}
.archive .area_more span,
.pick .area_more span {
  text-decoration: underline;
}
.archive_btn,
.pick_btn {
  margin-top: 68px;
}
.archive_btn .c-btn,
.pick_btn .c-btn {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.archive_btn .c-btn span:first-child,
.pick_btn .c-btn span:first-child {
  margin-left: 40px;
}

.notice {
  background: #FFFFFF;
  background: linear-gradient(134deg, rgb(255, 255, 255) 0%, rgb(203, 203, 203) 100%);
  padding: 144px 0 134px;
}
.notice .item {
  margin-top: 40px;
}
.notice .item .row {
  padding: 35px 0;
  border-bottom: 1px solid #cfcfcf;
}
.notice .item .left {
  margin-right: 20px;
  min-width: 255px;
}
.notice .item .left .time {
  font-size: 22px;
  font-weight: 400;
  margin-right: 15px;
}
.notice .item .left .category {
  font-size: 14px;
  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-color: black;
  border-radius: 20px;
  padding: 5px 30px;
  color: white;
}
.notice .item .contents {
  width: 100%;
}
.notice .item .contents .txt {
  font-size: 22px;
  font-weight: 400;
}
.notice .item .contents .arrow {
  min-width: 31px;
  margin-left: 15px;
}
.notice_btn {
  margin-top: 100px;
}
.notice_btn .c-btn {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.notice_btn .c-btn span:first-child {
  margin-left: 40px;
}

@media (max-width: 1600px) {
  .fv .inner {
    width: 88%;
  }
  .about .c-inner {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .about .area {
    margin-right: 50px;
  }
  .service .area {
    width: 100%;
  }
  .service .row {
    -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;
    width: 100%;
  }
  .service .content {
    width: 100%;
  }
  .service .txt {
    margin-left: unset;
    margin-top: 30px;
  }
  .archive .item_img,
  .pick .item_img {
    width: 40%;
    min-width: unset;
    margin-right: 40px;
  }
  .archive .area,
  .pick .area {
    width: 55%;
  }
}
@media (max-width: 1370px) {
  .about .area {
    max-width: unset;
  }
  .about_logo {
    min-width: 433px;
  }
  .about_logo img {
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (max-width: 1280px) {
  .fv {
    padding: 200rem 0;
  }
  .fv_ttl {
    font-size: 52rem;
  }
  .fv_txt {
    font-size: 27rem;
  }
  .fv_en {
    font-size: 100rem;
    margin-top: 20rem;
  }
  .fv_bg1 img {
    width: 950rem;
  }
  .fv_bg2 img {
    width: 800rem;
  }
  .about .area_btns {
    -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;
  }
  .about .area_btns .c-btn:first-child {
    margin-right: unset;
    margin-bottom: 20px;
  }
  .know .item {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .know .box {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 4%;
  }
  .know .box:nth-child(2) {
    margin-right: unset;
  }
  .know .box:last-child {
    margin-bottom: unset;
  }
  .service .item_name {
    font-size: 28px;
    min-width: 300px;
  }
}
@media (max-width: 1024px) {
  .about {
    padding: 100px 0;
  }
  .about .c-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .about_logo {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
  .about .area {
    margin-right: unset;
    margin-top: 40px;
  }
  .about .area_btns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .about .area_btns .c-btn:first-child {
    margin-right: 20px;
    margin-bottom: unset;
  }
  .service .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .service .area {
    margin-top: 30px;
  }
  .service .txt {
    max-width: unset;
  }
  .know {
    padding: 100px 0;
  }
  .archive,
  .pick {
    padding: 100px 0;
  }
  .notice .item .left .time {
    font-size: 16px;
  }
  .notice .item .contents .txt {
    font-size: 18px;
  }
}
@media (max-width: 1020px) {
  .archive .item,
  .pick .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .archive .item_img,
  .pick .item_img {
    margin-right: unset;
    width: 100%;
  }
  .archive .item_img img,
  .pick .item_img img {
    width: 100%;
    max-height: 440px;
  }
  .archive .area,
  .pick .area {
    width: 100%;
    margin-top: 40px;
  }
}
@media (max-width: 768px) {
  .fv {
    padding: 180rem 0 130rem;
    position: relative;
    overflow: hidden;
  }
  .fv_bg1 img {
    width: 300rem;
  }
  .fv_bg2 img {
    width: 250rem;
  }
  .fv_ttl {
    font-size: 24rem;
  }
  .fv_txt {
    font-size: 12rem;
    margin-top: unset;
  }
  .fv_txt span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 8px 15px;
    margin-top: 20px;
  }
  .fv_en {
    font-size: 52rem;
    margin-top: unset;
    margin-right: unset;
    position: absolute;
    top: 70rem;
    right: 0;
  }
  .about {
    padding: 80px 0;
  }
  .about_logo {
    min-width: unset;
    width: 65%;
  }
  .about .area_txt {
    margin-top: 25px;
  }
  .about .area_btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 30px;
  }
  .about .area_btns .c-btn:first-child {
    margin-right: unset;
    margin-bottom: 15px;
  }
  .service {
    padding: 80px 0;
  }
  .service .item {
    margin-top: 40px;
  }
  .service .item_name {
    font-size: 20px;
  }
  .service .logo {
    min-width: unset;
  }
  .service .logo_en {
    font-size: 18px;
  }
  .service .logo_jp {
    font-size: 18px;
  }
  .service .txt {
    margin-right: 20px;
  }
  .service .row:nth-child(2) {
    padding-bottom: unset;
  }
  .know {
    padding: 80px 0;
  }
  .know .item {
    margin-top: 40px;
  }
  .know .box {
    width: 100%;
    margin-right: unset;
    margin-bottom: 4%;
  }
  .know_btn {
    margin-top: 40px;
  }
  .archive,
  .pick {
    padding: 80px 0;
  }
  .archive .item,
  .pick .item {
    margin-top: 40px;
    padding: 30px 5%;
  }
  .archive .area,
  .pick .area {
    margin-top: 20px;
  }
  .archive .area_lead,
  .pick .area_lead {
    font-size: 18px;
  }
  .archive .area_flex,
  .pick .area_flex {
    margin: 15px 0;
  }
  .archive .area_img,
  .pick .area_img {
    margin-right: 10px;
  }
  .archive .area_txt,
  .pick .area_txt {
    font-size: 16px;
  }
  .archive_btn,
  .pick_btn {
    margin-top: 40px;
  }
  .notice {
    padding: 80px 0;
  }
  .notice .item .row {
    -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 0;
  }
  .notice .item .left {
    margin-right: unset;
    margin-bottom: 15px;
  }
  .notice .item .left .time {
    font-size: 14px;
  }
  .notice .item .left .category {
    font-size: 12px;
  }
  .notice .item .contents .txt {
    font-size: 16px;
  }
}
#profile .intro {
  background: #000000;
  background: linear-gradient(135deg, rgb(0, 0, 0) 0%, rgb(81, 81, 81) 100%);
  padding: 110px 0 103px;
}
#profile .intro .head {
  color: white;
  width: 100%;
}
#profile .intro .head .first {
  font-size: 34px;
  font-weight: 500;
}
#profile .intro .head .sm {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0;
}
#profile .intro .head_public {
  width: 314px;
  height: 84px;
  padding: 15px 27px;
  background-color: white;
}
#profile .intro .row {
  margin-top: 20px;
}
#profile .intro .row .area {
  background-color: white;
  -webkit-box-shadow: 0px 3px 24px rgba(0, 0, 0, 0.9);
          box-shadow: 0px 3px 24px rgba(0, 0, 0, 0.9);
  padding: 20px 25px;
  max-width: 874px;
  margin-right: 31px;
}
#profile .intro .row .area_row {
  margin-top: 20px;
  line-height: 2;
}
#profile .intro .row .area_row:first-child {
  margin-top: unset;
}
#profile .intro .row .area_row .ttl {
  font-weight: bold;
}
#profile .intro .row_img {
  min-width: 413px;
  -webkit-box-shadow: 0px 11px 18px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 11px 18px rgba(0, 0, 0, 0.25);
}
#profile .media {
  background: #CBCBCB;
  background: linear-gradient(93deg, rgb(203, 203, 203) 0%, rgb(255, 255, 255) 75%, rgb(255, 255, 255) 100%);
  padding: 100px 0;
}
#profile .media .item {
  margin-top: 60px;
}
#profile .media .box {
  max-width: 629px;
  width: 48%;
  background-color: white;
  border-radius: 10px;
  -webkit-box-shadow: 0px 3px 17px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 17px rgba(0, 0, 0, 0.1);
  margin-bottom: 85px;
}
#profile .media .box:nth-child(3), #profile .media .box:nth-child(4) {
  margin-bottom: unset;
}
#profile .media .box_img img {
  border-radius: 10px 10px 0 0;
}
#profile .media .box_txt {
  font-size: 18px;
  font-weight: 400;
  padding: 17px 23px 25px;
}
#profile .follow {
  padding: 114px 0;
}
#profile .follow .box {
  width: 24%;
  border: 1px solid black;
  border-radius: 10px;
  -webkit-box-shadow: 0px 3px 17px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 17px rgba(0, 0, 0, 0.1);
  padding: 29px 25px 40px;
}
#profile .follow .box_name {
  font-size: 20px;
  font-weight: bold;
  margin-top: 25px;
  letter-spacing: 0;
}
#profile .follow .box_sm {
  margin-top: 5px;
  color: #555555;
}
#profile .follow .box_btn {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: black;
  width: 225px;
  height: 43px;
  border-radius: 50px;
  color: white;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#profile .follow .box:nth-child(2) .box_btn {
  border-radius: 5px;
}
#profile .follow .box:last-child {
  background-color: #FAF9F7;
}
#profile .follow .box:last-child .box_icon {
  margin-top: 30px;
}
#profile .info {
  background: #CBCBCB;
  background: linear-gradient(285deg, rgb(203, 203, 203) 0%, rgb(255, 255, 255) 75%, rgb(255, 255, 255) 100%);
  padding: 100px 0 256px;
}
#profile .info .item {
  margin-top: 35px;
}
#profile .info .row {
  padding: 22px 16px;
  border-bottom: 1px solid #ADADAD;
}
#profile .info .row:last-child {
  border-bottom: unset;
}
#profile .info .row .category {
  font-size: 18px;
  min-width: 158px;
}
#profile .info .row .contents {
  font-size: 18px;
  line-height: 1.6666666667;
}
#profile .info .other {
  margin-top: 81px;
}
#profile .info .other_row {
  margin-bottom: 50px;
}
#profile .info .other_row_ttl {
  font-size: 34px;
  font-weight: 500;
  color: #555555;
  border-bottom: 1px solid #ADADAD;
  padding-bottom: 23px;
}
#profile .info .other_row_area {
  padding-top: 23px;
}
#profile .info .other_row_bold {
  font-size: 20px;
  font-weight: bold;
}
#profile .info .other_row_txt {
  font-size: 18px;
  line-height: 1.6666666667;
  margin-top: 13px;
}
#profile .info .other_box_inner {
  max-width: 1148px;
  margin: 78px auto 0;
}
#profile .info .other_box .head_ttl {
  font-size: 26px;
  font-weight: bold;
  margin-left: 15px;
}
#profile .info .other_box .num {
  position: relative;
}
#profile .info .other_box .num_txt {
  position: absolute;
  font-size: 32px;
  font-weight: bold;
}
#profile .info .other_box .area {
  max-width: 495px;
}
#profile .info .other_box .area_txt {
  margin-top: 34px;
}
#profile .info .other_box .img {
  min-width: 574px;
}
#profile .info .other_box .img img {
  border-radius: 15px;
}
#profile .info .other_box_item {
  position: relative;
  z-index: 0;
  margin-bottom: 230px;
}
#profile .info .other_box_item:last-child {
  margin-bottom: unset;
}
#profile .info .other_box_item::after {
  content: "";
  background-color: rgba(255, 255, 255, 0.295);
  width: 88%;
  max-width: 1114px;
  height: 100%;
  position: absolute;
  right: 0;
  bottom: -133px;
  z-index: -1;
  border-radius: 15px 0 0 15px;
}
#profile .info .other_box_item.left::after {
  right: unset;
  left: 0;
  border-radius: 0 15px 15px 0;
}

@media (max-width: 1420px) {
  #profile .media .box {
    margin-bottom: 4%;
  }
}
@media (max-width: 1280px) {
  #profile .intro {
    padding: 100px 0;
  }
  #profile .intro .head .first {
    font-size: 24px;
  }
  #profile .intro .head .sm {
    font-size: 20px;
  }
  #profile .follow {
    padding: 100px 0;
  }
  #profile .follow .item {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #profile .follow .box {
    width: 44%;
    margin-right: 4%;
    margin-bottom: 4%;
  }
  #profile .follow .box:nth-child(2n) {
    margin-right: unset;
  }
  #profile .follow .box:nth-child(3) {
    margin-bottom: unset;
  }
  #profile .follow .box:nth-child(4) {
    margin-bottom: unset;
  }
  #profile .info .other_row_ttl {
    font-size: 28px;
  }
  #profile .info .other_box .img {
    min-width: unset;
  }
  #profile .info .other_box .head_ttl {
    font-size: 22px;
  }
  #profile .info .other_box_inner {
    width: 88%;
  }
  #profile .info .other_box .area {
    margin-right: 35px;
  }
  #profile .info .other_box_item.left .area {
    margin-right: unset;
    margin-left: 35px;
  }
}
@media (max-width: 1024px) {
  #profile .intro .head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #profile .intro .head_public {
    margin-top: 40px;
  }
  #profile .intro .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 30px;
  }
  #profile .intro .row .area {
    margin-top: 50px;
    margin-right: unset;
  }
  #profile .info .other_box .img {
    min-width: 360px;
  }
}
@media (max-width: 768px) {
  #profile .intro {
    padding: 80px 0;
  }
  #profile .intro .head .first {
    font-size: 20px;
  }
  #profile .intro .head .sm {
    font-size: 18px;
  }
  #profile .intro .row_img {
    min-width: unset;
  }
  #profile .intro .row .area {
    margin-top: 30px;
    padding: 30px 5%;
  }
  #profile .media {
    padding: 80px 0;
  }
  #profile .media .c-sub_ttl {
    text-align: center;
  }
  #profile .media .item {
    margin-top: 40px;
  }
  #profile .media .box {
    width: 100%;
    margin-right: unset;
  }
  #profile .media .box:nth-child(3) {
    margin-bottom: 4%;
  }
  #profile .media .box_txt {
    font-size: 16px;
    padding: 20px 15px;
  }
  #profile .follow {
    padding: 60px 0 0;
  }
  #profile .follow .box {
    width: 100%;
    margin-right: unset;
  }
  #profile .follow .box:nth-child(3) {
    margin-bottom: 4%;
  }
  #profile .info {
    padding: 80px 0 100px;
  }
  #profile .info .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 15px 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #profile .info .row .category {
    font-size: 16px;
    font-weight: bold;
    min-width: unset;
    margin-bottom: 10px;
  }
  #profile .info .other {
    margin-top: 40px;
  }
  #profile .info .other_row {
    margin-bottom: 30px;
  }
  #profile .info .other_row_ttl {
    font-size: 20px;
    padding-bottom: 15px;
  }
  #profile .info .other_row_area {
    padding-top: 15px;
  }
  #profile .info .other_row_bold {
    font-size: 18px;
  }
  #profile .info .other_row_txt {
    font-size: 16px;
  }
  #profile .info .other_box_inner {
    margin: 40px auto 0;
  }
  #profile .info .other_box .other_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #profile .info .other_box_item {
    margin-bottom: 80px;
  }
  #profile .info .other_box_item.left .other_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #profile .info .other_box_item.left .area {
    margin-left: unset;
  }
  #profile .info .other_box_item::after {
    bottom: -40px;
  }
  #profile .info .other_box .head_ttl {
    font-size: 20px;
    letter-spacing: 0;
  }
  #profile .info .other_box .img {
    min-width: unset;
  }
  #profile .info .other_box .num_bg img {
    width: 50px;
  }
  #profile .info .other_box .num_txt {
    font-size: 20px;
  }
  #profile .info .other_box .area {
    margin-right: unset;
    margin-top: 30px;
  }
  #profile .info .other_box .area_txt {
    margin-top: 20px;
  }
}
#achieve.detailReset .c-sub_en {
  font-size: 34px;
}
#achieve .pick {
  padding: 100px 0;
  background: white;
}
#achieve .pick .c-sub_ttl {
  text-align: center;
}
#achieve .pick .item {
  margin-top: 50px;
}
#achieve .example {
  background: #CBCBCB;
  background: linear-gradient(96deg, rgb(203, 203, 203) 0%, rgb(255, 255, 255) 75%, rgb(255, 255, 255) 100%);
  padding: 100px 0 70px;
}
#achieve .example_head {
  margin-top: 52px;
}
#achieve .example_category {
  border: 1px solid black;
  border-radius: 10px;
  max-width: 450px;
  height: 66px;
  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;
  width: 31%;
}
#achieve .example .item {
  margin-top: 73px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#achieve .example .item .box {
  background-color: white;
  border-radius: 10px;
  -webkit-box-shadow: 0 3px 17px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 17px rgba(0, 0, 0, 0.1);
  max-width: 485px;
  margin-bottom: 50px;
  padding-bottom: 38px;
  width: 32%;
  margin-right: 2%;
}
#achieve .example .item .box:nth-child(3n), #achieve .example .item .box:last-child {
  margin-right: unset;
}
#achieve .example .item .box_img img {
  border-radius: 10px 10px 0 0;
}
#achieve .example .item .box_area {
  padding: 15px 23px 0px;
}
#achieve .example .item .box_category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#achieve .example .item .box_category span {
  padding: 3px 8px;
  font-size: 14px;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #5E5E5E;
  border-radius: 6px;
}
#achieve .example .item .box_txt {
  line-height: 1.75;
  margin: 15px 0 0;
}
#achieve .example .item .box_view {
  width: 273px;
  height: 43px;
  border: 1px solid black;
  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;
  border-radius: 50px;
}
#achieve .example .item .box_btn {
  margin-top: 20px;
}
#achieve .detail {
  background: #FFFFFF;
  background: linear-gradient(219deg, rgb(255, 255, 255) 0%, rgb(227, 227, 227) 100%);
  padding: 100px 0;
}
#achieve .detail_ttl {
  font-size: 28px;
  font-weight: bold;
}
#achieve .detail_head {
  margin: 20px 0 50px;
}
#achieve .detail_head .detail_category {
  margin: 0;
}
#achieve .detail_head .detail_category span {
  background-color: black;
  border-radius: 30px;
  padding: 4px 30px;
}
#achieve .detail_time span:first-child {
  margin-right: 8px;
}
#achieve .detail_row {
  margin-top: 30px;
}
#achieve .detail_row_ttl {
  font-size: 20px;
  font-weight: 500;
}
#achieve .detail_row_txt {
  margin-top: 10px;
  line-height: 2;
}
#achieve .detail_category {
  font-size: 14px;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 0 65px;
}
#achieve .detail_category span {
  background-color: #5E5E5E;
  padding: 4px 10px;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#achieve .detail_smTtl {
  font-size: 20px;
  font-weight: 500;
  margin: 28px 0 16px;
}
#achieve .detail_bottom {
  margin-top: 55px;
}
#achieve .detail_bottom_img {
  width: 48%;
  max-width: 624px;
  max-height: 380px;
}
#achieve .detail_bottom_txt {
  margin-top: 30px;
}
#achieve .detail_btns {
  margin-top: 70px;
}
#achieve .detail_btns .c-btn {
  width: 252px;
}
#achieve .detail_btns .c-btn:first-child span:first-child {
  position: absolute;
  left: 27px;
  top: calc(50% - 7px);
}
#achieve .detail_btns .c-btn:first-child span:last-child {
  position: unset;
  top: unset;
  right: unset;
}
#achieve .detail_btns .c-btn:last-child span:last-child {
  top: calc(50% - 7px);
}
#achieve .detail_btns .c-btn svg path {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#achieve .detail_btns .c-btn:hover svg path {
  fill: unset;
  stroke: white;
}
#achieve .detail .wp-block-image {
  width: 60%;
  margin: 0 auto 30px;
}
#achieve .detail .wp-block-image img {
  width: 100%;
  height: 400px;
}

#news .newsItem {
  background: #EBEBEB;
  background: linear-gradient(33deg, rgb(235, 235, 235) 0%, rgb(255, 255, 255) 75%, rgb(255, 255, 255) 100%);
}
#news .newsItem .notice {
  background: unset;
  padding: 110px 0;
}
#news .newsItem .notice .item {
  margin-top: unset;
}
#news .newsItem .c-pagination {
  margin-top: 70px;
}
#news .newsItem .wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
}
#news .newsItem .wp-pagenavi span:first-child {
  margin-right: 23px;
}
#news .newsItem .wp-pagenavi a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1280px) {
  #achieve.detailReset .c-sub_en {
    font-size: 30px;
  }
  #achieve .detail_ttl {
    font-size: 24px;
  }
}
@media (max-width: 1080px) {
  #achieve .example .item .box {
    width: 48%;
  }
  #achieve .example .item .box:nth-child(2n) {
    margin-right: unset;
  }
  #achieve .example .item .box:nth-child(3n) {
    margin-right: 2%;
  }
}
@media (max-width: 768px) {
  #achieve.detailReset .c-breadcurm_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #achieve.detailReset .c-sub_en {
    font-size: 24px;
  }
  #achieve .example {
    padding: 80px 0;
  }
  #achieve .example_head {
    margin-top: 40px;
  }
  #achieve .example .item {
    margin-top: 40px;
  }
  #achieve .example .item .box {
    margin-right: unset;
  }
  #achieve .detail {
    padding: 80px 0;
  }
  #achieve .detail_ttl {
    font-size: 20px;
  }
  #achieve .detail_category {
    margin: 20px 0 30px;
  }
  #achieve .detail_smTtl {
    font-size: 18px;
  }
  #achieve .detail_row_ttl {
    font-size: 18px;
  }
  #achieve .detail_bottom {
    margin-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #achieve .detail_bottom_img {
    width: 100%;
    max-width: unset;
    max-height: 200px;
  }
  #achieve .detail_bottom_img:first-child {
    margin-bottom: 20px;
  }
  #achieve .detail_bottom_img img {
    width: 100%;
  }
  #achieve .detail_btns {
    margin-top: 40px;
  }
  #achieve .detail_btns .c-btn {
    height: 45px;
    font-size: 16px;
    width: 49%;
  }
  #achieve .detail_btns .c-btn:first-child span:first-child {
    left: 15px;
  }
  #achieve .detail_btns .c-btn:first-child span:last-child {
    margin-left: 15px;
  }
  #achieve .detail_btns .c-btn:last-child span:first-child {
    margin-right: 15px;
  }
  #achieve .detail_btns .c-btn:last-child span:last-child {
    top: calc(50% - 7px);
    right: 15px;
  }
  #news .newsItem .notice {
    padding: 60px 0;
  }
  #news .newsItem .c-pagination {
    margin-top: 40px;
  }
}
@media (max-width: 700px) {
  #achieve .pick {
    padding: 80px 0;
  }
  #achieve .example_head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #achieve .example_category {
    width: 100%;
    margin-bottom: 20px;
  }
  #achieve .example .item .box {
    width: 100%;
  }
}
#know .item {
  background: #EBEBEB;
  background: linear-gradient(33deg, rgb(235, 235, 235) 0%, rgb(255, 255, 255) 75%, rgb(255, 255, 255) 100%);
  padding: 87px 0 93px;
}
#know .item .inner {
  max-width: 1389px;
  margin: 0 auto;
}
#know .item .head_category {
  border-bottom: 1px solid #888888;
  padding-bottom: 16px;
  width: 49%;
  max-width: 672px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #888888;
  font-weight: 500;
  font-size: 22px;
}
#know .item_wrap {
  margin-top: 60px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#know .item .box {
  border-radius: 10px;
  border: 1px solid #EDEFF1;
  max-width: 441px;
  width: 31%;
  margin-bottom: 45px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
  margin-right: 3.5%;
}
#know .item .box:nth-child(3n), #know .item .box:last-child {
  margin-right: unset;
}
#know .item .box:hover .box_img img {
  scale: 1.05;
}
#know .item .box:hover .box_category span {
  color: black;
  background-color: white;
}
#know .item .box_img {
  overflow: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#know .item .box_img img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}
#know .item .box_area {
  padding: 14px 20px 20px;
}
#know .item .box_category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#know .item .box_category span {
  color: white;
  font-size: 14px;
  background-color: black;
  border: 1px solid black;
  border-radius: 5px;
  padding: 2px 15px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#know .item .box_txt {
  line-height: 1.4375;
  margin-top: 15px;
}

#contact .contactItem {
  background: #EBEBEB;
  background: linear-gradient(33deg, rgb(235, 235, 235) 0%, rgb(255, 255, 255) 75%, rgb(255, 255, 255) 100%);
  padding: 100px 0 80px;
}
#contact .contactItem .inner {
  max-width: 973px;
  margin: 0 auto;
}
#contact .contactItem .detail {
  font-size: 18px;
  line-height: 2;
  margin-bottom: 70px;
  text-align: center;
}
#contact .contactItem .row {
  padding: 23px 29px;
  border-bottom: 1px solid #EBEBEB;
}
#contact .contactItem .row:last-child {
  border-bottom: unset;
}
#contact .contactItem .row .category {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 19px;
}
#contact .contactItem .row .category .need {
  font-size: 14px;
  color: white;
  margin-left: 15px;
  background-color: #EE1414;
  border-radius: 5px;
  padding: 3px 8px;
  font-weight: 300;
}
#contact .contactItem .row input[type=text],
#contact .contactItem .row input[type=tel],
#contact .contactItem .row input[type=email] {
  border-radius: 13px;
  width: 100%;
  height: 62px;
  border: 1px solid #CCCCCC;
  background-color: #FBFAF7;
  padding: 15px 20px;
  font-size: 18px;
}
#contact .contactItem .row input[type=text]:focus,
#contact .contactItem .row input[type=tel]:focus,
#contact .contactItem .row input[type=email]:focus {
  outline: unset;
}
#contact .contactItem .row input[type=text]::-webkit-input-placeholder, #contact .contactItem .row input[type=tel]::-webkit-input-placeholder, #contact .contactItem .row input[type=email]::-webkit-input-placeholder {
  color: #DCDCDC;
  font-size: 18px;
}
#contact .contactItem .row input[type=text]::-moz-placeholder, #contact .contactItem .row input[type=tel]::-moz-placeholder, #contact .contactItem .row input[type=email]::-moz-placeholder {
  color: #DCDCDC;
  font-size: 18px;
}
#contact .contactItem .row input[type=text]:-ms-input-placeholder, #contact .contactItem .row input[type=tel]:-ms-input-placeholder, #contact .contactItem .row input[type=email]:-ms-input-placeholder {
  color: #DCDCDC;
  font-size: 18px;
}
#contact .contactItem .row input[type=text]::-ms-input-placeholder, #contact .contactItem .row input[type=tel]::-ms-input-placeholder, #contact .contactItem .row input[type=email]::-ms-input-placeholder {
  color: #DCDCDC;
  font-size: 18px;
}
#contact .contactItem .row input[type=text]::placeholder,
#contact .contactItem .row input[type=tel]::placeholder,
#contact .contactItem .row input[type=email]::placeholder {
  color: #DCDCDC;
  font-size: 18px;
}
#contact .contactItem .row textarea {
  border-radius: 13px;
  width: 100%;
  border: 1px solid #CCCCCC;
  background-color: #FBFAF7;
  padding: 15px 20px;
  font-size: 18px;
}
#contact .contactItem .row textarea:focus {
  outline: unset;
}
#contact .contactItem .row textarea::-webkit-input-placeholder {
  color: #DCDCDC;
  font-size: 18px;
}
#contact .contactItem .row textarea::-moz-placeholder {
  color: #DCDCDC;
  font-size: 18px;
}
#contact .contactItem .row textarea:-ms-input-placeholder {
  color: #DCDCDC;
  font-size: 18px;
}
#contact .contactItem .row textarea::-ms-input-placeholder {
  color: #DCDCDC;
  font-size: 18px;
}
#contact .contactItem .row textarea::placeholder {
  color: #DCDCDC;
  font-size: 18px;
}
#contact .contactItem .submit {
  margin-top: 35px;
}
#contact .contactItem .submit .c-btn {
  width: unset;
  height: unset;
  border: unset;
  border-radius: unset;
}
#contact .contactItem .submit .c-btn .wpcf7-spinner {
  display: none;
}
#contact .contactItem .submit .c-btn:hover {
  background-color: unset;
}
#contact .contactItem .submit .c-btn:hover span:nth-child(2) input {
  background-color: black;
  color: white;
}
#contact .contactItem .submit .c-btn:hover span:nth-child(4) svg path {
  fill: white;
}
#contact .contactItem .submit .c-btn span:nth-child(2) input {
  width: 300px;
  height: 54px;
  border: 1px solid black;
  border-radius: 55px;
  font-size: 18px;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-family: "Noto Sans JP", sans-serif;
  cursor: pointer;
}
#contact .contactItem .submit .c-btn span:nth-child(4) {
  position: absolute;
  right: 27px;
  top: calc(50% - 4px);
}
#contact .contactItem .submit .c-btn span:nth-child(4) svg path {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#contact .contactItem .submit .c-btn span:nth-child(4) br {
  display: none;
}
#contact .contactItem .submit .c-btn br {
  display: none;
}
#contact .contactItem .download {
  margin-top: 54px;
}
#contact .contactItem .download .c-btn {
  width: unset;
  height: unset;
  border: unset;
  border-radius: unset;
}
#contact .contactItem .download .c-btn .wpcf7-spinner {
  display: none;
}
#contact .contactItem .download .c-btn:hover {
  background-color: unset;
}
#contact .contactItem .download .c-btn:hover span:nth-child(2) input {
  background-color: black;
  color: white;
}
#contact .contactItem .download .c-btn:hover span:nth-child(4) svg path {
  fill: white;
}
#contact .contactItem .download .c-btn span:nth-child(2) input {
  width: 400px;
  height: 54px;
  border: 1px solid black;
  border-radius: 55px;
  font-size: 18px;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-family: "Noto Sans JP", sans-serif;
  cursor: pointer;
}
#contact .contactItem .download .c-btn span:nth-child(4) {
  position: absolute;
  right: 17px;
  top: calc(50% - 4px);
}
#contact .contactItem .download .c-btn span:nth-child(4) svg path {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#contact .contactItem .download .c-btn span:nth-child(4) br {
  display: none;
}
#contact .contactItem .download .c-btn br {
  display: none;
}
#contact .thanks {
  padding: 300px 0;
  background: #FFFFFF;
  background: linear-gradient(234deg,rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 25%, rgba(235, 235, 235, 1) 100%);
}
#contact .thanks .inner {
  max-width: 1280px;
  margin: 0 auto;
}
#contact .thanks_lead {
  text-align: center;
  font-size: 82px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.05);
}
#contact .thanks_ttl {
  font-size: 32px;
  font-weight: bold;
  color: black;
  margin: 90px 0 20px;
  text-align: center;
}
#contact .thanks_txt {
  font-size: 22px;
  font-weight: 500;
  text-align: center;
}
#contact .thanks .download {
  margin-top: 54px;
}
#contact .thanks .download .c-btn span:first-child {
  margin-right: 15px;
  font-size: 16px;
}
@media (max-width: 1500px) {
  #know .item .inner {
    width: 88%;
  }
  #contact .thanks {
    padding: 250px 0;
  }
  #contact .thanks .inner {
    width: 88%;
  }
  #contact .thanks_lead {
    font-size: 60px;
  }
  #contact .thanks_ttl {
    font-size: 30px;
  }
  #contact .thanks_txt {
    font-size: 20px;
  }
}
@media (max-width: 1000px) {
  #know .item {
    padding: 80px 0;
  }
  #know .item_wrap {
    margin-top: 40px;
  }
  #know .item .box {
    width: 48%;
    margin-right: 4%;
  }
  #know .item .box:nth-child(2n) {
    margin-right: unset;
  }
  #know .item .box:nth-child(2n+1) {
    margin-right: 4%;
  }
  #contact .contactItem .detail {
    width: 88%;
    margin: 0 auto 70px;
  }
  #contact .contactItem .detail br {
    display: none;
  }
}
@media (max-width: 768px) {
  #contact .contactItem {
    padding: 60px 0;
  }
  #contact .contactItem .row {
    padding: 15px 20px;
  }
  #contact .contactItem .row .category {
    font-size: 16px;
  }
  #contact .contactItem .row .category .need {
    font-size: 12px;
  }
  #contact .contactItem .detail {
    margin-bottom: 40px;
    text-align: left;
  }
  #contact .thanks {
    padding: 80px 0;
  }
  #contact .thanks_lead {
    font-size: 32px;
  }
  #contact .thanks_ttl {
    font-size: 18px;
    margin: 40px 0 20px;
  }
  #contact .thanks_txt {
    font-size: 16px;
    text-align: left;
  }
}
@media (max-width: 600px) {
  #know .item .box {
    width: 100%;
    max-width: unset;
    margin-bottom: 4%;
  }
  #know .item .box_img img {
    width: 100%;
  }
  #contact .contactItem .download {
    width: 88%;
    margin: 40px auto 0;
  }
  #contact .contactItem .download p {
    width: 100%;
  }
  #contact .contactItem .download .c-btn {
    width: 100%;
  }
  #contact .contactItem .download .c-btn span:nth-child(2) {
    width: 100%;
  }
  #contact .contactItem .download .c-btn span:nth-child(2) input {
    width: 100%;
    font-size: 14px;
  }
  #contact .contactItem .download .c-btn span:nth-child(4) {
    right: 10px;
  }
}
@media (max-width: 450px) {
  #contact .contactItem .download .c-btn {
    width: 95%;
  }
}
#service .serviceMain {
  background: #EBEBEB;
  background: linear-gradient(33deg, rgb(235, 235, 235) 0%, rgb(255, 255, 255) 75%, rgb(255, 255, 255) 100%);
  padding: 110px 0 145px;
}
#service .serviceMain .inner {
  max-width: 1044px;
  margin: 0 auto;
}
#service .serviceMain .item:nth-child(2) {
  margin-top: 140px;
}
#service .serviceMain .item .c-sub_ttl {
  text-align: center;
}
#service .serviceMain .item .row {
  margin-top: 70px;
}
#service .serviceMain .item .row:nth-child(2) {
  margin-top: 49px;
}
#service .serviceMain .item .row_img img {
  width: 337px;
}
#service .serviceMain .item .area {
  max-width: 637px;
  margin-left: 70px;
}
#service .serviceMain .item .area_head {
  padding-bottom: 17px;
  border-bottom: 1px solid #BABABA;
}
#service .serviceMain .item .area_head_en {
  font-size: 34px;
  font-weight: 500;
}
#service .serviceMain .item .area_head_jp {
  font-size: 30px;
  font-weight: 500;
}
#service .serviceMain .item .area_txt {
  line-height: 1.5625;
  padding-top: 20px;
}
#service .serviceMain .item .area_view {
  margin-top: 30px;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#service .serviceMain .item .area_view span {
  position: relative;
}
#service .serviceMain .item .area_view span::before {
  content: "";
  width: 108%;
  height: 1px;
  background-color: black;
  position: absolute;
  left: 0;
  bottom: -3px;
}
#service .serviceMain .item .area_view span::after {
  content: "";
  width: 1px;
  height: 10px;
  background-color: black;
  position: absolute;
  right: -5%;
  bottom: -3px;
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
}
#service .intro {
  background: #000000;
  background: linear-gradient(135deg, rgb(0, 0, 0) 0%, rgb(81, 81, 81) 100%);
  padding: 95px 0 85px;
  color: white;
}
#service .intro_ttl {
  font-size: 37px;
  font-weight: 500;
}
#service .intro_txt {
  line-height: 2;
  margin-top: 50px;
}
#service .intro_sub {
  font-size: 26px;
  font-weight: 500;
  margin-top: 50px;
}
#service .intro_content {
  margin-top: 25px;
}
#service .worry {
  background: #CBCBCB;
  background: linear-gradient(93deg, rgb(203, 203, 203) 0%, rgb(255, 255, 255) 75%, rgb(255, 255, 255) 100%);
  padding: 95px 0 60px;
}
#service .worry .c-sub_ttl {
  text-align: center;
}
#service .worry_lead {
  margin-top: 75px;
}
#service .worry_lead_ttl {
  font-size: 30px;
  font-weight: 500;
}
#service .worry_lead_txt {
  font-size: 16px;
  line-height: 1.5625;
  margin-top: 10px;
}
#service .worry_head {
  margin-top: 55px;
  font-size: 32px;
  border-bottom: 1px solid #ADADAD;
  padding-bottom: 20px;
  color: #555555;
  font-weight: 500;
}
#service .worry.auth .worry_head {
  font-size: 26px;
}
#service .worry .item {
  margin-top: 40px;
}
#service .worry .item .box {
  background-color: white;
  -webkit-box-shadow: 0px 5px 13px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 13px rgba(0, 0, 0, 0.1);
  max-width: 398px;
  margin-right: 49px;
  padding: 39px 21px 50px;
  margin-bottom: 40px;
  letter-spacing: 0;
  width: 32%;
}
#service .worry .item .box:nth-child(3), #service .worry .item .box:last-child {
  margin-right: unset;
}
#service .worry .item .box_ttl {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 25px;
}
#service .worry .bottom {
  text-align: center;
}
#service .what {
  background: #FFFFFF;
  background: linear-gradient(96deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 25%, rgb(203, 203, 203) 100%);
  padding: 113px 0 133px;
}
#service .what .c-sub_ttl {
  text-align: center;
}
#service .what .item {
  margin-top: 68px;
}
#service .what .item .area {
  max-width: 766px;
  margin-right: 50px;
}
#service .what .item .area_ttl {
  font-size: 30px;
  font-weight: 500;
}
#service .what .item .area_ttl_sm {
  font-size: 24px;
  font-weight: 500;
  margin: 19px 0 21px;
}
#service .what .item .area_txt {
  line-height: 1.875;
  margin-top: 20px;
}
#service .what .item .area_item {
  padding: 27px 20px;
  background-color: white;
  -webkit-box-shadow: 0px 5px 14px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 5px 14px rgba(0, 0, 0, 0.15);
}
#service .what .item .area_item_row {
  margin-top: 17px;
}
#service .what .item .area_item_row:first-child {
  margin-top: unset;
}
#service .what .item .area_item_ttl {
  font-size: 18px;
  font-weight: bold;
}
#service .what .item .area_item_txt {
  margin-top: 11px;
}
#service .what_bottom {
  margin-top: 35px;
}
#service .reason {
  background: #515151;
  background: linear-gradient(315deg, rgb(81, 81, 81) 0%, rgb(0, 0, 0) 100%);
  padding: 112px 0 128px;
}
#service .reason.auth {
  background: #CBCBCB;
  background: linear-gradient(45deg, rgb(203, 203, 203) 0%, rgb(255, 255, 255) 100%);
}
#service .reason.auth .c-sub_ttl {
  color: black;
}
#service .reason.auth .reason_ttl {
  color: black;
}
#service .reason .c-sub_ttl {
  text-align: center;
  color: white;
}
#service .reason_ttl {
  font-size: 30px;
  font-weight: 500;
  margin: 45px 0;
  color: white;
  text-align: center;
}
#service .reason_table {
  position: relative;
}
#service .reason_table::after {
  content: "";
  display: none;
  width: 18px;
  height: 24px;
  background-image: url(../img/service/arrow_icon.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: 0px;
  -webkit-animation-name: arrow_swipe, arrow_opacity;
          animation-name: arrow_swipe, arrow_opacity;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-timing-function: cubic-bezier(0.54, 0.08, 0.25, 0.97);
          animation-timing-function: cubic-bezier(0.54, 0.08, 0.25, 0.97);
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
#service .reason .item .row {
  width: 100%;
  border-bottom: 1px solid #A7A7A7;
}
#service .reason .item .row:last-child {
  border-bottom: unset;
}
#service .reason .item .row_reason {
  width: 50%;
  background-color: white;
  font-weight: bold;
  padding: 24px 25px 38px;
}
#service .reason .item .row_detail {
  width: 50%;
  background-color: #474747;
  padding: 24px 25px 38px;
  color: white;
}
#service .reason .item .row:first-child .row_reason {
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  padding: 36px 0 27px;
}
#service .reason .item .row:first-child .row_detail {
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  color: white;
  padding: 36px 0 27px;
  background-color: #565656;
}
#service .result {
  padding: 112px 0 85px;
}
#service .result .c-sub_ttl {
  text-align: center;
}
#service .result .item {
  margin-top: 50px;
  position: relative;
}
#service .result .item::after {
  content: "";
  display: none;
  width: 18px;
  height: 24px;
  background-image: url(../img/service/arrow_icon.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: 0px;
  -webkit-animation-name: arrow_swipe, arrow_opacity;
          animation-name: arrow_swipe, arrow_opacity;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-timing-function: cubic-bezier(0.54, 0.08, 0.25, 0.97);
          animation-timing-function: cubic-bezier(0.54, 0.08, 0.25, 0.97);
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
#service .result .item_bottom {
  text-align: center;
  font-size: 16px;
  margin-top: 25px;
}
#service .result_table {
  border-collapse: collapse;
}
#service .result_table th,
#service .result_table td {
  border: 1px solid #979797;
}
#service .result_table th {
  background-color: #565656;
  padding: 15px;
  text-align: center;
  color: white;
}
#service .result_table td {
  padding: 20px;
}
#service .result_table td:first-child {
  font-weight: bold;
  font-size: 18px;
  min-width: 390px;
}
#service .result_table td:nth-child(2) {
  width: 413px;
}
#service .theme {
  background: #FFFFFF;
  background: linear-gradient(272deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 25%, rgb(203, 203, 203) 100%);
  padding: 102px 0 108px;
}
#service .theme .c-sub_ttl {
  text-align: center;
}
#service .theme_ttl {
  text-align: center;
  font-size: 30px;
  font-weight: 500;
  margin-top: 35px;
}
#service .theme .item {
  margin-top: 70px;
}
#service .theme .row {
  margin-bottom: 40px;
}
#service .theme .row:last-child {
  margin-bottom: unset;
}
#service .theme .row_ttl {
  font-size: 30px;
  font-weight: 500;
  color: #555555;
  border-bottom: 1px solid #ADADAD;
  padding-bottom: 20px;
}
#service .theme .row_txt {
  font-size: 18px;
  padding-top: 20px;
}
#service .step {
  background: #FFFFFF;
  background: linear-gradient(221deg, rgb(255, 255, 255) 0%, rgb(203, 203, 203) 100%);
  padding: 123px 0 95px;
}
#service .step_ttl {
  font-size: 30px;
  font-weight: 500;
  margin-top: 40px;
  text-align: center;
}
#service .step .inner {
  max-width: 1030px;
  margin: 0 auto;
}
#service .step .c-sub_ttl {
  text-align: center;
}
#service .step .item {
  margin-top: 80px;
}
#service .step .row {
  margin-bottom: 35px;
}
#service .step .row:last-child {
  margin-bottom: unset;
}
#service .step .row:last-child .circle::after {
  content: unset;
}
#service .step .row:last-child .area {
  border-bottom: unset;
}
#service .step .row .circle {
  width: 148px;
  height: 148px;
  min-width: 148px;
  background: #020202;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(2, 2, 2)), to(rgb(79, 79, 79)));
  background: linear-gradient(180deg, rgb(2, 2, 2) 0%, rgb(79, 79, 79) 100%);
  border-radius: 50%;
  color: white;
  position: relative;
}
#service .step .row .circle::after {
  content: "";
  border-right: 29px solid transparent;
  border-left: 29px solid transparent;
  border-bottom: unset;
  border-top: 41.5px solid #232323;
  position: absolute;
  bottom: -50px;
}
#service .step .row .circle_en {
  font-size: 32px;
  font-weight: 500;
  line-height: 1;
  margin-top: 12px;
}
#service .step .row .circle_num {
  font-size: 97px;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  line-height: 1;
}
#service .step .row .area {
  width: 100%;
  border-bottom: 2px solid #979797;
  padding: 20px 40px 48px 20px;
}
#service .step .row .content {
  max-width: 657px;
}
#service .step .row .content_ttl {
  font-size: 24px;
  font-weight: 500;
}
#service .step .row .content_txt {
  font-size: 18px;
  font-weight: 300;
  margin-top: 5px;
}
#service .facily {
  background: #515151;
  background: linear-gradient(330deg, rgb(81, 81, 81) 0%, rgb(0, 0, 0) 100%);
  padding: 96px 0 81px;
}
#service .facily .c-sub_ttl {
  color: white;
}
#service .facily .item {
  margin-top: 62px;
}
#service .facily .area {
  letter-spacing: 0;
  max-width: 803px;
  color: white;
}
#service .facily .area_ttl {
  font-size: 30px;
  font-weight: 500;
}
#service .facily .area_txt {
  line-height: 2;
  font-weight: 300;
}
#service .facily .area_txt:nth-child(2) {
  margin: 20px 0;
}
#service .facily .area_txt span {
  font-weight: bold;
}
#service .facily .area_name {
  font-size: 22px;
  margin-top: 25px;
}
#service .facily .area_bold {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.9444444444;
}
#service .faq {
  background: #FFFFFF;
  background: -webkit-gradient(linear, right top, left top, from(rgb(255, 255, 255)), color-stop(25%, rgb(255, 255, 255)), to(rgb(203, 203, 203)));
  background: linear-gradient(270deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 25%, rgb(203, 203, 203) 100%);
  padding: 123px 0 133px;
}
#service .faq .inner {
  max-width: 1039px;
  margin: 0 auto;
}
#service .faq .c-sub_ttl {
  text-align: center;
}
#service .faq .item {
  margin-top: 90px;
}
#service .faq .item .question {
  background: #000000;
  background: -webkit-gradient(linear, left top, right top, from(rgb(0, 0, 0)), to(rgb(80, 80, 80)));
  background: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgb(80, 80, 80) 100%);
  color: white;
  padding: 10px 20px;
}
#service .faq .item .question span:first-child {
  font-weight: bold;
  font-size: 28px;
  margin-right: 15px;
}
#service .faq .item .question span:last-child {
  font-size: 22px;
  font-weight: 500;
}
#service .faq .item .answer {
  background-color: white;
  padding: 18px 20px;
}
#service .faq .item .answer span:first-child {
  font-size: 28px;
  font-weight: bold;
  color: #898989;
  margin-right: 20px;
}
#service .faq .item .answer span:last-child {
  font-size: 18px;
  line-height: 1.5555555556;
}
#service .faq .item .box {
  margin-bottom: 28px;
}
#service .faq .item .box:last-child {
  margin-bottom: unset;
}
#service .camp {
  padding: 117px 0 134px;
}
#service .camp .inner {
  max-width: 1294px;
  margin: 0 auto;
}
#service .camp .item {
  background: #515151;
  background: linear-gradient(314deg, rgb(81, 81, 81) 0%, rgb(0, 0, 0) 100%);
  padding: 57px 0 75px;
  color: white;
}
#service .camp .item_ttl {
  text-align: center;
  font-size: 43px;
  font-weight: 500;
}
#service .camp .item_txt {
  font-size: 18px;
  max-width: 734px;
  margin: 45px auto;
}
#service .camp .item_btn .c-btn {
  color: white;
  border: 1px solid white;
}
#service .partner {
  background: #CBCBCB;
  background: linear-gradient(237deg, rgb(203, 203, 203) 0%, rgb(255, 255, 255) 100%);
  padding: 93px 0 117px;
}
#service .partner .c-sub_ttl {
  text-align: center;
}
#service .partner .item {
  margin-top: 80px;
}
#service .partner .item_img {
  width: 32%;
}
#service .voice {
  background: #CBCBCB;
  background: linear-gradient(92deg, rgb(203, 203, 203) 0%, rgb(255, 255, 255) 75%, rgb(255, 255, 255) 100%);
  padding: 102px 0 106px;
}
#service .voice .c-sub_ttl {
  text-align: center;
}
#service .voice .item {
  margin-top: 58px;
}
#service .voice .item .box {
  background-color: white;
  -webkit-box-shadow: 0px 4px 19px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 19px rgba(0, 0, 0, 0.1);
  padding: 20px;
  margin-bottom: 28px;
}
#service .voice .item .box:last-child {
  margin-bottom: unset;
}
#service .voice .item .box_img {
  min-width: 391px;
}
#service .voice .item .area {
  margin-left: 30px;
}
#service .voice .item .area_ttl {
  font-size: 20px;
  font-weight: 500;
  margin: 30px 0 18px;
}
#service .voice .other {
  margin-top: 70px;
}
#service .voice .other .box {
  background-color: white;
  -webkit-box-shadow: 0px 4px 19px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 19px rgba(0, 0, 0, 0.1);
  padding: 40px 20px;
  max-width: 411px;
  width: 32%;
}
#service .voice .other .box_lead {
  font-size: 16px;
  font-weight: bold;
}
#service .voice .other .box_txt {
  font-size: 18px;
  line-height: 1.6666666667;
  margin-top: 20px;
}
#service .future {
  background: #EEEEEE;
  background: linear-gradient(261deg, rgb(238, 238, 238) 0%, rgb(255, 255, 255) 75%, rgb(255, 255, 255) 100%);
  padding: 103px 0 94px;
}
#service .future .c-sub_ttl {
  text-align: center;
}
#service .future .item {
  margin-top: 65px;
  position: relative;
}
#service .future .item::after {
  content: "";
  display: none;
  width: 18px;
  height: 24px;
  background-image: url(../img/service/arrow_icon.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: 0px;
  -webkit-animation-name: arrow_swipe, arrow_opacity;
          animation-name: arrow_swipe, arrow_opacity;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-timing-function: cubic-bezier(0.54, 0.08, 0.25, 0.97);
          animation-timing-function: cubic-bezier(0.54, 0.08, 0.25, 0.97);
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
#service .future .result_table td:first-child {
  width: unset;
}
#service .future .result_table td:nth-child(2) {
  width: unset;
}
#service .future .bottom {
  margin: 35px 0 42px;
}
#service .future .bottom_ttl {
  font-weight: bold;
  font-size: 18px;
}
#service .future .bottom_txt {
  font-size: 18px;
}
#service .future .box {
  -webkit-box-shadow: 0px 4px 17px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 17px rgba(0, 0, 0, 0.1);
  background-color: white;
  padding: 40px;
}
#service .future .box_ttl {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 25px;
}
#service .reset .theme {
  background-color: white;
  background: unset;
  padding-bottom: unset;
}
#service .reset .result .c-sub_ttl {
  font-size: 30px;
}

@-webkit-keyframes arrow_swipe {
  0% {
    -webkit-transform: translate(100px, 0);
            transform: translate(100px, 0);
  }
  5% {
    -webkit-transform: translate(100px, 0);
            transform: translate(100px, 0);
  }
  80% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}

@keyframes arrow_swipe {
  0% {
    -webkit-transform: translate(100px, 0);
            transform: translate(100px, 0);
  }
  5% {
    -webkit-transform: translate(100px, 0);
            transform: translate(100px, 0);
  }
  80% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@-webkit-keyframes arrow_opacity {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  65% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes arrow_opacity {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  65% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@media (max-width: 1420px) {
  #service .worry .item .box {
    margin-right: 2%;
  }
  #service .camp .inner {
    width: 88%;
  }
}
@media (max-width: 1280px) {
  #service .intro_ttl {
    font-size: 28px;
  }
  #service .intro_sub {
    font-size: 22px;
  }
  #service .worry_head {
    font-size: 22px;
  }
  #service .worry .item .box_ttl {
    font-size: 18px;
  }
  #service .what {
    padding: 100px 0;
  }
  #service .what .item .area_ttl {
    font-size: 26px;
  }
  #service .what .item .img {
    min-width: 310px;
  }
  #service .result {
    padding: 100px 0;
  }
  #service .result_table td:first-child {
    min-width: unset;
  }
  #service .result_table td:nth-child(2) {
    min-width: unset;
    width: unset;
    max-width: 550px;
  }
  #service .result .item.auth .result_table td:first-child {
    min-width: 185px;
  }
  #service .future {
    padding: 100px 0;
  }
  #service .reason {
    padding: 100px 0;
  }
  #service .reason_ttl {
    font-size: 26px;
  }
  #service .theme_ttl {
    font-size: 26px;
  }
  #service .theme .row_ttl {
    font-size: 22px;
  }
  #service .theme .row_txt {
    font-size: 16px;
  }
  #service .step {
    padding: 100px 0;
  }
  #service .step_ttl {
    font-size: 24px;
  }
  #service .facily .area_ttl {
    font-size: 24px;
  }
  #service .faq {
    padding: 100px 0;
  }
  #service .camp {
    padding: 100px 0;
  }
  #service .camp .item_ttl {
    font-size: 30px;
  }
}
@media (max-width: 1150px) {
  #service .serviceMain {
    padding: 100px 0;
  }
  #service .serviceMain .inner {
    width: 88%;
  }
  #service .serviceMain .item .row_img {
    min-width: 337px;
  }
  #service .serviceMain .item .area {
    margin-left: 40px;
  }
  #service .step .c-sub_ttl {
    width: 88%;
    margin: 0 auto;
    line-height: 1.7;
  }
  #service .step .inner {
    width: 88%;
  }
  #service .step.auth .row .area .icon {
    min-width: 80px;
    margin-left: 15px;
  }
  #service .faq .inner {
    width: 88%;
  }
}
@media (max-width: 768px) {
  #service .serviceMain {
    padding: 80px 0;
  }
  #service .serviceMain .item:nth-child(2) {
    margin-top: 60px;
  }
  #service .serviceMain .item .c-sub_ttl {
    line-height: 1.6;
  }
  #service .serviceMain .item .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #service .serviceMain .item .row_img {
    min-width: unset;
  }
  #service .serviceMain .item .area {
    margin-left: unset;
    margin-top: 30px;
    max-width: unset;
  }
  #service .serviceMain .item .area_head_en {
    font-size: 24px;
  }
  #service .serviceMain .item .area_head_jp {
    font-size: 24px;
  }
  #service .intro {
    padding: 80px 0;
  }
  #service .intro_txt {
    margin-top: 30px;
  }
  #service .intro_sub {
    font-size: 20px;
    margin-top: 40px;
  }
  #service .worry {
    padding: 80px 0;
  }
  #service .worry .c-sub_ttl {
    line-height: 1.7;
    text-align: left;
  }
  #service .worry_head {
    font-size: 20px;
    margin-top: 30px;
    padding-bottom: 15px;
  }
  #service .worry .item {
    margin-top: 30px;
  }
  #service .worry .item .box {
    margin-right: unset;
    width: 100%;
    margin-bottom: 30px;
  }
  #service .worry.auth .worry_head {
    font-size: 20px;
  }
  #service .what {
    padding: 80px 0;
  }
  #service .what .item {
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #service .what .item .img {
    min-width: unset;
    width: 80%;
  }
  #service .what .item .area {
    margin-right: unset;
    margin-top: 30px;
  }
  #service .what .item .area_ttl {
    font-size: 20px;
  }
  #service .what .item .area_ttl_sm {
    margin-top: 30px;
    font-size: 18px;
  }
  #service .what .item .area_item_ttl {
    font-size: 16px;
  }
  #service .reason {
    padding: 80px 0;
  }
  #service .reason .c-sub_ttl {
    text-align: left;
    line-height: 1.6;
  }
  #service .reason_ttl {
    margin: 40px 0 20px;
  }
  #service .reason .item {
    width: 700px;
  }
  #service .reason .item .row:first-child .row_reason {
    font-size: 16px;
  }
  #service .reason .item .row_reason {
    padding: 15px;
  }
  #service .reason .item .row_detail {
    padding: 15px;
  }
  #service .reason_table {
    overflow-x: auto;
  }
  #service .reason_table::after {
    display: block;
  }
  #service .result {
    padding: 80px 0;
  }
  #service .result .c-sub_ttl {
    text-align: left;
    line-height: 1.6;
  }
  #service .result .item {
    margin-top: 40px;
    overflow-x: auto;
  }
  #service .result .item::after {
    display: block;
  }
  #service .result_table {
    width: 800px;
  }
  #service .future .c-sub_ttl {
    line-height: 1.7;
  }
  #service .future .item {
    overflow-x: auto;
  }
  #service .future .item::after {
    display: block;
  }
  #service .theme {
    padding: 80px 0;
  }
  #service .theme .c-sub_ttl {
    line-height: 1.6;
  }
  #service .theme_ttl {
    font-size: 22px;
  }
  #service .theme .item {
    margin-top: 40px;
  }
  #service .theme .item .row {
    margin-bottom: 25px;
  }
  #service .theme .item .row:last-child {
    margin-bottom: unset;
  }
  #service .theme .item .row_ttl {
    font-size: 20px;
    padding-bottom: 15px;
  }
  #service .theme .item .row_txt {
    padding-top: 15px;
  }
  #service .step {
    padding: 80px 0;
  }
  #service .step_ttl {
    font-size: 20px;
  }
  #service .step .c-sub_ttl {
    line-height: 1.7;
  }
  #service .step .item {
    margin-top: 40px;
  }
  #service .step .item .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #service .step .item .row .left {
    width: 100%;
  }
  #service .step .item .row .circle {
    background: #505050;
    background: -webkit-gradient(linear, left top, right top, from(rgb(80, 80, 80)), color-stop(75%, rgb(255, 255, 255)), to(rgb(255, 255, 255)));
    background: linear-gradient(90deg, rgb(80, 80, 80) 0%, rgb(255, 255, 255) 75%, rgb(255, 255, 255) 100%);
    padding: 15px 20px;
    width: 100%;
    height: unset;
    border-radius: unset;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #service .step .item .row .circle::after {
    content: unset;
  }
  #service .step .item .row .circle_en {
    margin-top: unset;
    font-size: 20px;
  }
  #service .step .item .row .circle_num {
    font-size: 24px;
    margin-left: 10px;
  }
  #service .step .item .row .area {
    border-bottom: unset;
    padding: 20px 0;
  }
  #service .step .item .row .content_ttl {
    font-size: 18px;
  }
  #service .step .item .row .content_txt {
    font-size: 16px;
  }
  #service .step.auth .c-sub_ttl {
    font-size: 24px;
  }
  #service .facily {
    padding: 80px 0;
  }
  #service .facily .c-sub_ttl {
    text-align: center;
  }
  #service .facily .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 40px;
  }
  #service .facily .area {
    margin-top: 30px;
  }
  #service .facily .area_ttl {
    font-size: 20px;
  }
  #service .faq {
    padding: 80px 0;
  }
  #service .faq .item {
    margin-top: 40px;
  }
  #service .faq .item .question span:first-child {
    font-size: 20px;
  }
  #service .faq .item .question span:last-child {
    font-size: 18px;
  }
  #service .faq .item .answer span:first-child {
    font-size: 20px;
  }
  #service .faq .item .answer span:last-child {
    font-size: 16px;
  }
  #service .camp {
    padding: 80px 0;
  }
  #service .camp .item {
    padding: 40px 5%;
  }
  #service .camp .item_ttl {
    font-size: 20px;
  }
  #service .camp .item_txt {
    margin: 30px auto;
    font-size: 16px;
  }
  #service .partner {
    padding: 80px 0;
  }
  #service .partner .item {
    margin-top: 40px;
  }
  #service .voice {
    padding: 80px 0;
  }
  #service .voice .c-sub_ttl {
    line-height: 1.7;
  }
  #service .voice .item {
    margin-top: 40px;
  }
  #service .voice .item .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 30px 5%;
  }
  #service .voice .item .box_img {
    min-width: unset;
  }
  #service .voice .item .box_img img {
    width: 100%;
  }
  #service .voice .item .box .area {
    margin-left: unset;
  }
  #service .voice .item .box .area_ttl {
    margin: 20px 0 15px;
    font-size: 18px;
  }
  #service .voice .other {
    margin-top: 40px;
  }
  #service .voice .other .box {
    width: 100%;
    margin-bottom: 30px;
  }
  #service .voice .other .box:last-child {
    margin-bottom: unset;
  }
  #service .voice .other .box_txt {
    font-size: 16px;
  }
}
.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;
  margin-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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.menu-overlay .overlay-links .overlay-links__contact .l-header__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 350px;
  margin-top: 20px;
  background-color: #000000;
  color: white;
  height: 50px;
  border-radius: 50px;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.menu-overlay .overlay-links .overlay-links__contact .l-header__contact span:first-child {
  margin-right: 20px;
}

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

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

@media (max-width: 1020px) {
  .menu-overlay {
    display: block;
    width: 100%;
  }
  .sp-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .sp-menu-item span {
    border-bottom: 2px solid #000000;
    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;
  }
}

/* ロゴ位置調整用CSS - 元のサイズ160×50に戻す */
.header-logo {
    display: flex;
    align-items: center;
    height: 50px; /* 元のロゴの高さに合わせる */
}

.header-logo span {
    display: flex;
    align-items: center;
}

.header-logo img {
    vertical-align: middle;
    height: 50px; /* 元のロゴと同じ高さに戻す */
    width: 160px; /* 元のロゴと同じ幅に戻す */
    object-fit: contain; /* 縦横比を保持しながらサイズに合わせる */
}

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


/* --- GrowthFixについて ロゴ枠内収め対応（動きを保持） --- */
.about_logo {
  overflow: visible; /* hiddenからvisibleに変更 */
  display: flex;
  align-items: center;
  justify-content: center;
  width: 433px;
  height: 100%;
  max-width: 100%;
}
.about_logo img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}
/* --- ここまで --- */

/* --- GrowthFixについて ロゴ枠内収め レスポンシブ・比率維持 --- */
@media (max-width: 1024px) {
  .about_logo {
    width: 300px;
    max-width: 80vw;
    height: auto;
  }
}
@media (max-width: 768px) {
  .about_logo {
    width: 200px;
    max-width: 90vw;
    height: auto;
  }
}
.about_logo {
  aspect-ratio: 4/3;
}
/* --- ここまで --- */