@charset "UTF-8";
/* A Modern CSS Reset */
* {
  margin: 0;
  padding: 0;
}

*,
::before,
::after {
  border-style: solid;
  box-sizing: border-box;
  border-width: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  line-height: 1.5;
  text-rendering: optimizeSpeed;
}

ul,
ol {
  list-style: none;
}

a {
  color: inherit;
  background-color: transparent;
  text-decoration: none;
  text-decoration-skip-ink: auto;
}

img {
  width: 100%;
  display: block;
}

input,
button,
select,
textarea {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  border-radius: 0;
  background: transparent;
  font: inherit;
  outline: none;
}

textarea {
  resize: none;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

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

summary {
  list-style: none;
  -webkit-appearance: none;
}

summary::-webkit-details-marker {
  display: none;
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
}

body {
  color: #404A5E;
  background-color: #F0F0F0;
}

html {
  font-size: 16px;
}
@media screen and (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 1280pxpx) {
  html {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 16px;
  }
}

main.fixed {
  position: relative;
}
main.fixed::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(65, 127, 189, 0.3);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  z-index: 90;
}

html.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

body.fixed {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.header__menu,
.js-drawer {
  position: relative;
  z-index: 101;
}

.header {
  position: fixed;
  width: 100%;
  top: 40px;
  left: 0;
  right: 0;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .header {
    top: 9px;
    padding-bottom: 2.0625rem;
  }
}

.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: inherit;
  margin-left: 1.875rem;
  margin-right: 3.125rem;
  position: relative;
  z-index: 102;
}
@media screen and (max-width: 767px) {
  .header__inner {
    margin-left: 0.5625rem;
    margin-right: 0.9375rem;
  }
}

.header__logo a {
  display: block;
  display: flex;
  color: #404A5E;
}

.header__logo a img {
  aspect-ratio: 186/43;
  width: 11.625rem;
  height: auto;
  object-fit: cover;
  filter: brightness(0.1);
}
@media screen and (max-width: 767px) {
  .header__logo a img {
    width: 8rem;
    aspect-ratio: 128/30;
  }
}

.header__logo--text {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #000000;
  margin-top: 1.0625rem;
  margin-left: -0.375rem;
  font-size: 0.746875rem;
}
@media screen and (max-width: 767px) {
  .header__logo--text {
    margin-top: 0.5rem;
    margin-left: -0.1875rem;
    font-size: 0.6875rem;
  }
}

.header__logo {
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.header__logo--hidden {
  opacity: 0;
  transform: translateY(-100%);
  pointer-events: none;
}

.header__menu {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 110;
}

.header__entry {
  margin-right: 1.875rem;
}
@media screen and (max-width: 767px) {
  .header__entry {
    margin-right: 0.625rem;
  }
}

.header__nav {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 101;
  animation: fadeIn 300ms ease-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.footer {
  background-color: #404A5E;
  margin-top: -2.5625rem;
  padding-top: 6.25rem;
  padding-left: 3.125rem;
  padding-right: 3.125rem;
  overflow: hidden;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .footer {
    padding-top: 4.25rem;
    padding-left: 0.375rem;
    padding-right: 0;
  }
}

.footer__inner {
  margin: 0 auto;
}

.footer__logo a {
  display: inline-flex;
  align-items: center;
}

.footer__logo a img {
  aspect-ratio: 293/68;
  width: 18.3125rem;
  height: auto;
  object-fit: cover;
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(1%) hue-rotate(246deg) brightness(101%) contrast(102%);
}
@media screen and (max-width: 767px) {
  .footer__logo a img {
    width: 10.846875rem;
  }
}

.footer__logo--text {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.25;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  display: block;
  margin-left: -0.5rem;
}
@media screen and (max-width: 767px) {
  .footer__logo--text {
    font-size: 0.875rem;
  }
}

.footer__wrap {
  display: flex;
  align-items: start;
  margin-top: 1.625rem;
  margin-left: 1.75rem;
  gap: 7.3125rem;
  max-width: 1360px;
}
@media screen and (max-width: 767px) {
  .footer__wrap {
    max-width: initial;
    margin-top: 1.875rem;
    width: 18.75rem;
    gap: initial;
    flex-direction: column;
  }
}

.footer__left {
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .footer__left {
    margin-top: 0;
  }
}

.footer-btn a {
  display: flex;
  align-items: center;
  padding: 1.0625rem 0 1rem 2.1875rem;
  width: 27.125rem;
  height: 4.0625rem;
  border-radius: 2.5rem;
}
@media screen and (max-width: 767px) {
  .footer-btn a {
    padding: 0.625rem 0 0.625rem 1.6875rem;
    width: 18.75rem;
    height: 2.8125rem;
  }
}

.footer-btn__text {
  display: block;
  position: relative;
  height: 2rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .footer-btn__text {
    height: 1.3125rem;
  }
}

.footer-btn__text--normal,
.footer-btn__text--hover {
  display: block;
  font-family: "sofia-pro", sans-serif;
  font-weight: 400;
  font-size: 1.75rem;
  line-height: 1.1428571429;
  letter-spacing: 0.02em;
  color: #404A5E;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease;
  width: 10.5rem;
}
@media screen and (max-width: 767px) {
  .footer-btn__text--normal,
  .footer-btn__text--hover {
    font-size: 1.125rem;
    line-height: 1.1666666667;
    width: 6.875rem;
  }
}

.footer-btn__text--hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform: translateY(100%);
}

.footer-btn a:hover .footer-btn__text--normal {
  transform: translateY(-100%);
}
.footer-btn a:hover .footer-btn__text--hover {
  transform: translateY(0);
}

.footer__entryBtn a {
  background: linear-gradient(to right, #57f7e7, #dfdf22);
}

.footer__contactBtn a {
  background: linear-gradient(to right, #7bdeff, #248cf5);
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .footer__contactBtn a {
    margin-top: 0.9375rem;
  }
}

.footer-btn__text:last-child {
  display: block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5625;
  letter-spacing: 0.1em;
  margin-left: 2.125rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .footer-btn__text:last-child {
    margin-left: 0.9375rem;
    font-size: 0.875rem;
  }
}

.footer__right {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 27.125rem - 7.3125rem);
}
@media screen and (max-width: 767px) {
  .footer__right {
    width: 18.75rem;
  }
}

.footer__items {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  align-items: start;
  row-gap: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .footer__items {
    flex-direction: column;
    align-items: flex-start;
    row-gap: initial;
    column-gap: initial;
    margin-left: 0;
    margin-top: 2.5rem;
  }
}

.footer__item {
  width: 33.3333333333%;
  min-width: 8.9375rem;
}
@media (max-width: 1310px) {
  .footer__item {
    width: 50%;
  }
}
@media (max-width: 1160px) {
  .footer__item {
    width: 100% !important;
  }
}
@media screen and (max-width: 767px) {
  .footer__item {
    width: 100%;
    margin-top: 1.125rem;
  }
}
.footer__item:first-child {
  margin-top: 0;
}

.footer__item a {
  font-family: "sofia-pro", sans-serif;
  font-weight: 300;
  font-size: 1.75rem;
  line-height: 1.1428571429;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  transition: color 0.3s ease;
}
@media screen and (max-width: 767px) {
  .footer__item a {
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    padding-right: 0;
  }
}

.footer__item--interview {
  max-width: 12.6875rem;
  min-width: 8.9375rem;
}

.footer__item:nth-child(4n) a {
  padding-right: 0;
}

.footer__item a:hover,
.footer__item a:hover .footer__item--jp {
  color: #248CF5;
}

.footer__item--jp {
  display: block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5625;
  letter-spacing: 0.1em;
  color: #FFFFFF;
  margin-top: 0.125rem;
  transition: color 0.3s ease;
}
@media screen and (max-width: 767px) {
  .footer__item--jp {
    font-size: 0.875rem;
    margin-left: 0.625rem;
    margin-top: 0;
  }
}

.footer__privacy {
  margin-top: 2.125rem;
}
@media screen and (max-width: 767px) {
  .footer__privacy {
    margin-top: 1.25rem;
    margin-left: 0;
    width: 18.75rem;
    max-width: initial;
    margin-left: 1.75rem;
  }
}

.footer__privacy a {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.7857142857;
  letter-spacing: 0.1em;
  color: #c2c2c2;
  transition: color 0.3s ease;
}

.footer__privacy a:hover {
  color: #248CF5;
}

.footer__copyright {
  display: block;
  margin-top: 13.75rem;
  margin-bottom: 1.625rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.7857142857;
  letter-spacing: 0.1em;
  color: #c2c2c2;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .footer__copyright {
    margin-top: 11.125rem;
    margin-bottom: 0.5rem;
    text-align: center;
  }
}

.footer__back--text {
  position: absolute;
  font-family: "sofia-pro", sans-serif;
  font-weight: 200;
  font-size: 8.125rem;
  line-height: 1.1538461538;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.1);
  bottom: 2.375rem;
  left: 0;
  width: 100vw;
  text-align: center;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .footer__back--text {
    font-size: 3.4375rem;
    line-height: 1.1454545455;
    bottom: 2.5rem;
    text-align: left;
  }
}

.footer__back--grass {
  position: absolute;
  width: 100vw;
  height: auto;
  object-fit: cover;
  bottom: -3.25rem;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .footer__back--grass {
    width: 200%;
    left: 50%;
    transform: translateX(-50%);
    bottom: -1.25rem;
  }
}

.footer__back--dot {
  width: 100vw;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.footer__item--unlinked {
  pointer-events: none;
}

.footer__item--unlinked:hover {
  color: #FFFFFF !important;
}

@media screen and (max-width: 767px) {
  .footer__interview {
    margin-top: 0.75rem;
  }
}

.footer__interview li {
  margin-top: 0.25rem;
}
@media screen and (max-width: 767px) {
  .footer__interview li {
    margin-top: 0.5rem;
  }
}

.footer__interview li a {
  font-size: 0.6875rem;
  line-height: normal;
  color: #FFFFFF;
}

.inner {
  max-width: 1280px;
  padding-right: 2.5rem;
  padding-left: 2.5rem;
}
@media screen and (max-width: 767px) {
  .inner {
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    margin-right: auto;
    margin-left: auto;
  }
}

.btn a {
  font-family: "sofia-pro", sans-serif;
  font-weight: 600;
  color: #404A5E;
  background-color: #FFFFFF;
  border: 1px solid #d8d8db;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  transition: 0.3s ease-in-out;
  z-index: 0;
}

.btn__small a {
  font-size: 14px !important;
  line-height: 150% !important;
  padding: 7px 24.5px !important;
  text-align: center;
}

.btn__large a {
  font-size: 16px !important;
  line-height: 1.625 !important;
  padding: 16px 88.5px !important;
  text-align: center;
}

.btn a:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0;
  display: block;
  background: #404A5E;
  transition: 0.3s;
  left: 0;
  z-index: -1;
}

.btn a:hover {
  color: #FFFFFF;
}

.btn a:hover:before {
  width: 100%;
}

.btn a:not(:hover):before {
  width: 0;
  left: auto;
  right: 0;
  transition: 0.3s;
}

.btn__submit {
  font-size: 16px !important;
  line-height: 1.625 !important;
  padding: 16px 112px !important;
  text-align: center;
  background-color: #404A5E;
  color: #FFFFFF;
  text-align: center;
  display: block;
  margin: 0 auto;
  transition: 0.3s;
}
.btn__submit:hover {
  background-color: rgba(64, 74, 94, 0.5);
  color: #FFFFFF;
}

.section-title h2 {
  font-size: 5rem;
  line-height: 1.15;
  font-family: "sofia-pro", sans-serif;
  font-weight: 200;
  letter-spacing: 0.02em;
  color: #248CF5;
}
@media screen and (max-width: 767px) {
  .section-title h2 {
    font-size: 2.5rem;
    line-height: 1.15;
  }
}

.section-title__jp {
  display: block;
  font-size: 1.25rem;
  line-height: 1.25;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #404A5E;
}
@media screen and (max-width: 767px) {
  .section-title__jp {
    font-size: 1rem;
    line-height: 180%;
  }
}

.section-title__small h2 {
  font-size: 3.75rem;
  line-height: 1.15;
  font-family: "sofia-pro", sans-serif;
  font-weight: 200;
  letter-spacing: 0.02em;
  color: #248CF5;
}
@media screen and (max-width: 767px) {
  .section-title__small h2 {
    font-size: 1.875rem;
    line-height: 0.875;
  }
}

.section-title__small__jp {
  display: block;
  font-size: 1.25rem;
  line-height: 1.25;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #404A5E;
  margin-top: 0.375rem;
}
@media screen and (max-width: 767px) {
  .section-title__small__jp {
    font-size: 1rem;
    line-height: 180%;
    margin-top: 0.1875rem;
  }
}

.hamburger {
  width: 3.75rem;
  height: 3.75rem;
  background-color: #FFFFFF;
  border-radius: 62.4375rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.375rem;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .hamburger {
    padding: 0.875rem 0.75rem;
    gap: 0.25rem;
    width: 2.1875rem;
    height: 2.1875rem;
  }
}
.hamburger:hover {
  gap: 0.25rem;
  background-color: #248CF5;
}

.hamburger span {
  display: block;
  width: 1.25rem;
  height: 0.125rem;
  background-color: #404A5E;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .hamburger span {
    width: 0.75rem;
  }
}

.hamburger:hover span {
  background-color: #FFFFFF;
}

.hamburger.open {
  background-color: #404A5E;
}

.hamburger.open span {
  background-color: #FFFFFF;
}

.hamburger.open:hover {
  gap: 0.375rem;
}

.hamburger.open span:first-child {
  transform: translateY(0.25rem) rotate(45deg);
}
@media screen and (max-width: 767px) {
  .hamburger.open span:first-child {
    transform: translateY(0.25rem) rotate(45deg);
  }
}

.hamburger.open span:nth-child(2) {
  transform: translateY(-0.25rem) rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .hamburger.open span:nth-child(2) {
    transform: translateY(-0.1875rem) rotate(-45deg);
  }
}

.header-nav {
  display: none;
  align-items: center;
  background-color: #FFFFFF;
  width: 63.5%;
  height: fit-content;
  max-height: 100vh;
  margin-left: auto;
  border-radius: 0 0 0 6.25rem;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 101;
  padding-top: 10.5rem;
  padding-left: clamp(1.25rem, 5vw, 5.125rem);
  padding-right: clamp(1.25rem, 5vw, 5.125rem);
  padding-bottom: 4.1875rem;
  overflow-y: auto;
}
@media screen and (max-width: 767px) {
  .header-nav {
    width: 93.6%;
    border-radius: 0 0 0 5rem;
    padding-top: 5.8125rem;
    padding-left: 2.6875rem;
    padding-right: 1.5rem;
    padding-bottom: 5rem;
  }
}

.header-nav__items {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(12.5rem, 1fr));
  column-gap: clamp(1.25rem, 5vw, 5.5625rem);
  row-gap: clamp(1.25rem, 3vw, 3.5625rem);
  width: 100%;
  max-width: 75rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .header-nav__items {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .header-nav__item {
    width: 100%;
    margin-top: 1.375rem;
  }
}

.header-nav__item a {
  font-size: 2.25rem;
  line-height: 0.8611111111;
  font-family: "sofia-pro", sans-serif;
  font-weight: 300;
  letter-spacing: 0.02em;
  display: block;
  color: #404A5E;
  transition: color 0.3s ease;
}
@media screen and (max-width: 767px) {
  .header-nav__item a {
    font-size: 1.75rem;
    display: flex;
    width: 100%;
  }
}

.header-nav__item a:hover {
  color: #248CF5;
}

.header-nav__item--jp {
  display: block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 220%;
  letter-spacing: 0.05em;
  color: #404A5E;
  text-align: left;
  transition: color 0.3s ease;
}
@media screen and (max-width: 767px) {
  .header-nav__item--jp {
    font-size: 0.875rem;
    margin-left: 0.75rem;
  }
}

.header-nav__item a:hover .header-nav__item--jp {
  color: #248CF5;
}

.header-nav__accordion-trigger {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .header-nav__accordion-trigger {
    display: flex;
    width: 100%;
    align-items: center;
  }
}

.header-nav__title {
  font-size: 2.25rem;
  line-height: 0.8611111111;
  font-family: "sofia-pro", sans-serif;
  font-weight: 300;
  letter-spacing: 0.02em;
  color: #404A5E;
  width: 100%;
  position: relative;
  padding-right: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
}
@media screen and (max-width: 767px) {
  .header-nav__title {
    font-size: 1.75rem;
    padding-right: 0;
    display: inline-block;
    text-align: left;
    position: initial;
    width: initial;
  }
}

.accordion-icon {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .accordion-icon {
    width: 0.9375rem;
    height: 0.9375rem;
    display: none;
  }
}

.sp-accordion-icon {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-accordion-icon {
    width: 1.5rem;
    height: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
    margin-left: auto;
  }
}

.sp-accordion-icon__line {
  position: absolute;
  background-color: #248CF5;
  transition: transform 0.3s ease;
}
.sp-accordion-icon__line:first-child {
  width: 0.9375rem;
  height: 0.125rem;
}
.sp-accordion-icon__line:last-child {
  width: 0.125rem;
  height: 0.9375rem;
}

.header-nav__accordion.is-open .sp-accordion-icon__line:first-child {
  transform: rotate(0deg);
}
.header-nav__accordion.is-open .sp-accordion-icon__line:last-child {
  transform: rotate(90deg);
}

.accordion-icon__line {
  position: absolute;
  background-color: #248CF5;
  transition: transform 0.3s ease;
}
.accordion-icon__line:first-child {
  width: 0.9375rem;
  height: 0.125rem;
}
.accordion-icon__line:last-child {
  width: 0.125rem;
  height: 0.9375rem;
}

.header-nav__accordion-trigger:hover .accordion-icon__line:first-child {
  transform: rotate(180deg);
}
.header-nav__accordion-trigger:hover .accordion-icon__line:last-child {
  transform: rotate(180deg);
}

.header-nav__accordion.is-open .accordion-icon__line:first-child {
  transform: rotate(180deg);
}
.header-nav__accordion.is-open .accordion-icon__line:last-child {
  transform: rotate(270deg);
}

.accordion-content {
  display: none;
  margin-top: 0.5rem;
}

.accordion-content a {
  font-size: 0.875rem !important;
  color: #6C737F;
  line-height: 180%;
  letter-spacing: 0.1em;
  text-decoration: none;
  transition: color 0.3s ease;
}

.accordion-content a:hover {
  color: #248CF5;
}

.header-nav__accordion.is-open .accordion-content {
  display: block;
}

.client-item {
  width: 336px;
}

.client-item:nth-child(n+2) {
  width: 312px;
}

.client-item__img {
  width: inherit;
  height: 161px;
  overflow: hidden;
  position: relative;
}

.client-item__img img {
  width: 483px;
  height: 322px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.client-item__tag {
  margin-top: 16px;
  font-size: 14px;
  line-height: 150%;
  font-weight: 700;
  letter-spacing: 2px;
  background-color: #6C737F;
  color: #404A5E;
  padding: 4.5px 16px;
  display: inline-block;
}

.client-item__text {
  margin-top: 16px;
  font-size: 18px;
  font-weight: 500;
  line-height: 170%;
}

.client-item__company {
  font-size: 16px;
  line-height: 170%;
  font-weight: 400;
  margin-top: 20px;
}

.contact-form {
  width: 704px;
  margin: 0 auto;
}

.contact-form__item {
  margin-top: 16px;
}
.contact-form__item:first-child {
  margin-top: 0;
}

.contact-form__label {
  font-size: 14px;
  line-height: 150%;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.04em;
  display: block;
}

.contact-form__input {
  width: 100%;
  padding: 15px 15px;
  border: 1px solid #d8d8db;
  border-radius: 8px;
  background-color: #FFFFFF;
  margin-top: 8px;
}

.contact-form__button {
  margin-top: 40px;
}

.entry-btn a {
  display: inline-block;
  background: linear-gradient(to right, #57f7e7, #ffff1c);
  padding: 1.1875rem 2.25rem;
  border-radius: 3.125rem;
}
@media screen and (max-width: 767px) {
  .entry-btn a {
    padding: 0.59375rem 1.09375rem;
  }
}
.entry-btn__text {
  display: block;
  position: relative;
  height: 1.3125rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .entry-btn__text {
    height: 1rem;
  }
}
.entry-btn__text--normal, .entry-btn__text--hover {
  display: block;
  font-family: "sofia-pro", sans-serif;
  font-size: 1.125rem;
  line-height: 1.1666666667;
  letter-spacing: 10%;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 767px) {
  .entry-btn__text--normal, .entry-btn__text--hover {
    font-size: 0.875rem;
    line-height: 1.1428571429;
    letter-spacing: 2%;
  }
}
.entry-btn__text--hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform: translateY(100%);
}
.entry-btn a:hover .entry-btn__text--normal {
  transform: translateY(-100%);
}
.entry-btn a:hover .entry-btn__text--hover {
  transform: translateY(0);
}

.swiper {
  width: 100%;
  position: relative;
  padding-left: 7.5rem !important;
  margin-right: 0 !important;
  overflow: hidden;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .swiper {
    margin-right: auto !important;
    height: initial;
    min-height: initial;
    padding-left: 0 !important;
  }
}

.swiper-wrapper {
  position: relative;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .swiper-wrapper {
    height: auto !important;
  }
}

.swiper-slide {
  width: 100%;
  height: 100%;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .swiper-slide {
    height: inherit;
  }
}

.swiper-slide .image,
.swiper-slide .image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition-delay: 5.5s;
}
@media screen and (max-width: 767px) {
  .swiper-slide .image,
  .swiper-slide .image img {
    height: inherit;
  }
}

.swiper-slide .image {
  transform: translateX(200%);
  overflow: hidden;
}

.swiper-slide:first-child .image {
  transform: translateX(0);
}

.swiper-slide .image img {
  transform: translateX(100%);
}

.swiper-slide:first-child .image img {
  transform: translateX(0);
}

.swiper-slide-active {
  /*アクティブなスライドが一番上に来るように*/
  z-index: 2;
}

.swiper-slide-active .image,
.swiper-slide-active .image img {
  transition-delay: 0s;
  transition-duration: 1.5s;
  transform: translateX(0%);
}

.swiper-slide:first-child .image,
.swiper-slide:first-child .image img {
  transition: none;
}

.top-mv__grass {
  position: absolute;
  top: 0;
  left: 2.25rem;
  z-index: 5;
  width: auto;
  height: 100%;
  max-height: 100%;
  transform: translateX(0);
}
@media screen and (max-width: 767px) {
  .top-mv__grass {
    top: 0.9375rem;
    left: 0;
    width: 100%;
    height: auto;
  }
}

.top-mv__grass img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.header__logo a {
  mix-blend-mode: difference;
  color: #404A5E;
}

.btn-readmore a {
  display: inline-flex;
  align-items: center;
  background-color: #FFFFFF;
  color: #248CF5;
  padding-top: 0.3125rem;
  padding-bottom: 0.25rem;
  padding-left: 1.5625rem;
  position: relative;
  border-radius: 1.5625rem;
  font-family: "sofia-pro", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 180%;
  height: 2.375rem;
}
@media screen and (max-width: 767px) {
  .btn-readmore a {
    line-height: 160%;
  }
}
.btn-readmore__text {
  display: block;
  position: relative;
  height: 1.3125rem;
  overflow: hidden;
}
.btn-readmore__text--normal, .btn-readmore__text--hover {
  display: block;
  font-family: "sofia-pro", sans-serif;
  font-size: 1.125rem;
  line-height: 1.1666666667;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease;
}
.btn-readmore__text--hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform: translateY(100%);
}
.btn-readmore .btn-readmore__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.125rem;
  height: 2.375rem;
  margin-left: 0.5rem;
  background: linear-gradient(to right, #2673c0, #60abff);
  border-radius: 2.34375rem;
  margin-left: 0.9375rem;
  transition: margin-left 0.3s ease;
}
.btn-readmore .btn-readmore__arrow img {
  width: 1.25rem;
  height: 1rem;
}

.btn-readmore a:hover .btn-readmore__text--normal {
  transform: translateY(-100%);
}
.btn-readmore a:hover .btn-readmore__text--hover {
  transform: translateY(0);
}
.btn-readmore a:hover .btn-readmore__arrow {
  margin-left: 1.5625rem;
}

.btn-back a {
  display: inline-flex;
  align-items: center;
  background-color: #FFFFFF;
  color: #248CF5;
  padding-top: 0.3125rem;
  padding-bottom: 0.25rem;
  padding-right: 1.5625rem;
  position: relative;
  border-radius: 1.5625rem;
  font-family: "sofia-pro", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 180%;
  height: 2.375rem;
}
@media screen and (max-width: 767px) {
  .btn-back a {
    line-height: 160%;
  }
}
.btn-back__text {
  display: block;
  position: relative;
  height: 1.3125rem;
  overflow: hidden;
  margin-left: 0.9375rem;
}
.btn-back__text--normal, .btn-back__text--hover {
  display: block;
  font-family: "sofia-pro", sans-serif;
  font-size: 1.125rem;
  line-height: 1.1666666667;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease;
}
.btn-back__text--hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform: translateY(100%);
}
.btn-back .btn-back__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.125rem;
  height: 2.375rem;
  background: linear-gradient(to right, #2673c0, #60abff);
  border-radius: 2.34375rem;
  transition: transform 0.3s ease;
}
.btn-back .btn-back__arrow img {
  width: 1.25rem;
  height: 1rem;
  transform: rotate(180deg);
}

.btn-back a:hover .btn-back__text {
  margin-left: 1.5625rem;
}
.btn-back a:hover .btn-back__text--normal {
  transform: translateY(-100%);
}
.btn-back a:hover .btn-back__text--hover {
  transform: translateY(0);
}
.btn-back a:hover .btn-back__arrow {
  transform: translateX(-0.625rem);
}

.btn-back-container {
  display: flex;
  justify-content: center;
  margin: 2.5rem 0;
}

.works-card {
  background-color: #FFFFFF;
  border-radius: 1.25rem;
  padding: 1.25rem;
  width: 100%;
  max-width: 80rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .works-card {
    position: initial;
    left: initial;
    transform: initial;
    max-width: initial;
    padding: 1.0625rem 1.0625rem 0.625rem;
    margin-top: 1.25rem;
    border-radius: 0.625rem;
  }
}
.works-card--bgBlue {
  background-color: #e6f2fe;
}
.works-card:first-child {
  margin-top: 0;
}

.works-card__cont {
  width: 100%;
  margin: auto auto;
  display: flex;
  gap: 4rem;
  align-items: start;
}
@media screen and (max-width: 767px) {
  .works-card__cont {
    flex-direction: column;
    gap: initial;
    align-items: start;
  }
}

.works-card__cont img {
  aspect-ratio: 705/392;
  width: 100%;
  max-width: 44.0625rem;
  height: auto;
  object-fit: cover;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .works-card__cont img {
    aspect-ratio: 293/198;
    max-width: initial;
  }
}

.works-card__right {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .works-card__right {
    width: initial;
    margin-top: 0.625rem;
  }
}

.works-card__number {
  font-family: "sofia-pro", sans-serif;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.125;
  letter-spacing: 0.02em;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .works-card__number {
    font-size: 0.875rem;
    line-height: 1.1428571429;
    text-align: left;
  }
}
.works-card__number--orange {
  color: #FFC249;
}
.works-card__number--green {
  color: #2CCF78;
}
.works-card__number--navey {
  color: #2673C0;
}
.works-card__number--red {
  color: #FA553B;
}
.works-card__number--lightBlue {
  color: #4BCBD9;
}

.works-card__textWrap {
  margin-top: 3.5625rem;
}
@media screen and (max-width: 767px) {
  .works-card__textWrap {
    margin-top: 0.625rem;
  }
}

.works-card__textWrap-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.works-card__title {
  font-family: "sofia-pro", sans-serif;
  font-weight: 200;
  font-size: 3.75rem;
  line-height: 1.15;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .works-card__title {
    font-size: 2rem;
    line-height: 1.15625;
  }
}
.works-card__title--designer {
  color: #FFC249;
}
.works-card__title--planner {
  color: #2CCF78;
}
.works-card__title--engineer {
  color: #2673C0;
}
.works-card__title--sales {
  color: #FA553B;
}
.works-card__title--staff {
  color: #4BCBD9;
}

.works-card__title--jp {
  display: block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.625rem;
  line-height: 160%;
  letter-spacing: 0.1em;
  color: #404A5E;
  margin-top: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .works-card__title--jp {
    font-size: 1.125rem;
    margin-top: 0.125rem;
  }
}

.works-card__text {
  margin-top: 1.375rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 180%;
  letter-spacing: 0.05em;
  color: #404A5E;
  max-width: 30.6875rem;
}
@media screen and (max-width: 767px) {
  .works-card__text {
    margin-top: 0.625rem;
    font-size: 0.875rem;
    max-width: initial;
  }
}
.works-card__text--planner {
  letter-spacing: 0.04em;
}

.works-card__btn {
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .works-card__btn {
    margin-top: 0.9375rem;
  }
}

@media screen and (max-width: 1200px) {
  .works-card__cont img {
    max-width: 37.5rem;
  }
}
@media screen and (max-width: 1024px) {
  .works-card__cont img {
    max-width: 31.25rem;
  }
}
.btn-arrow a {
  display: inline-flex;
  background: linear-gradient(to right, #2673c0, #60abff);
  border-radius: 3.46875rem;
  width: 4.625rem;
  height: 2.8125rem;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .btn-arrow a {
    border-radius: 2.34375rem;
    width: 3.125rem;
    height: 2.375rem;
  }
}
.btn-arrow a .btn-arrow__img {
  display: block;
  position: relative;
  height: 1rem;
  width: 1.625rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .btn-arrow a .btn-arrow__img {
    width: 1.25rem;
  }
}
.btn-arrow a .btn-arrow__img--normal,
.btn-arrow a .btn-arrow__img--hover {
  display: block;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease;
  width: 1.625rem;
  height: 1rem;
}
@media screen and (max-width: 767px) {
  .btn-arrow a .btn-arrow__img--normal,
  .btn-arrow a .btn-arrow__img--hover {
    width: 1.25rem;
  }
}
.btn-arrow a .btn-arrow__img--hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform: translateY(100%);
}
.btn-arrow a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.btn-arrow a:hover .btn-arrow__img--normal {
  transform: translateY(-100%);
}
.btn-arrow a:hover .btn-arrow__img--hover {
  transform: translateY(0);
}

.cta-recruit {
  background-color: #FFFFFF;
  border-radius: 2.5rem;
  overflow: hidden;
  position: relative;
  z-index: 20;
}
@media screen and (max-width: 767px) {
  .cta-recruit {
    border-radius: 1.25rem;
  }
}

.cta-recruit__inner {
  width: 100%;
  max-width: 1440px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(2.5rem, 7.6vw, 6.8125rem);
  padding-left: clamp(2.5rem, 8.3vw, 7.5rem);
  padding-right: clamp(1.25rem, 2.8vw, 2.5rem);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .cta-recruit__inner {
    flex-direction: column;
    align-items: start;
    gap: initial;
    justify-content: initial;
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .cta-recruite__left {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    margin-top: 3.5rem;
  }
}

.cta-recruite__title--jp {
  margin-top: 1.3125rem;
}
@media screen and (max-width: 767px) {
  .cta-recruite__title--jp {
    margin-top: 0.125rem;
  }
}

.cta-recruite__textWrap {
  margin-top: 3.4375rem;
  width: clamp(18.75rem, 33.9vw, 30.5rem);
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .cta-recruite__textWrap {
    margin-top: 1.625rem;
    width: 100%;
  }
}

.cta-recruite__text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 180%;
  letter-spacing: 0.05em;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .cta-recruite__text {
    font-size: 0.875rem;
    margin-top: 0.625rem;
  }
}
.cta-recruite__text:first-child {
  margin-top: 0;
}

.cta-recruite__btn {
  margin-top: 2.1875rem;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .cta-recruite__btn {
    margin-top: 1.875rem;
  }
}
.cta-recruite__btn a {
  background-color: rgba(36, 140, 245, 0.1);
}

.cta-recruite__right {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto auto;
  column-gap: clamp(0.9375rem, 1.7vw, 1.5625rem);
  row-gap: clamp(0.9375rem, 1.8vw, 1.625rem);
  width: clamp(18.75rem, 47.4vw, 42.6875rem);
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .cta-recruite__right {
    column-gap: 0.8125rem;
    row-gap: 0.9375rem;
    margin-top: 2.5rem;
    width: 100%;
  }
}

.cta-recruite__img picture,
.cta-recruite__img img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.img1 {
  grid-column: 1/2;
  grid-row: 1/3; /* 左上から中段まで大きく */
}

.img2 {
  grid-column: 2/3;
  grid-row: 1/2; /* 右上小さく */
}

.img4 {
  grid-column: 2/3;
  grid-row: 2/4; /* 右中〜下まで大きく */
}

.img3 {
  grid-column: 1/2;
  grid-row: 3/4; /* 左下小さく */
}

.cta-recruit .cta-recruite__title,
.cta-recruit .cta-recruite__text,
.cta-recruit .top-workplace__btn {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.cta-recruit .cta-recruite__title.is-inview,
.cta-recruit .cta-recruite__text.is-inview,
.cta-recruit .top-workplace__btn.is-inview {
  opacity: 1;
  transform: translateY(0);
}
.cta-recruit .cta-recruite__text:nth-child(1) {
  transition-delay: 0.2s;
}
.cta-recruit .cta-recruite__text:nth-child(2) {
  transition-delay: 0.4s;
}
.cta-recruit .top-workplace__btn {
  transition-delay: 0.6s;
}

.template-mv {
  overflow: hidden;
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}
@media screen and (max-width: 767px) {
  .template-mv {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
}

.template-mv__inner {
  width: 100%;
  max-width: 1440px;
  height: auto;
  margin: 10.3125rem auto 0;
  padding-left: 2.5rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  border-radius: 0.625rem;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .template-mv__inner {
    padding-left: 1.25rem;
    max-width: initial;
    margin: 4.875rem auto 0;
    padding-left: 1.25rem;
    padding-top: 0.625rem;
  }
}

.template-mv__bread p {
  font-family: "sofia-pro", sans-serif;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 220%;
  letter-spacing: 0.05em;
  color: #d3d3d3;
}

.breadcrumb_last {
  color: #FFFFFF;
}

.template-mv__title {
  margin-top: 22.75rem;
}
@media screen and (max-width: 767px) {
  .template-mv__title {
    margin-top: 31.375rem;
  }
}

.template-mv__titleEn {
  font-family: "sofia-pro", sans-serif;
  font-weight: 200;
  font-size: 7.5rem;
  line-height: 1.15;
  letter-spacing: 0.02em;
  color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .template-mv__titleEn {
    font-size: 3.75rem;
    line-height: 1.15;
  }
}

.template-mv__titleJp {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.875rem;
  line-height: 160%;
  letter-spacing: 0.1em;
  color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .template-mv__titleJp {
    font-size: 1.5rem;
  }
}

.template-mvTitle {
  margin-top: 11.5625rem;
  position: relative;
  z-index: 40;
}
@media screen and (max-width: 767px) {
  .template-mvTitle {
    margin-top: 7.5625rem;
  }
}

.template-mvTitle .template-mvTitle__inner {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5rem;
}
@media screen and (max-width: 767px) {
  .template-mvTitle .template-mvTitle__inner {
    padding-left: 1.25rem;
  }
}

.template-mvTitle .template-mv__bread p {
  font-family: "sofia-pro", sans-serif;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 220%;
  letter-spacing: 0.05em;
  color: #d3d3d3;
}

.template-mvTitle .breadcrumb_last {
  color: #248CF5;
}

.template-mvTitle .template-mv__title {
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .template-mvTitle .template-mv__title {
    margin-top: 1rem;
  }
}

.template-mvTitle .template-mv__titleEn {
  font-family: "sofia-pro", sans-serif;
  font-weight: 200;
  font-size: 7.5rem;
  line-height: 1.15;
  letter-spacing: 0.02em;
  color: #248CF5;
}
@media screen and (max-width: 767px) {
  .template-mvTitle .template-mv__titleEn {
    font-size: 3.75rem;
    line-height: 1.15;
  }
}

.template-mvTitle .template-mv__titleJp {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.875rem;
  line-height: 160%;
  letter-spacing: 0.1em;
  color: #404A5E;
}
@media screen and (max-width: 767px) {
  .template-mvTitle .template-mv__titleJp {
    font-size: 1.5rem;
  }
}

.news-bread {
  font-family: "sofia-pro", sans-serif;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 220%;
  letter-spacing: 0.05em;
  color: #d3d3d3;
  margin-top: 11.5625rem;
  margin-left: 5rem;
}
@media screen and (max-width: 767px) {
  .news-bread {
    margin-left: 1.5rem;
    margin-top: 7.5625rem;
  }
}
.news-bread .breadcrumb_last {
  color: #248CF5;
}

.interview-mv__blread {
  font-family: "sofia-pro", sans-serif;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 220%;
  letter-spacing: 0.05em;
  color: #d3d3d3;
  margin-top: 11.5625rem;
}
@media screen and (max-width: 767px) {
  .interview-mv__blread {
    margin-left: 1.5rem;
    margin-top: 7.5625rem;
  }
}
.interview-mv__blread .breadcrumb_last {
  color: #248CF5;
}

.back {
  background-image: url(../../assets/images/srcImg/mv-back.png);
  overflow: hidden;
  background-size: 100%;
  background-position: center 40px;
  width: 100%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .back {
    background-image: url(../../assets/images/srcImg/sp-main-back.png);
  }
}

.back-2 {
  background-image: url(../../assets/images/srcImg/mv-noimg-bg.png);
  overflow: hidden;
  background-size: 100%;
  background-position: center top;
  width: 100%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .back-2 {
    background-image: url(../../assets/images/srcImg/sp-main-back2.png);
  }
}

.interview-back {
  background-image: url(../../assets/images/srcImg/interview-back.png);
  overflow: hidden;
  background-size: 100%;
  background-position: center top;
  width: 100%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .interview-back {
    background-image: url(../../assets/images/srcImg/interview-back.png);
  }
}

.interview-oneday {
  max-width: 1360px;
  width: 100%;
  margin: 11.25rem auto 7.5rem;
  background-color: #FFFFFF;
  border-radius: 2.5rem;
}
@media screen and (max-width: 767px) {
  .interview-oneday {
    margin-top: 5rem;
    margin-bottom: 5rem;
    border-radius: 1.25rem;
  }
}

.interview-oneday__inner {
  margin: 0 auto;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .interview-oneday__inner {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.interview-oneday__title {
  text-align: center;
}

.interview-oneday__cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .interview-oneday__cont {
    flex-direction: column;
    align-items: start;
    margin-top: 2.25rem;
  }
}
.interview-oneday__cont--center {
  justify-content: center;
}

.interview-oneday__timeline {
  width: calc(24.1875rem / (100% - 6.9375rem) * 100);
  position: relative;
  margin-right: 3.125rem;
}
@media screen and (max-width: 767px) {
  .interview-oneday__timeline {
    width: 100%;
    margin-right: 0;
  }
}

.interview-oneday__item {
  display: flex;
  align-items: start;
  gap: 3.8125rem;
  margin-top: 2.8125rem;
}
@media screen and (max-width: 767px) {
  .interview-oneday__item {
    gap: 1.5rem;
    margin-top: 1.5rem;
  }
}

.interview-oneday__time {
  width: 5.4375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .interview-oneday__time {
    display: block;
  }
}
.interview-oneday__time p {
  font-family: "sofia-pro", sans-serif;
  font-weight: 200;
  font-size: 2.25rem;
  line-height: 100%;
  letter-spacing: 0.02em;
  color: #248CF5;
}
@media screen and (max-width: 767px) {
  .interview-oneday__time p {
    font-size: 1.5rem;
  }
}
.interview-oneday__time::before {
  content: "";
  position: absolute;
  top: 3.8125rem;
  left: 2.625rem;
  width: 0.125rem;
  height: 2.5rem;
  background-image: url("../images/srcImg/interview-oneday-dotlinesvg.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .interview-oneday__time::before {
    top: 3.0625rem;
    left: 1.6875rem;
  }
}

.interview-oneday__item:last-child .interview-oneday__time::before {
  display: none;
}

.interview-oneday__event-title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 160%;
  letter-spacing: 0.1em;
  color: #404A5E;
  margin-top: 0.1875rem;
}
@media screen and (max-width: 767px) {
  .interview-oneday__event-title {
    font-size: 1.125rem;
    margin-top: 0;
  }
}

.interview-oneday__event-text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 180%;
  letter-spacing: 0.05em;
  color: #404A5E;
  margin-top: 0.3125rem;
  min-height: 1.8125rem;
}
@media screen and (max-width: 767px) {
  .interview-oneday__event-text {
    font-size: 0.875rem;
  }
}

.interview-oneday__images {
  width: 24.1875rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .interview-oneday__images {
    width: 100%;
    max-width: 24.1875rem;
    margin-top: 1.75rem;
  }
}

.loading {
  content: "";
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1000;
  background: #FFFFFF;
  height: 100vh;
  animation: fadeOut 0.7s ease 4s forwards;
}

.loading div {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  width: 100%;
  text-align: center;
  animation: moveToPosition 1.5s ease 3s forwards;
}

.loading p {
  color: #248CF5;
  font-size: 6.25rem;
  font-family: "sofia-pro", sans-serif;
  font-weight: 300;
  letter-spacing: 0.02em;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .loading p {
    font-size: 2.9375rem;
  }
}

.loading p span {
  display: inline-block;
  opacity: 0;
  transform: translateY(20px);
  animation: word 0.7s ease forwards;
}

.loading p span:nth-child(1) {
  animation-delay: 0.1s;
}

.loading p span:nth-child(2) {
  animation-delay: 0.2s;
}

.loading p span:nth-child(3) {
  animation-delay: 0.3s;
}

.loading p span:nth-child(4) {
  animation-delay: 0.4s;
}

.loading p span:nth-child(5) {
  animation-delay: 0.5s;
}

.loading p span:nth-child(6) {
  animation-delay: 0.6s;
}

.loading p span:nth-child(7) {
  animation-delay: 0.7s;
}

.loading p span:nth-child(8) {
  animation-delay: 0.8s;
}

.loading p span:nth-child(9) {
  animation-delay: 0.9s;
  padding-left: 0.5em;
}

.loading p span:nth-child(10) {
  animation-delay: 1s;
}

.loading p span:nth-child(11) {
  animation-delay: 1.1s;
}

.loading p span:nth-child(12) {
  animation-delay: 1.2s;
}

.loading p span:nth-child(13) {
  animation-delay: 1.3s;
  padding-left: 0.5em;
}

.loading p span:nth-child(14) {
  animation-delay: 1.4s;
}

.loading p span:nth-child(15) {
  animation-delay: 1.5s;
}

.loading p span:nth-child(16) {
  animation-delay: 1.6s;
}

.loading p span:nth-child(17) {
  animation-delay: 1.7s;
}

.loading p span:nth-child(18) {
  animation-delay: 1.8s;
}

.loading p span:nth-child(19) {
  animation-delay: 1.9s;
}

.loading p span:nth-child(20) {
  animation-delay: 2s;
}

.loading p span:nth-child(21) {
  animation-delay: 2.1s;
}

.loading p span:nth-child(22) {
  animation-delay: 2.2s;
}

.loading p span:nth-child(23) {
  animation-delay: 2.3s;
}

@keyframes moveToPosition {
  0% {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes word {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
.top-mv {
  height: 100%;
}
@media screen and (max-width: 767px) {
  .top-mv {
    height: auto;
    margin-top: 5rem;
  }
}

.top-mv__copy {
  position: absolute;
  bottom: 6.25rem;
  left: 6.25rem;
  z-index: 10;
  opacity: 0;
  transform: translateY(-20px);
  animation: fadeInDown 1.5s ease forwards;
}
@media screen and (max-width: 767px) {
  .top-mv__copy {
    bottom: 4.75rem;
    left: 1.5rem;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.top-mv__title {
  font-family: "sofia-pro", sans-serif;
  font-size: 6.25rem;
  line-height: 1.15;
  font-weight: 300;
  color: #FFFFFF;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 1024px) {
  .top-mv__title {
    font-size: 4.375rem;
    line-height: 104%;
  }
}
@media screen and (max-width: 767px) {
  .top-mv__title {
    font-size: 2.9375rem !important;
    line-height: 1.1489361702 !important;
  }
}

.top-mv__subcopy {
  display: flex;
  align-items: center;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .top-mv__subcopy {
    margin-top: 0.625rem;
    flex-direction: column;
    align-items: start;
  }
}

.top-mv__subcopy h2 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2.5rem;
  line-height: 1.625;
  font-weight: 500;
  letter-spacing: 0.3em;
  color: #FFFFFF;
  padding-right: 1.6875rem;
}
@media screen and (max-width: 1024px) {
  .top-mv__subcopy h2 {
    font-size: 1.625rem;
  }
}
@media screen and (max-width: 767px) {
  .top-mv__subcopy h2 {
    font-size: 1.5rem;
    line-height: 2.7083333333;
    padding-right: 0;
  }
}

.top-mv__subcopy p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 0.16em;
  color: #FFFFFF;
  position: relative;
  padding-left: 2.5rem;
}
@media screen and (max-width: 767px) {
  .top-mv__subcopy p {
    font-size: 0.875rem;
    line-height: 1.5;
    margin-top: -0.5rem;
    padding-left: 0.75rem;
  }
}
.top-mv__subcopy p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 2.5rem;
  background-color: #FFFFFF;
  display: block;
}

.top-mv__news {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 10;
}

.top-about {
  overflow: hidden;
  position: relative;
  padding-bottom: 9.875rem;
}
@media screen and (max-width: 767px) {
  .top-about {
    padding-bottom: 9.25rem;
  }
}
.top-about::before {
  content: "";
  display: block;
  width: calc(1456px + 100vw - 1440px);
  height: 0;
  padding-top: 157%;
  background-image: url(../../assets/images/srcImg/top-about-bg.png);
  background-size: cover;
  background-position: top;
  position: absolute;
  top: -11%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .top-about::before {
    background-image: url(../../assets/images/srcImg/sp-top-about-bg.png);
    width: calc(469px + 100vw - 375px);
    top: -11%;
    padding-top: 392%;
  }
}
.top-about .top-about__title,
.top-about .top-about__cont h3,
.top-about .top-about__text,
.top-about .top-about__btn {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.top-about .top-about__title.is-inview,
.top-about .top-about__cont h3.is-inview,
.top-about .top-about__text.is-inview,
.top-about .top-about__btn.is-inview {
  opacity: 1;
  transform: translateY(0);
}
.top-about .top-about__text:nth-child(2) {
  transition-delay: 0.2s;
}
.top-about .top-about__text:nth-child(3) {
  transition-delay: 0.4s;
}
.top-about .top-about__text:nth-child(4) {
  transition-delay: 0.6s;
}
.top-about .top-about__text:nth-child(5) {
  transition-delay: 0.8s;
}
.top-about .top-about__btn {
  transition-delay: 1s;
}

.top-about__inner {
  width: 100%;
  max-width: 88.625rem;
  padding-top: 10.625rem;
  padding-left: 0.8125rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .top-about__inner {
    padding-top: 2.75rem;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 100%;
    max-width: initial;
  }
}

.top-about__title h2 {
  font-size: 7.5rem;
  line-height: 96%;
  font-family: "sofia-pro", sans-serif;
  font-weight: 200;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  padding-left: 0.25rem;
}
@media screen and (max-width: 767px) {
  .top-about__title h2 {
    font-size: 3.75rem;
    padding-left: 0;
  }
}
.top-about__title h2 span {
  font-size: 6.25rem;
}
@media screen and (max-width: 767px) {
  .top-about__title h2 span {
    font-size: 3.125rem;
  }
}

.top-about__cont {
  margin-top: 3.4375rem;
  margin-left: auto;
  margin-right: 10.8125rem;
  padding-left: 2.5rem;
  width: 47.4375rem;
}
@media screen and (max-width: 767px) {
  .top-about__cont {
    margin-top: 2.1875rem;
    margin-left: 0.875rem;
    margin-right: 1rem;
    width: initial;
    padding-left: 0;
  }
}
.top-about__cont h3 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 2.25rem;
  line-height: 160%;
  color: #404A5E;
}
@media screen and (max-width: 767px) {
  .top-about__cont h3 {
    font-size: 1.75rem;
  }
}
.top-about__cont .top-about__text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 200%;
  letter-spacing: 0.05em;
  color: #404A5E;
  margin-top: 0.875rem;
}
@media screen and (max-width: 767px) {
  .top-about__cont .top-about__text {
    font-size: 1rem;
    line-height: 183%;
    margin-top: 0.9375rem;
  }
}
.top-about__cont .top-about__text:nth-child(3) {
  width: 35.4375rem;
  margin-top: 1.375rem;
}
@media screen and (max-width: 767px) {
  .top-about__cont .top-about__text:nth-child(3) {
    width: inherit;
    margin-top: 0.9375rem;
  }
}
.top-about__cont .top-about__text:nth-child(4) {
  margin-top: 1.375rem;
}
@media screen and (max-width: 767px) {
  .top-about__cont .top-about__text:nth-child(4) {
    margin-top: 0.875rem;
  }
}
.top-about__cont .top-about__text:nth-child(5) {
  margin-top: 1.125rem;
  width: 40.1875rem;
}
@media screen and (max-width: 767px) {
  .top-about__cont .top-about__text:nth-child(5) {
    margin-top: 0.9375rem;
    width: inherit;
  }
}

.top-about__btn {
  margin-top: 2rem;
}

.top-workplace {
  margin-top: -1.875rem;
  padding-top: 7.9375rem;
  overflow: hidden;
  position: relative;
  z-index: 20;
  background-color: #FFFFFF;
}
.top-workplace::before {
  content: "";
  position: absolute;
  top: 8.5625rem;
  left: 50%;
  transform: translateX(-50%);
  width: 272.8vw;
  height: 299.8vw;
  border-radius: 50%;
  background-color: #EEF6FE;
  z-index: -1;
}
.top-workplace .top-workplace__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 56.25rem;
  z-index: -2;
}
.top-workplace .top-workplace__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top-workplace .top-workplace__title,
.top-workplace .top-workplace__subText,
.top-workplace .top-workplace__Text,
.top-workplace .top-workplace__btn,
.top-workplace .top-workplace__img {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.top-workplace .top-workplace__title.is-inview,
.top-workplace .top-workplace__subText.is-inview,
.top-workplace .top-workplace__Text.is-inview,
.top-workplace .top-workplace__btn.is-inview,
.top-workplace .top-workplace__img.is-inview {
  opacity: 1;
  transform: translateY(0);
}
.top-workplace .top-workplace__subText {
  transition-delay: 0.2s;
}
.top-workplace .top-workplace__Text {
  transition-delay: 0.4s;
}
.top-workplace .top-workplace__btn {
  transition-delay: 0.6s;
}
.top-workplace .top-workplace__img {
  transition-delay: 0.8s;
}

.top-workplace__inner {
  width: 100%;
  max-width: 1360px;
  margin: 2.3125rem auto 7.625rem;
}
@media screen and (max-width: 767px) {
  .top-workplace__inner {
    max-width: 49.5625rem;
    margin: 0.3125rem auto 7.5rem;
  }
}

.top-workplace__title {
  padding-left: 5rem;
}
@media screen and (max-width: 767px) {
  .top-workplace__title {
    margin-left: 1.5rem;
    padding-left: 0;
  }
}

.top-workplace__cont {
  width: 32rem;
  margin-left: auto;
  margin-right: 3.5rem;
  margin-top: -1.875rem;
}
@media screen and (max-width: 1024px) {
  .top-workplace__cont {
    margin-top: 2.375rem;
  }
}
@media screen and (max-width: 767px) {
  .top-workplace__cont {
    width: initial;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    margin-left: initial;
    margin-top: 2.1875rem;
    margin-right: initial;
  }
}

.top-workplace__subText {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 160%;
  color: #404A5E;
}
@media screen and (max-width: 767px) {
  .top-workplace__subText {
    font-size: 1.25rem;
  }
}

.top-workplace__Text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 180%;
  letter-spacing: 0.05em;
  color: #404A5E;
  margin-top: 0.9375rem;
  width: 30.5rem;
}
@media screen and (max-width: 767px) {
  .top-workplace__Text {
    font-size: 0.875rem;
    width: initial;
    margin-top: 0.875rem;
  }
}

.top-workplace__btn {
  margin-top: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .top-workplace__btn {
    margin-top: 1.875rem;
  }
}
.top-workplace__btn a {
  background-color: rgba(36, 140, 245, 0.1);
}

.top-workplace__img {
  width: 100%;
  margin-top: 3.25rem;
}
@media screen and (max-width: 767px) {
  .top-workplace__img {
    margin-top: 2.8125rem;
    border-radius: 0.625rem;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.top-workplace__img img {
  aspect-ratio: 1360/450;
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .top-workplace__img img {
    aspect-ratio: 345/218;
  }
}

.top-contact {
  background-color: #6C737F;
  padding-top: 97px;
  padding-bottom: 104px;
}

.top-contact__inner {
  margin: 0 auto;
}

.top-contact__inner h2 {
  text-align: center;
}

.top-contact__title {
  color: #FFFFFF;
  font-size: 58px;
  line-height: 150%;
  font-weight: 700;
  font-family: "sofia-pro", sans-serif;
  display: inline-block;
  vertical-align: top;
}

.top-contact__title--jp {
  color: #404A5E;
  font-size: 22px;
  line-height: 170%;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0px;
  display: block;
  margin-top: 8px;
}

.top-contact__form {
  margin-top: 40px;
}

.top-mv__news {
  background-color: #FFFFFF;
  padding: 1rem 3.125rem 0.9375rem;
  border-radius: 0.625rem 0 0 0;
  width: 92.2727272727%;
}
@media screen and (max-width: 767px) {
  .top-mv__news {
    padding: 0.3125rem 0.9375rem 0.3125rem 1.5rem;
    width: 100%;
    border-radius: 0.625rem 0.625rem 0 0;
  }
}

.top-news-item {
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .top-news-item {
    flex-direction: column;
    align-items: start;
  }
}

.top-news-item__left {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-right: 1.75rem;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .top-news-item__left {
    margin-right: 0;
    gap: 0.625rem;
  }
}

.top-news-item__date {
  font-family: "sofia-pro", sans-serif;
  font-size: 1.25rem;
  line-height: 1.25;
  font-weight: 200;
  width: 5.5rem;
  color: rgba(64, 74, 94, 0.9333);
}
@media screen and (max-width: 767px) {
  .top-news-item__date {
    font-size: 0.875rem;
    line-height: 1.7857142857;
    width: 3.875rem;
  }
}

.top-news-item__category {
  display: block;
  font-family: "sofia-pro", sans-serif;
  font-weight: 200;
  font-size: 1rem;
  line-height: 1.3125;
  color: #FFFFFF;
  background: linear-gradient(21deg, #3c34df, #65d9eb);
  padding: 0.25rem 1rem;
  border-radius: 2.5rem;
}
@media screen and (max-width: 767px) {
  .top-news-item__category {
    font-size: 0.875rem;
    line-height: 1.5;
    padding: 0 0.625rem;
  }
}

.top-news-item__title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.3888888889;
  letter-spacing: 0.1em;
  flex: 1;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .top-news-item__title {
    font-size: 1rem;
    line-height: 1.5625;
  }
}
.top-news-item__title a {
  display: block;
  width: 100%;
  color: #404A5E;
}

.top-news-item__text {
  display: block;
  position: relative;
  height: 1.5625rem;
  overflow: hidden;
}

.top-news-item__text--normal,
.top-news-item__text--hover {
  display: block;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease;
  text-wrap: nowrap;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.top-news-item__text--hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform: translateY(100%);
}

.top-news-item__title a:hover .top-news-item__text--normal {
  transform: translateY(-100%);
}
.top-news-item__title a:hover .top-news-item__text--hover {
  transform: translateY(0);
}

.top-works {
  position: relative;
  z-index: 20;
  background: linear-gradient(180deg, #FFF 0%, #F0F0F0 13.35%);
  border-radius: 2.5rem 2.5rem 0 0;
  padding-top: 6.8125rem;
  margin-top: -2.5rem !important;
}
@media screen and (max-width: 767px) {
  .top-works {
    height: initial;
    padding-top: 3.75rem;
    margin-top: -2.5rem !important;
  }
}

.top-works__inner {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .top-works__inner {
    max-width: initial;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}

.top-works__title {
  margin-left: 4.9375rem;
  margin-bottom: 43em;
  position: sticky;
  top: 2em;
}
@media screen and (max-width: 767px) {
  .top-works__title {
    margin-left: 0;
    margin-bottom: initial;
    position: initial;
  }
}

.top-works__cards {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  margin-top: -30em;
  display: flex;
  position: relative;
  padding-bottom: 5.625rem;
}
@media screen and (max-width: 767px) {
  .top-works__cards {
    margin-top: 2.8125rem;
    height: initial;
    position: initial;
    grid-column-gap: initial;
    grid-row-gap: initial;
    padding-bottom: initial;
  }
}

.top-works__card {
  height: 31.4375rem;
  margin-bottom: 3em;
  position: sticky;
  top: 10.7em;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .top-works__card {
    position: relative;
    left: 0;
    top: initial;
    height: initial;
    margin-bottom: 1.875rem;
  }
}

.card-3 {
  position: sticky;
}
@media screen and (max-width: 767px) {
  .card-3 {
    top: initial;
    position: initial;
  }
}

.card-4 {
  position: sticky;
}
@media screen and (max-width: 767px) {
  .card-4 {
    top: initial;
    position: initial;
  }
}

.card-5 {
  position: sticky;
}
@media screen and (max-width: 767px) {
  .card-5 {
    top: initial;
    position: initial;
  }
}

.top-question {
  padding-bottom: 11.1875rem;
  overflow: hidden;
  background-color: #EEF6FE;
}
@media screen and (max-width: 767px) {
  .top-question {
    margin-bottom: 5rem;
    margin-top: 3.4375rem;
    margin-right: 1.5rem;
    margin-left: 1.5rem;
  }
}
.top-question .top-question__title,
.top-question .top-question__text,
.top-question .top-question__btn {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.top-question .top-question__title.is-inview,
.top-question .top-question__text.is-inview,
.top-question .top-question__btn.is-inview {
  opacity: 1;
  transform: translateY(0);
}
.top-question .top-question__text {
  transition-delay: 0.2s;
}
.top-question .top-question__btn {
  transition-delay: 0.4s;
}

.top-question__link {
  display: block;
  text-decoration: none;
  color: inherit;
  width: 100%;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .top-question__link {
    max-width: initial;
  }
}

.top-question__wrap {
  background: linear-gradient(to right, #248cf5, #3dc7f5);
  border-radius: 1.25rem;
  padding-bottom: 0.0625rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top-question__wrap {
    border-radius: 0.625rem;
    padding-bottom: 0.0625rem;
  }
}

.top-question__bgDot {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.top-question__inner {
  display: flex;
  align-items: center;
  padding-top: 6.1875rem;
  padding-left: 5rem;
}
@media screen and (max-width: 767px) {
  .top-question__inner {
    flex-direction: column;
    padding-top: 1.625rem;
    padding-left: 1.0625rem;
    align-items: start;
  }
}

.top-question__title {
  font-family: "sofia-pro", sans-serif;
  font-weight: 200;
  font-size: 3.75rem;
  line-height: 1.15;
  letter-spacing: 0.02em;
  color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .top-question__title {
    font-size: 2.5rem;
    line-height: 1.15;
  }
}
.top-question__title--jp {
  display: block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 220%;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .top-question__title--jp {
    font-size: 1rem;
    line-height: 200%;
  }
}

.top-question__text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 180%;
  letter-spacing: 0.05em;
  margin-left: auto;
  margin-right: 10.4375rem;
  color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .top-question__text {
    font-size: 0.875rem;
    margin-left: 0;
    margin-right: initial;
    margin-top: 0.9375rem;
  }
}

.top-question__btn {
  display: flex;
  background-color: #FFFFFF;
  border-radius: 3.46875rem;
  width: 4.625rem;
  height: 2.8125rem;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-top: 1.75rem;
  margin-right: 1.25rem;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .top-question__btn {
    border-radius: 2.34375rem;
    width: 3.125rem;
    height: 2.375rem;
    margin-top: 2.5rem;
    margin-right: 0.625rem;
    margin-bottom: 0.625rem;
  }
}
.top-question__btn .btn-arrow__img {
  display: block;
  position: relative;
  height: 1rem;
  width: 1.625rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .top-question__btn .btn-arrow__img {
    width: 1.125rem;
    height: auto;
  }
}
.top-question__btn .btn-arrow__img--normal,
.top-question__btn .btn-arrow__img--hover {
  display: block;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease;
  width: 1.625rem;
  height: 1rem;
}
@media screen and (max-width: 767px) {
  .top-question__btn .btn-arrow__img--normal,
  .top-question__btn .btn-arrow__img--hover {
    width: 1.125rem;
    height: auto;
  }
}
.top-question__btn .btn-arrow__img--hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform: translateY(100%);
}
.top-question__btn img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.top-question__link:hover .btn-arrow__img--normal {
  transform: translateY(-100%);
}
.top-question__link:hover .btn-arrow__img--hover {
  transform: translateY(0);
}

.about__inner {
  margin: 11.25rem auto 0;
  max-width: 75rem;
}
@media screen and (max-width: 767px) {
  .about__inner {
    margin: 7.625rem auto 0;
  }
}

.about__message {
  max-width: 36.625rem;
  width: 100%;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .about__message {
    margin-right: 1.25rem;
    margin-top: 7.625rem;
    max-width: 19.3125rem;
  }
}

.about__message p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 220%;
  letter-spacing: 0.05em;
  color: #404A5E;
}
@media screen and (max-width: 767px) {
  .about__message p {
    font-size: 0.875rem;
  }
}

.about-purpose {
  background: linear-gradient(to right, #248cf5, #3dc7f5);
  border-radius: 1.25rem 0 0 1.25rem;
  margin-top: 11.25rem;
  margin-left: 2.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .about-purpose {
    margin-top: 7.5rem;
    margin-left: 1.25rem;
  }
}
.about-purpose::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../../assets/images/srcImg/about-purpose-dot.png);
  background-size: 100%;
  z-index: 1;
}

.about-purpose__inner {
  padding-top: 5rem;
  padding-bottom: 6.25rem;
  max-width: 82.8125rem;
  margin-left: 5rem;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1441px) {
  .about-purpose__inner {
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .about-purpose__inner {
    padding-left: 1.25rem;
    padding-top: 2.5rem;
    padding-bottom: 5rem;
    margin-left: 0rem;
  }
}

.about-purpose__purpose {
  font-family: "sofia-pro", sans-serif;
  font-weight: 300;
  font-size: 2rem;
  line-height: 1.15625;
  letter-spacing: 0.02em;
  color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .about-purpose__purpose {
    font-size: 1.125rem;
    line-height: 1.4444444444;
  }
}

.about-purpose__title {
  margin-top: 5.125rem;
}
@media screen and (max-width: 767px) {
  .about-purpose__title {
    margin-top: 2.1875rem;
  }
}

.about-purpose__title h2 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 3rem;
  line-height: 160%;
  letter-spacing: normal;
  color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .about-purpose__title h2 {
    font-size: 1.25rem;
  }
}

.about-purpose__title h3 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 160%;
  letter-spacing: 0.1em;
  color: #FFFFFF;
  margin-top: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .about-purpose__title h3 {
    font-size: 1rem;
    margin-top: 1rem;
  }
}

.about-purpose__inner img {
  aspect-ratio: 1322/450;
  width: 100%;
  height: auto;
  object-fit: cover;
  margin-top: 4.375rem;
}
@media screen and (min-width: 1441px) {
  .about-purpose__inner img {
    border-radius: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .about-purpose__inner img {
    margin-top: 1.5625rem;
  }
}

.about-purpose__secondIMG {
  display: grid;
  grid-template-columns: 40.682% 32.349% 1fr;
  max-height: 18.625rem;
  gap: 1.3125rem;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .about-purpose__secondIMG {
    margin-top: 0.25rem;
    gap: 0.25rem;
  }
}
.about-purpose__secondIMG picture {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.about-purpose__secondIMG picture:first-child {
  aspect-ratio: 537/298;
}
@media screen and (max-width: 767px) {
  .about-purpose__secondIMG picture:first-child {
    aspect-ratio: 133/74;
    height: 100%;
    border-radius: 0.3125rem;
  }
}
.about-purpose__secondIMG picture:nth-child(2) {
  aspect-ratio: 427/298;
}
@media screen and (max-width: 767px) {
  .about-purpose__secondIMG picture:nth-child(2) {
    aspect-ratio: 105/74;
    height: 100%;
    border-radius: 0.3125rem;
  }
}
.about-purpose__secondIMG picture:last-child {
  aspect-ratio: 314/298;
}
@media screen and (max-width: 767px) {
  .about-purpose__secondIMG picture:last-child {
    aspect-ratio: 78/74;
    height: 100%;
  }
}
.about-purpose__secondIMG img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .about-purpose__secondIMG img {
    margin-top: 0;
    border-radius: 0.3125rem;
  }
}

.about-purpose__thirdIMG {
  display: grid;
  grid-template-columns: 40.682% 1fr;
  max-height: 18.625rem;
  gap: 1.3125rem;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .about-purpose__thirdIMG {
    margin-top: 0.25rem;
    gap: 0.25rem;
  }
}
.about-purpose__thirdIMG picture {
  aspect-ratio: 537/298;
  width: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .about-purpose__thirdIMG picture {
    aspect-ratio: 132/73;
  }
}
.about-purpose__thirdIMG picture:last-child {
  aspect-ratio: 762/298;
}
@media screen and (max-width: 767px) {
  .about-purpose__thirdIMG picture:last-child {
    aspect-ratio: 188/73;
  }
}
.about-purpose__thirdIMG img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .about-purpose__thirdIMG img {
    margin-top: 0;
    border-radius: 0.3125rem;
  }
}

.about-business {
  margin-top: 12.625rem;
  overflow: hidden;
  position: relative;
  z-index: 20;
}
@media screen and (max-width: 767px) {
  .about-business {
    margin-top: 7.5rem;
  }
}
.about-business::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 272.8vw;
  height: 299.8vw;
  border-radius: 50%;
  background-color: #FFFFFF;
  z-index: -1;
}

.about-business__inner {
  padding-top: 2.375rem;
  padding-bottom: 15.8125rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .about-business__inner {
    max-width: 49.5625rem;
    margin: 0.3125rem auto 5rem;
    padding-top: 0.3125rem;
    padding-bottom: 6.25rem;
  }
}

.bout-business__items {
  margin-top: 2.8125rem;
}
@media screen and (max-width: 767px) {
  .bout-business__items {
    margin-top: 2.25rem;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}

.bout-business__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5.3125rem;
}
@media screen and (max-width: 767px) {
  .bout-business__item {
    flex-direction: column-reverse;
    gap: 1.5rem;
    position: relative;
  }
}
.bout-business__item:nth-child(2) {
  margin-top: 9.625rem;
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .bout-business__item:nth-child(2) {
    margin-top: 3.75rem;
    flex-direction: column-reverse;
  }
}

@media screen and (max-width: 767px) {
  .bout-business__item::after {
    content: "";
    width: 100vw;
    height: 131.25rem;
    background-color: #FFFFFF;
    position: absolute;
    top: 0;
    left: -1.625rem;
    z-index: -1;
  }
}

.about-business__textWrap {
  width: calc((100% - 32.8125rem - 5.3125rem) * 100);
}
@media screen and (max-width: 767px) {
  .about-business__textWrap {
    width: 100%;
  }
}

.bout-business__itemTitle h3 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 160%;
  letter-spacing: normal;
}
@media screen and (max-width: 767px) {
  .bout-business__itemTitle h3 {
    font-size: 1.5rem;
  }
}

.bout-business__itemTitle p {
  font-family: "sofia-pro", sans-serif;
  font-weight: 200;
  font-size: 1.5rem;
  line-height: 1.1666666667;
  letter-spacing: 0.02em;
  color: #248CF5;
}
@media screen and (max-width: 767px) {
  .bout-business__itemTitle p {
    font-size: 1rem;
    line-height: 1.125;
  }
}

.about-business__text {
  margin-top: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .about-business__text {
    margin-top: 1rem;
  }
}

.about-business__text p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 180%;
  letter-spacing: 0.05em;
  color: #424242;
  margin-top: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .about-business__text p {
    font-size: 0.875rem;
    margin-top: 0.625rem;
  }
}
.about-business__text p:first-child {
  margin-top: 0;
}

.about-business__img {
  width: calc((100% - 36.875rem - 5.3125rem) * 100);
  height: 32.8125rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .about-business__img {
    width: 100%;
    height: auto;
  }
}

.about-business__img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.about-data {
  background-color: #F0F0F0;
  border-radius: 2.5rem 2.5rem 0 0;
  margin-top: -2.5rem;
  position: relative;
  z-index: 30;
}
@media screen and (max-width: 767px) {
  .about-data {
    border-radius: 1.25rem 1.25rem 0 0;
  }
}

.about-data__inner {
  padding-top: 5rem;
  padding-bottom: 12.5rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .about-data__inner {
    padding-top: 2.5rem;
    padding-bottom: 6.25rem;
  }
}

.about-data__images {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  column-gap: 1.25rem;
  row-gap: 2.5rem;
  margin-top: 4.6875rem;
}
@media screen and (max-width: 767px) {
  .about-data__images {
    column-gap: 0.625rem;
    row-gap: 1.25rem;
    margin-top: 2.25rem;
  }
}

.about-data__image {
  width: calc((100% - 2.5rem) / 3);
}
@media screen and (max-width: 767px) {
  .about-data__image {
    width: calc((100% - 1.25rem) / 2);
  }
}

.about-data__image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.about-company {
  position: relative;
  margin-top: -5rem;
  z-index: 30;
  background-color: #FFFFFF;
  border-radius: 2.5rem 2.5rem 0 0;
}
@media screen and (max-width: 767px) {
  .about-company {
    margin-top: -2.5rem;
    border-radius: 1.25rem 1.25rem 0 0;
  }
}

.about-company__inner {
  margin: 0 auto;
  padding-top: 5rem;
  padding-bottom: 11.25rem;
}
@media screen and (max-width: 767px) {
  .about-company__inner {
    padding-top: 2.5rem;
    padding-bottom: 6.25rem;
  }
}

.about-company__items {
  width: 100%;
  max-width: 62.25rem;
  margin: 4.6875rem auto 0;
}
@media screen and (max-width: 767px) {
  .about-company__items {
    max-width: initial;
    margin: 2.25rem auto 0;
  }
}

.about-company__item {
  border-top: 1px solid #C7C7C7;
  display: flex;
  align-items: center;
  gap: 11.375rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 2.5rem;
}
@media screen and (max-width: 767px) {
  .about-company__item {
    gap: 0.75rem;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    flex-direction: column;
    align-items: start;
  }
}

.about-company__item--start {
  align-items: start;
}

.about-company__item--border {
  padding-bottom: 3.0625rem;
  border-bottom: 1px solid #C7C7C7;
}
@media screen and (max-width: 767px) {
  .about-company__item--border {
    padding-bottom: 1.8125rem;
  }
}

.about-company__name {
  width: 11.5625rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 220%;
  letter-spacing: 0.05em;
  color: #404A5E;
}
@media screen and (max-width: 767px) {
  .about-company__name {
    width: 10.5rem;
    font-size: 1rem;
  }
}

.about-company__disc {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 180%;
  letter-spacing: 0.05em;
  color: #404A5E;
}
@media screen and (max-width: 767px) {
  .about-company__disc {
    font-size: 0.875rem;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .about-company__disc p {
    width: 100%;
  }
}

.about-company__disc iframe {
  width: 34vw;
  max-width: 30.5625rem;
  height: 12.5rem;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .about-company__disc iframe {
    width: 100%;
    max-width: 30.5625rem;
    height: 12.5rem;
  }
}

.about-company__list li {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 180%;
  letter-spacing: 0.05em;
  color: #404A5E;
}
@media screen and (max-width: 767px) {
  .about-company__list li {
    font-size: 0.875rem;
  }
}

.about-company__mapLink {
  font-family: "sofia-pro", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 180%;
  letter-spacing: 0.05em;
  color: #248CF5;
  display: block;
}
@media screen and (max-width: 767px) {
  .about-company__mapLink {
    font-size: 0.875rem;
  }
}

.about-history {
  position: relative;
  z-index: 35;
  margin-top: -2.5rem;
  background-color: #F0F0F0;
  border-radius: 2.5rem 2.5rem 0 0;
}
@media screen and (max-width: 767px) {
  .about-history {
    border-radius: 1.25rem 1.25rem 0 0;
  }
}

.about-history__inner {
  margin: 0 auto;
  padding-top: 5rem;
  padding-bottom: 11.5625rem;
}
@media screen and (max-width: 767px) {
  .about-history__inner {
    padding-top: 2.5rem;
    padding-bottom: 6.25rem;
  }
}

.about-history__items {
  width: 100%;
  max-width: 57.5625rem;
  margin: 3.875rem auto 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .about-history__items {
    max-width: initial;
    margin: 2.25rem auto 0;
  }
}
.about-history__items::before {
  content: "";
  position: absolute;
  top: 1.25rem;
  bottom: 1.25rem;
  left: 0;
  width: 2px;
  background-color: #a6ccf2;
}

.about-history__item {
  display: flex;
  align-items: start;
  margin-top: 1.25rem;
  gap: 13.375rem;
}
@media screen and (max-width: 767px) {
  .about-history__item {
    gap: 2.125rem;
  }
}

.about-history__year {
  width: 5.375rem;
  text-wrap: nowrap;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 180%;
  letter-spacing: 0.05em;
  color: #404A5E;
  position: relative;
  padding-left: 2.125rem;
}
@media screen and (max-width: 767px) {
  .about-history__year {
    width: 3.6875rem;
    font-size: 0.875rem;
    padding-left: 0.875rem;
  }
}
.about-history__year::before {
  content: "";
  width: 0.75rem;
  height: 0.75rem;
  background-color: #a6ccf2;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: -0.3125rem;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .about-history__year::before {
    width: 0.625rem;
    height: 0.625rem;
  }
}

.about-history__disc {
  display: list-item;
  list-style: disc;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 180%;
  letter-spacing: 0.05em;
  color: #404A5E;
}
@media screen and (max-width: 767px) {
  .about-history__disc {
    font-size: 0.875rem;
  }
}
.about-history__disc::marker {
  color: #248CF5;
  font-size: 0.875rem;
}

.about-history__disc--nolist {
  display: block;
}

.about-history__disc li {
  list-style: disc;
}
.about-history__disc li::marker {
  color: #248CF5;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .about-history__disc li::marker {
    font-size: 0.875rem;
  }
}

.workplace-Benefits {
  margin-top: 10rem;
  margin-bottom: 11.25rem;
}
@media screen and (max-width: 767px) {
  .workplace-Benefits {
    margin-top: 7.625rem;
    margin-bottom: 8.75rem;
  }
}

.workplace-Benefits__inner {
  margin: 0 auto;
}

.workplace-Benefits__text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 180%;
  letter-spacing: 0.05em;
  color: #404A5E;
  margin-top: 2.8125rem;
}
@media screen and (max-width: 767px) {
  .workplace-Benefits__text {
    font-size: 0.875rem;
    margin-top: 2.25rem;
  }
}

.workplace-Benefits__cards {
  margin-top: 4.625rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  row-gap: 2.5rem;
  column-gap: 1.25rem;
  align-items: stretch;
}
@media screen and (max-width: 767px) {
  .workplace-Benefits__cards {
    margin-top: 2.8125rem;
    row-gap: 1.25rem;
  }
}

.workplace-Benefits__card {
  width: calc((100% - 2.5rem) / 3);
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .workplace-Benefits__card {
    width: 100%;
  }
}

.workplace-Benefits__cardTitle {
  background-color: rgba(36, 140, 245, 0.8);
  padding: 0.125rem 1.25rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 220%;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  display: inline-block;
  border-radius: 1.25rem;
  text-align: center;
  position: relative;
  z-index: 20;
}
@media screen and (max-width: 767px) {
  .workplace-Benefits__cardTitle {
    padding: 0.0625rem 1.25rem;
    font-size: 1rem;
  }
}

.workplace-Benefits__cardImg {
  margin-top: -1.125rem;
  width: 100%;
  height: auto;
}

.workplace-Benefits__cardImg img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.workplace-Benefits__cardText {
  background-color: #FFFFFF;
  border-radius: 0 0 0.625rem 0.625rem;
  padding: 0.5rem 1.25rem 1.3125rem;
  text-align: center;
  width: 100%;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 180%;
  letter-spacing: 0.05em;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .workplace-Benefits__cardText {
    padding: 0.5rem 0 1.125rem;
    font-size: 0.875rem;
  }
}

.workplace-vision {
  background-color: #F0F0F0;
  padding-bottom: 7.5rem;
}

.workplace-vision__inner {
  margin: 0 auto;
}

.workplace-vision__message {
  margin-top: 2.8125rem;
}
@media screen and (max-width: 767px) {
  .workplace-vision__message {
    margin-top: 2.5rem;
  }
}

.workplace-vision__message h3 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 160%;
  letter-spacing: normal;
  color: #404A5E;
}
@media screen and (max-width: 767px) {
  .workplace-vision__message h3 {
    font-size: 1.5rem;
  }
}

.workplace-vision__messageWrap {
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .workplace-vision__messageWrap {
    margin-top: 1.5rem;
  }
}

.workplace-vision__messageWrap p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 180%;
  letter-spacing: 0.05em;
  color: #404A5E;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .workplace-vision__messageWrap p {
    font-size: 0.875rem;
    margin-top: 0.5rem;
  }
}
.workplace-vision__messageWrap p:first-child {
  margin-top: 0;
}

.workplace-vision__cont {
  margin-top: 12.1875rem;
}
@media screen and (max-width: 767px) {
  .workplace-vision__cont {
    margin-top: 5.375rem;
  }
}
.workplace-vision__cont:nth-of-type(4) {
  margin-top: 2.8125rem;
}

.workplace-vision__item {
  background-color: #FFFFFF;
  border-radius: 1.25rem;
  width: 100%;
  padding-top: 3.9375rem;
  padding-left: 6.5625rem;
  padding-right: 6.1875rem;
  padding-bottom: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .workplace-vision__item {
    border-radius: 0.625rem;
    padding-top: 2.25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-bottom: 1.25rem;
  }
}

.workplace-vision__item h4 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.875rem;
  line-height: 160%;
  letter-spacing: 0.1em;
  color: #404A5E;
}
@media screen and (max-width: 767px) {
  .workplace-vision__item h4 {
    font-size: 1.3125rem;
  }
}
.workplace-vision__item h4 span {
  color: #248CF5;
}

.workplace-vision__cardImg {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 3.5625rem;
}
@media screen and (max-width: 767px) {
  .workplace-vision__cardImg {
    margin-top: 1.75rem;
    width: 100%;
  }
}

.workplace-vision__cardImg img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.workplace-vision__itemText {
  margin-top: 3.75rem;
  display: flex !important;
  align-items: start;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .workplace-vision__itemText {
    margin-top: 0.3125rem;
    display: none !important;
  }
}

.workplace-vision__itemText--sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .workplace-vision__itemText--sp {
    margin-top: 1.5rem;
    display: block !important;
  }
}

.workplace-vision__imgWrap {
  width: 3.125rem;
  height: 3.125rem;
}
@media screen and (max-width: 767px) {
  .workplace-vision__imgWrap {
    width: initial;
    height: initial;
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }
}

.workplace-vision__imgWrap img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .workplace-vision__imgWrap img {
    width: 1.5625rem;
    height: 1.5625rem;
  }
}

.workplace-vision__textwrap {
  flex: 1;
}

.workplace-vision__textName {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 180%;
  letter-spacing: 0.05em;
  color: #248CF5;
}
.workplace-vision__textMessage {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 180%;
  letter-spacing: 0.05em;
  margin-top: 0.1875rem;
  text-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .workplace-vision__textMessage {
    font-size: 0.875rem;
    margin-top: 0.3125rem;
  }
}

.works-btn {
  margin-top: 5.3125rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .works-btn {
    padding-left: 1rem;
    padding-right: 1rem;
    justify-content: start;
    width: 100%;
  }
}

.works-btn__items {
  background-color: #FFFFFF;
  border-radius: 1.875rem;
  display: inline-flex;
  flex-wrap: wrap;
  column-gap: 3.75rem;
  row-gap: 1.25rem;
  padding: 0.3125rem 3.75rem;
}
@media screen and (max-width: 767px) {
  .works-btn__items {
    border-radius: 1.25rem;
    column-gap: 1.875rem;
    row-gap: 1rem;
    padding: 0.3125rem 1.5rem;
    flex-direction: column;
    width: 100%;
  }
}

.works-btn__list a {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 220%;
  letter-spacing: 0.05em;
  color: #404A5E;
  display: flex;
  align-items: center;
  transition: 0.3s ease-in-out;
}

.arrow-down {
  margin-left: 0.9375rem;
}

.arrow-down svg path {
  transition: 0.3s ease-in-out;
}

.works-btn__list--orange:hover {
  color: #FFC249;
}
.works-btn__list--orange:hover svg path {
  stroke: #FFC249;
}

.works-btn__list--navy:hover {
  color: #2673C0;
}
.works-btn__list--navy:hover svg path {
  stroke: #2673C0;
}

.works-btn__list--green:hover {
  color: #2CCF78;
}
.works-btn__list--green:hover svg path {
  stroke: #2CCF78;
}

.works-btn__list--red:hover {
  color: #FA553B;
}
.works-btn__list--red:hover svg path {
  stroke: #FA553B;
}

.works-btn__list--lightBlue:hover {
  color: #4BCBD9;
}
.works-btn__list--lightBlue:hover svg path {
  stroke: #4BCBD9;
}

.works-section {
  margin-top: -6.25rem;
  border-radius: 2.5rem;
}
@media screen and (max-width: 767px) {
  .works-section {
    border-radius: 1.25rem;
  }
}

.works-section__inner {
  margin: 0 auto;
  padding-top: 3.75rem;
  padding-bottom: 12.5rem;
}
@media screen and (max-width: 767px) {
  .works-section__inner {
    padding-top: 2.5rem;
  }
}

.works-section__title {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.works-section__title h2 {
  font-family: "sofia-pro", sans-serif;
  font-weight: 200;
  font-size: 3.75rem;
  line-height: 1.15;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .works-section__title h2 {
    font-size: 3rem;
    line-height: 1.1458333333;
  }
}

.works-section__title--jp {
  display: block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.875rem;
  line-height: 160%;
  letter-spacing: 0.1em;
  color: #404A5E;
}
@media screen and (max-width: 767px) {
  .works-section__title--jp {
    font-size: 1.25rem;
  }
}

.works-section__number {
  font-family: "sofia-pro", sans-serif;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.125;
  letter-spacing: 0.02em;
  margin-top: 1.0625rem;
}
@media screen and (max-width: 767px) {
  .works-section__number {
    font-size: 0.875rem;
  }
}

.works-section__cont {
  display: flex;
  align-items: start;
  gap: 3.75rem;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .works-section__cont {
    flex-direction: column;
    gap: 0;
    margin-top: 2.25rem;
  }
}

.works-section__img {
  width: 51.8%;
}
@media screen and (max-width: 767px) {
  .works-section__img {
    width: 100%;
  }
}

.works-section__img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.works-section__textWrap {
  width: 48.2%;
}
@media screen and (max-width: 767px) {
  .works-section__textWrap {
    width: 100%;
  }
}

.works-section__h3 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 160%;
  letter-spacing: normal;
  color: #404A5E;
}
@media screen and (max-width: 767px) {
  .works-section__h3 {
    font-size: 1.5rem;
    margin-top: 1.5rem;
  }
}

.works-section__text {
  margin-top: 1.5625rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 180%;
  letter-spacing: 0.05em;
  color: #404A5E;
}
@media screen and (max-width: 767px) {
  .works-section__text {
    margin-top: 1rem;
    font-size: 0.875rem;
  }
}
.works-section__text:nth-child(3) {
  margin-top: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .works-section__text:nth-child(3) {
    margin-top: 0.625rem;
  }
}

.works-section__wrap {
  margin-top: 3.875rem;
  display: flex;
  align-items: stretch;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .works-section__wrap {
    margin-top: 2.25rem;
    row-gap: 1rem;
    flex-direction: column;
  }
}

.works-section__item h4 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 180%;
  letter-spacing: 0.05em;
  color: white;
  padding: 0.21875rem 1.25rem;
  margin-left: 1.875rem;
  display: inline-block;
  border-radius: 1.25rem;
  width: fit-content;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .works-section__item h4 {
    margin-left: 1.5rem;
  }
}

.works-section__item {
  width: 100%;
  max-width: 36.875rem;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .works-section__item {
    max-width: initial;
  }
}

.works-section__item ul {
  margin-top: -1.125rem;
  padding-top: 2.0625rem;
  padding-bottom: 2.1875rem;
  padding-left: 3.75rem;
  padding-right: 1.875rem;
  border-radius: 0.625rem;
  width: 100%;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .works-section__item ul {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 2.25rem;
    padding-right: 1.5rem;
    width: 100%;
  }
}

.works-section__item ul li {
  list-style-type: disc;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 180%;
  letter-spacing: 0.05em;
  color: #404A5E;
}
@media screen and (max-width: 767px) {
  .works-section__item ul li {
    font-size: 0.875rem;
  }
}
.works-section__item ul li::marker {
  color: #248CF5;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .works-section__item ul li::marker {
    font-size: 0.875rem;
  }
}

.works-section__interview {
  margin-top: 3.75rem;
  display: flex;
  align-items: start;
  padding-top: 2.8125rem;
  padding-left: 3.125rem;
  padding-bottom: 3rem;
  padding-right: 2.25rem;
  border-radius: 1.25rem;
  gap: 2.125rem;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .works-section__interview {
    flex-direction: column;
    margin-top: 2.25rem;
    padding-top: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-bottom: 1.75rem;
    gap: 0;
  }
}
.works-section__interview::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/srcImg/top-question-dot.png);
  background-size: 100% auto;
  background-repeat: repeat;
  opacity: 0.5;
  z-index: 0;
}

.works-section__interviewTitle {
  font-family: "sofia-pro", sans-serif;
  font-weight: 200;
  font-size: 1.625rem;
  line-height: 1.1538461538;
  letter-spacing: 0.02em;
  color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .works-section__interviewTitle {
    font-size: 1.5rem;
    line-height: 1.0833333333;
  }
}

.works-section__interviewTitle--jp {
  display: block;
  font-size: 1rem;
  line-height: 180%;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .works-section__interviewTitle--jp {
    font-size: 0.875rem;
  }
}

.works-section__cards {
  position: relative;
  display: flex;
  align-items: start;
  gap: 1.25rem;
  flex-wrap: wrap;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .works-section__cards {
    flex-direction: column;
    gap: 0;
    row-gap: 1.25rem;
    margin-top: 1.5rem;
    justify-content: center;
    margin-right: auto !important;
    margin-left: auto !important;
  }
}

.works-section__card {
  background-color: #FFFFFF;
  padding: 0.9375rem;
  width: 17.8125rem;
  border-radius: 1.25rem;
}
@media screen and (max-width: 767px) {
  .works-section__card {
    width: 100%;
    max-width: 32.375rem;
  }
}

.works-section__cardImg {
  border-radius: 0.625rem;
  width: 100%;
  overflow: hidden;
}

.works-section__cardImg img {
  aspect-ratio: 705/472;
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: scale 0.3s ease-in-out;
}

.works-section__card a:hover .works-section__cardImg img {
  scale: 1.2;
}

.works-section__cardContent {
  margin-top: 0.9375rem;
}

.works-section__cardTitle {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 180%;
  letter-spacing: 0.05em;
  color: #404A5E;
}

.works-section__cardDepartment {
  margin-top: 0.875rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 160%;
  letter-spacing: 0.1em;
}

.works-section__noPost {
  width: 100%;
  text-align: center;
  padding: 2rem 0;
}
.works-section__noPost p {
  font-size: 1rem;
  color: #FFFFFF;
}

.works-desiner {
  background-color: #FFFFFF;
}

.works-desiner__title h2 {
  color: #FFC249;
}

.works-desiner__number {
  color: #FFC249;
}

.works-desiner__item h4 {
  background-color: #FFC249;
}

.works-desiner__item ul {
  background-color: rgba(255, 194, 73, 0.2);
}

.works-desiner__interview {
  background: linear-gradient(to right, #ffc249, #ffe449);
}

.works-desiner__cards {
  margin-left: 13.75rem;
}
@media screen and (max-width: 767px) {
  .works-desiner__cards {
    margin-left: 0;
  }
}

.works-desiner__cardDepartment {
  color: #FFC249;
}

.works-engineer {
  margin-top: 9.0625rem !important;
  background-color: #FFFFFF;
}

.works-engineer__title h2 {
  color: #2673C0;
}

.works-engineer__number {
  color: #2673C0;
}

.works-engineer__item h4 {
  background-color: #2673C0;
}

.works-engineer__item ul {
  background-color: rgba(38, 115, 192, 0.2);
}

.works-engineer__interview {
  background: linear-gradient(to right, #2673c0, #3cb9d5);
  justify-content: space-between;
}

.works-engineer__cardDepartment {
  color: #2673C0;
}

.works-planner {
  background-color: #FFFFFF;
  background: linear-gradient(to right, rgba(36, 140, 245, 0.1), rgba(61, 199, 245, 0.1)), #FFFFFF;
}

.works-planner__title h2 {
  color: #2CCF78;
}

.works-planner__number {
  color: #2CCF78;
}

.works-planner__item h4 {
  background-color: #2CCF78;
}

.works-planner__item ul {
  background-color: rgba(44, 207, 120, 0.2);
}

.works-planner__interview {
  background: linear-gradient(to right, #2ccf78, #35d6dc);
}

.works-planner__cards {
  margin-left: 13.75rem;
}
@media screen and (max-width: 767px) {
  .works-planner__cards {
    margin-left: 0;
  }
}

.works-planner__cardDepartment {
  color: #2CCF78;
}

.works-sales {
  background-color: #FFFFFF;
  background: linear-gradient(to right, rgba(36, 140, 245, 0.1), rgba(61, 199, 245, 0.1)), #FFFFFF;
}

.works-sales__title h2 {
  color: #FA553B;
}

.works-sales__number {
  color: #FA553B;
}

.works-sales__item h4 {
  background-color: #FA553B;
}

.works-sales__item ul {
  background-color: rgba(250, 85, 59, 0.2);
}

.works-sales__interview {
  background: linear-gradient(to right, #FA553B, #FA873B);
}

.works-sales__cardDepartment {
  color: #FA553B;
}

.works-sales__cards {
  margin-left: 13.75rem;
}
@media screen and (max-width: 767px) {
  .works-sales__cards {
    margin-left: 0;
  }
}

.works-staff {
  background-color: #FFFFFF;
  margin-bottom: 5.3125rem;
}

.works-staff__title h2 {
  color: #4BCBD9;
}

.works-staff__number {
  color: #4BCBD9;
}

.works-staff__item h4 {
  background-color: #4BCBD9;
}

.works-staff__item ul {
  background-color: rgba(75, 203, 217, 0.2);
}

.works-staff__item--flex ul {
  display: flex;
  column-gap: 3rem;
}
@media screen and (max-width: 1148px) {
  .works-staff__item--flex ul {
    display: block;
  }
}

.works-staff__interview {
  background: linear-gradient(to right, #4bcbd9, #6dfde7);
}

.works-staff__cards {
  margin-left: 13.75rem;
}

.works-staff__cardDepartment {
  color: #4BCBD9;
}

.recruit-flow {
  margin-top: 10rem;
  margin-bottom: 11.25rem;
}
@media screen and (max-width: 767px) {
  .recruit-flow {
    margin-top: 7.625rem;
    margin-bottom: 5.375rem;
  }
}

.recruit-flow__inner {
  margin: 0 auto;
}

.recruit-flow__cont {
  width: 100%;
  max-width: 55.8125rem;
  margin: 0 auto;
  padding-top: 4.6875rem;
}
@media screen and (max-width: 767px) {
  .recruit-flow__cont {
    max-width: 36.4375rem;
    padding-top: 2.875rem;
  }
}

.recruit-flow__tabs {
  display: flex;
  justify-content: center;
  gap: 1.25rem;
  margin-bottom: 6.1875rem;
}
@media screen and (max-width: 767px) {
  .recruit-flow__tabs {
    margin-bottom: 2.875rem;
    flex-direction: column;
  }
}

.recruit-flow__tab {
  padding: 0.3125rem 6.5625rem;
  background: #F0F0F0;
  color: #404A5E;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 3.46875rem;
  position: relative;
  overflow: hidden;
  font-size: 1.125rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  line-height: 220%;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .recruit-flow__tab {
    font-size: 1rem;
  }
}
.recruit-flow__tab span {
  position: relative;
  display: inline-block;
  transition: transform 0.3s ease;
}
.recruit-flow__tab::after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #404A5E;
  transform: translateY(100%);
  transition: transform 0.3s ease;
}
.recruit-flow__tab.active {
  background: linear-gradient(to right, #2673c0, #60abff);
  color: #fff;
}
.recruit-flow__tab.active span {
  transform: translateY(-100%);
}
.recruit-flow__tab.active::after {
  transform: translateY(0);
  color: #FFFFFF;
}
.recruit-flow__tab:hover span {
  transform: translateY(-100%);
}
.recruit-flow__tab:hover::after {
  transform: translateY(0);
}

.recruit-flow__contents {
  margin-top: 6.1875rem;
}
@media screen and (max-width: 767px) {
  .recruit-flow__contents {
    margin-top: 2.875rem;
  }
}

.recruit-flow__content {
  display: none;
}
.recruit-flow__content.active {
  display: block;
}

.recruit-flow__steps {
  width: 100%;
}

.recruit-flow__step {
  display: flex;
  align-items: center;
  gap: 3rem;
  margin-top: 3.5rem;
}
@media screen and (max-width: 767px) {
  .recruit-flow__step {
    gap: 1rem;
    margin-top: 2.25rem;
  }
}
.recruit-flow__step:first-child {
  margin-top: 0;
}

.recruit-flow__step img {
  width: 7.5rem;
  height: 7.5rem;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .recruit-flow__step img {
    width: 5.625rem;
    height: 5.625rem;
  }
}

.recruit-flow__step-number {
  font-family: "sofia-pro", sans-serif;
  font-weight: 300;
  font-size: 1.25rem;
  line-height: 1.15;
  letter-spacing: 0.02em;
  color: #248CF5;
}
@media screen and (max-width: 767px) {
  .recruit-flow__step-number {
    font-size: 1.125rem;
  }
}

.recruit-flow__step-content h3 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.875rem;
  line-height: 160%;
  letter-spacing: 0.1em;
  color: #404A5E;
}
@media screen and (max-width: 767px) {
  .recruit-flow__step-content h3 {
    font-size: 1.5rem;
  }
}

.recruit-flow__step-content p {
  margin-top: 0.3125rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 180%;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .recruit-flow__step-content p {
    font-size: 0.875rem;
  }
}
.recruit-flow__step-content p a {
  color: #248CF5;
}

.recruit-info {
  background-color: #FFFFFF;
  border-radius: 2.5rem;
  padding-top: 5rem;
  padding-bottom: 6.25rem;
}
@media screen and (max-width: 767px) {
  .recruit-info {
    border-radius: 1.25rem;
    padding-top: 3.75rem;
    padding-bottom: 5rem;
  }
}

.recruit-info__inner {
  margin: 0 auto;
}

.recruit-info__cont {
  width: 100%;
  margin: 0 auto;
  padding-top: 4.6875rem;
}
@media screen and (max-width: 767px) {
  .recruit-info__cont {
    padding-top: 2.875rem;
  }
}

.recruit-info__tabs {
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  gap: 1.25rem;
  margin-bottom: 6.1875rem;
  margin-right: auto;
  margin-left: auto;
  max-width: 56.3125rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .recruit-info__tabs {
    margin-bottom: 2.875rem;
    max-width: 36.3125rem;
  }
}

.recruit-info__tab {
  padding: 0.3125rem 3.1875rem;
  background: #F0F0F0;
  color: #404A5E;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 3.46875rem;
  position: relative;
  overflow: hidden;
  font-size: 1.125rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  line-height: 220%;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .recruit-info__tab {
    width: 100%;
    max-width: 36.3125rem;
  }
}
.recruit-info__tab span {
  position: relative;
  display: inline-block;
  transition: transform 0.3s ease;
}
.recruit-info__tab::after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #404A5E;
  transform: translateY(100%);
  transition: transform 0.3s ease;
}
.recruit-info__tab.active {
  background: linear-gradient(to right, #2673c0, #60abff);
  color: #FFFFFF;
}
.recruit-info__tab.active span {
  transform: translateY(-100%);
}
.recruit-info__tab.active::after {
  transform: translateY(0);
  color: #FFFFFF;
}
.recruit-info__tab.active:hover {
  color: #FFFFFF;
}
.recruit-info__tab.active:hover span {
  transform: translateY(-100%);
}
.recruit-info__tab.active:hover::after {
  transform: translateY(0);
  color: #FFFFFF;
}
.recruit-info__tab:hover {
  color: #FFFFFF;
}
.recruit-info__tab:hover span {
  transform: translateY(-100%);
}
.recruit-info__tab:hover::after {
  transform: translateY(0);
  color: #404A5E;
}

.recruit-info__contents {
  margin-top: 3.75rem;
  background-color: #F0F0F0;
  padding: 3.75rem 6.375rem;
  border-radius: 1.25rem;
}
@media screen and (max-width: 767px) {
  .recruit-info__contents {
    padding: 1.875rem 1.875rem;
  }
}

.recruit-info__content {
  display: none;
}
.recruit-info__content.active {
  display: block;
}

.recruit-info__table {
  width: 100%;
  border-bottom: 1px solid #C7C7C7;
  display: flex;
  gap: 12.25rem;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .recruit-info__table {
    padding-top: 1rem;
    padding-bottom: 1rem;
    flex-direction: column;
    align-items: start;
    gap: 0;
  }
}
.recruit-info__table dt {
  padding-left: 2.5rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 220%;
  letter-spacing: 0.05em;
  width: 13.8125rem;
}
@media screen and (max-width: 767px) {
  .recruit-info__table dt {
    padding-left: 0;
    font-size: 1rem;
    width: initial;
  }
}
.recruit-info__table dd {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 180%;
  letter-spacing: 0.05em;
  width: 31.875rem;
}
@media screen and (max-width: 767px) {
  .recruit-info__table dd {
    width: initial;
    font-size: 0.875rem;
  }
}
.recruit-info__table .custom-list {
  list-style: disc;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 180%;
  letter-spacing: 0.05em;
  margin-left: 1rem;
}
@media screen and (max-width: 767px) {
  .recruit-info__table .custom-list {
    font-size: 0.875rem;
  }
}
.recruit-info__table .custom-list li::marker {
  font-size: 0.5625rem;
  color: #248CF5;
}

.recruit-info__table--start {
  align-items: start;
}

.custum-disc {
  font-size: 1rem;
  color: #248CF5;
}
@media screen and (max-width: 767px) {
  .custum-disc {
    font-size: 0.875rem;
  }
}

.recruit-entry {
  margin-top: 7.5rem;
  background-color: #F0F0F0;
  border-radius: 0 0 2.5rem 2.5rem;
  padding-bottom: 8rem;
  position: relative;
  z-index: 20;
}
@media screen and (max-width: 767px) {
  .recruit-entry {
    margin-top: 5.3125rem;
  }
}

.recruit-entry__inner {
  margin: 0 auto;
  display: flex;
  align-items: stretch;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .recruit-entry__inner {
    flex-direction: column;
    justify-content: center;
  }
}

.recruit-entry__item {
  width: calc((100% - 1.25rem) / 2);
}
@media screen and (max-width: 767px) {
  .recruit-entry__item {
    width: 100%;
    max-width: 32.375rem;
  }
}
.recruit-entry__item a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 2.5rem 1.75rem 1.5625rem 3.125rem;
  background-color: #FFFFFF;
  border-radius: 1.25rem;
  height: inherit;
}
@media screen and (max-width: 767px) {
  .recruit-entry__item a {
    padding: 1.875rem 1.125rem 0.9375rem 2.5rem;
  }
}

.recruit-entry__title h2 {
  font-size: 2.5rem;
  font-weight: 200;
  font-family: "sofia-pro", sans-serif;
  line-height: 1.15;
  letter-spacing: 0.02em;
  color: #248CF5;
}
@media screen and (max-width: 767px) {
  .recruit-entry__title h2 {
    font-size: 2.25rem;
  }
}
.recruit-entry__title--jp {
  display: block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.125rem;
  margin-top: -0.25rem;
  font-weight: 500;
  line-height: 220%;
  letter-spacing: 0.05em;
  color: #404A5E;
}
@media screen and (max-width: 767px) {
  .recruit-entry__title--jp {
    font-size: 1rem;
  }
}

.recruit-entry__bottom {
  display: flex;
  align-items: center;
}
.recruit-entry__bottom--new {
  margin-top: 2.8125rem;
}
@media screen and (max-width: 767px) {
  .recruit-entry__bottom--new {
    margin-top: 2.1875rem;
  }
}
.recruit-entry__bottom--career {
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .recruit-entry__bottom--career {
    margin-top: 0.875rem;
  }
}
.recruit-entry__bottom p {
  font-size: 1rem;
  line-height: 180%;
  letter-spacing: 0.05em;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .recruit-entry__bottom p {
    font-size: 0.875rem;
  }
}

.recruit-entry__btn {
  display: flex;
  background-color: #FFFFFF;
  border-radius: 3.46875rem;
  width: 4.625rem;
  height: 2.8125rem;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  margin-left: auto;
}
.recruit-entry__btn--new {
  background: linear-gradient(to right, #57f7e7, #E8E838);
}
.recruit-entry__btn--career {
  background: linear-gradient(to right, #7BDEFF, #248CF5);
  margin-top: 1.3125rem;
}
@media screen and (max-width: 767px) {
  .recruit-entry__btn {
    border-radius: 2.34375rem;
    width: 3.125rem;
    height: 2.375rem;
  }
}
.recruit-entry__btn .btn-arrow__img {
  display: block;
  position: relative;
  height: 1rem;
  width: 1.625rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .recruit-entry__btn .btn-arrow__img {
    width: 1.125rem;
    height: auto;
  }
}
.recruit-entry__btn .btn-arrow__img--normal,
.recruit-entry__btn .btn-arrow__img--hover {
  display: block;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease;
  width: 1.625rem;
  height: 1rem;
}
@media screen and (max-width: 767px) {
  .recruit-entry__btn .btn-arrow__img--normal,
  .recruit-entry__btn .btn-arrow__img--hover {
    width: 1.125rem;
    height: auto;
  }
}
.recruit-entry__btn .btn-arrow__img--hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform: translateY(100%);
}
.recruit-entry__btn img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.recruit-entry__item a:hover .btn-arrow__img--normal {
  transform: translateY(-100%);
}
.recruit-entry__item a:hover .btn-arrow__img--hover {
  transform: translateY(0);
}

.question {
  margin: 11.9375rem auto 11.25rem;
  max-width: 975px;
}
@media screen and (max-width: 767px) {
  .question {
    margin: 7.5625rem auto 5.375rem;
    max-width: 561px;
  }
}

.question__details {
  border-top: 1px solid #C7C7C7;
}
.question__details:last-of-type {
  border-bottom: 1px solid #C7C7C7;
}
.question__details::-webkit-details-marker {
  display: none;
}
.question__details::marker {
  display: none;
}

.question__summary {
  position: relative;
  display: flex;
  align-items: center;
  padding: 1.5625rem 2.1875rem;
  color: #404A5E;
  font-size: 1.125rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  line-height: 220%;
  letter-spacing: 0.05em;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .question__summary {
    padding: 1.125rem 1.25rem;
    font-size: 1rem;
    text-wrap: wrap;
    padding-right: 3.125rem;
    align-items: start;
  }
}
.question__summary:hover {
  cursor: pointer;
}
.question__summary:hover .question__btn {
  transform: translateY(-50%) rotate(180deg);
}
@media screen and (max-width: 767px) {
  .question__summary:hover .question__btn {
    transform: translateY(-50%);
  }
}
.question__summary.is-active .question__btn {
  transform: translateY(-50%) rotate(180deg);
}
@media screen and (max-width: 767px) {
  .question__summary.is-active .question__btn {
    transform: translateY(-50%);
  }
}
.question__summary.is-active .question__btn:before {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: transform 0.3s ease;
}

.question__qa {
  font-family: "sofia-pro", sans-serif;
  font-weight: 300;
  font-size: 1.875rem;
  line-height: 1.1666666667;
  letter-spacing: 0.02em;
  color: #248CF5;
  margin-right: 2.1875rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .question__qa {
    font-size: 1.5rem;
    margin-right: 1rem;
    line-height: 1.1666666667;
  }
}

.question__btn {
  position: absolute;
  top: 50%;
  right: 2.1875rem;
  transform: translateY(-50%);
  width: 0.9375rem;
  height: 0.9375rem;
  transform-origin: center center;
  transition-duration: 0.3s;
}
@media screen and (max-width: 767px) {
  .question__btn {
    right: 1.25rem;
    top: 2.1875rem;
  }
}
.question__btn:before, .question__btn:after {
  content: "";
  background-color: #248CF5;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.3s ease;
}
.question__btn:before {
  width: 0.125rem;
  height: 0.9375rem;
}
.question__btn:after {
  width: 0.9375rem;
  height: 0.125rem;
}

.details-summary::-webkit-details-marker {
  display: none;
}

details > summary {
  list-style: none;
}

details > summary::-webkit-details-marker {
  display: none;
}

.question__content {
  padding: 0 6.375rem 1.5625rem 2.1875rem;
}
@media screen and (max-width: 767px) {
  .question__content {
    padding: 0 3.125rem 1.125rem 1.25rem;
  }
}
.question__content p {
  display: flex;
  align-items: start;
  color: #404A5E;
  font-size: 1rem;
  text-align: left;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 0.05em;
}

.archive-news {
  margin: 7.5rem auto 11.25rem;
  padding-left: 5rem;
  max-width: 1440px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .archive-news {
    max-width: 581px;
    padding-left: 1rem;
  }
}

.archive-container {
  display: flex;
  gap: 8.4%;
}
@media screen and (max-width: 767px) {
  .archive-container {
    gap: 0;
    flex-direction: column;
  }
}

.archive-sidebar {
  background-color: #FFFFFF;
  border-radius: 1.25rem;
  padding: 1.75rem 6.1875rem 2.75rem 1.875rem;
  height: fit-content;
  overflow-y: auto;
}
@media screen and (max-width: 767px) {
  .archive-sidebar {
    width: fit-content;
  }
}

.archive-sidebar__item a {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-family: "sofia-pro", sans-serif;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.1666666667;
  letter-spacing: 0.05em;
  display: block;
  color: #C7C7C7;
}
@media screen and (max-width: 767px) {
  .archive-sidebar__item a {
    font-size: 1rem;
  }
}

.archive-sidebar__item .active {
  color: #248CF5;
}

.archive-news__content {
  margin-top: 4.4375rem;
  width: 100%;
  max-width: 895px;
}
@media screen and (max-width: 767px) {
  .archive-news__content {
    margin-top: 3rem;
  }
}

.archive-news__post a {
  display: flex;
  align-items: center;
  padding: 1.5625rem 3.125rem;
  border-bottom: 1px solid #C7C7C7;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .archive-news__post a {
    flex-direction: column;
    align-items: start;
    padding: 1rem 1.5625rem;
  }
}
.archive-news__post a:hover {
  background-color: #FFFFFF;
  border-radius: 5px;
  border-bottom: 1px solid #FFFFFF;
}

.news-archive__wrap {
  display: flex;
  align-items: center;
}

.archive-news__date {
  width: 5.375rem;
  font-family: "sofia-pro", sans-serif;
  font-weight: 200;
  font-size: 1.25rem;
  line-height: 1.25;
  letter-spacing: normal;
}
@media screen and (max-width: 767px) {
  .archive-news__date {
    font-size: 1.125rem;
  }
}

.archive-news__category {
  margin-left: 0.875rem;
  background: linear-gradient(45deg, #3c34df, #65d9eb);
  padding: 0.25rem 1rem;
  font-family: "sofia-pro", sans-serif;
  font-weight: 200;
  font-size: 1rem;
  line-height: 1.3125;
  letter-spacing: normal;
  color: #FFFFFF;
  border-radius: 2.5rem;
}
@media screen and (max-width: 767px) {
  .archive-news__category {
    margin-left: 0;
    font-size: 0.875rem;
    margin-top: 0.25rem;
  }
}

.archive-news__title {
  margin-left: 5.3125rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 180%;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .archive-news__title {
    margin-left: 0;
    margin-top: 0.25rem;
  }
}

.archive-pagination {
  margin-top: 7.5rem;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .archive-pagination {
    margin-top: 5.375rem;
  }
}

.page-numbers {
  display: flex;
  justify-content: center;
  gap: 1.25rem;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .page-numbers {
    gap: 0.625rem;
  }
}
.page-numbers li {
  transition: color 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "sofia-pro", sans-serif;
  font-weight: 300;
  font-size: 1.25rem;
  line-height: 1.15;
  letter-spacing: 0.02em;
  color: #404A5E;
}
@media screen and (max-width: 767px) {
  .page-numbers li {
    font-size: 1rem;
  }
}
.page-numbers a {
  font-family: "sofia-pro", sans-serif;
  font-weight: 300;
  font-size: 1.25rem;
  line-height: 1.15;
  letter-spacing: 0.02em;
  padding: 0.25rem 0.9375rem;
  color: #404A5E;
  transition: color 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .page-numbers a {
    font-size: 1rem;
  }
}
.page-numbers a:hover {
  color: #248CF5;
}
.page-numbers a svg {
  width: 1.5rem;
  height: 1.5rem;
}
.page-numbers .current,
.page-numbers .page-numbers.current {
  color: #248CF5;
}
.page-numbers a.page-numbers:hover {
  color: #248CF5;
}
.page-numbers a.page-numbers:hover svg path {
  stroke: #248CF5;
}

.single-post {
  background-color: #FFFFFF;
  border-radius: 2.5rem;
  margin-top: 0.75rem;
}
@media screen and (max-width: 767px) {
  .single-post {
    border-radius: 1.25rem;
  }
}

.singlepost__inner {
  margin: 0 auto;
  width: 100%;
  max-width: 874px;
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}
@media screen and (max-width: 767px) {
  .singlepost__inner {
    padding-top: 5.375rem;
    padding-bottom: 5.375rem;
  }
}

.singlepost__meta {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.singlepost__title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 2.25rem;
  line-height: 160%;
  letter-spacing: normal;
  color: #404A5E;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .singlepost__title {
    font-size: 1.75rem;
  }
}

.singlepost__thumbnail {
  width: 100%;
  height: auto;
  margin-top: 2.875rem;
}
@media screen and (max-width: 767px) {
  .singlepost__thumbnail {
    margin-top: 2.25rem;
  }
}
.singlepost__thumbnail img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.singlepost__content {
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .singlepost__content {
    margin-top: 2.875rem;
  }
}
.singlepost__content p {
  margin-top: 1.25rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 180%;
  letter-spacing: 0.05em;
  color: #404A5E;
}
@media screen and (max-width: 767px) {
  .singlepost__content p {
    font-size: 0.875rem;
    margin-top: 1rem;
  }
}
.singlepost__content h2 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 160%;
  letter-spacing: 0.1em;
  color: #404A5E;
  padding-left: 2rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .singlepost__content h2 {
    font-size: 1.25rem;
    padding-left: 1.375rem;
  }
}
.singlepost__content h2::before {
  content: "";
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  background: linear-gradient(to top, #3dc7f5, #248cf5);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.singlepost__content h3 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 160%;
  letter-spacing: 0.1em;
  color: #248CF5;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .singlepost__content h3 {
    font-size: 1.125rem;
    margin-top: 1.875rem;
  }
}
.singlepost__content .wp-block-group {
  margin-top: 3.75rem;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .singlepost__content .wp-block-group {
    gap: 0.625rem;
    flex-direction: column;
    margin-top: 2.5rem;
  }
}
.singlepost__content img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.singlepost__content h4 {
  margin-top: 3.75rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 220%;
  letter-spacing: 0.05em;
  color: #404A5E;
}
@media screen and (max-width: 767px) {
  .singlepost__content h4 {
    margin-top: 2.5rem;
    font-size: 1rem;
  }
}

.single-post__btn {
  margin-top: 5rem;
  margin-bottom: 11.5625rem;
}
@media screen and (max-width: 767px) {
  .single-post__btn {
    margin-top: 4rem;
    margin-bottom: 5.25rem;
  }
}

.contact {
  margin-top: 10rem;
  height: fit-content;
}

.contact__inner {
  max-width: 914px;
  width: 100%;
  margin: 0 auto;
}

.contact__text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 180%;
  letter-spacing: 0.05em;
  color: #404A5E;
}
.contact__text span {
  color: #248CF5;
}

.contact__cont {
  margin-top: 1.25rem;
}

.contact__label {
  margin-top: 1.875rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .contact__label {
    flex-direction: column;
    align-items: start;
    margin-top: 1.5rem;
  }
}
.contact__label:first-child {
  margin-top: 0;
}

.contact__label--long {
  width: initial !important;
}

.contact__label p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 220%;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .contact__label p {
    flex-direction: column;
    align-items: start;
    justify-content: start;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .contact__label p br {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .wpcf7-form-control-wrap {
    width: 100%;
  }
}

.contact__label-title {
  display: block !important;
  width: 13.0625rem;
}
@media screen and (max-width: 767px) {
  .contact__label-title {
    width: 100%;
  }
}

.contact__label--column p {
  display: block !important;
  align-items: start !important;
  width: 100%;
}

.confirm-flex p {
  flex-direction: row;
  align-items: start;
}

.contact__label--start {
  align-items: start;
}

.contact__required {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 220%;
  letter-spacing: 0.05em;
  color: #248CF5;
}
@media screen and (max-width: 767px) {
  .contact__required {
    font-size: 1rem;
  }
}

.contact__any {
  color: #C7C7C7;
}

.contact__halfwidth {
  font-size: 0.875rem !important;
  line-height: 180% !important;
  letter-spacing: 0.05em !important;
  color: #404A5E;
  margin-left: 0.625rem;
}
@media screen and (max-width: 767px) {
  .contact__halfwidth {
    font-size: 0.75rem;
  }
}

.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 input[type=tel],
.wpcf7 input[type=date],
.wpcf7 textarea {
  padding: 0.5rem 1.25rem;
  background-color: #FFFFFF;
  border-radius: 0.3125rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1rem;
  line-height: 180%;
  transition: border-color 0.3s;
  letter-spacing: 0.05em;
  margin-left: 2.75rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .wpcf7 input[type=text],
  .wpcf7 input[type=email],
  .wpcf7 input[type=tel],
  .wpcf7 input[type=date],
  .wpcf7 textarea {
    font-size: 0.875rem;
    margin-left: 0;
    margin-top: 0.5rem;
  }
}
.wpcf7 input[type=text]::placeholder,
.wpcf7 input[type=email]::placeholder,
.wpcf7 input[type=tel]::placeholder,
.wpcf7 input[type=date]::placeholder,
.wpcf7 textarea::placeholder {
  color: #C7C7C7;
}
.wpcf7 textarea {
  min-height: 10rem;
  resize: vertical;
  margin-left: 0 !important;
  margin-top: 1.3125rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .wpcf7 textarea {
    margin-top: 0.5rem;
  }
}
.wpcf7 label {
  width: 13.0625rem;
}
@media screen and (max-width: 767px) {
  .wpcf7 label {
    width: 100%;
  }
}

.confirm-textarea,
.confirm-text,
input[type=text] {
  width: 36.3125rem !important;
}
@media screen and (max-width: 767px) {
  .confirm-textarea,
  .confirm-text,
  input[type=text] {
    width: 100% !important;
  }
}

.confirm-textarea {
  min-height: 10.9375rem;
}

input[type=date],
input[type=email],
input[type=tel] {
  width: 29.9375rem;
  min-height: 3.4375rem;
}
@media screen and (max-width: 767px) {
  input[type=date],
  input[type=email],
  input[type=tel] {
    width: 100% !important;
    min-height: 3.5rem;
  }
}

input[type=date] {
  width: 29.9375rem;
  color: #404A5E !important;
}
@media screen and (max-width: 767px) {
  input[type=date] {
    width: 100% !important;
  }
}
input[type=date]::-webkit-calendar-picker-indicator {
  color: #404A5E;
}
input[type=date]::-webkit-datetime-edit {
  color: #404A5E;
}
input[type=date]::-webkit-datetime-edit-fields-wrapper {
  color: #404A5E;
}
input[type=date]::-webkit-datetime-edit-text {
  color: #404A5E;
}
input[type=date]::-webkit-datetime-edit-month-field {
  color: #404A5E;
}
input[type=date]::-webkit-datetime-edit-day-field {
  color: #404A5E;
}
input[type=date]::-webkit-datetime-edit-year-field {
  color: #404A5E;
}
input[type=date]:valid::-webkit-datetime-edit-text, input[type=date]:valid::-webkit-datetime-edit-month-field, input[type=date]:valid::-webkit-datetime-edit-day-field, input[type=date]:valid::-webkit-datetime-edit-year-field {
  color: #404A5E;
}

.wpcf7-radio {
  display: flex;
  gap: 1.25rem;
  margin-left: 2.75rem;
  flex-wrap: wrap;
  width: 36.3125rem;
}
@media screen and (max-width: 767px) {
  .wpcf7-radio {
    width: 100%;
    margin-left: 0;
  }
}
.wpcf7-radio .wpcf7-list-item {
  margin: 0;
}
.wpcf7-radio input[type=radio] {
  display: none;
}
.wpcf7-radio input[type=radio] + .wpcf7-list-item-label {
  position: relative;
  padding-left: 1.75rem;
  cursor: pointer;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1rem;
  line-height: 180%;
  letter-spacing: 0.05em;
  color: #404A5E;
  display: inline-block;
  min-width: 1.25rem;
  min-height: 1.25rem;
}
@media screen and (max-width: 767px) {
  .wpcf7-radio input[type=radio] + .wpcf7-list-item-label {
    font-size: 0.875rem;
  }
}
.wpcf7-radio input[type=radio] + .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1.25rem;
  height: 1.25rem;
  border: 1px solid #C7C7C7;
  border-radius: 50%;
  background-color: #FFFFFF;
  transition: all 0.3s;
  pointer-events: none;
}
.wpcf7-radio input[type=radio] + .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  left: 0.3125rem;
  top: 50%;
  transform: translateY(-50%) scale(0);
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
  background-color: #248CF5;
  transition: transform 0.3s;
  pointer-events: none;
}
.wpcf7-radio input[type=radio]:checked + .wpcf7-list-item-label::before {
  border-color: #248CF5;
}
.wpcf7-radio input[type=radio]:checked + .wpcf7-list-item-label::after {
  transform: translateY(-50%) scale(1);
}
.wpcf7-radio label {
  cursor: pointer;
  display: flex;
  align-items: center;
  width: initial !important;
}

.wpcf7-select {
  width: 29.9375rem;
  padding: 0.5rem 1.25rem;
  background-color: #FFFFFF;
  border-radius: 0.3125rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1rem;
  line-height: 180%;
  letter-spacing: 0.05em;
  color: #404A5E;
  margin-left: 2.75rem;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23248CF5' d='M6 8.825L1.175 4 2.05 3.125 6 7.075 9.95 3.125 10.825 4z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1.25rem center;
  background-size: 0.75rem;
  cursor: pointer;
  transition: border-color 0.3s;
}
@media screen and (max-width: 767px) {
  .wpcf7-select {
    width: 100%;
    margin-left: 0;
  }
}
.wpcf7-select:focus {
  outline: none;
  border: 1px solid #C7C7C7;
}
.wpcf7-select option {
  padding: 0.5rem;
  background-color: #FFFFFF;
  color: #404A5E;
}

.wpcf7-file {
  width: 29.9375rem;
  margin-left: 2.75rem;
  position: relative;
  background-color: #FFFFFF;
  border-radius: 0.3125rem;
  padding: 0.4375rem 1.25rem 0.4375rem;
  font-size: 1rem;
  color: #404A5E;
}
@media screen and (max-width: 767px) {
  .wpcf7-file {
    width: 100%;
    margin-left: 0;
    padding: 0.375rem 0.5rem;
  }
}
.wpcf7-file::-webkit-file-upload-button {
  visibility: hidden;
  width: 0;
  height: 0;
}
.wpcf7-file::before {
  content: "ファイルを選択";
  display: inline-block;
  padding: 0.125rem 0.875rem 0.1875rem;
  background-color: #FFFFFF;
  border-radius: 0.3125rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 0.875rem;
  line-height: 180%;
  letter-spacing: 0.05em;
  color: #248CF5;
  border: 1px solid #248CF5;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  margin-top: -0.625rem;
}
@media screen and (max-width: 767px) {
  .wpcf7-file::before {
    margin-top: -0.5rem;
    font-size: 0.75rem;
  }
}
.wpcf7-file:hover::before {
  background-color: #248CF5;
  color: #FFFFFF;
}
.wpcf7-file::after {
  content: attr(data-file-name);
  display: block;
  margin-left: 1.125rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1rem;
  line-height: 180%;
  letter-spacing: 0.05em;
  color: #404A5E;
}
@media screen and (max-width: 767px) {
  .wpcf7-file::after {
    font-size: 0.875rem;
    margin-left: 1rem;
  }
}
.wpcf7-file .wpcf7-not-valid-tip {
  font-size: 0.875rem;
  line-height: 180%;
  letter-spacing: 0.05em;
  color: #C7C7C7;
  margin-top: 0.25rem;
}
@media screen and (max-width: 767px) {
  .wpcf7-file .wpcf7-not-valid-tip {
    font-size: 0.75rem;
  }
}

.contact__privacy {
  margin-top: 3.0625rem;
}
@media screen and (max-width: 767px) {
  .contact__privacy {
    margin-top: 1.5rem;
  }
}

.contact__privacy p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 180%;
  letter-spacing: 0.05em;
  color: #404A5E;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contact__privacy p {
    font-size: 0.875rem;
  }
}

.contact__privacy p span a {
  color: #248CF5;
}

.wpcf7-acceptance .wpcf7-list-item {
  margin-top: 1.375rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .wpcf7-acceptance .wpcf7-list-item {
    margin-top: 1rem;
  }
}
.wpcf7-acceptance input[type=checkbox] {
  display: none;
}
.wpcf7-acceptance input[type=checkbox] + .wpcf7-list-item-label {
  position: relative;
  padding-left: 1.75rem;
  cursor: pointer;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1rem;
  line-height: 180%;
  letter-spacing: 0.05em;
  color: #404A5E;
  display: inline-block;
  min-width: 1.25rem;
  min-height: 1.25rem;
}
.wpcf7-acceptance input[type=checkbox] + .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 0.25rem;
  background-color: #FFFFFF;
  transition: all 0.3s;
  pointer-events: none;
}
.wpcf7-acceptance input[type=checkbox] + .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  left: 0.4375rem;
  top: 50%;
  transform: translateY(-50%) rotate(45deg) scale(0);
  width: 0.375rem;
  height: 0.75rem;
  border-right: 2px solid #248CF5;
  border-bottom: 2px solid #248CF5;
  transition: transform 0.3s;
  pointer-events: none;
}
.wpcf7-acceptance input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  transform: translateY(-50%) rotate(45deg) scale(1);
}
.wpcf7-acceptance label {
  cursor: pointer;
  display: flex;
  align-items: center;
  width: initial !important;
}

.contact__submitBtn {
  display: flex;
  justify-content: center;
  margin-top: 2.5rem;
  display: flex;
  align-items: center;
  background-color: #FFFFFF;
  color: #248CF5;
  padding-top: 0.3125rem;
  padding-bottom: 0.25rem;
  padding-left: 1.5625rem;
  position: relative;
  border-radius: 1.5625rem;
  font-family: "sofia-pro", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 180%;
  height: 2.375rem;
  border: none;
  cursor: pointer;
  padding-right: 4.6875rem;
  margin-left: auto;
  margin-right: auto;
  width: 16.375rem;
}
.contact__submitBtn br {
  display: none;
}
.contact__submitBtn .contact__submitBtn__text {
  display: block;
  position: relative;
  height: 1.3125rem;
  overflow: hidden;
  z-index: 2;
}
.contact__submitBtn .contact__submitBtn__text--normal,
.contact__submitBtn .contact__submitBtn__text--hover {
  display: block;
  font-family: "sofia-pro", sans-serif;
  font-size: 1.125rem;
  line-height: 1.1666666667;
  overflow: hidden;
  transition: transform 0.3s ease;
}
.contact__submitBtn .contact__submitBtn__text--normal {
  position: relative;
  transform: translateY(0);
}
.contact__submitBtn .contact__submitBtn__text--hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform: translateY(100%);
}
.contact__submitBtn .contact__submitBtn__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.125rem;
  height: 2.375rem;
  background: linear-gradient(to right, #2673c0, #60abff);
  border-radius: 2.34375rem;
  margin-left: 0.9375rem;
  transition: transform 0.3s ease;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.contact__submitBtn .contact__submitBtn__arrow img {
  width: 1.25rem;
  height: 1rem;
}
.contact__submitBtn:hover .contact__submitBtn__text--normal {
  transform: translateY(-100%);
}
.contact__submitBtn:hover .contact__submitBtn__text--hover {
  transform: translateY(0);
}
.contact__submitBtn:hover .contact__submitBtn__arrow {
  transform: translateX(0.625rem);
}

.wpcf7-not-valid-tip {
  margin-left: 2.75rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500 !important;
  font-size: 0.75rem !important;
  letter-spacing: 0.05em !important;
  color: #FA553B !important;
}
@media screen and (max-width: 767px) {
  .wpcf7-not-valid-tip {
    margin-left: 0;
  }
}

input[type=submit] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
}

span.wpcf7-spinner {
  display: none;
}

.contact-new {
  margin-top: 8.75rem;
  padding-bottom: 13.5rem;
  background-color: #F0F0F0;
  border-radius: 0 0 2.5rem 2.5rem;
  position: relative;
  z-index: 30;
}

.confilm-new {
  margin-top: 0.625rem;
  padding-bottom: 3.25rem;
  background-color: #F0F0F0;
  border-radius: 0 0 2.5rem 2.5rem;
  position: relative;
  z-index: 30;
}

.contact-new__inner a {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 36.875rem;
  width: 100%;
  margin: 0 auto;
  background-color: #FFFFFF;
  border-radius: 1.25rem;
  padding: 1.5rem 2.9375rem 1.5625rem 3.3125rem;
  position: relative;
  transition: all 0.3s ease;
}
.contact-new__inner a:hover .contact-newbtn-arrow__img--normal {
  transform: translateY(-100%);
}
.contact-new__inner a:hover .contact-newbtn-arrow__img--hover {
  transform: translateY(0);
}

.contact-newbtn-arrow__img {
  display: block;
  position: relative;
  height: 1rem;
  width: 1.625rem;
  overflow: hidden;
}

.contact-newbtn-arrow__img--normal,
.contact-newbtn-arrow__img--hover {
  display: block;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease;
  width: 1.625rem;
  height: 1rem;
}

.contact-newbtn-arrow__img--hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform: translateY(100%);
}

.contact-newbtn-arrow__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.confilm__text {
  text-align: center;
  font-size: 1.125rem;
  line-height: 220%;
  letter-spacing: 0.05em;
  color: #404A5E;
  font-weight: 500;
}

.confilm-contact {
  display: none;
}

/*デフォルトのサンクスメッセージを非表示*/
.wpcf7-response-output {
  display: none;
}

.confirm_yourname,
.confirm_name-kana,
.confirm_textarea-32 {
  padding: 0.5rem 1.25rem !important;
  background-color: #FFFFFF !important;
  border-radius: 0.3125rem !important;
  font-family: "Zen Kaku Gothic New", sans-serif !important;
  font-size: 1rem !important;
  line-height: 180% !important;
  transition: border-color 0.3s !important;
  letter-spacing: 0.05em !important;
  margin-left: 2.75rem !important;
  display: block !important;
  width: 36.3125rem !important;
}
@media screen and (max-width: 767px) {
  .confirm_yourname,
  .confirm_name-kana,
  .confirm_textarea-32 {
    font-size: 0.875rem !important;
    margin-left: 0 !important;
    margin-top: 0.5rem !important;
    width: 100% !important;
  }
}

.confirm_tel,
.confirm_your-email,
.confirm_birth-day,
.confirm_job-type,
.confirm_job-locate,
.confirm_job-resume,
.confirm_job-careerresume,
.confirm_job-othersfile {
  padding: 0.5rem 1.25rem !important;
  background-color: #FFFFFF !important;
  border-radius: 0.3125rem !important;
  font-family: "Zen Kaku Gothic New", sans-serif !important;
  font-size: 1rem !important;
  line-height: 180% !important;
  transition: border-color 0.3s !important;
  letter-spacing: 0.05em !important;
  margin-left: 2.75rem !important;
  display: block !important;
  width: 29.9375rem !important;
  min-height: 2.8rem !important;
}
@media screen and (max-width: 767px) {
  .confirm_tel,
  .confirm_your-email,
  .confirm_birth-day,
  .confirm_job-type,
  .confirm_job-locate,
  .confirm_job-resume,
  .confirm_job-careerresume,
  .confirm_job-othersfile {
    width: 100% !important;
    min-height: 3.5rem !important;
    margin-left: 0 !important;
  }
}

.yourname,
.name-kana,
.tel,
.your-email,
.birth-day,
.job-locate,
.job-resume,
.job-careerresume,
.job-othersfile,
.textarea-32 {
  display: block !important;
  width: 13.0625rem;
}
.yourname br,
.name-kana br,
.tel br,
.your-email br,
.birth-day br,
.job-locate br,
.job-resume br,
.job-careerresume br,
.job-othersfile br,
.textarea-32 br {
  display: none;
}

.confirm-cont p {
  display: none;
}

.contact__submitBtn p {
  display: block !important;
}

.confirm-textarea__start {
  align-items: start;
}

.confirm_textarea-32 {
  min-height: 10.9375rem !important;
}

.button-wrap {
  display: block !important;
  margin-top: 7.5rem;
  display: flex;
  justify-content: center;
  margin-bottom: 6.5625rem;
}
.button-wrap p {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.button-wrap p br {
  display: none;
}

.back_button {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 180%;
  letter-spacing: 0.05em;
  color: #404A5E;
  background-color: #FFFFFF;
  padding: 0.3125rem 4.6875rem;
  border-radius: 1.5625rem;
}

input[type=submit] {
  background-color: #248CF5;
  color: #FFFFFF;
  padding: 0.3125rem 2.8125rem;
  border-radius: 1.5625rem;
  margin-top: 1.25rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 180%;
  letter-spacing: 0.05em;
}

.complete {
  width: 100%;
  margin-top: 7.5rem;
  position: relative;
  z-index: 30;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .complete {
    margin-top: 3.75rem;
  }
}

.complete__inner p {
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 220%;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .complete__inner p {
    font-size: 0.875rem;
  }
}

.complete-btn {
  margin-top: 7.5rem;
  padding-bottom: 8.5rem;
  text-align: center;
  z-index: 30;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .complete-btn {
    margin-top: 3.75rem;
  }
}

.complete-back {
  position: relative;
  z-index: 30;
  border-radius: 0 0 2.5rem 2.5rem;
  background-color: #F0F0F0;
  overflow: hidden;
}
.complete-back::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../../assets/images/srcImg/mv-noimg-bg.png);
  background-size: 100%;
  background-position: center top;
  width: 100%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .complete-back::before {
    background-image: url(../../assets/images/srcImg/sp-main-back2.png);
  }
}

.interview-mv {
  margin-top: 11.5625rem;
  margin-right: auto;
  margin-left: auto;
  max-width: 1360px;
}
@media screen and (max-width: 767px) {
  .interview-mv {
    margin-top: 7.625rem;
    margin-right: 1rem;
    margin-left: 1rem;
  }
}

.interview-mv__inner {
  max-width: 1360px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 0.75rem;
  background-color: #FFFFFF;
  border-radius: 1.25rem;
  padding: 1.5625rem 4.375rem 1.5625rem 1.5625rem;
  display: flex;
  align-items: center;
  gap: 3.6875rem;
}
@media screen and (max-width: 767px) {
  .interview-mv__inner {
    max-width: 581px;
    margin-top: 0.625rem;
    padding: 1rem 1rem 1rem 1rem;
    flex-direction: column;
    align-items: start;
    gap: 0;
  }
}

.interview-mv__img {
  max-width: 44.0625rem;
  width: calc(31.3125rem / (100% - 3.6875rem) * 100);
  height: auto;
}
@media screen and (max-width: 767px) {
  .interview-mv__img {
    width: 100%;
  }
}
.interview-mv__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.interview-mv__right {
  padding: 0.9375rem 0;
  width: calc(44.0625rem / (100% - 3.6875rem) * 100);
}
@media screen and (max-width: 767px) {
  .interview-mv__right {
    width: 100%;
  }
}

.interview-mv__no {
  font-family: "sofia-pro", sans-serif;
  font-weight: 300;
  font-size: 1.25rem;
  line-height: 120%;
  letter-spacing: 0.02em;
  color: #C7C7C7;
}
@media screen and (max-width: 767px) {
  .interview-mv__no {
    font-size: 1rem;
  }
}

.interview-mv__title {
  margin-top: 14.125rem;
}
@media screen and (max-width: 767px) {
  .interview-mv__title {
    margin-top: 1.5rem;
  }
}

.interview-mv__title h1 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 2.25rem;
  line-height: 160%;
  letter-spacing: normal;
  color: #404A5E;
}
@media screen and (max-width: 767px) {
  .interview-mv__title h1 {
    font-size: 1.75rem;
  }
}

.department {
  margin-top: 1.25rem;
  font-size: 1.25rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .department {
    margin-top: 1rem;
    font-size: 0.875rem;
  }
}

.department.designer {
  color: #FFC249;
}
.department.engineer {
  color: #2673C0;
}
.department.sales {
  color: #FA553B;
}
.department.planner {
  color: #2CCF78;
}
.department.staff {
  color: #4BCBD9;
}

.interview-detail__inner {
  margin: 8.125rem auto;
}
@media screen and (max-width: 767px) {
  .interview-detail__inner {
    margin-top: 5.375rem;
  }
}

.interview-detail__body {
  width: 100%;
}
.interview-detail__body h2 {
  font-family: "sofia-pro", sans-serif;
  font-weight: 300;
  font-size: 1.875rem;
  line-height: 1.1666666667;
  letter-spacing: 0.02em;
  color: #248CF5;
}
@media screen and (max-width: 767px) {
  .interview-detail__body h2 {
    font-size: 1.25rem;
  }
}
.interview-detail__body h3 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.875rem;
  line-height: 160%;
  letter-spacing: 0.1em;
  color: #404A5E;
}
@media screen and (max-width: 767px) {
  .interview-detail__body h3 {
    font-size: 1.25rem;
  }
}
.interview-detail__body p {
  margin-top: 1.5625rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 180%;
  letter-spacing: 0.05em;
  color: #404A5E;
}
@media screen and (max-width: 767px) {
  .interview-detail__body p {
    font-size: 0.875rem;
  }
}
.interview-detail__body .wp-block-group {
  margin-top: 6.25rem;
  max-width: 43.25rem;
  width: 100%;
}
.interview-detail__body .wp-block-group:first-of-type {
  margin-top: 0;
}
.interview-detail__body .wp-block-group:nth-of-type(2), .interview-detail__body .wp-block-group:nth-of-type(4), .interview-detail__body .wp-block-group:nth-of-type(6) {
  margin-left: auto;
}
.interview-detail__body .wp-block-image {
  margin-top: 7.5rem;
  margin-bottom: 7.5rem;
}
@media screen and (max-width: 767px) {
  .interview-detail__body .wp-block-image {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}
.interview-detail__body .wp-block-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.interview-other {
  margin-top: 7.5rem;
  background-color: #248CF5;
  position: relative;
  border-radius: 2.5rem 2.5rem 0 0;
}
@media screen and (max-width: 767px) {
  .interview-other {
    margin-top: 5.375rem;
    border-radius: 1.25rem 1.25rem;
  }
}
.interview-other::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/srcImg/top-question-dot.png);
  background-size: 100% auto;
  background-repeat: repeat;
  opacity: 0.5;
  z-index: 0;
}

.interview-other__inner {
  position: relative;
  z-index: 0;
  margin-left: 7.5rem;
  padding-top: 5rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .interview-other__inner {
    margin-left: 1.5rem;
    padding-top: 2.25rem;
    min-width: initial;
  }
}

.interview-other__title h2 {
  font-family: "sofia-pro", sans-serif;
  font-weight: 200;
  font-size: 2.25rem;
  line-height: 1.1388888889;
  letter-spacing: 0.02em;
  color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .interview-other__title h2 {
    font-size: 1.5rem;
  }
}

.interview-other__title span {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 220%;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  display: block;
}
@media screen and (max-width: 767px) {
  .interview-other__title span {
    font-size: 0.875rem;
  }
}

.interview-other__items {
  margin-top: 5rem;
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  align-items: start;
  gap: 1.25rem;
  z-index: 10;
  padding-bottom: 1.25rem;
  scrollbar-width: none;
  padding-right: 15rem;
}
@media screen and (max-width: 767px) {
  .interview-other__items {
    margin-top: 2.25rem;
    margin-bottom: 5.375rem;
  }
}
.interview-other__items::-webkit-scrollbar {
  display: none;
}

.interview-other__item {
  scroll-snap-align: start;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
  background-color: #FFFFFF;
  padding: 0.9375rem;
  width: 17.8125rem !important;
  border-radius: 1.25rem;
  min-height: 22.625rem;
}
@media screen and (max-width: 767px) {
  .interview-other__item {
    width: 100%;
  }
}

.interview-other__img {
  border-radius: 0.625rem;
  width: 100%;
  overflow: hidden;
}

.interview-other__img img {
  width: 100%;
  aspect-ratio: 705/472;
  height: auto;
  object-fit: cover;
  transition: scale 0.3s ease-in-out;
}

.interview-other__item a:hover .interview-other__img img {
  scale: 1.2;
}

.interview-other__textwrap {
  margin-top: 0.9375rem;
}

.interview-other__title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 180%;
  letter-spacing: 0.05em;
  color: #404A5E;
}

.interview-other__depart {
  margin-top: 0.875rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 160%;
  letter-spacing: 0.1em;
}

.category-sales {
  color: #FA553B;
}

.category-designer {
  color: #FFC249;
}

.category-engineer {
  color: #2673C0;
}

.category-planner {
  color: #2CCF78;
}

.category-staff {
  color: #4BCBD9;
}

.interview-other__btnWrap {
  margin-top: 1.5625rem;
  display: flex;
  align-items: center;
  justify-content: end;
  margin-right: 5.3125rem;
  gap: 0.9375rem;
  margin-bottom: 7.8125rem;
}
@media screen and (max-width: 767px) {
  .interview-other__btnWrap {
    display: none;
  }
}

.interview-other__back,
.interview-other__pre {
  background: linear-gradient(to right, #2673c0, #60abff);
  padding: 0.625rem 2.0625rem;
  border-radius: 3.46875rem;
  display: block;
}
.interview-other__back svg,
.interview-other__pre svg {
  width: 0.4375rem;
  height: 0.6875rem;
}
.interview-other__back svg path,
.interview-other__pre svg path {
  stroke: #FFFFFF;
  transition: stroke 0.3s ease;
}
.interview-other__back.is-disabled,
.interview-other__pre.is-disabled {
  background: #FFFFFF;
  border: 1px solid #e0e0e0;
}
.interview-other__back.is-disabled svg path,
.interview-other__pre.is-disabled svg path {
  stroke: #248CF5;
}

.interview-other__pre svg {
  transform: rotate(180deg);
}

.interview-cta {
  margin-top: -2.5rem;
}

.interview-cta .cta-recruite__title,
.interview-cta .cta-recruite__text,
.interview-cta .top-workplace__btn {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.interview-cta .cta-recruite__title.is-inview,
.interview-cta .cta-recruite__text.is-inview,
.interview-cta .top-workplace__btn.is-inview {
  opacity: 1;
  transform: translateY(0);
}
.interview-cta .cta-recruite__text:nth-child(1) {
  transition-delay: 0.2s;
}
.interview-cta .cta-recruite__text:nth-child(2) {
  transition-delay: 0.4s;
}
.interview-cta .top-workplace__btn {
  transition-delay: 0.6s;
}

.privacypolicy {
  margin-top: 11.25rem;
}
@media screen and (max-width: 767px) {
  .privacypolicy {
    margin-top: 7.5625rem;
  }
}

.privacypolicy__inner {
  margin: 0 auto 11.25rem;
}

.u-desktop {
  display: block;
}
@media screen and (max-width: 767px) {
  .u-desktop {
    display: none;
  }
}

.u-mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-mobile {
    display: block;
  }
}/*# sourceMappingURL=style.css.map */