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

.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: 1060px) {
  .slideLeft {
    transform: translateX(2rem);
  }
}
@media only screen and (max-width: 1059px) {
  .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: 1060px) {
  .slideRight {
    transform: translateX(-2rem);
  }
}
@media only screen and (max-width: 1059px) {
  .slideRight {
    transform: translateY(2rem);
  }
}

@media only screen and (min-width: 1060px) {
  .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%);
  }
}
html {
  scroll-behavior: smooth;
}

body {
  color: #002152;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  text-align: justify;
  background-color: #fff;
  position: relative;
}

a {
  text-decoration: none;
}

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

.cm_contact {
  background: linear-gradient(195.17deg, rgb(172, 221, 246) 0%, rgb(181, 225, 247) 13.68%, rgb(207, 235, 249) 36.34%, rgb(235, 247, 252) 56.74%, rgb(229, 242, 251) 99.88%);
}
@media only screen and (min-width: 1060px) {
  .cm_contact {
    padding-top: 9.375rem;
    padding-bottom: 9.375rem;
    padding-right: 8.3333333333vw;
    padding-left: calc(3.75rem + 27.34375vw);
  }
}
@media only screen and (max-width: 1059px) {
  .cm_contact {
    padding: 4.6153846154rem 2.3076923077rem 8.0769230769rem;
  }
}
@media only screen and (min-width: 1060px) {
  .cm_contact .wrap {
    width: calc(100% - 4rem);
    max-width: 60rem;
  }
}
.cm_contact .wrap .inner {
  position: relative;
}
@media only screen and (min-width: 1060px) {
  .cm_contact .wrap .inner {
    margin: 0 0 0 auto;
  }
}
.cm_contact .wrap .inner::after {
  content: "";
  background: url(../img/index/track.svg) center/cover no-repeat;
  position: absolute;
  transform: translateY(100%);
}
@media only screen and (min-width: 1060px) {
  .cm_contact .wrap .inner::after {
    width: 14.0625rem;
    height: 8.625rem;
    left: calc(50% + 13.9375rem);
    bottom: 1.25rem;
  }
}
@media only screen and (min-width: 1060px) and (max-width: 1610px) {
  .cm_contact .wrap .inner::after {
    right: -2rem;
  }
}
@media only screen and (max-width: 1059px) {
  .cm_contact .wrap .inner::after {
    width: 12.2307692308rem;
    height: 7.4615384615rem;
    right: 1.5384615385rem;
    bottom: -2.5384615385rem;
  }
}
.cm_contact .wrap .inner .logo img {
  width: 18rem;
  margin: 0 auto;
}
.cm_contact .wrap .inner p {
  text-align: center;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.2em;
  white-space: nowrap;
  margin: calc(2.5rem - 0.5em) 0 -0.5em;
}
@media only screen and (max-width: 1059px) {
  .cm_contact .wrap .inner p {
    font-size: 1.3846153846rem;
    letter-spacing: 0.15em;
    font-feature-settings: "palt" 1;
  }
}
.cm_contact .wrap .inner .link {
  display: block;
  width: 11.5625rem;
  height: 3.125rem;
  background: #FFF;
  position: relative;
  margin: 4.6875rem auto 0;
  z-index: 1;
}
.cm_contact .wrap .inner .link::after {
  content: "";
  background: #002152;
  position: absolute;
  inset: 0;
  transition: 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transform: scale(0, 1);
  transform-origin: left;
  z-index: -1;
}
.cm_contact .wrap .inner .link:hover::after {
  transform: scale(1);
}
.cm_contact .wrap .inner .link:hover span {
  color: #FFF;
}
@media only screen and (max-width: 1059px) {
  .cm_contact .wrap .inner .link {
    width: 14.2307692308rem;
    height: 3.8461538462rem;
    margin: 2.6923076923rem auto 0;
  }
}
.cm_contact .wrap .inner .link span {
  font-size: 1.25rem;
  font-weight: 500;
  white-space: nowrap;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 1060px) {
  .cm_contact .wrap .inner .link span {
    transition: 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  }
}

@media only screen and (min-width: 1060px) {
  .cm_contents {
    padding-top: 9.375rem;
    padding-bottom: 9.375rem;
    padding-right: 4.6875vw;
    padding-left: calc(3.75rem + 23.6979166667vw);
  }
}
@media only screen and (max-width: 1059px) {
  .cm_contents {
    padding: 7.3076923077rem 0;
  }
}
.cm_contents .wrap {
  width: calc(100% - 4rem);
}
@media only screen and (min-width: 1060px) {
  .cm_contents .wrap {
    max-width: 68.75rem;
  }
}
@media only screen and (max-width: 1059px) {
  .cm_contents .wrap {
    margin: 0 auto;
  }
}
.cm_contents .wrap h2 .en img {
  width: 5.18125rem;
  margin: 0 auto;
}
@media only screen and (max-width: 1059px) {
  .cm_contents .wrap h2 .en img {
    width: 6.9230769231rem;
  }
}
.cm_contents .wrap h2 .jp {
  display: block;
  font-size: 1.875rem;
  font-weight: 500;
  text-align: center;
  margin: 1.875rem 0 0;
}
@media only screen and (max-width: 1059px) {
  .cm_contents .wrap h2 .jp {
    font-size: 3.0769230769rem;
    margin-top: 1.9230769231rem;
  }
}
.cm_contents .wrap .list {
  margin: 2.8125rem 0 0;
}
@media only screen and (min-width: 1060px) {
  .cm_contents .wrap .list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1.25rem;
  }
}
.cm_contents .wrap .list li {
  padding: 0.9375rem;
}
@media only screen and (min-width: 1060px) {
  .cm_contents .wrap .list li {
    width: calc((100% - 2.5rem) / 3);
    border: 1px solid #00B9EF;
    flex-shrink: 0;
    transition: 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .cm_contents .wrap .list li:hover {
    transform: scale(1.03);
  }
}
@media only screen and (max-width: 1059px) {
  .cm_contents .wrap .list li {
    border: 2px solid #00B9EF;
    margin: 2.3076923077rem 0 0;
    padding: 1rem;
  }
}
.cm_contents .wrap .list li.packing .flex .txt img {
  width: 6.43125rem;
}
@media only screen and (max-width: 1059px) {
  .cm_contents .wrap .list li.packing .flex .txt img {
    width: 8.7461538462rem;
  }
}
.cm_contents .wrap .list li.warehouse .flex .txt img {
  width: 6.6875rem;
}
@media only screen and (max-width: 1059px) {
  .cm_contents .wrap .list li.warehouse .flex .txt img {
    width: 8.4615384615rem;
  }
}
.cm_contents .wrap .list li.factory .flex .txt img {
  width: 5.30625rem;
}
@media only screen and (max-width: 1059px) {
  .cm_contents .wrap .list li.factory .flex .txt img {
    width: 6.7307692308rem;
  }
}
.cm_contents .wrap .list li.space .flex .txt img {
  width: 4.7125rem;
}
@media only screen and (max-width: 1059px) {
  .cm_contents .wrap .list li.space .flex .txt img {
    width: 5.9769230769rem;
  }
}
.cm_contents .wrap .list li .flex {
  display: flex;
  align-items: center;
  gap: 0 1.125rem;
}
.cm_contents .wrap .list li .flex .img {
  width: 10.9375rem;
}
@media only screen and (max-width: 1059px) {
  .cm_contents .wrap .list li .flex .img {
    width: 11.5384615385rem;
  }
}
.cm_contents .wrap .list li .flex .txt span {
  display: block;
  font-size: 1.1rem;
  font-weight: 500;
  font-feature-settings: "palt" 1;
  margin: 0.875rem 0 0;
}
@media only screen and (max-width: 1059px) {
  .cm_contents .wrap .list li .flex .txt span {
    font-size: 1.3846153846rem;
    margin: 1.0769230769rem 0 0;
  }
}

.cm_link {
  display: block;
  width: 27.25rem;
  height: 4.0625rem;
  background: #002152;
  text-decoration: none;
  position: relative;
  transition: 0.25s;
  margin: 5rem auto 0;
}
@media only screen and (max-width: 1059px) {
  .cm_link {
    width: 19.2307692308rem;
    height: 5rem;
    margin-top: 6.1538461538rem;
  }
}
.cm_link:hover {
  opacity: 0.6;
}
.cm_link span {
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
  white-space: nowrap;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 1059px) {
  .cm_link span {
    font-size: 1.5384615385rem;
  }
}

@media only screen and (min-width: 1060px) {
  header {
    font-size: max(1.0416666667vw, 13px);
    width: 18.25em;
    position: fixed;
    top: 3.75rem;
    left: 3.75rem;
    z-index: 10;
  }
  header.absolute {
    position: absolute;
    top: var(--footer-height, 0px);
  }
}
@media only screen and (max-width: 1059px) {
  header.show .wrap .nav {
    grid-template-rows: 1fr;
  }
}
header .wrap {
  width: 18.25em;
  background-color: #FFF;
  border-radius: 1.875rem;
  padding: 2em;
  box-shadow: 0 0 1rem rgba(0, 185, 239, 0.12);
}
@media only screen and (max-width: 1059px) {
  header .wrap {
    width: calc(100% - 2.4615384615rem);
    border-radius: 0.7692307692rem;
    border: 1px solid #00B9EF;
    position: fixed;
    z-index: 10;
    top: 1.1538461538rem;
    left: 1.2307692308rem;
    padding: 0.9230769231rem 1rem;
  }
}
header .wrap .logo {
  width: 100%;
}
@media only screen and (max-width: 1059px) {
  header .wrap .logo {
    width: 9.7692307692rem;
  }
}
header .wrap .menu {
  display: none;
  width: 2.6923076923rem;
  height: 1.6923076923rem;
  position: absolute;
  top: 1.3846153846rem;
  right: 1rem;
  cursor: pointer;
  z-index: 10;
}
@media only screen and (max-width: 1059px) {
  header .wrap .menu {
    display: block;
  }
}
header .wrap .menu::before {
  content: "";
  width: 2.5923076923rem;
  height: 0.7230769231rem;
  background: url(../img/menu.svg) center/cover no-repeat;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
header .wrap .menu div {
  display: block;
  width: 2.6923076923rem;
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #002152;
  transition: 0.25s;
}
header .wrap .menu .bar {
  bottom: calc(50% - 0.5rem);
}
header .wrap .menu .bar2 {
  bottom: 0;
}
header .wrap .menu.open .bar {
  bottom: calc(50% - 0.5rem - 2px);
  transform: rotate(10deg);
}
header .wrap .menu.open .bar2 {
  bottom: calc(0.25rem - 1px);
  transform: rotate(-10deg);
}
@media only screen and (max-width: 1059px) {
  header .wrap .nav {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.375s;
  }
}
@media only screen and (min-width: 1060px) {
  header .wrap .nav nav {
    margin: 3.4em 0 0;
  }
}
@media only screen and (max-width: 1059px) {
  header .wrap .nav nav {
    overflow: hidden;
  }
}
@media only screen and (min-width: 1060px) {
  header .wrap .nav nav ul {
    margin: 2.5em 0 0;
  }
}
@media only screen and (max-width: 1059px) {
  header .wrap .nav nav ul {
    padding: 1.9230769231rem 0.2307692308rem 0.6153846154rem;
  }
}
header .wrap .nav nav ul li {
  font-weight: 500;
  margin: 1.5em 0 0;
}
@media only screen and (min-width: 1060px) {
  header .wrap .nav nav ul li a {
    position: relative;
  }
  header .wrap .nav nav ul li a:hover::after {
    transform: scale(1);
  }
  header .wrap .nav nav ul li a::after {
    content: "";
    width: 100%;
    height: 0.0625rem;
    background-color: #002152;
    transition: 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    transform: scale(0, 1);
    transform-origin: left;
    position: absolute;
    left: 0;
    bottom: -0.0625rem;
  }
}
@media only screen and (max-width: 1059px) {
  header .wrap .nav nav ul li {
    font-size: 1.5384615385rem;
    margin-top: 2.3076923077rem;
  }
  header .wrap .nav nav ul li a {
    width: -moz-fit-content;
    width: fit-content;
  }
}
header .wrap .nav nav ul li:first-child {
  margin-top: 0;
}
header .wrap .nav nav ul li span {
  display: block;
  color: #e50012;
  font-size: 0.8461538462em;
  margin: 0.5em 0 0;
}
header .wrap .recruit {
  width: 100%;
  border-bottom: 1px solid #00B9EF;
  margin: 1.25em 0 0;
  padding: 0 0 0.9em 0;
}
@media only screen and (max-width: 1059px) {
  header .wrap .recruit {
    height: 5rem;
    background: #FFF;
    border: 1px solid #00B9EF;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 3;
    margin: 0;
    padding: 0.3846153846rem 2.3076923077rem;
  }
}
header .wrap .recruit img {
  width: 5.2em;
  margin: 0 auto;
}
@media only screen and (max-width: 1059px) {
  header .wrap .recruit img {
    position: absolute;
    right: 1.875rem;
    bottom: 0;
  }
}
header .wrap .recruit a {
  width: 100%;
  display: block;
  font-size: 1.65em;
  color: #00B9EF;
  font-weight: 500;
  letter-spacing: -0.075em;
  line-height: 1.35;
  white-space: nowrap;
  position: relative;
  margin: calc(0.6em - 0.175em) 0 -0.175em;
  padding: 0 1.4em 0 0;
}
@media only screen and (min-width: 1060px) {
  header .wrap .recruit a:hover::after {
    transform: translateX(0.3125rem);
  }
}
@media only screen and (max-width: 1059px) {
  header .wrap .recruit a {
    width: -moz-fit-content;
    width: fit-content;
    font-size: 2.1538461538rem;
    line-height: 1;
    margin: 0;
  }
}
header .wrap .recruit a::after {
  content: "";
  width: 0.6em;
  height: 1.2em;
  background-image: url("../img/arw.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  bottom: -0.15em;
  transition: 0.375s;
}
@media only screen and (max-width: 1059px) {
  header .wrap .recruit a::after {
    width: 1.1875rem;
    height: 1.875rem;
    bottom: 0;
  }
}
@media only screen and (max-width: 1059px) {
  header .wrap .recruit a span {
    display: block;
    font-size: 1.5384615385rem;
    line-height: 1.2;
  }
}
@media only screen and (max-width: 1059px) {
  header .wrap .recruit a br {
    display: none;
  }
}

footer {
  background-color: #00b9ef;
  padding: 8rem 0 0.9375rem;
}
@media only screen and (max-width: 1059px) {
  footer {
    padding: 3.8461538462rem 0 1.1538461538rem;
  }
}
footer .flex {
  margin: 0 auto;
}
@media only screen and (min-width: 1060px) {
  footer .flex {
    display: flex;
    justify-content: space-between;
    width: calc(100% - 4rem);
    max-width: 76.25rem;
    padding-left: 1rem;
  }
}
@media only screen and (max-width: 1059px) {
  footer .flex {
    width: -moz-fit-content;
    width: fit-content;
  }
}
footer .flex .logo {
  width: 19.125rem;
}
@media only screen and (max-width: 1059px) {
  footer .flex .logo {
    width: 15.2307692308rem;
  }
}
footer .flex .logo address {
  color: #fff;
  line-height: 1.5;
  font-weight: 500;
  margin: 1.25rem 0 0;
}
@media only screen and (max-width: 1059px) {
  footer .flex .logo address {
    margin-top: 1.5384615385rem;
  }
}
@media only screen and (max-width: 1059px) {
  footer .flex .nav {
    display: none;
  }
}
footer .flex .nav ul li {
  font-size: 1.3125rem;
  color: #FFF;
  font-weight: 500;
  margin: 1.875rem 0 0;
}
@media only screen and (min-width: 1060px) {
  footer .flex .nav ul li a:hover::after {
    transform: scale(1);
  }
  footer .flex .nav ul li a::after {
    content: "";
    width: 100%;
    height: 0.0625rem;
    background-color: #FFF;
    transition: 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    transform: scale(0, 1);
    transform-origin: left;
    position: absolute;
    left: 0;
    bottom: -0.0625rem;
  }
}
footer .copy {
  text-align: center;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 500;
  margin: 6.25rem 0 0;
}
@media only screen and (max-width: 1059px) {
  footer .copy {
    font-size: 0.9230769231rem;
    margin-top: 4.6153846154rem;
  }
}

.loading {
  pointer-events: none;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
.loading::before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(62.79deg, rgb(172, 221, 246) 0%, rgb(163, 217, 243) 17.59%, rgb(137, 207, 236) 46.74%, rgb(127, 203, 233) 56.74%, rgb(0, 176, 229) 100%);
  position: absolute;
  top: 0%;
  left: 0%;
  transition: 0.625s cubic-bezier(0.25, 1, 0.5, 1);
  transform: scale(1, 1);
  transform-origin: top;
  opacity: 1;
}
.loading .loader {
  width: 4rem;
  height: 4rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: 0.375s cubic-bezier(0.68, -0.6, 0.32, 1.6);
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
@media only screen and (max-width: 1059px) {
  .loading .loader {
    width: 3.0769230769rem;
    height: 3.0769230769rem;
  }
}
.loading .loader::after {
  content: "Loading...";
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  font-weight: 500;
  position: absolute;
  bottom: -1rem;
  left: calc(50% + 4px);
  transform: translate(-50%, 100%);
}
.loading .loader img {
  animation: a_rotate 2s linear infinite;
}
@keyframes a_rotate {
  0% {
    transform: rotate(0deg);
  }
  30% {
    transform: rotate(375deg);
  }
  35% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.subPage.active .loading::before {
  transition-delay: 0.375s;
  transform: scale(1, 0);
}
.subPage.active .contents #fv .img img {
  transition-delay: 0s;
  transform: scale(1);
}
.subPage.active .contents #fv h1 .en {
  transition-delay: 0.75s;
  transform: translateX(0);
  opacity: 1;
}
.subPage.active .contents #fv h1 .jp::after {
  transition-delay: 0.875s;
  transform: scale(1, 1);
}
.subPage.active .contents #fv h1 .jp span {
  transition-delay: 0.875s;
  transform: translateX(0);
  opacity: 1;
}
.subPage .contents #fv {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
}
@media only screen and (min-width: 1060px) {
  .subPage .contents #fv {
    padding-top: 18.5185185185vh;
    padding-bottom: 9.375rem;
    padding-right: 8.3333333333vw;
    padding-left: calc(3.75rem + 27.34375vw);
  }
}
.subPage .contents #fv .img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.subPage .contents #fv .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.75s cubic-bezier(0.11, 0, 0.5, 0);
  transform: scale(1.05);
}
.subPage .contents #fv h1 {
  margin: 0 auto;
}
@media only screen and (min-width: 1060px) {
  .subPage .contents #fv h1 {
    width: calc(100% - 4rem);
    max-width: 60.9375vw;
  }
}
@media only screen and (max-width: 1059px) {
  .subPage .contents #fv h1 {
    white-space: nowrap;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.subPage .contents #fv h1 .en {
  display: block;
  transition: 0.75s cubic-bezier(0.25, 1, 0.5, 1);
  transform: translateX(1.5rem);
  opacity: 0;
}
.subPage .contents #fv h1 .en img {
  width: auto;
  height: 2.205rem;
  filter: drop-shadow(0.1875rem 0.1875rem 0.625rem rgba(0, 33, 82, 0.75));
  transform: translateX(4px);
}
@media only screen and (max-width: 1059px) {
  .subPage .contents #fv h1 .en img {
    height: 1.9230769231rem;
    filter: drop-shadow(0.2307692308rem 0.2307692308rem 0.7692307692rem rgba(0, 33, 82, 0.75));
    margin: 0 auto;
  }
}
.subPage .contents #fv h1 .jp {
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  font-size: 4.375rem;
  color: #FFF;
  text-shadow: 0.1875rem 0.1875rem 0.625rem rgba(0, 33, 82, 0.4);
  font-weight: 500;
  margin: 1rem 0 0;
  padding-bottom: 1.75rem;
  position: relative;
}
.subPage .contents #fv h1 .jp::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.625rem;
  background-color: #bee00f;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 0.75s cubic-bezier(0.25, 1, 0.5, 1);
  transform: scale(0, 1);
  transform-origin: left;
}
@media only screen and (max-width: 1059px) {
  .subPage .contents #fv h1 .jp {
    font-size: 3.4615384615rem;
    text-shadow: 0.2307692308rem 0.2307692308rem 0.7692307692rem rgba(0, 33, 82, 0.4);
    margin: 1.2307692308rem 0 0;
    padding-bottom: 1.3846153846rem;
  }
}
.subPage .contents #fv h1 .jp span {
  display: block;
  transition: 0.75s cubic-bezier(0.25, 1, 0.5, 1);
  transform: translateX(1.5rem);
  opacity: 0;
}

#index.active .loading::before {
  transition-delay: 0.375s;
  transform: scale(1, 0);
}
#index.active .loading .loader {
  transform: translate(-50%, -50%) scale(0.5);
  opacity: 0;
}
@media only screen and (min-width: 1060px) {
  #index.active header {
    transition-delay: 0.875s;
    transform: translateY(0);
    opacity: 1;
  }
}
#index.status header {
  transition: 0s 0s;
}
@media only screen and (min-width: 1060px) {
  #index header {
    transition: 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    transform: translateY(2em);
    opacity: 0;
  }
}
#index .contents {
  padding-top: 125vh;
}
@media only screen and (max-width: 1059px) {
  #index .contents {
    padding-top: 100vh;
  }
}
#index .contents #fv {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}
#index .contents #fv video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border: none;
}
#index .contents #fv .overlay {
  pointer-events: none;
  width: 100%;
  height: 100%;
  background: linear-gradient(62.79deg, rgb(172, 221, 246) 0%, rgb(163, 217, 243) 17.59%, rgb(137, 207, 236) 46.74%, rgb(127, 203, 233) 56.74%, rgb(0, 176, 229) 100%);
  position: absolute;
  top: 0;
  left: 0;
}
#index .contents .white {
  background-color: #fff;
}
#index .contents #index01 {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
#index .contents #index01.active .txt .lead {
  transform: translateX(0);
  opacity: 1;
}
#index .contents #index01.active .txt p:not(.lead) {
  transition-delay: 0.25s;
  transform: translateX(0);
  opacity: 1;
}
#index .contents #index01.active .logo {
  transition-delay: 0.5s;
  transform: scale(1);
  opacity: 1;
}
@media only screen and (min-width: 1060px) {
  #index .contents #index01 {
    padding-top: 11.875rem;
    padding-bottom: 9.375rem;
    margin-right: 8.3333333333vw;
    margin-left: calc(3.75rem + 27.34375vw);
  }
}
@media only screen and (max-width: 1059px) {
  #index .contents #index01 {
    padding: 5.3846153846rem 2.3076923077rem 13.0769230769rem;
  }
}
@media only screen and (min-width: 1060px) {
  #index .contents #index01 .txt {
    max-width: 60rem;
    padding: 0 0 0 min(5.3125rem, 4.4270833333vw);
  }
}
#index .contents #index01 .txt .lead {
  font-size: 3.75rem;
  font-weight: 500;
  color: #FFF;
  line-height: 1.5;
  white-space: nowrap;
  margin: -0.25em 0;
  transition: 0.75s cubic-bezier(0.25, 1, 0.5, 1);
  transform: translateX(1.5rem);
  opacity: 0;
}
@media only screen and (max-width: 1059px) {
  #index .contents #index01 .txt .lead {
    font-size: 2.6153846154rem;
    font-feature-settings: "palt" 1;
    letter-spacing: 0.02em;
  }
}
#index .contents #index01 .txt .lead span {
  display: inline-block;
  transform: translateX(-0.25em);
}
@media only screen and (max-width: 1059px) {
  #index .contents #index01 .txt .lead span {
    transform: translateX(0);
  }
}
#index .contents #index01 .txt p:not(.lead) {
  font-size: 1.25rem;
  color: #FFF;
  line-height: 2.65;
  margin: calc(3.4375rem - 0.825em) 0 -0.825em;
  transition: 0.75s cubic-bezier(0.25, 1, 0.5, 1);
  transform: translateX(1.5rem);
  opacity: 0;
}
@media only screen and (max-width: 1059px) {
  #index .contents #index01 .txt p:not(.lead) {
    font-size: 1.3846153846rem;
  }
}
#index .contents #index01 .logo {
  width: 25.3645833333vw;
  position: absolute;
  top: 8.125rem;
  right: 5.19041875rem;
  z-index: -1;
  transition: 0.75s cubic-bezier(0.68, -0.6, 0.32, 1.6);
  transform: scale(0.875);
  opacity: 0;
}
#index .contents .movie {
  width: 100%;
  height: 23.4375vw;
  position: relative;
}
@media only screen and (max-width: 1059px) {
  #index .contents .movie {
    height: 9.3846153846rem;
  }
}
#index .contents .movie.active::after {
  transform: scale(0, 1);
}
#index .contents .movie::after {
  content: "";
  width: 100%;
  height: 100%;
  background: #00b9ef;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.75s cubic-bezier(0.25, 1, 0.5, 1);
  transform: scale(1, 1);
  transform-origin: left;
}
#index .contents .movie video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#index .contents #index02 {
  background: linear-gradient(270deg, rgb(172, 221, 246) 0%, rgb(181, 225, 247) 13.68%, rgb(207, 235, 249) 36.34%, rgb(235, 247, 252) 56.74%, rgb(229, 242, 251) 99.88%);
}
@media only screen and (min-width: 1060px) {
  #index .contents #index02 {
    padding: 2.1875rem 0 3.125rem;
  }
}
@media only screen and (max-width: 1059px) {
  #index .contents #index02 {
    padding: cs_ren(30) 0;
  }
}
#index .contents #index02 > ul > li {
  border-bottom: 0.1875rem solid #FFF;
}
@media only screen and (min-width: 1060px) {
  #index .contents #index02 > ul > li {
    padding-top: 7.1875rem;
    padding-bottom: 6.25rem;
    margin-right: 8.3333333333vw;
    margin-left: calc(3.75rem + 27.34375vw);
  }
}
@media only screen and (max-width: 1059px) {
  #index .contents #index02 > ul > li {
    padding: 6.9230769231rem 2.3076923077rem;
  }
}
#index .contents #index02 > ul > li.active .wrap .lead {
  transform: translateX(0);
  opacity: 1;
}
#index .contents #index02 > ul > li.active .wrap .txt .left {
  transform: translateY(0);
  opacity: 1;
}
#index .contents #index02 > ul > li.active .wrap .txt .right .imgs::after {
  transition-delay: 0.25s;
  transform: scale(0, 1);
}
#index .contents #index02 > ul > li.active .wrap .txt .right_txt {
  transition-delay: 0.375s;
  transform: translateY(0);
  opacity: 1;
}
#index .contents #index02 > ul > li:last-child {
  border-bottom: none;
}
@media only screen and (min-width: 1060px) {
  #index .contents #index02 > ul > li .wrap {
    max-width: 60rem;
  }
}
@media only screen and (max-width: 1059px) {
  #index .contents #index02 > ul > li .wrap {
    position: relative;
  }
}
#index .contents #index02 > ul > li .wrap .lead {
  transition: 0.75s cubic-bezier(0.25, 1, 0.5, 1);
  transform: translateX(-1.5rem);
  opacity: 0;
}
#index .contents #index02 > ul > li .wrap .lead img {
  margin: 0 0 0 auto;
}
@media only screen and (max-width: 1059px) {
  #index .contents #index02 > ul > li .wrap .lead img.item01 {
    width: 14.8461538462rem;
  }
  #index .contents #index02 > ul > li .wrap .lead img.item02 {
    width: 14.3846153846rem;
  }
  #index .contents #index02 > ul > li .wrap .lead img.item03 {
    width: 11.3846153846rem;
  }
  #index .contents #index02 > ul > li .wrap .lead img.item04 {
    width: 10.1538461538rem;
  }
}
@media only screen and (min-width: 1060px) {
  #index .contents #index02 > ul > li .wrap .txt {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 0 3.125rem;
    margin: 2.625rem 0 0;
  }
}
#index .contents #index02 > ul > li .wrap .txt .left {
  width: 3.5625rem;
  font-size: 3.5625rem;
  font-weight: 500;
  font-feature-settings: "palt" 1;
  writing-mode: vertical-lr;
  white-space: nowrap;
  transition: 0.75s cubic-bezier(0.25, 1, 0.5, 1);
  transform: translateY(1.5rem);
  opacity: 0;
}
@media only screen and (max-width: 1059px) {
  #index .contents #index02 > ul > li .wrap .txt .left {
    width: auto;
    font-size: 1.6923076923rem;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
}
@media only screen and (min-width: 1060px) {
  #index .contents #index02 > ul > li .wrap .txt .right {
    width: 40.3125rem;
    position: relative;
  }
}
@media only screen and (max-width: 1059px) {
  #index .contents #index02 > ul > li .wrap .txt .right {
    margin: 1.5384615385rem 0 0;
  }
}
#index .contents #index02 > ul > li .wrap .txt .right .imgs {
  width: 100%;
  aspect-ratio: 645/425;
  position: relative;
  overflow: hidden;
}
#index .contents #index02 > ul > li .wrap .txt .right .imgs::after {
  content: "";
  width: 100%;
  height: 100%;
  background: #00b9ef;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.75s cubic-bezier(0.25, 1, 0.5, 1);
  transform: scale(1, 1);
  transform-origin: right;
}
#index .contents #index02 > ul > li .wrap .txt .right .imgs:hover li:nth-child(2) {
  opacity: 1;
}
#index .contents #index02 > ul > li .wrap .txt .right .imgs li {
  position: absolute;
  inset: 0;
  transition: 0.375s;
}
#index .contents #index02 > ul > li .wrap .txt .right .imgs li:nth-child(2) {
  opacity: 0;
}
#index .contents #index02 > ul > li .wrap .txt .right .imgs li img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#index .contents #index02 > ul > li .wrap .txt .right_txt {
  width: 20.25rem;
  margin: 3.125rem 0 0;
  transition: 0.75s cubic-bezier(0.25, 1, 0.5, 1);
  transform: translateY(1.5rem);
  opacity: 0;
}
@media only screen and (max-width: 1059px) {
  #index .contents #index02 > ul > li .wrap .txt .right_txt {
    width: 100%;
    margin-top: 2.3076923077rem;
  }
}
#index .contents #index02 > ul > li .wrap .txt .right_txt h2 {
  width: 100%;
  font-size: 2.375rem;
  font-weight: 500;
  border-bottom: 0.625rem solid #bee00f;
  padding: 0 0 1.875rem;
}
@media only screen and (max-width: 1059px) {
  #index .contents #index02 > ul > li .wrap .txt .right_txt h2 {
    font-size: 2.3076923077rem;
    border-bottom: 0.6923076923rem solid #bee00f;
    padding-bottom: 1.5384615385rem;
  }
}
#index .contents #index02 > ul > li .wrap .txt .right_txt p {
  font-size: 1.125rem;
  line-height: 2;
  margin: calc(1.875rem - 0.5em) 0 -0.5em;
}
@media only screen and (max-width: 1059px) {
  #index .contents #index02 > ul > li .wrap .txt .right_txt p {
    font-size: 1.1538461538rem;
    margin-top: calc(1.5384615385rem - 0.5em);
  }
}
#index .contents #index02 > ul > li .wrap .txt .right .link {
  display: block;
  width: 11.5625rem;
  height: 3.125rem;
  background: #FFF;
}
@media only screen and (min-width: 1060px) {
  #index .contents #index02 > ul > li .wrap .txt .right .link {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
  }
  #index .contents #index02 > ul > li .wrap .txt .right .link::after {
    content: "";
    background: #002152;
    position: absolute;
    inset: 0;
    transition: 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    transform: scale(0, 1);
    transform-origin: left;
    z-index: -1;
  }
  #index .contents #index02 > ul > li .wrap .txt .right .link:hover::after {
    transform: scale(1);
  }
  #index .contents #index02 > ul > li .wrap .txt .right .link:hover span {
    color: #FFF;
  }
}
@media only screen and (max-width: 1059px) {
  #index .contents #index02 > ul > li .wrap .txt .right .link {
    width: 14.2307692308rem;
    height: 3.8461538462rem;
    margin: 3.0769230769rem auto 0;
  }
}
#index .contents #index02 > ul > li .wrap .txt .right .link span {
  font-size: 1.25rem;
  font-weight: 500;
  white-space: nowrap;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 1060px) {
  #index .contents #index02 > ul > li .wrap .txt .right .link span {
    transition: 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  }
}
@media only screen and (max-width: 1059px) {
  #index .contents #index02 > ul > li .wrap .txt .right .link span {
    font-size: 1.5384615385rem;
  }
}
#index .contents #index03 {
  background-color: #FFF;
}
@media only screen and (min-width: 1060px) {
  #index .contents #index03 {
    padding-top: 9.375rem;
    padding-bottom: 9.375rem;
    margin-right: 8.3333333333vw;
    margin-left: calc(3.75rem + 27.34375vw);
  }
}
@media only screen and (max-width: 1059px) {
  #index .contents #index03 {
    padding: 6.5384615385rem 0 6.9230769231rem;
  }
}
@media only screen and (min-width: 1060px) {
  #index .contents #index03 .wrap {
    max-width: 40.3125rem;
    margin-left: auto;
    margin-right: max(0px, 64.7916666667vw - 63.75rem);
  }
}
@media only screen and (min-width: 1060px) {
  #index .contents #index03 .wrap .inner {
    max-width: 40.625rem;
    margin: 0 0 0 auto;
  }
}
#index .contents #index03 .wrap .inner h2.active img {
  transform: translate(0);
  opacity: 1;
}
#index .contents #index03 .wrap .inner h2.active span {
  transition-delay: 0.125s;
  transform: translate(0);
  opacity: 1;
}
#index .contents #index03 .wrap .inner h2 img {
  transition: 0.75s cubic-bezier(0.25, 1, 0.5, 1);
  transform: translateX(1.5rem);
  opacity: 0;
}
@media only screen and (max-width: 1059px) {
  #index .contents #index03 .wrap .inner h2 img {
    width: 12.8461538462rem;
    margin: 0 auto;
    transform: translateY(1.5rem);
  }
}
#index .contents #index03 .wrap .inner h2 span {
  display: block;
  font-size: 3.5625rem;
  font-weight: 500;
  margin: 2.5rem 0 0;
  transition: 0.75s cubic-bezier(0.25, 1, 0.5, 1);
  transform: translateX(1.5rem);
  opacity: 0;
}
@media only screen and (max-width: 1059px) {
  #index .contents #index03 .wrap .inner h2 span {
    font-size: 2.7692307692rem;
    text-align: center;
    margin: 1.9230769231rem 0 0;
    transform: translateY(1.5rem);
  }
}
#index .contents #index03 .wrap .inner .imgs {
  width: 100%;
  aspect-ratio: 645/425;
  position: relative;
  overflow: hidden;
  margin: 3.125rem 0 0;
}
@media only screen and (max-width: 1059px) {
  #index .contents #index03 .wrap .inner .imgs {
    margin-top: 3.8461538462rem;
  }
}
#index .contents #index03 .wrap .inner .imgs:hover li:nth-child(2) {
  opacity: 1;
}
#index .contents #index03 .wrap .inner .imgs li {
  position: absolute;
  inset: 0;
  transition: 0.375s;
}
#index .contents #index03 .wrap .inner .imgs li:nth-child(2) {
  opacity: 0;
}
#index .contents #index03 .wrap .inner .imgs li img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#index .contents #index03 .wrap .inner .link {
  display: block;
  width: 11.5625rem;
  height: 3.125rem;
  background: #FFF;
  position: relative;
  border: 1px solid #00B9EF;
  margin: 4.0625rem 0 0 auto;
  z-index: 1;
}
#index .contents #index03 .wrap .inner .link::after {
  content: "";
  background: #00B9EF;
  position: absolute;
  inset: 0;
  transition: 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transform: scale(0, 1);
  transform-origin: left;
  z-index: -1;
}
#index .contents #index03 .wrap .inner .link:hover::after {
  transform: scale(1);
}
#index .contents #index03 .wrap .inner .link:hover span {
  color: #FFF;
}
@media only screen and (max-width: 1059px) {
  #index .contents #index03 .wrap .inner .link {
    width: 14.2307692308rem;
    height: 3.8461538462rem;
    margin: 3.0769230769rem auto 0;
  }
}
#index .contents #index03 .wrap .inner .link span {
  font-size: 1.25rem;
  font-weight: 500;
  white-space: nowrap;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 1060px) {
  #index .contents #index03 .wrap .inner .link span {
    transition: 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  }
}
#index .contents #index04 {
  background: linear-gradient(62.79deg, rgb(172, 221, 246) 0%, rgb(163, 217, 243) 17.59%, rgb(137, 207, 236) 46.74%, rgb(127, 203, 233) 56.74%, rgb(0, 176, 229) 100%);
}
@media only screen and (min-width: 1060px) {
  #index .contents #index04 {
    padding-top: 9.375rem;
    padding-bottom: 9.375rem;
    padding-right: 8.3333333333vw;
    padding-left: calc(3.75rem + 27.34375vw);
  }
}
@media only screen and (max-width: 1059px) {
  #index .contents #index04 {
    padding: 6.9230769231rem 2.3076923077rem;
  }
}
@media only screen and (min-width: 1060px) {
  #index .contents #index04 .wrap {
    max-width: 60rem;
  }
}
@media only screen and (min-width: 1060px) {
  #index .contents #index04 .wrap .flex {
    display: flex;
    max-width: 46.25rem;
    gap: 0 2.5rem;
    margin: 0 0 0 auto;
  }
}
#index .contents #index04 .wrap .flex .img {
  width: 18.3125rem;
}
@media only screen and (max-width: 1059px) {
  #index .contents #index04 .wrap .flex .img {
    width: 22.5384615385rem;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1060px) {
  #index .contents #index04 .wrap .flex .txt {
    width: calc(100% - 20.8125rem);
  }
}
@media only screen and (max-width: 1059px) {
  #index .contents #index04 .wrap .flex .txt {
    margin: 3.0769230769rem 0 0;
    padding: 0 0.7692307692rem;
  }
}
#index .contents #index04 .wrap .flex .txt .lead {
  display: block;
  font-size: 2.125rem;
  line-height: 1.5;
  text-align: justify;
  color: #FFF;
  font-feature-settings: "palt" 1;
  font-weight: 500;
  margin: -0.25em 0;
}
@media only screen and (max-width: 1059px) {
  #index .contents #index04 .wrap .flex .txt .lead {
    font-size: 2.6153846154rem;
    letter-spacing: 0.06em;
  }
}
#index .contents #index04 .wrap .flex .txt p:not(.lead) {
  font-size: 1.125rem;
  line-height: 1.8;
  color: #FFF;
  margin: calc(1.875rem - 0.4em) 0 -0.4em;
}
@media only screen and (max-width: 1059px) {
  #index .contents #index04 .wrap .flex .txt p:not(.lead) {
    font-size: 1.3846153846rem;
    margin-top: calc(2.3076923077rem - 0.4em);
  }
}
@media only screen and (min-width: 1060px) {
  #packing .contents #packing01 {
    overflow: hidden;
    padding-top: 9.375rem;
    padding-bottom: 9.375rem;
    padding-right: 8.3333333333vw;
    padding-left: calc(3.75rem + 27.34375vw);
  }
}
@media only screen and (max-width: 1059px) {
  #packing .contents #packing01 {
    padding: 5.3846153846rem 0 6.9230769231rem;
  }
}
@media only screen and (min-width: 1060px) {
  #packing .contents #packing01 .wrap {
    width: calc(100% - 4rem);
    max-width: 60rem;
  }
}
@media only screen and (max-width: 1059px) {
  #packing .contents #packing01 .wrap {
    margin: 0 auto;
  }
}
#packing .contents #packing01 .wrap .operation {
  position: relative;
}
@media only screen and (min-width: 1060px) {
  #packing .contents #packing01 .wrap .operation {
    padding: 4.375rem 0 0;
  }
}
@media only screen and (max-width: 1059px) {
  #packing .contents #packing01 .wrap .operation {
    width: calc(100% - 4rem);
    margin: 0 auto;
  }
}
#packing .contents #packing01 .wrap .operation .abs {
  width: 13.3125rem;
}
@media only screen and (min-width: 1060px) {
  #packing .contents #packing01 .wrap .operation .abs {
    position: absolute;
    top: 0;
    left: 40.625rem;
  }
}
@media only screen and (min-width: 1060px) and (max-width: 1350px) {
  #packing .contents #packing01 .wrap .operation .abs {
    width: 7.9875rem;
    top: -6rem;
    left: unset;
    right: 0;
  }
}
@media only screen and (max-width: 1059px) {
  #packing .contents #packing01 .wrap .operation .abs {
    width: 13.0769230769rem;
    margin: 3.8461538462rem auto 0;
  }
}
#packing .contents #packing01 .wrap .operation .abs img {
  width: 100%;
}
#packing .contents #packing01 .wrap .operation h2 {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.7;
  margin: -0.375em 0;
}
@media only screen and (min-width: 1060px) {
  #packing .contents #packing01 .wrap .operation h2 {
    padding-left: 1.875rem;
  }
}
@media only screen and (max-width: 1059px) {
  #packing .contents #packing01 .wrap .operation h2 {
    font-size: 2rem;
  }
}
#packing .contents #packing01 .wrap .list {
  margin: 9.375rem 0 0;
}
@media only screen and (max-width: 1059px) {
  #packing .contents #packing01 .wrap .list {
    margin-top: 6.1538461538rem;
  }
}
#packing .contents #packing01 .wrap .list li {
  margin: 5rem 0 0;
}
@media only screen and (max-width: 1059px) {
  #packing .contents #packing01 .wrap .list li {
    margin-top: 6.1538461538rem;
  }
}
#packing .contents #packing01 .wrap .list li:first-child {
  margin-top: 0;
}
@media only screen and (min-width: 1060px) {
  #packing .contents #packing01 .wrap .list li:nth-child(even) .flex {
    flex-direction: row-reverse;
  }
}
@media only screen and (max-width: 1059px) {
  #packing .contents #packing01 .wrap .list li:nth-child(even) .flex {
    margin: 0 0 0 auto;
  }
  #packing .contents #packing01 .wrap .list li:nth-child(even) .flex .txt {
    margin: 2.3076923077rem auto 0 0;
  }
}
@media only screen and (min-width: 1060px) {
  #packing .contents #packing01 .wrap .list li .flex {
    display: flex;
    align-items: center;
    gap: 0 2.5rem;
  }
}
@media only screen and (max-width: 1059px) {
  #packing .contents #packing01 .wrap .list li .flex {
    width: 20.7692307692rem;
  }
}
#packing .contents #packing01 .wrap .list li .flex .img {
  width: 27.5rem;
  flex-shrink: 0;
}
@media only screen and (max-width: 1059px) {
  #packing .contents #packing01 .wrap .list li .flex .img {
    width: 100%;
  }
}
@media only screen and (max-width: 1059px) {
  #packing .contents #packing01 .wrap .list li .flex .txt {
    width: calc(100% - 2rem);
    margin: 2.3076923077rem 0 0 auto;
  }
}
#packing .contents #packing01 .wrap .list li .flex .txt p {
  font-size: 1.25rem;
  line-height: 2.5;
  margin: -0.75em 0;
}
@media only screen and (max-width: 1059px) {
  #packing .contents #packing01 .wrap .list li .flex .txt p {
    font-size: 1.5384615385rem;
    font-feature-settings: "palt" 1;
  }
}
#packing .contents #packing01 .wrap .other {
  margin: 7.5rem 0 0;
}
@media only screen and (max-width: 1059px) {
  #packing .contents #packing01 .wrap .other {
    margin-top: 9.2307692308rem;
  }
}
#packing .contents #packing01 .wrap .other h2 {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2.5rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  position: relative;
  margin: 0 auto;
  padding: 0 0.625rem 0 1.875rem;
}
@media only screen and (max-width: 1059px) {
  #packing .contents #packing01 .wrap .other h2 {
    font-size: 2rem;
    text-align: center;
    line-height: 1.5;
    margin: -0.25em auto;
    padding: 0 2.3076923077rem;
  }
}
#packing .contents #packing01 .wrap .other h2::before {
  content: "";
  width: 1.2rem;
  height: 2.68125rem;
  background: url(../img/packing/line1.svg) center bottom/cover no-repeat;
  position: absolute;
  left: 0;
  bottom: -0.3125rem;
}
@media only screen and (max-width: 1059px) {
  #packing .contents #packing01 .wrap .other h2::before {
    width: 2.6461538462rem;
    height: 4.9538461538rem;
    background-image: url(../img/packing/_line1.svg);
    bottom: -0.3846153846rem;
  }
}
#packing .contents #packing01 .wrap .other h2::after {
  content: "";
  width: 1.2rem;
  height: 2.68125rem;
  background: url(../img/packing/line2.svg) center bottom/cover no-repeat;
  position: absolute;
  right: 0;
  bottom: -0.3125rem;
}
@media only screen and (max-width: 1059px) {
  #packing .contents #packing01 .wrap .other h2::after {
    width: 2.6461538462rem;
    height: 4.9538461538rem;
    background-image: url(../img/packing/_line2.svg);
    bottom: -0.3846153846rem;
  }
}
#packing .contents #packing01 .wrap .other .item {
  margin: 3.125rem 0 0;
}
@media only screen and (min-width: 1060px) {
  #packing .contents #packing01 .wrap .other .item {
    display: flex;
    justify-content: center;
    gap: 0 5.9375rem;
  }
}
@media only screen and (max-width: 1059px) {
  #packing .contents #packing01 .wrap .other .item {
    margin-top: 4.2307692308rem;
  }
}
@media only screen and (max-width: 1059px) {
  #packing .contents #packing01 .wrap .other .item li {
    margin: 4.6153846154rem 0 0;
  }
  #packing .contents #packing01 .wrap .other .item li:first-child {
    margin-top: 0;
  }
}
#packing .contents #packing01 .wrap .other .item li .img {
  margin: 0 auto;
}
@media only screen and (min-width: 1060px) {
  #packing .contents #packing01 .wrap .other .item li .img {
    min-width: 9.375rem;
  }
}
#packing .contents #packing01 .wrap .other .item li .img img {
  width: auto;
  height: 7.8125rem;
  margin: 0 auto;
}
@media only screen and (max-width: 1059px) {
  #packing .contents #packing01 .wrap .other .item li .img img {
    height: 9.6153846154rem;
  }
}
#packing .contents #packing01 .wrap .other .item li p {
  text-align: center;
  font-size: 1.25rem;
  line-height: 2.5;
  margin: calc(1.5rem - 0.75em) 0 -0.75em;
}
@media only screen and (max-width: 1059px) {
  #packing .contents #packing01 .wrap .other .item li p {
    font-size: 1.5384615385rem;
    margin: calc(1.5384615385rem - 0.75em) 0 -0.75em;
  }
}

#warehouse .contents #fv h1 .en img {
  height: 2.375rem;
}
@media only screen and (max-width: 1059px) {
  #warehouse .contents #fv h1 .en img {
    height: 1.3230769231rem;
  }
}
@media only screen and (min-width: 1060px) {
  #warehouse .contents #warehouse01 {
    overflow: hidden;
    padding-top: 9.375rem;
    padding-bottom: 9.375rem;
    padding-right: 8.3333333333vw;
    padding-left: calc(3.75rem + 27.34375vw);
  }
}
@media only screen and (max-width: 1059px) {
  #warehouse .contents #warehouse01 {
    padding: 5.3846153846rem 0 6.9230769231rem;
  }
}
@media only screen and (min-width: 1060px) {
  #warehouse .contents #warehouse01 .wrap {
    width: calc(100% - 4rem);
    max-width: 62.5rem;
  }
}
@media only screen and (max-width: 1059px) {
  #warehouse .contents #warehouse01 .wrap {
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1060px) {
  #warehouse .contents #warehouse01 .wrap .recommend {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0 2.5rem;
    padding: 4.375rem 0 0;
  }
}
#warehouse .contents #warehouse01 .wrap .recommend h2 {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.7;
  margin: -0.375em 0;
}
@media only screen and (min-width: 1060px) {
  #warehouse .contents #warehouse01 .wrap .recommend h2 {
    padding-left: 1.875rem;
  }
}
@media only screen and (max-width: 1059px) {
  #warehouse .contents #warehouse01 .wrap .recommend h2 {
    width: calc(100% - 4rem);
    font-size: 2rem;
    margin: 0 auto;
  }
}
#warehouse .contents #warehouse01 .wrap .recommend .img {
  width: 26.875rem;
}
@media only screen and (max-width: 1059px) {
  #warehouse .contents #warehouse01 .wrap .recommend .img {
    width: calc(100% - 2rem);
    margin: 3.8461538462rem auto 0;
  }
}
#warehouse .contents #warehouse01 .wrap .recommend .img img {
  width: 100%;
}
#warehouse .contents #warehouse01 .wrap .list {
  margin: 0.625rem 0 0;
}
@media only screen and (max-width: 1059px) {
  #warehouse .contents #warehouse01 .wrap .list {
    width: calc(100% - 4rem);
    margin: 5.3846153846rem auto 0;
  }
}
@media only screen and (max-width: 1059px) {
  #warehouse .contents #warehouse01 .wrap .list li {
    margin-top: 3.8461538462rem;
  }
}
#warehouse .contents #warehouse01 .wrap .list li:first-child {
  margin-top: 0;
}
#warehouse .contents #warehouse01 .wrap .list li:nth-child(even) .box {
  margin: 0 0 0 auto;
}
#warehouse .contents #warehouse01 .wrap .list li .box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28.125rem;
  min-height: 18.125rem;
  border: 1px solid #00B9EF;
  border-radius: 1.25rem;
  position: relative;
  padding: 1.25rem;
}
@media only screen and (max-width: 1059px) {
  #warehouse .contents #warehouse01 .wrap .list li .box {
    width: 100%;
    min-height: 15.3846153846rem;
    border-radius: 1.0615384615rem;
    padding: 1.1538461538rem;
  }
}
#warehouse .contents #warehouse01 .wrap .list li .box .num {
  position: absolute;
  top: 1.25rem;
  left: 1.25rem;
}
#warehouse .contents #warehouse01 .wrap .list li .box .num img {
  width: auto;
  height: 1.1rem;
}
@media only screen and (max-width: 1059px) {
  #warehouse .contents #warehouse01 .wrap .list li .box .num img {
    height: 0.9230769231rem;
  }
}
#warehouse .contents #warehouse01 .wrap .list li .box p {
  text-align: center;
  font-size: 1.875rem;
  line-height: 2;
}
@media only screen and (max-width: 1059px) {
  #warehouse .contents #warehouse01 .wrap .list li .box p {
    font-size: 1.6153846154rem;
  }
}
#warehouse .contents #warehouse01 .wrap .other {
  margin: 7.5rem 0 0;
}
@media only screen and (max-width: 1059px) {
  #warehouse .contents #warehouse01 .wrap .other {
    margin-top: 9.2307692308rem;
  }
}
#warehouse .contents #warehouse01 .wrap .other h2 {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2.5rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  position: relative;
  margin: 0 auto;
  padding: 0 0.625rem 0 1.875rem;
}
@media only screen and (max-width: 1059px) {
  #warehouse .contents #warehouse01 .wrap .other h2 {
    font-size: 2rem;
    text-align: center;
    line-height: 1.5;
    margin: -0.25em auto;
    padding: 0 2.3076923077rem;
  }
}
#warehouse .contents #warehouse01 .wrap .other h2::before {
  content: "";
  width: 1.2rem;
  height: 2.68125rem;
  background: url(../img/packing/line1.svg) center bottom/cover no-repeat;
  position: absolute;
  left: 0;
  bottom: -0.3125rem;
}
@media only screen and (max-width: 1059px) {
  #warehouse .contents #warehouse01 .wrap .other h2::before {
    width: 2.6461538462rem;
    height: 4.9538461538rem;
    bottom: -0.3846153846rem;
  }
}
#warehouse .contents #warehouse01 .wrap .other h2::after {
  content: "";
  width: 1.2rem;
  height: 2.68125rem;
  background: url(../img/packing/line2.svg) center bottom/cover no-repeat;
  position: absolute;
  right: 0;
  bottom: -0.3125rem;
}
@media only screen and (max-width: 1059px) {
  #warehouse .contents #warehouse01 .wrap .other h2::after {
    width: 2.6461538462rem;
    height: 4.9538461538rem;
    bottom: -0.3846153846rem;
  }
}
#warehouse .contents #warehouse01 .wrap .other .item {
  margin: 3.125rem 0 0;
}
@media only screen and (min-width: 1060px) {
  #warehouse .contents #warehouse01 .wrap .other .item {
    display: flex;
    justify-content: center;
    gap: 0 5.9375rem;
  }
}
@media only screen and (max-width: 1059px) {
  #warehouse .contents #warehouse01 .wrap .other .item {
    margin-top: 4.2307692308rem;
  }
}
@media only screen and (max-width: 1059px) {
  #warehouse .contents #warehouse01 .wrap .other .item li {
    margin: 4.6153846154rem 0 0;
  }
  #warehouse .contents #warehouse01 .wrap .other .item li:first-child {
    margin-top: 0;
  }
}
#warehouse .contents #warehouse01 .wrap .other .item li .img {
  margin: 0 auto;
}
@media only screen and (min-width: 1060px) {
  #warehouse .contents #warehouse01 .wrap .other .item li .img {
    min-width: 9.375rem;
  }
}
#warehouse .contents #warehouse01 .wrap .other .item li .img img {
  width: auto;
  height: 7.8125rem;
  margin: 0 auto;
}
@media only screen and (max-width: 1059px) {
  #warehouse .contents #warehouse01 .wrap .other .item li .img img {
    height: 9.6153846154rem;
  }
}
#warehouse .contents #warehouse01 .wrap .other .item li p {
  text-align: center;
  font-size: 1.25rem;
  line-height: 2.5;
  margin: calc(1.5rem - 0.75em) 0 -0.75em;
}
@media only screen and (max-width: 1059px) {
  #warehouse .contents #warehouse01 .wrap .other .item li p {
    font-size: 1.5384615385rem;
    margin: calc(1.5384615385rem - 0.75em) 0 -0.75em;
  }
}

#factory .contents #fv h1 .en img {
  height: 1.955625rem;
}
@media only screen and (max-width: 1059px) {
  #factory .contents #fv h1 .en img {
    height: 1.6846153846rem;
  }
}
@media only screen and (min-width: 1060px) {
  #factory .contents #factory01 {
    overflow: hidden;
    padding-top: 9.375rem;
    padding-bottom: 9.375rem;
    padding-right: 8.3333333333vw;
    padding-left: calc(3.75rem + 27.34375vw);
  }
}
@media only screen and (max-width: 1059px) {
  #factory .contents #factory01 {
    padding: 5.3846153846rem 2.4615384615rem 0;
  }
}
@media only screen and (min-width: 1060px) {
  #factory .contents #factory01 .wrap {
    width: calc(100% - 4rem);
    max-width: 62.5rem;
  }
}
@media only screen and (max-width: 1059px) {
  #factory .contents #factory01 .wrap {
    margin: 0 auto;
  }
}
#factory .contents #factory01 .wrap .status {
  max-width: 50rem;
  margin: 0 auto;
}
#factory .contents #factory01 .wrap .status .box {
  border: 1px solid #002152;
  border-radius: 0.625rem;
  padding: 2.1875rem;
}
#factory .contents #factory01 .wrap .status .box h2 {
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  color: #e50012;
  letter-spacing: 0.06em;
}
#factory .contents #factory01 .wrap .status .box p {
  font-size: 1.625rem;
  text-align: center;
  line-height: 1.5;
  margin: calc(1.125rem - 0.25em) 0 -0.25em;
}
#factory .contents #factory01 .wrap .status .recommend {
  margin: 9.375rem 0 0;
}
#factory .contents #factory01 .wrap .status .recommend h2 {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2.5rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  position: relative;
  margin: 0 auto;
  padding: 0 1.875rem 0;
}
@media only screen and (max-width: 1059px) {
  #factory .contents #factory01 .wrap .status .recommend h2 {
    font-size: 2.3076923077rem;
    text-align: center;
    line-height: 1.3;
    margin: -0.15em auto;
    padding: 0 2.3076923077rem;
  }
}
#factory .contents #factory01 .wrap .status .recommend h2::before {
  content: "";
  width: 1.2rem;
  height: 2.68125rem;
  background: url(../img/packing/line1.svg) center bottom/cover no-repeat;
  position: absolute;
  left: 0;
  bottom: -0.15625rem;
}
@media only screen and (max-width: 1059px) {
  #factory .contents #factory01 .wrap .status .recommend h2::before {
    width: 1.9076923077rem;
    height: 6.2615384615rem;
    background-image: url(../img/factory/_line1.svg);
    bottom: -0.7692307692rem;
  }
}
#factory .contents #factory01 .wrap .status .recommend h2::after {
  content: "";
  width: 1.2rem;
  height: 2.68125rem;
  background: url(../img/packing/line2.svg) center bottom/cover no-repeat;
  position: absolute;
  right: 0;
  bottom: -0.15625rem;
}
@media only screen and (max-width: 1059px) {
  #factory .contents #factory01 .wrap .status .recommend h2::after {
    width: 1.9076923077rem;
    height: 6.2615384615rem;
    background-image: url(../img/factory/_line2.svg);
    bottom: -0.7692307692rem;
  }
}
#factory .contents #factory01 .wrap .status .recommend p {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.125rem;
  line-height: 2;
  margin: calc(1.875rem - 0.5em) auto -0.5em;
}
@media only screen and (max-width: 1059px) {
  #factory .contents #factory01 .wrap .status .recommend p {
    font-size: 1.2307692308rem;
    font-feature-settings: "palt" 1;
    margin-top: calc(2.3076923077rem - 0.5em);
  }
}
@media only screen and (min-width: 1060px) {
  #factory .contents #factory02 {
    padding-top: 0;
    padding-bottom: 9.375rem;
    padding-right: 8.3333333333vw;
    padding-left: calc(3.75rem + 27.34375vw);
  }
}
@media only screen and (max-width: 1059px) {
  #factory .contents #factory02 {
    padding: 5.3846153846rem 0 6.9230769231rem;
  }
}
@media only screen and (min-width: 1060px) {
  #factory .contents #factory02 .wrap {
    width: calc(100% - 4rem);
    max-width: 68.75rem;
  }
}
@media only screen and (max-width: 1059px) {
  #factory .contents #factory02 .wrap {
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1060px) {
  #factory .contents #factory02 .wrap .information {
    max-width: 58.75rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0 2.5rem;
    margin: 0 auto;
    padding: 4.375rem 0 0;
  }
}
#factory .contents #factory02 .wrap .information h2 {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.7;
  margin: -0.375em 0;
}
@media only screen and (min-width: 1060px) {
  #factory .contents #factory02 .wrap .information h2 {
    padding-left: 1.875rem;
  }
}
@media only screen and (max-width: 1059px) {
  #factory .contents #factory02 .wrap .information h2 {
    width: calc(100% - 4rem);
    font-size: 2rem;
    margin: 0 auto;
  }
}
#factory .contents #factory02 .wrap .information .img {
  width: 20.4375rem;
}
@media only screen and (max-width: 1059px) {
  #factory .contents #factory02 .wrap .information .img {
    width: 20.5384615385rem;
    margin: 3.0769230769rem auto 0;
  }
}
#factory .contents #factory02 .wrap .information .img img {
  width: 100%;
}
#factory .contents #factory02 .wrap .flex {
  margin: 9.375rem 0 0;
}
@media only screen and (min-width: 1060px) {
  #factory .contents #factory02 .wrap .flex {
    display: flex;
    gap: 0 min(6.875rem, 5.7291666667vw);
  }
}
@media only screen and (max-width: 1059px) {
  #factory .contents #factory02 .wrap .flex {
    width: calc(100% - 4rem);
    position: relative;
    margin: 5.3846153846rem auto 0;
  }
}
@media only screen and (min-width: 1060px) {
  #factory .contents #factory02 .wrap .flex .map {
    width: min(35.125rem, 29.2708333333vw);
  }
}
@media only screen and (max-width: 1059px) {
  #factory .contents #factory02 .wrap .flex .map {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media only screen and (min-width: 1060px) {
  #factory .contents #factory02 .wrap .flex .map .img {
    position: sticky;
    top: 3.75rem;
  }
}
@media only screen and (max-width: 1059px) {
  #factory .contents #factory02 .wrap .flex .map .img {
    width: 100%;
    height: 100%;
  }
}
#factory .contents #factory02 .wrap .flex .map .img[data-position=factory01] .map1 svg #map1_factory02 {
  fill: #ebf7fc !important;
}
#factory .contents #factory02 .wrap .flex .map .img[data-position=factory02] .map1 svg #map1_factory02 {
  fill: #ebf7fc !important;
}
#factory .contents #factory02 .wrap .flex .map .img[data-position=factory03] .map1 svg #map1_factory02 {
  fill: #ebf7fc !important;
}
#factory .contents #factory02 .wrap .flex .map .img[data-position=factory03] .map2 svg #map2_factory_a {
  fill: #ebf7fc !important;
}
#factory .contents #factory02 .wrap .flex .map .img[data-position=factory04] .map1 svg #map1_factory02 {
  fill: #ebf7fc !important;
}
#factory .contents #factory02 .wrap .flex .map .img[data-position=factory04] .map2 svg #map2_factory_b {
  fill: #ebf7fc !important;
}
#factory .contents #factory02 .wrap .flex .map .img[data-position=factory05] .map1 svg #map1_factory02 {
  fill: #ebf7fc !important;
}
#factory .contents #factory02 .wrap .flex .map .img[data-position=factory05] .map2 svg #map2_factory_c {
  fill: #ebf7fc !important;
}
#factory .contents #factory02 .wrap .flex .map .img[data-position=factory06] .map1 svg #map1_factory02 {
  fill: #ebf7fc !important;
}
#factory .contents #factory02 .wrap .flex .map .img[data-position=factory06] .map2 svg #map2_factory_d {
  fill: #ebf7fc !important;
}
#factory .contents #factory02 .wrap .flex .map .img[data-position=factory07] .map1 svg #map1_factory02 {
  fill: #ebf7fc !important;
}
#factory .contents #factory02 .wrap .flex .map .img[data-position=factory07] .map2 svg #map2_factory_e {
  fill: #ebf7fc !important;
}
#factory .contents #factory02 .wrap .flex .map .img[data-position=factory08] .map1 svg #map1_factory02 {
  fill: #ebf7fc !important;
}
#factory .contents #factory02 .wrap .flex .map .img[data-position=factory08] .map2 svg #map2_factory_f {
  fill: #ebf7fc !important;
}
#factory .contents #factory02 .wrap .flex .map .img[data-position=factory09] .map1 svg #map1_factory02 {
  fill: #ebf7fc !important;
}
#factory .contents #factory02 .wrap .flex .map .img[data-position=factory09] .map2 svg #map2_factory_g {
  fill: #ebf7fc !important;
}
#factory .contents #factory02 .wrap .flex .map .img[data-position=factory10] .map1 svg #map1_factory02 {
  fill: #ebf7fc !important;
}
#factory .contents #factory02 .wrap .flex .map .img[data-position=factory10] .map2 svg #map2_factory_toilet {
  fill: #ebf7fc !important;
}
#factory .contents #factory02 .wrap .flex .map .img[data-position=factory11] .map1 svg #map1_factory02 {
  fill: #ebf7fc !important;
}
#factory .contents #factory02 .wrap .flex .map .img[data-position=factory11] .map2 svg #map2_factory_h {
  fill: #ebf7fc !important;
}
#factory .contents #factory02 .wrap .flex .map .img[data-position=factory12] .map1 svg #map1_factory02 {
  fill: #ebf7fc !important;
}
#factory .contents #factory02 .wrap .flex .map .img[data-position=factory12] .map2 svg #map2_factory_i {
  fill: #ebf7fc !important;
}
#factory .contents #factory02 .wrap .flex .map .img[data-position=factory13] .map1 svg #map1_factory03 {
  fill: #ebf7fc !important;
}
#factory .contents #factory02 .wrap .flex .map .img[data-position=factory14] .map1 svg #map1_factory03 {
  fill: #ebf7fc !important;
}
#factory .contents #factory02 .wrap .flex .map .img svg path, #factory .contents #factory02 .wrap .flex .map .img svg polygon, #factory .contents #factory02 .wrap .flex .map .img svg rect, #factory .contents #factory02 .wrap .flex .map .img svg circle {
  transition: fill 0.3s;
}
#factory .contents #factory02 .wrap .flex .map .img .map1 {
  position: relative;
  padding: 0 0 4.375rem;
}
@media only screen and (max-width: 1059px) {
  #factory .contents #factory02 .wrap .flex .map .img .map1 {
    padding-bottom: 3.0769230769rem;
  }
}
#factory .contents #factory02 .wrap .flex .map .img .map1::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-image: repeating-linear-gradient(90deg, #000000, #000000 6px, transparent 6px, transparent 12px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 1px;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media only screen and (max-width: 1059px) {
  #factory .contents #factory02 .wrap .flex .map .img .map1::after {
    background-image: repeating-linear-gradient(90deg, #000000, #000000 3px, transparent 3px, transparent 6px);
  }
}
#factory .contents #factory02 .wrap .flex .map .img .map1 img, #factory .contents #factory02 .wrap .flex .map .img .map1 object, #factory .contents #factory02 .wrap .flex .map .img .map1 svg {
  filter: drop-shadow(0.125rem 0.125rem 0.125rem rgba(0, 0, 0, 0.2));
}
#factory .contents #factory02 .wrap .flex .map .img .map2 {
  margin: 4.375rem 0 0;
}
@media only screen and (max-width: 1059px) {
  #factory .contents #factory02 .wrap .flex .map .img .map2 {
    position: sticky;
    top: 6.1538461538rem;
    margin-top: 3.0769230769rem;
  }
}
#factory .contents #factory02 .wrap .flex .map .img .map2 img, #factory .contents #factory02 .wrap .flex .map .img .map2 svg {
  filter: drop-shadow(0.125rem 0.125rem 0.125rem rgba(0, 0, 0, 0.2));
}
@media only screen and (min-width: 1060px) {
  #factory .contents #factory02 .wrap .flex .list {
    width: calc(100% - min(42rem, 35vw));
  }
}
@media only screen and (max-width: 1059px) {
  #factory .contents #factory02 .wrap .flex .list {
    padding: 35.8461538462rem 0 0;
  }
}
#factory .contents #factory02 .wrap .flex .list li {
  margin: 7.5rem 0 0;
}
@media only screen and (max-width: 1059px) {
  #factory .contents #factory02 .wrap .flex .list li {
    margin-top: 3.8461538462rem;
  }
}
#factory .contents #factory02 .wrap .flex .list li:first-child {
  margin-top: 0;
}
#factory .contents #factory02 .wrap .flex .list li .img img {
  width: 100%;
}
#factory .contents #factory02 .wrap .flex .list li .txt {
  margin: 2.5rem 0 0;
}
#factory .contents #factory02 .wrap .flex .list li .txt h3 {
  font-size: 2.0625rem;
  line-height: 1.5;
  font-weight: 700;
}
@media only screen and (max-width: 1059px) {
  #factory .contents #factory02 .wrap .flex .list li .txt h3 {
    font-size: 2.5384615385rem;
  }
}
#factory .contents #factory02 .wrap .flex .list li .txt p {
  font-size: 1.125rem;
  line-height: 2;
  margin: calc(1.875rem - 0.5em) 0 -0.5em;
}
@media only screen and (max-width: 1059px) {
  #factory .contents #factory02 .wrap .flex .list li .txt p {
    font-size: 1.2307692308rem;
    line-height: 1.75;
    margin: calc(1.3846153846rem - 0.375em) 0 -0.375em;
  }
}

#space .contents #fv h1 .en img {
  height: 1.955625rem;
}
@media only screen and (max-width: 1059px) {
  #space .contents #fv h1 .en img {
    height: 1.6846153846rem;
  }
}
@media only screen and (min-width: 1060px) {
  #space .contents #space01 {
    overflow: hidden;
    padding-top: 9.375rem;
    padding-bottom: 9.375rem;
    padding-right: 8.3333333333vw;
    padding-left: calc(3.75rem + 27.34375vw);
  }
}
@media only screen and (max-width: 1059px) {
  #space .contents #space01 {
    padding: 5.3846153846rem 2.4615384615rem 0;
  }
}
@media only screen and (min-width: 1060px) {
  #space .contents #space01 .wrap {
    width: calc(100% - 4rem);
    max-width: 62.5rem;
  }
}
@media only screen and (max-width: 1059px) {
  #space .contents #space01 .wrap {
    margin: 0 auto;
  }
}
#space .contents #space01 .wrap .recommend h2 {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2.5rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  position: relative;
  margin: 0 auto;
  padding: 0 1.875rem 0;
}
@media only screen and (max-width: 1059px) {
  #space .contents #space01 .wrap .recommend h2 {
    font-size: 2.3076923077rem;
    text-align: center;
    line-height: 1.3;
    margin: -0.15em auto;
    padding: 0 2.3076923077rem;
  }
}
#space .contents #space01 .wrap .recommend h2::before {
  content: "";
  width: 1.2rem;
  height: 2.68125rem;
  background: url(../img/packing/line1.svg) center bottom/cover no-repeat;
  position: absolute;
  left: 0;
  bottom: -0.15625rem;
}
@media only screen and (max-width: 1059px) {
  #space .contents #space01 .wrap .recommend h2::before {
    width: 1.9076923077rem;
    height: 6.2615384615rem;
    background-image: url(../img/factory/_line1.svg);
    bottom: -0.7692307692rem;
  }
}
#space .contents #space01 .wrap .recommend h2::after {
  content: "";
  width: 1.2rem;
  height: 2.68125rem;
  background: url(../img/packing/line2.svg) center bottom/cover no-repeat;
  position: absolute;
  right: 0;
  bottom: -0.15625rem;
}
@media only screen and (max-width: 1059px) {
  #space .contents #space01 .wrap .recommend h2::after {
    width: 1.9076923077rem;
    height: 6.2615384615rem;
    background-image: url(../img/factory/_line2.svg);
    bottom: -0.7692307692rem;
  }
}
#space .contents #space01 .wrap .recommend p {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.125rem;
  line-height: 2;
  margin: calc(1.875rem - 0.5em) auto -0.5em;
}
@media only screen and (max-width: 1059px) {
  #space .contents #space01 .wrap .recommend p {
    font-size: 1.2307692308rem;
    font-feature-settings: "palt" 1;
    margin-top: calc(2.3076923077rem - 0.5em);
  }
}
@media only screen and (min-width: 1060px) {
  #space .contents #space02 {
    padding: 0 2rem 9.375rem calc(26.625rem + min(min(12.1875rem, 10.15625vw), max(2rem, (100% - 80.9375rem - 4rem) / 2)));
  }
}
@media only screen and (max-width: 1059px) {
  #space .contents #space02 {
    padding: 5.3846153846rem 0 6.9230769231rem;
  }
}
@media only screen and (min-width: 1060px) {
  #space .contents #space02 .wrap {
    width: calc(100% - 4rem);
    max-width: 68.75rem;
  }
}
@media only screen and (max-width: 1059px) {
  #space .contents #space02 .wrap {
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1060px) {
  #space .contents #space02 .wrap .information {
    max-width: 58.75rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0 2.5rem;
    margin: 0 auto;
  }
}
#space .contents #space02 .wrap .information h2 {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.7;
  margin: -0.375em 0;
}
@media only screen and (min-width: 1060px) {
  #space .contents #space02 .wrap .information h2 {
    padding-left: 1.875rem;
  }
}
@media only screen and (max-width: 1059px) {
  #space .contents #space02 .wrap .information h2 {
    width: calc(100% - 4rem);
    font-size: 2rem;
    margin: 0 auto;
  }
}
#space .contents #space02 .wrap .information .img {
  width: 21.3125rem;
}
@media only screen and (max-width: 1059px) {
  #space .contents #space02 .wrap .information .img {
    width: 24.6153846154rem;
    margin: 3.4615384615rem auto 0;
  }
}
#space .contents #space02 .wrap .information .img img {
  width: 100%;
}
#space .contents #space02 .wrap .flex {
  margin: 9.0625rem 0 0;
}
@media only screen and (min-width: 1060px) {
  #space .contents #space02 .wrap .flex {
    display: flex;
    gap: 0 min(6.875rem, 5.7291666667vw);
  }
}
@media only screen and (max-width: 1059px) {
  #space .contents #space02 .wrap .flex {
    width: calc(100% - 4rem);
    position: relative;
    margin: 4.6153846154rem auto 0;
  }
}
@media only screen and (min-width: 1060px) {
  #space .contents #space02 .wrap .flex .map {
    width: min(35.125rem, 29.2708333333vw);
  }
}
@media only screen and (max-width: 1059px) {
  #space .contents #space02 .wrap .flex .map {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
}
#space .contents #space02 .wrap .flex .map .img {
  position: sticky;
}
@media only screen and (min-width: 1060px) {
  #space .contents #space02 .wrap .flex .map .img {
    top: 3.75rem;
  }
}
@media only screen and (max-width: 1059px) {
  #space .contents #space02 .wrap .flex .map .img {
    top: 6.1538461538rem;
    margin-top: 3.0769230769rem;
  }
}
#space .contents #space02 .wrap .flex .map .img[data-position=space01] .map svg #map_space_a {
  fill: #ebf7fc !important;
}
#space .contents #space02 .wrap .flex .map .img[data-position=space02] .map svg #map_space_a {
  fill: #ebf7fc !important;
}
#space .contents #space02 .wrap .flex .map .img[data-position=space03] .map svg #map_space_b {
  fill: #ebf7fc !important;
}
#space .contents #space02 .wrap .flex .map .img[data-position=space04] .map svg #map_space_b {
  fill: #ebf7fc !important;
}
#space .contents #space02 .wrap .flex .map .img svg path, #space .contents #space02 .wrap .flex .map .img svg polygon, #space .contents #space02 .wrap .flex .map .img svg rect, #space .contents #space02 .wrap .flex .map .img svg circle {
  transition: fill 0.3s;
}
#space .contents #space02 .wrap .flex .map .img .map {
  position: relative;
  padding: 0 0 4.375rem;
}
#space .contents #space02 .wrap .flex .map .img .map img, #space .contents #space02 .wrap .flex .map .img .map svg {
  filter: drop-shadow(0.125rem 0.125rem 0.125rem rgba(0, 0, 0, 0.2));
}
@media only screen and (min-width: 1060px) {
  #space .contents #space02 .wrap .flex .list {
    width: calc(100% - min(42rem, 35vw));
  }
}
@media only screen and (max-width: 1059px) {
  #space .contents #space02 .wrap .flex .list {
    padding: 17.3076923077rem 0 0;
  }
}
#space .contents #space02 .wrap .flex .list li {
  margin: 7.5rem 0 0;
}
@media only screen and (max-width: 1059px) {
  #space .contents #space02 .wrap .flex .list li {
    margin-top: 3.8461538462rem;
  }
}
#space .contents #space02 .wrap .flex .list li:first-child {
  margin-top: 0;
}
#space .contents #space02 .wrap .flex .list li .img img {
  width: 100%;
}
#space .contents #space02 .wrap .flex .list li .txt {
  margin: 2.5rem 0 0;
}
#space .contents #space02 .wrap .flex .list li .txt h3 {
  font-size: 2.0625rem;
  line-height: 1.5;
  font-weight: 700;
}
@media only screen and (max-width: 1059px) {
  #space .contents #space02 .wrap .flex .list li .txt h3 {
    font-size: 2.5384615385rem;
  }
}
#space .contents #space02 .wrap .flex .list li .txt p {
  font-size: 1.125rem;
  line-height: 2;
  margin: calc(1.875rem - 0.5em) 0 -0.5em;
}
@media only screen and (max-width: 1059px) {
  #space .contents #space02 .wrap .flex .list li .txt p {
    font-size: 1.2307692308rem;
    line-height: 1.75;
    margin: calc(1.3846153846rem - 0.375em) 0 -0.375em;
  }
}

#contact .contents #fv h1 .en img {
  height: 1.54375rem;
}
@media only screen and (max-width: 1059px) {
  #contact .contents #fv h1 .en img {
    height: 1.3769230769rem;
  }
}
@media only screen and (min-width: 1060px) {
  #contact .contents #contact01 {
    padding-top: 9.375rem;
    padding-bottom: 9.375rem;
    padding-right: 8.3333333333vw;
    padding-left: calc(3.75rem + 27.34375vw);
  }
}
@media only screen and (max-width: 1059px) {
  #contact .contents #contact01 {
    padding: 5.3846153846rem 2.4615384615rem 6.9230769231rem;
  }
}
@media only screen and (min-width: 1060px) {
  #contact .contents #contact01 .wrap {
    width: calc(100% - 4rem);
    max-width: 62.5rem;
  }
}
@media only screen and (max-width: 1059px) {
  #contact .contents #contact01 .wrap {
    margin: 0 auto;
  }
}
#contact .contents #contact01 .wrap .lead p {
  line-height: 2.5;
  margin: -0.75em 0 -0.75em;
}
@media only screen and (max-width: 1059px) {
  #contact .contents #contact01 .wrap .lead p {
    font-size: 1.2307692308rem;
  }
}
#contact .contents #contact01 .wrap .form {
  margin: 9.375rem 0 0;
}
@media only screen and (max-width: 1059px) {
  #contact .contents #contact01 .wrap .form {
    margin-top: 4.6153846154rem;
  }
}
#contact .contents #contact01 .wrap .form.comfirm {
  margin-top: 0;
}
#contact .contents #contact01 .wrap .form.comfirm h2:first-of-type {
  margin-top: 0;
}
#contact .contents #contact01 .wrap .form.comfirm .radio,
#contact .contents #contact01 .wrap .form.comfirm input[type=tel],
#contact .contents #contact01 .wrap .form.comfirm input[type=email],
#contact .contents #contact01 .wrap .form.comfirm input[type=text],
#contact .contents #contact01 .wrap .form.comfirm input[type=number],
#contact .contents #contact01 .wrap .form.comfirm textarea {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
#contact .contents #contact01 .wrap .form.comfirm dl dt .need {
  display: none;
}
#contact .contents #contact01 .wrap .form.comfirm .btn input[type=submit],
#contact .contents #contact01 .wrap .form.comfirm .btn input[type=button],
#contact .contents #contact01 .wrap .form.comfirm .btn input[type=reset] {
  width: 9.375rem;
}
@media only screen and (max-width: 1059px) {
  #contact .contents #contact01 .wrap .form.comfirm .btn input[type=submit],
  #contact .contents #contact01 .wrap .form.comfirm .btn input[type=button],
  #contact .contents #contact01 .wrap .form.comfirm .btn input[type=reset] {
    width: 11.5384615385rem;
  }
}
#contact .contents #contact01 .wrap .form.complete {
  margin-top: 0;
}
#contact .contents #contact01 .wrap .form.complete h2:first-of-type {
  margin-top: 0;
}
#contact .contents #contact01 .wrap .form.complete p {
  line-height: 2;
  margin: calc(3.75rem - 0.5em) 0 -0.5em;
}
@media only screen and (max-width: 1059px) {
  #contact .contents #contact01 .wrap .form.complete p {
    font-size: 1.2307692308rem;
    font-feature-settings: "palt" 1;
  }
}
#contact .contents #contact01 .wrap .form h2 {
  font-size: 1.375rem;
  font-weight: 700;
  border-bottom: 1px solid #002152;
  margin: 6.875rem 0 0;
  padding: 0 0 1.5625rem;
}
@media only screen and (max-width: 1059px) {
  #contact .contents #contact01 .wrap .form h2 {
    font-size: 1.6923076923rem;
    margin: 3.8461538462rem 0 0;
    padding-bottom: 1.1538461538rem;
  }
}
#contact .contents #contact01 .wrap .form input[type=tel],
#contact .contents #contact01 .wrap .form input[type=email],
#contact .contents #contact01 .wrap .form input[type=text],
#contact .contents #contact01 .wrap .form input[type=number],
#contact .contents #contact01 .wrap .form textarea {
  display: block;
  width: 100%;
  font-size: 1rem;
  line-height: 2;
  background: #f0f0f0;
  border: none;
  border-radius: 0.3125rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0.75rem 1.25rem;
}
@media only screen and (max-width: 1059px) {
  #contact .contents #contact01 .wrap .form input[type=tel],
  #contact .contents #contact01 .wrap .form input[type=email],
  #contact .contents #contact01 .wrap .form input[type=text],
  #contact .contents #contact01 .wrap .form input[type=number],
  #contact .contents #contact01 .wrap .form textarea {
    font-size: 1.2307692308rem;
    padding: 0.7692307692rem 1.1538461538rem;
  }
}
#contact .contents #contact01 .wrap .form textarea {
  width: 100%;
  padding: 1.375rem 1.25rem;
}
#contact .contents #contact01 .wrap .form input[type=email] {
  max-width: 26.5625rem;
}
#contact .contents #contact01 .wrap .form .radio {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5625rem 1.875rem;
}
@media only screen and (max-width: 1059px) {
  #contact .contents #contact01 .wrap .form .radio {
    flex-direction: column;
    gap: 2.3076923077rem;
  }
}
#contact .contents #contact01 .wrap .form .radio label {
  position: relative;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25rem;
  letter-spacing: 0;
  font-feature-settings: "palt" 1;
  padding: 0 0 0 2rem;
}
@media only screen and (max-width: 1059px) {
  #contact .contents #contact01 .wrap .form .radio label {
    width: -moz-fit-content;
    width: fit-content;
    font-size: 1.2307692308rem;
    line-height: 1.5384615385rem;
    padding-left: 2.4615384615rem;
  }
}
#contact .contents #contact01 .wrap .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;
}
#contact .contents #contact01 .wrap .form .radio label:has(input:checked)::after {
  opacity: 1;
}
#contact .contents #contact01 .wrap .form .radio label::before {
  content: "";
  display: block;
  background-color: #FFF;
  border: 1px solid #002152;
  border-radius: 50%;
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
}
@media only screen and (max-width: 1059px) {
  #contact .contents #contact01 .wrap .form .radio label::before {
    width: 1.8461538462rem;
    height: 1.8461538462rem;
  }
}
#contact .contents #contact01 .wrap .form .radio label::after {
  content: "";
  display: block;
  width: 0.6875rem;
  height: 0.4375rem;
  border-left: 1px solid #002152;
  border-bottom: 1px solid #002152;
  opacity: 0;
  position: absolute;
  transform: rotate(-45deg);
  top: 0.3125rem;
  left: 0.375rem;
}
@media only screen and (max-width: 1059px) {
  #contact .contents #contact01 .wrap .form .radio label::after {
    width: 0.8461538462rem;
    height: 0.5384615385rem;
    top: 0.3846153846rem;
    left: 0.4615384615rem;
  }
}
#contact .contents #contact01 .wrap .form .radio input:checked + label::after {
  opacity: 1;
}
#contact .contents #contact01 .wrap .form .radio .horizontal-item + .horizontal-item {
  margin-left: 0;
}
#contact .contents #contact01 .wrap .form .btn {
  display: flex;
  justify-content: center;
  gap: 0 5rem;
  margin: 10rem 0 0;
}
@media only screen and (max-width: 1059px) {
  #contact .contents #contact01 .wrap .form .btn {
    flex-direction: column-reverse;
    gap: 2.0769230769rem 0;
    align-items: center;
    margin-top: 4.6153846154rem;
  }
}
#contact .contents #contact01 .wrap .form input[type=submit],
#contact .contents #contact01 .wrap .form input[type=button],
#contact .contents #contact01 .wrap .form input[type=reset] {
  cursor: pointer;
  display: block;
  width: 27.25rem;
  font-size: 1.25rem;
  color: #fff;
  background: #002152;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  padding: 1.5625rem;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: 0.25s;
}
#contact .contents #contact01 .wrap .form input[type=submit].back,
#contact .contents #contact01 .wrap .form input[type=button].back,
#contact .contents #contact01 .wrap .form input[type=reset].back {
  background: #fff;
  color: #002152;
  border: 1px solid #002152;
}
#contact .contents #contact01 .wrap .form input[type=submit]:hover,
#contact .contents #contact01 .wrap .form input[type=button]:hover,
#contact .contents #contact01 .wrap .form input[type=reset]:hover {
  opacity: 0.6;
}
@media only screen and (max-width: 1059px) {
  #contact .contents #contact01 .wrap .form input[type=submit],
  #contact .contents #contact01 .wrap .form input[type=button],
  #contact .contents #contact01 .wrap .form input[type=reset] {
    width: 19.2307692308rem;
    font-size: 1.5384615385rem;
  }
}
#contact .contents #contact01 .wrap .form dl {
  margin: 2.25rem 0 0;
}
@media only screen and (min-width: 1060px) {
  #contact .contents #contact01 .wrap .form dl {
    display: flex;
    align-items: flex-start;
    gap: 2.1875rem;
  }
  #contact .contents #contact01 .wrap .form dl.middle {
    align-items: center;
  }
}
@media only screen and (max-width: 1059px) {
  #contact .contents #contact01 .wrap .form dl {
    margin-top: 2.6923076923rem;
  }
}
#contact .contents #contact01 .wrap .form dl dt {
  font-size: 1.25rem;
  font-weight: 700;
}
@media only screen and (min-width: 1060px) {
  #contact .contents #contact01 .wrap .form dl dt {
    min-width: 16.875rem;
    position: relative;
    padding: 0 2.8125rem 0 0;
  }
}
@media only screen and (max-width: 1059px) {
  #contact .contents #contact01 .wrap .form dl dt {
    font-size: 1.5384615385rem;
  }
}
#contact .contents #contact01 .wrap .form dl dt .need {
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  background-color: #e50012;
  color: #FFF;
  border-radius: 0.1875rem;
  padding: 0.3125rem 0.5rem;
}
@media only screen and (min-width: 1060px) {
  #contact .contents #contact01 .wrap .form dl dt .need {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
}
@media only screen and (max-width: 1059px) {
  #contact .contents #contact01 .wrap .form dl dt .need {
    display: inline-block;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 1.0769230769rem;
    margin: 0 0 0 0.7692307692rem;
    padding: 0.3846153846rem 0.5384615385rem;
  }
}
@media only screen and (min-width: 1060px) {
  #contact .contents #contact01 .wrap .form dl dd {
    width: calc(100% - 19.0625rem);
  }
}
@media only screen and (max-width: 1059px) {
  #contact .contents #contact01 .wrap .form dl dd {
    margin: 1.5384615385rem 0 0;
  }
}
@media only screen and (min-width: 1060px) {
  #contact .contents #contact01 .wrap .form dl dd.flex {
    display: flex;
    gap: 1.25rem 2.5rem;
    flex-wrap: wrap;
    align-items: center;
  }
}
#contact .contents #contact01 .wrap .form dl dd.flex .col2 {
  display: flex;
  align-items: center;
  font-weight: 500;
}
@media only screen and (min-width: 1060px) {
  #contact .contents #contact01 .wrap .form dl dd.flex .col2 {
    width: calc(50% - 1.25rem);
    min-width: 15.625rem;
    max-width: 21.875rem;
  }
}
@media only screen and (max-width: 1059px) {
  #contact .contents #contact01 .wrap .form dl dd.flex .col2 {
    margin: 1.5384615385rem 0 0;
  }
}
#contact .contents #contact01 .wrap .form dl dd.flex .col2 label {
  min-width: 2.8125rem;
  flex-shrink: 0;
}
@media only screen and (max-width: 1059px) {
  #contact .contents #contact01 .wrap .form dl dd.flex .col2 label {
    min-width: 3.4615384615rem;
    font-size: 1.2307692308rem;
  }
}
#contact .contents #contact01 .wrap .form h2 + dl {
  margin-top: 4.0625rem;
}
@media only screen and (max-width: 1059px) {
  #contact .contents #contact01 .wrap .form h2 + dl {
    margin-top: 2.3076923077rem;
  }
}
#contact .contents #contact01 .wrap .form .link {
  cursor: pointer;
  display: block;
  width: 27.25rem;
  font-size: 1.25rem;
  color: #fff;
  background: #002152;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  transition: 0.25s;
  margin: 10rem auto 0;
  padding: 1.5625rem;
}
#contact .contents #contact01 .wrap .form .link:hover {
  opacity: 0.6;
}
@media only screen and (max-width: 1059px) {
  #contact .contents #contact01 .wrap .form .link {
    width: 19.2307692308rem;
    font-size: 1.5384615385rem;
    margin-top: 6.1538461538rem;
  }
}
#contact .contents #contact01 .wrap .form .radio .error {
  width: 100%;
  margin-top: 0;
}
#contact .contents #contact01 .wrap .form dd .error {
  width: 100%;
  margin-top: 1.25rem;
}
@media only screen and (min-width: 1060px) {
  #contact .contents #contact01 .wrap .form .flex .error {
    width: calc(50% - 1.25rem);
    min-width: 15.625rem;
    max-width: 21.875rem;
    margin-top: 0;
  }
}
@media only screen and (max-width: 1059px) {
  #contact .contents #contact01 .wrap .form .flex .error:first-of-type {
    display: none;
  }
}

#recruit .contents #fv h1 .en img {
  height: 2.025rem;
}
@media only screen and (max-width: 1059px) {
  #recruit .contents #fv h1 .en img {
    height: 3.8461538462rem;
  }
}
@media only screen and (max-width: 1059px) {
  #recruit .contents #fv h1 .jp {
    font-feature-settings: "palt" 1;
  }
}
#recruit .contents #recruit01 {
  background: linear-gradient(62.79deg, rgb(172, 221, 246) 0%, rgb(163, 217, 243) 17.59%, rgb(137, 207, 236) 46.74%, rgb(127, 203, 233) 56.74%, rgb(0, 176, 229) 100%);
}
@media only screen and (min-width: 1060px) {
  #recruit .contents #recruit01 {
    padding-top: 9.375rem;
    padding-bottom: 9.375rem;
    padding-right: 8.3333333333vw;
    padding-left: calc(3.75rem + 27.34375vw);
  }
}
@media only screen and (max-width: 1059px) {
  #recruit .contents #recruit01 {
    padding: 5.3846153846rem 2.4615384615rem 5.3846153846rem;
  }
}
@media only screen and (min-width: 1060px) {
  #recruit .contents #recruit01 .wrap {
    width: calc(100% - 4rem);
    max-width: 58.75rem;
  }
}
@media only screen and (max-width: 1059px) {
  #recruit .contents #recruit01 .wrap {
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1060px) {
  #recruit .contents #recruit01 .wrap .message {
    display: flex;
    align-items: flex-start;
    gap: 0 2.5rem;
    max-width: 58.75rem;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1059px) {
  #recruit .contents #recruit01 .wrap .message {
    padding: 0 0.5rem;
  }
}
@media only screen and (min-width: 1060px) {
  #recruit .contents #recruit01 .wrap .message .img {
    width: 18.3125rem;
    flex-shrink: 0;
  }
}
@media only screen and (max-width: 1059px) {
  #recruit .contents #recruit01 .wrap .message .img {
    width: 100%;
    max-width: 30.7692307692rem;
    margin: 0 auto;
  }
}
#recruit .contents #recruit01 .wrap .message .img img {
  width: 100%;
}
@media only screen and (max-width: 1059px) {
  #recruit .contents #recruit01 .wrap .message .txt {
    margin: 2.3076923077rem 0 0;
  }
}
#recruit .contents #recruit01 .wrap .message .txt .lead {
  font-size: 2.375rem;
  font-weight: 500;
  color: #fff;
  line-height: 1.5;
  margin: -0.25em 0;
}
@media only screen and (max-width: 1059px) {
  #recruit .contents #recruit01 .wrap .message .txt .lead {
    font-size: 2.9230769231rem;
  }
}
#recruit .contents #recruit01 .wrap .message .txt p {
  font-size: 1.125rem;
  color: #fff;
  line-height: 2;
  margin: calc(2.5rem - 0.5em) 0 -0.5em;
}
@media only screen and (max-width: 1059px) {
  #recruit .contents #recruit01 .wrap .message .txt p {
    font-size: 1.3846153846rem;
    margin: calc(2.6923076923rem - 0.5em) 0 -0.5em;
  }
}
#recruit .contents #recruit01 .wrap .list {
  counter-reset: number;
  margin: 10rem 0 0;
}
@media only screen and (max-width: 1059px) {
  #recruit .contents #recruit01 .wrap .list {
    margin-top: 5.3846153846rem;
  }
}
#recruit .contents #recruit01 .wrap .list li {
  counter-increment: number;
}
@media only screen and (max-width: 1059px) {
  #recruit .contents #recruit01 .wrap .list li {
    margin-top: 3.8461538462rem;
  }
}
#recruit .contents #recruit01 .wrap .list li:nth-child(even) .circle {
  margin: 0 0 0 auto;
}
#recruit .contents #recruit01 .wrap .list li .circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 23.75rem;
  height: 23.75rem;
  border-radius: 50%;
  position: relative;
}
@media only screen and (max-width: 1059px) {
  #recruit .contents #recruit01 .wrap .list li .circle {
    width: 23.4615384615rem;
    height: 23.4615384615rem;
  }
}
#recruit .contents #recruit01 .wrap .list li .circle::before {
  content: "";
  background: linear-gradient(90deg, rgb(172, 221, 246) 0%, rgb(163, 217, 243) 17.59%, rgb(137, 207, 236) 46.74%, rgb(127, 203, 233) 56.74%, rgb(0, 176, 229) 100%);
  border-radius: 50%;
  mix-blend-mode: multiply;
  position: absolute;
  inset: 0;
}
#recruit .contents #recruit01 .wrap .list li .circle p {
  display: block;
  font-size: 2.125rem;
  font-weight: 500;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 1;
  padding: 2.1875rem 0 0;
}
@media only screen and (max-width: 1059px) {
  #recruit .contents #recruit01 .wrap .list li .circle p {
    font-size: 2.0769230769rem;
    padding-top: 2.3076923077rem;
  }
}
#recruit .contents #recruit01 .wrap .list li .circle p::before {
  display: block;
  content: "0" counter(number);
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.5rem;
  border-bottom: 1px solid #fff;
  padding: 0 0 0.25rem;
  position: absolute;
  top: -0.625rem;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 1059px) {
  #recruit .contents #recruit01 .wrap .list li .circle p::before {
    font-size: 1.4615384615rem;
    top: -0.6153846154rem;
    padding: 0 0 0.1538461538rem;
  }
}
@media only screen and (min-width: 1060px) {
  #recruit .contents #recruit02 {
    padding-top: 9.375rem;
    padding-bottom: 9.375rem;
    padding-right: 8.3333333333vw;
    padding-left: calc(3.75rem + 27.34375vw);
  }
}
@media only screen and (max-width: 1059px) {
  #recruit .contents #recruit02 {
    padding: 5.3846153846rem 2.4615384615rem 6.9230769231rem;
  }
}
@media only screen and (min-width: 1060px) {
  #recruit .contents #recruit02 .wrap {
    width: calc(100% - 4rem);
    max-width: 62.5rem;
  }
}
#recruit .contents #recruit02 .wrap h2 {
  text-align: center;
}
#recruit .contents #recruit02 .wrap h2 img {
  width: 13.75rem;
  margin: 0 auto;
}
@media only screen and (max-width: 1059px) {
  #recruit .contents #recruit02 .wrap h2 img {
    width: 17.3076923077rem;
  }
}
#recruit .contents #recruit02 .wrap h2 .jp {
  display: block;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  margin: 1.5625rem 0 0;
}
@media only screen and (max-width: 1059px) {
  #recruit .contents #recruit02 .wrap h2 .jp {
    font-size: 2rem;
    margin: 3.0769230769rem 0 0;
  }
}
#recruit .contents #recruit02 .wrap .item {
  margin: 5rem 0 0;
}
@media only screen and (max-width: 1059px) {
  #recruit .contents #recruit02 .wrap .item {
    margin-top: 6.1538461538rem;
  }
}
#recruit .contents #recruit02 .wrap .item h3 {
  font-size: 1.5625rem;
  font-weight: 500;
}
@media only screen and (max-width: 1059px) {
  #recruit .contents #recruit02 .wrap .item h3 {
    font-size: 1.6923076923rem;
  }
}
#recruit .contents #recruit02 .wrap .item table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5625rem 0 0;
}
#recruit .contents #recruit02 .wrap .item table th,
#recruit .contents #recruit02 .wrap .item table td {
  vertical-align: top;
  padding: 0.9375rem 0.625rem 0.625rem 0;
  font-size: 1.125rem;
  line-height: 1.5;
  font-feature-settings: "palt" 1;
}
@media only screen and (max-width: 1059px) {
  #recruit .contents #recruit02 .wrap .item table th,
  #recruit .contents #recruit02 .wrap .item table td {
    font-size: 1.3846153846rem;
    line-height: 1.75;
    padding: 1.1538461538rem 0.6153846154rem 1.1538461538rem 0;
  }
}
#recruit .contents #recruit02 .wrap .item table th {
  width: 8.4375rem;
  font-weight: 500;
}
@media only screen and (max-width: 1059px) {
  #recruit .contents #recruit02 .wrap .item table th {
    width: 10.3846153846rem;
  }
}
#recruit .contents #recruit02 .wrap .item p {
  font-size: 1.125rem;
  font-weight: 500;
  font-feature-settings: "palt" 1;
  line-height: 2;
  margin: calc(2.5rem - 0.5em) 0 -0.5em;
}
@media only screen and (max-width: 1059px) {
  #recruit .contents #recruit02 .wrap .item p {
    font-size: 1.3846153846rem;
    line-height: 1.75;
    margin: calc(3.0769230769rem - 0.375em) 0 -0.375em;
  }
}
#recruit .contents #recruit02 .wrap .item + .item {
  border-top: 1px solid #002152;
  margin: 5.625rem 0 0;
  padding: 5.625rem 0 0;
}
@media only screen and (max-width: 1059px) {
  #recruit .contents #recruit02 .wrap .item + .item {
    margin-top: 6.5384615385rem;
    padding-top: 6.5384615385rem;
  }
}

#company .contents #fv h1 .en img {
  height: 1.95rem;
}
@media only screen and (max-width: 1059px) {
  #company .contents #fv h1 .en img {
    height: 1.6846153846rem;
  }
}
@media only screen and (min-width: 1060px) {
  #company .contents #company01 {
    padding-top: 9.375rem;
    padding-bottom: 9.375rem;
    padding-right: 8.3333333333vw;
    padding-left: calc(3.75rem + 27.34375vw);
  }
}
@media only screen and (max-width: 1059px) {
  #company .contents #company01 {
    padding: 4.6153846154rem 2.4615384615rem 6.9230769231rem;
  }
}
@media only screen and (min-width: 1060px) {
  #company .contents #company01 .wrap {
    width: calc(100% - 4rem);
    max-width: 62.5rem;
  }
}
@media only screen and (min-width: 1060px) {
  #company .contents #company01 .wrap .inner {
    max-width: 50rem;
    margin: 0 auto;
  }
}
#company .contents #company01 .wrap .inner table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #002152;
}
#company .contents #company01 .wrap .inner table th,
#company .contents #company01 .wrap .inner table td {
  vertical-align: top;
  font-size: 1rem;
  font-feature-settings: "palt" 1;
}
@media only screen and (min-width: 1060px) {
  #company .contents #company01 .wrap .inner table th,
  #company .contents #company01 .wrap .inner table td {
    border-bottom: 1px solid #002152;
    line-height: 1.875rem;
    padding: 1.5625rem 0.625rem 1.5625rem 0;
  }
}
@media only screen and (max-width: 1059px) {
  #company .contents #company01 .wrap .inner table th,
  #company .contents #company01 .wrap .inner table td {
    width: 100%;
    display: block;
    font-size: 1.2307692308rem;
    line-height: 1;
  }
}
#company .contents #company01 .wrap .inner table th a,
#company .contents #company01 .wrap .inner table td a {
  color: #00B9EF;
}
#company .contents #company01 .wrap .inner table th {
  width: 10.625rem;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 500;
}
@media only screen and (max-width: 1059px) {
  #company .contents #company01 .wrap .inner table th {
    width: 100%;
    font-size: 1.5384615385rem;
    padding: 1.9230769231rem 0 0;
  }
}
@media only screen and (max-width: 1059px) {
  #company .contents #company01 .wrap .inner table td {
    border-bottom: 1px solid #002152;
    line-height: 1.5;
    padding: 0.4615384615rem 0 2rem;
  }
}
#company .contents #company01 .wrap .inner .access {
  margin: 1.5625rem 0 0;
}
@media only screen and (max-width: 1059px) {
  #company .contents #company01 .wrap .inner .access {
    margin-top: 1.9230769231rem;
  }
}
#company .contents #company01 .wrap .inner .access h2 {
  font-size: 1.25rem;
  font-weight: 500;
}
@media only screen and (max-width: 1059px) {
  #company .contents #company01 .wrap .inner .access h2 {
    font-size: 1.5384615385rem;
  }
}
#company .contents #company01 .wrap .inner .access .map {
  width: 100%;
  aspect-ratio: 800/425;
  position: relative;
  margin: 1.5625rem 0 0;
}
@media only screen and (max-width: 1059px) {
  #company .contents #company01 .wrap .inner .access .map {
    aspect-ratio: 315/200;
    margin-top: 0.9230769231rem;
  }
}
#company .contents #company01 .wrap .inner .access .map iframe {
  position: absolute;
  inset: 0;
}
#company .contents #company01 .wrap .inner .access p {
  font-size: 1rem;
  line-height: 1.75;
  margin: calc(1.5625rem - 0.375em) 0 -0.3755em;
}
@media only screen and (max-width: 1059px) {
  #company .contents #company01 .wrap .inner .access p {
    font-size: 1.2307692308rem;
    margin: calc(1.1538461538rem - 0.375em) 0 -0.3755em;
  }
}

@media screen and (min-width: 1060px) {
  .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 (min-width: 1921px) {
  html {
    font-size: 0.8333333333vw;
  }
}
@media screen and (max-width: 1059px) {
  .spNone {
    display: none !important;
  }
  html {
    width: 100%;
    height: 100%;
    font-size: 3.4666666667vw;
  }
  body {
    width: 100%;
    height: 100%;
    font-size: 1rem;
  }
  img {
    display: block;
    max-width: 100%;
    width: 100%;
  }
}
.container.error {
  padding-top: 80px;
}
.container.error .contents {
  text-align: center;
}
.container.error .title-area {
  margin-bottom: 60px;
  font-size: 40px;
}
@media only screen and (max-width: 1059px) {
  .container.error .title-area {
    font-size: 28px;
  }
}
.container.error .title-area figure {
  max-width: 260px;
  margin: 0 auto 24px;
}
.container.error .wrap {
  padding-bottom: 120px;
  font-size: 22px;
}
@media only screen and (max-width: 1059px) {
  .container.error .wrap {
    font-size: 16px;
  }
}
.container.error .wrap .bt {
  margin-top: 40px;
}
.container.error .wrap .bt a {
  text-decoration: underline;
}/*# sourceMappingURL=layout.css.map */