@charset "UTF-8";
/* CSS Document */
* {
  box-sizing: border-box;
}
*::before, *::after {
  box-sizing: border-box;
}

body {
  width: 100%;
  padding: 0;
  margin: 0;
  position: relative;
}

/* all */
h1, h2, h3, h4, h5, p, dt, dd, li, th, td, address, strong, em, table, dl, ul, ol, img,
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  padding: 0;
  margin: 0;
  background: transparent;
}

/* font */
h1, h2, h3, h4, h5, p, dt, dd, li, th, td, a, address, strong, em, form, input, textarea, select, submit,
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  color: inherit;
  line-height: inherit;
  font-family: inherit;
  font-size: inherit;
}

/* indivisual */
a {
  border: none;
  color: inherit;
  word-wrap: break-word;
  text-decoration: underline;
  position: relative;
}
a:hover {
  opacity: 1;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

address, em {
  font-style: normal;
}

ul, ol {
  list-style: none none outside;
}

img {
  display: block;
  border: none;
}

html {
  scroll-behavior: smooth;
}

body {
  color: #3A3A3A;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: justify;
  background: url(../img/bg.jpg) center/cover;
  position: relative;
}

a {
  text-decoration: none;
}

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

.cm_h2 {
  position: relative;
}
.cm_h2 .en {
  display: block;
}
@media only screen and (max-width: 999px) {
  .cm_h2 .en {
    width: auto;
    height: 3.125rem;
  }
}
@media only screen and (max-width: 999px) {
  .cm_h2 .en img {
    width: auto;
    height: 100%;
  }
}
.cm_h2 .jp {
  font-size: 1.875rem;
  font-weight: 700;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
@media only screen and (max-width: 999px) {
  .cm_h2 .jp {
    font-size: 1.625rem;
  }
}

.cm_detail {
  display: block;
  width: min(100vh, 100vw - 4rem);
  margin: 0 auto;
}
@media only screen and (max-width: 999px) {
  .cm_detail {
    width: calc(100% - 4rem);
  }
}
.cm_detail a, .cm_detail .a {
  display: block;
  width: fit-content;
  padding-bottom: 0.5rem;
  margin-left: auto;
  position: relative;
  transition: 0.375s cubic-bezier(0.25, 1, 0.5, 1);
}
.cm_detail a:hover::after, .cm_detail .a:hover::after {
  transform: scale(1, 1);
}
.cm_detail a:hover span, .cm_detail .a:hover span {
  color: #52CCE8;
}
.cm_detail a::before, .cm_detail .a::before {
  content: "";
  width: 9rem;
  height: 0.0625rem;
  background-color: #FFF;
  position: absolute;
  right: 0;
  bottom: 0;
}
.cm_detail a::after, .cm_detail .a::after {
  content: "";
  width: 9rem;
  height: 0.0625rem;
  background-color: #52CCE8;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.25s cubic-bezier(0.25, 1, 0.5, 1);
  transform: scale(0, 1);
  transform-origin: left;
}
.cm_detail a span, .cm_detail .a span {
  display: block;
  width: inherit;
  color: #FFF;
  text-align: right;
  font-family: "Lexend", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1; /* 18.4px */
  letter-spacing: 0.025em;
  white-space: nowrap;
  padding: 0;
  margin-left: auto;
  transition: 0.25s;
}

@media only screen and (min-width: 1000px) {
  .cm_flex {
    display: flex;
  }
}
.cm_link {
  display: block;
  width: 18.75rem;
  height: 3.75rem;
  border-radius: 3.125rem;
  background-color: #3A3A3A;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 999px) {
  .cm_link {
    margin: 0 auto;
  }
}
.cm_link span {
  font-size: 1.125rem;
  font-weight: 400;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.cm_link:hover::after {
  right: 1.625rem;
}
.cm_link::after {
  width: 0.75rem;
  height: 0.613125rem;
  content: "";
  position: absolute;
  top: 50%;
  right: 1.1875rem;
  transform: translateY(-50%);
  background: url(../img/arw.svg) center/contain no-repeat;
  filter: brightness(0) invert(1);
  transition: 0.35s cubic-bezier(0.25, 1, 0.5, 1);
}

.cm_recruit {
  width: 100%;
  height: 30.7291666667vw;
  background: url(../img/index/recruit_bg.jpg) center/cover no-repeat;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 999px) {
  .cm_recruit {
    background: url(../img/index/_reruit_bg.jpg) center/cover no-repeat;
    height: 20.6875rem;
  }
}
.cm_recruit .wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 999px) {
  .cm_recruit .wrap {
    width: calc(100% - 4rem);
    position: relative;
    top: 3.125rem;
    transform: translateX(-50%);
  }
}
.cm_recruit .wrap h2 {
  width: 29.934375vw;
  height: auto;
  margin: 0 auto;
}
@media only screen and (max-width: 999px) {
  .cm_recruit .wrap h2 {
    width: 100%;
  }
}
.cm_recruit .wrap h2 img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 999px) {
  .cm_recruit .wrap .inner {
    background-color: #99CDE4;
    margin: 0 calc(50% - 50vw);
    padding-bottom: 5.625rem;
  }
}
.cm_recruit .wrap .inner p {
  font-size: 0.9375vw;
  font-weight: 400;
  line-height: 2.555;
  color: #fff;
  text-align: center;
  margin: calc(2.8390625vw - 0.777em) 0 -0.777em;
}
@media only screen and (max-width: 999px) {
  .cm_recruit .wrap .inner p {
    width: calc(100% - 4rem);
    font-size: 1.125rem;
    line-height: 1.75;
    margin: calc(12.62rem - 0.375em) auto -0.375em;
    padding-top: 3.125rem;
  }
}
.cm_recruit .wrap .inner .cm_link {
  margin: 2.150625rem auto 0;
}

.cm_contact {
  max-width: 67.5rem;
  width: calc(100% - 4rem);
  background-color: #fff;
  border-radius: 0.625rem;
  margin: 11.615rem auto 0;
  padding: 5.565rem 0 5.739375rem;
  position: relative;
}
.cm_contact::after {
  content: "";
  width: 15rem;
  height: 12.125rem;
  background: url(../img/airplane2.svg) center/cover no-repeat;
  position: absolute;
  left: 49.600625rem;
  top: -2.353125rem;
}
@media only screen and (max-width: 999px) {
  .cm_contact::after {
    width: 5rem;
    height: 3.5625rem;
    right: -2rem;
    left: unset;
  }
}
@media only screen and (max-width: 999px) {
  .cm_contact {
    max-width: 100%;
    margin: 7.5rem auto 0;
    padding: 3.125rem 2rem;
  }
}
.cm_contact .cm_h2 .en {
  width: 40.183125rem;
  max-width: 40.183125rem;
  height: auto;
  margin: 0 auto;
}
@media only screen and (max-width: 999px) {
  .cm_contact .cm_h2 .en {
    width: 100%;
  }
}
.cm_contact .cm_h2 .en img {
  width: 100%;
  height: auto;
}
.cm_contact .cm_h2 .jp {
  white-space: nowrap;
  left: 50%;
  bottom: -1.89875rem;
  top: unset;
  transform: translateX(-50%);
}
@media only screen and (max-width: 999px) {
  .cm_contact .cm_h2 .jp {
    font-size: 2rem;
    bottom: -1rem;
  }
}
.cm_contact .wrap {
  width: 34.2925rem;
  margin: 0 auto 0;
}
@media only screen and (max-width: 999px) {
  .cm_contact .wrap {
    width: 100%;
  }
}
.cm_contact .wrap .cm_flex {
  align-items: flex-end;
  justify-content: space-between;
}
.cm_contact .wrap .cm_flex:first-child .txt_box dl dt {
  margin: calc(4.511875rem - 0.1em) 0 -0.1em;
}
.cm_contact .wrap .cm_flex .txt_box dl dt {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
  margin: calc(1.74375rem - 0.1em) 0 -0.1em;
}
.cm_contact .wrap .cm_flex .txt_box dl dd {
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.02em;
  margin: calc(1.045rem - 0.25em) 0 -0.25em;
}
.cm_contact .wrap .cm_flex span {
  display: block;
}
@media only screen and (max-width: 999px) {
  .cm_contact .wrap .cm_flex span {
    margin-top: 1rem;
  }
}
.cm_contact .wrap .cm_flex .tell {
  display: flex;
  align-items: center;
  gap: 0 0.47875rem;
}
.cm_contact .wrap .cm_flex .tell .blue_bg {
  display: block;
  width: 3.75rem;
  height: 1.25rem;
  background-color: #149AE6;
  position: relative;
}
.cm_contact .wrap .cm_flex .tell .blue_bg strong {
  color: #fff;
  position: absolute;
  left: 50%;
  top: calc(50% - 0.05em);
  transform: translate(-50%, -50%);
}
.cm_contact .wrap .cm_flex .tell span {
  letter-spacing: -0.07em;
}
.cm_contact .wrap .cm_link {
  margin: 2.88625rem auto 0;
}
.cm_contact .wrap .cm_link span {
  letter-spacing: -0.07em;
  white-space: nowrap;
}

.cm_insta {
  position: fixed;
  left: 2rem;
  bottom: 7rem;
  z-index: 1;
}
.cm_insta a {
  position: relative;
}
.cm_insta a:hover .instagram {
  visibility: hidden;
}
.cm_insta a:hover .wrap {
  visibility: visible;
}
.cm_insta a .instagram {
  width: 5rem;
  height: 5rem;
  background-color: #fff;
  border-radius: 3.125rem;
  box-shadow: 0px 0px 23px -5px #149AE6;
  position: absolute;
}
.cm_insta a .instagram span {
  display: block;
  width: 2.5rem;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.cm_insta a .instagram span img {
  width: 100%;
  height: auto;
}
.cm_insta a .wrap {
  display: flex;
  align-items: center;
  width: 19.875rem;
  height: 5rem;
  background-color: #fff;
  border-radius: 3.125rem;
  box-shadow: 0px 0px 23px -5px #149AE6;
  visibility: hidden;
  position: absolute;
  transition: opacity 0.75s cubic-bezier(0.25, 1, 0.5, 1), visibility 0.75s cubic-bezier(0.25, 1, 0.5, 1);
}
.cm_insta a .wrap .insta {
  width: 5rem;
  height: 5rem;
  border-radius: 3.125rem;
  margin-right: 0.7425rem;
  position: relative;
}
.cm_insta a .wrap .insta img {
  width: 100%;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.cm_insta a .wrap .insta_line {
  width: 5.841875rem;
  height: auto;
  margin-top: 0.625rem;
  margin-right: 1.209375rem;
  position: relative;
}
.cm_insta a .wrap .insta_line::after {
  content: "";
  width: 0.0625rem;
  height: calc(100% - 0.9375rem);
  background-color: #cccccc;
  position: absolute;
  right: -0.6046875rem;
  top: calc(50% - 0.3125rem);
  transform: translateY(-50%);
}
.cm_insta a .wrap .insta_line img {
  width: 100%;
  height: auto;
}
.cm_insta a .wrap span {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 3.395;
}

.cm_top {
  display: flex;
  align-items: center;
  gap: 0 1.0625rem;
  position: fixed;
  right: 2rem;
  bottom: 4.5rem;
  z-index: 1;
}
.cm_top .top_button {
  width: 5rem;
  height: 5rem;
  background-color: #3A3A3A;
  border-radius: 3.125rem;
  position: absolute;
  right: 0;
}
.cm_top .top_button::before {
  content: "";
  width: 0.625rem;
  height: 0.5rem;
  background: url(../img/triangle.svg) center/cover no-repeat;
  position: absolute;
  left: 50%;
  top: 0.9275rem;
  transform: translateX(-50%);
}
.cm_top .top_button span {
  font-size: 1.75rem;
  font-weight: 700;
  font-family: "Lexend", sans-serif;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.cm_txt_scroll {
  width: 100vw;
  height: 6.6666666667vw;
  overflow: hidden;
}
@media only screen and (max-width: 999px) {
  .cm_txt_scroll {
    height: 16.6666666667vw;
  }
}
.cm_txt_scroll .mask {
  display: flex;
  max-width: inherit;
  height: 6.6666666667vw;
  position: absolute;
  top: 0;
  left: 0;
  animation: a_scroll 20s linear infinite;
}
@media only screen and (max-width: 999px) {
  .cm_txt_scroll .mask {
    height: 16.6666666667vw;
  }
}
.cm_txt_scroll .mask img {
  width: auto;
  max-width: inherit;
  height: 6.6666666667vw;
}
@media only screen and (max-width: 999px) {
  .cm_txt_scroll .mask img {
    height: 16.6666666667vw;
  }
}

@keyframes a_scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.blurIn {
  transition: 0.75s linear;
  opacity: 0;
  filter: blur(16px);
}
.blurIn.play {
  opacity: 1;
  filter: blur(0);
}

.fadeIn {
  transition: 0.75s linear;
  opacity: 0;
}
.fadeIn.play {
  opacity: 1;
}

.slideUp {
  transition: transform 0.75s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s linear;
  transform: translateY(2rem);
  opacity: 0;
}
.slideUp.play {
  transform: translateY(0);
  opacity: 1;
}

.slideLeft {
  transition: transform 0.75s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s linear;
  opacity: 0;
}
.slideLeft.play {
  transform: translate(0);
  opacity: 1;
}
@media only screen and (min-width: 1000px) {
  .slideLeft {
    transform: translateX(2rem);
  }
}
@media only screen and (max-width: 999px) {
  .slideLeft {
    transform: translateY(2rem);
  }
}

.slideRight {
  transition: transform 0.75s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s linear;
  opacity: 0;
}
.slideRight.play {
  transform: translate(0);
  opacity: 1;
}
@media only screen and (min-width: 1000px) {
  .slideRight {
    transform: translateX(-2rem);
  }
}
@media only screen and (max-width: 999px) {
  .slideRight {
    transform: translateY(2rem);
  }
}

@media only screen and (min-width: 1000px) {
  .slideUp.delay,
  .slideLeft.delay,
  .slideRight.delay {
    transition-delay: 0.125s;
  }
  .slideUp.delay2,
  .slideLeft.delay2,
  .slideRight.delay2 {
    transition-delay: 0.25s;
  }
  .slideUp.delay3,
  .slideLeft.delay3,
  .slideRight.delay3 {
    transition-delay: 0.375s;
  }
  .slideUp.delay4,
  .slideLeft.delay4,
  .slideRight.delay4 {
    transition-delay: 0.5s;
  }
  .slideUp.delay5,
  .slideLeft.delay5,
  .slideRight.delay5 {
    transition-delay: 0.625s;
  }
}

@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
header {
  max-width: 100%;
  width: 100%;
  height: 7rem;
  overflow: visible;
  position: fixed;
  z-index: 100;
}
@media only screen and (min-width: 1000px) {
  header {
    display: flex;
    align-items: center;
    justify-content: center;
    justify-content: space-between;
  }
}
header.show {
  height: unset;
}
header.show .menu div {
  background-color: #fff;
}
header.show .menu div.bar {
  top: 50% !important;
  transform: translate(0%, -50%) rotate(320deg);
}
header.show .menu div.bar3 {
  width: 2.5rem;
  top: 50% !important;
  transform: translate(0%, -50%) rotate(-320deg);
}
header.show nav {
  pointer-events: auto;
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}
header.show nav::before {
  transition-delay: 0.375s;
  mask-position: 0% 100%;
}
header.show nav::after {
  transition-delay: 0.375s;
  mask-position: 0% 0%;
}
header.show nav .bg {
  width: 100%;
  height: 100%;
  border-radius: 0rem;
  opacity: 1;
}
header.show nav .bg .rt svg path {
  transition-delay: 0.25s;
  stroke-dashoffset: -633px;
}
header.show nav .bg .lb svg path {
  transition-delay: 0.25s;
  stroke-dashoffset: -633px;
}
header.show nav ul li {
  transform: translateY(0);
  opacity: 1;
}
header.show nav ul li:nth-child(1) {
  transition-delay: 0.5625s;
}
header.show nav ul li:nth-child(2) {
  transition-delay: 0.625s;
}
header.show nav ul li:nth-child(3) {
  transition-delay: 0.6875s;
}
header.show nav ul li:nth-child(4) {
  transition-delay: 0.75s;
}
header.show nav ul li:nth-child(5) {
  transition-delay: 0.8125s;
}
header.show nav ul li:nth-child(6) {
  transition-delay: 0.875s;
}
header .h1 {
  max-width: 31.14625rem;
  width: 25.9552083333vw;
  margin: 3rem 0 0 4rem;
  position: relative;
  z-index: 16;
}
@media only screen and (max-width: 999px) {
  header .h1 {
    max-width: unset;
    width: 16.639375rem;
    margin: 1.75rem 0 0 2rem;
  }
}
@media only screen and (min-width: 1000px) {
  header .menu {
    display: none;
  }
}
@media only screen and (max-width: 999px) {
  header .menu {
    display: block;
    cursor: pointer;
    width: 5rem;
    height: 2rem;
    position: fixed;
    top: 2rem;
    right: 0;
    z-index: 99;
  }
}
header .menu div {
  width: 2.5rem;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: calc(50% - 8px);
  right: 2rem;
  transition: 0.125s cubic-bezier(0.25, 1, 0.5, 1);
  transform: translate(0%, -50%);
}
header .menu div.bar3 {
  width: 1.75rem;
  top: 50%;
}
@media only screen and (min-width: 1000px) {
  header nav .bg {
    display: none;
  }
  header nav ul {
    align-items: center;
    gap: 0 3rem;
    margin-top: 3.5rem;
    margin-right: 5rem;
  }
  header nav ul li {
    position: relative;
  }
  header nav ul li::after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #FFF;
    position: absolute;
    left: 0;
    bottom: -0.25rem;
    transition: 0.25s cubic-bezier(0.25, 1, 0.5, 1);
    transform: scale(0, 1);
    transform-origin: left;
  }
  header nav ul li:hover::after {
    transform: scale(1, 1);
  }
  header nav ul li a .en {
    display: block;
    color: #FFF;
    text-align: center;
    font-family: "Lexend", sans-serif;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.025em;
  }
  header nav ul li a .jp {
    display: none;
  }
}
@media only screen and (max-width: 999px) {
  header nav {
    pointer-events: none;
    width: 100%;
    height: 100vh;
    overflow-y: scroll;
    position: fixed;
    left: 0;
    top: 0;
  }
  header nav::before {
    content: "";
    width: 20rem;
    height: 28.125rem;
    border-radius: 0 0 0 20rem;
    opacity: 0.6;
    background: linear-gradient(180deg, rgba(82, 204, 232, 0) 0%, var(--base_blue, #52CCE8) 100%);
    position: absolute;
    right: 0;
    top: 0;
    mask-image: linear-gradient(0deg, rgb(0, 0, 0) 35%, rgba(0, 0, 0, 0) 65%);
    mask-position: 0% 0%;
    mask-size: 100% 300%;
    transition: 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  }
  header nav::after {
    content: "";
    width: 20rem;
    height: 28.125rem;
    border-radius: 0 20rem 0 0;
    opacity: 0.6;
    background: linear-gradient(180deg, var(--base_red, #E88580) 0%, rgba(232, 133, 128, 0) 100%);
    position: absolute;
    left: 0;
    bottom: 0;
    mask-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 35%, rgb(0, 0, 0) 65%);
    mask-position: 0% 100%;
    mask-size: 100% 300%;
    transition: 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  }
  header nav .bg {
    width: calc(100% - 4rem);
    height: calc(100% - 4rem);
    background: rgba(61, 61, 61, 0.88);
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: -1;
    backdrop-filter: blur(4px);
    border-radius: 4rem;
    transition: 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    transform: translate(-50%, -50%);
    opacity: 0;
  }
  header nav .bg .rt {
    width: 20rem;
    height: 28.125rem;
    position: absolute;
    right: 0;
    top: 0;
  }
  header nav .bg .rt svg path {
    fill: none;
    stroke: #FFF;
    stroke-width: 1;
    opacity: 0.32;
    stroke-dashoffset: 633px;
    stroke-dasharray: 633px;
    transition: 0.625s cubic-bezier(0.25, 1, 0.5, 1);
  }
  header nav .bg .lb {
    width: 20rem;
    height: 28.125rem;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  header nav .bg .lb svg path {
    fill: none;
    stroke: #FFF;
    stroke-width: 1;
    opacity: 0.32;
    stroke-dashoffset: 633px;
    stroke-dasharray: 633px;
    transition: 0.625s cubic-bezier(0.25, 1, 0.5, 1);
  }
  header nav ul {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
  }
  header nav ul li {
    margin-top: 3rem;
    transition: 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    transform: translateY(1rem);
    opacity: 0;
  }
  header nav ul li:first-child {
    margin-top: unset;
  }
  header nav ul li:last-child {
    display: block;
  }
  header nav ul li:last-child .en {
    width: 3rem;
    height: auto;
    margin: 4rem auto 0;
  }
  header nav ul li:last-child .en img {
    width: 100%;
    height: auto;
  }
  header nav ul li:last-child .jp {
    color: #FFF;
    text-align: center;
    font-family: "Lexend", sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.05em;
    margin-top: 1.125rem;
  }
  header nav ul li a .en {
    display: block;
    color: #FFF;
    text-align: center;
    font-family: "Lexend", sans-serif;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.025em;
  }
  header nav ul li a .jp {
    display: block;
    color: #FFF;
    text-align: center;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.05em;
    margin-top: 1rem;
  }
}
@media only screen and (max-width: 1061px) {
  header nav ul {
    gap: 0 2.5vw;
  }
}
header .scroll {
  width: 0.75rem;
  height: 8rem;
  position: absolute;
  left: 2.625rem;
  bottom: 0;
  z-index: 2;
}
@media only screen and (max-width: 999px) {
  header .scroll {
    display: none;
  }
}
header .scroll .en {
  display: block;
  font-size: 0.75rem;
  font-family: "Lexend", sans-serif;
  letter-spacing: 0.1em;
  writing-mode: vertical-rl;
  transform: translateX(0px);
}
header .scroll .bar {
  display: block;
  width: 0.625rem;
  height: 4rem;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0.25rem;
}
header .scroll .bar::before {
  display: block;
  content: "";
  width: 1px;
  height: 200%;
  background: #000;
  animation: scroll2 2.5s cubic-bezier(0.5, 0, 0.75, 0) infinite;
  transform-origin: top;
  position: absolute;
  top: 0;
  left: 0.09375rem;
}
@keyframes scroll2 {
  0% {
    transform: translateY(-100%);
  }
  75% {
    transform: translateY(50%);
  }
  100% {
    transform: translateY(50%);
  }
}

footer {
  width: 100%;
  background-color: #C4C4C4;
  padding: 5rem 7.5rem 5.0625rem;
}
@media only screen and (max-width: 999px) {
  footer {
    padding: 5rem 2rem;
  }
}
footer .cm_flex {
  max-width: 120rem;
  margin: 0 auto;
}
@media only screen and (min-width: 1000px) {
  footer .cm_flex {
    align-items: flex-start;
    justify-content: space-between;
    gap: 0 1rem;
  }
}
footer .cm_flex .flex {
  display: flex;
  align-items: flex-start;
  gap: 0 2.475625rem;
}
@media only screen and (max-width: 999px) {
  footer .cm_flex .flex {
    gap: 0 1rem;
  }
}
footer .cm_flex .flex .img {
  max-width: 8.774375rem;
  height: auto;
}
footer .cm_flex .flex .img img {
  width: 100%;
  height: auto;
}
footer .cm_flex .flex .txt_box {
  max-width: 31.75rem;
}
footer .cm_flex .flex .txt_box span {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1; /* 30px */
  letter-spacing: 0.025em;
}
footer .cm_flex .flex .txt_box address {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5; /* 24px */
  letter-spacing: 0.025em;
  margin: calc(1rem - 0.25em) 0 -0.25em;
}
@media only screen and (max-width: 999px) {
  footer .cm_flex .txt_wrap {
    margin: calc(4rem - 0.25em) 0 -0.25em;
  }
}
footer .cm_flex .txt_wrap a {
  display: block;
  width: fit-content;
  color: #000;
  text-align: right;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5; /* 24px */
  letter-spacing: 0.025em;
  text-decoration: underline;
  margin-left: auto;
  transition: 0.3s ease;
}
footer .cm_flex .txt_wrap a:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 999px) {
  footer .cm_flex .txt_wrap a {
    margin: 0 auto;
  }
}
footer .cm_flex .txt_wrap .copy {
  color: #000;
  text-align: right;
  font-family: "Lexend", sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1; /* 18px */
  letter-spacing: 0.025em;
  white-space: nowrap;
  margin-top: 4.5rem;
}
@media only screen and (max-width: 999px) {
  footer .cm_flex .txt_wrap .copy {
    text-align: center;
  }
}

.cm_table, .post .wp-block-table table {
  width: 100%;
  border-collapse: collapse;
}
.cm_table th, .post .wp-block-table table th,
.cm_table td,
.post .wp-block-table table td {
  padding: 1rem 0 1rem;
  line-height: 2;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
@media only screen and (max-width: 999px) {
  .cm_table th, .post .wp-block-table table th,
  .cm_table td,
  .post .wp-block-table table td {
    display: block;
    width: 100%;
  }
}
.cm_table th ul, .post .wp-block-table table th ul,
.cm_table td ul,
.post .wp-block-table table td ul {
  margin: 0;
}
.cm_table th ul li, .post .wp-block-table table th ul li,
.cm_table td ul li,
.post .wp-block-table table td ul li {
  line-height: 1.75;
  margin: calc(0.75rem - 0.375em) 0 -0.375rem;
}
@media only screen and (max-width: 999px) {
  .cm_table td, .post .wp-block-table table td {
    padding: 0 0 1rem;
  }
}
.cm_table th, .post .wp-block-table table th {
  font-weight: normal;
  text-align: left;
  vertical-align: top;
}
@media only screen and (max-width: 999px) {
  .cm_table th, .post .wp-block-table table th {
    padding: 1rem 0 0.25rem;
    border: none;
  }
}

.cm_btn, .post .wp-block-buttons .wp-block-button .wp-block-button__link {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(50%);
}

.wp-block-table table {
  border: none;
}
.wp-block-table table tr {
  border: none;
}
.wp-block-table table tr th,
.wp-block-table table tr td {
  border: none;
}

.post .wp-block-image {
  width: 100%;
  margin: 2.5rem 0 0;
}
.post .wp-block-image.aligncenter img {
  margin: 0 auto;
}
.post .wp-block-image figcaption {
  line-height: 1.75;
  margin: calc(1rem - 0.375em) 0 -0.375em;
}
.post .aligncenter {
  text-align: center;
}
.post .aligncenterimg {
  display: block;
  margin: 2.5rem auto 0;
}
.post .aligncenter img {
  display: block;
  margin: 2.5rem auto 0;
}
.post .wp-block-table {
  margin-top: 2.5rem;
}
.post .wp-block-table.table_blue table {
  border-top: 2px solid #149AE6;
}
@media only screen and (max-width: 999px) {
  .post .wp-block-table.table_blue table {
    border-bottom: 2px solid #149AE6;
  }
}
.post .wp-block-table.table_blue table tbody tr:last-child th,
.post .wp-block-table.table_blue table tbody tr:last-child td {
  border-bottom: 2px solid #149AE6;
}
@media only screen and (max-width: 999px) {
  .post .wp-block-table.table_blue table tbody tr:last-child th,
  .post .wp-block-table.table_blue table tbody tr:last-child td {
    border: none;
  }
}
@media only screen and (max-width: 999px) {
  .post .wp-block-table.table_blue table tbody tr:last-child td:last-child {
    border-bottom: none;
  }
}
.post .wp-block-table.table_blue table tbody tr th {
  border-bottom: 1px dashed #149AE6;
}
@media only screen and (max-width: 999px) {
  .post .wp-block-table.table_blue table tbody tr th {
    border: none;
  }
}
.post .wp-block-table.table_blue table tbody tr td {
  border-bottom: 1px dashed #149AE6;
}
@media only screen and (max-width: 999px) {
  .post .wp-block-table.table_blue table tbody tr td {
    border-bottom: none;
  }
  .post .wp-block-table.table_blue table tbody tr td:last-child {
    border-bottom: 1px dashed #149AE6;
  }
}
.post .wp-block-table table {
  margin-top: 0 !important;
}
.post .wp-block-table figcaption {
  display: block;
  color: rgba(0, 0, 0, 0.5);
  font-size: 0.75rem;
  font-style: normal;
  line-height: 1.5;
  margin: calc(1.25rem - 0.25em) 0 -0.25em;
}
.post .wp-block-buttons .wp-block-button {
  text-align: center;
}
.post .wp-block-buttons .wp-block-button .wp-block-button__link {
  margin: 2.5rem auto 0;
}
.post .wp-block-columns {
  margin-top: 1rem;
}
@media only screen and (min-width: 1000px) {
  .post .wp-block-columns {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
  }
}
.post .wp-block-columns .wp-block-column > *:first-child {
  margin-top: 0;
}
.post .wp-block-quote {
  padding: 2.5rem;
  margin: 2.5rem 0 0;
  background: rgba(0, 159, 232, 0.06);
}
.post .wp-block-quote p {
  color: #149AE6;
  font-weight: 700;
  margin-top: -0.5em;
}
.post .wp-block-quote cite {
  display: block;
  color: rgba(0, 0, 0, 0.5);
  font-size: 0.75rem;
  font-style: normal;
  line-height: 1.5;
  margin: calc(1.25rem - 0.25em) 0 -0.25em;
}
.post .wp-block-preformatted {
  color: #149AE6;
  font-weight: normal;
  line-height: 2;
  padding: calc(2.5rem - 0.5em) 2.5rem;
  margin: 2.5rem 0 0;
  background: rgba(0, 159, 232, 0.06);
}
.post .wp-block-pullquote {
  margin: 2.5rem 0 0;
  border-top: 2px solid #149AE6;
  border-bottom: 2px solid #149AE6;
}
.post .wp-block-pullquote blockquote {
  padding: 2.5rem;
  margin: 0;
}
@media only screen and (max-width: 999px) {
  .post .wp-block-pullquote blockquote {
    padding: 2.5rem 0;
  }
}
.post .wp-block-pullquote blockquote p {
  color: #149AE6;
  font-weight: 700;
  margin-top: -0.5em;
}
.post .wp-block-pullquote blockquote cite {
  display: block;
  color: rgba(0, 0, 0, 0.5);
  font-size: 0.75rem;
  font-style: normal;
  line-height: 1.5;
  margin: calc(1.25rem - 0.25em) 0 -0.25em;
}
.post .has-text-align-center {
  text-align: center;
}
.post .has-text-align-right {
  text-align: right;
}
.post .wp-block-media-text {
  gap: 0 2rem;
  margin-top: 2rem;
}
.post .wp-block-media-text .wp-block-media-text__content {
  padding: 0;
}
.post .wp-block-media-text .wp-block-media-text__content > *:first-child {
  margin-top: 0;
}
.post .wp-block-media-text .wp-block-media-text__media {
  margin-bottom: 1rem;
}
.post .wp-block-media-text .wp-block-media-text__media > *:first-child {
  margin-top: 0;
}
.post .wp-block-group.is-layout-constrained {
  margin: 5rem calc(50% - 50vw) 0;
  padding: 5rem 0 8.1875rem;
  position: relative;
}
.post .wp-block-group.is-layout-constrained > *:first-child {
  margin-top: 0;
}
.post .wp-block-group.is-layout-constrained::before {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background: rgba(19, 175, 6, 0.08);
  z-index: -1;
}
.post .wp-block-gallery .wp-block-image {
  width: unset;
}

.post {
  margin: 5rem auto 0;
}
.post:first-child {
  margin: 0 auto;
}
.post h1 {
  color: #149AE6;
  font-size: 1.75rem;
  line-height: 1.5;
  padding-bottom: 0.5rem;
  border-bottom: 0.125rem solid #149AE6;
  position: relative;
}
.post h2,
.post .h2 {
  color: #149AE6;
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin: calc(5rem - 0.25em) 0 -0.25rem;
  position: relative;
}
@media only screen and (max-width: 999px) {
  .post h2,
  .post .h2 {
    margin: calc(4rem - 0.25em) 0 -0.25rem;
  }
}
.post h3 {
  color: #149AE6;
  font-size: 1.75rem;
  letter-spacing: 0.15em;
  line-height: 1.5;
  margin: calc(6rem - 0.25em) 0 -0.25rem;
}
@media only screen and (max-width: 999px) {
  .post h3 {
    letter-spacing: 0.1em;
    font-size: 1.5rem;
    margin: calc(4rem - 0.25em) 0 -0.25rem;
  }
}
.post h4 {
  color: #149AE6;
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin: calc(4rem - 0.25em) 0 -0.25em;
  border-bottom: 0.125rem solid #149AE6;
  padding-bottom: 0.25rem;
}
@media only screen and (max-width: 999px) {
  .post h4 {
    margin: calc(3rem - 0.25em) 0 -0.25em;
  }
}
.post h5 {
  color: #149AE6;
  line-height: 1.5;
  margin: calc(3rem - 0.25em) 0 -0.25em;
}
@media only screen and (max-width: 999px) {
  .post h5 {
    margin: calc(2rem - 0.25em) 0 -0.25em;
  }
}
.post p {
  line-height: 2;
  text-align: justify;
  margin: 1.5em 0 -0.5em;
}
.post p.date {
  margin: calc(1.5rem - 0.5em) 0 -0.5em;
}
.post ul,
.post ol {
  padding-left: 1.25rem;
  margin: 2rem 0 0 0.25em;
  list-style: square none;
}
.post ul li,
.post ol li {
  line-height: 2;
  margin: calc(1rem - 0.5em) 0 -0.5rem;
}
.post ul li:first-child,
.post ol li:first-child {
  margin-top: -0.5em;
}
.post ol {
  margin: 2rem 0 0 0.5em;
  list-style: decimal none;
}
.post img {
  margin: 2rem 0 0;
}
.post table {
  width: 100%;
  margin-top: 2rem;
  border-top: 1px solid rgba(0, 134, 209, 0.2);
}
.post table caption {
  caption-side: bottom;
  text-align: left;
  line-height: 1.75;
  margin-top: 0.75rem;
}
.post table tbody tr td,
.post table tbody tr th {
  vertical-align: top;
  padding: 0.625rem 0 0.625rem;
  line-height: 1.75;
  border-bottom: 1px solid rgba(0, 134, 209, 0.2);
}
.post table tbody tr th {
  padding-right: 1rem;
}
.post .red {
  color: red;
}

.mw_wp_form {
  margin-top: 3rem;
}
.mw_wp_form .need {
  display: inline-block;
  color: #F00C38;
  font-size: 0.75rem;
  padding-left: 0.5rem;
}
.mw_wp_form .error {
  color: #ff0033 !important;
  margin-top: 0.75em;
}
.mw_wp_form dl {
  position: relative;
}
.mw_wp_form dl:first-child dt {
  border-top: none;
}
@media only screen and (max-width: 999px) {
  .mw_wp_form dl:last-of-type {
    border: none;
  }
}
.mw_wp_form dl:last-of-type dt {
  display: block;
}
@media only screen and (min-width: 1000px) {
  .mw_wp_form dl {
    display: flex;
  }
}
.mw_wp_form dl:first-child {
  margin-top: 0;
}
.mw_wp_form dl dt {
  font-weight: bold;
  line-height: 1.5;
  color: #FFF;
  padding: 1.5rem 0rem;
}
@media only screen and (min-width: 1000px) {
  .mw_wp_form dl dt {
    width: 15.625rem;
    display: flex;
    align-items: center;
  }
}
@media only screen and (max-width: 999px) {
  .mw_wp_form dl dt {
    padding: 0.75rem 0rem;
  }
}
.mw_wp_form dl dd {
  padding: 1.25rem 0rem;
}
@media only screen and (min-width: 1000px) {
  .mw_wp_form dl dd {
    width: calc(100% - 15.625rem);
  }
}
@media only screen and (max-width: 999px) {
  .mw_wp_form dl dd {
    padding: 0.7692307692rem 0 1.1538461538rem;
  }
}
.mw_wp_form input[type=tel],
.mw_wp_form input[type=email],
.mw_wp_form input[type=text],
.mw_wp_form input[type=number],
.mw_wp_form textarea {
  display: block;
  width: 100%;
  line-height: 1.5;
  padding: 0.75em 1em;
  background: #fff;
  border: 1px solid #149AE6;
  border-radius: 0.5rem;
  appearance: none;
}
.mw_wp_form input[type=tel]::placeholder,
.mw_wp_form input[type=email]::placeholder,
.mw_wp_form input[type=text]::placeholder,
.mw_wp_form input[type=number]::placeholder,
.mw_wp_form textarea::placeholder {
  color: #C7C7C7;
}
.mw_wp_form .btn {
  display: flex;
  justify-content: center;
  gap: 0 3.125rem;
  margin-top: 3.125rem;
}
@media only screen and (max-width: 999px) {
  .mw_wp_form .btn {
    flex-direction: column-reverse;
    gap: 2.0769230769rem 0;
    align-items: center;
  }
}
.mw_wp_form input[type=submit],
.mw_wp_form input[type=reset] {
  cursor: pointer;
  display: block;
  width: 18.75rem;
  color: #149AE6;
  background: #FFF;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.2em;
  text-align: center;
  text-decoration: none;
  padding: 1.25rem 0;
  border-radius: 9999px;
  border: none;
  appearance: none;
  transition: 0.25s;
}
.mw_wp_form input[type=submit]:hover,
.mw_wp_form input[type=reset]:hover {
  opacity: 0.6;
}
.mw_wp_form input[type=reset] {
  color: #fff;
  border-radius: 0.3125rem;
}
.mw_wp_form select {
  display: block;
  width: 100%;
  line-height: 1.5;
  background: #fff;
  border: 1px solid #149AE6;
  border-radius: 0.5rem;
  padding: 0.75em 1em;
}
.mw_wp_form .radio {
  gap: 1.25rem;
  margin-top: 0.5rem;
}
.mw_wp_form .radio label {
  position: relative;
  cursor: pointer;
  padding-left: 1.875rem;
  margin-right: 0.625rem;
}
.mw_wp_form .radio label input {
  position: absolute;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
}
.mw_wp_form .radio label:has(input:checked)::after {
  opacity: 1;
}
.mw_wp_form .radio label::before,
.mw_wp_form .radio label::after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
}
.mw_wp_form .radio label::before {
  background-color: #FFF;
  border: 1px solid #149AE6;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  left: 0;
}
.mw_wp_form .radio label::after {
  background-color: #149AE6;
  border-radius: 50%;
  opacity: 0;
  width: 12px;
  height: 12px;
  left: 4px;
}
.mw_wp_form .radio input:checked + label::after {
  opacity: 1;
}
.mw_wp_form .radio .horizontal-item + .horizontal-item {
  margin-left: 0;
}
.mw_wp_form .radio_btn {
  position: absolute;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
}
.mw_wp_form .check_box .mwform-checkbox-field .mwform-checkbox-field-text {
  display: none;
}
.mw_wp_form.mw_wp_form_confirm .input_text {
  display: none;
}
@media only screen and (min-width: 1000px) {
  .mw_wp_form.mw_wp_form_confirm dl dd {
    line-height: 1.5;
  }
}

/* wp-pagenavi */
.wp-pagenavi {
  text-align: center;
  margin-top: 10rem;
}
.wp-pagenavi a:active,
.wp-pagenavi a:hover,
.wp-pagenavi a:link,
.wp-pagenavi a:visited,
.wp-pagenavi .current {
  display: inline-block;
  width: 2.5em;
  height: 2.5em;
  color: #149AE6;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  border: 1px solid #149AE6;
  margin: 0 0.25em;
  border-radius: 0.25em;
  box-sizing: border-box;
  padding: 0.6em 0 0.3em;
}
.wp-pagenavi .pages {
  display: inline-block;
  width: 2em;
  height: 2em;
  color: #149AE6;
  font-weight: bold;
  line-height: 2em;
  text-align: center;
  text-decoration: none;
  border-bottom: 1px solid #149AE6;
  margin: 0 0.25em;
  box-sizing: border-box;
}
.wp-pagenavi a:active,
.wp-pagenavi a:hover,
.wp-pagenavi span.current {
  color: #fff;
  background: #149AE6;
}
.wp-pagenavi .extend {
  color: #149AE6;
}
.wp-pagenavi .last,
.wp-pagenavi .pages {
  width: 4em !important;
}

.noise {
  width: 100%;
  height: 100%;
  background: url("../img/noise.png") center/cover no-repeat;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  pointer-events: none;
}

.subPage.scroll .border::before, .subPage.scroll .border::after {
  transform: scale(1, 1);
  opacity: 1;
}
.subPage.scroll .border .center {
  transform: scale(1, 1);
  opacity: 1;
}
.subPage .border {
  pointer-events: none;
}
@media only screen and (max-width: 999px) {
  .subPage .border {
    display: none;
  }
}
.subPage .border::before, .subPage .border::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.24);
  position: fixed;
  top: 0;
  left: calc(50% - 35rem);
  z-index: 2;
  transition: 1.5s cubic-bezier(0.25, 1, 0.5, 1);
  transform: scale(1, 0);
  transform-origin: top;
  opacity: 0;
}
.subPage .border::after {
  left: calc(50% + 35rem);
}
.subPage .border .center {
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.24);
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  transition: 1.5s cubic-bezier(0.25, 1, 0.5, 1);
  transform: scale(1, 0);
  transform-origin: top;
  opacity: 0;
}
.subPage.status .contents #fv::before {
  transition-delay: 0.625s;
  mask-position: 0% 0%;
}
.subPage.status .contents #fv::after {
  transition-delay: 0.625s;
  mask-position: 0% 100%;
}
.subPage.status .contents #fv .img img {
  transition-delay: 0.875s;
  transform: scale(1);
  opacity: 1;
}
.subPage.status .contents #fv svg path {
  stroke-dashoffset: 0;
}
.subPage.status .contents #fv h1 {
  transform: translateY(0);
  opacity: 1;
}
.subPage#works.status .contents #fv .txt_box h2 .en {
  transition-delay: 1.5s;
  transform: translate(0);
  opacity: 1;
}
.subPage#works.status .contents #fv .txt_box h2 .jp {
  transition-delay: 1.625s;
  transform: translate(0);
  opacity: 1;
}
.subPage .contents {
  background-color: #C4C4C4;
  overflow: hidden;
}
.subPage .contents #fv {
  position: relative;
  width: 100%;
  height: 100vh;
  position: relative;
}
@media only screen and (max-width: 999px) {
  .subPage .contents #fv {
    height: calc(100vw + 7rem);
    padding-top: 7rem;
  }
}
.subPage .contents #fv::before {
  content: "";
  width: calc(50vw - 50vh);
  height: 50vh;
  border-radius: 0 0 0 calc(50vw - 50vh);
  background: linear-gradient(180deg, rgba(82, 204, 232, 0) 0%, var(--base_blue, #52CCE8) 100%);
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  mask-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 35%, rgb(0, 0, 0) 65%);
  mask-position: 0% 100%;
  mask-size: 100% 300%;
  transition: 1s cubic-bezier(0.25, 1, 0.5, 1);
}
@media only screen and (max-width: 999px) {
  .subPage .contents #fv::before {
    width: 7rem;
    height: 7rem;
    border-radius: 0 0 0 8rem;
  }
}
.subPage .contents #fv::after {
  content: "";
  width: calc(50vw - 50vh);
  height: 50vh;
  border-radius: 0 calc(50vw - 50vh) 0 0;
  background: linear-gradient(180deg, var(--base_red, #E88580) 0%, rgba(232, 133, 128, 0) 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  mask-image: linear-gradient(0deg, rgb(0, 0, 0) 35%, rgba(0, 0, 0, 0) 65%);
  mask-position: 0% 0%;
  mask-size: 100% 300%;
  transition: 1s cubic-bezier(0.25, 1, 0.5, 1);
}
@media only screen and (max-width: 999px) {
  .subPage .contents #fv::after {
    display: none;
  }
}
.subPage .contents #fv .img {
  width: min(100vh, 100vw);
  height: 100%;
  border-radius: 0 50vh;
  overflow: hidden;
}
@media only screen and (min-width: 1000px) {
  .subPage .contents #fv .img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
  }
}
@media only screen and (max-width: 999px) {
  .subPage .contents #fv .img {
    width: 100vw;
    height: 100vw;
    border-radius: 50vw 0 50vw 0;
  }
}
.subPage .contents #fv .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.75s cubic-bezier(0.25, 1, 0.5, 1);
  transform: scale(1.125);
  opacity: 0;
}
@media only screen and (max-width: 999px) {
  .subPage .contents #fv .img img {
    height: 100vw;
  }
}
.subPage .contents #fv svg {
  width: 100vh;
  height: 100vh;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 999px) {
  .subPage .contents #fv svg {
    width: 100vw;
    height: 100vw;
    top: 7rem;
    left: 0;
    transform: rotateY(180deg);
  }
}
.subPage .contents #fv svg path {
  fill: none;
  stroke: #fff;
  stroke-width: 2px;
  stroke-dashoffset: 6857px;
  stroke-dasharray: 6857px;
  opacity: 0.48;
  transition: 2s cubic-bezier(0.25, 1, 0.5, 1);
}
.subPage .contents #fv h1 {
  position: absolute;
  left: 7rem;
  top: 10.5rem;
  z-index: 2;
  transition: 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transform: translateY(1.5rem);
  opacity: 0;
}
@media only screen and (max-width: 999px) {
  .subPage .contents #fv h1 {
    left: 2rem;
  }
}
.subPage .contents #fv h1 .en {
  display: block;
  color: #FFF;
  font-family: "Lexend", sans-serif;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.025em;
  writing-mode: vertical-rl;
}
@media only screen and (max-width: 999px) {
  .subPage .contents #fv h1 .en {
    writing-mode: unset;
    font-size: 4rem;
  }
}
.subPage .contents #fv h1 .jp {
  display: block;
  color: #FFF;
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 1000px) {
  .subPage .contents #fv h1 .jp {
    width: 3.5rem;
    writing-mode: vertical-rl;
    margin: 1.5rem 0 0;
    padding: 1.25rem 1.125rem;
    border: 0.0625rem solid #FFF;
    transform: translateX(0.625rem);
  }
}
@media only screen and (max-width: 999px) {
  .subPage .contents #fv h1 .jp {
    margin: 0.5rem 0 0;
  }
}

#index {
  overflow: hidden;
}
#index .border {
  pointer-events: none;
}
@media only screen and (max-width: 999px) {
  #index .border {
    display: none;
  }
}
#index .border::before, #index .border::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.24);
  position: fixed;
  top: 0;
  left: calc(50% - 50vh);
  z-index: 2;
}
#index .border::after {
  left: calc(50% + 50vh);
}
#index .border .center {
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.24);
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
#index .contents {
  background-color: #C4C4C4;
}
#index .contents #fv {
  width: 100%;
  height: 100vh;
  position: relative;
}
@media only screen and (max-width: 999px) {
  #index .contents #fv {
    height: calc(100vw + 7rem);
  }
}
#index .contents #fv.status::before {
  transition-delay: 0.625s;
  mask-position: 0% 0%;
}
#index .contents #fv.status::after {
  transition-delay: 0.625s;
  mask-position: 0% 100%;
}
#index .contents #fv.status .img img {
  transition-delay: 1.375s;
  transform: scale(1);
  opacity: 1;
}
#index .contents #fv.status .img svg path {
  stroke-dashoffset: 0;
}
#index .contents #fv.status .wrap .catch .mask.second img {
  transition-delay: 1.125s;
}
#index .contents #fv.status .wrap .catch .mask img {
  transition-delay: 1s;
  transform: translateY(0);
}
#index .contents #fv::before {
  content: "";
  width: calc(50vw - 50vh);
  height: 50vh;
  border-radius: 0 0 0 calc(50vw - 50vh);
  background: linear-gradient(180deg, rgba(82, 204, 232, 0) 0%, var(--base_blue, #52CCE8) 100%);
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  mask-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 35%, rgb(0, 0, 0) 65%);
  mask-position: 0% 100%;
  mask-size: 100% 300%;
  transition: 1s cubic-bezier(0.25, 1, 0.5, 1);
}
@media only screen and (max-width: 999px) {
  #index .contents #fv::before {
    width: 7rem;
    height: 7rem;
    border-radius: 0 0 0 8rem;
  }
}
#index .contents #fv::after {
  content: "";
  width: calc(50vw - 50vh);
  height: 50vh;
  border-radius: 0 calc(50vw - 50vh) 0 0;
  background: linear-gradient(180deg, var(--base_red, #E88580) 0%, rgba(232, 133, 128, 0) 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  mask-image: linear-gradient(0deg, rgb(0, 0, 0) 35%, rgba(0, 0, 0, 0) 65%);
  mask-position: 0% 0%;
  mask-size: 100% 300%;
  transition: 1s cubic-bezier(0.25, 1, 0.5, 1);
}
@media only screen and (max-width: 999px) {
  #index .contents #fv::after {
    display: none;
  }
}
#index .contents #fv .img {
  width: 100vh;
  height: 100%;
  border-radius: 50vh 50vh 0 50vh;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 999px) {
  #index .contents #fv .img {
    width: 100vw;
    height: 100vw;
    top: 7rem;
    left: 0;
    transform: unset;
  }
}
#index .contents #fv .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.75s cubic-bezier(0.25, 1, 0.5, 1);
  transform: scale(1.125);
  opacity: 0;
}
@media only screen and (max-width: 999px) {
  #index .contents #fv .img img {
    height: 100vw;
    border-radius: 16rem 16rem 0 16rem;
  }
}
#index .contents #fv .img svg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
#index .contents #fv .img svg path {
  fill: none;
  stroke: #fff;
  stroke-width: 2px;
  stroke-dashoffset: 6500px;
  stroke-dasharray: 6500px;
  opacity: 0.48;
  transition: 2s cubic-bezier(0.25, 1, 0.5, 1);
}
@media only screen and (max-width: 999px) {
  #index .contents #fv .txt {
    color: #FFF;
    font-family: "Lexend", sans-serif;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5;
    /* 36px */
    letter-spacing: 0.05em;
    text-align: left;
    position: absolute;
    left: 2rem;
    top: 10rem;
  }
}
#index .contents #fv .wrap {
  height: 100vh;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 999px) {
  #index .contents #fv .wrap {
    height: 100%;
  }
}
#index .contents #fv .wrap .catch {
  width: calc(50vh + 50vw - 50vh);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
@media only screen and (max-width: 999px) {
  #index .contents #fv .wrap .catch {
    width: 100%;
    bottom: -12.125rem;
  }
}
#index .contents #fv .wrap .catch .mask {
  display: block;
  width: 100%;
  aspect-ratio: 800/227;
  overflow: hidden;
}
#index .contents #fv .wrap .catch .mask img {
  width: 100%;
  height: auto;
  transition: 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transform: translateY(calc(100% + 1px));
}
#index .contents #fv .wrap .txt {
  color: #FFF;
  font-family: "Lexend", sans-serif;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  /* 36px */
  letter-spacing: 0.05em;
  text-align: right;
  position: absolute;
  right: 3rem;
  bottom: 3.0625rem;
}
@media only screen and (max-width: 999px) {
  #index .contents #fv .wrap .txt {
    right: unset;
    bottom: unset;
    left: 2rem;
    top: -29rem;
  }
}
#index .contents #index01 {
  position: relative;
}
#index .contents #index01 .wrap {
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 1000px) {
  #index .contents #index01 .wrap {
    padding: 10rem 0 15rem 7.5rem;
  }
}
@media only screen and (max-width: 999px) {
  #index .contents #index01 .wrap {
    width: calc(100% - 4rem);
    margin: 18rem auto 0;
  }
  #index .contents #index01 .wrap::after {
    content: "";
    width: 16rem;
    height: 20rem;
    border-radius: 0 21.875rem 0 0;
    background: linear-gradient(180deg, var(--base_red, #E88580) 0%, rgba(232, 133, 128, 0) 100%);
    position: absolute;
    left: -2rem;
    bottom: -8rem;
    z-index: -1;
  }
}
@media only screen and (max-width: 999px) {
  #index .contents #index01 .wrap dl {
    position: relative;
  }
}
#index .contents #index01 .wrap dl.active dt .mask.second img {
  transition-delay: 0.125s;
}
#index .contents #index01 .wrap dl.active dt .mask img {
  transform: translateY(0);
}
#index .contents #index01 .wrap dl.active dd {
  transition-delay: 0.5s;
  transform: translateY(0);
  opacity: 1;
}
#index .contents #index01 .wrap dl.active dd.second {
  transition-delay: 0.625s;
}
#index .contents #index01 .wrap dl dt {
  width: 28rem;
}
@media only screen and (max-width: 999px) {
  #index .contents #index01 .wrap dl dt {
    width: 100%;
  }
}
#index .contents #index01 .wrap dl dt .mask {
  display: block;
  width: 100%;
  aspect-ratio: 448/65;
  overflow: hidden;
}
#index .contents #index01 .wrap dl dt .mask.second {
  margin-top: 3rem;
}
#index .contents #index01 .wrap dl dt .mask img {
  width: 100%;
  transition: 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transform: translateY(calc(100% + 1px));
}
#index .contents #index01 .wrap dl dd {
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 2.25;
  /* 54px */
  letter-spacing: 0.05em;
  margin: calc(5.875rem - 0.625em) 0 -0.625em;
  transition: 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transform: translateY(1.5rem);
  opacity: 0;
}
@media only screen and (max-width: 999px) {
  #index .contents #index01 .wrap dl dd {
    font-size: 1.25rem;
    letter-spacing: 0.025em;
    white-space: nowrap;
    margin: calc(5rem - 0.625em) 0 -0.625em;
  }
}
#index .contents #index01 .wrap dl dd.second {
  margin: calc(4.5rem - 0.625em) 0 -0.625em;
}
@media only screen and (max-width: 999px) {
  #index .contents #index01 .wrap dl dd.second {
    margin: calc(4.125rem - 0.625em) 0 -0.625em;
  }
}
#index .contents #index01 .img {
  overflow: hidden;
  transition: 0.75s;
  opacity: 0;
}
@media only screen and (min-width: 1000px) {
  #index .contents #index01 .img {
    width: calc(100vh + 50vw - 50vh);
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media only screen and (max-width: 999px) {
  #index .contents #index01 .img {
    width: 100%;
    margin-top: 8rem;
  }
}
#index .contents #index01 .img.active {
  opacity: 1;
}
#index .contents #index01 .img.active::before {
  transform: scale(1, 1);
}
#index .contents #index01 .img::before {
  content: "";
  width: 50vh;
  height: 100%;
  background-color: rgba(82, 204, 232, 0.7);
  mix-blend-mode: screen;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: 0.5s cubic-bezier(0.5, 0, 0.75, 0);
  transform: scale(1, 0);
  transform-origin: top;
}
@media only screen and (max-width: 999px) {
  #index .contents #index01 .img::before {
    display: none;
  }
}
#index .contents #index01 .img::after {
  content: "";
  width: calc(50vh + 50vw - 50vh);
  aspect-ratio: 800/454;
  background: url(../img/index/logo2.svg) center/cover no-repeat;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media only screen and (max-width: 999px) {
  #index .contents #index01 .img::after {
    display: none;
  }
}
#index .contents #index01 .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 calc(50vw - 50vh) 0 0;
}
@media only screen and (max-width: 999px) {
  #index .contents #index01 .img img {
    border-radius: 0 16rem 0 0;
    aspect-ratio: 1/1;
  }
}
#index .contents #index02 {
  width: 100%;
  position: relative;
}
#index .contents #index02 .slide {
  display: flex;
  align-items: center;
  overflow: hidden;
}
#index .contents #index02 .slide ul {
  display: flex;
  animation: scroll-left 60s infinite linear 0.5s both;
}
#index .contents #index02 .slide ul li {
  width: 28.125rem;
  aspect-ratio: 1/1;
  overflow: hidden;
  flex-shrink: 0;
}
@media only screen and (max-width: 999px) {
  #index .contents #index02 .slide ul li {
    width: 15.9375rem;
  }
}
#index .contents #index02 .slide ul li img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
}
#index .contents .gray {
  padding: 10rem 0 0;
  background-color: #3D3D3D;
}
@media only screen and (max-width: 999px) {
  #index .contents .gray {
    padding: 6rem 0 0;
  }
}
#index .contents #index03 {
  position: relative;
}
#index .contents #index03 h2 {
  color: #FFF;
  font-family: "Lexend", sans-serif;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1;
  /* 120px */
  letter-spacing: 0.025em;
  white-space: nowrap;
}
@media only screen and (min-width: 1000px) {
  #index .contents #index03 h2 {
    writing-mode: vertical-rl;
    position: absolute;
    left: 7rem;
    top: 4.875rem;
    z-index: 1;
  }
}
@media only screen and (max-width: 999px) {
  #index .contents #index03 h2 {
    font-size: 3.5rem;
    margin-left: 2rem;
  }
}
#index .contents #index03 .inner .txt_box {
  width: calc(50vw - 10rem);
  max-width: 30rem;
  margin-top: 2rem;
  margin-left: calc(50vw + 5rem);
  order: 2;
}
@media only screen and (max-width: 999px) {
  #index .contents #index03 .inner .txt_box {
    width: calc(100% - 4rem);
    margin: 5rem auto 0;
  }
}
#index .contents #index03 .inner .txt_box.active h3 .en {
  transform: translate(0.025em);
  opacity: 1;
}
#index .contents #index03 .inner .txt_box.active h3 .jp {
  transition-delay: 0.125s;
  transform: translate(-0.0375em);
  opacity: 1;
}
#index .contents #index03 .inner .txt_box.active .line {
  transition-delay: 0.375s;
  transform: translate(0);
  opacity: 1;
}
#index .contents #index03 .inner .txt_box h3 .en {
  display: block;
  color: #FFF;
  font-family: "Lexend", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
  /* 60px */
  letter-spacing: 0.04em;
  transition: 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transform: translateX(calc(1.5rem + 0.025em));
  opacity: 0;
}
@media only screen and (max-width: 999px) {
  #index .contents #index03 .inner .txt_box h3 .en {
    font-size: 1.875rem;
  }
}
#index .contents #index03 .inner .txt_box h3 .jp {
  display: block;
  color: #FFF;
  font-size: 5rem;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
  /* 144px */
  letter-spacing: 0.05em;
  margin-top: 3rem;
  transition: 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transform: translateX(calc(1.5rem - 0.0375em));
  opacity: 0;
}
@media only screen and (max-width: 999px) {
  #index .contents #index03 .inner .txt_box h3 .jp {
    font-size: 4.5rem;
    margin-top: 1.5rem;
  }
}
#index .contents #index03 .inner .txt_box .line {
  color: #FFF;
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 2.25;
  /* 45px */
  letter-spacing: 0.05em;
  margin: calc(4rem - 0.625em) 0 -0.625em;
  transition: 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transform: translateX(1.5rem);
  opacity: 0;
}
@media only screen and (max-width: 999px) {
  #index .contents #index03 .inner .txt_box .line {
    font-size: 1rem;
    margin: calc(3.5625rem - 0.625em) 0 -0.625em;
  }
}
#index .contents #index03 .inner .img3 {
  width: min(100vh, 100vw);
  aspect-ratio: 900/450;
  margin: 6rem auto 0;
  position: relative;
}
@media only screen and (max-width: 999px) {
  #index .contents #index03 .inner .img3 {
    width: 27.875rem;
    margin-top: 3.5rem;
  }
}
#index .contents #index03 .inner .img3 img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
@media only screen and (min-width: 1000px) {
  #index .contents #index03 .inner .img_box {
    width: 50vw;
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media only screen and (max-width: 999px) {
  #index .contents #index03 .inner .img_box {
    display: flex;
    align-items: center;
    margin-top: 3.5rem;
  }
}
#index .contents #index03 .inner .img_box .img, #index .contents #index03 .inner .img_box .img2 {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 999px) {
  #index .contents #index03 .inner .img_box .img, #index .contents #index03 .inner .img_box .img2 {
    width: 50%;
  }
}
#index .contents #index03 .inner .img_box .img img, #index .contents #index03 .inner .img_box .img2 img {
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 1000px) {
  #index .contents #index03 .inner .img_box .img img, #index .contents #index03 .inner .img_box .img2 img {
    border-radius: 0 50vh 0 0;
  }
}
@media only screen and (max-width: 999px) {
  #index .contents #index03 .inner .img_box .img img, #index .contents #index03 .inner .img_box .img2 img {
    aspect-ratio: 1/1;
    object-fit: cover;
  }
}
@media only screen and (min-width: 1000px) {
  #index .contents #index03 .inner .img_box .img2 img {
    border-radius: 0 0 50vh 0;
  }
}
#index .contents #index03 .flex {
  margin: 0 auto;
}
@media only screen and (min-width: 1000px) {
  #index .contents #index03 .flex {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0 5rem;
    width: min(100vh, 100vw);
    margin-top: 6rem;
  }
}
@media only screen and (max-width: 999px) {
  #index .contents #index03 .flex {
    max-width: calc(100% - 4rem);
    margin-top: 5rem;
  }
}
#index .contents #index03 .flex h3 {
  transform: translateY(-0.5em);
}
#index .contents #index03 .flex h3 .en {
  display: block;
  color: #FFF;
  font-family: "Lexend", sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.15;
  /* 64.4px */
  letter-spacing: 0.025em;
  white-space: nowrap;
  margin: -0.075em 0;
  transform: translateX(-0.075em);
}
@media only screen and (max-width: 999px) {
  #index .contents #index03 .flex h3 .en {
    font-size: 2.5rem;
  }
}
#index .contents #index03 .flex h3 .jp {
  display: block;
  color: #FFF;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1;
  /* 36px */
  letter-spacing: 0.05em;
  white-space: nowrap;
  margin-top: 1.75rem;
}
@media only screen and (max-width: 999px) {
  #index .contents #index03 .flex h3 .jp {
    margin-top: 1.25rem;
  }
}
#index .contents #index03 .flex .txt_wrap {
  width: 100%;
}
@media only screen and (max-width: 999px) {
  #index .contents #index03 .flex .txt_wrap {
    width: 100%;
    margin-top: 3rem;
  }
}
#index .contents #index03 .flex .txt_wrap li {
  color: #FFF;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.75;
  /* 42px */
  letter-spacing: 0.05em;
  white-space: nowrap;
  border-bottom: 0.0625rem solid #FFF;
  padding: 2.5rem 0;
}
@media screen and (max-height: 799px) {
  #index .contents #index03 .flex .txt_wrap li {
    white-space: inherit;
  }
  #index .contents #index03 .flex .txt_wrap li br {
    display: none;
  }
}
@media only screen and (max-width: 999px) {
  #index .contents #index03 .flex .txt_wrap li {
    font-size: 1rem;
    padding: 2rem 0;
  }
}
#index .contents #index03 .flex .txt_wrap li:first-child {
  color: #FFF;
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 1.5;
  /* 60px */
  letter-spacing: 0.05em;
  border-top: 0.0625rem solid #FFF;
  padding: 3rem 0;
}
@media only screen and (max-width: 999px) {
  #index .contents #index03 .flex .txt_wrap li:first-child {
    font-size: 1.75rem;
    padding: 2rem 0;
  }
}
#index .contents #index03 .cm_detail {
  width: min(100vh, 100vw);
}
@media only screen and (max-width: 999px) {
  #index .contents #index03 .cm_detail {
    width: calc(100% - 4rem);
  }
}
#index .contents #index03 .cm_detail span {
  margin-top: 4rem;
}
@media only screen and (max-width: 999px) {
  #index .contents #index03 .cm_detail span {
    margin-top: 3rem;
  }
}
#index .contents #index04 {
  margin-top: 10rem;
  position: relative;
}
#index .contents #index04.active .box .img3 {
  transition-delay: 0.25s;
  transform: rotate(0deg);
  opacity: 1;
}
#index .contents #index04.active .box .line {
  transition-delay: 0.375s;
  transform: translate(0.5em, 0);
  opacity: 1;
}
#index .contents #index04.active .cm_flex .img:nth-child(1) img {
  transition-delay: 0.125s;
}
#index .contents #index04.active .cm_flex .img:nth-child(2) img {
  transition-delay: 0.25s;
}
#index .contents #index04.active .cm_flex .img:nth-child(3) img {
  transition-delay: 0.375s;
}
#index .contents #index04.active .cm_flex .img:nth-child(4) img {
  transition-delay: 0.5s;
}
#index .contents #index04.active .cm_flex .img img {
  transform: translateY(0);
  opacity: 1;
}
#index .contents #index04.active .cm_detail {
  transition-delay: 0.625s;
  transform: translateX(-50%);
  opacity: 1;
}
#index .contents #index04 .wrap {
  display: block;
  position: relative;
}
#index .contents #index04 .wrap:hover .box .img3 {
  transition-delay: 0s;
  transform: scale(1.125);
}
#index .contents #index04 .wrap:hover .cm_detail .a::after {
  transform: scale(1, 1);
}
#index .contents #index04 .wrap:hover .cm_detail .a span {
  color: #52CCE8;
}
#index .contents #index04 .wrap h2 {
  color: #FFF;
  font-family: "Lexend", sans-serif;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.025em;
}
@media only screen and (min-width: 1000px) {
  #index .contents #index04 .wrap h2 {
    writing-mode: vertical-rl;
    position: absolute;
    left: 7rem;
    top: -0.40625rem;
    z-index: 1;
  }
}
@media only screen and (max-width: 999px) {
  #index .contents #index04 .wrap h2 {
    font-size: 2rem;
    position: absolute;
    top: 1.75rem;
    left: 2rem;
    z-index: 1;
  }
}
#index .contents #index04 .box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
#index .contents #index04 .box .img3 {
  width: max(17.3958333333vw, 20.875rem);
  height: auto;
  transition: 0.375s 0s cubic-bezier(0.68, -0.6, 0.32, 1.6);
  transform: rotate(-8deg);
  opacity: 0;
}
@media only screen and (max-width: 999px) {
  #index .contents #index04 .box .img3 {
    width: 12.5rem;
  }
}
#index .contents #index04 .box .img3 img {
  width: 100%;
  height: auto;
}
#index .contents #index04 .box .line {
  width: fit-content;
  color: #FFF;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.5;
  /* 36px */
  letter-spacing: 0.05em;
  margin: calc(2.5rem - 0.25em) auto -0.25em;
  transition: 0.375s cubic-bezier(0.25, 1, 0.5, 1);
  transform: translate(0.5em, 1.5rem);
  opacity: 0;
}
@media only screen and (max-width: 999px) {
  #index .contents #index04 .box .line {
    font-size: 1.25rem;
    margin: calc(1.5rem - 0.25em) auto -0.25em;
  }
}
#index .contents #index04 .cm_flex {
  display: flex;
}
@media only screen and (min-width: 1000px) {
  #index .contents #index04 .cm_flex {
    align-items: center;
  }
}
@media only screen and (max-width: 999px) {
  #index .contents #index04 .cm_flex {
    flex-wrap: wrap;
  }
}
#index .contents #index04 .cm_flex .img {
  overflow: hidden;
}
@media only screen and (min-width: 1000px) {
  #index .contents #index04 .cm_flex .img.first {
    width: calc(50vw - 50vh);
    height: 71.1111111111vh;
    border-radius: max(5rem, 50vw - 50vh) 0 0 0;
  }
  #index .contents #index04 .cm_flex .img.middle {
    width: 50vh;
    height: 71.1111111111vh;
  }
  #index .contents #index04 .cm_flex .img.last {
    width: calc(50vw - 50vh);
    height: 71.1111111111vh;
  }
}
@media only screen and (max-width: 999px) {
  #index .contents #index04 .cm_flex .img {
    width: 50%;
    aspect-ratio: 1/1;
  }
}
#index .contents #index04 .cm_flex .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  mix-blend-mode: difference;
  transition: 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transform: translateY(1.5rem);
  opacity: 0;
}
#index .contents #index04 .cm_detail {
  position: absolute;
  left: 50%;
  bottom: 4rem;
  transition: 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transform: translate(calc(-50% - 1.5rem));
  opacity: 0;
}
@media only screen and (max-width: 999px) {
  #index .contents #index04 .cm_detail {
    bottom: 3rem;
  }
}

#works .contents #fv {
  position: relative;
}
#works .contents #fv .txt_box {
  position: absolute;
  right: 7.5rem;
  bottom: 6rem;
  z-index: 2;
}
@media only screen and (max-width: 999px) {
  #works .contents #fv .txt_box {
    right: 2rem;
    bottom: 2rem;
  }
}
#works .contents #fv .txt_box h2 .en {
  display: block;
  color: #FFF;
  text-align: right;
  font-family: "Lexend", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  transition: 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transform: translateX(1.5rem);
  opacity: 0;
}
@media only screen and (max-width: 999px) {
  #works .contents #fv .txt_box h2 .en {
    font-size: 1.25rem;
  }
}
#works .contents #fv .txt_box h2 .jp {
  display: block;
  color: #FFF;
  text-align: right;
  font-size: 5rem;
  font-weight: 900;
  line-height: 1.25;
  /* 100px */
  letter-spacing: 0.025em;
  margin: calc(3rem - 0.125em) 0 -0.125em;
  transition: 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transform: translateX(1.5rem);
  opacity: 0;
}
@media only screen and (max-width: 999px) {
  #works .contents #fv .txt_box h2 .jp {
    font-size: 2.5rem;
    margin: calc(1.5rem - 0.125em) 0 -0.125em;
  }
}
#works .contents #fv .txt_box h2 .jp .space {
  letter-spacing: -0.025em;
}
#works .contents #works01 {
  margin: 0 auto;
  position: relative;
}
#works .contents #works01 .inner {
  max-width: 70rem;
  width: calc(100% - 4rem);
  padding-top: 6rem;
  margin: 0 auto;
}
@media only screen and (min-width: 1000px) {
  #works .contents #works01 .inner .txt_box {
    width: 50%;
  }
}
#works .contents #works01 .inner .txt_box dt {
  font-size: 3rem;
  font-weight: 900;
  line-height: 1.6;
  /* 76.8px */
  letter-spacing: 0.05em;
  white-space: nowrap;
  margin: -0.3em 0;
}
@media only screen and (max-width: 999px) {
  #works .contents #works01 .inner .txt_box dt {
    font-size: 2.5rem;
  }
}
#works .contents #works01 .inner .txt_box dd {
  font-size: 1.125rem;
  font-weight: 900;
  line-height: 2;
  /* 36px */
  letter-spacing: 0.05em;
  margin: calc(3.5rem - 0.5em) 0 -0.5em;
}
@media only screen and (max-width: 999px) {
  #works .contents #works01 .inner .txt_box dd {
    font-size: 1rem;
    margin: calc(3rem - 0.5em) 0 -0.5em;
  }
}
@media only screen and (min-width: 1000px) {
  #works .contents #works01 .img {
    width: calc(50vw - 7.5rem);
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
  }
}
@media only screen and (max-width: 999px) {
  #works .contents #works01 .img {
    width: calc(100% - 4rem);
    aspect-ratio: 3/2;
    margin: 3rem auto 0;
  }
}
#works .contents #works01 .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  border-radius: 0 max(5rem, 50vw - 50vh) 0 max(5rem, 50vw - 50vh);
}
@media only screen and (max-width: 999px) {
  #works .contents #works01 .img img {
    border-radius: 8rem 0;
  }
}
#works .contents #works02 {
  max-width: 70rem;
  width: calc(100% - 4rem);
  margin: 0 auto;
}
#works .contents #works02 h3 {
  width: 12.75rem;
  height: auto;
  margin-top: 5rem;
}
#works .contents #works02 h3 img {
  width: 100%;
  height: auto;
}
#works .contents #works02 .cm_flex {
  margin-top: 1.625rem;
}
@media only screen and (min-width: 1000px) {
  #works .contents #works02 .cm_flex {
    align-items: center;
  }
}
#works .contents #works02 .cm_flex .white {
  width: 13.75rem;
  height: 12rem;
  border-radius: 2.5rem 0 0 2.5rem;
  background-color: #FFF;
  position: relative;
}
@media only screen and (max-width: 999px) {
  #works .contents #works02 .cm_flex .white {
    width: 100%;
    border-radius: 2rem 2rem 0 0;
  }
}
#works .contents #works02 .cm_flex .white::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 96px solid transparent;
  border-bottom: 96px solid transparent;
  border-left: 80px solid #ffffff;
  border-right: 0;
  position: absolute;
  right: -5rem;
  top: 0;
}
@media only screen and (max-width: 999px) {
  #works .contents #works02 .cm_flex .white::after {
    border-right: calc(50vw - 2rem) solid transparent;
    border-left: calc(50vw - 2rem) solid transparent;
    border-top: 1.25rem solid #ffffff;
    right: unset;
    top: unset;
    left: 50%;
    top: 12rem;
    transform: translateX(-50%);
    z-index: 1;
  }
}
#works .contents #works02 .cm_flex .white dl {
  position: absolute;
  left: 3.0625rem;
  top: 3.8125rem;
}
@media only screen and (max-width: 999px) {
  #works .contents #works02 .cm_flex .white dl {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
#works .contents #works02 .cm_flex .white dl dt {
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 999px) {
  #works .contents #works02 .cm_flex .white dl dt {
    font-size: 2rem;
    text-align: center;
  }
}
#works .contents #works02 .cm_flex .white dl dd {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  /* 21px */
  letter-spacing: 0.05em;
  margin: calc(1rem - 0.25em) 0 -0.25em;
}
@media only screen and (max-width: 999px) {
  #works .contents #works02 .cm_flex .white dl dd {
    font-size: 1.25rem;
    text-align: center;
    white-space: nowrap;
    margin: calc(1.25rem - 0.25em) 0 -0.25em;
  }
}
#works .contents #works02 .cm_flex .gray {
  width: 15.625rem;
  height: 12rem;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFF 100%);
  position: relative;
}
@media only screen and (max-width: 999px) {
  #works .contents #works02 .cm_flex .gray {
    width: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFF 100%);
    border-radius: 0;
  }
}
#works .contents #works02 .cm_flex .gray::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 96px solid transparent;
  border-bottom: 96px solid transparent;
  border-left: 80px solid #ffffff;
  border-right: 0;
  position: absolute;
  right: -5rem;
  top: 0;
  z-index: 1;
}
@media only screen and (max-width: 999px) {
  #works .contents #works02 .cm_flex .gray::after {
    border-right: calc(50vw - 2rem) solid transparent;
    border-left: calc(50vw - 2rem) solid transparent;
    border-top: 1.25rem solid #ffffff;
    right: unset;
    top: unset;
    left: 50%;
    top: 12rem;
    transform: translateX(-50%);
  }
}
#works .contents #works02 .cm_flex .gray dl {
  position: absolute;
  left: 7.5rem;
  top: 3.8125rem;
}
@media only screen and (max-width: 999px) {
  #works .contents #works02 .cm_flex .gray dl {
    left: 50%;
    top: calc(50% + 0.75rem);
    transform: translate(-50%, -50%);
  }
}
#works .contents #works02 .cm_flex .gray dl dt {
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 999px) {
  #works .contents #works02 .cm_flex .gray dl dt {
    font-size: 2rem;
    text-align: center;
  }
}
#works .contents #works02 .cm_flex .gray dl dd {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  /* 21px */
  letter-spacing: 0.05em;
  margin: calc(1rem - 0.25em) 0 -0.25em;
}
@media only screen and (max-width: 999px) {
  #works .contents #works02 .cm_flex .gray dl dd {
    font-size: 1.25rem;
    text-align: center;
    white-space: nowrap;
    margin: calc(1.25rem - 0.25em) 0 -0.25em;
  }
}
#works .contents #works02 .cm_flex .blue {
  width: 15.625rem;
  height: 12rem;
  background: linear-gradient(90deg, rgba(82, 204, 232, 0) 0%, var(--base_blue, #52CCE8) 100%);
  position: relative;
}
@media only screen and (max-width: 999px) {
  #works .contents #works02 .cm_flex .blue {
    width: 100%;
    background: linear-gradient(180deg, rgba(82, 204, 232, 0) 0%, var(--base_blue, #52CCE8) 100%);
    border-radius: 0;
  }
}
#works .contents #works02 .cm_flex .blue::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 96px solid transparent;
  border-bottom: 96px solid transparent;
  border-left: 80px solid #52CCE8;
  border-right: 0;
  position: absolute;
  right: -5rem;
  top: 0;
}
@media only screen and (max-width: 999px) {
  #works .contents #works02 .cm_flex .blue::after {
    border-right: calc(50vw - 2rem) solid transparent;
    border-left: calc(50vw - 2rem) solid transparent;
    border-top: 1.25rem solid #52CCE8;
    right: unset;
    top: unset;
    left: 50%;
    top: 12rem;
    transform: translateX(-50%);
    z-index: 1;
  }
}
#works .contents #works02 .cm_flex .blue .up {
  display: block;
  color: #FFF;
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1.5;
  /* 30px */
  letter-spacing: 0.05em;
  white-space: nowrap;
  position: absolute;
  left: 7.5rem;
  top: 3.4375rem;
  z-index: 1;
}
@media only screen and (max-width: 999px) {
  #works .contents #works02 .cm_flex .blue .up {
    font-size: 1.75rem;
    text-align: center;
    left: 50%;
    top: calc(50% + 1rem);
    transform: translate(-50%, -50%);
  }
}
#works .contents #works02 .cm_flex .red {
  width: 25.125rem;
  height: 12rem;
  border-radius: 0 2.5rem 2.5rem 0;
  background: linear-gradient(90deg, rgba(232, 133, 128, 0) 0%, var(--base_red, #E88580) 100%);
  position: relative;
}
@media only screen and (max-width: 999px) {
  #works .contents #works02 .cm_flex .red {
    width: 100%;
    border-radius: 0 0 2rem 2rem;
    background: linear-gradient(180deg, rgba(232, 133, 128, 0) 0%, var(--base_red, #E88580) 100%);
  }
}
#works .contents #works02 .cm_flex .red .inner {
  position: absolute;
  left: min(7.625rem, 10.1666666667vw);
  top: 3rem;
}
@media only screen and (max-width: 999px) {
  #works .contents #works02 .cm_flex .red .inner {
    left: 50%;
    top: calc(50% + 0.5rem);
    transform: translate(-50%, -50%);
  }
}
#works .contents #works02 .cm_flex .red .flex {
  display: flex;
  align-items: center;
  gap: 0 0.75rem;
}
#works .contents #works02 .cm_flex .red .flex:nth-child(2) {
  margin-top: 1rem;
}
#works .contents #works02 .cm_flex .red .flex .box {
  display: block;
  width: 4rem;
  height: 2.5rem;
  font-size: 1rem;
  font-weight: 900;
  border-radius: 1.25rem;
  background: #FFF;
  position: relative;
}
@media only screen and (max-width: 999px) {
  #works .contents #works02 .cm_flex .red .flex .box {
    width: 5rem;
    height: 3rem;
    border-radius: 1.5rem;
  }
}
#works .contents #works02 .cm_flex .red .flex .box span {
  color: #E88580;
  white-space: nowrap;
  position: absolute;
  left: 50%;
  top: calc(50% - 1px);
  transform: translate(-50%, -50%);
}
#works .contents #works02 .cm_flex .red .flex p {
  color: #FFF;
  font-size: 0.875rem;
  font-weight: 900;
  line-height: 1.25;
  /* 18.9px */
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 999px) {
  #works .contents #works02 .cm_flex .red .flex p {
    font-size: 1.25rem;
    white-space: nowrap;
  }
}
#works .contents #works03 {
  margin: 10rem auto 0;
  position: relative;
}
@media only screen and (max-width: 999px) {
  #works .contents #works03 {
    margin: 6rem 0 0;
  }
}
#works .contents #works03 .inner {
  margin-left: max(2rem, 50vw - 35rem);
}
@media only screen and (min-width: 1000px) {
  #works .contents #works03 .inner {
    padding-bottom: 10rem;
  }
}
@media only screen and (max-width: 999px) {
  #works .contents #works03 .inner {
    width: calc(100% - 4rem);
    margin: 0 auto;
  }
}
#works .contents #works03 .inner .txt_box {
  max-width: 35rem;
}
@media only screen and (max-width: 999px) {
  #works .contents #works03 .inner .txt_box {
    max-width: 100%;
  }
}
#works .contents #works03 .inner .txt_box dl dt {
  font-size: 3rem;
  font-weight: 900;
  line-height: 1.6;
  /* 76.8px */
  letter-spacing: 0.05em;
  margin: 0 0 -0.3em;
}
@media only screen and (max-width: 999px) {
  #works .contents #works03 .inner .txt_box dl dt {
    font-size: 2.5rem;
  }
}
#works .contents #works03 .inner .txt_box dl dd {
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
  /* 200% */
  letter-spacing: 0.05em;
  margin: calc(3.5rem - 0.5em) 0 -0.5em;
}
@media only screen and (max-width: 999px) {
  #works .contents #works03 .inner .txt_box dl dd {
    margin: calc(3rem - 0.5em) 0 -0.5em;
  }
}
#works .contents #works03 .inner span {
  display: block;
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1.6;
  /* 160% */
  letter-spacing: 0.05em;
  margin: calc(5rem - 0.3em) 0 -0.3em;
}
@media only screen and (max-width: 999px) {
  #works .contents #works03 .inner span {
    font-size: 1.25rem;
  }
}
#works .contents #works03 .inner table {
  width: 100%;
  margin: 2rem 0 0;
  border-collapse: collapse;
}
#works .contents #works03 .inner table tbody tr {
  border-bottom: solid 0.0625rem rgba(255, 255, 255, 0.24);
}
#works .contents #works03 .inner table tbody tr:first-child {
  border-top: solid 0.0625rem rgba(255, 255, 255, 0.24);
}
#works .contents #works03 .inner table tbody tr th {
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.75;
  vertical-align: top;
  white-space: nowrap;
  padding: 0.875em 0;
}
@media only screen and (max-width: 999px) {
  #works .contents #works03 .inner table tbody tr th {
    font-size: 0.875rem;
  }
}
#works .contents #works03 .inner table tbody tr td {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
  text-align: center;
  padding: 0.875em 0;
}
@media only screen and (max-width: 999px) {
  #works .contents #works03 .inner table tbody tr td {
    font-size: 0.875rem;
  }
}
#works .contents #works03 .inner table tbody tr td:last-child {
  font-weight: 900;
}
@media only screen and (min-width: 1000px) {
  #works .contents #works03 .inner .img {
    width: calc(50vw - 7.5rem);
    height: calc(100% - 0.75rem);
    position: absolute;
    right: 0;
    top: 0.75rem;
  }
}
@media only screen and (max-width: 999px) {
  #works .contents #works03 .inner .img {
    width: 100%;
    aspect-ratio: 1/1;
    margin-top: 3rem;
  }
}
#works .contents #works03 .inner .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: max(5rem, 50vw - 50vh) 0 0 0;
}
@media only screen and (max-width: 999px) {
  #works .contents #works03 .inner .img img {
    border-radius: 8rem 0;
  }
}
#works .contents #works04 {
  border-radius: max(5rem, 50vw - 50vh) 0 0 0;
  background-color: #3D3D3D;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 999px) {
  #works .contents #works04 {
    margin-top: 6rem;
    padding: 6rem 0;
  }
}
#works .contents #works04::after {
  content: "";
  width: 10rem;
  height: 71.875rem;
  background: url(../img/index/logo3.svg) center/cover no-repeat;
  mix-blend-mode: multiply;
  opacity: 0.7;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}
#works .contents #works04 .wrap {
  position: relative;
}
@media only screen and (max-width: 999px) {
  #works .contents #works04 .wrap {
    width: calc(100% - 4rem);
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1000px) {
  #works .contents #works04 .wrap dl {
    max-width: 70rem;
    margin-left: max(2rem, 50% - 35rem);
    padding-top: 10rem;
  }
}
@media only screen and (max-width: 999px) {
  #works .contents #works04 .wrap dl {
    max-width: 100%;
    margin-left: unset;
  }
}
#works .contents #works04 .wrap dl dt {
  color: #FFF;
  font-size: 3rem;
  font-weight: 900;
  line-height: 1.6;
  /* 76.8px */
  letter-spacing: 0.05em;
  white-space: nowrap;
  margin: -0.3em 0;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 999px) {
  #works .contents #works04 .wrap dl dt {
    font-size: 2.5rem;
    white-space: unset;
  }
}
#works .contents #works04 .wrap dl dd {
  color: #FFF;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
  /* 200% */
  letter-spacing: 0.05em;
  margin: calc(3.5rem - 0.5em) 0 -0.5em;
}
#works .contents #works04 .wrap .flex {
  display: flex;
  align-items: center;
  margin-top: 5rem;
}
@media only screen and (min-width: 1000px) {
  #works .contents #works04 .wrap .flex {
    margin-left: max(2rem, 50% - 35rem);
  }
}
@media only screen and (max-width: 999px) {
  #works .contents #works04 .wrap .flex {
    margin-left: unset;
  }
}
#works .contents #works04 .wrap .flex .img {
  display: block;
  width: 8.0625rem;
  height: auto;
  margin-right: 3.625rem;
}
#works .contents #works04 .wrap .flex .img img {
  width: 100%;
  height: auto;
}
#works .contents #works04 .wrap .flex .factory {
  display: block;
  color: #52CCE8;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-right: 2rem;
  padding-left: 1.75rem;
  position: relative;
  transform: translateY(1px);
}
#works .contents #works04 .wrap .flex .factory::before {
  content: "";
  width: 1rem;
  height: 1rem;
  background: url(../img/works/icon.svg) center/cover no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
#works .contents #works04 .wrap .flex .site {
  display: block;
  color: #E88580;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.05em;
  padding-left: 1.75rem;
  position: relative;
  transform: translateY(1px);
}
#works .contents #works04 .wrap .flex .site::before {
  content: "";
  width: 1rem;
  height: 1rem;
  background: url(../img/works/icon2.svg) center/cover no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
#works .contents #works04 .wrap .inner {
  margin-top: 4rem;
  margin-left: max(2rem, 50% - 35rem);
  position: relative;
}
@media only screen and (min-width: 1000px) {
  #works .contents #works04 .wrap .inner {
    padding-bottom: 10rem;
  }
}
@media only screen and (max-width: 999px) {
  #works .contents #works04 .wrap .inner {
    margin-left: unset;
  }
}
#works .contents #works04 .wrap .inner .flow li:first-child .line::before {
  background: url(../img/works/icon.svg) center/cover no-repeat;
}
#works .contents #works04 .wrap .inner .flow li:first-child .line::after {
  background-color: #52CCE8;
}
#works .contents #works04 .wrap .inner .flow li:first-child .line dt {
  color: #52CCE8;
}
#works .contents #works04 .wrap .inner .flow li:nth-child(2) .line::before {
  background: url(../img/works/icon.svg) center/cover no-repeat;
}
#works .contents #works04 .wrap .inner .flow li:nth-child(2) .line::after {
  background: linear-gradient(180deg, #52CCE8 0%, var(--base_red, #E88580) 100%);
}
#works .contents #works04 .wrap .inner .flow li:nth-child(2) .line dt {
  color: #52CCE8;
}
#works .contents #works04 .wrap .inner .flow li:last-child .line::after {
  height: calc(100% - 1.125rem);
}
#works .contents #works04 .wrap .inner .flow li:last-child .line .weight {
  padding-bottom: unset;
}
#works .contents #works04 .wrap .inner .flow li .line {
  width: 35rem;
  margin: unset;
  padding-top: unset;
  padding-left: 3.5rem;
  position: relative;
}
@media only screen and (max-width: 999px) {
  #works .contents #works04 .wrap .inner .flow li .line {
    width: 100%;
    padding-left: 3rem;
  }
}
#works .contents #works04 .wrap .inner .flow li .line::before {
  content: "";
  width: 2rem;
  height: 2rem;
  background: url(../img/works/icon2.svg) center/cover no-repeat;
  position: absolute;
  left: 0;
  top: 0.5rem;
}
@media only screen and (max-width: 999px) {
  #works .contents #works04 .wrap .inner .flow li .line::before {
    top: 0.25rem;
  }
}
#works .contents #works04 .wrap .inner .flow li .line::after {
  content: "";
  width: 0.25rem;
  height: calc(100% - 0.625rem);
  background-color: #E88580;
  position: absolute;
  left: 1rem;
  top: 0.625rem;
}
#works .contents #works04 .wrap .inner .flow li .line dt {
  color: #E88580;
  font-size: 2rem;
  font-weight: 900;
  line-height: normal;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
@media only screen and (max-width: 999px) {
  #works .contents #works04 .wrap .inner .flow li .line dt {
    font-size: 1.5rem;
    white-space: unset;
  }
}
#works .contents #works04 .wrap .inner .flow li .line dd {
  color: #FFF;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
  /* 200% */
  letter-spacing: 0.05em;
  margin: calc(2.5rem - 0.5em) 0 -0.5em;
  padding-bottom: 4.25rem;
}
#works .contents #works04 .wrap .inner .flow li .line dd.bt_none {
  padding-bottom: unset;
}
#works .contents #works04 .wrap .inner .flow li .line dd.point {
  color: #FFF;
  font-family: "Lexend", sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.15;
  /* 32.2px */
  letter-spacing: 0.025em;
  margin: calc(2.5rem - 0.075em) 0 -0.075em;
  padding-bottom: unset;
}
#works .contents #works04 .wrap .inner .flow li .line dd.point_line {
  color: #FFF;
  font-size: 1rem;
  font-weight: 700;
  line-height: 2;
  /* 200% */
  letter-spacing: 0.05em;
  margin: calc(1.25rem - 0.5em) 0 -0.5em;
}
#works .contents #works04 .wrap .inner .flow li .line dd.weight {
  font-weight: 900;
  margin: calc(2.5rem - 0.5em) 0 -0.5em;
}
#works .contents #works04 .wrap .inner .dummy_box {
  visibility: hidden;
  width: 1px;
  height: calc(100vh - 10rem);
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 2;
}
@media only screen and (min-width: 1000px) {
  #works .contents #works04 .wrap .inner .img2 {
    width: calc(50vw - 7.5rem);
    height: calc(100vh - 10rem);
    overflow: hidden;
    border-radius: calc(50vw - 50vh) 0 0 0;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
  }
  #works .contents #works04 .wrap .inner .img2.fixed {
    position: fixed;
    top: auto;
    bottom: 0;
  }
  #works .contents #works04 .wrap .inner .img2.absolute {
    position: absolute;
  }
  #works .contents #works04 .wrap .inner .img2.status img.i1, #works .contents #works04 .wrap .inner .img2.status img.i3 {
    z-index: 0;
    transform: scale(1.05);
    opacity: 0;
  }
  #works .contents #works04 .wrap .inner .img2.status img.i2 {
    z-index: 1;
    transform: scale(1);
    opacity: 1;
  }
  #works .contents #works04 .wrap .inner .img2.status2 img.i1, #works .contents #works04 .wrap .inner .img2.status2 img.i2 {
    z-index: 0;
    transform: scale(1.05);
    opacity: 0;
  }
  #works .contents #works04 .wrap .inner .img2.status2 img.i3 {
    z-index: 1;
    transform: scale(1);
    opacity: 1;
  }
}
@media only screen and (max-width: 999px) {
  #works .contents #works04 .wrap .inner .img2 {
    display: none;
  }
}
#works .contents #works04 .wrap .inner .img2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (min-width: 1000px) {
  #works .contents #works04 .wrap .inner .img2 img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    transition: 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    transform: scale(1.05);
  }
}
@media only screen and (max-width: 999px) {
  #works .contents #works04 .wrap .inner .img2 img {
    border-radius: unset;
  }
}
#works .contents #works04 .wrap .inner .img2 img.i1 {
  transform: scale(1);
}
#works .contents #works04 .wrap .inner .img2 img.i2 {
  opacity: 0;
}
#works .contents #works04 .wrap .inner .img2 img.i3 {
  opacity: 0;
}
#works .contents #works05 {
  background-color: #52CCE8;
  padding: 9.5rem 0 10rem;
}
@media only screen and (max-width: 999px) {
  #works .contents #works05 {
    padding: 5.75rem 0 6rem;
  }
}
#works .contents #works05 .wrap {
  max-width: 100rem;
  margin: 0 auto;
}
#works .contents #works05 .wrap h2 {
  margin: -0.25em 0 -0.25em max(2rem, 50% - 35rem);
}
@media only screen and (max-width: 999px) {
  #works .contents #works05 .wrap h2 {
    width: calc(100% - 4rem);
  }
}
#works .contents #works05 .wrap h2 .en {
  display: block;
  color: #FFF;
  font-family: "Lexend", sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.15;
  /* 64.4px */
  letter-spacing: 0.025em;
  margin: -0.075em 0;
  transform: translateX(-0.0625em);
}
@media only screen and (max-width: 999px) {
  #works .contents #works05 .wrap h2 .en {
    font-size: 2.5rem;
  }
}
#works .contents #works05 .wrap h2 .jp {
  display: block;
  color: #FFF;
  font-size: 1rem;
  font-weight: 900;
  line-height: 2.25;
  /* 36px */
  letter-spacing: 0.05em;
  margin: calc(1.25rem - 0.625em) 0 -0.625em;
}
@media only screen and (max-width: 999px) {
  #works .contents #works05 .wrap h2 .jp {
    margin: calc(1.25rem - 0.625em) 0 -0.625em;
  }
}
#works .contents #works05 .wrap .box {
  max-width: 70rem;
  width: calc(100% - 4rem);
  margin: 3rem auto 0;
}
#works .contents #works05 .wrap .box table {
  width: 100%;
  margin: 2rem 0 0;
  border-collapse: collapse;
}
#works .contents #works05 .wrap .box table tr {
  border-bottom: solid 0.0625rem rgba(255, 255, 255, 0.24);
}
#works .contents #works05 .wrap .box table tr:first-child {
  border-top: solid 0.0625rem rgba(255, 255, 255, 0.24);
}
#works .contents #works05 .wrap .box table tr th {
  color: #FFF;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.75;
  vertical-align: top;
  white-space: nowrap;
  padding: 0.875em 0;
}
@media only screen and (max-width: 999px) {
  #works .contents #works05 .wrap .box table tr th {
    font-size: 0.875rem;
  }
}
#works .contents #works05 .wrap .box table tr td {
  color: #FFF;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
  padding: 0.875em 0;
}
@media only screen and (max-width: 999px) {
  #works .contents #works05 .wrap .box table tr td {
    font-size: 0.875rem;
  }
}

@media only screen and (max-width: 999px) {
  #corporate .contents #fv h1 .en {
    transform: translateX(-0.05em);
  }
}
#corporate .contents #corporate01 {
  margin: 0 auto;
  position: relative;
}
#corporate .contents #corporate01::before {
  content: "";
  width: calc(100% - max(2rem, 50% - 35rem));
  aspect-ratio: 1360/380;
  background: url(../img/corporate/vision.svg) center/cover no-repeat;
  position: absolute;
  right: 0;
  left: max(2rem, 50% - 35rem);
  top: 0;
}
@media only screen and (max-width: 999px) {
  #corporate .contents #corporate01::before {
    width: 100%;
    left: unset;
  }
}
#corporate .contents #corporate01 .inner {
  margin-left: max(2rem, 50% - 35rem);
  padding-top: 20.25rem;
  position: relative;
}
@media only screen and (min-width: 1000px) {
  #corporate .contents #corporate01 .inner {
    align-items: center;
    gap: 0 min(3rem, 3vw);
  }
}
@media only screen and (max-width: 999px) {
  #corporate .contents #corporate01 .inner {
    width: calc(100% - 4rem);
    margin: 0 auto;
    padding-top: 27.9411764706vw;
  }
}
@media only screen and (min-width: 1000px) {
  #corporate .contents #corporate01 .inner .txt_box {
    width: min(32rem, 100% - 50vw - 2rem);
  }
}
#corporate .contents #corporate01 .inner .txt_box dt h2 {
  font-size: 3rem;
  font-weight: 900;
  line-height: 1.6;
  /* 76.8px */
  letter-spacing: 0.05em;
  margin: -0.3em 0;
}
@media only screen and (max-width: 999px) {
  #corporate .contents #corporate01 .inner .txt_box dt h2 {
    font-size: 2.5rem;
    margin-top: -1em;
  }
}
#corporate .contents #corporate01 .inner .txt_box dd {
  font-size: 1.125rem;
  font-weight: 900;
  line-height: 2;
  /* 36px */
  letter-spacing: 0.05em;
  margin: calc(3.5rem - 0.5em) 0 -0.5em;
}
@media only screen and (max-width: 999px) {
  #corporate .contents #corporate01 .inner .txt_box dd {
    font-size: 1rem;
    margin: calc(2.5rem - 0.5em) 0 -0.5em;
  }
}
@media only screen and (min-width: 1000px) {
  #corporate .contents #corporate01 .inner .img_mask {
    width: 50vw;
    height: 20rem;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
@media only screen and (max-width: 999px) {
  #corporate .contents #corporate01 .inner .img_mask {
    width: 100%;
    margin-top: 2.5rem;
  }
}
#corporate .contents #corporate01 .inner .img_mask .img_flex {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 999px) {
  #corporate .contents #corporate01 .inner .img_mask .img_flex {
    width: 100%;
    margin-top: 2rem;
  }
}
@media only screen and (min-width: 1000px) {
  #corporate .contents #corporate01 .inner .img_mask .img_flex li {
    width: 20vw;
    height: 100%;
  }
}
@media only screen and (max-width: 999px) {
  #corporate .contents #corporate01 .inner .img_mask .img_flex li {
    width: 33.33%;
    aspect-ratio: 1/1;
  }
}
#corporate .contents #corporate01 .inner .img_mask .img_flex li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#corporate .contents #corporate02 {
  margin: 8rem auto 0;
  position: relative;
}
@media only screen and (max-width: 999px) {
  #corporate .contents #corporate02 {
    margin: 6rem auto 0;
  }
}
#corporate .contents #corporate02::before {
  content: "";
  width: calc(100% - max(2rem, 50% - 35rem));
  aspect-ratio: 1360/293;
  background: url(../img/corporate/promise.svg) center/100% auto no-repeat;
  position: absolute;
  right: 0;
  left: max(2rem, 50% - 35rem);
  top: 0;
}
@media only screen and (max-width: 999px) {
  #corporate .contents #corporate02::before {
    width: 100%;
    left: unset;
    top: 0;
  }
}
#corporate .contents #corporate02 .wrap {
  margin-left: max(2rem, 50% - 35rem);
  margin-right: 2rem;
  padding-top: calc((100% - max(2rem, 50% - 35rem)) * 0.2154411765);
}
@media only screen and (max-width: 999px) {
  #corporate .contents #corporate02 .wrap {
    width: calc(100% - 4rem);
    margin: 0 auto;
    padding-top: 21.5441176471vw;
  }
}
#corporate .contents #corporate02 .wrap h2 {
  height: 1em;
  font-size: 3rem;
  font-weight: 900;
  line-height: 1.6;
  /* 76.8px */
  letter-spacing: 0.05em;
  position: relative;
}
@media only screen and (max-width: 999px) {
  #corporate .contents #corporate02 .wrap h2 {
    font-size: 2.5rem;
    margin-top: -0.8em;
  }
}
#corporate .contents #corporate02 .wrap h2 span {
  display: block;
  white-space: nowrap;
}
@media only screen and (min-width: 1000px) {
  #corporate .contents #corporate02 .wrap h2 span {
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(-50%);
  }
}
#corporate .contents #corporate02 .wrap ul {
  max-width: 70rem;
  margin: 4rem 0 0;
}
@media only screen and (max-width: 999px) {
  #corporate .contents #corporate02 .wrap ul {
    max-width: 100%;
  }
}
@media only screen and (min-width: 1000px) {
  #corporate .contents #corporate02 .wrap ul {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 5rem 6rem;
  }
}
#corporate .contents #corporate02 .wrap ul li {
  width: calc((100% - 6rem) / 2);
}
@media only screen and (max-width: 999px) {
  #corporate .contents #corporate02 .wrap ul li {
    width: 100%;
  }
}
#corporate .contents #corporate02 .wrap ul li dl dt {
  color: #E88580;
  font-size: 28px;
  font-weight: 900;
  line-height: 1.6;
  /* 44.8px */
  letter-spacing: 0.05em;
  margin: -0.3em 0;
}
@media only screen and (max-width: 999px) {
  #corporate .contents #corporate02 .wrap ul li dl dt {
    font-size: 1.5rem;
    margin: calc(4rem - 0.3em) 0 -0.3em;
  }
}
#corporate .contents #corporate02 .wrap ul li dl dd {
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
  /* 32px */
  letter-spacing: 0.05em;
  margin: calc(2rem - 0.5em) 0 -0.5em;
}
#corporate .contents #corporate03 {
  margin: 10rem auto 0;
  border-radius: max(5rem, 50vw - 35rem) 0 0 0;
  background: linear-gradient(180deg, var(--base_blue, #52CCE8) 0%, var(--base_red, #E88580) 100%);
}
@media only screen and (max-width: 999px) {
  #corporate .contents #corporate03 {
    border-radius: 7.5rem 0 0 0;
    margin: 6rem auto 0;
  }
}
#corporate .contents #corporate03 .inner {
  position: relative;
}
@media only screen and (min-width: 1062px) {
  #corporate .contents #corporate03 .inner {
    align-items: center;
    justify-content: space-between;
    gap: 0 min(4rem, 3.3333333333vw);
  }
}
#corporate .contents #corporate03 .inner .wrap {
  width: min(31rem, 50vw - 4rem);
  margin-left: max(2rem, 50% - 35rem);
  padding: 10rem 0 7.5rem;
}
@media only screen and (max-width: 999px) {
  #corporate .contents #corporate03 .inner .wrap {
    max-width: unset;
    width: calc(100% - 4rem);
    margin: 0 auto;
    padding: 6rem 0 0;
  }
}
#corporate .contents #corporate03 .inner .wrap h2 .en {
  display: block;
  color: #FFF;
  font-family: "Lexend", sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.15;
  /* 64.4px */
  letter-spacing: 0.025em;
  margin: -0.075em 0;
  transform: translateX(-0.0625em);
}
@media only screen and (max-width: 1061px) {
  #corporate .contents #corporate03 .inner .wrap h2 .en {
    font-size: 2.5rem;
  }
}
#corporate .contents #corporate03 .inner .wrap h2 .jp {
  display: block;
  color: #FFF;
  font-size: 1rem;
  font-weight: 900;
  line-height: 2.25;
  /* 36px */
  letter-spacing: 0.05em;
  margin: calc(1.25rem - 0.625em) 0 -0.625em;
}
@media only screen and (max-width: 1061px) {
  #corporate .contents #corporate03 .inner .wrap h2 .jp {
    margin: calc(1.25rem - 0.625em) 0 -0.625em;
  }
}
#corporate .contents #corporate03 .inner .wrap dl dt {
  color: #FFF;
  font-size: 1.75rem;
  font-weight: 900;
  line-height: 1.6;
  /* 44.8px */
  letter-spacing: 0.05em;
  margin: calc(5rem - 0.3em) 0 -0.3em;
}
@media only screen and (max-width: 1061px) {
  #corporate .contents #corporate03 .inner .wrap dl dt {
    margin: calc(4rem - 0.3em) 0 -0.3em;
  }
}
#corporate .contents #corporate03 .inner .wrap dl dd {
  color: #FFF;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
  /* 28px */
  letter-spacing: 0.05em;
  margin: calc(3.5rem - 0.375em) 0 -0.375em;
}
@media only screen and (max-width: 1061px) {
  #corporate .contents #corporate03 .inner .wrap dl dd {
    margin: calc(2.5rem - 0.375em) 0 -0.375em;
  }
}
@media only screen and (min-width: 1000px) {
  #corporate .contents #corporate03 .inner .img_box {
    width: 50vw;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
  }
  #corporate .contents #corporate03 .inner .img_box .img {
    aspect-ratio: 1/1;
  }
  #corporate .contents #corporate03 .inner .img_box .img2 {
    height: calc(100% - 50vw);
  }
  #corporate .contents #corporate03 .inner .img_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media only screen and (max-width: 999px) {
  #corporate .contents #corporate03 .inner .img_box {
    margin-top: 6rem;
  }
}
#corporate .contents #corporate04 {
  background-color: #FFF;
  padding: 10rem 0;
  position: relative;
}
@media only screen and (max-width: 999px) {
  #corporate .contents #corporate04 {
    padding: 6rem 0;
  }
}
#corporate .contents #corporate04::before {
  content: "";
  width: 50vw;
  height: 50vw;
  border-radius: 0 0 0 50rem;
  opacity: 0.32;
  background: linear-gradient(180deg, rgba(82, 204, 232, 0) 0%, var(--base_blue, #52CCE8) 100%);
  position: absolute;
  right: 0;
  top: 0;
}
#corporate .contents #corporate04::after {
  content: "";
  width: 50vw;
  height: 50vw;
  border-radius: 0 50rem 0 0;
  opacity: 0.32;
  background: linear-gradient(180deg, var(--base_red, #E88580) 0%, rgba(232, 133, 128, 0) 100%);
  position: absolute;
  left: 0;
  bottom: 0;
}
#corporate .contents #corporate04 .wrap {
  max-width: 70rem;
  width: calc(100% - 4rem);
  margin: 0 auto;
}
#corporate .contents #corporate04 .wrap .inner h2 .en {
  display: block;
  font-family: "Lexend", sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.15;
  /* 64.4px */
  letter-spacing: 0.025em;
  margin: -0.075em 0;
  transform: translateX(-0.075em);
}
@media only screen and (max-width: 999px) {
  #corporate .contents #corporate04 .wrap .inner h2 .en {
    font-size: 2.5rem;
  }
}
#corporate .contents #corporate04 .wrap .inner h2 .jp {
  display: block;
  font-size: 1rem;
  font-weight: 900;
  line-height: 2.25;
  /* 36px */
  letter-spacing: 0.05em;
  margin: calc(1.25rem - 0.625em) 0 -0.625em;
}
#corporate .contents #corporate04 .wrap .inner h3 {
  font-size: 3rem;
  font-weight: 900;
  line-height: 1.6;
  /* 76.8px */
  letter-spacing: 0.05em;
  margin: calc(5rem - 0.3em) 0 -0.3em;
}
@media only screen and (max-width: 999px) {
  #corporate .contents #corporate04 .wrap .inner h3 {
    font-size: 2.5rem;
    margin: calc(4rem - 0.3em) 0 -0.3em;
  }
}
#corporate .contents #corporate04 .wrap .inner dl dt {
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 900;
  line-height: 1.6;
  /* 44.8px */
  letter-spacing: 0.05em;
  margin: calc(5rem - 0.3em) 0 -0.3em;
}
@media only screen and (max-width: 999px) {
  #corporate .contents #corporate04 .wrap .inner dl dt {
    font-size: 1.5rem;
    margin: calc(4rem - 0.3em) 0 -0.3em;
  }
}
#corporate .contents #corporate04 .wrap .inner dl dd {
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
  /* 32px */
  letter-spacing: 0.05em;
  margin: calc(2rem - 0.5em) 0 -0.5em;
}
#corporate .contents #corporate05 {
  background-color: #FFF;
}
#corporate .contents #corporate05 .wrap {
  border-radius: 0 max(5rem, 50vw - 35rem) 0 0;
  background: #3D3D3D;
}
#corporate .contents #corporate05 .wrap .inner {
  max-width: 70rem;
  width: calc(100% - 4rem);
  margin: 0 auto;
  padding: 10rem 0;
}
@media only screen and (max-width: 999px) {
  #corporate .contents #corporate05 .wrap .inner {
    padding: 6rem 0;
  }
}
#corporate .contents #corporate05 .wrap .inner h2 .en {
  display: block;
  color: #FFF;
  font-family: "Lexend", sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.15;
  /* 64.4px */
  letter-spacing: 0.025em;
  margin: -0.075em 0;
  transform: translateX(-0.0375em);
}
#corporate .contents #corporate05 .wrap .inner h2 .jp {
  display: block;
  color: #FFF;
  font-size: 1rem;
  font-weight: 900;
  line-height: 2.25;
  /* 36px */
  letter-spacing: 0.05em;
  margin: calc(1.25rem - 0.625em) 0 -0.625em;
}
#corporate .contents #corporate05 .wrap .inner .cm_flex {
  margin-top: 3.5rem;
}
@media only screen and (min-width: 1000px) {
  #corporate .contents #corporate05 .wrap .inner .cm_flex {
    align-items: flex-start;
    gap: 0 min(5rem, 5vw);
    justify-content: space-between;
  }
}
#corporate .contents #corporate05 .wrap .inner .cm_flex .txt_box {
  width: 42.5rem;
}
@media only screen and (max-width: 999px) {
  #corporate .contents #corporate05 .wrap .inner .cm_flex .txt_box {
    width: 100%;
    margin: 0 auto;
  }
}
#corporate .contents #corporate05 .wrap .inner .cm_flex .txt_box .flex {
  display: flex;
  align-items: flex-start;
  gap: 0 3.0625rem;
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, 0.12);
  margin-top: 0.5rem;
  padding: 1.5rem 2.125rem;
}
#corporate .contents #corporate05 .wrap .inner .cm_flex .txt_box .flex:first-child {
  margin-top: unset;
}
#corporate .contents #corporate05 .wrap .inner .cm_flex .txt_box .flex .lead {
  display: block;
  min-width: 5.25rem;
  color: #FFF;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.75;
  /* 175% */
  margin: -0.375em 0;
}
#corporate .contents #corporate05 .wrap .inner .cm_flex .txt_box .flex .line {
  color: #FFF;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
  /* 175% */
  margin: -0.375em 0;
}
#corporate .contents #corporate05 .wrap .inner .img_box {
  max-width: 22.5rem;
}
@media only screen and (max-width: 999px) {
  #corporate .contents #corporate05 .wrap .inner .img_box {
    max-width: 100%;
  }
}
#corporate .contents #corporate05 .wrap .inner .img_box .img {
  width: 100%;
  height: auto;
  margin-top: 3.5rem;
}
#corporate .contents #corporate05 .wrap .inner .img_box .img:first-child {
  margin-top: unset;
}
@media only screen and (max-width: 999px) {
  #corporate .contents #corporate05 .wrap .inner .img_box .img:first-child {
    margin-top: 3.5rem;
  }
}
#corporate .contents #corporate05 .wrap .inner .img_box .img img {
  width: 100%;
  height: auto;
}
#corporate .contents #corporate05 .wrap .inner .img_box .img address {
  color: #FFF;
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
  /* 175% */
  margin: calc(1.25rem - 0.375em) 0 -0.375em;
}

#recruit.status .contents .bg1 img {
  transform: scale(1);
  opacity: 1;
  filter: blur(0);
}
#recruit.status .contents #kv h1 {
  transform: translateY(0);
  opacity: 1;
}
#recruit.status .contents #kv h2 {
  transition-delay: 0.25s;
  transform: translate(-50%, -50%) rotate(0deg);
  opacity: 1;
}
#recruit.status .contents #kv .imgs {
  transition-delay: 0.25s;
  transform: translateY(0);
  opacity: 1;
}
#recruit .contents {
  position: relative;
  z-index: 1;
}
#recruit .contents .bg1 {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: -4;
}
#recruit .contents .bg1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transform: scale(1.025);
  opacity: 0;
  filter: blur(32px);
}
#recruit .contents .bg2 {
  width: 100%;
  height: 100%;
  background-color: #52CCE8;
  position: fixed;
  left: 0;
  top: 0;
  z-index: -3;
  opacity: 0;
}
#recruit .contents .bg3 {
  width: 100%;
  height: 100%;
  background-color: #52CCE8;
  position: fixed;
  left: 0;
  top: 0;
  z-index: -2;
  opacity: 0;
}
#recruit .contents .bg4 {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0;
}
#recruit .contents .bg4::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 0;
  top: 0;
}
#recruit .contents .bg4 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 75% 50%;
}
#recruit .contents h2 {
  color: #FFF;
}
#recruit .contents h2#privacy {
  margin-top: 5rem;
}
#recruit .contents h2 .en {
  display: block;
  font-family: "Lexend", sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
}
#recruit .contents h2 .en.o {
  transform: translateX(-0.025em);
}
#recruit .contents h2 .en.e {
  transform: translateX(-0.0625em);
}
#recruit .contents h2 .jp {
  display: block;
  font-weight: 900;
  margin: 0.625rem 0 0;
}
#recruit .contents #kv {
  width: 100%;
  height: 125vh;
  position: relative;
  overflow: hidden;
}
#recruit .contents #kv h1 {
  position: absolute;
  left: 7rem;
  top: 10.5rem;
  z-index: 2;
  transition: 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transform: translateY(1.5rem);
  opacity: 0;
}
@media only screen and (max-width: 999px) {
  #recruit .contents #kv h1 {
    left: 2rem;
  }
}
#recruit .contents #kv h1 .en {
  display: block;
  color: #FFF;
  font-family: "Lexend", sans-serif;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.025em;
  writing-mode: vertical-rl;
}
@media only screen and (max-width: 999px) {
  #recruit .contents #kv h1 .en {
    writing-mode: unset;
    font-size: 4rem;
    transform: translateX(-0.05em);
  }
}
#recruit .contents #kv h1 .jp {
  display: block;
  color: #FFF;
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 1000px) {
  #recruit .contents #kv h1 .jp {
    width: 3.5rem;
    writing-mode: vertical-rl;
    margin: 1.5rem auto 0;
    padding: 1.25rem 1.125rem;
    border: 0.0625rem solid #FFF;
  }
}
@media only screen and (max-width: 999px) {
  #recruit .contents #kv h1 .jp {
    margin: 0.5rem 0 0;
  }
}
#recruit .contents #kv h2 {
  width: 37.5vw;
  position: absolute;
  top: 50vh;
  left: 50%;
  transition: 0.375s cubic-bezier(0.68, -0.6, 0.32, 1.6);
  transform: translate(-50%, -50%) rotate(-8deg);
  opacity: 0;
}
@media only screen and (max-width: 999px) {
  #recruit .contents #kv h2 {
    width: 21.875rem;
    top: calc(50vh + 4rem);
  }
}
#recruit .contents #kv .imgs {
  display: flex;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  transition: 0.375s cubic-bezier(0.25, 1, 0.5, 1);
  transform: translateY(50%);
  opacity: 0;
  mix-blend-mode: screen;
}
#recruit .contents #kv .imgs .img {
  width: 25%;
}
@media only screen and (max-width: 999px) {
  #recruit .contents #kv .imgs .img {
    width: 50%;
  }
}
#recruit .contents #kv .imgs .img img {
  width: 100%;
}
#recruit .contents #recruit01 {
  position: relative;
}
#recruit .contents #recruit01 .wrap {
  width: fit-content;
  margin: 0 auto;
  padding: 0.0625rem 0 0;
}
@media only screen and (max-width: 999px) {
  #recruit .contents #recruit01 .wrap {
    transform: translateY(-3.71875rem);
  }
}
#recruit .contents #recruit01 .wrap p {
  font-size: 3rem;
  font-weight: 900;
  color: #FFF;
  letter-spacing: 0;
  transform: translateX(0.25em);
}
@media only screen and (max-width: 999px) {
  #recruit .contents #recruit01 .wrap p {
    font-size: 2.75rem;
  }
}
#recruit .contents #recruit01 .wrap p .line {
  display: block;
  margin-top: 2rem;
  position: relative;
}
@media only screen and (max-width: 999px) {
  #recruit .contents #recruit01 .wrap p .line {
    margin-top: 1.75rem;
  }
}
#recruit .contents #recruit01 .wrap p .line:first-child {
  margin-top: 0;
}
#recruit .contents #recruit01 .wrap p .line.middle {
  margin-top: 6rem;
}
@media only screen and (max-width: 999px) {
  #recruit .contents #recruit01 .wrap p .line.middle {
    margin-top: 5rem;
  }
}
#recruit .contents #recruit01 .wrap p .line .ph {
  opacity: 0.32;
}
#recruit .contents #recruit01 .wrap p .line .mask {
  display: inline-block;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 50%, rgb(0, 0, 0) 50%);
  mask-position: 0% 0%;
  mask-size: 200% 100%;
}
#recruit .contents #recruit01 .wrap p .line .mask span {
  display: inline-block;
  white-space: nowrap;
}
#recruit .contents #recruit02 {
  margin-top: 25rem;
}
@media only screen and (max-width: 999px) {
  #recruit .contents #recruit02 {
    margin-top: 12.25rem;
  }
}
#recruit .contents #recruit02 .wrap {
  position: relative;
}
@media only screen and (min-width: 1000px) {
  #recruit .contents #recruit02 .wrap .inner {
    margin-left: max(2rem, 50% - 35rem);
  }
}
@media only screen and (max-width: 999px) {
  #recruit .contents #recruit02 .wrap .inner {
    width: calc(100% - 4rem);
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1000px) {
  #recruit .contents #recruit02 .wrap .inner .txt {
    width: min(50% - 1rem, 35rem);
  }
}
@media only screen and (max-width: 999px) {
  #recruit .contents #recruit02 .wrap .inner .txt {
    max-width: 100%;
  }
}
#recruit .contents #recruit02 .wrap .inner .txt h2 {
  margin-top: -0.5em;
}
#recruit .contents #recruit02 .wrap .inner .txt img {
  margin: 10rem 0 0;
}
@media only screen and (max-width: 999px) {
  #recruit .contents #recruit02 .wrap .inner .txt img {
    width: 20rem;
    margin: 6rem auto 0;
  }
}
@media only screen and (min-width: 1000px) {
  #recruit .contents #recruit02 .wrap .inner .txt img.photo {
    display: none;
  }
}
@media only screen and (max-width: 999px) {
  #recruit .contents #recruit02 .wrap .inner .txt img.photo {
    width: calc(100% - 4rem);
    border-radius: 2rem;
    margin-top: 3rem;
  }
}
#recruit .contents #recruit02 .wrap .inner .txt h2 + img {
  margin-top: 6rem;
}
#recruit .contents #recruit02 .wrap .inner .txt p {
  color: #FFF;
  font-weight: 900;
  line-height: 1.75;
  margin: calc(3.5rem - 0.375em) 0 -0.375em;
}
#recruit .contents #recruit02 .wrap .inner .txt p + p {
  margin-top: calc(2.5rem - 0.375em);
}
#recruit .contents #recruit02 .wrap .inner .dummy_box {
  visibility: hidden;
  width: 1px;
  height: calc(100vh - 10rem);
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 2;
}
@media only screen and (min-width: 1000px) {
  #recruit .contents #recruit02 .wrap .inner .img {
    width: calc(50vw - 5rem);
    height: calc(100vh - 10rem);
    overflow: hidden;
    border-radius: max(5rem, 50vw - 50vh) 0 0 max(5rem, 50vw - 50vh);
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
  }
}
@media only screen and (max-width: 999px) {
  #recruit .contents #recruit02 .wrap .inner .img {
    display: none;
  }
}
#recruit .contents #recruit02 .wrap .inner .img.fixed {
  position: fixed;
  top: auto;
  bottom: 0;
}
#recruit .contents #recruit02 .wrap .inner .img.absolute {
  position: absolute;
}
#recruit .contents #recruit02 .wrap .inner .img.status img.i1, #recruit .contents #recruit02 .wrap .inner .img.status img.i3 {
  z-index: 0;
  transform: scale(1.05);
  opacity: 0;
}
#recruit .contents #recruit02 .wrap .inner .img.status img.i2 {
  z-index: 1;
  transform: scale(1);
  opacity: 1;
}
#recruit .contents #recruit02 .wrap .inner .img.status2 img.i1, #recruit .contents #recruit02 .wrap .inner .img.status2 img.i2 {
  z-index: 0;
  transform: scale(1.05);
  opacity: 0;
}
#recruit .contents #recruit02 .wrap .inner .img.status2 img.i3 {
  z-index: 1;
  transform: scale(1);
  opacity: 1;
}
#recruit .contents #recruit02 .wrap .inner .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  transition: 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transform: scale(1.05);
}
#recruit .contents #recruit02 .wrap .inner .img img.i1 {
  transform: scale(1);
}
#recruit .contents #recruit02 .wrap .inner .img img.i2 {
  opacity: 0;
}
#recruit .contents #recruit02 .wrap .inner .img img.i3 {
  opacity: 0;
}
#recruit .contents #recruit03 {
  position: relative;
  padding-top: 25rem;
  z-index: 1;
}
@media only screen and (max-width: 999px) {
  #recruit .contents #recruit03 {
    padding-top: 12.25rem;
  }
}
#recruit .contents #recruit03 .bg {
  width: 100%;
  aspect-ratio: 1600/1066;
  max-height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
#recruit .contents #recruit03 .bg::before {
  content: "";
  width: 100%;
  height: 12.5vw;
  background: linear-gradient(180deg, #52CCE8 0%, rgba(82, 204, 232, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
}
#recruit .contents #recruit03 .bg::after {
  content: "";
  width: 100%;
  height: 12.5vw;
  background: linear-gradient(180deg, rgba(82, 204, 232, 0) 0%, #52CCE8 100%);
  position: absolute;
  left: 0;
  bottom: 0;
}
#recruit .contents #recruit03 .bg img {
  width: 100%;
  aspect-ratio: 1600/1066;
}
#recruit .contents #recruit03 .wrap {
  max-width: 70rem;
  width: calc(100% - 4rem);
  margin: 0 auto;
}
#recruit .contents #recruit03 .wrap h3 {
  font-size: 2.5rem;
  font-weight: 900;
  color: #FFF;
  margin: 6rem 0 0;
}
#recruit .contents #recruit03 .wrap h3.big {
  font-size: 5rem;
  margin-top: 8rem;
}
@media only screen and (max-width: 999px) {
  #recruit .contents #recruit03 .wrap h3.big {
    font-size: 3.75rem;
    margin-top: 6rem;
  }
}
#recruit .contents #recruit03 .wrap p {
  color: #FFF;
  line-height: 1.75;
  font-weight: 900;
  margin: calc(2.5rem - 0.375em) 0 -0.375em;
}
@media only screen and (min-width: 1000px) {
  #recruit .contents #recruit03 .wrap p {
    width: min(50%, 35rem);
  }
}
#recruit .contents #recruit03 .wrap p.big {
  font-size: 1.25rem;
}
#recruit .contents #recruit03 .box {
  width: calc(100% - 4rem);
  max-width: calc(70rem + max(2rem, (100% - 70rem) / 2));
  background: #FFF;
  border-radius: 0 min(15rem, 12.5vw) 0 0;
  margin: 15.875rem 0 0;
  padding: 7rem min(5rem, 5vw) 10rem max(2rem, (100% - 70rem) / 2);
}
@media only screen and (max-width: 999px) {
  #recruit .contents #recruit03 .box {
    width: 100%;
    margin-top: 8rem;
    padding: 3rem 2rem 6rem;
  }
}
#recruit .contents #recruit03 .box .inner {
  position: relative;
}
#recruit .contents #recruit03 .box .inner::before {
  content: "";
  width: 20rem;
  height: 5rem;
  background: #FFF;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  position: absolute;
  top: -6.875rem;
  left: 25%;
  transform: translate(-50%, -100%);
}
@media only screen and (max-width: 999px) {
  #recruit .contents #recruit03 .box .inner::before {
    width: 10rem;
    height: 2.5rem;
    top: -2.9375rem;
    left: 50%;
  }
}
#recruit .contents #recruit03 .box .inner > h3 {
  display: flex;
  gap: 0 1.625rem;
  align-items: center;
  font-size: 4rem;
  font-weight: 900;
  letter-spacing: 0.01em;
  color: #52CCE8;
}
@media only screen and (max-width: 999px) {
  #recruit .contents #recruit03 .box .inner > h3 {
    font-size: 2.5rem;
  }
}
#recruit .contents #recruit03 .box .inner > h3 img {
  display: inline-block;
}
@media only screen and (max-width: 999px) {
  #recruit .contents #recruit03 .box .inner > h3 img {
    width: 4rem;
  }
}
#recruit .contents #recruit03 .box .inner > p {
  font-weight: 900;
  line-height: 2;
  letter-spacing: 0;
  margin: calc(2.375rem - 0.5em) 0 0;
}
#recruit .contents #recruit03 .box .inner .flex {
  display: flex;
  gap: 0 4.3125rem;
  margin: 5rem 0 0;
}
@media only screen and (max-width: 999px) {
  #recruit .contents #recruit03 .box .inner .flex {
    display: block;
    margin: 3rem 0 0;
  }
}
#recruit .contents #recruit03 .box .inner .flex .img {
  width: 33rem;
  flex-shrink: 0;
}
@media only screen and (max-width: 999px) {
  #recruit .contents #recruit03 .box .inner .flex .img {
    width: 100%;
  }
}
#recruit .contents #recruit03 .box .inner .flex .img li img {
  border-radius: 5rem 5rem 0 0;
}
#recruit .contents #recruit03 .box .inner .flex .img li:nth-child(even) img {
  border-radius: 0 0 5rem 5rem;
}
@media only screen and (max-width: 999px) {
  #recruit .contents #recruit03 .box .inner .flex .txt {
    margin-top: 5rem;
  }
}
#recruit .contents #recruit03 .box .inner .flex .txt h2 {
  color: #52CCE8;
  margin: 0;
}
#recruit .contents #recruit03 .box .inner .flex .txt h3 {
  font-size: 1.75rem;
  font-weight: 900;
  color: #52CCE8;
  letter-spacing: 0.01em;
  margin: 3.5rem 0 0;
}
#recruit .contents #recruit03 .box .inner .flex .txt h3 span {
  display: block;
  font-size: 1rem;
  margin-bottom: 1rem;
}
#recruit .contents #recruit03 .box .inner .flex .txt p {
  line-height: 1.75;
  letter-spacing: 0;
  margin: calc(2rem - 0.375em) 0 -0.375em;
}
#recruit .contents #recruit03 .box .inner .flex .txt .pink {
  margin: 3.5rem 0 0;
}
#recruit .contents #recruit03 .box .inner .flex .txt .pink span {
  color: #E88580;
  font-weight: 900;
}
#recruit .contents #recruit03 .box .inner .flex .txt .pink h3 {
  color: #E88580;
  margin-top: 1.25rem;
}
#recruit .contents #recruit04 {
  position: relative;
}
@media only screen and (max-width: 999px) {
  #recruit .contents #recruit04 {
    background: #FFF;
  }
}
#recruit .contents #recruit04 .wrap {
  border-radius: 0 calc(50vw - 35rem) 0 0;
  background: #3D3D3D;
  padding: 10rem 0;
}
@media only screen and (max-width: 999px) {
  #recruit .contents #recruit04 .wrap {
    border-radius: 0 8rem 0 0;
    padding: 6rem 0;
  }
}
#recruit .contents #recruit04 .wrap .inner {
  max-width: 70rem;
  width: calc(100% - 4rem);
  margin: 0 auto;
}
#recruit .contents #recruit04 .wrap .inner .outline h2 {
  margin-top: 0;
  color: #52CCE8;
}
#recruit .contents #recruit04 .wrap .inner .outline table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 4rem;
}
#recruit .contents #recruit04 .wrap .inner .outline table tbody tr {
  border-bottom: solid 0.0625rem #fff;
}
#recruit .contents #recruit04 .wrap .inner .outline table tbody tr:first-child {
  border-top: solid 0.0625rem #fff;
}
#recruit .contents #recruit04 .wrap .inner .outline table tbody tr th, #recruit .contents #recruit04 .wrap .inner .outline table tbody tr td {
  padding: 1.5rem 0;
}
#recruit .contents #recruit04 .wrap .inner .outline table tbody tr th {
  color: #fff;
  line-height: 1.5;
  white-space: nowrap;
  vertical-align: top;
}
#recruit .contents #recruit04 .wrap .inner .outline table tbody tr td {
  width: 50rem;
  color: #fff;
  line-height: 1.5;
}
@media only screen and (max-width: 999px) {
  #recruit .contents #recruit04 .wrap .inner .outline table tbody tr td {
    width: 18.75rem;
  }
}
#recruit .contents #recruit04 .wrap .inner .entry {
  margin-top: 10rem;
}
@media only screen and (max-width: 999px) {
  #recruit .contents #recruit04 .wrap .inner .entry {
    margin-top: 6rem;
  }
}
#recruit .contents #recruit04 .wrap .inner .entry h2 {
  color: #E88580;
}
#recruit .contents #recruit04 .wrap .inner .entry .flex {
  display: flex;
  align-items: center;
  gap: 0 0.75rem;
  margin-top: 6rem;
}
#recruit .contents #recruit04 .wrap .inner .entry .flex .img2 {
  width: 1.875rem;
  height: auto;
}
#recruit .contents #recruit04 .wrap .inner .entry .flex .img2 img {
  width: 100%;
  height: auto;
}
#recruit .contents #recruit04 .wrap .inner .entry .flex span {
  display: block;
  color: #FFF;
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 2.25;
  /* 45px */
  letter-spacing: 0.05em;
}
#recruit .contents #recruit04 .wrap .inner .entry .line, #recruit .contents #recruit04 .wrap .inner .entry .line2 {
  color: #FFF;
  font-size: 1rem;
  font-weight: 900;
  line-height: 2;
  /* 32px */
  letter-spacing: 0.05em;
  margin: calc(3rem - 0.5em) 0 -0.5em;
}
#recruit .contents #recruit04 .wrap .inner .entry .box {
  border-radius: 2.5rem;
  background: #DADADA;
  margin-top: 3rem;
  padding: 3rem;
}
#recruit .contents #recruit04 .wrap .inner .entry .box dl dt {
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 200%;
  /* 48px */
  letter-spacing: 0.05em;
  margin: -0.5em 0;
}
#recruit .contents #recruit04 .wrap .inner .entry .box dl dd {
  margin: calc(2rem - 0.375em) 0 -0.375em;
}
#recruit .contents #recruit04 .wrap .inner .entry .box dl dd span {
  display: block;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
  /* 175% */
  letter-spacing: 0.05em;
  padding-left: 1em;
  position: relative;
}
#recruit .contents #recruit04 .wrap .inner .entry .box dl dd span::before {
  content: "・";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.05em;
  position: absolute;
  left: 0;
  top: 0;
}
#recruit .contents #recruit04 .wrap .inner .entry form .ac {
  margin-top: 3rem;
}
#recruit .contents #recruit04 .wrap .inner .entry form .ac:first-child {
  margin-top: 6rem;
}
@media only screen and (min-width: 1000px) {
  #recruit .contents #recruit04 .wrap .inner .entry form .ac {
    display: flex;
    align-items: flex-start;
    gap: 0 1rem;
  }
}
#recruit .contents #recruit04 .wrap .inner .entry form .ac dt {
  width: 12.5rem;
  color: #FFF;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 2;
  padding-top: 0.625rem;
}
#recruit .contents #recruit04 .wrap .inner .entry form .ac dt .need {
  color: #E93527;
}
#recruit .contents #recruit04 .wrap .inner .entry form .ac dd {
  width: calc(100% - 13.5rem);
}
@media only screen and (max-width: 999px) {
  #recruit .contents #recruit04 .wrap .inner .entry form .ac dd {
    width: 100%;
  }
}
#recruit .contents #recruit04 .wrap .inner .entry form .ac dd input {
  width: 100%;
  padding: 1rem;
  border-radius: 0.5rem;
  border: solid 0.0625rem #3D3D3D;
}
#recruit .contents #recruit04 .wrap .inner .entry form .ac dd textarea {
  width: 100%;
  line-height: 1.5;
  padding: 1rem;
  border-radius: 0.5rem;
  border: solid 0.0625rem #3D3D3D;
}
#recruit .contents #recruit04 .wrap .inner .entry form .btn {
  width: 15rem;
  margin: 3rem auto 0;
}
#recruit .contents #recruit04 .wrap .inner .entry form .btn .submit input {
  cursor: pointer;
  width: 100%;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  background-color: #E88580;
  border-radius: 1.8125rem;
  border: none;
  padding: 1.25rem 0;
  transition: 0.25s;
}
#recruit .contents #recruit04 .wrap .inner .entry form .btn .submit input:hover {
  background-color: #000;
}
#recruit .contents #recruit04 .wrap .inner .entry form .btn .submit input:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
#recruit .contents #recruit04 .wrap .inner .entry form .btn .submit input:disabled:hover {
  background-color: #E88580;
}
#recruit .contents #recruit04 .wrap .inner .entry form .recaptcha {
  margin: 2.75rem 0 4rem;
}
#recruit .contents #recruit04 .wrap .inner .entry form .recaptcha #gr_checkbox > div {
  margin: 0 auto;
}
#recruit .footer {
  position: relative;
  z-index: 1;
}

#contact .contents {
  position: relative;
}
#contact .contents #fv {
  position: absolute;
}
@media only screen and (max-width: 999px) {
  #contact .contents #fv {
    height: 100%;
  }
}
#contact .contents #fv::after {
  bottom: unset;
  top: 28.125rem;
}
@media only screen and (max-width: 999px) {
  #contact .contents #fv::after {
    display: block;
  }
}
@media only screen and (max-width: 1230px) {
  #contact .contents #fv h1 .en, #contact .contents #fv h1 .jp {
    writing-mode: vertical-rl;
  }
  #contact .contents #fv h1 .jp {
    margin: 1.5rem auto 0;
  }
}
@media only screen and (max-width: 1200px) {
  #contact .contents #fv h1 {
    max-width: 60rem;
    width: calc(100% - 4rem);
    margin: 0 auto;
    position: relative;
    left: unset;
  }
  #contact .contents #fv h1 .en,
  #contact .contents #fv h1 .jp {
    writing-mode: unset;
    margin: unset;
  }
  #contact .contents #fv h1 .jp {
    width: fit-content;
    margin-top: 2rem;
  }
}
@media only screen and (max-width: 999px) {
  #contact .contents #fv h1 {
    position: absolute;
    left: 2rem;
  }
}
#contact .contents #contact01 {
  position: relative;
}
#contact .contents #contact01::after {
  content: "";
  width: 100%;
  height: 17.5rem;
  border-radius: 0 0 0 17.5rem;
  opacity: 0.32;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFF 100%);
  position: absolute;
  left: 0;
  bottom: -10rem;
}
@media only screen and (max-width: 999px) {
  #contact .contents #contact01::after {
    border-radius: 0 0 0 8.75rem;
    bottom: -6rem;
  }
}
#contact .contents #contact01 .wrap {
  max-width: 60rem;
  width: calc(100% - 4rem);
  margin: 0 auto 10rem;
}
@media only screen and (max-width: 999px) {
  #contact .contents #contact01 .wrap {
    margin: 0 auto 6rem;
  }
}
#contact .contents #contact01 .wrap .line {
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
  /* 32px */
  letter-spacing: 0.05em;
  margin: -0.5em 0;
  padding-top: 17.5rem;
  position: relative;
}
@media only screen and (max-width: 1200px) {
  #contact .contents #contact01 .wrap .line {
    padding-top: 27.5rem;
  }
}
#contact .contents #contact01 .wrap .line.m_top {
  margin: calc(1.5rem - 0.5em) 0 -0.5em;
  padding-top: unset;
}
#contact .contents #contact01 .wrap .line.m_top2 {
  margin: calc(2.3125rem - 0.5em) 0 -0.5em;
  padding-top: unset;
}
#contact .contents #contact01 .wrap .img {
  display: block;
  width: 24.375rem;
  height: auto;
  margin-top: 6rem;
}
#contact .contents #contact01 .wrap .img img {
  width: 100%;
  height: auto;
}
#contact .contents #contact01 .wrap .flex {
  display: flex;
  align-items: center;
  gap: 0 0.75rem;
  margin-top: 6rem;
}
#contact .contents #contact01 .wrap .flex .img2 {
  width: 1.875rem;
  height: auto;
}
#contact .contents #contact01 .wrap .flex .img2 img {
  width: 100%;
  height: auto;
}
#contact .contents #contact01 .wrap .flex span {
  display: block;
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 2.25;
  /* 45px */
  letter-spacing: 0.05em;
}
#contact .contents #contact01 .wrap h2 {
  font-family: "Lexend", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.15;
  /* 36.8px */
  letter-spacing: 0.025em;
  margin: calc(6rem - 0.075em) 0 -0.075em;
}
#contact .contents #contact01 .wrap .line2 {
  font-size: 1rem;
  font-weight: 900;
  line-height: 2;
  /* 32px */
  letter-spacing: 0.05em;
  margin: calc(3rem - 0.5em) 0 -0.5em;
}
#contact .contents #contact01 .wrap .box {
  border-radius: 2.5rem;
  background: #DADADA;
  margin-top: 3rem;
  padding: 3rem;
}
#contact .contents #contact01 .wrap .box dl dt {
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 200%;
  /* 48px */
  letter-spacing: 0.05em;
  margin: -0.5em 0;
}
#contact .contents #contact01 .wrap .box dl dd {
  margin: calc(2rem - 0.375em) 0 -0.375em;
}
#contact .contents #contact01 .wrap .box dl dd span {
  display: block;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
  /* 175% */
  letter-spacing: 0.05em;
  padding-left: 1em;
  position: relative;
}
#contact .contents #contact01 .wrap .box dl dd span::before {
  content: "・";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.05em;
  position: absolute;
  left: 0;
  top: 0;
}
#contact .contents #contact01 .wrap form .ac {
  margin-top: 2rem;
}
#contact .contents #contact01 .wrap form .ac:first-child {
  margin-top: 6rem;
}
@media only screen and (min-width: 1000px) {
  #contact .contents #contact01 .wrap form .ac {
    display: flex;
    align-items: flex-start;
    gap: 0 1rem;
  }
}
#contact .contents #contact01 .wrap form .ac dt {
  width: 12.5rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 2;
}
#contact .contents #contact01 .wrap form .ac dt .need {
  color: #E93527;
}
#contact .contents #contact01 .wrap form .ac dd {
  width: calc(100% - 13.5rem);
}
@media only screen and (max-width: 999px) {
  #contact .contents #contact01 .wrap form .ac dd {
    width: 100%;
  }
}
#contact .contents #contact01 .wrap form .ac dd input {
  width: 100%;
  padding: 0.5rem;
  border-radius: 0.625rem;
  border: solid 0.0625rem #3D3D3D;
}
#contact .contents #contact01 .wrap form .ac dd textarea {
  width: 100%;
  padding: 0.5rem;
  line-height: 1.5;
  border-radius: 0.625rem;
  border: solid 0.0625rem #3D3D3D;
}
#contact .contents #contact01 .wrap form .btn {
  width: 12.5rem;
  margin: 2rem auto 0;
}
#contact .contents #contact01 .wrap form .btn .submit input {
  cursor: pointer;
  width: 100%;
  font-size: 1.125rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  border-radius: 3.125rem;
  border: solid 0.0625rem #3A3A3A;
  padding: 1rem;
  transition: 0.3s ease;
}
#contact .contents #contact01 .wrap form .btn .submit input:hover {
  opacity: 0.5;
}
#contact .contents #contact01 .wrap form .btn .submit input:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
#contact .contents #contact01 .wrap form .btn .submit input:disabled:hover {
  opacity: 0.5;
}
#contact .contents #contact01 .wrap form .recaptcha {
  margin: 2.75rem 0 4rem;
}
#contact .contents #contact01 .wrap form .recaptcha #gr_checkbox > div {
  margin: 0 auto;
}
#thanks .contents #fv {
  height: auto;
}
#thanks .contents #thanks01 {
  max-width: 91.25rem;
  width: calc(100% - 4rem);
  margin: 25rem auto 18.75rem;
  position: relative;
}
@media only screen and (max-width: 999px) {
  #thanks .contents #thanks01 {
    width: calc(100% - 3rem);
    margin: 18.75rem auto 9.375rem;
  }
}
#thanks .contents #thanks01.thanks {
  padding-bottom: 12.5rem;
}
#thanks .contents #thanks01.thanks p {
  margin-top: 6.25rem;
}
#thanks .contents #thanks01.thanks .cm_link {
  margin: 3.5rem auto 0;
}
#thanks .contents #thanks01 span, #thanks .contents #thanks01 p {
  text-align: center;
  display: block;
  font-feature-settings: "palt" on;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75;
  /* 28px */
  margin: calc(1.3125rem - 0.375em) 0 -0.375em;
}
@media only screen and (max-width: 999px) {
  #thanks .contents #thanks01 span, #thanks .contents #thanks01 p {
    font-size: 1.0769230769rem;
    line-height: 1.71;
    margin: calc(2.2307692308rem - 0.355em) 0 -0.355em;
  }
}
#thanks .contents #thanks01 .link {
  display: block;
  text-align: center;
  font-weight: 500;
  line-height: 1.5;
  margin: calc(2rem - 0.25em) 0 -0.25em;
  transition: 0.25s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}
#thanks .contents #thanks01 .link:hover {
  opacity: 0.7;
}

@media screen and (min-width: 1000px) {
  .pcNone {
    display: none !important;
  }
  html {
    width: 100%;
    height: 100%;
    font-size: 16px;
  }
  body {
    width: 100%;
    height: 100%;
    font-size: 1rem;
  }
  img {
    display: block;
    height: auto;
  }
}
@media screen and (max-width: 999px) {
  .spNone {
    display: none !important;
  }
  html {
    width: 100%;
    height: 100%;
    font-size: 3.125vw;
  }
  body {
    width: 100%;
    height: 100%;
    font-size: 1rem;
    overflow-x: hidden;
  }
  img {
    display: block;
    max-width: 100%;
    width: 100%;
  }
}/*# sourceMappingURL=layout.css.map */