@charset 'utf-8';
/*
Theme Name: Re-rail
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");

/*reset*/
/*******************************************************************/

html {
  box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  height: 100%;
}

*,
:after,
:before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

:after,
:before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden],
template {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

b,
strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

input {
  border-radius: 0;
}

[role="button"],
[type="button"],
[type="reset"],
[type="submit"],
button {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

[type="number"] {
  width: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type="reset"],
[type="submit"],
button,
html [type="button"] {
  -webkit-appearance: button;
}

button,
select {
  text-transform: none;
}

button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

img {
  width: auto;
  max-width: 100%;
  height: auto;
  border-style: none;
  vertical-align: middle;
}

i {
  vertical-align: middle;
}

progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

@media screen {
  [hidden~="screen"] {
    display: inherit;
  }

  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

[aria-busy="true"] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

ul,
ol {
  list-style: none;
}

i {
  font-style: normal;
}

a {
  color: #000;
  transition: all 0.2s ease-out;
  text-decoration: none;
}

a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}

*:focus {
  outline: none;
}

/*LAYOUT*/
/*******************************************************************/
html {
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
  height: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-size: calc(16 / 1440 * 100vw);
  line-height: 1.4;
  color: #000;
}

#container {
  width: 100%;
}

i,
.en,
.faq dt::before,
.faq dd::before {
  font-family: "Plus Jakarta Sans", sans-serif;
  line-height: 1;
}

/*HEADER*/
/*******************************************************************/
#header {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  gap: calc(24 / 1440 * 100vw);
  width: 100%;
  min-height: calc(96 / 1440 * 100vw);
  padding: calc(24 / 1440 * 100vw) 3%;
  z-index: 1000;
  transition: 0.4s all;
  background: #fff;
}

#header.active {
  background: #fff;
}

#header #logo a {
  display: block;
  width: calc(150 / 1440 * 100vw);
}

#header #logo a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  image-rendering: -webkit-optimize-contrast;
}

#nav {
  font-family: "Plus Jakarta Sans", "Noto Sans JP", sans-serif;
  font-size: calc(14 / 1440 * 100vw);
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

#nav ul {
  gap: calc(8 / 1440 * 100vw) calc(56 / 1440 * 100vw);
}

#nav .btn {
  right: 2%;
}

@media only screen and (min-width: 1025px) {
  #nav ul {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-wrap: wrap;
  }

  #nav ul a:hover {
    color: #337df1;
    opacity: 1;
  }

  #nav .btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }

  #open {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  #header {
    gap: calc(24 / 768 * 100vw);
    min-height: calc(96 / 768 * 100vw);
    padding: calc(24 / 768 * 100vw) 3%;
  }

  #nav ul {
    gap: calc(8 / 768 * 100vw) calc(56 / 768 * 100vw);
  }

  #nav .btn {
    right: calc(32 / 768 * 100vw);
  }
}

@media screen and (max-width: 500px) {
  #header {
    gap: calc(24 / 500 * 100vw);
    min-height: calc(96 / 500 * 100vw);
    padding: calc(24 / 500 * 100vw) 3%;
  }

  #nav ul {
    gap: calc(8 / 500 * 100vw) calc(56 / 500 * 100vw);
  }

  #nav .btn {
    right: calc(32 / 500 * 100vw);
  }
}

/*FOOTER*/
/*******************************************************************/
#footer {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
  padding: calc(96 / 1440 * 100vw) calc(60 / 1440 * 100vw);
  font-family: "Plus Jakarta Sans", "Noto Sans JP", sans-serif;
  letter-spacing: 0.07em;
  background: #333333;
}

#scrolltop {
  position: absolute;
  top: -30%;
  left: 90%;
  transform: translateX(-50%);
  text-align: center;
  font-size: calc(12 / 1440 * 100vw);
  font-weight: 600;
  letter-spacing: 0.07em;
  z-index: 5;
}

#scrolltop a {
  display: flex;
  gap: calc(20 / 1440 * 100vw);
  align-items: center;
}

#scrolltop i {
  color: #fff;
}

#scrolltop span {
  bottom: calc(-40 / 1440 * 100vw);
  left: calc(50% - calc(14 / 1440 * 100vw));
  display: block;
  width: calc(27 / 1440 * 100vw);
  height: calc(27 / 1440 * 100vw);
  background: url("img/common/arrow2.svg") center no-repeat;
}

#sitemap {
  order: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: calc(32 / 1440 * 100vw);
  font-size: calc(12 / 1440 * 100vw);
  text-transform: uppercase;
  position: relative;
}

#sitemap ul,
#info ul {
  display: flex;
  flex-wrap: wrap;
  gap: calc(16 / 1440 * 100vw) calc(100 / 1440 * 100vw);
}

#sitemap ul.sns {
  gap: 8px;
}

#sitemap ul a {
  font-size: calc(20 / 1440 * 100vw);
  color: white;
}

#sitemap ul li:nth-of-type(n + 2) {
  margin-top: calc(20 / 1440 * 100vw);
}

#sitemap ul.sns li:nth-of-type(n + 2) {
  margin-top: 0;
}

#info ul.sns {
  margin-top: calc(10 / 1440 * 100vw);
  gap: calc(10 / 1440 * 100vw);
}

#info ul.sns a {
  display: block;
  width: calc(20 / 1440 * 100vw);
}

#info ul.sns a img {
  display: block;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  #info ul.sns {
    justify-content: center;
  }
}

@media screen and (min-width: 768px) {
  #sitemap ul.sns.sp {
    display: none;
  }
}

.copyright {
  margin-top: calc(16 / 1440 * 100vw);
  font-size: calc(11 / 1440 * 100vw);
  color: white;
}

@media screen and (max-width: 768px) {
  .copyright {
    margin-top: calc(10 / 768 * 100vw);
    font-size: calc(10 / 768 * 100vw);
  }
}

@media screen and (max-width: 500px) {
  .copyright {
    margin-top: calc(10 / 375 * 100vw);
    font-size: calc(10 / 375 * 100vw);
  }
}

/*CONTENTS*/
/*******************************************************************/
article {
  position: relative;
  padding: calc(114 / 1440 * 100vw) 0;
}

article header {
  width: 94%;
  max-width: calc(1000 / 1440 * 100vw);
  margin: 0 auto calc(40 / 1440 * 100vw);
}

@media screen and (max-width: 768px) {
  article header {
    margin: 0 auto calc(40 / 768 * 100vw);
  }
}

@media screen and (max-width: 500px) {
  article header {
    margin: 0 auto calc(40 / 375 * 100vw);
  }
}

article header i {
  font-size: calc(70 / 1440 * 100vw);
  font-weight: 700;
}

article header h2 {
  margin-top: calc(10 / 1440 * 100vw);
  font-size: calc(20 / 1440 * 100vw);
}

section {
  position: relative;
  width: 94%;
  max-width: calc(1000 / 1440 * 100vw);
  margin: 0 auto;
}

@media screen and (max-width: 500px) {
  section {
    width: 95%;
    max-width: 100%;
  }
}

section+header,
section+section {
  margin-top: calc(96 / 1440 * 100vw);
}

section h2 {
  margin-bottom: 24px;
  font-size: 3.2rem;
}

section h3 {
  margin-bottom: calc(24 / 1440 * 100vw);
  font-size: calc(20 / 1440 * 100vw);
}

section h4 {
  margin-bottom: 16px;
  font-size: 1.8rem;
}

section p {
  line-height: 2;
}

figure {
  position: relative;
  margin: 0;
}

figcaption {
  margin-top: 16px;
}

.bg {
  background: #fafafa;
}

.center {
  text-align: center !important;
}

@media screen and (max-width: 500px) {
  .newscenter {
    text-align: left !important;
    color: #3c4954;
  }
}

.right {
  text-align: right !important;
}

.left {
  text-align: left !important;
}

.col {
  display: flex;
  gap: calc(40 / 1440 * 100vw);
}

.col>* {
  flex: 1;
}

.w-auto {
  flex: none;
}

.w33 {
  flex: none;
  width: 33%;
}

.w50 {
  flex: none;
  width: 50%;
}

.reverse {
  flex-direction: row-reverse;
}

.as-center {
  align-self: center;
}

.btn>a,
.btn>span {
  display: inline-block;
  padding: calc(16 / 1440 * 100vw) calc(24 / 1440 * 100vw);
  background: #222;
  border-radius: calc(40 / 1440 * 100vw);
  font-size: calc(13 / 1440 * 100vw);
  font-family: "Plus Jakarta Sans", "Noto Sans JP", sans-serif;
  font-weight: 600;
  color: #fff;
}

.bg-white {
  background: #fff !important;
  color: #222 !important;
}

.bg-lightblue {
  background: #5582d7 !important;
}

.bg-blue {
  background: #337df1 !important;
}

.bg-darkblue {
  background: #1a43e4 !important;
}

.bg-deepblue {
  background: #4f0dd5 !important;
}

.fs12 {
  font-size: calc(14 / 1440 * 100vw);
}

.fs14 {
  font-size: calc(14 / 1440 * 100vw);
}

.fs15 {
  font-size: 1.5rem;
}

.fs16 {
  font-size: calc(16 / 1440 * 100vw);
}

.fs20 {
  font-size: 2rem;
}

.fs24 {
  font-size: 2.4rem;
}

.fs26 {
  font-size: calc(26 / 1440 * 100vw);
}

.fs30 {
  font-size: calc(30 / 1440 * 100vw);
}

.fs32 {
  font-size: 3.2rem;
}

.fs36 {
  font-size: 3.6rem;
}

.fs40 {
  font-size: 4rem;
}

.fs48 {
  font-size: 4.8rem;
}

.fs50 {
  font-size: calc(50 / 1440 * 100vw);
}

.fs56 {
  font-size: 5.6rem;
}

.fs60 {
  font-size: 6rem;
}

.marker {
  display: inline;
  background: #ffde53;
}

.normal {
  font-weight: 400;
}

.medium {
  font-weight: 500;
}

.bold {
  font-weight: 700;
}

.blue {
  color: #2660ef !important;
}

.white {
  color: #fff !important;
}

.underline {
  text-decoration: underline;
}

.mt16 {
  margin-top: 16px;
}

.mt24 {
  margin-top: 24px;
}

.mt40 {
  margin-top: calc(40 / 1440 * 100vw);
}

.mt80 {
  margin-top: 80px;
}

.mt160 {
  margin-top: 160px;
}

.pt0 {
  padding-top: 0;
}

.sp {
  display: none;
}

.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.animated {
  opacity: 0;
  animation-duration: 0.7s;
  animation-delay: 0.2s;
  animation-fill-mode: both;
}

/*TOP*/
#mv {
  position: relative;
  padding: 0;
  z-index: 5;
}

#mv section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: initial;
  height: 100svh;
  min-height: 560px;
}

@media screen and (max-width: 768px) {
  #mv section {
    min-height: calc(560 / 768 * 100vw);
  }
}

@media screen and (max-width: 500px) {
  #mv section {
    min-height: calc(560 / 500 * 100vw);
  }
}

#mv h1 .entitle {
  opacity: 0;
  transition: 0.4s ease-out;
  display: block;
  font-size: calc(11 / 1440 * 100vw);
  font-weight: 400;
  letter-spacing: 0.07em;
  opacity: 0;
  transform: translate3d(0, calc(20 / 1440 * 100vw), 0);
  transition: 0.7s ease-out;
  transition-delay: 0.2s;
}

@media screen and (max-width: 768px) {
  #mv h1 .entitle {
    font-size: calc(11 / 768 * 100vw);
    letter-spacing: calc(0.77 / 768 * 100vw);
  }
}

@media screen and (max-width: 500px) {
  #mv h1 .entitle {
    font-size: calc(11 / 375 * 100vw);
    letter-spacing: calc(0.77 / 500 * 100vw);
  }
}

#mv h1 .maintitle {
  position: relative;
  display: block;
  margin: calc(32 / 1440 * 100vw) 0 calc(24 / 1440 * 100vw);
  opacity: 0;
  transform: translate3d(0, calc(20 / 1440 * 100vw), 0);
  transition: 0.7s ease-out;
  transition-delay: 0.6s;
  display: block;
  width: calc(540 / 1440 * 100vw);
}

@media screen and (max-width: 768px) {
  #mv h1 .maintitle {
    margin: calc(20 / 768 * 100vw) 0;
    width: calc(340 / 768 * 100vw);
  }
}

@media screen and (max-width: 500px) {
  #mv h1 .maintitle {
    margin: calc(20 / 375 * 100vw) 0;
    width: calc(340 / 500 * 100vw);
  }
}

#mv h1 .maintitle img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  image-rendering: -webkit-optimize-contrast;
}

@media screen and (max-width: 768px) {
  #mv h1 .entitle {
    margin: calc(32 / 768 * 100vw) 0 calc(24 / 768 * 100vw);
  }
}

@media screen and (max-width: 500px) {
  #mv h1 .entitle {
    margin: calc(32 / 375 * 100vw) 0 calc(24 / 375 * 100vw);
  }
}

#mv h1 .subtitle {
  display: block;
  opacity: 0;
  transform: translate3d(0, 20px, 0);
  transition: 0.7s ease-out;
  transition-delay: 1s;
}

body.start #mv .entitle {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

body.start #mv .maintitle {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

body.start #mv .subtitle {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  font-size: calc(18 / 1440 * 100vw);
}

@media screen and (max-width: 768px) {
  body.start #mv .subtitle {
    font-size: calc(16 / 768 * 100vw);
  }
}

@media screen and (max-width: 500px) {
  body.start #mv .subtitle {
    font-size: calc(16 / 375 * 100vw);
  }
}

#scrollarrow {
  position: absolute;
  bottom: 56px;
  right: 32px;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.07em;
  z-index: 5;
}

#scrollarrow span {
  position: absolute;
  bottom: -40px;
  left: calc(50% - 14px);
  transform: rotate(90deg);
  display: block;
  width: 27px;
  height: 27px;
  background: url("img/common/arrow.svg") center no-repeat;
  background-size: contain;
  animation: scrollarrow 3s ease-in infinite;
}

@media screen and (max-width: 768px) {
  #scrollarrow {
    bottom: calc(56 / 768 * 100vw);
    right: calc(32 / 768 * 100vw);
    font-size: calc(12 / 768 * 100vw);
    letter-spacing: calc(0.77 / 768 * 100vw);
  }

  #scrollarrow span {
    bottom: calc(-40 / 768 * 100vw);
    width: calc(27 / 768 * 100vw);
    height: calc(27 / 768 * 100vw);
  }
}

@media screen and (max-width: 500px) {
  #scrollarrow {
    bottom: calc(56 / 375 * 100vw);
    right: calc(32 / 375 * 100vw);
    font-size: calc(12 / 375 * 100vw);
    letter-spacing: calc(0.77 / 375 * 100vw);
  }

  #scrollarrow span {
    bottom: calc(-40 / 375 * 100vw);
    width: calc(27 / 375 * 100vw);
    height: calc(27 / 375 * 100vw);
  }
}

@keyframes scrollarrow {
  0% {
    bottom: -24px;
    opacity: 0;
  }

  20% {
    bottom: -32px;
    opacity: 1;
  }

  80% {
    bottom: -32px;
    opacity: 1;
  }

  100% {
    bottom: -40px;
    opacity: 0;
  }
}

.news {
  position: absolute;
  bottom: 10%;
  left: 3%;
  width: 100%;
  max-width: calc(656 / 1440 * 100vw);
  padding: calc(16 / 1440 * 100vw) calc(32 / 1440 * 100vw);
  background: #fff;
  border-radius: calc(40 / 1440 * 100vw);
  box-shadow: 0px 0px 7px 0px #e6e6e6;
}

.news li:not(:first-child) {
  margin-top: 1em;
  padding-top: 1em;
  border-top: 1px solid #000;
}

.news li a {
  display: block;
  padding-right: calc(32 / 1440 * 100vw);
  background: url(img/common/arrow.svg) right center no-repeat;
  font-weight: 500;
}

.news li p {
  font-size: calc(16 / 1440 * 100vw);
}

@media screen and (max-width: 500px) {
  .news li p {
    font-size: calc(16 / 375 * 100vw);
  }
}

.news time {
  font-size: calc(11 / 1440 * 100vw);
  font-weight: 500;
  color: #9a9a9a;
}

#connect {
  position: absolute;
  top: 928px;
  left: calc(50% - 40px);
  transform: scaleX(-1);
  transition: 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}

#connect.on {
  left: calc(50% - 313px);
  transform: scaleX(1);
}

.heading {
  position: relative;
}

.heading .titleBack {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 300px;
}

.heading .titleBack img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  image-rendering: -webkit-optimize-contrast;
}

.heading>i {
  font-size: calc(90 / 1440 * 100vw);
  font-weight: 700;
  white-space: nowrap;
}

.heading>h2 {
  margin-top: calc(16 / 1440 * 100vw);
  font-size: calc(20 / 1440 * 100vw);
}

#philosophy {
  padding-bottom: calc(200 / 1440 * 100vw);
  padding-top: calc(200 / 1440 * 100vw);
  background: linear-gradient(180deg,
      rgba(255, 255, 255, 0) 50%,
      rgba(51, 51, 51, 1) 100%);
  z-index: 4;
}

#philosophy .youtube {

  margin: 0 auto;
  margin-top: 40px;
  width: calc(840 / 1440 * 100vw);
  height: calc(473 / 1440 * 100vw);
}

@media screen and (max-width: 1250px) {

  #philosophy .youtube {

    width: calc(840 / 1250 * 100vw);
    height: calc(473 / 1250 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  #philosophy .youtube {

    margin: 0 auto;
    margin-top: 40px;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
  }
}

@media screen and (max-width: 768px) {
  #philosophy {
    padding-top: calc(200 / 768 * 100vw);
  }

  #philosophy .swiper-slide img {
    height: calc(250 / 768 * 100vw);
  }
}

@media screen and (max-width: 500px) {
  #philosophy {
    padding-top: calc(80 / 375 * 100vw);
  }

  #philosophy .swiper-slide img {
    height: calc(250 / 375 * 100vw);
  }
}

#philosophy h3 {
  margin: calc(96 / 1440 * 100vw) 0 calc(40 / 1440 * 100vw);
}

#philosophy .swiper {
  margin-top: calc(80 / 1440 * 100vw);
}

#philosophy .swiper-wrapper {
  transition-timing-function: linear;
}

#philosophy .swiper-slide {
  width: auto;
}

#philosophy .swiper-slide img {
  max-width: initial;
}

#service {
  padding-top: calc(280 / 1440 * 100vw);
  padding-bottom: calc(200 / 1440 * 100vw);
  background: #333;
  color: #fff;
  z-index: 2;
}

.service-page #service {
  z-index: 1;
}

#service section {
  max-width: 1366px;
}

.tab li a {
  opacity: 0.3;
  position: relative;
  display: block;
  width: 42%;
  margin-left: auto;
  padding: calc(40 / 1440 * 100vw) 0;
  border-bottom: 1px solid #4a4a4a;
  color: #fff;
}

.tab li a i {
  display: flex;
  align-items: center;
  gap: calc(16 / 1440 * 100vw);
  margin-bottom: calc(12 / 1440 * 100vw);
  font-size: calc(12 / 1440 * 100vw);
  font-weight: 700;
}

.tab li a i span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(36 / 1440 * 100vw);
  height: calc(36 / 1440 * 100vw);
  background: #55c6d7;
  border-radius: calc(8 / 1440 * 100vw);
}

.tab li a .btn {
  position: absolute;
  top: 40px;
  right: 0;
}

.tab li a:hover {
  opacity: 1;
}

.tab li .tabcontent {
  pointer-events: none;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 53%;
  transform: translateY(-20px);
  transition: 0.2s ease-out;
}

.tab li .tabcontent.last {
  top: 20%;
}

.tab li .tabcontent.last2 {
  top: 40%;
}

.tab li.on a {
  opacity: 1;
}

.tab li.on .tabcontent {
  opacity: 1;
  transform: translateY(0);
}

#effect {
  padding-top: calc(200 / 1440 * 100vw);
  color: #fff;
  position: relative;
  z-index: 3;
}

#effect .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

#effect .background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  image-rendering: -webkit-optimize-contrast;
}

#contents {
  padding-top: calc(180 / 1440 * 100vw);
}

#contents .heading {
  display: flex;
  align-items: flex-end;
  gap: 0 calc(40 / 1440 * 100vw);
}

#contents .heading i {
  font-size: calc(60 / 1440 * 100vw);
}

#contents section {
  /* display: grid; */
  grid-template-columns: 1fr 1px 1fr;
  gap: calc(56 / 1440 * 100vw);
}

#contents .sep {
  width: 1px;
  height: 100%;
  background: #d2d2d2;
}

.contentslist {
  display: grid;
  gap: calc(32 / 1440 * 100vw);
}

.contentslist a {
  display: grid;
  grid-template-columns: calc(100 / 1440 * 100vw) 1fr;
  align-items: center;
  gap: calc(24 / 1440 * 100vw);
}

.contentslist figure {
  height: 100px;
  background: #ededed url("img/common/logo.svg") center no-repeat;
  background-size: 50% auto;
  overflow: hidden;
}

.contentslist figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contentslist h3 {
  margin-bottom: 0.5em;
}

.contentslist time {
  font-size: calc(11 / 1440 * 100vw);
  font-weight: 700;
  color: #2660ef;
}

.contentslist .text {
  display: none;
}

#instagram {
  background: #fff;
  padding-bottom: calc(200 / 1440 * 100vw);
}

#instagram h2 i {
  font-size: calc(70 / 1440 * 100vw);
}

@media screen and (max-width: 500px) {
  #instagram h2 i {
    font-size: calc(40 / 375 * 100vw);
  }
}

#instagram .frame {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  position: relative;
}

#instagram .frame .img {
  position: relative;
  flex: 1;
  flex-grow: 1;
  height: 568.89px;
  background-color: #e6e6e6;
}

#recruit {
  background: url(img/top/recruit_bg.jpg) center no-repeat;
  background-size: cover;
  color: #fff;
  padding: calc(200 / 1440 * 100vw) 0;
}

#recruit header,
#recruit section {
  max-width: calc(1200 / 1440 * 100vw);
  padding-right: 25%;
}

#recruit .recruitimg {
  position: absolute;
  top: 50%;
  right: 8%;
  transform: translateY(-50%);
  width: 380px;
  z-index: 10;
}

#recruit header,
#recruit section {
  position: relative;
  z-index: 20;
}

#recruit .heading {
  margin-bottom: calc(100 / 1440 * 100vw);
}

#contact {
  display: flex;
  align-items: center;
  gap: calc(40 / 1440 * 100vw);
  width: 94%;
  max-width: calc(1200 / 1440 * 100vw);
  margin: 0 auto;
  z-index: 3;
}

#contact header,
#contact section {
  width: auto;
}

#contact .btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: calc(24 / 1440 * 100vw);
}

#contact .btn a {
  min-width: calc(323 / 1440 * 100vw);
  text-align: center;
}

/*PAGE*/
#title {
  display: grid;
  grid-template-columns: auto;
  gap: calc(16 / 1440 * 100vw) calc(40 / 1440 * 100vw);
  width: 94%;
  max-width: calc(1200 / 1440 * 100vw);
  margin: calc(324 / 1440 * 100vw) auto 0;
}

#title .titleWrapper {
  position: relative;
}

#title h1 {
  font-size: calc(22 / 1440 * 100vw);
  line-height: 1.2;
  letter-spacing: 0.1em;
}

#title i {
  position: relative;
  display: inline-block;
  font-size: calc(89 / 1440 * 100vw);
  font-weight: 700;
}

#title p {
  grid-column: 2 / 3;
  grid-row: 1 / 4;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  line-height: 1.8;
}

.breadcrumb li {
  display: inline;
  font-family: "Plus Jakarta Sans", "Noto Sans JP", sans-serif;
  font-size: 1.1rem;
  letter-spacing: 0.07em;
}

.breadcrumb li:not(:first-child)::before {
  content: " > ";
}

/*service*/
.service .deco1::before {
  content: "";
  position: absolute;
  top: -24px;
  left: 0;
  width: 100%;
  height: 177px;
  background: url(img/service/deco1.png) center top no-repeat;
  pointer-events: none;
  z-index: -1;
}

.service .deco1::after {
  content: "";
  position: absolute;
  top: 114px;
  left: 0;
  width: 100%;
  height: calc(100% - 114px);
  background: url(img/service/deco2.png) center no-repeat;
  pointer-events: none;
  z-index: -1;
}

.service .deco3::before {
  content: "";
  position: absolute;
  left: -13%;
  top: 17%;
  width: calc(5099 / 1440 * 100vw);
  height: calc(820 / 1440 * 100vw);
  background: url(img/service/newdeco2.svg) right top no-repeat;
  background-size: contain;
  pointer-events: none;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .service .deco3::before {
    display: none;
  }
}

.service .deco2::before {
  content: "";
  position: absolute;
  top: -15%;
  left: 18%;
  width: calc(580 / 1440 * 100vw);
  height: calc(530 / 1440 * 100vw);
  background: url(img/service/newdeco1.svg) center bottom no-repeat;
  background-size: contain;
  pointer-events: none;
}

@media screen and (max-width: 1440px) {
  .service .deco2::before {
    top: 0%;
  }
}

@media screen and (max-width: 768px) {
  .service .deco2::before {
    background: url(img/service/newdeco1_sp.svg) center bottom no-repeat;
  }
}

/* .service .deco2::after {
  content: "";
  position: absolute;
  top: calc(50% + calc(-38 / 1440 * 100vw));
  left: calc(100% + calc(-330 / 1440 * 100vw));
  width: calc(520 / 1440 * 100vw);
  height: calc(580 / 1440 * 100vw);
  background: url(img/service/newdeco3.svg) center bottom no-repeat;
  pointer-events: none;
} */
#business {
  padding-bottom: 0;
}

#business section {
  align-items: center;
  margin-top: 0;
}

#business section:nth-of-type(odd) {
  flex-direction: row-reverse;
}

#business section:nth-of-type(odd) figure {
  margin-right: -18.4%;
}

#business section:nth-of-type(even) figure {
  margin-left: -18.4%;
}

#business section figure {
  flex: none;
  width: 68.4%;
}

#business i {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 1em;
  font-size: 1.2rem;
  font-weight: 700;
}

#business i span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  background: #55c6d7;
  border-radius: 8px;
  color: #fff;
}

#user {
  height: 100svh;
  padding: 0;
  background: url(img/service/user_bg.jpg) center no-repeat;
  background-size: 100%;
  z-index: 2;
  width: 100% !important;
}

@media screen and (max-width: 768px) {
  #user {
    background-size: cover;
  }
}

#user .scroll {
  position: relative;
  width: 94%;
  max-width: calc(1000 / 1440 * 100vw);
  margin: 0 auto;
  overflow: visible;
}

#user .scroller {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: calc(40 / 1440 * 100vw);
  height: 100svh;
}

#user header {
  width: auto;
  margin: 0;
  z-index: 10;
}

#user .scroll-items {
  position: relative;
  display: flex;
  gap: calc(100 / 1440 * 100vw);
}

#user .scroll-item {
  display: flex;
  gap: calc(40 / 1440 * 100vw);
  justify-content: space-between;
  align-items: flex-start;
  width: calc(1000 / 1440 * 100vw);
  max-width: initial;
  margin: 0;
  z-index: 10;
}

#user .scroll-item figure {
  width: calc(380 / 1440 * 100vw);
}

#user .scroll-item .contents {
  flex: 1;
}

.scroll-item figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  image-rendering: -webkit-optimize-contrast;
}

#user .scroll-item i {
  display: flex;
  align-items: center;
  gap: calc(16 / 1440 * 100vw);
  font-size: calc(20 / 1440 * 100vw);
  font-weight: 700;
}

#user .scroll-item i span {
  font-size: calc(70 / 1440 * 100vw);
}

#user .scroll-item p {
  margin-top: calc(100 / 1440 * 100vw);
  font-size: calc(25 / 1440 * 100vw);
  font-weight: 500;
  position: relative;
}

/*company*/
/* .company .deco1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2064px;
  background: url(img/company/deco1.png) center top no-repeat;
  pointer-events: none;
  z-index: -1;
} */
/* .company .deco2::before {
  content: "";
  position: absolute;
  top: -80px;
  left: 0;
  width: 100%;
  height: calc(100% + 80px);
  background: url(img/company/deco2.png) center top no-repeat;
  pointer-events: none;
  z-index: 1;
} */
/* .company .deco3::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 352px);
  background: url(img/company/deco3.png) center top no-repeat,
    url(img/company/deco4.png) center bottom no-repeat;
  pointer-events: none;
} */
#mission {
  margin-bottom: 80px;
}

#mission::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: -2;
}

#mission h2 {
  flex: none;
  width: 20%;
  font-size: 2.4rem;
}

#mission h2 i {
  font-size: 6rem;
  color: #55c6d7;
}

#mission .mission h2 {
  order: 1;
  text-align: right;
}

#mission .value h2 i {
  color: #337df1;
}

.value ol {
  display: grid;
  gap: 2em;
  counter-reset: number;
}

.value li {
  position: relative;
  padding-left: 56px;
  font-size: 2.2rem;
  font-weight: 700;
}

.value li::before {
  counter-increment: number;
  content: counter(number, decimal-leading-zero);
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background: #337df1;
  border-radius: 7px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
}

#message {
  background: #333 url(img/company/deco05.png) center top no-repeat;
  position: relative;
  z-index: 2;
}

#message header {
  position: relative;
  z-index: 10;
}

#message .col figure.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  #message header {
    text-align: left !important;
    max-width: 100%;
    width: 100%;
    padding: 0 calc(24 / 600 * 100vw);
  }

  #message header i {
    font-size: calc(40 / 600 * 100vw);
  }

  #message header h2 {
    margin-top: calc(4 / 600 * 100vw);
    font-size: calc(12 / 600 * 100vw);
    font-weight: 400;
  }

  #message .col {
    padding: 0 calc(24 / 600 * 100vw);
    width: 100%;
    max-width: 100%;
  }

  #message .col figure {
    height: 230px;
  }

  #message .col figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
    image-rendering: -webkit-optimize-contrast;
  }

  #message .col figure.sp {
    display: block;
  }

  #message .maintext p {
    overflow-y: scroll;
    height: calc(230 / 600 * 100vw);
  }
}

@media screen and (max-width: 500px) {
  #message header {
    padding: 0 calc(24 / 400 * 100vw);
  }

  #message header i {
    font-size: calc(40 / 400 * 100vw);
  }

  #message header h2 {
    margin-top: calc(4 / 400 * 100vw);
    font-size: calc(12 / 400 * 100vw);
  }

  #message .col {
    padding: 0 calc(24 / 400 * 100vw);
    width: 100%;
    max-width: 100%;
  }

  #message .maintext p {
    height: calc(230 / 400 * 100vw);
  }
}

#message section {
  z-index: 10;
}

#message figure {
  margin-left: -14%;
}

#message .daihyoimg {
  display: block;
  width: calc(600 / 1440 * 100vw);
}

@media screen and (max-width: 768px) {
  #message .daihyoimg {
    width: 100%;
  }
}

#overview {
  padding-top: calc(160 / 1440 * 100vw);
  background: url(img/company/overview_bg.jpg) center no-repeat;
  background-size: cover;
}

#overview header {
  position: relative;
  z-index: 10;
}

@media screen and (max-width: 768px) {
  #overview header {
    width: 100%;
    max-width: 100%;
    padding: calc(24 / 600 * 100vw);
  }
}

@media screen and (max-width: 500px) {
  #overview header {
    padding: calc(24 / 400 * 100vw);
  }
}

#overview section {
  padding-right: calc(24 / 1440 * 100vw);
  z-index: 10;
}

@media screen and (max-width: 768px) {
  #overview section {
    max-width: 100%;
    width: 100%;
    padding: 0 calc(24 / 600 * 100vw);
  }
}

@media screen and (max-width: 500px) {
  #overview section {
    padding: 0 calc(24 / 400 * 100vw);
  }
}

.table {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: calc(24 / 1440 * 100vw) 0;
  line-height: 1.8;
}

.table dt,
.table dd {
  padding-bottom: calc(24 / 1440 * 100vw);
  border-bottom: 3px double #ccc;
}

.table dt {
  padding-right: calc(64 / 1440 * 100vw);
  font-weight: 500;
}

.map {
  margin-top: calc(40 / 1440 * 100vw);
}

.map iframe {
  width: 100%;
}

/*recruit*/
.recruit .deco1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(img/recruit/deco1.png) center top no-repeat;
  pointer-events: none;
  z-index: -1;
}

.recruit .deco2::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 80px;
  background: url(img/recruit/deco2.png) center top no-repeat;
  pointer-events: none;
}

.recruit .deco3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(img/recruit/deco3.png) center bottom no-repeat,
    url(img/recruit/deco3_bg.png) center top repeat-y;
  pointer-events: none;
}

#job {
  padding-bottom: 160px;
}

#interview {
  background: url(img/recruit/deco05.png) center top no-repeat,
    url(img/recruit/interview_bg.jpg) center no-repeat;
  background-size: auto, cover;
  z-index: 10;
}

#interview .swiper {
  overflow: visible;
}

#interview .swiper-wrapper {
  transition-timing-function: linear;
}

#interview .swiper-slide {
  width: 360px;
  height: auto;
  margin: 0 16px;
  background: #fff;
  border-radius: 10px;
}

#interview .swiper-slide figure {
  padding-top: calc(250 / 360 * 100%);
  background: #ddd;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}

#interview .swiper-slide figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#interview .swiper-cards {
  padding: 24px;
}

#interview .name {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 16px;
  margin-bottom: 1em;
}

#interview .name em {
  text-align: center;
  font-size: 1.8rem;
  letter-spacing: 0.2em;
  font-weight: 500;
  font-style: normal;
}

#interview .name span {
  font-size: 1.4rem;
  font-weight: 500;
  color: #777;
}

.swiper-cards p {
  line-height: 1.8;
}

.swiper-pagination {
  position: relative;
  top: 0;
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 40px;
}

.swiper-pagination-bullet {
  background-color: #ccc;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background-color: #79d2df !important;
}

#flow {
  padding-bottom: 160px;
}

.flow li:not(:first-child) {
  margin-top: 24px;
  padding-top: 64px;
  background: url(img/recruit/flow.svg) center top no-repeat;
}

.flow li {
  display: grid;
  grid-template-columns: 32% 1fr;
  align-items: center;
  gap: 24px 40px;
}

.flow li i {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 1em;
  font-size: 1.2rem;
  font-weight: 700;
}

.flow li i span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  background: #55c6d7;
  border-radius: 8px;
  color: #fff;
}

.flow li h3 {
  margin-bottom: 0.5em;
}

/*contents*/
#newscontainer {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 64px;
  max-width: 1200px;
}

#newscontainer.single {
  padding-top: 0;
}

.newslist li {
  display: grid;
  grid-template-columns: 30% 1fr;
  align-items: flex-start;
  gap: 32px;
  margin-bottom: 40px;
}

.newslist li>figure a {
  position: relative;
  display: block;
  padding-top: calc(180 / 255 * 100%);
  background: #ededed url("img/common/logo.svg") center no-repeat;
  background-size: 50% auto;
}

.newslist li>figure a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.newslist li time {
  display: block;
  margin-bottom: 8px;
  font-size: 1.4rem;
  font-weight: 700;
}

.newslist li h3 {
  display: block;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 2px solid #222;
  font-size: 2rem;
}

.newslist li p {
  margin-bottom: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-weight: 500;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .newslist li p {
    display: none;
  }
}

.newslist li .cat {
  display: inline-block;
  margin-right: 8px;
  padding: 2px 8px;
  vertical-align: middle;
  background: #ededed;
  border-radius: 24px;
  font-size: 1.2rem;
  color: #2660ef;
}

.viewmore {
  text-align: right;
}

.viewmore a {
  display: inline-block;
  padding: 12px 24px;
  background: #2660ef;
  border-radius: 40px;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}

#aside {
  position: relative;
}

#aside .widet-wrapper {
  position: sticky;
  top: 100px;
}

@media screen and (max-width: 768px) {
  #aside .widet-wrapper {
    position: static;
  }
}

#aside h4 {
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 2px solid #222;
  font-size: 2.1rem;
}

#aside .widjet {
  margin-bottom: 80px;
}

#aside ul {
  padding: 0;
}

#aside li a,
.archive-list a,
.archive-list span {
  display: block;
  padding: 12px 40px 12px 0;
  background: url("img/common/arrow_circle.svg") right center no-repeat;
  background-size: 21px auto;
  cursor: pointer;
}

#aside .archive-list>li {
  border-bottom: 1px solid #222;
}

#aside .archive-list>li:not(.on)>ul {
  display: none;
}

#aside .month-archive-list>li {
  text-indent: 2em;
}

#aside .month-archive-list>li a {
  background-image: url("img/common/arrow_circle_transparent.svg");
}

.screen-reader-text {
  display: none;
}

.pagination {
  margin-top: 56px;
  text-align: center;
  white-space: nowrap;
}

.pagination span {
  height: auto;
}

.pagination .nav-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 12px;
}

.pagination a:not(.top):not(.prev):not(.next):not(.single-prev):not(.single-next) {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #ddd;
  font-weight: 500;
}

.pagination a:not(.top):not(.single-prev):not(.single-next) {
  width: 50px;
  height: 50px;
}

.pagination a.prev,
.pagination a.next {
  position: relative;
  text-indent: -9999px;
  overflow: hidden;
}

.pagination a.prev {
  transform: scaleX(-1);
}

.pagination a.prev::before,
.pagination a.next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 12px;
  height: 12px;
  border-top: 2px solid #222;
  border-right: 2px solid #222;
}

.pagination a.single-prev,
.pagination a.single-next {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  color: #2660ef;
}

.pagination a.top {
  margin: 0 24px;
  padding: 8px 24px;
  border: 2px solid #2660ef;
  border-radius: 40px;
  color: #2660ef;
}

.pagination span {
  line-height: 50px;
}

.pagination span.current {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background: #2660ef;
  font-weight: 500;
  color: #fff;
}

#single {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 38px;
  max-width: 1200px;
}

@media screen and (max-width: 768px) {
  #single {
    grid-template-columns: 100%;
  }
}

#single h1 {
  padding-bottom: 0.5em;
  border-bottom: 2px solid #2660ef;
  font-size: 3rem;
}

#single .meta {
  padding: 2em 0;
}

.content h2 {
  padding-bottom: 0.5em;
  border-bottom: 2px solid #2660ef;
  font-size: 2.2rem;
}

.content h3 {
  padding-bottom: 0.5em;
  border-bottom: 1px solid #2660ef;
  font-size: 1.8rem;
}

.content h4 {
  clear: both;
  font-size: 1.8rem;
}

.content h5 {
  clear: both;
  font-size: 1.5rem;
}

.content p+p {
  margin-top: 0;
}

.content a {
  text-decoration: underline;
  color: #2660ef;
}

.content a[target="_blank"]:not(.pdf):not(.wp-block-button__link) {
  display: inline;
  padding-right: 20px;
  background: url("img/common/blank.svg") right center no-repeat;
}

.content img {
  margin-bottom: 8px;
}

.content li:not(:first-of-type) {
  margin-top: 10px;
}

.content ul li {
  position: relative;
  padding-left: 1em;
}

.content ul li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

.content ol {
  margin-left: 1em;
}

.content ol>li {
  list-style: decimal;
}

.content table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 16px 0;
  border-top: none !important;
  border-left: none !important;
  overflow: hidden;
}

.content th,
.content td {
  padding: 24px 0;
  text-align: left;
  vertical-align: top;
  border: none !important;
}

.content th {
  width: 25%;
  border-bottom: 2px solid #2660ef !important;
}

.content td {
  border-bottom: 2px solid #d1d1d1 !important;
}

.content *+p,
.content>*+ul,
.content *+ol,
.content *+.wp-block-image,
.content *+.wp-block-table,
.content *+blockquote,
.content *+table,
.content *+.wp-block-columns,
.content *+.wp-block-buttons {
  margin-top: 2em;
}

.content *+h2,
.content *+h3,
.content *+h4,
.content *+h5 {
  margin-top: 3em !important;
}

.content h1+*,
.content h2+*,
.content h3+*,
.content h4+*,
.content h5+*,
.mainimg+* {
  margin-top: 2em !important;
}

.content .youtube {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin: 1em auto 0;
}

.content .youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 24px;
}

.meta time {
  font-size: 1.5rem;
  font-weight: 500;
  color: #a3a3a3;
}

.cat {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.cat li {
  display: block;
  padding: 6px 12px;
  background: #2660ef;
  border-radius: 40px;
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
}

.cat li a {
  color: #fff;
}

.content .alignright {
  float: right;
  margin-left: 2em;
  margin-bottom: 2em;
}

.content .alignleft {
  float: left;
  margin-right: 2em;
  margin-bottom: 2em;
}

.content .aligncenter {
  display: block;
  margin: 2em auto;
  text-align: center;
}

.size-thumbnail {
  max-width: 400px;
}

.form {
  max-width: calc(720 / 1440 * 100vw);
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .form {
    max-width: 100%;
  }
}

.form.narrow {
  max-width: calc(480 / 1440 * 100vw);
}

.form dl {
  margin-top: calc(48 / 1440 * 100vw);
}

.form dt {
  clear: both;
  float: left;
  width: 28%;
  padding-top: calc(12 / 1440 * 100vw);
  text-align: left;
  font-weight: 700;
}

.form dd {
  padding: 0 0 40px 32%;
  text-align: left;
  line-height: 1.5em;
}

.form input[type="text"],
.form input[type="tel"],
.form input[type="email"],
.form input[type="date"],
.form input[type="password"] {
  display: inline-block;
  width: 100%;
  padding: 12px;
  background: #f7f7f7;
  border: 1px solid #333;
  border-radius: 3px;
  vertical-align: middle;
  font-size: 16px;
  color: #222;
}

.form select {
  padding: 16px;
  background: #f7f7f7;
  border: 1px solid #333;
  border-radius: 3px;
  font-size: 16px;
  color: #222;
}

.form textarea {
  width: 100%;
  min-height: 180px;
  padding: 12px;
  background: #f7f7f7;
  border: 1px solid #333;
  border-radius: 3px;
  font-size: 16px;
  color: #222;
}

.form input[type="checkbox"] {
  display: none;
}

.form input[type="checkbox"]+span {
  position: relative;
  display: inline-block;
  padding: 16px 0 16px 32px;
  line-height: 1;
  cursor: pointer;
}

.form input[type="checkbox"]+span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
}

.form input[type="checkbox"]+span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translateY(-50%) rotate(-45deg);
  width: 12px;
  height: 5px;
  border-left: 2px solid #222;
  border-bottom: 2px solid #222;
  opacity: 0;
}

.form input[type="checkbox"]:checked+span::before {
  border-color: #222;
}

.form input[type="checkbox"]:checked+span::after {
  opacity: 1;
}

.form input[type="radio"] {
  display: none;
}

.form input[type="radio"]+span {
  position: relative;
  display: inline-block;
  padding: 16px 0 16px 32px;
  line-height: 1;
  cursor: pointer;
}

.form input[type="radio"]+span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  background: #ccc;
  border-radius: 50%;
}

.form input[type="radio"]+span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translateY(-50%) rotate(-45deg);
  width: 12px;
  height: 5px;
  border-left: 2px solid #c8c8c8;
  border-bottom: 2px solid #c8c8c8;
}

.form input[type="radio"]:checked+span::before {
  background: #222;
}

.form input[type="radio"]:checked+span::after {
  border-color: #fff;
}

.form label {
  display: inline-block;
  margin: 4px 8px;
}

.submit {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  margin-top: 48px;
  text-align: center;
}

.submit input[type="submit"] {
  display: inline-block;
  min-width: 300px;
  margin: 0 auto;
  padding: 20px 40px;
  text-align: center;
  background: #337df1;
  border-radius: 40px;
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
}

.submit input[name="submitBack"] {
  padding: 20px 24px !important;
  text-align: center;
  background: #999;
  border-color: #999;
  color: #fff;
}

.submit input[type="submit"]:not(.disabled):hover {
  opacity: 0.7;
}

.must {
  margin-right: calc(16 / 1440 * 100vw);
  padding: calc(4 / 1440 * 100vw) calc(8 / 1440 * 100vw);
  background: #d97878;
  border-radius: calc(40 / 1440 * 100vw);
  font-size: calc(12 / 1440 * 100vw);
  font-weight: 700;
  color: #fff;
}

.form ::-webkit-input-placeholder {
  font-weight: 400;
  color: #ddd;
}

.form ::-moz-placeholder {
  font-weight: 400;
  color: #ddd;
}

.form :-ms-input-placeholder {
  font-weight: 400;
  color: #ddd;
}

.form .short {
  width: 50% !important;
}

.form .medium {
  width: 75% !important;
}

#service .background {
  display: none;
}

@media only screen and (max-width: 1024px) {
  body {
    font-size: 1.4rem;
  }

  #header {
    padding: 16px;
  }

  #logo {
    max-width: 180px;
  }

  #nav {
    pointer-events: none;
    opacity: 0;
    position: fixed;
    top: 0;
    right: 0;
    transform: translateX(100%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-width: 200px;
    padding: 60px;
    background: #fff;
    border-bottom-left-radius: 30px;
    box-shadow: 0 0 48px rgba(0, 0, 0, 0.15);
    z-index: 1000;
    transition: 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  }

  #nav ul {
    display: flex;
    flex-direction: column;
    grid-gap: 4px;
    margin: 0;
    padding: 0;
    line-height: 1;
    list-style: none;
  }

  #nav li {
    opacity: 0;
    transform: translateY(-10px);
    transition: 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  }

  #nav li a {
    display: block;
    padding: 16px 24px;
    border-radius: 40px;
    font-size: 1.6rem;
    font-weight: 500;
  }

  #nav li:nth-of-type(1) {
    transition-delay: 0.24s;
  }

  #nav li:nth-of-type(2) {
    transition-delay: 0.32s;
  }

  #nav li:nth-of-type(3) {
    transition-delay: 0.4s;
  }

  #nav li:nth-of-type(4) {
    transition-delay: 0.48s;
  }

  #nav li:nth-of-type(5) {
    transition-delay: 0.56s;
  }

  #nav li:nth-of-type(6) {
    transition-delay: 0.64s;
  }

  #nav .btn {
    margin-top: 40px;
  }

  #open {
    pointer-events: auto;
    display: flex;
    align-items: center;
    margin-left: auto;
    cursor: pointer;
    z-index: 2000;
  }

  #open div {
    position: relative;
    width: 40px;
    height: 40px;
  }

  #open span {
    position: absolute;
    left: 8px;
    display: block;
    width: 24px;
    height: 2px;
    background: #0d497d;
    transition: 0.2s linear;
  }

  #open span:nth-child(1) {
    top: 13px;
  }

  #open span:nth-child(2) {
    top: 19px;
  }

  #open span:nth-child(3) {
    top: 25px;
  }

  .open #nav {
    pointer-events: auto;
    transform: translateY(0);
    opacity: 1;
    transition: opacity 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0.1s,
      transform 1s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  }

  .open #nav li {
    opacity: 1;
    transform: translateY(0);
  }

  .open #open span:nth-child(1) {
    top: 19px;
    transform: rotate(45deg);
  }

  .open #open span:nth-child(2) {
    width: 0;
  }

  .open #open span:nth-child(3) {
    top: 19px;
    transform: rotate(-45deg);
  }

  #footer {
    justify-content: center;
    gap: 40px;
    padding: 30px 0;
    text-align: center;
  }

  #sitemap {
    order: -1;
    justify-content: center;
    margin-top: 40px;
  }

  #sitemap ul {
    justify-content: center;
  }

  #sitemap ul.sns {
    gap: 24px;
  }

  article {
    position: relative;
    padding: 64px 0;
  }

  article header i {
    font-size: 4rem;
  }

  article header h2 {
    font-size: 1.8rem;
  }

  section {
    position: relative;
  }

  section+section {
    margin-top: 48px;
  }

  section h2 {
    font-size: 2.2rem;
  }

  section h3 {
    font-size: 1.8rem;
  }

  section h4 {
    font-size: 1.6rem;
  }

  figcaption {
    font-size: 1.1rem;
  }

  section.sep {
    padding-top: 48px;
  }

  .box {
    padding: 64px 0;
  }

  .col {
    flex-direction: column;
  }

  .w33 {
    width: auto;
  }

  .w56 {
    width: auto;
  }

  .btn {
    text-align: center;
  }

  .fs12 {
    font-size: 1.2rem;
  }

  .fs14 {
    font-size: 1.2rem;
  }

  .fs15 {
    font-size: 1.4rem;
  }

  .fs16 {
    font-size: 1.4rem;
  }

  .fs20 {
    font-size: 1.5rem;
  }

  .fs24 {
    font-size: 1.8rem;
  }

  .fs26 {
    font-size: 1.9rem;
  }

  .fs30 {
    font-size: 2rem;
  }

  .fs32 {
    font-size: 2rem;
  }

  .fs36 {
    font-size: 2.2rem;
  }

  .fs40 {
    font-size: 2.8rem;
  }

  .fs48 {
    font-size: 2.8rem;
  }

  .fs50 {
    font-size: 2.8rem;
  }

  .fs56 {
    font-size: 3.4rem;
  }

  .fs60 {
    font-size: 3.6rem;
  }

  .sp {
    display: block;
  }

  .pc {
    display: none !important;
  }

  /*TOP*/
  .news {
    bottom: 88px;
    left: 3%;
    width: 94%;
  }

  .heading {
    text-align: center;
  }

  .heading>i {
    font-size: 5.6rem;
  }

  #philosophy h3 {
    margin: 64px 0 40px;
  }

  #philosophy .swiper {
    margin-top: 64px;
  }

  #service {
    padding-top: 300px;
    background-position: 35% top;
  }

  .tab li:not(:first-child) {
    margin-top: 40px;
  }

  .tab li a {
    opacity: 1;
    width: 100%;
    padding: 24px 0 24px 65px;
    border-bottom: none;
  }

  .tab li .tabcontent {
    pointer-events: auto;
    opacity: 1;
    position: relative;
    width: 100%;
    margin: 0 auto;
    transform: translateY(0);
  }

  #effect {
    padding-top: 120px;
    background-position: 65% top, center;
  }

  #contents {
    padding-top: 120px;
    background-position: 65% top, center;
  }

  #contents .heading {
    display: block;
    text-align: center;
  }

  #contents .heading i {
    font-size: 5.6rem;
  }

  #contents section {
    grid-template-columns: 100%;
    gap: 56px;
  }

  #contents .sep {
    width: 100%;
    height: 1px;
  }

  #recruit header,
  #recruit section {
    padding-right: 0;
  }

  #recruit .recruitimg {
    position: relative;
    top: auto;
    right: auto;
    transform: translateY(0);
    width: 80%;
    max-width: 320px;
    margin: 0 auto 40px;
  }

  #recruit .recruitimg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    image-rendering: -webkit-optimize-contrast;
  }

  #recruit::before {
    display: none;
    background-position: 30% top, center;
  }

  #recruit::after {
    background-position: 65% top, center;
  }

  #contact {
    display: block;
  }

  #contact .btn {
    justify-content: center;
  }

  #contact .btn a {
    min-width: initial;
  }

  /*PAGE*/
  #title {
    grid-template-columns: 100%;
    margin-top: 160px;
  }

  #title i {
    font-size: 6.4rem;
  }

  #title p {
    grid-column: auto;
    grid-row: auto;
    justify-content: flex-start;
    margin-top: 1em;
  }

  /*service*/
  .service .deco1::before {
    background-position: 60% top;
  }

  .service .deco1::after {
    top: 128px;
    background-position: 30% center;
  }

  .service .deco2::before {
    top: -6%;
    left: 14%;
    width: 110px;
    height: 320px;
  }

  .service .deco3::before {
    width: calc(100% - 280px);
    left: 320px;
  }

  .service .deco2::after {
    left: calc(100% - 200px);
  }

  #business {
    padding-bottom: 64px;
  }

  #business section {
    align-items: center;
    margin-top: 64px;
  }

  #business section:nth-of-type(odd) {
    flex-direction: column;
  }

  #business section:nth-of-type(odd) figure {
    margin-right: -3%;
  }

  #business section:nth-of-type(even) figure {
    margin-left: -3%;
  }

  #business section figure {
    width: 100vw;
    margin-left: -3%;
    margin-right: -3%;
  }

  #business .btn {
    text-align: center !important;
  }

  #user .scroller {
    padding-top: 64px;
  }

  #user header {
    text-align: left !important;
  }

  #user .scroll-item {
    flex-direction: column-reverse;
    width: 320px;
  }

  #user .scroll-item figure img {
    height: 40vh;
  }

  #user .scroll-item i span {
    font-size: 4rem;
  }

  #user .scroll-item p {
    font-size: 1.6rem;
  }

  /*company*/
  .company .deco1::before {
    background-position: 70% top;
  }

  .company .deco2::before {
    background-position: 35% top;
  }

  .company .deco3::after {
    background-position: center top, 65% bottom;
  }

  #mission h2 {
    width: auto;
    margin-bottom: 0;
    font-size: 2rem;
  }

  #mission .mission h2 {
    order: -1;
    text-align: left;
  }

  .value li {
    font-size: 1.8rem;
  }

  #message figure {
    margin-left: 0;
  }

  .table {
    grid-template-columns: 1fr;
  }

  .table dt {
    padding: 0 !important;
    border-bottom: none !important;
  }

  /*recruit*/
  .recruit .deco1::before {
    background-position: 70% top;
  }

  .recruit .deco3::before {
    background-position: 30% bottom;
  }

  .recruit .deco4::after {
    background-position: 65% bottom;
  }

  #interview .swiper-slide {
    width: 260px;
  }

  .flow li {
    grid-template-columns: 100%;
  }

  /*contents*/
  #newscontainer {
    grid-template-columns: 100%;
    position: relative;
  }

  .newslist li time {
    font-size: 1.2rem;
  }

  .newslist li h3 {
    margin-bottom: 8px;
    padding-bottom: 8px;
    font-size: 1.6rem;
  }

  .newslist li p {
    font-size: 1.2rem;
  }

  .viewmore a {
    padding: 8px 16px;
    background: #2660ef;
    border-radius: 40px;
    font-size: 1rem;
  }

  .pagination .nav-links {
    grid-gap: 8px;
  }

  .pagination a:not(.top):not(.prev):not(.next):not(.single-prev):not(.single-next) {
    font-size: 1.2rem;
  }

  .pagination a:not(.top):not(.single-prev):not(.single-next) {
    width: 32px;
    height: 32px;
    line-height: 32px;
  }

  .pagination a.prev,
  .pagination a.next {
    background-size: 8px auto;
  }

  .pagination a.top {
    margin: 0 8px;
    padding: 8px 16px;
  }

  .pagination span {
    line-height: 32px;
  }

  .pagination span.current {
    width: 32px;
    height: 32px;
    font-size: 1.2rem;
  }

  #single h1 {
    font-size: 2rem;
  }

  .content h2 {
    font-size: 1.8rem;
  }

  .content h3 {
    font-size: 1.6rem;
  }

  .content h4 {
    font-size: 1.5rem;
  }

  .content h5 {
    font-size: 1.4rem;
  }

  /* .content table:not(.noblock) th,
  .content table:not(.noblock) td {
    display: block;
  }
  .content table:not(.noblock) th {
    width: auto;
  } */
  .content>*+ul,
  .content *+ol,
  .content *+.wp-block-image,
  .content *+.wp-block-table,
  .content *+blockquote,
  .content *+table,
  .content *+.wp-block-columns {
    margin-top: 40px !important;
  }

  .content *+h1,
  .content *+h2,
  .content *+h3,
  .content *+h4,
  .content *+h5 {
    margin-top: 40px !important;
  }

  .content h2+*,
  .content h3+*,
  .content h4+*,
  .content h5+*,
  .mainimg+* {
    margin-top: 24px !important;
  }

  .meta time {
    font-size: 1.2rem;
  }

  .cat li {
    font-size: 1.2rem;
  }

  .content .alignright {
    float: none;
    margin: 0 auto;
  }

  .content .alignleft {
    float: none;
    margin: 0 auto;
  }

  .size-thumbnail {
    max-width: 100%;
  }

  .form dt {
    float: none;
    width: auto;
  }

  .form dd {
    display: block;
    padding: 8px 0 24px;
  }

  .submit input[type="submit"] {
    min-width: initial;
  }

  .company .deco1::before {
    height: calc(2064 / 768 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  #header {
    padding: calc(16 / 768 * 100vw);
  }

  #nav {
    min-width: calc(200 / 768 * 100vw);
    padding: calc(60 / 768 * 100vw);
    border-bottom-left-radius: calc(30 / 768 * 100vw);
  }

  #nav li a {
    padding: calc(16 / 768 * 100vw) calc(24 / 768 * 100vw);
    border-radius: calc(40 / 768 * 100vw);
    font-size: calc(16 / 768 * 100vw);
  }

  #nav .btn {
    margin-top: calc(40 / 768 * 100vw);
  }

  .news {
    max-width: calc(656 / 768 * 100vw);
    padding: calc(16 / 768 * 100vw) calc(32 / 768 * 100vw);
    border-radius: calc(40 / 768 * 100vw);
    bottom: calc(88 / 768 * 100vw);
  }

  .news li a {
    padding-right: calc(32 / 768 * 100vw);
  }

  .news time {
    font-size: calc(14 / 768 * 100vw);
  }

  article {
    padding: calc(64 / 768 * 100vw) 0;
  }

  .heading>i {
    font-size: calc(56 / 768 * 100vw);
  }

  .heading>h2 {
    margin-top: calc(16 / 768 * 100vw);
    font-size: calc(20 / 768 * 100vw);
  }

  #philosophy h3 {
    margin: calc(64 / 768 * 100vw) 0 calc(40 / 768 * 100vw);
    font-size: calc(28 / 768 * 100vw);
  }

  .fs16 {
    font-size: calc(14 / 768 * 100vw);
  }

  #philosophy .swiper {
    margin-top: calc(64 / 768 * 100vw);
  }

  #service {
    padding-top: calc(300 / 768 * 100vw);
    overflow: hidden;
  }

  #service .background {
    display: block;
    position: absolute;
    top: 37%;
    left: 0;
    width: calc(70 / 768 * 100vw);
    height: 100%;
  }

  #service .background img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    image-rendering: -webkit-optimize-contrast;
  }

  section+section {
    margin-top: calc(48 / 768 * 100vw);
  }

  .tab li a {
    padding: calc(24 / 768 * 100vw) 0 calc(24 / 768 * 100vw) calc(65 / 768 * 100vw);
  }

  .tab li a i {
    gap: calc(16 / 768 * 100vw);
    font-size: calc(12 / 768 * 100vw);
  }

  .tab li a i span {
    width: calc(36 / 768 * 100vw);
    height: calc(36 / 768 * 100vw);
    border-radius: calc(8 / 768 * 100vw);
  }

  .fs26 {
    font-size: calc(19 / 768 * 100vw);
  }

  .fs14 {
    font-size: calc(12 / 768 * 100vw);
  }

  section h3 {
    margin-bottom: calc(24 / 768 * 100vw);
  }

  #effect {
    padding-top: calc(120 / 768 * 100vw);
  }

  .mt40 {
    margin-top: calc(40 / 768 * 100vw);
  }

  .btn>a,
  .btn>span {
    padding: calc(16 / 768 * 100vw) calc(24 / 768 * 100vw);
    border-radius: calc(40 / 768 * 100vw);
    font-size: calc(13 / 768 * 100vw);
  }

  #contents {
    padding-top: calc(120 / 768 * 100vw);
  }

  #contents .heading i {
    font-size: calc(56 / 768 * 100vw);
  }

  #contents section {
    gap: calc(56 / 768 * 100vw);
  }

  section h3 {
    font-size: calc(18 / 768 * 100vw);
  }

  .contentslist {
    gap: calc(32 / 768 * 100vw);
  }

  .contentslist a {
    grid-template-columns: calc(100 / 768 * 100vw) 1fr;
    gap: calc(24 / 768 * 100vw);
  }

  .contentslist figure {
    height: calc(100 / 768 * 100vw);
  }

  .fs12 {
    font-size: calc(12 / 768 * 100vw);
  }

  .contentslist time {
    font-size: calc(11 / 768 * 100vw);
  }

  .fs30 {
    font-size: calc(20 / 768 * 100vw);
  }

  #recruit .recruitimg {
    margin: 0 auto calc(40 / 768 * 100vw);
  }

  #contact {
    padding-top: calc(150 / 768 * 100vw);
  }

  #contact .btn {
    gap: calc(24 / 768 * 100vw);
  }

  #footer {
    gap: calc(40 / 768 * 100vw);
    padding: calc(30 / 768 * 100vw) 0;
  }

  #scrolltop {
    font-size: calc(12 / 768 * 100vw);
  }

  #scrolltop span {
    bottom: calc(-40 / 768 * 100vw);
    left: calc(50% - calc(14 / 768 * 100vw));
    width: calc(27 / 768 * 100vw);
    height: calc(27 / 768 * 100vw);
    background-size: contain;
  }

  #sitemap {
    gap: calc(32 / 768 * 100vw);
    font-size: calc(12 / 768 * 100vw);
    margin-top: calc(40 / 768 * 100vw);
    flex-direction: column;
  }

  #sitemap ul.first {
    display: block;
  }

  #sitemap ul.first .sepa {
    display: flex;
    gap: calc(20 / 768 * 100vw);
    justify-content: center;
  }

  #sitemap ul.first .sepa:nth-of-type(n + 2) {
    margin-top: calc(20 / 768 * 100vw);
  }

  #sitemap ul.first .sepa li {
    margin-top: 0;
  }

  #sitemap ul a {
    font-size: calc(16 / 768 * 100vw);
  }

  #sitemap ul a img {
    display: block;
    width: 65%;
    height: 100%;
  }

  #title {
    gap: calc(16 / 768 * 100vw) calc(40 / 768 * 100vw);
    margin: calc(324 / 768 * 100vw);
    margin-top: calc(280 / 768 * 100vw);
  }

  .breadcrumb li {
    font-size: calc(11 / 768 * 100vw);
    letter-spacing: calc(0.77 / 768 * 100vw);
  }

  #title i {
    font-size: calc(64 / 768 * 100vw);
  }

  #title h1 {
    font-size: calc(22 / 768 * 100vw);
  }

  #business {
    padding-bottom: calc(64 / 768 * 100vw);
  }

  .service .deco1::before {
    top: calc(-24 / 768 * 100vw);
    height: calc(177 / 768 * 100vw);
  }

  #business section {
    margin-top: calc(64 / 768 * 100vw);
  }

  #business i {
    gap: calc(16 / 768 * 100vw);
    font-size: calc(12 / 768 * 100vw);
  }

  #business i span {
    width: calc(36 / 768 * 100vw);
    height: calc(36 / 768 * 100vw);
    border-radius: calc(8 / 768 * 100vw);
  }

  .fs32 {
    font-size: calc(20 / 768 * 100vw);
  }

  body {
    font-size: calc(14 / 768 * 100vw);
  }

  #user .scroller {
    padding-top: calc(64 / 768 * 100vw);
    gap: calc(40 / 768 * 100vw);
    height: calc(750 / 768 * 100vw);
  }

  .service .deco1::after {
    top: calc(128 / 768 * 100vw);
    height: calc(100% - calc(114 / 768 * 100vw));
  }

  #user .scroll-items {
    gap: calc(100 / 768 * 100vw);
  }

  .service .deco3::before {
    top: calc(50% - calc(40 / 768 * 100vw));
    left: calc(320 / 768 * 100vw);
  }

  #user .scroll-item {
    gap: calc(40 / 768 * 100vw);
    width: calc(320 / 768 * 100vw);
  }

  #user .scroll-item i {
    gap: calc(16 / 768 * 100vw);
    font-size: calc(20 / 768 * 100vw);
  }

  #user .scroll-item i span {
    font-size: calc(40 / 768 * 100vw);
  }

  #user .scroll-item p {
    top: 0;
    font-size: calc(16 / 768 * 100vw);
  }

  #user .scroll-item figure {
    width: calc(380 / 768 * 100vw);
  }

  #contact.service-contact {
    padding-top: calc(60 / 600 * 100vw);
  }

  .company .deco1::before {
    height: calc(2064 / 768 * 100vw);
    top: calc(-80 / 768 * 100vw);
    height: calc(100% + calc(80 / 768 * 100vw));
  }

  .fs50 {
    font-size: calc(28 / 768 * 100vw);
  }

  .fs50.company-title {
    margin-bottom: calc(140 / 768 * 100vw);
  }

  section h2 {
    margin-bottom: calc(24 / 768 * 100vw);
  }

  .company .deco2::before {
    top: calc(-80 / 768 * 100vw);
    height: calc(100% + calc(80 / 768 * 100vw));
  }

  article header i {
    font-size: calc(40 / 768 * 100vw);
  }

  article header h2 {
    margin-top: calc(20 / 768 * 100vw);
    font-size: calc(18 / 768 * 100vw);
  }

  .col {
    gap: calc(40 / 768 * 100vw);
  }

  #overview {
    padding-top: calc(60 / 768 * 100vw);
  }

  .company .deco3::after {
    height: calc(100% + calc(352 / 768 * 100vw));
  }

  .table {
    gap: calc(24 / 768 * 100vw) 0;
  }

  .table dd {
    padding-bottom: calc(24 / 768 * 100vw);
  }

  .map {
    margin-top: calc(40 / 768 * 100vw);
  }

  section+header {
    margin-top: calc(96 / 768 * 100vw);
  }

  .flow li {
    gap: calc(24 / 768 * 100vw) calc(40 / 768 * 100vw);
  }

  .flow li i {
    gap: calc(16 / 768 * 100vw);
    margin-bottom: calc(12 / 768 * 100vw);
    font-size: calc(12 / 768 * 100vw);
  }

  #flow .contents {
    padding-left: calc(55 / 768 * 100vw);
  }

  .flow li i span {
    width: calc(36 / 768 * 100vw);
    height: calc(36 / 768 * 100vw);
    border-radius: calc(8 / 768 * 100vw);
  }

  .fs24 {
    font-size: calc(18 / 768 * 100vw);
  }

  .flow li:not(:first-child) {
    margin-top: calc(24 / 768 * 100vw);
    padding-top: calc(64 / 768 * 100vw);
  }

  .form dl {
    margin-top: calc(48 / 768 * 100vw);
  }

  .form dt {
    padding-top: calc(12 / 768 * 100vw);
    display: flex;
    align-items: center;
  }

  .must {
    padding: calc(4 / 768 * 100vw) calc(8 / 768 * 100vw);
    border-radius: calc(40 / 768 * 100vw);
    font-size: calc(12 / 768 * 100vw);
  }

  .form textarea {
    padding: calc(12 / 768 * 100vw);
    border-radius: calc(3 / 768 * 100vw);
    font-size: calc(16 / 768 * 100vw);
  }

  .submit {
    gap: calc(24 / 768 * 100vw);
    margin-top: calc(48 / 768 * 100vw);
  }

  .submit input[type="submit"] {
    min-width: calc(300 / 768 * 100vw);
    padding: calc(20 / 768 * 100vw) calc(40 / 768 * 100vw);
    border-radius: calc(40 / 768 * 100vw);
    font-size: calc(18 / 768 * 100vw);
  }

  .submit input[name="submitBack"] {
    padding: calc(20 / 768 * 100vw) calc(24 / 768 * 100vw) !important;
  }
}

@media screen and (max-width: 500px) {
  #logo {
    max-width: calc(180 / 375 * 100vw);
    width: 100%;
  }

  #header #logo a {
    width: calc(150 / 375 * 100vw);
  }

  #header {
    padding: calc(16 / 375 * 100vw);
  }

  #nav {
    min-width: calc(200 / 375 * 100vw);
    padding: calc(60 / 375 * 100vw);
    border-bottom-left-radius: calc(30 / 375 * 100vw);
  }

  #nav li a {
    padding: calc(16 / 375 * 100vw) calc(24 / 375 * 100vw);
    border-radius: calc(40 / 375 * 100vw);
    font-size: calc(16 / 375 * 100vw);
  }

  #nav .btn {
    margin-top: calc(40 / 375 * 100vw);
  }

  .news {
    max-width: calc(656 / 375 * 100vw);
    padding: calc(16 / 375 * 100vw) calc(32 / 375 * 100vw);
    border-radius: calc(40 / 375 * 100vw);
    bottom: calc(88 / 375 * 100vw);
  }

  .news li a {
    padding-right: calc(32 / 375 * 100vw);
  }

  .news time {
    font-size: calc(14 / 375 * 100vw);
  }

  article {
    padding: calc(64 / 375 * 100vw) 0;
  }

  .heading>i {
    font-size: calc(40 / 375 * 100vw);
  }

  .heading>h2 {
    margin-top: calc(16 / 375 * 100vw);
    font-size: calc(12 / 375 * 100vw);
  }

  #philosophy h3 {
    margin: calc(60 / 375 * 100vw) 0 calc(16 / 375 * 100vw);
    font-size: calc(24 / 375 * 100vw);
  }

  .fs16 {
    font-size: calc(12 / 375 * 100vw);
  }

  .fs16.title {
    font-size: calc(16 / 375 * 100vw);
  }

  #philosophy .swiper {
    margin-top: calc(64 / 375 * 100vw);
  }

  #service {
    padding-top: calc(130 / 375 * 100vw);
  }

  @media screen and (max-width: 768px) {
    #service li {
      display: flex;
      flex-direction: column-reverse;
    }
  }

  #service .background {
    width: calc(70 / 375 * 100vw);
  }

  section+section {
    margin-top: calc(48 / 375 * 100vw);
  }

  .tab li a {
    padding: 0;
    border-bottom: 1px solid #646464;
  }

  .tab li:not(:first-child) {
    margin-top: 0;
  }

  .tab li a i {
    gap: calc(16 / 375 * 100vw);
    font-size: calc(12 / 375 * 100vw);
  }

  .tab li a i span {
    width: calc(36 / 375 * 100vw);
    height: calc(36 / 375 * 100vw);
    border-radius: calc(8 / 375 * 100vw);
  }

  .fs26 {
    font-size: calc(19 / 375 * 100vw);
  }

  .fs14 {
    font-size: calc(12 / 375 * 100vw);
  }

  section h3 {
    margin-bottom: calc(24 / 375 * 100vw);
  }

  #effect {
    padding-top: calc(60 / 375 * 100vw);
  }

  #effect .fs16 br {
    display: none;
  }

  #effect .heading i {
    font-size: calc(40 / 375 * 100vw);
  }

  .mt40 {
    margin-top: calc(40 / 375 * 100vw);
  }

  .btn>a,
  .btn>span {
    padding: calc(16 / 375 * 100vw) calc(24 / 375 * 100vw);
    border-radius: calc(40 / 375 * 100vw);
    font-size: calc(13 / 375 * 100vw);
  }

  #contents {
    padding-top: calc(120 / 375 * 100vw);
  }

  #contents .heading i {
    font-size: calc(40 / 375 * 100vw);
  }

  #contents section {
    gap: calc(56 / 375 * 100vw);
  }

  section h3 {
    font-size: calc(18 / 375 * 100vw);
  }

  .contentslist {
    gap: calc(32 / 375 * 100vw);
    padding: calc(20 / 375 * 100vw) 0;
  }

  .contentslist a {
    grid-template-columns: calc(100 / 375 * 100vw) 1fr;
    gap: calc(24 / 375 * 100vw);
  }

  .contentslist figure {
    height: calc(100 / 375 * 100vw);
  }

  .fs12 {
    font-size: calc(12 / 375 * 100vw);
  }

  .contentslist time {
    font-size: calc(11 / 375 * 100vw);
  }

  .fs30 {
    font-size: calc(20 / 375 * 100vw);
  }

  #recruit .recruitimg {
    margin: 0 auto calc(40 / 375 * 100vw);
  }

  #contact {
    padding-top: calc(60 / 375 * 100vw);
  }

  #contact .btn {
    gap: calc(24 / 375 * 100vw);
  }

  #footer {
    gap: calc(20 / 375 * 100vw);
    padding: calc(30 / 375 * 100vw) 0;
  }

  #scrolltop {
    font-size: calc(12 / 375 * 100vw);
    display: none;
  }

  #scrolltop span {
    bottom: calc(-40 / 375 * 100vw);
    left: calc(50% - calc(14 / 375 * 100vw));
    width: calc(27 / 375 * 100vw);
    height: calc(27 / 375 * 100vw);
  }

  #sitemap {
    gap: calc(32 / 375 * 100vw);
    font-size: calc(12 / 375 * 100vw);
    margin-top: calc(40 / 375 * 100vw);
  }

  #sitemap ul.first .sepa {
    gap: calc(20 / 375 * 100vw);
  }

  #sitemap ul.first .sepa:nth-of-type(n + 2) {
    margin-top: calc(20 / 375 * 100vw);
  }

  #sitemap ul a {
    font-size: calc(12 / 375 * 100vw);
  }

  #title {
    gap: calc(16 / 375 * 100vw) calc(40 / 375 * 100vw);
    margin: calc(100 / 375 * 100vw) 0 0;
    margin-top: calc(100 / 375 * 100vw);
    max-width: 100%;
    width: 100%;
    padding: 0 calc(24 / 400 * 100vw);
  }

  .breadcrumb li {
    font-size: calc(11 / 375 * 100vw);
    letter-spacing: calc(0.77 / 375 * 100vw);
  }

  #title i {
    font-size: calc(40 / 375 * 100vw);
  }

  #title h1 {
    font-size: calc(12 / 375 * 100vw);
  }

  #business {
    padding-bottom: calc(64 / 375 * 100vw);
  }

  .service .deco1::before {
    top: calc(-24 / 375 * 100vw);
    height: calc(177 / 375 * 100vw);
  }

  #business section {
    margin-top: calc(64 / 375 * 100vw);
  }

  #business i {
    gap: calc(16 / 375 * 100vw);
    font-size: calc(12 / 375 * 100vw);
  }

  #business i span {
    width: calc(36 / 375 * 100vw);
    height: calc(36 / 375 * 100vw);
    border-radius: calc(8 / 375 * 100vw);
  }

  .fs32 {
    font-size: calc(20 / 375 * 100vw);
  }

  body {
    font-size: calc(14 / 375 * 100vw);
  }

  #user .scroller {
    padding-top: calc(64 / 375 * 100vw);
    gap: calc(40 / 375 * 100vw);
    height: calc(750 / 375 * 100vw);
  }

  .service .deco1::after {
    top: calc(128 / 375 * 100vw);
    height: calc(100% - calc(114 / 375 * 100vw));
  }

  #user .scroll-items {
    gap: calc(100 / 375 * 100vw);
  }

  .service .deco3::before {
    top: calc(50% - calc(40 / 375 * 100vw));
    left: calc(320 / 375 * 100vw);
  }

  #user .scroll-item {
    gap: calc(40 / 375 * 100vw);
    width: calc(320 / 375 * 100vw);
  }

  #user .scroll-item i {
    gap: calc(16 / 375 * 100vw);
    font-size: calc(20 / 375 * 100vw);
  }

  #user .scroll-item i span {
    font-size: calc(40 / 375 * 100vw);
  }

  #user .scroll-item p {
    top: 0;
    font-size: calc(16 / 375 * 100vw);
  }

  #user .scroll-item figure {
    width: calc(380 / 375 * 100vw);
    width: 100%;
    height: calc(200 / 375 * 100vw);
  }

  #user .scroll-item figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    image-rendering: -webkit-optimize-contrast;
  }

  #contact.service-contact {
    padding-top: calc(60 / 400 * 100vw);
  }

  .company .deco1::before {
    height: calc(2064 / 375 * 100vw);
    top: calc(-80 / 375 * 100vw);
    height: calc(100% + calc(80 / 375 * 100vw));
  }

  .fs50 {
    font-size: calc(28 / 375 * 100vw);
  }

  .fs50 .sptitle {
    font-size: calc(40 / 400 * 100vw);
  }

  section h2 {
    margin-bottom: calc(24 / 375 * 100vw);
  }

  .fs50.company-title {
    margin-bottom: 0;
    text-align: left;
  }

  .company .deco2::before {
    top: calc(-80 / 375 * 100vw);
    height: calc(100% + calc(80 / 375 * 100vw));
  }

  article header i {
    font-size: calc(40 / 375 * 100vw);
  }

  article header h2 {
    margin-top: calc(20 / 375 * 100vw);
    font-size: calc(18 / 375 * 100vw);
  }

  .col {
    gap: calc(40 / 375 * 100vw);
  }

  #overview {
    padding-top: calc(60 / 375 * 100vw);
  }

  .company .deco3::after {
    height: calc(100% + calc(352 / 375 * 100vw));
  }

  .table dd {
    padding-bottom: calc(24 / 375 * 100vw);
  }

  .map {
    margin-top: calc(40 / 375 * 100vw);
  }

  section+header {
    margin-top: calc(96 / 375 * 100vw);
  }

  .flow li {
    gap: calc(24 / 375 * 100vw) calc(40 / 375 * 100vw);
  }

  .flow li i {
    gap: calc(16 / 375 * 100vw);
    margin-bottom: calc(12 / 375 * 100vw);
    font-size: calc(12 / 375 * 100vw);
  }

  #flow .contents {
    padding-left: calc(55 / 375 * 100vw);
  }

  .flow li i span {
    width: calc(36 / 375 * 100vw);
    height: calc(36 / 375 * 100vw);
    border-radius: calc(8 / 375 * 100vw);
  }

  .fs24 {
    font-size: calc(18 / 375 * 100vw);
  }

  .flow li:not(:first-child) {
    margin-top: calc(24 / 375 * 100vw);
    padding-top: calc(64 / 375 * 100vw);
  }

  .form dl {
    margin-top: calc(48 / 375 * 100vw);
  }

  .form dt {
    padding-top: calc(12 / 375 * 100vw);
  }

  .must {
    padding: calc(4 / 375 * 100vw) calc(8 / 375 * 100vw);
    border-radius: calc(40 / 375 * 100vw);
    font-size: calc(12 / 375 * 100vw);
  }

  .form textarea {
    padding: calc(12 / 375 * 100vw);
    border-radius: calc(3 / 375 * 100vw);
    font-size: calc(16 / 375 * 100vw);
  }

  .submit {
    gap: calc(24 / 375 * 100vw);
    margin-top: calc(48 / 375 * 100vw);
  }

  .submit input[type="submit"] {
    min-width: calc(300 / 375 * 100vw);
    padding: calc(20 / 375 * 100vw) calc(40 / 375 * 100vw);
    border-radius: calc(40 / 375 * 100vw);
    font-size: calc(18 / 375 * 100vw);
  }

  .submit input[name="submitBack"] {
    padding: calc(20 / 375 * 100vw) calc(24 / 375 * 100vw) !important;
  }

  .tab li .tabcontent {
    margin-bottom: calc(20 / 375 * 100vw);
  }
}

@media print {
  #container {
    width: 1024px;
  }
}

.re-rail-company .movie {
  position: relative;
  width: 100%;
  height: 53.3333333333vw;
  overflow: hidden;
  z-index: 2;
}

.re-rail-company section {
  max-width: 100%;
  width: 100%;
}

@media (min-width: 1900px) {
  .re-rail-company .movie {
    height: 40.4210526316vw;
  }
}

@media (max-width: 768px) {
  .re-rail-company .movie {
    height: 100vw;
  }
}

@media (max-width: 500px) {
  .re-rail-company .movie {
    height: 153.6vw;
  }
}

.re-rail-company .movie::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: -1;
}

.re-rail-company .movie video {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1;
}

.re-rail-company .movie .overlap-group {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: auto;
  /* 慣性を無効化してJS制御を優先 */
  overscroll-behavior: none;
}

.re-rail-company .movie .overlap-group::-webkit-scrollbar {
  width: 0;
  display: none;
}

.re-rail-company .movie .overlap-group .textarea {
  position: absolute;
  z-index: 100;
  top: 39%;
  left: 9%;
  z-index: 20;
  padding-bottom: 5.5555555556vw;
}

@media (min-width: 1900px) {
  .re-rail-company .movie .overlap-group .textarea {
    padding-bottom: 4.2105263158vw;
  }
}

@media (max-width: 768px) {
  .re-rail-company .movie .overlap-group .textarea {
    padding-bottom: 10.4166666667vw;
    left: 4%;
  }
}

@media (max-width: 500px) {
  .re-rail-company .movie .overlap-group .textarea {
    padding-bottom: 16vw;
    left: 4%;
  }
}

.re-rail-company .movie .overlap-group .textarea .div {
  position: relative;
  align-self: stretch;
  color: #ffffff;
  font-size: 2.7777777778vw;
  line-height: 5.9027777778vw;
  font-family: "Noto Sans CJK JP-Bold", Helvetica;
  font-weight: 700;
  letter-spacing: 0;
}

@media (min-width: 1900px) {
  .re-rail-company .movie .overlap-group .textarea .div {
    font-size: 2.1052631579vw;
    line-height: 4.4736842105vw;
  }
}

@media (max-width: 768px) {
  .re-rail-company .movie .overlap-group .textarea .div {
    font-size: 2.6041666667vw;
    line-height: 5.2083333333vw;
  }
}

@media (max-width: 500px) {
  .re-rail-company .movie .overlap-group .textarea .div {
    font-size: 4vw;
    line-height: 8vw;
  }
}

.re-rail-company .movie .overlap-group .textarea .div .span {
  display: block;
}

.re-rail-company .movie .overlap-group .textarea .div .text-wrapper-2 {
  display: block;
  font-size: 3.5416666667vw;
}

@media (min-width: 1900px) {
  .re-rail-company .movie .overlap-group .textarea .div .text-wrapper-2 {
    font-size: 2.6842105263vw;
  }
}

@media (max-width: 768px) {
  .re-rail-company .movie .overlap-group .textarea .div .text-wrapper-2 {
    font-size: 3.2552083333vw;
  }
}

@media (max-width: 500px) {
  .re-rail-company .movie .overlap-group .textarea .div .text-wrapper-2 {
    font-size: 5vw;
  }
}

.re-rail-company .movie .overlap-group .textarea .element {
  margin-top: 2.0833333333vw;
  font-size: 1.3888888889vw;
  line-height: 2.7777777778vw;
  position: relative;
  align-self: stretch;
  color: #ffffff;
  font-family: "Noto Sans CJK JP-Bold", Helvetica;
  font-weight: 700;
  letter-spacing: 0;
  opacity: 0;
  transition: 2s all;
}

.re-rail-company .movie .overlap-group.scrolled .textarea .element {
  opacity: 1;
}

@media (min-width: 1900px) {
  .re-rail-company .movie .overlap-group .textarea .element {
    margin-top: 1.5789473684vw;
    font-size: 1.0526315789vw;
    line-height: 2.1052631579vw;
  }
}

@media (max-width: 768px) {
  .re-rail-company .movie .overlap-group .textarea .element {
    margin-top: 2.6041666667vw;
    font-size: 2.0833333333vw;
    line-height: 3.90625vw;
  }
}

@media (max-width: 500px) {
  .re-rail-company .movie .overlap-group .textarea .element {
    margin-top: 4vw;
    font-size: 3.2vw;
    line-height: 6vw;
  }
}

.re-rail-company .movie .overlap-group .textarea .p {
  margin-top: 2.0833333333vw;
  font-size: 3.5416666667vw;
  line-height: 5.9027777778vw;
  position: relative;
  align-self: stretch;
  color: #ffffff;
  font-family: "Noto Sans CJK JP-Bold", Helvetica;
  font-weight: 700;
  letter-spacing: 0;
}

@media (min-width: 1900px) {
  .re-rail-company .movie .overlap-group .textarea .p {
    margin-top: 1.5789473684vw;
    font-size: 2.6842105263vw;
    line-height: 4.4736842105vw;
  }
}

@media (max-width: 768px) {
  .re-rail-company .movie .overlap-group .textarea .p {
    margin-top: 2.6041666667vw;
    font-size: 3.2552083333vw;
    line-height: 5.2083333333vw;
  }
}

@media (max-width: 500px) {
  .re-rail-company .movie .overlap-group .textarea .p {
    margin-top: 4vw;
    font-size: 5vw;
    line-height: 8vw;
  }
}

.re-rail-company .valuesection {
  padding: 6.9444444444vw 3.4722222222vw;
  width: 100%;
}

@media (min-width: 1900px) {
  .re-rail-company .valuesection {
    padding: 5.2631578947vw 2.6315789474vw;
  }
}

@media (max-width: 768px) {
  .re-rail-company .valuesection {
    padding: 6.5104166667vw 0;
  }
}

@media (max-width: 500px) {
  .re-rail-company .valuesection {
    padding: 10vw 0;
  }
}

.re-rail-company .valuesection .text-wrapper-3 {
  font-size: 2.7777777778vw;
  line-height: 6.1805555556vw;
  text-align: center;
  width: 100%;
  font-family: "Plus Jakarta Sans-Bold", Helvetica;
  font-weight: 700;
  color: #000000;
}

@media (min-width: 1900px) {
  .re-rail-company .valuesection .text-wrapper-3 {
    font-size: 2.1052631579vw;
    line-height: 4.6842105263vw;
  }
}

@media (max-width: 768px) {
  .re-rail-company .valuesection .text-wrapper-3 {
    font-size: 2.6041666667vw;
    line-height: 5.7291666667vw;
  }
}

@media (max-width: 500px) {
  .re-rail-company .valuesection .text-wrapper-3 {
    font-size: 4vw;
    line-height: 8.8vw;
  }
}

.re-rail-company .valuesection .contentwrapper {
  margin-top: 6.9444444444vw;
}

@media (min-width: 1900px) {
  .re-rail-company .valuesection .contentwrapper {
    margin-top: 5.2631578947vw;
  }
}

@media (max-width: 768px) {
  .re-rail-company .valuesection .contentwrapper {
    margin-top: 6.5104166667vw;
  }
}

@media (max-width: 500px) {
  .re-rail-company .valuesection .contentwrapper {
    margin-top: 10vw;
  }
}

.re-rail-company .valuesection .contentwrapper .image-2 {
  width: 100%;
  position: relative;
}

.re-rail-company .valuesection .contentwrapper .image-2:nth-of-type(n + 2) {
  margin-top: 13.8888888889vw;
}

@media (min-width: 1900px) {
  .re-rail-company .valuesection .contentwrapper .image-2:nth-of-type(n + 2) {
    margin-top: 10.5263157895vw;
  }
}

@media (max-width: 768px) {
  .re-rail-company .valuesection .contentwrapper .image-2:nth-of-type(n + 2) {
    margin-top: 13.0208333333vw;
  }
}

@media (max-width: 500px) {
  .re-rail-company .valuesection .contentwrapper .image-2:nth-of-type(n + 2) {
    margin-top: 20vw;
  }
}

.re-rail-company .valuesection .contentwrapper .image-2 .imagewrapper {
  position: relative;
  width: 100%;
  height: 49.1666666667vw;
  z-index: 2;
}

@media (min-width: 1900px) {
  .re-rail-company .valuesection .contentwrapper .image-2 .imagewrapper {
    height: 37.2631578947vw;
  }
}

@media (max-width: 768px) {
  .re-rail-company .valuesection .contentwrapper .image-2 .imagewrapper {
    height: 26.0416666667vw;
  }
}

@media (max-width: 500px) {
  .re-rail-company .valuesection .contentwrapper .image-2 .imagewrapper {
    height: 40vw;
  }
}

.re-rail-company .valuesection .contentwrapper .image-2 .imagewrapper .imgArea {
  display: block;
  width: 100%;
  height: 100%;
}

.re-rail-company .valuesection .contentwrapper .image-2 .imagewrapper .imgArea img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  image-rendering: -webkit-optimize-contrast;
}

.re-rail-company .valuesection .contentwrapper .image-2 .imagewrapper .text-wrapper-4,
.re-rail-company .valuesection .contentwrapper .image-2 .imagewrapper .text-wrapper-5,
.re-rail-company .valuesection .contentwrapper .image-2 .imagewrapper .text-wrapper-6 {
  font-size: 13.8888888889vw;
  line-height: 17.3611111111vw;
  padding: 2.7777777778vw;
  position: absolute;
  font-family: "Noto Sans CJK JP-Bold", Helvetica;
  font-weight: 700;
  color: #ffffff;
}

@media (min-width: 1900px) {

  .re-rail-company .valuesection .contentwrapper .image-2 .imagewrapper .text-wrapper-4,
  .re-rail-company .valuesection .contentwrapper .image-2 .imagewrapper .text-wrapper-5,
  .re-rail-company .valuesection .contentwrapper .image-2 .imagewrapper .text-wrapper-6 {
    font-size: 10.5263157895vw;
    line-height: 13.1578947368vw;
    padding: 2.1052631579vw;
  }
}

@media (max-width: 768px) {

  .re-rail-company .valuesection .contentwrapper .image-2 .imagewrapper .text-wrapper-4,
  .re-rail-company .valuesection .contentwrapper .image-2 .imagewrapper .text-wrapper-5,
  .re-rail-company .valuesection .contentwrapper .image-2 .imagewrapper .text-wrapper-6 {
    font-size: 6.5104166667vw;
    line-height: 9.1145833333vw;
    padding: 2.6041666667vw;
  }
}

@media (max-width: 500px) {

  .re-rail-company .valuesection .contentwrapper .image-2 .imagewrapper .text-wrapper-4,
  .re-rail-company .valuesection .contentwrapper .image-2 .imagewrapper .text-wrapper-5,
  .re-rail-company .valuesection .contentwrapper .image-2 .imagewrapper .text-wrapper-6 {
    font-size: 10vw;
    line-height: 14vw;
    padding: 4vw;
  }
}

.re-rail-company .valuesection .contentwrapper .image-2 .imagewrapper .text-wrapper-4 {
  top: 16%;
  left: 43%;
}

.re-rail-company .valuesection .contentwrapper .image-2 .imagewrapper .text-wrapper-5 {
  top: 16%;
}

.re-rail-company .valuesection .contentwrapper .image-2 .imagewrapper .text-wrapper-6 {
  top: 16%;
  right: 0;
}

.re-rail-company .valuesection .contentwrapper .image-2 .element-2 {
  line-height: 2.7777777778vw;
  font-size: calc(22 / 1440 * 100vw);
  margin-top: 5.5555555556vw;
  width: 100%;
  color: #000000;
  text-align: center;
  font-family: "Noto Sans CJK JP-Bold", Helvetica;
  font-weight: 700;
  letter-spacing: 0;
}

@media (min-width: 1900px) {
  .re-rail-company .valuesection .contentwrapper .image-2 .element-2 {
    line-height: 2.1052631579vw;
    font-size: calc(22 / 1900 * 100vw);
    margin-top: 4.2105263158vw;
  }
}

@media (max-width: 768px) {
  .re-rail-company .valuesection .contentwrapper .image-2 .element-2 {
    line-height: calc(40 / 768 * 100vw);
    font-size: calc(20 / 768 * 100vw);
    margin-top: 5.2083333333vw;
  }
}

@media (max-width: 500px) {
  .re-rail-company .valuesection .contentwrapper .image-2 .element-2 {
    line-height: calc(40 / 500 * 100vw);
    font-size: calc(20 / 500 * 100vw);
    margin-top: 8vw;
  }
}

.new-slider {
  margin-top: calc(80 / 1440 * 100vw);
}

.new-slider .tabpanel-item {
  background-color: #ffffff;
  position: relative;
  padding: 0;
}

.new-slider .tabpanel-item .link-jpg {
  height: 31.0714285714vw;
  position: relative;
  width: 100%;
  overflow: hidden;
}

@media (min-width: 1900px) {
  .new-slider .tabpanel-item .link-jpg {
    height: 22.8947368421vw;
  }
}

@media (max-width: 768px) {
  .new-slider .tabpanel-item .link-jpg {
    height: 28.6458333333vw;
  }
}

@media (max-width: 500px) {
  .new-slider .tabpanel-item .link-jpg {
    height: 44vw;
  }
}

.new-slider .tabpanel-item .link-jpg .imgArea {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
}

.new-slider .tabpanel-item .link-jpg .imgArea img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  image-rendering: -webkit-optimize-contrast;
}

.new-slider .tabpanel-item .link:hover .link-jpg .imgArea {
  transform: scale(1.1);
}

.new-slider .tabpanel-item .gradient {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(176deg,
      rgba(0, 0, 0, 0) 30%,
      rgba(0, 0, 0, 0.2) 60%,
      rgba(0, 0, 0, 0.5) 90%);
}

.new-slider .tabpanel-item .textWrapper {
  padding: 2.2857142857vw 1.4285714286vw;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media (min-width: 1900px) {
  .new-slider .tabpanel-item .textWrapper {
    padding: 1.6842105263vw 1.0526315789vw;
  }
}

@media (max-width: 768px) {
  .new-slider .tabpanel-item .textWrapper {
    padding: 2.0833333333vw 1.3020833333vw;
  }
}

@media (max-width: 500px) {
  .new-slider .tabpanel-item .textWrapper {
    padding: 3.2vw 2vw;
  }
}

.new-slider .tabpanel-item .textWrapper .text-wrapper-2wrapper {
  position: relative;
  display: inline-block;
  z-index: 2;
}

.new-slider .tabpanel-item .textWrapper .text-wrapper-2wrapper .text-wrapper-2 {
  padding: 0.4285714286vw 0.7142857143vw;
  font-size: 1vw;
  line-height: 1.4285714286vw;
  display: inline-block;
  font-family: "Inter", Helvetica;
  font-weight: 700;
  color: #ffffff;
  font-style: normal;
  background-color: #222222;
}

@media (min-width: 1900px) {
  .new-slider .tabpanel-item .textWrapper .text-wrapper-2wrapper .text-wrapper-2 {
    padding: 0.3157894737vw 0.5263157895vw;
    font-size: 0.7368421053vw;
    line-height: 1.0526315789vw;
  }
}

@media (max-width: 768px) {
  .new-slider .tabpanel-item .textWrapper .text-wrapper-2wrapper .text-wrapper-2 {
    padding: 0.78125vw 1.3020833333vw;
    font-size: 1.8229166667vw;
    line-height: 2.6041666667vw;
  }
}

@media (max-width: 500px) {
  .new-slider .tabpanel-item .textWrapper .text-wrapper-2wrapper .text-wrapper-2 {
    padding: 1.2vw 2vw;
    font-size: 2.8vw;
    line-height: 4vw;
  }
}

.new-slider .tabpanel-item .textWrapper .text-wrapper-2wrapper .border {
  top: 12%;
  left: 12%;
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 100%;
  border: 1px solid;
  border-color: #2660ef;
  z-index: -1;
}

.new-slider .tabpanel-item .textWrapper .text-wrapper {
  font-size: 1.2857142857vw;
  line-height: 2vw;
  margin-top: 0.8571428571vw;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 700;
  color: #ffffff;
}

@media (min-width: 1900px) {
  .new-slider .tabpanel-item .textWrapper .text-wrapper {
    font-size: 0.9473684211vw;
    line-height: 1.4736842105vw;
    margin-top: 0.6315789474vw;
  }
}

@media (max-width: 768px) {
  .new-slider .tabpanel-item .textWrapper .text-wrapper {
    font-size: 2.34375vw;
    line-height: 3.6458333333vw;
    margin-top: 1.5625vw;
  }
}

@media (max-width: 500px) {
  .new-slider .tabpanel-item .textWrapper .text-wrapper {
    font-size: 3.6vw;
    line-height: 5.6vw;
    margin-top: 2.4vw;
  }
}

.new-slider .tabpanel-item .textWrapper .time {
  font-size: 1vw;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 300;
  color: #ffffff;
  line-height: normal;
  font-style: normal;
}

@media (min-width: 1900px) {
  .new-slider .tabpanel-item .textWrapper .time {
    font-size: 0.7368421053vw;
  }
}

@media (max-width: 768px) {
  .new-slider .tabpanel-item .textWrapper .time {
    font-size: 1.8229166667vw;
  }
}

@media (max-width: 500px) {
  .new-slider .tabpanel-item .textWrapper .time {
    font-size: 2.8vw;
  }
}

.new-slider .tabpanel-item .textWrapper .listWrapper {
  margin-top: 2.4285714286vw;
  gap: 3.7857142857vw;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

@media (min-width: 1900px) {
  .new-slider .tabpanel-item .textWrapper .listWrapper {
    margin-top: 1.7894736842vw;
    gap: 2.7894736842vw;
  }
}

@media (max-width: 768px) {
  .new-slider .tabpanel-item .textWrapper .listWrapper {
    margin-top: 2.6041666667vw;
    gap: 3.515625vw;
  }
}

@media (max-width: 500px) {
  .new-slider .tabpanel-item .textWrapper .listWrapper {
    margin-top: 4vw;
    gap: 5.4vw;
  }
}

.new-slider .tabpanel-item .textWrapper .listWrapper .list {
  gap: 0.5357142857vw;
  display: flex;
  align-items: center;
}

@media (min-width: 1900px) {
  .new-slider .tabpanel-item .textWrapper .listWrapper .list {
    gap: 0.3947368421vw;
  }
}

@media (max-width: 768px) {
  .new-slider .tabpanel-item .textWrapper .listWrapper .list {
    gap: 0.9765625vw;
  }
}

@media (max-width: 500px) {
  .new-slider .tabpanel-item .textWrapper .listWrapper .list {
    gap: 1.5vw;
  }
}

.new-slider .tabpanel-item .textWrapper .listWrapper .list .item-link {
  padding: 0.3571428571vw 0.7142857143vw;
  border-radius: 0.2857142857vw;
  display: flex;
  align-items: center;
  border: 1px solid;
  border-color: #ffffff;
}

@media (min-width: 1900px) {
  .new-slider .tabpanel-item .textWrapper .listWrapper .list .item-link {
    padding: 0.2631578947vw 0.5263157895vw;
    border-radius: 0.2105263158vw;
  }
}

@media (max-width: 768px) {
  .new-slider .tabpanel-item .textWrapper .listWrapper .list .item-link {
    padding: 0.6510416667vw 1.3020833333vw;
    border-radius: 0.5208333333vw;
  }
}

@media (max-width: 500px) {
  .new-slider .tabpanel-item .textWrapper .listWrapper .list .item-link {
    padding: 1vw 2vw;
    border-radius: 0.8vw;
  }
}

.new-slider .tabpanel-item .textWrapper .listWrapper .list .item-link .div {
  font-size: 1vw;
  line-height: 1vw;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 300;
  color: #ffffff;
  white-space: nowrap;
  font-style: normal;
}

@media (min-width: 1900px) {
  .new-slider .tabpanel-item .textWrapper .listWrapper .list .item-link .div {
    font-size: 0.7368421053vw;
    line-height: 0.7368421053vw;
  }
}

@media (max-width: 768px) {
  .new-slider .tabpanel-item .textWrapper .listWrapper .list .item-link .div {
    font-size: 1.8229166667vw;
    line-height: 1.8229166667vw;
  }
}

@media (max-width: 500px) {
  .new-slider .tabpanel-item .textWrapper .listWrapper .list .item-link .div {
    font-size: 2.8vw;
    line-height: 2.8vw;
  }
}

.new-slider .articleswiper .articleswiper-pagenation {
  margin-top: 2.8571428571vw;
  gap: 0.7142857143vw;
  position: static;
  display: flex;
  justify-content: center;
}

@media (min-width: 1900px) {
  .new-slider .articleswiper .articleswiper-pagenation {
    margin-top: 2.1052631579vw;
    gap: 0.5263157895vw;
  }
}

@media (max-width: 768px) {
  .new-slider .articleswiper .articleswiper-pagenation {
    margin-top: 4vw;
    gap: 2vw;
  }
}

@media (max-width: 500px) {
  .new-slider .articleswiper .articleswiper-pagenation {
    margin-top: 4vw;
    gap: 2vw;
  }
}

.new-slider .articleswiper .articleswiper-pagenation .swiper-pagination-bullet-active {
  background: #5d5d5d;
}

.new-slider .articleswiper .articleswiper-pagenation .swiper-pagination-bullet {
  margin: 0 !important;
}

.container {
  width: 100%;
}

.container .text-wrapper {
  line-height: 1.6666666667vw;
  font-size: 1.1111111111vw;
  font-family: "Open Sans", Helvetica;
  font-weight: 700;
  color: #3c4954;
  white-space: nowrap;
  font-style: normal;
}

@media (min-width: 1900px) {
  .container .text-wrapper {
    line-height: 1.2631578947vw;
    font-size: 0.8421052632vw;
  }
}

@media (max-width: 768px) {
  .container .text-wrapper {
    line-height: 3.125vw;
    font-size: 2.0833333333vw;
  }
}

@media (max-width: 500px) {
  .container .text-wrapper {
    line-height: 4.8vw;
    font-size: 3.2vw;
  }
}

.container .text-wrapper.text-wrapper2 {
  margin-top: 1.3888888889vw;
}

@media (min-width: 1900px) {
  .container .text-wrapper.text-wrapper2 {
    margin-top: 1.0526315789vw;
  }
}

@media (max-width: 768px) {
  .container .text-wrapper.text-wrapper2 {
    margin-top: 1.3020833333vw;
  }
}

@media (max-width: 500px) {
  .container .text-wrapper.text-wrapper2 {
    margin-top: 2vw;
  }
}

.container .list {
  gap: 1.1111111111vw 1.6666666667vw;
  margin-top: 1.3888888889vw;
  flex-wrap: wrap;
  display: flex;
  align-items: flex-start;
}

@media (min-width: 1900px) {
  .container .list {
    gap: 0.8421052632vw 1.2631578947vw;
    margin-top: 1.0526315789vw;
  }
}

@media (max-width: 768px) {
  .container .list {
    gap: 1.0416666667vw 1.5625vw;
    margin-top: 1.3020833333vw;
  }
}

@media (max-width: 500px) {
  .container .list {
    gap: 1.6vw 2.4vw;
    margin-top: 2vw;
  }
}

.container .list .item-link {
  padding: 0.2777777778vw 1.1805555556vw;
  border-radius: 2.2222222222vw;
  font-size: 1.1111111111vw;
  line-height: 1.6666666667vw;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid;
  border-color: #222222;
  background-color: #ffffff;
  font-family: "Open Sans-Regular", Helvetica;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  color: #3c4954;
}

@media (min-width: 1900px) {
  .container .list .item-link {
    padding: 0.2105263158vw 0.8947368421vw;
    border-radius: 1.6842105263vw;
    font-size: 0.8421052632vw;
    line-height: 1.2631578947vw;
  }
}

@media (max-width: 768px) {
  .container .list .item-link {
    padding: 0.5208333333vw 2.2135416667vw;
    border-radius: 4.1666666667vw;
    font-size: 2.0833333333vw;
    line-height: 3.125vw;
  }
}

@media (max-width: 500px) {
  .container .list .item-link {
    padding: 0.8vw 3.4vw;
    border-radius: 6.4vw;
    font-size: 3.2vw;
    line-height: 4.8vw;
  }
}

.container .list-2 {
  margin-top: 1.3888888889vw;
  width: 100%;
}

.container .list-2 article {
  padding: 0;
}

@media (min-width: 1900px) {
  .container .list-2 {
    margin-top: 1.0526315789vw;
  }
}

@media (max-width: 768px) {
  .container .list-2 {
    margin-top: 1.3020833333vw;
  }
}

@media (max-width: 500px) {
  .container .list-2 {
    margin-top: 2vw;
  }
}

.container .list-2 .item {
  width: 100%;
  background-color: #ffffff;
}

.container .list-2 .item:nth-of-type(n + 2) {
  margin-top: 1.3888888889vw;
}

@media (min-width: 1900px) {
  .container .list-2 .item:nth-of-type(n + 2) {
    margin-top: 1.0526315789vw;
  }
}

@media (max-width: 768px) {
  .container .list-2 .item:nth-of-type(n + 2) {
    margin-top: 1.3020833333vw;
  }
}

@media (max-width: 500px) {
  .container .list-2 .item:nth-of-type(n + 2) {
    margin-top: 2vw;
  }
}

.container .list-2 .item .link {
  gap: 2.7777777778vw;
  display: flex;
  width: 100%;
  align-items: flex-start;
  transition: all 0.3s ease;
}

@media (min-width: 1900px) {
  .container .list-2 .item .link {
    gap: 2.1052631579vw;
  }
}

@media (max-width: 768px) {
  .container .list-2 .item .link {
    gap: 2.6041666667vw;
  }
}

@media (max-width: 500px) {
  .container .list-2 .item .link {
    gap: 4vw;
  }
}

.container .list-2 .item .link .overlap-group {
  width: 6.9444444444vw;
  position: relative;
}

@media (min-width: 1900px) {
  .container .list-2 .item .link .overlap-group {
    width: 5.2631578947vw;
  }
}

@media (max-width: 768px) {
  .container .list-2 .item .link .overlap-group {
    width: 13.0208333333vw;
  }
}

@media (max-width: 500px) {
  .container .list-2 .item .link .overlap-group {
    width: 20vw;
  }
}

.container .list-2 .item .link .overlap-group .div-2 {
  width: 100%;
}

.container .list-2 .item .link .overlap-group .div-2 .imgArea {
  display: block;
  width: 100%;
}

.container .list-2 .item .link .overlap-group .div-2 .imgArea img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  image-rendering: -webkit-optimize-contrast;
}

.container .list-2 .item .link .overlap-group .image {
  position: absolute;
  width: 2.7777777778vw;
  top: -20%;
  left: -20%;
}

@media (min-width: 1900px) {
  .container .list-2 .item .link .overlap-group .image {
    width: 2.1052631579vw;
  }
}

@media (max-width: 768px) {
  .container .list-2 .item .link .overlap-group .image {
    width: 5.2083333333vw;
  }
}

@media (max-width: 500px) {
  .container .list-2 .item .link .overlap-group .image {
    width: 8vw;
  }
}

.container .list-2 .item .link .overlap-group .image .imgArea {
  display: block;
  width: 100%;
}

.container .list-2 .item .link .overlap-group .image .imgArea img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  image-rendering: -webkit-optimize-contrast;
}

.container .list-2 .item .link .textArea {
  flex: 1;
}

.container .list-2 .item .link .textArea .text-wrapper-3 {
  font-size: 0.9722222222vw;
  line-height: 1.4583333333vw;
  width: 100%;
  font-family: "Open Sans-Bold", Helvetica;
  font-weight: 700;
  color: #3c4954;
}

@media (min-width: 1900px) {
  .container .list-2 .item .link .textArea .text-wrapper-3 {
    font-size: 0.7368421053vw;
    line-height: 1.1052631579vw;
  }
}

@media (max-width: 768px) {
  .container .list-2 .item .link .textArea .text-wrapper-3 {
    font-size: 1.8229166667vw;
    line-height: 2.734375vw;
  }
}

@media (max-width: 500px) {
  .container .list-2 .item .link .textArea .text-wrapper-3 {
    font-size: 2.8vw;
    line-height: 4.2vw;
  }
}

.container .list-2 .item .link .textArea .text-wrapper-4 {
  margin-top: 1.0416666667vw;
  font-size: 0.8333333333vw;
  line-height: 1.25vw;
  display: block;
  font-family: "Open Sans", Helvetica;
  font-weight: 400;
  color: #a9b4be;
  white-space: nowrap;
  font-style: normal;
}

@media (min-width: 1900px) {
  .container .list-2 .item .link .textArea .text-wrapper-4 {
    margin-top: 0.7894736842vw;
    font-size: 0.6315789474vw;
    line-height: 0.9473684211vw;
  }
}

@media (max-width: 768px) {
  .container .list-2 .item .link .textArea .text-wrapper-4 {
    margin-top: 1.953125vw;
    font-size: 1.5625vw;
    line-height: 2.34375vw;
  }
}

@media (max-width: 500px) {
  .container .list-2 .item .link .textArea .text-wrapper-4 {
    margin-top: 3vw;
    font-size: 2.4vw;
    line-height: 3.6vw;
  }
}

.container .list-2 .item .link:hover {
  opacity: 0.6;
}

.author-section {
  gap: 2.4305555556vw;
  padding: 1.5277777778vw 2.2222222222vw;
  display: flex;
  align-items: center;
  background-color: #ffffff;
  border: 2px solid;
  border-color: #efefef;
  margin-top: calc(40 / 1440 * 100vw);
}

@media (min-width: 1900px) {
  .author-section {
    gap: 1.8421052632vw;
    padding: 1.1578947368vw 1.6842105263vw;
    margin-top: calc(40 / 1900 * 100vw);
  }
}

@media (max-width: 768px) {
  .author-section {
    gap: 2.6041666667vw;
    padding: 1.5625vw 2.0833333333vw;
    margin-top: calc(40 / 768 * 100vw);
  }
}

@media (max-width: 500px) {
  .author-section {
    gap: 4vw;
    padding: 2.4vw 3.2vw;
    margin-top: calc(40 / 500 * 100vw);
  }
}

.author-section .author {
  width: 6.9444444444vw;
}

@media (min-width: 1900px) {
  .author-section .author {
    width: 5.2631578947vw;
  }
}

@media (max-width: 768px) {
  .author-section .author {
    width: 10.4166666667vw;
  }
}

@media (max-width: 500px) {
  .author-section .author {
    width: 16vw;
  }
}

.author-section .author .imgArea {
  display: block;
  width: 100%;
}

.author-section .author .imgArea img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  image-rendering: -webkit-optimize-contrast;
}

.author-section .vertical-divider {
  height: 8.0555555556vw;
  width: 2px;
  border: 1px solid;
  border-color: #efefef;
}

@media (min-width: 1900px) {
  .author-section .vertical-divider {
    height: 6.1052631579vw;
  }
}

@media (max-width: 768px) {
  .author-section .vertical-divider {
    height: 10.4166666667vw;
  }
}

@media (max-width: 500px) {
  .author-section .vertical-divider {
    height: 16vw;
  }
}

.author-section .text-wrapper {
  font-size: 1.1111111111vw;
  line-height: 1.6666666667vw;
  position: relative;
  font-family: "Open Sans", Helvetica;
  font-weight: 600;
  color: #3c4954;
  font-style: normal;
  flex: 1;
}

.author-section .text-wrapper span {
  display: block;
  margin-top: calc(5 / 1440 * 100vw);
  font-size: calc(14 / 1440 * 100vw);
}

@media (min-width: 1900px) {
  .author-section .text-wrapper {
    font-size: 0.8421052632vw;
    line-height: 1.2631578947vw;
  }

  .author-section .text-wrapper span {
    margin-top: calc(5 / 1900 * 100vw);
    font-size: calc(14 / 1900 * 100vw);
  }
}

@media (max-width: 768px) {
  .author-section .text-wrapper {
    font-size: 2.0833333333vw;
    line-height: 3.125vw;
  }

  .author-section .text-wrapper span {
    margin-top: calc(5 / 768 * 100vw);
    font-size: calc(14 / 768 * 100vw);
  }
}

@media (max-width: 500px) {
  .author-section .text-wrapper {
    font-size: 3.2vw;
    line-height: 4.8vw;
  }

  .author-section .text-wrapper span {
    margin-top: calc(5 / 500 * 100vw);
    font-size: calc(14 / 500 * 100vw);
  }
}

.instagram-post {
  transition: transform 0.3s ease;
}

.swiper-slide-active .instagram-post {
  transform: scale(1.1);
  z-index: 2;
}

.logo {
  width: calc(400 / 1440 * 100vw);
}

@media screen and (max-width: 768px) {
  .swiper-slide-active .instagram-post {
    transform: scale(1);
  }

  .logo {
    width: calc(300 / 768 * 100vw);
  }
}

@media screen and (max-width: 500px) {
  .logo {
    width: calc(300 / 500 * 100vw);
  }
}

.logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  image-rendering: -webkit-optimize-contrast;
}

.service-page {
  overflow: hidden;
}

.btn11 {
  position: relative;
  border: none;
  border-bottom: 1px solid #666;
  width: fit-content;
  position: relative;
  left: 78%;
  margin: calc(20 / 1440 * 100vw) 0;
}

@media screen and (max-width: 768px) {
  .btn11 {
    left: 74%;
    margin: calc(20 / 768 * 100vw) 0;
  }

  .btn11.other {
    left: 35%;
  }
}

@media screen and (max-width: 500px) {
  .btn11 {
    margin: calc(20 / 500 * 100vw) 0;
    border-bottom: none;
  }
}

.btn11 span::after,
.btn11 a::after {
  content: ">";
  margin-left: calc(20 / 1440 * 100vw);
}

@media screen and (max-width: 500px) {

  .btn11 span::after,
  .btn11 a::after {
    display: none;
  }
}

.btnArea {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 40px;
}

@media screen and (max-width: 786px) {
  .btnArea {
    display: flex;
    justify-content: center;
    gap: calc(20 / 768 * 100vw);
    margin-bottom: calc(40 / 768 * 100vw);
  }
}

@media screen and (max-width: 500px) {
  .btnArea {
    display: flex;
    justify-content: center;
    gap: calc(20 / 500 * 100vw);
    margin-bottom: calc(40 / 500 * 100vw);
  }
}

.btnArea .btn a {
  background: none;
  border: 1px solid #222;
  color: #222;
  cursor: pointer;
}

.btnArea .btn.active a {
  border: none;
  color: white;
  background: #222;
}

.videoWrapper {
  display: block;
  width: 100%;
  overflow: hidden;
  position: absolute;
  background-color: #f6f7f7;
  top: -77%;
}

.videocontent {
  position: relative;

  left: -4%;
}

@media screen and (max-width: 768px) {
  .videoWrapper {
    top: -2%;
    left: 0;
    width: 100%;
  }

  .videoWrapper video {
    display: block;
    width: 185%;
    position: relative;
    left: -35%;
  }
}

.front-page {
  overflow: hidden;
  width: 100%;
}

.svgWrapper {
  display: block;
  width: calc(940 / 1440 * 100vw);
  height: calc(280 / 1440 * 100vw);
  position: absolute;
  top: 0;
  right: -4%;
}

.svgWrapper svg {
  display: block;
  width: 100%;
  height: 100%;
}

.svgWrapper2 {
  position: absolute;
  top: 0;
  left: -4%;
  width: calc(1090 / 1440 * 100vw);
  height: calc(850 / 1440 * 100vw);
  display: block;
}

.svgWrapper2 svg {
  display: block;
  width: 100%;
  height: 100%;
}

.innerSvg {
  position: absolute;
  left: 95.3%;
  top: 69%;
  display: block;
  width: calc(405 / 1440 * 100vw);
  z-index: -1;
}

.innerSvg svg {
  display: block;
  width: 100%;
  height: 100%;
}

.line-animate3 path {
  stroke-dasharray: 2000;
  stroke-dashoffset: 2000;
}

.svgWrapper3 {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 10%;
  z-index: -1;
}

.svgWrapper3 svg {
  display: block;
  width: 100%;
  height: 100%;
}

.svgWrapper3.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .svgWrapper3 {
    width: calc(390 / 600 * 100vw);
    height: calc(220 / 600 * 100vw);
  }

  .svgWrapper3.sp {
    display: block;
  }
}

@media screen and (max-width: 500px) {
  .svgWrapper3 {
    width: calc(390 / 375 * 100vw);
    height: calc(220 / 375 * 100vw);
    left: -2%;
  }
}

.line-animate4 path {
  stroke-dasharray: 0;
  stroke-dashoffset: 0;
}

.svgWrapper4 {
  position: absolute;
  top: -5%;
  left: 0;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .svgWrapper4 {
    display: none;
  }
}

.line-animate5 path {
  stroke-dasharray: 0;
  stroke-dashoffset: 0;
}

.svgWrapper4 svg {
  display: block;
  width: 100%;
  height: 100%;
}

.svgWrapper5 {
  position: absolute;
  bottom: 0;
  right: -3%;
  width: calc(210 / 1440 * 100vw);
  height: calc(1080 / 1440 * 100vw);
}

.svgWrapper5 svg {
  display: block;
  width: 100%;
}

.svgWrapper6 {
  position: absolute;
  top: -125%;
  right: -10%;
  width: calc(310 / 1440 * 100vw);
  height: calc(1300 / 1440 * 100vw);
}

.svgWrapper6 svg {
  width: 100%;
  height: 100%;
}

.svgWrapper6 svg path {
  stroke-dasharray: 0;
  stroke-dashoffset: 0;
}

@media screen and (max-width: 500px) {
  .svgWrapper5 {
    display: none;
  }

  .svgWrapper6 {
    display: none;
  }
}

.line-animate7 path {
  stroke-dasharray: 0;
  stroke-dashoffset: 0;
}

.svgWrapper7 {
  position: absolute;
  bottom: -2%;
  left: 0;
  width: calc(1440 / 1440 * 100vw);
  height: calc(470 / 1440 * 100vw);
}

.svgWrapper7 svg {
  display: block;
  width: 100%;
  height: 100%;
}

.line-animate8 path {
  stroke-dasharray: 0;
  stroke-dashoffset: 0;
}

@media screen and (max-width: 500px) {
  .svgWrapper7 {
    display: none;
  }
}

/* カーソル本体 */
.custom-cursor {
  width: 20px;
  height: 20px;
  background: linear-gradient(#58cec5 0%, #003fa3 100%);
  border-radius: 50%;
  position: fixed;
  pointer-events: none;
  z-index: 9999;
  transform: translate(-50%, -50%);
  transition: transform 0.2s ease, background-color 0.2s;
}

@media screen and (max-width: 768px) {
  .custom-cursor {
    display: none;
  }
}

/* ホバー時に拡大 */
.custom-cursor.hover {
  transform: translate(-50%, -50%) scale(2);
  background-color: rgba(0, 0, 0, 0.1);
}

.backimg {
  position: absolute;
  top: 0%;
  right: 0%;
  display: block;
  width: 100%;
  height: 100%;
}

.backimg img {
  display: block;
  width: 100%;
  height: 100%;
}

.tatebar {
  position: absolute;
  top: 69%;
  left: 0;
  display: block;
  width: 80px;
  height: 0;
  background: #2660ef;
  transition: height 0.1s ease-out;
}

/* SVGアニメーション */
.line-animate path {
  stroke-dasharray: 2000;
  stroke-dashoffset: 2000;
  animation: drawLine 10s ease forwards;
}

@keyframes drawLine {
  to {
    stroke-dashoffset: 0;
  }
}

.line-animate2 .path1 {
  stroke-dasharray: 2000;
  stroke-dashoffset: -2000;
  animation: drawLine2 3s ease forwards;
  animation-delay: 2s;
}

.line-animate2 .path2 {
  stroke-dasharray: 2000;
  stroke-dashoffset: 2000;
  animation: drawLine3 5s ease forwards;
  animation-delay: 1s;
}

@keyframes drawLine2 {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes drawLine3 {
  to {
    stroke-dashoffset: 0;
  }
}

.svgWrapper2_sp {
  display: none;
}

.line-animate_sp path {
  stroke-dasharray: 0;
  stroke-dashoffset: 0;
}

@media screen and (max-width: 768px) {
  .svgWrapper {
    display: none;
  }

  .svgWrapper2 {
    display: none;
  }

  .svgWrapper2_sp {
    display: block;
    width: calc(390 / 600 * 100vw);
    height: calc(430 / 600 * 100vw);
    position: absolute;
    top: 0;
    left: -9%;
  }

  .svgWrapper2_sp svg {
    display: block;
    width: 100%;
    height: 100%;
  }

  .recruitcenter {
    text-align: center;
  }

  .recruitcenter br {
    display: none;
  }

  #recruit .btn>a,
  #contact .btn>a {
    width: 100%;
  }

  #contact .heading {
    margin-left: 0;
    text-align: left;
  }

  #sitemap ul.sns {
    gap: calc(9 / 375 * 100vw);
  }
}

@media screen and (max-width: 500px) {
  .svgWrapper2_sp {
    display: block;
    width: calc(440 / 400 * 100vw);
    height: calc(480 / 400 * 100vw);
    position: absolute;
    top: 0;
    left: -10%;
  }
}

.servicesvg1 {
  position: absolute;
  top: 0;
  left: -30%;
  display: block;
  width: 100%;
}

.servicesvg1.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .servicesvg1 {
    top: 24%;
    left: -1%;
    width: calc(440 / 500 * 100vw);
    height: calc(220 / 500 * 100vw);
  }

  .servicesvg1 svg {
    display: block;
    width: 100%;
    height: 100%;
  }

  .servicesvg1.sp {
    display: block;
  }
}

@media screen and (max-width: 500px) {
  .servicesvg1 {
    width: calc(440 / 375 * 100vw);
    height: calc(220 / 375 * 100vw);
  }
}

.servicesvg2 {
  display: block;
  width: calc(900 / 1440 * 100vw);
  position: absolute;
  right: -18%;
  top: -14%;
}

.servicesvg2 svg {
  display: block;
  width: 100%;
}

.servicesvg3 {
  display: block;
  width: calc(4960 / 1440 * 100vw);
  height: calc(870 / 1440 * 100vw);
  position: absolute;
  left: 78%;
  top: 20%;
}

.servicesvg3 svg {
  display: block;
  width: 100%;
}

#newrecruit {
  overflow: hidden;
}

#newrecruit.main-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background: linear-gradient(180deg,
      rgba(1, 63, 163, 1) 10%,
      rgba(55, 134, 235, 1) 40%,
      rgba(255, 255, 255, 1) 80%);
}

#newrecruit .div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  padding-top: calc(100 / 1440 * 100vw);
}

@media screen and (max-width: 768px) {
  #newrecruit .div {
    padding-top: 0;
  }
}

#newrecruit .services {
  height: calc(933 / 1440 * 100vw);
  display: flex;
  align-items: center;
  gap: calc(28 / 1440 * 100vw);
  padding: calc(100 / 1440 * 100vw) calc(120 / 1440 * 100vw);
  position: relative;
  align-self: stretch;
  width: 100%;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  #newrecruit .services {
    height: auto;
    display: block;
    padding: calc(100 / 600 * 100vw) calc(20 / 600 * 100vw) calc(60 / 600 * 100vw);
  }
}

@media screen and (max-width: 500px) {
  #newrecruit .services {
    padding: calc(100 / 400 * 100vw) calc(20 / 400 * 100vw) calc(60 / 600 * 100vw);
  }
}

#newrecruit .imgArea {
  position: absolute;
  width: calc(890 / 1440 * 100vw);
  top: 5%;
  left: 36%;
}

@media screen and (max-width: 768px) {
  #newrecruit .imgArea {
    width: 100%;
    position: static;
  }
}

#newrecruit .imgArea img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  image-rendering: -webkit-optimize-contrast;
}

#newrecruit .frame {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: calc(20 / 1440 * 100vw);
  position: relative;
  flex: 1;
  flex-grow: 1;
}

@media screen and (max-width: 768px) {
  #newrecruit .frame {
    margin-top: calc(20 / 600 * 100vw);
  }
}

@media screen and (max-width: 500px) {
  #newrecruit .frame {
    margin-top: calc(20 / 400 * 100vw);
  }
}

#newrecruit .text-wrapper-2 {
  margin-top: -1px;
  font-family: "Noto Sans CJK JP-Bold", Helvetica;
  font-weight: 700;
  color: #ffffff;
  font-size: calc(64 / 1440 * 100vw);
  text-align: center;
  line-height: normal;
  position: relative;
  letter-spacing: 0;
}

@media screen and (max-width: 768px) {
  #newrecruit .text-wrapper-2 {
    font-size: calc(32 / 600 * 100vw);
  }
}

@media screen and (max-width: 500px) {
  #newrecruit .text-wrapper-2 {
    font-size: calc(32 / 400 * 100vw);
  }
}

#newrecruit .text-wrapper-3 {
  text-shadow: 0px 0px calc(20 / 1440 * 100vw) #00000040;
  font-family: "Noto Sans CJK JP-Bold", Helvetica;
  font-weight: 700;
  color: #ffffff;
  font-size: calc(100 / 1440 * 100vw);
  line-height: normal;
  position: relative;
  letter-spacing: 0;
}

@media screen and (max-width: 768px) {
  #newrecruit .text-wrapper-3 {
    font-size: calc(32 / 600 * 100vw);
  }
}

@media screen and (max-width: 500px) {
  #newrecruit .text-wrapper-3 {
    font-size: calc(32 / 400 * 100vw);
  }
}

#newrecruit .text-wrapper-4 {
  position: relative;
  font-family: "Plus Jakarta Sans-Bold", Helvetica;
  font-weight: 700;
  color: #ffffff;
  font-size: calc(24 / 1440 * 100vw);
  letter-spacing: 0;
  line-height: normal;
}

@media screen and (max-width: 768px) {
  #newrecruit .text-wrapper-4 {
    font-size: calc(14 / 600 * 100vw);
  }
}

@media screen and (max-width: 500px) {
  #newrecruit .text-wrapper-4 {
    font-size: calc(14 / 400 * 100vw);
  }
}

#newrecruit .be-the-engine-that-wrapper {
  flex-direction: column;
  justify-content: center;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: calc(28 / 1440 * 100vw);
  padding: calc(100 / 1440 * 100vw) calc(120 / 1440 * 100vw);
  position: relative;
  align-self: stretch;
  width: 100%;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  #newrecruit .be-the-engine-that-wrapper {
    padding: calc(60 / 600 * 100vw) calc(20 / 600 * 100vw);
    text-align: le;
  }
}

@media screen and (max-width: 500px) {
  #newrecruit .be-the-engine-that-wrapper {
    padding: calc(60 / 400 * 100vw) calc(20 / 400 * 100vw);
  }
}

#newrecruit .be-the-engine-that {
  position: relative;
  margin-top: calc(-50 / 1440 * 100vw);
  font-family: "Plus Jakarta Sans-Bold", Helvetica;
  font-weight: 700;
  color: #ffffff;
  font-size: calc(100 / 1440 * 100vw);
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

@media screen and (max-width: 768px) {
  #newrecruit .be-the-engine-that {
    margin: 0;
    font-size: calc(36 / 600 * 100vw);
    text-align: left;
  }
}

@media screen and (max-width: 500px) {
  #newrecruit .be-the-engine-that {
    font-size: calc(36 / 400 * 100vw);
  }
}

#newrecruit .jd {
  display: flex;
  align-items: center;
  gap: calc(100 / 1440 * 100vw);
  padding: calc(200 / 1440 * 100vw) calc(100 / 1440 * 100vw);
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

@media screen and (max-width: 768px) {
  #newrecruit .jd {
    display: flex;
    flex-direction: column-reverse;
    padding: 0 calc(24 / 600 * 100vw);
    gap: calc(60 / 600 * 100vw);
  }
}

@media screen and (max-width: 500px) {
  #newrecruit .jd {
    display: flex;
    flex-direction: column-reverse;
    padding: 0 calc(24 / 400 * 100vw);
    gap: calc(60 / 500 * 100vw);
  }
}

#newrecruit .group {
  position: relative;
  width: calc(640 / 1440 * 100vw);
  height: calc(880 / 1440 * 100vw);
}

@media screen and (max-width: 768px) {
  #newrecruit .group {
    width: 100%;
    height: calc(580 / 600 * 100vw);
  }
}

@media screen and (max-width: 500px) {
  #newrecruit .group {
    width: 100%;
    height: calc(580 / 400 * 100vw);
  }
}

#newrecruit .rectangle {
  position: absolute;
  width: calc(300 / 1440 * 100vw);
  height: calc(200 / 1440 * 100vw);
  top: 5%;
  left: 0;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  #newrecruit .rectangle {
    width: calc(200 / 600 * 100vw);
    height: auto;
  }
}

@media screen and (max-width: 500px) {
  #newrecruit .rectangle {
    width: calc(200 / 400 * 100vw);
  }
}

#newrecruit .rectangle-2 {
  position: absolute;
  width: calc(300 / 1440 * 100vw);
  height: calc(200 / 1440 * 100vw);
  top: 72%;
  left: 0;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  #newrecruit .rectangle-2 {
    width: calc(200 / 600 * 100vw);
    left: 0;
    height: auto;
  }
}

@media screen and (max-width: 500px) {
  #newrecruit .rectangle-2 {
    width: calc(200 / 400 * 100vw);
  }
}

#newrecruit .rectangle-3 {
  position: absolute;
  width: calc(300 / 1440 * 100vw);
  height: calc(200 / 1440 * 100vw);
  top: 38%;
  left: 53%;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  #newrecruit .rectangle-3 {
    width: calc(200 / 600 * 100vw);
    left: auto;
    right: 0;
    height: auto;
  }
}

@media screen and (max-width: 500px) {
  #newrecruit .rectangle-3 {
    width: calc(200 / 400 * 100vw);
  }
}

#newrecruit .rectangle-4 {
  position: absolute;
  width: calc(200 / 1440 * 100vw);
  height: calc(300 / 1440 * 100vw);
  top: 33%;
  left: 0;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  #newrecruit .rectangle-4 {
    width: calc(130 / 600 * 100vw);
    height: auto;
    left: 0;
  }
}

@media screen and (max-width: 500px) {
  #newrecruit .rectangle-4 {
    width: calc(130 / 400 * 100vw);
  }
}

#newrecruit .rectangle-5 {
  position: absolute;
  width: calc(200 / 1440 * 100vw);
  height: calc(300 / 1440 * 100vw);
  top: 0;
  left: 53%;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  #newrecruit .rectangle-5 {
    width: calc(130 / 600 * 100vw);
    height: auto;
    left: auto;
    right: 0;
  }
}

@media screen and (max-width: 500px) {
  #newrecruit .rectangle-5 {
    width: calc(130 / 400 * 100vw);
  }
}

#newrecruit .rectangle-6 {
  position: absolute;
  width: calc(200 / 1440 * 100vw);
  height: calc(300 / 1440 * 100vw);
  top: 72%;
  left: 53%;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  #newrecruit .rectangle-6 {
    width: calc(130 / 600 * 100vw);
    height: auto;
    left: auto;
    right: 0;
  }
}

@media screen and (max-width: 500px) {
  #newrecruit .rectangle-6 {
    width: calc(130 / 400 * 100vw);
  }
}

#newrecruit .frame-2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: calc(40 / 1440 * 100vw);
  position: relative;
  flex: 1;
  flex-grow: 1;
}

@media screen and (max-width: 768px) {
  #newrecruit .frame-2 {
    width: 100%;
    gap: calc(40 / 600 * 100vw);
  }
}

@media screen and (max-width: 500px) {
  #newrecruit .frame-2 {
    gap: calc(40 / 400 * 100vw);
  }
}

#newrecruit .be-real {
  position: relative;
  align-self: stretch;
  margin-top: -2px;
  margin-left: -1px;
  font-family: "Noto Sans JP-Regular", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: calc(24 / 1440 * 100vw);
  letter-spacing: 0;
  line-height: calc(40 / 1440 * 100vw);
}

@media screen and (max-width: 768px) {
  #newrecruit .be-real {
    font-size: calc(16 / 600 * 100vw);
    line-height: calc(32 / 600 * 100vw);
    font-weight: 700;
  }
}

@media screen and (max-width: 500px) {
  #newrecruit .be-real {
    font-size: calc(16 / 400 * 100vw);
    line-height: calc(32 / 400 * 100vw);
  }
}

#newrecruit .text-wrapper-5 {
  position: absolute;
  top: 70%;
  left: 38%;
  font-family: "Plus Jakarta Sans-ExtraBold", Helvetica;
  font-weight: 800;
  color: #3786eb;
  font-size: calc(128 / 1440 * 100vw);
  letter-spacing: 0;
  line-height: normal;
}

@media screen and (max-width: 768px) {
  #newrecruit .text-wrapper-5 {
    top: 37%;
    left: 5%;
    font-size: calc(64 / 600 * 100vw);
  }
}

@media screen and (max-width: 500px) {
  #newrecruit .text-wrapper-5 {
    font-size: calc(64 / 400 * 100vw);
  }
}

#newrecruit .flow {
  display: flex;
  align-items: flex-start;
  gap: calc(100 / 1440 * 100vw);
  padding: calc(200 / 1440 * 100vw) calc(100 / 1440 * 100vw);
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

@media screen and (max-width: 768px) {
  #newrecruit .flow {
    display: block;
    padding: calc(60 / 600 * 100vw) calc(24 / 600 * 100vw);
  }
}

@media screen and (max-width: 500px) {
  #newrecruit .flow {
    padding: calc(60 / 400 * 100vw) calc(24 / 400 * 100vw);
  }
}

#newrecruit .frame-3 {
  display: inline-flex;
  align-items: flex-start;
  justify-content: center;
  gap: calc(20 / 1440 * 100vw);
  position: relative;
  flex: 0 0 auto;
}

@media screen and (max-width: 768px) {
  #newrecruit .frame-3 {
    display: block;
    text-align: center;
  }
}

@media screen and (max-width: 500px) {}

#newrecruit .div-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: calc(10 / 1440 * 100vw);
  padding: 14px 14px 16px;
  padding: calc(14 / 1440 * 100vw) calc(14 / 1440 * 100vw) calc(16 / 1440 * 100vw);
  position: relative;
  flex: 0 0 auto;
  background-color: #ffffff;
}

@media screen and (max-width: 768px) {
  #newrecruit .div-wrapper {
    display: block;
    padding: 0;
    background-color: transparent;
    text-align: center;
  }
}

#newrecruit .text-wrapper-6 {
  position: relative;
  width: calc(64 / 1440 * 100vw);
  margin-top: -1px;
  font-family: "Noto Sans JP-Bold", Helvetica;
  font-weight: 700;
  color: #4060e9;
  font-size: calc(64 / 1440 * 100vw);
  letter-spacing: 0;
  line-height: calc(80 / 1440 * 100vw);
}

@media screen and (max-width: 768px) {
  #newrecruit .text-wrapper-6 {
    display: inline-block;
    width: auto;
    margin-top: 0;
    color: #4060e9;
    font-size: calc(16 / 600 * 100vw);
    background-color: white;
    padding: calc(6 / 600 * 100vw) calc(14 / 600 * 100vw);
  }
}

@media screen and (max-width: 500px) {
  #newrecruit .text-wrapper-6 {
    font-size: calc(16 / 400 * 100vw);
    padding: calc(6 / 400 * 100vw) calc(14 / 400 * 100vw);
  }
}

#newrecruit .text-wrapper-7 {
  position: relative;
  margin-left: calc(-133.5 / 1440 * 100vw);
  margin-right: calc(-245.5 / 1440 * 100vw);
  transform: rotate(90deg);
  font-family: "Plus Jakarta Sans-Bold", Helvetica;
  font-weight: 700;
  color: #ffffff;
  font-size: calc(64 / 1440 * 100vw);
  letter-spacing: 0;
  line-height: normal;
}

@media screen and (max-width: 768px) {
  #newrecruit .text-wrapper-7 {
    display: inline-block;
    margin: 0;
    margin-top: calc(12 / 600 * 100vw);
    font-size: calc(36 / 600 * 100vw);
    transform: rotate(0);
  }
}

@media screen and (max-width: 500px) {
  #newrecruit .text-wrapper-7 {
    margin-top: calc(12 / 400 * 100vw);
    font-size: calc(36 / 400 * 100vw);
  }
}

#newrecruit .frame-4 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: calc(20 / 1440 * 100vw);
  position: relative;
  flex: 1;
  flex-grow: 1;
}

@media screen and (max-width: 768px) {
  #newrecruit .frame-4 {
    margin-top: calc(40 / 600 * 100vw);
  }
}

@media screen and (max-width: 500px) {
  #newrecruit .frame-4 {
    margin-top: calc(40 / 400 * 100vw);
  }
}

#newrecruit .frame-5 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: calc(40 / 1440 * 100vw);
  padding: calc(40 / 1440 * 100vw);
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #ffffff;
  border-radius: calc(12 / 1440 * 100vw);
}

@media screen and (max-width: 768px) {
  #newrecruit .frame-5 {
    gap: calc(40 / 600 * 100vw);
    padding: calc(20 / 600 * 100vw);
    border-radius: calc(12 / 600 * 100vw);
  }
}

@media screen and (max-width: 500px) {
  #newrecruit .frame-5 {
    gap: calc(40 / 500 * 100vw);
    padding: calc(20 / 500 * 100vw);
    border-radius: calc(12 / 500 * 100vw);
  }
}

#newrecruit .frame-6 {
  display: flex;
  align-items: flex-start;
  gap: calc(40 / 1440 * 100vw);
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

#newrecruit .rectangle-7 {
  position: relative;
  width: calc(300 / 1440 * 100vw);
  height: calc(200 / 1440 * 100vw);
  object-fit: cover;
}

#newrecruit .rectangle-7.imgArea {
  top: 0;
  left: 0;
}

#newrecruit .frame-7 {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: calc(20 / 1440 * 100vw);
  position: relative;
  flex: 1;
  align-self: stretch;
  flex-grow: 1;
}

#newrecruit .div-2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: calc(20 / 1440 * 100vw);
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

@media screen and (max-width: 768px) {
  #newrecruit .div-2 {
    gap: calc(20 / 600 * 100vw);
  }
}

@media screen and (max-width: 500px) {
  #newrecruit .div-2 {
    gap: calc(20 / 400 * 100vw);
  }
}

#newrecruit .text-wrapper-8 {
  position: relative;
  align-self: stretch;
  margin-top: -1px;
  font-family: "Noto Sans JP-Bold", Helvetica;
  font-weight: 700;
  color: #1f67cb;
  font-size: calc(24 / 1440 * 100vw);
  letter-spacing: 0;
  line-height: normal;
}

@media screen and (max-width: 768px) {
  #newrecruit .text-wrapper-8 {
    font-size: calc(20 / 600 * 100vw);
  }
}

@media screen and (max-width: 500px) {
  #newrecruit .text-wrapper-8 {
    font-size: calc(20 / 400 * 100vw);
  }
}

#newrecruit .text-wrapper-9 {
  position: relative;
  align-self: stretch;
  font-family: "Noto Sans JP-Regular", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: calc(14 / 1440 * 100vw);
  letter-spacing: 0;
  line-height: calc(24 / 1440 * 100vw);
}

@media screen and (max-width: 768px) {
  #newrecruit .text-wrapper-9 {
    font-size: calc(14 / 600 * 100vw);
    line-height: calc(24 / 600 * 100vw);
  }
}

@media screen and (max-width: 500px) {
  #newrecruit .text-wrapper-9 {
    font-size: calc(14 / 400 * 100vw);
    line-height: calc(24 / 400 * 100vw);
  }
}

#newrecruit .frame-8 {
  display: inline-flex;
  align-items: center;
  gap: calc(20 / 1440 * 100vw);
  position: relative;
  flex: 0 0 auto;
  background-color: #ffffff;
}

@media screen and (max-width: 768px) {
  #newrecruit .frame-8 {
    position: absolute;
    top: 0;
    right: 0;
  }
}

#newrecruit .text-wrapper-10 {
  position: relative;
  width: fit-content;
  font-family: "Noto Sans JP-Regular", Helvetica;
  font-weight: 400;
  color: #b1b1b1;
  font-size: calc(16 / 1440 * 100vw);
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
  display: none;
}

#newrecruit .text-wrapper-10.active {
  display: block;
}

@media screen and (max-width: 768px) {
  #newrecruit .text-wrapper-10.active {
    display: none !important;
  }
}

#newrecruit .arrow-wrapper {
  display: flex;
  width: calc(30 / 1440 * 100vw);
  height: calc(30 / 1440 * 100vw);
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: #3786eb;
  border-radius: calc(3 / 1440 * 100vw);
  transform: rotate(90deg);
}

@media screen and (max-width: 768px) {
  #newrecruit .arrow-wrapper {
    width: calc(24 / 600 * 100vw);
    height: calc(24 / 600 * 100vw);
    border-radius: calc(3 / 600 * 100vw);
  }
}

@media screen and (max-width: 500px) {
  #newrecruit .arrow-wrapper {
    width: calc(24 / 400 * 100vw);
    height: calc(24 / 400 * 100vw);
    border-radius: calc(3 / 400 * 100vw);
  }
}

#newrecruit .arrow-wrapper.active {
  transform: rotate(-90deg);
}

#newrecruit .arrow {
  transform: rotate(90deg);
  position: relative;
  width: calc(14.83 / 1440 * 100vw);
  height: calc(14.83 / 1440 * 100vw);
}

@media screen and (max-width: 768px) {
  #newrecruit .arrow {
    width: calc(14.83 / 600 * 100vw);
    height: calc(14.83 / 600 * 100vw);
  }
}

@media screen and (max-width: 500px) {
  #newrecruit .arrow {
    width: calc(14.83 / 400 * 100vw);
    height: calc(14.83 / 400 * 100vw);
  }
}

#newrecruit .data {
  display: flex;
  align-items: flex-start;
  padding: calc(20 / 1440 * 100vw) 0px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  border-bottom-width: 0.75px;
  border-bottom-style: solid;
  border-color: #e6e6e6;
}

@media screen and (max-width: 768px) {
  #newrecruit .data {
    display: block;
    padding: calc(20 / 600 * 100vw) 0px;
  }
}

@media screen and (max-width: 500px) {
  #newrecruit .data {
    padding: calc(20 / 400 * 100vw) 0px;
  }
}

#newrecruit .text-wrapper-11 {
  position: relative;
  width: calc(220 / 1440 * 100vw);
  margin-top: -0.75px;
  font-family: "Noto Sans JP-Regular", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: calc(14 / 1440 * 100vw);
  letter-spacing: 0;
  line-height: calc(24 / 1440 * 100vw);
}

@media screen and (max-width: 768px) {
  #newrecruit .text-wrapper-11 {
    font-weight: 700;
    font-size: calc(14 / 600 * 100vw);
    line-height: calc(24 / 600 * 100vw);
  }
}

@media screen and (max-width: 500px) {
  #newrecruit .text-wrapper-11 {
    font-size: calc(14 / 400 * 100vw);
    line-height: calc(24 / 400 * 100vw);
  }
}

#newrecruit .text-wrapper-12 {
  position: relative;
  flex: 1;
  margin-top: -0.75px;
  font-family: "Noto Sans JP-Regular", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: calc(14 / 1440 * 100vw);
  letter-spacing: 0;
  line-height: calc(24 / 1440 * 100vw);
}

@media screen and (max-width: 768px) {
  #newrecruit .text-wrapper-12 {
    margin-top: calc(8 / 600 * 100vw);
    font-size: calc(14 / 600 * 100vw);
    line-height: calc(24 / 600 * 100vw);
  }
}

@media screen and (max-width: 500px) {
  #newrecruit .text-wrapper-12 {
    margin-top: calc(8 / 400 * 100vw);
    font-size: calc(14 / 400 * 100vw);
    line-height: calc(24 / 400 * 100vw);
  }
}

#newrecruit .flow-2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: calc(100 / 1440 * 100vw);
  padding: calc(200 / 1440 * 100vw);
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #ffffff;
}

@media screen and (max-width: 768px) {
  #newrecruit .flow-2 {
    padding: 0 calc(24 / 600 * 100vw) calc(60 / 600 * 100vw);
    gap: calc(40 / 600 * 100vw);
  }
}

@media screen and (max-width: 500px) {
  #newrecruit .flow-2 {
    padding: 0 calc(24 / 400 * 100vw) calc(60 / 400 * 100vw);
    gap: calc(40 / 400 * 100vw);
  }
}

#newrecruit .title {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  flex-direction: column;
  position: relative;
}

#newrecruit .text-wrapper-13 {
  position: relative;
  margin-top: -1px;
  font-family: "Plus Jakarta Sans-ExtraBold", Helvetica;
  font-weight: 800;
  color: #4060e9;
  font-size: calc(128 / 1440 * 100vw);
  letter-spacing: 0;
  line-height: normal;
}

@media screen and (max-width: 768px) {
  #newrecruit .text-wrapper-13 {
    font-size: calc(48 / 600 * 100vw);
  }
}

@media screen and (max-width: 500px) {
  #newrecruit .text-wrapper-13 {
    font-size: calc(48 / 400 * 100vw);
  }
}

#newrecruit .text-wrapper-14 {
  font-family: "Noto Sans CJK JP-Bold", Helvetica;
  font-weight: 700;
  color: #222222;
  font-size: calc(16 / 1440 * 100vw);
  line-height: calc(28 / 1440 * 100vw);
  position: relative;
  letter-spacing: 0;
}

@media screen and (max-width: 768px) {
  #newrecruit .text-wrapper-14 {
    margin-top: calc(4 / 600 * 100vw);
    font-size: calc(14 / 600 * 100vw);
    line-height: calc(26 / 600 * 100vw);
  }
}

@media screen and (max-width: 500px) {
  #newrecruit .text-wrapper-14 {
    margin-top: calc(4 / 400 * 100vw);
    font-size: calc(14 / 400 * 100vw);
    line-height: calc(26 / 400 * 100vw);
  }
}

#newrecruit .steps {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

#newrecruit .frame-11 {
  display: flex;
  align-items: center;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

@media screen and (max-width: 768px) {
  #newrecruit .frame-11 {
    display: block;
  }
}

#newrecruit .frame-12 {
  display: flex;
  flex-direction: column;
  height: calc(240 / 1440 * 100vw);
  align-items: center;
  justify-content: center;
  gap: calc(12 / 1440 * 100vw);
  position: relative;
  flex: 1;
  flex-grow: 1;
}

@media screen and (max-width: 768px) {
  #newrecruit .frame-12 {
    height: auto;
    gap: calc(12 / 600 * 100vw);
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: calc(32 / 600 * 100vw);
  }

  #newrecruit .frame-12.second {
    padding: calc(32 / 600 * 100vw) 0;
  }
}

@media screen and (max-width: 500px) {
  #newrecruit .frame-12 {
    height: auto;
    gap: calc(12 / 400 * 100vw);
    padding-bottom: calc(32 / 400 * 100vw);
  }

  #newrecruit .frame-12.second {
    padding: calc(32 / 400 * 100vw) 0;
  }
}

#newrecruit .div-3 {
  display: inline-flex;
  align-items: center;
  gap: calc(20 / 1440 * 100vw);
  position: relative;
  flex: 0 0 auto;
}

@media screen and (max-width: 768px) {
  #newrecruit .div-3 {
    gap: calc(12 / 600 * 100vw);
  }
}

@media screen and (max-width: 500px) {
  #newrecruit .div-3 {
    gap: calc(12 / 400 * 100vw);
  }
}

#newrecruit .business-service {
  position: relative;
  font-family: "Plus Jakarta Sans-Bold", Helvetica;
  font-weight: 700;
  color: #222222;
  font-size: calc(12 / 1440 * 100vw);
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

@media screen and (max-width: 768px) {
  #newrecruit .business-service {
    font-size: calc(12 / 600 * 100vw);
  }
}

@media screen and (max-width: 500px) {
  #newrecruit .business-service {
    font-size: calc(12 / 400 * 100vw);
  }
}

#newrecruit .frame-13 {
  display: flex;
  flex-direction: column;
  width: calc(32 / 1440 * 100vw);
  height: calc(32 / 1440 * 100vw);
  align-items: center;
  justify-content: center;
  gap: calc(10 / 1440 * 100vw);
  padding: 0px calc(10 / 1440 * 100vw);
  position: relative;
  background-color: #55c6d7;
  border-radius: calc(5 / 1440 * 100vw);
}

@media screen and (max-width: 768px) {
  #newrecruit .frame-13 {
    width: calc(32 / 600 * 100vw);
    height: calc(32 / 600 * 100vw);
    gap: 0;
    padding: calc(9 / 600 * 100vw);
    border-radius: calc(5 / 600 * 100vw);
  }
}

@media screen and (max-width: 500px) {
  #newrecruit .frame-13 {
    width: calc(32 / 400 * 100vw);
    height: calc(32 / 400 * 100vw);
    gap: 0;
    padding: calc(9 / 400 * 100vw);
    border-radius: calc(5 / 400 * 100vw);
  }
}

#newrecruit .text-wrapper-15 {
  position: relative;
  margin-left: -1px;
  margin-right: -1px;
  font-family: "Plus Jakarta Sans-Bold", Helvetica;
  font-weight: 700;
  color: #ffffff;
  font-size: calc(12 / 1440 * 100vw);
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

@media screen and (max-width: 768px) {
  #newrecruit .text-wrapper-15 {
    font-size: calc(12 / 600 * 100vw);
  }
}

@media screen and (max-width: 500px) {
  #newrecruit .text-wrapper-15 {
    font-size: calc(12 / 400 * 100vw);
  }
}

#newrecruit .AI {
  position: relative;
  align-self: stretch;
  font-family: "Noto Sans JP-Bold", Helvetica;
  font-weight: 700;
  color: #222222;
  font-size: calc(24 / 1440 * 100vw);
  text-align: center;
  letter-spacing: 1.2px;
  line-height: calc(32 / 1440 * 100vw);
}

@media screen and (max-width: 768px) {
  #newrecruit .AI {
    font-size: calc(20 / 600 * 100vw);
    line-height: calc(32 / 600 * 100vw);
    text-align: left;
  }
}

@media screen and (max-width: 500px) {
  #newrecruit .AI {
    font-size: calc(20 / 400 * 100vw);
    line-height: calc(32 / 400 * 100vw);
  }
}

#newrecruit .AI-2 {
  position: relative;
  align-self: stretch;
  font-family: "Noto Sans JP-Regular", Helvetica;
  font-weight: 400;
  color: #111111;
  font-size: calc(14 / 1440 * 100vw);
  text-align: center;
  letter-spacing: 0;
  line-height: calc(24 / 1440 * 100vw);
}

@media screen and (max-width: 768px) {
  #newrecruit .AI-2 {
    text-align: left;
    font-size: calc(14 / 600 * 100vw);
    line-height: calc(24 / 600 * 100vw);
  }
}

@media screen and (max-width: 500px) {
  #newrecruit .AI-2 {
    text-align: left;
    font-size: calc(14 / 400 * 100vw);
    line-height: calc(24 / 400 * 100vw);
  }
}

#newrecruit .frame-14 {
  margin-bottom: -1px;
  margin-right: -1px;
  display: flex;
  flex-direction: column;
  height: calc(242 / 1440 * 100vw);
  align-items: center;
  justify-content: center;
  gap: calc(12 / 1440 * 100vw);
  position: relative;
  flex: 1;
  flex-grow: 1;
  margin-top: -1px;
  border-left-width: 1px;
  border-left-style: solid;
  border-color: #e3e3e3;
}

@media screen and (max-width: 768px) {
  #newrecruit .frame-14 {
    height: auto;
    align-items: flex-start;
    justify-content: flex-start;
    gap: calc(12 / 600 * 100vw);
    border: none;
    padding: calc(32 / 600 * 100vw);
    border-top-width: 1px;
    border-top-style: solid;
    border-color: #e3e3e3;
  }
}

@media screen and (max-width: 500px) {
  #newrecruit .frame-14 {
    gap: calc(12 / 400 * 100vw);
    padding: calc(32 / 400 * 100vw) 0;
  }
}

#newrecruit .element-wrapper {
  background-color: #337df1;
  display: flex;
  flex-direction: column;
  width: calc(32 / 1440 * 100vw);
  height: calc(32 / 1440 * 100vw);
  align-items: center;
  justify-content: center;
  gap: calc(10 / 1440 * 100vw);
  padding: 0px calc(10 / 1440 * 100vw);
  position: relative;
  border-radius: calc(5 / 1440 * 100vw);
}

@media screen and (max-width: 768px) {
  #newrecruit .element-wrapper {
    width: calc(32 / 600 * 100vw);
    height: calc(32 / 600 * 100vw);
    gap: 0;
    padding: calc(9 / 600 * 100vw);
    border-radius: calc(5 / 600 * 100vw);
  }
}

@media screen and (max-width: 500px) {
  #newrecruit .element-wrapper {
    width: calc(32 / 400 * 100vw);
    height: calc(32 / 400 * 100vw);
    gap: 0;
    padding: calc(9 / 400 * 100vw);
    border-radius: calc(5 / 400 * 100vw);
  }
}

#newrecruit .element {
  margin-left: -2px;
  margin-right: -2px;
  position: relative;
  width: fit-content;
  font-family: "Plus Jakarta Sans-Bold", Helvetica;
  font-weight: 700;
  color: #ffffff;
  font-size: calc(12 / 1440 * 100vw);
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

@media screen and (max-width: 768px) {
  #newrecruit .element {
    font-size: calc(12 / 600 * 100vw);
  }
}

@media screen and (max-width: 500px) {
  #newrecruit .element {
    font-size: calc(12 / 400 * 100vw);
  }
}

#newrecruit .frame-15 {
  display: flex;
  align-items: flex-start;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  margin-bottom: -1px;
  margin-left: -1px;
  margin-right: -1px;
  border-top-width: 1px;
  border-top-style: solid;
  border-color: #e3e3e3;
}

@media screen and (max-width: 768px) {
  #newrecruit .frame-15 {
    display: block;
  }
}

#newrecruit .frame-16 {
  background-color: #1a43e4;
  display: flex;
  flex-direction: column;
  width: calc(32 / 1440 * 100vw);
  height: calc(32 / 1440 * 100vw);
  align-items: center;
  justify-content: center;
  gap: calc(10 / 1440 * 100vw);
  padding: 0px calc(10 / 1440 * 100vw);
  position: relative;
  border-radius: calc(5 / 1440 * 100vw);
}

@media screen and (max-width: 768px) {
  #newrecruit .frame-16 {
    width: calc(32 / 600 * 100vw);
    height: calc(32 / 600 * 100vw);
    gap: 0;
    padding: calc(9 / 600 * 100vw);
    border-radius: calc(5 / 600 * 100vw);
  }
}

@media screen and (max-width: 500px) {
  #newrecruit .frame-16 {
    width: calc(32 / 400 * 100vw);
    height: calc(32 / 400 * 100vw);
    gap: 0;
    padding: calc(9 / 400 * 100vw);
    border-radius: calc(5 / 400 * 100vw);
  }
}

#newrecruit .frame-17 {
  display: flex;
  flex-direction: column;
  height: calc(242 / 1440 * 100vw);
  align-items: center;
  justify-content: center;
  gap: calc(12 / 1440 * 100vw);
  position: relative;
  flex: 1;
  flex-grow: 1;
  margin-top: -1px;
  border-left-width: 1px;
  border-left-style: solid;
  border-color: #e3e3e3;
}

@media screen and (max-width: 768px) {
  #newrecruit .frame-17 {
    height: auto;
    justify-content: flex-start;
    align-items: flex-start;
    gap: calc(12 / 600 * 100vw);
    border: none;
    border-top-width: 1px;
    border-top-style: solid;
    border-color: #e3e3e3;
    padding: calc(32 / 600 * 100vw) 0;
  }
}

@media screen and (max-width: 500px) {
  #newrecruit .frame-17 {
    gap: calc(12 / 400 * 100vw);
    padding: calc(32 / 400 * 100vw) 0;
  }
}

#newrecruit .frame-18 {
  background-color: #4f0dd5;
  display: flex;
  flex-direction: column;
  width: calc(32 / 1440 * 100vw);
  height: calc(32 / 1440 * 100vw);
  align-items: center;
  justify-content: center;
  gap: calc(10 / 1440 * 100vw);
  padding: 0px calc(10 / 1440 * 100vw);
  position: relative;
  border-radius: calc(5 / 1440 * 100vw);
}

@media screen and (max-width: 768px) {
  #newrecruit .frame-18 {
    width: calc(32 / 600 * 100vw);
    height: calc(32 / 600 * 100vw);
    gap: 0;
    padding: calc(9 / 600 * 100vw);
    border-radius: calc(5 / 600 * 100vw);
  }
}

@media screen and (max-width: 500px) {
  #newrecruit .frame-18 {
    width: calc(32 / 400 * 100vw);
    height: calc(32 / 400 * 100vw);
    gap: 0;
    padding: calc(9 / 400 * 100vw);
    border-radius: calc(5 / 400 * 100vw);
  }
}

#newrecruit .element-2 {
  margin-left: calc(-2.5 / 1440 * 100vw);
  margin-right: calc(-2.5 / 1440 * 100vw);
  position: relative;
  width: fit-content;
  font-family: "Plus Jakarta Sans-Bold", Helvetica;
  font-weight: 700;
  color: #ffffff;
  font-size: calc(12 / 1440 * 100vw);
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

@media screen and (max-width: 768px) {
  #newrecruit .element-2 {
    font-size: calc(12 / 600 * 100vw);
  }
}

@media screen and (max-width: 500px) {
  #newrecruit .element-2 {
    font-size: calc(12 / 400 * 100vw);
  }
}

.recruitsvg1 {
  width: calc(1700 / 1440 * 100vw);
  height: calc(1500 / 1440 * 100vw);
  display: block;
  position: absolute;
  top: 6%;
  left: 0;
}

.recruitsvg1.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .recruitsvg1 {
    width: calc(220 / 600 * 100vw);
    height: calc(1050 / 600 * 100vw);
    top: -18%;
    z-index: -1;
    left: 64%;
  }

  .recruitsvg1.sp {
    display: block;
  }
}

@media screen and (max-width: 500px) {
  .recruitsvg1 {
    width: calc(220 / 400 * 100vw);
    height: calc(1050 / 400 * 100vw);
  }
}

.recruitsvg1 svg {
  display: block;
  width: 100%;
  height: 100%;
}

.recruitsvg2 {
  width: calc(3000 / 1440 * 100vw);
  height: calc(610 / 1440 * 100vw);
  display: block;
  position: absolute;
  top: 0%;
  left: -34%;
}

.recruitsvg2.sp {
  display: none;
}

.recruitsvg2 svg {
  display: block;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .recruitsvg2 {
    width: calc(650 / 600 * 100vw);
    height: calc(220 / 600 * 100vw);
    top: 0%;
    left: 0%;
  }

  .recruitsvg2.sp {
    display: block;
  }
}

@media screen and (max-width: 500px) {
  .recruitsvg2 {
    width: calc(650 / 400 * 100vw);
    height: calc(220 / 400 * 100vw);
  }
}

.recruitsvg3 {
  width: calc(1400 / 1440 * 100vw);
  height: calc(340 / 1440 * 100vw);
  display: block;
  position: absolute;
  top: 67%;
  left: 3%;
}

.recruitsvg3 svg {
  display: block;
  width: 100%;
  height: 100%;
}

.recruitsvg4 {
  width: calc(170 / 1440 * 100vw);
  height: calc(340 / 1440 * 100vw);
  display: block;
  position: absolute;
  top: 23%;
  left: 0%;
}

@media screen and (max-width: 768px) {
  .recruitsvg4 {
    display: none;
  }
}

.recruitsvg4 svg {
  display: block;
  width: 100%;
  height: 100%;
}

.recruitsvg5 {
  width: calc(1440 / 1440 * 100vw);
  height: calc(610 / 1440 * 100vw);
  display: block;
  position: absolute;
  top: -3%;
  left: 0%;
}

.recruitsvg5 svg {
  display: block;
  width: 100%;
  height: 100%;
}

.page-id-34 #header {
  background: rgba(1, 63, 163, 1);
}

.page-id-34 #header #nav a {
  color: #fff !important;
}

.page-id-34 #header #nav .btn>a {
  background: #fff;
  color: #222 !important;
}

@media screen and (max-width: 768px) {
  .page-id-34 #header #nav a {
    color: #222 !important;
  }

  .page-id-34 #header #nav .btn>a {
    background: #222;
    color: #fff !important;
  }

  .page-id-34 #header #open span {

    background: #fff;
  }
}

#entry {
  background: #333 url("img/recruit/backg.svg");
  padding: calc(200 / 1440 * 100vw) 0;
}

#entry header,
#entry section {
  z-index: 10;
}

#entry header i {
  font-size: calc(128 / 1440 * 100vw);
}

.recruitsvg6 {
  width: calc(1454 / 1440 * 100vw);
  height: calc(2352 / 1440 * 100vw);
  display: block;
  position: absolute;
  top: -12.4%;
  left: 0%;
}

.recruitsvg6.sp {
  display: none;
}

@media screen and (max-width: 768px) {

  .recruitsvg6 {
    display: none;
  }

  .recruitsvg6.sp {
    display: block;
  }

  .recruitsvg6 {
    top: -3%;
    left: 0%;
    width: calc(60 / 600 * 100vw);
    height: calc(120 / 1440 * 100vw);
  }
}

@media screen and (max-width: 500px) {
  .recruitsvg6 {
    width: calc(60 / 400 * 100vw);
    height: calc(120 / 400 * 100vw);
  }
}

.recruitsvg6 svg {
  display: block;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .recruitsvg7 {
    position: absolute;
    top: -5%;
    left: -18%;
    width: calc(616 / 600 * 100vw);
    height: calc(605 / 600 * 100vw);
  }

  .recruitsvg7 svg {
    display: block;
    width: 100%;
    height: 100%;
  }
}

.othersvg1 {
  position: absolute;
  top: 3%;
  left: 0;
  display: block;
  width: calc(1440 / 1440 * 100vw);
  height: calc(610 / 1440 * 100vw);
}

.titleWrapper .othersvg1 {
  top: -210%;
  left: auto;
  right: -10%;
}

@media screen and (max-width: 768px) {
  .titleWrapper .othersvg1.sp {
    display: none;
  }
}

.othersvg1 svg {
  display: block;
  width: 100%;
  height: 100%;
}

.othersvg1.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .othersvg1 {
    top: 3%;
    left: -3%;

    width: calc(650 / 600 * 100vw);
    height: calc(220 / 600 * 100vw);
  }

  .othersvg1.sp {
    display: block;
  }
}

@media screen and (max-width: 500px) {
  .othersvg1 {
    width: calc(650 / 400 * 100vw);
    height: calc(220 / 400 * 100vw);
  }
}

#main {
  position: relative;
  overflow: hidden;
}

.companysvg1 {
  position: absolute;
  bottom: -1%;
  left: -1%;
  width: calc(290 / 1440 * 100vw);
  height: calc(240 / 1440 * 100vw);
}

.companysvg1 svg {
  display: block;
  width: 100%;
  height: 100%;
}

.companysvg2 {
  position: absolute;
  z-index: 1;
  top: -8%;
  left: -7%;
  width: calc(2022 / 1440 * 100vw);
  height: calc(2464 / 1440 * 100vw);
}

.companysvg2 svg {
  display: block;
  width: 100%;
  height: 100%;
}

.companysvg3 {
  position: absolute;
  left: -2%;
  bottom: -2%;
  width: calc(1020 / 1440 * 100vw);
  height: calc(400 / 1440 * 100vw);
}

.companysvg3 svg {
  display: block;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .service .deco2::before {
    top: -6%;
    left: 14%;
    width: calc(110 / 600 * 100vw);
    height: calc(320 / 600 * 100vw);
    background-size: contain;
  }
}

@media screen and (max-width: 500px) {
  .service .deco2::before {
    width: calc(110 / 400 * 100vw);
    height: calc(320 / 400 * 100vw);
  }
}

.page-id-32 #main {
  overflow: clip;
}

#message .daihyoimg img {
  position: sticky;
  top: 80px;
}

/* 2025/09/11追加分 */
.underservice#service {
  background: #fff;
}

.underservice .heading i,
.underservice .heading h2,
.underservice .center p {
  color: #000;
}

.underservice .top {
  width: 100%;
  max-width: 100%;
}

.underservice .top li {
  display: flex;
  align-items: center;
  gap: calc(40 / 1440 * 100vw);
}

.underservice .top li:first-of-type,
.underservice .top li:nth-of-type(3) {
  justify-content: flex-end;
  flex-direction: row-reverse;
}

.underservice .top li:nth-of-type(2),
.underservice .top li:nth-of-type(4) {
  justify-content: flex-end;
  flex-direction: row;
}

.underservice .top li .tabcontent {
  display: block;
  opacity: 1;
  position: static;
  width: 50%;
  height: calc(450 / 1440 * 100vw);
  transform: translateY(0);
}

.underservice .top li .tabcontent figure {
  width: 100%;
  height: 100%;
}

.underservice .top li .tabcontent img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  image-rendering: -webkit-optimize-contrast;
}

.underservice .tab li .textWrapper {
  width: calc(460 / 1440 * 100vw);
}

.underservice .tab li .textWrapper i {
  display: flex;
  align-items: center;
  gap: calc(16 / 1440 * 100vw);
  margin-bottom: calc(12 / 1440 * 100vw);
  font-size: calc(12 / 1440 * 100vw);
  font-weight: 700;
  color: #000;
}

.underservice .tab li .textWrapper i span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(36 / 1440 * 100vw);
  height: calc(36 / 1440 * 100vw);
  background: #55c6d7;
  border-radius: calc(8 / 1440 * 100vw);
  color: #fff;
}

.underservice .tab li .textWrapper h3,
.underservice .tab li .textWrapper p,
.underservice .tab li .textWrapper .linkArea a {
  color: #000;
}

.underservice .tab li .textWrapper .linkArea {
  text-align: right;
}

.underservice .tab li .textWrapper .linkArea a {
  opacity: 1;
  display: inline-block;
  position: static;
  margin-left: auto;
  width: auto;
  padding: 0;
  border-bottom: 1px solid #000;
}

.underservice .sptop li i,
.underservice .sptop li h3,
.underservice .sptop li p,
.underservice .sptop li div {
  color: #000;
}

.underservice .sptop li i span {
  color: #fff;
}

.underservice .top .tab li {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.7s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}

.underservice .top .tab li.is-inview {
  opacity: 1;
  transform: translateY(0);
}

.wp-block-table {
  overflow: scroll;
  max-width: 780px;
}

.wp-block-table table {
  min-width: 1000px;
}

.wp-block-table table td {
  padding: 24px 0;
  text-align: left;
  vertical-align: top;
  border: none !important;
  border-bottom: 2px solid #d1d1d1 !important;
}

body.home #instagram.instagram {
  display: block !important;
}