/*!
Theme Name: miyuki-inc
*/
html,
body,
main button,
main input {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
}
html *,
body *,
main button *,
main input * {
  box-sizing: border-box;
}
html *:focus,
body *:focus,
main button *:focus,
main input *:focus {
  outline: none;
}

html {
  scroll-behavior: auto;
}
@media screen and (min-width: 981px) {
  html {
    scroll-padding-top: 70px;
  }
}

body {
  -webkit-tap-highlight-color: transparent;
  color: #3c3c3c;
  background-color: #fff;
}
@media screen and (max-width: 980px) {
  body {
    font-size: 3.733dvw;
  }
}
@media screen and (min-width: 981px) {
  body {
    font-size: 16px;
  }
}
body.locked {
  overflow: hidden;
  width: 100%;
  height: 100dvh;
}
@media screen and (max-width: 980px) {
  body.admin-bar {
    margin-top: 46px;
  }
  body.admin-bar #header {
    top: 46px;
  }
}
@media screen and (min-width: 981px) {
  body.admin-bar {
    margin-top: 32px;
  }
  body.admin-bar #header {
    top: 32px;
  }
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0;
}

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

iframe {
  max-width: 100%;
}

a {
  color: #3c3c3c;
  text-decoration: none;
}
@media screen and (min-width: 981px) {
  a {
    transition: opacity 0.3s;
  }
}

em {
  font-style: normal;
}

@media screen and (min-width: 981px) {
  .for-mb {
    display: none !important;
  }
}

@media screen and (max-width: 980px) {
  .for-pc {
    display: none !important;
  }
}
@media screen and (min-width: 981px) {
  .for-pc {
    display: auto;
  }
}

@media screen and (min-width: 981px) {
  img.for-pc {
    display: inline;
  }
}

.hidden {
  display: none !important;
}

.en, .en *,
.en .char {
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
}

.char {
  display: inline-block;
}

.serif {
  font-family: "Shippori Mincho", serif;
  font-style: normal;
}

.center {
  text-align: center;
}

#loading {
  position: fixed;
  z-index: 99;
  inset: 0;
  background: #f7f7f7;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.5s;
}
@media screen and (max-width: 980px) {
  #loading .loading__logo {
    width: 37.333dvw;
  }
}
@media screen and (min-width: 981px) {
  #loading .loading__logo {
    width: 202px;
    height: 144px;
  }
}

body.loaded #loading {
  opacity: 0;
  pointer-events: none;
}

.tate {
  writing-mode: vertical-rl;
}

.icon-link {
  border: 1px solid #D9D9D9;
  border-radius: 9999px;
  aspect-ratio: 48/20;
  background-color: #fff;
  background-image: url(images/icon-link.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right center;
}
@media screen and (max-width: 980px) {
  .icon-link {
    width: 10.667dvw;
    background-size: 240%;
  }
}
@media screen and (min-width: 981px) {
  .icon-link {
    width: 48px;
    transition: background-position 0.5s;
  }
}

@media screen and (min-width: 981px) {
  a:hover .icon-link {
    background-position-x: left;
  }
}

a:has([data-text]) {
  display: inline-block;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 981px) {
  a:has([data-text]):hover span {
    translate: 0 -100%;
  }
}
a:has([data-text]).page__link {
  display: inline-flex;
  align-items: center;
}
@media screen and (max-width: 980px) {
  a:has([data-text]).page__link {
    gap: 3.2dvw;
  }
}
@media screen and (min-width: 981px) {
  a:has([data-text]).page__link {
    gap: 18px;
  }
}
a:has([data-text]) span {
  display: inline-block;
  transition: translate 0.5s;
}
a:has([data-text]) span::after {
  display: inline-block;
  content: attr(data-text);
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
}

#header {
  position: fixed;
  z-index: 9;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  transition: translate 0.5s;
}
@media screen and (max-width: 980px) {
  #header {
    height: 13.333dvw;
  }
}
@media screen and (min-width: 981px) {
  #header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 70px;
  }
}
#header.header--hidden {
  translate: 0 -100%;
}
@media screen and (max-width: 980px) {
  #header .header__logo {
    position: relative;
    z-index: 9;
    margin-top: 2.133dvw;
    margin-left: 3.2dvw;
  }
  #header .header__logo img {
    width: auto;
    height: 9.067dvw;
  }
}
@media screen and (min-width: 981px) {
  #header .header__logo {
    margin-left: 32px;
  }
}
#header .header__toggle {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
  aspect-ratio: 1/1;
  width: 13.333dvw;
  background: none;
  margin: 0;
  padding: 0;
  border: 0;
}
#header .header__toggle .bar,
#header .header__toggle .bar::before,
#header .header__toggle .bar::after {
  width: 8dvw;
  height: 1px;
  background-color: #232729;
  position: absolute;
  margin: auto;
  transition: top 0.25s 0.25s, bottom 0.25s 0.25s, rotate 0.25s;
  z-index: 8;
}
#header .header__toggle .bar {
  inset: 0;
  background-color: transparent;
  height: 0;
}
#header .header__toggle .bar::before, #header .header__toggle .bar::after {
  content: "";
  transform-origin: center;
}
#header .header__toggle .bar::before {
  top: -1.2dvw;
  left: 0;
  right: 0;
}
#header .header__toggle .bar::after {
  bottom: -1.2dvw;
  left: 0;
  right: 0;
}
#header .header__toggle.active .bar::before, #header .header__toggle.active .bar::after {
  transition: top 0.25s, bottom 0.25s, rotate 0.25s 0.25s;
}
#header .header__toggle.active .bar::before {
  top: -1px;
  rotate: 15deg;
}
#header .header__toggle.active .bar::after {
  bottom: 0;
  rotate: -15deg;
}
#header .header__toggle.active + .header__nav {
  right: 0;
}
@media screen and (min-width: 981px) {
  #header .header__toggle {
    display: none;
  }
}
#header .header__nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 980px) {
  #header .header__nav {
    z-index: 8;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 9.333dvw;
    width: 100vw;
    height: 100dvh;
    padding-top: 32dvw;
    padding-left: 12.8dvw;
    padding-right: 12.8dvw;
    padding-bottom: 12.8dvw;
    background-color: #F7F7F7;
    position: absolute;
    top: 0;
    right: -100vw;
    margin: 0;
    transition: right 0.5s;
  }
}
@media screen and (min-width: 981px) {
  #header .header__nav {
    display: flex;
    align-items: center;
    gap: 64px;
    margin-right: 32px;
  }
}
@media screen and (max-width: 980px) {
  #header .header__nav .list__item {
    font-size: 5.333dvw;
  }
}
@media screen and (min-width: 981px) {
  #header .header__nav .list__item {
    font-size: 15px;
  }
}
@media screen and (min-width: 981px) {
  #header .header__nav .list__item.recruit {
    aspect-ratio: 100/32;
    width: 100px;
    background-color: #3C3C3C;
    border-radius: 9999px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
#header .header__nav .list__item.recruit a {
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 980px) {
  #header .header__nav .list__item.recruit a {
    display: inline-flex;
    background-color: #3C3C3C;
    border-radius: 9999px;
    padding: 1.867dvw 6.4dvw;
  }
}
@media screen and (min-width: 981px) {
  #header .header__nav .list__item.recruit a {
    width: 100%;
    text-align: center;
  }
}
#header .header__nav .list__item.recruit span {
  color: #fff;
}

@media screen and (max-width: 980px) {
  body:has(.header__toggle.active) {
    overflow: hidden;
  }
  body:has(.header__toggle.active) .header__nav, body:has(.header__toggle.active) .header__bg {
    right: 0;
  }
  body:has(.header__toggle.active) .header__nav {
    overflow: auto;
  }
}

#footer {
  background: #f7f7f7;
}
@media screen and (max-width: 980px) {
  #footer .inner {
    padding-top: 10.667dvw;
    padding-left: 9.333dvw;
    padding-right: 9.333dvw;
    padding-bottom: 9.867dvw;
  }
}
@media screen and (min-width: 981px) {
  #footer .inner {
    max-width: 1300px;
    padding-top: 89px;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 88px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (max-width: 980px) {
  #footer .footer__logo {
    margin-bottom: 8.533dvw;
  }
}
@media screen and (max-width: 980px) {
  #footer .footer__logo img {
    width: 28dvw;
  }
}
@media screen and (min-width: 981px) {
  #footer .footer__logo img {
    width: 170px;
  }
}
#footer .footer__info {
  margin: 0;
  padding: 0;
  display: flex;
}
@media screen and (max-width: 980px) {
  #footer .footer__info {
    gap: 4.267dvw;
    font-size: 3.2dvw;
    line-height: 1.66;
  }
}
@media screen and (min-width: 981px) {
  #footer .footer__info {
    gap: 50px;
    font-size: 14px;
    line-height: 1.71;
  }
}
#footer .footer__info dd {
  margin-left: 0;
}
#footer .footer__copyright {
  border-top: 1px solid #d9d9d9;
  text-align: center;
}
@media screen and (max-width: 980px) {
  #footer .footer__copyright {
    padding-top: 8.533dvw;
    padding-bottom: 8.533dvw;
    font-size: 3.2dvw;
  }
}
@media screen and (min-width: 981px) {
  #footer .footer__copyright {
    padding-top: 64px;
    padding-bottom: 64px;
    font-size: 12px;
  }
}

.section__head,
.page__head {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 980px) {
  .section__head,
  .page__head {
    gap: 1.067dvw;
  }
}
.section__head span,
.page__head span {
  display: inline-block;
}
.section__head .sub,
.page__head .sub {
  font-weight: 500;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 980px) {
  .section__head .sub,
  .page__head .sub {
    font-size: 3.2dvw;
  }
}
@media screen and (min-width: 981px) {
  .section__head .sub,
  .page__head .sub {
    font-size: 18px;
  }
}
.section__head .main,
.page__head .main {
  font-weight: 400;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 980px) {
  .section__head .main,
  .page__head .main {
    font-size: 9.6dvw;
  }
}
@media screen and (min-width: 981px) {
  .section__head .main,
  .page__head .main {
    font-size: 72px;
  }
}

.section__subhead {
  font-weight: 500;
  letter-spacing: 0.07em;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 980px) {
  .section__subhead {
    gap: 2.667dvw;
    font-size: 6.4dvw;
  }
}
@media screen and (min-width: 981px) {
  .section__subhead {
    gap: 10px;
    font-size: 32px;
  }
}
.section__subhead::after {
  content: "";
  background-color: #d9d9d9;
}
@media screen and (max-width: 980px) {
  .section__subhead::after {
    width: 6.667dvw;
    height: 0.8dvw;
  }
}
@media screen and (min-width: 981px) {
  .section__subhead::after {
    width: 25px;
    height: 3px;
  }
}

.link a {
  border-bottom: 1px solid #3C3C3C;
}
@media screen and (max-width: 980px) {
  .link a {
    font-size: 3.733dvw;
    padding-bottom: 1.867dvw;
  }
}
@media screen and (min-width: 981px) {
  .link a {
    font-size: 16px;
    padding-bottom: 9px;
    transition: padding 0.5s;
  }
  .link a:hover {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.link a.page__link {
  display: inline-flex;
  border: none;
  padding-bottom: 0;
}
@media screen and (min-width: 981px) {
  .link a.page__link {
    gap: 18px;
  }
  .link a.page__link:hover {
    padding: 0;
  }
}

.link-back {
  display: inline-flex;
  flex-direction: row-reverse;
  letter-spacing: 0.07em;
}
@media screen and (min-width: 981px) {
  .link-back {
    gap: 18px;
    font-size: 15px;
  }
}
.link-back .icon-link {
  scale: -1 1;
}

.news__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 980px) {
  .news__list {
    margin-bottom: 10.667dvw;
  }
}
@media screen and (min-width: 981px) {
  .news__list {
    margin-bottom: 72px;
  }
}
.news__list .news__item a {
  display: block;
  position: relative;
  display: flex;
}
@media screen and (max-width: 980px) {
  .news__list .news__item a {
    flex-direction: column;
    gap: 2.133dvw;
    padding-top: 5.867dvw;
    padding-bottom: 6.4dvw;
  }
}
@media screen and (min-width: 981px) {
  .news__list .news__item a {
    gap: 44px;
    padding: 48px;
  }
  .news__list .news__item a:hover::after {
    width: 100%;
  }
  .news__list .news__item a:hover .subject {
    opacity: 0.55;
  }
}
.news__list .news__item a::before, .news__list .news__item a::after {
  content: "";
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.news__list .news__item a::before {
  z-index: 0;
  width: 100%;
  background-color: #D9D9D9;
}
.news__list .news__item a::after {
  z-index: 1;
  background-color: #3C3C3C;
  transition: width 0.5s;
}
@media screen and (max-width: 980px) {
  .news__list .news__item a::after {
    width: 13.333dvw;
  }
}
@media screen and (min-width: 981px) {
  .news__list .news__item a::after {
    width: 50px;
  }
}
@media screen and (max-width: 980px) {
  .news__list .news__item a .date {
    font-size: 3.467dvw;
  }
}
@media screen and (min-width: 981px) {
  .news__list .news__item a .date {
    font-size: 16px;
    line-height: 1.75;
  }
}
@media screen and (max-width: 980px) {
  .news__list .news__item a .subject {
    font-size: 3.467dvw;
    line-height: 1.69;
  }
}
@media screen and (min-width: 981px) {
  .news__list .news__item a .subject {
    font-size: 16px;
    line-height: 1.75;
    transition: opacity 0.5s;
  }
}

.news__pagination {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 980px) {
  .news__pagination {
    gap: 2.667dvw;
  }
}
@media screen and (min-width: 981px) {
  .news__pagination {
    gap: 14px;
  }
}
.news__pagination .page-numbers {
  aspect-ratio: 1/1;
  border-radius: 9999px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 980px) {
  .news__pagination .page-numbers {
    width: 8dvw;
    font-size: 3.733dvw;
  }
}
@media screen and (min-width: 981px) {
  .news__pagination .page-numbers {
    width: 49px;
    font-size: 18px;
  }
}
.news__pagination .page-numbers.prev, .news__pagination .page-numbers.next {
  display: none;
}
.news__pagination .page-numbers.current {
  background-color: #F7F7F7;
}

#top-mv {
  position: relative;
}
@media screen and (max-width: 980px) {
  #top-mv {
    margin-top: 13.333dvw;
  }
}
#top-mv #mv-images {
  position: relative;
  z-index: 1;
}
#top-mv #mv-images::before {
  content: "";
  position: absolute;
  z-index: 8;
  inset: 0;
  background: rgba(60, 60, 60, 0.2);
  mix-blend-mode: multiply;
  pointer-events: none;
}
#top-mv #mv-images img {
  width: 100%;
}
#top-mv .mv__catch {
  position: absolute;
  z-index: 8;
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media screen and (max-width: 980px) {
  #top-mv .mv__catch {
    top: 5.867dvw;
    right: 7.2dvw;
    font-size: 9.867dvw;
  }
}
@media screen and (min-width: 981px) {
  #top-mv .mv__catch {
    top: 8.802dvw;
    right: 19.375dvw;
    font-size: 4.167dvw;
  }
}
#top-mv .mv__catch .char {
  opacity: 0;
}
#top-mv .mv__scroll {
  position: absolute;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
}
@media screen and (max-width: 980px) {
  #top-mv .mv__scroll {
    right: 7.2dvw;
    bottom: 0;
    gap: 1.6dvw;
  }
}
@media screen and (min-width: 981px) {
  #top-mv .mv__scroll {
    right: 0;
    left: 0;
    bottom: 0;
    gap: 0.469dvw;
  }
}
#top-mv .mv__scroll .line {
  background-color: rgba(255, 255, 255, 0.45);
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 980px) {
  #top-mv .mv__scroll .line {
    width: 1px;
    height: 26.667dvw;
  }
}
@media screen and (min-width: 981px) {
  #top-mv .mv__scroll .line {
    width: 1px;
    height: 5.208dvw;
  }
}
#top-mv .mv__scroll .line:after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 1px;
  height: 22%;
  background-color: #fff;
  animation: scroll 3s linear infinite;
}
@keyframes scroll {
  0% {
    bottom: 100%;
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  80% {
    bottom: 0;
    opacity: 0;
  }
  100% {
    bottom: 0;
    opacity: 0;
  }
}
@media screen and (max-width: 980px) {
  #top-mv .mv__scroll .label {
    font-size: 3.2dvw;
  }
}
@media screen and (min-width: 981px) {
  #top-mv .mv__scroll .label {
    font-size: 0.938dvw;
  }
}

#top-aboutus {
  position: relative;
}
@media screen and (max-width: 980px) {
  #top-aboutus {
    margin-top: 42.667dvw;
    height: 289.6dvw;
    margin-bottom: 28.8dvw;
    overflow: hidden;
  }
}
@media screen and (min-width: 981px) {
  #top-aboutus {
    container-type: inline-size;
    margin-top: 208px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 237px;
    aspect-ratio: 1504/909;
    max-width: 1504px;
    height: auto;
  }
}
#top-aboutus .inner {
  position: absolute;
  z-index: 1;
}
@media screen and (max-width: 980px) {
  #top-aboutus .inner {
    top: 50.933dvw;
    left: 9.333dvw;
    right: 9.333dvw;
  }
}
@media screen and (min-width: 981px) {
  #top-aboutus .inner {
    top: 19.142%;
    left: 0;
    right: 0;
    margin: auto;
    width: -moz-max-content;
    width: max-content;
  }
}
@media screen and (max-width: 980px) {
  #top-aboutus .section__head {
    margin-bottom: 10.667dvw;
  }
}
@media screen and (min-width: 981px) {
  #top-aboutus .section__head {
    margin-bottom: 11.001%;
  }
}
@media screen and (min-width: 981px) {
  #top-aboutus .section__head .sub {
    font-size: 1.197cqw;
  }
}
@media screen and (min-width: 981px) {
  #top-aboutus .section__head .main {
    font-size: 4.787cqw;
  }
}
#top-aboutus .aboutus__lede {
  text-align: center;
  line-height: 2;
}
@media screen and (max-width: 980px) {
  #top-aboutus .aboutus__lede {
    font-size: 4dvw;
    margin-bottom: 13.867dvw;
  }
}
@media screen and (min-width: 981px) {
  #top-aboutus .aboutus__lede {
    font-size: 1.197cqw;
    margin-bottom: 6.381%;
  }
}
#top-aboutus .link {
  text-align: center;
}
@media screen and (min-width: 981px) {
  #top-aboutus .link a {
    font-size: 1.064cqw;
    padding-bottom: 0.469%;
  }
}
#top-aboutus .aboutus__images {
  position: absolute;
  inset: 0;
  overflow: visible;
}
#top-aboutus .aboutus__images div {
  opacity: 0;
  position: absolute;
  overflow: hidden;
}
@media screen and (max-width: 980px) {
  #top-aboutus .aboutus__images .image1 {
    top: 9.867dvw;
    left: -3.2dvw;
    width: 42.4dvw;
  }
}
@media screen and (min-width: 981px) {
  #top-aboutus .aboutus__images .image1 {
    top: 0;
    left: 13.098%;
    width: 20.146%;
  }
}
@media screen and (max-width: 980px) {
  #top-aboutus .aboutus__images .image2 {
    top: 0;
    right: 0;
    width: 51.2dvw;
  }
}
@media screen and (min-width: 981px) {
  #top-aboutus .aboutus__images .image2 {
    top: 5.501%;
    right: 6.782%;
    width: 25.332%;
  }
}
@media screen and (max-width: 980px) {
  #top-aboutus .aboutus__images .image3 {
    bottom: 53.067dvw;
    left: -7.733dvw;
    width: 46.667dvw;
  }
}
@media screen and (min-width: 981px) {
  #top-aboutus .aboutus__images .image3 {
    top: 36.414%;
    left: 0;
    width: 25.598%;
  }
}
@media screen and (max-width: 980px) {
  #top-aboutus .aboutus__images .image4 {
    bottom: 64dvw;
    left: 53.067dvw;
    width: 54.133dvw;
  }
}
@media screen and (min-width: 981px) {
  #top-aboutus .aboutus__images .image4 {
    bottom: 0;
    left: 38.298%;
    width: 30.984%;
  }
}
@media screen and (max-width: 980px) {
  #top-aboutus .aboutus__images .image5 {
    bottom: 32dvw;
    right: 5.867dvw;
    width: 48.8dvw;
  }
}
@media screen and (min-width: 981px) {
  #top-aboutus .aboutus__images .image5 {
    bottom: 16.392%;
    right: 2.061%;
    width: 25%;
  }
}

@media screen and (max-width: 980px) {
  #top-images {
    height: 59.467dvw;
    margin-bottom: 32dvw;
  }
}
@media screen and (min-width: 981px) {
  #top-images {
    height: 445px;
    margin-bottom: 247px;
  }
}
@media screen and (max-width: 980px) {
  #top-images img {
    margin-right: 6.4dvw;
  }
}
@media screen and (min-width: 981px) {
  #top-images img {
    margin-right: 72px;
  }
}
@media screen and (max-width: 980px) {
  #top-images .image1 {
    width: 37.6dvw;
    margin-top: 10.4dvw;
  }
}
@media screen and (min-width: 981px) {
  #top-images .image1 {
    width: 280px;
    margin-top: 78px;
  }
}
@media screen and (max-width: 980px) {
  #top-images .image2 {
    width: 64.533dvw;
  }
}
@media screen and (min-width: 981px) {
  #top-images .image2 {
    width: 480px;
  }
}
@media screen and (max-width: 980px) {
  #top-images .image3 {
    width: 37.6dvw;
    margin-top: 16.8dvw;
  }
}
@media screen and (min-width: 981px) {
  #top-images .image3 {
    width: 280px;
    margin-top: 125px;
  }
}
@media screen and (max-width: 980px) {
  #top-images .image4 {
    width: 64dvw;
    margin-top: 8.267dvw;
  }
}
@media screen and (min-width: 981px) {
  #top-images .image4 {
    width: 480px;
    margin-top: 62px;
  }
}
@media screen and (max-width: 980px) {
  #top-images .image5 {
    width: 37.6dvw;
  }
}
@media screen and (min-width: 981px) {
  #top-images .image5 {
    width: 280px;
  }
}
@media screen and (max-width: 980px) {
  #top-images .image6 {
    width: 64dvw;
    margin-top: 14.4dvw;
  }
}
@media screen and (min-width: 981px) {
  #top-images .image6 {
    margin-top: 109px;
    width: 480px;
  }
}

@media screen and (max-width: 980px) {
  #top-services {
    margin-bottom: 45.333dvw;
  }
}
@media screen and (min-width: 981px) {
  #top-services {
    margin-bottom: 331px;
  }
}
@media screen and (max-width: 980px) {
  #top-services .section__head {
    margin-bottom: 10.667dvw;
  }
}
@media screen and (min-width: 981px) {
  #top-services .section__head {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 981px) {
  #top-services .services__wrap {
    position: relative;
    padding-left: calc(50% - 35px);
    min-height: 643px;
  }
}
#top-services .services__item {
  display: block;
  border-top: 1px solid #D9D9D9;
}
@media screen and (max-width: 980px) {
  #top-services .services__item {
    padding-bottom: 14.933dvw;
  }
}
@media screen and (min-width: 981px) {
  #top-services .services__item {
    max-width: 635px;
  }
  #top-services .services__item:hover .services__summary:before {
    width: 100%;
  }
  #top-services .services__item.active .services__image {
    opacity: 1;
  }
}
#top-services .services__item:last-of-type {
  border-bottom: 1px solid #D9D9D9;
}
@media screen and (max-width: 980px) {
  #top-services .services__item .services__image {
    margin-bottom: 6.4dvw;
  }
}
@media screen and (min-width: 981px) {
  #top-services .services__item .services__image {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(50% - 120px);
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    opacity: 0;
    transition: opacity 0.5s;
    pointer-events: none;
  }
}
#top-services .services__item .services__summary {
  margin: 0;
}
@media screen and (max-width: 980px) {
  #top-services .services__item .services__summary {
    width: 81.333dvw;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 981px) {
  #top-services .services__item .services__summary {
    padding-top: 33px;
    padding-bottom: 35px;
    padding-left: 25px;
    padding-right: 18px;
    position: relative;
  }
  #top-services .services__item .services__summary::before {
    content: "";
    width: 0;
    height: 100%;
    background-color: #F7F7F7;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    bottom: 0;
    transition: 0.5s;
  }
}
#top-services .services__item .services__summary dt {
  position: relative;
}
@media screen and (max-width: 980px) {
  #top-services .services__item .services__summary dt {
    margin-bottom: 5.333dvw;
  }
}
@media screen and (min-width: 981px) {
  #top-services .services__item .services__summary dt {
    margin-bottom: 28px;
  }
}
#top-services .services__item .services__summary dt .icon-link {
  position: absolute;
}
@media screen and (max-width: 980px) {
  #top-services .services__item .services__summary dt .icon-link {
    top: 4.267dvw;
    right: 0;
    margin-top: auto;
    margin-bottom: auto;
  }
}
@media screen and (min-width: 981px) {
  #top-services .services__item .services__summary dt .icon-link {
    top: 20px;
    right: 0;
    margin-top: auto;
    margin-bottom: auto;
  }
}
#top-services .services__item .services__summary .sub {
  letter-spacing: 0.07em;
}
@media screen and (max-width: 980px) {
  #top-services .services__item .services__summary .sub {
    font-size: 3.2dvw;
    margin-bottom: 1.067dvw;
  }
}
@media screen and (min-width: 981px) {
  #top-services .services__item .services__summary .sub {
    font-size: 16px;
    margin-bottom: 6px;
  }
}
#top-services .services__item .services__summary .main {
  letter-spacing: 0.07em;
}
@media screen and (max-width: 980px) {
  #top-services .services__item .services__summary .main {
    font-size: 5.333dvw;
  }
}
@media screen and (min-width: 981px) {
  #top-services .services__item .services__summary .main {
    font-size: 24px;
  }
}
#top-services .services__item .services__summary dd {
  margin-left: 0;
}
@media screen and (max-width: 980px) {
  #top-services .services__item .services__summary dd {
    font-size: 3.733dvw;
    line-height: 1.71;
  }
}
@media screen and (min-width: 981px) {
  #top-services .services__item .services__summary dd {
    font-size: 16px;
    line-height: 1.75;
  }
}

#top-company {
  background-image: linear-gradient(rgba(60, 60, 60, 0.3)), url(images/top-company-bg.jpg);
  background-blend-mode: multiply;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 980px) {
  #top-company {
    height: 112.267dvw;
    position: relative;
    margin-bottom: 32dvw;
  }
}
@media screen and (min-width: 981px) {
  #top-company {
    height: 564px;
    position: relative;
    margin-bottom: 241px;
  }
}
@media screen and (max-width: 980px) {
  #top-company .section__head {
    translate: 0 -13.333dvw;
  }
}
@media screen and (min-width: 981px) {
  #top-company .section__head {
    translate: 0 -84px;
  }
}
#top-company .company__link {
  color: #fff;
  overflow: hidden;
  display: flex;
  position: absolute;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 980px) {
  #top-company .company__link {
    inset: 8.533dvw 9.333dvw;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 4.267dvw;
    padding-left: 10.133dvw;
    font-size: 5.333dvw;
  }
}
@media screen and (min-width: 981px) {
  #top-company .company__link {
    max-width: 1200px;
    height: 320px;
    inset: 0;
    margin: auto;
    align-items: center;
    gap: 48px;
    padding-left: 147px;
    font-size: 24px;
  }
  #top-company .company__link:hover::after {
    scale: 1.05;
  }
}
#top-company .company__link::before, #top-company .company__link::after {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  margin: auto;
  background-size: cover;
  background-position: center;
  transition: scale 0.5s;
}
#top-company .company__link::before {
  z-index: 1;
  background-blend-mode: multiply;
}
@media screen and (max-width: 980px) {
  #top-company .company__link::before {
    background-image: linear-gradient(rgba(60, 60, 60, 0.15));
  }
}
@media screen and (min-width: 981px) {
  #top-company .company__link::before {
    background-image: linear-gradient(rgba(60, 60, 60, 0.15));
  }
}
@media screen and (max-width: 980px) {
  #top-company .company__link::after {
    background-image: linear-gradient(rgba(255, 255, 255, 0.1)), url(images/top-company-link-bg-mb.jpg);
  }
}
@media screen and (min-width: 981px) {
  #top-company .company__link::after {
    background-image: linear-gradient(rgba(255, 255, 255, 0.1)), url(images/top-company-link-bg-pc.jpg);
  }
}
#top-company .company__link .label, #top-company .company__link .icon-link {
  position: relative;
  z-index: 1;
}

#top-news {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 980px) {
  #top-news {
    width: 81.333dvw;
    margin-bottom: 32dvw;
  }
}
@media screen and (min-width: 981px) {
  #top-news {
    max-width: 1200px;
    margin-bottom: 240px;
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 980px) {
  #top-news .section__head {
    margin-bottom: 10.667dvw;
  }
}
@media screen and (min-width: 981px) {
  #top-news .section__head {
    margin-bottom: 32px;
  }
}
#top-news .news__link {
  text-align: center;
}

#top-recruit {
  position: relative;
}
#top-recruit .inner {
  position: absolute;
  z-index: 8;
  inset: 0;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 980px) {
  #top-recruit .inner {
    gap: 8.533dvw;
  }
}
@media screen and (min-width: 981px) {
  #top-recruit .inner {
    gap: 64px;
  }
}
#top-recruit .inner .recruit__lede {
  text-align: center;
}
@media screen and (max-width: 980px) {
  #top-recruit .inner .recruit__lede {
    width: 81.333dvw;
    margin-left: auto;
    margin-right: auto;
    font-size: 3.733dvw;
    line-height: 1.71;
    margin-bottom: 2.133dvw;
  }
}
#top-recruit #top-recruit-images {
  position: relative;
}
#top-recruit #top-recruit-images::before {
  content: "";
  position: absolute;
  z-index: 7;
  inset: 0;
  background: rgba(60, 60, 60, 0.5);
  mix-blend-mode: multiply;
}
#top-recruit #top-recruit-images::after {
  content: "";
  position: absolute;
  z-index: 6;
  inset: 0;
  background: rgba(255, 255, 255, 0.15);
}
@media screen and (max-width: 980px) {
  #top-recruit #top-recruit-images img {
    width: 69.867dvw;
  }
}
@media screen and (min-width: 981px) {
  #top-recruit #top-recruit-images img {
    width: 384px;
  }
}

#page-header {
  background-color: #F7F7F7;
}
@media screen and (max-width: 980px) {
  #page-header {
    padding-top: 21.333dvw;
    background: linear-gradient(#f7f7f7 0px, #f7f7f7 61.333dvw, transparent 61.333dvw, transparent 100%);
  }
}
@media screen and (min-width: 981px) {
  #page-header {
    padding-top: 170px;
    background: linear-gradient(#f7f7f7 0px, #f7f7f7 478px, transparent 478px, transparent 100%);
  }
}
@media screen and (max-width: 980px) {
  #page-header:not(:has(.header__image)) {
    padding-bottom: 8dvw;
  }
}
@media screen and (min-width: 981px) {
  #page-header:not(:has(.header__image)) {
    padding-bottom: 100px;
  }
}
#page-header:not(:has(.header__image)) .page__head {
  margin-bottom: 0;
}
@media screen and (max-width: 980px) {
  #page-header .page__head {
    margin-bottom: 5.333dvw;
  }
}
@media screen and (min-width: 981px) {
  #page-header .page__head {
    margin-bottom: 80px;
  }
}
#page-header .header__image {
  text-align: center;
}
#page-header .header__image img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 980px) {
  #page-header .header__image img {
    width: calc(100% - 10.667dvw);
    height: 37.333dvw;
  }
}
@media screen and (min-width: 981px) {
  #page-header .header__image img {
    width: calc(100% - 220px);
    height: 713px;
  }
}

@media screen and (max-width: 980px) {
  #aboutus-lede {
    margin-top: 16dvw;
    margin-bottom: 16dvw;
  }
}
@media screen and (min-width: 981px) {
  #aboutus-lede {
    margin-top: 160px;
    margin-bottom: 220px;
  }
}
@media screen and (max-width: 980px) {
  #aboutus-lede .inner {
    width: 81.333dvw;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 981px) {
  #aboutus-lede .inner {
    max-width: 1300px;
    height: 726px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 50px;
    position: relative;
    padding-top: 141px;
  }
}
#aboutus-lede .lede__catch {
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
@media screen and (max-width: 980px) {
  #aboutus-lede .lede__catch {
    font-size: 7.467dvw;
    margin-bottom: 8dvw;
  }
}
@media screen and (min-width: 981px) {
  #aboutus-lede .lede__catch {
    font-size: 48px;
    margin-bottom: 78px;
  }
}
#aboutus-lede .lede__detail {
  line-height: 2;
}
@media screen and (max-width: 980px) {
  #aboutus-lede .lede__detail {
    margin-bottom: 8dvw;
  }
}
@media screen and (min-width: 981px) {
  #aboutus-lede .lede__detail {
    font-size: 18px;
    width: 650px;
  }
}
@media screen and (max-width: 980px) {
  #aboutus-lede .lede__detail strong {
    font-size: 4.8dvw;
  }
}
@media screen and (min-width: 981px) {
  #aboutus-lede .lede__detail strong {
    font-size: 22px;
  }
}
@media screen and (min-width: 981px) {
  #aboutus-lede .lede__images img {
    position: absolute;
  }
}
@media screen and (max-width: 980px) {
  #aboutus-lede .lede__images .image1 {
    width: 80%;
  }
}
@media screen and (min-width: 981px) {
  #aboutus-lede .lede__images .image1 {
    top: 0;
    right: 39px;
    width: 535px;
    height: 311px;
  }
}
@media screen and (max-width: 980px) {
  #aboutus-lede .lede__images .image2 {
    display: block;
    margin-top: 5.333dvw;
    width: 55%;
    margin-right: 0;
    margin-left: auto;
  }
}
@media screen and (min-width: 981px) {
  #aboutus-lede .lede__images .image2 {
    top: 355px;
    right: 0;
    width: 364px;
    height: 371px;
  }
}

@media screen and (max-width: 980px) {
  #aboutus-message {
    padding-top: 16dvw;
    padding-bottom: 16dvw;
    background: linear-gradient(#f7f7f7 0px, #f7f7f7 calc(100% - 34.667dvw), transparent calc(100% - 34.667dvw), transparent 100%);
  }
}
@media screen and (min-width: 981px) {
  #aboutus-message {
    margin-top: 180px;
    padding-bottom: 180px;
    background: linear-gradient(#f7f7f7 0px, #f7f7f7 calc(100% - 497px), transparent calc(100% - 497px), transparent 100%);
  }
}
@media screen and (max-width: 980px) {
  #aboutus-message .inner {
    width: 81.333dvw;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 981px) {
  #aboutus-message .inner {
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding-top: 141px;
  }
}
#aboutus-message .section__head {
  align-items: flex-start;
}
@media screen and (min-width: 981px) {
  #aboutus-message .section__head {
    margin-bottom: 79px;
  }
}
@media screen and (min-width: 981px) {
  #aboutus-message .section__head .sub {
    font-size: 16px;
  }
}
@media screen and (min-width: 981px) {
  #aboutus-message .section__head .main {
    font-size: 56px;
  }
}
#aboutus-message .message__wrap {
  display: flex;
}
@media screen and (max-width: 980px) {
  #aboutus-message .message__wrap {
    flex-direction: column;
    gap: 8dvw;
    margin-bottom: 16dvw;
  }
}
@media screen and (min-width: 981px) {
  #aboutus-message .message__wrap {
    gap: 142px;
    padding-left: 50px;
    padding-right: 50px;
    margin-bottom: 180px;
  }
}
#aboutus-message .message__image {
  flex-shrink: 0;
}
@media screen and (max-width: 980px) {
  #aboutus-message .message__image {
    margin-top: 8dvw;
    margin-bottom: 8dvw;
    text-align: center;
  }
}
@media screen and (min-width: 981px) {
  #aboutus-message .message__image {
    width: 449px;
  }
}
@media screen and (max-width: 980px) {
  #aboutus-message .message__image img {
    width: 50%;
    margin-bottom: 2.667dvw;
  }
}
@media screen and (min-width: 981px) {
  #aboutus-message .message__image img {
    margin-bottom: 20px;
  }
}
#aboutus-message .message__image figure {
  margin: 0;
}
#aboutus-message .message__image figcaption {
  display: flex;
  justify-content: center;
  align-items: end;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 980px) {
  #aboutus-message .message__image figcaption {
    gap: 2.667dvw;
  }
}
@media screen and (min-width: 981px) {
  #aboutus-message .message__image figcaption {
    gap: 19px;
    font-size: 20px;
  }
}
@media screen and (min-width: 981px) {
  #aboutus-message .message__image figcaption small {
    font-size: 14px;
  }
}
#aboutus-message .message__catch {
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.62;
}
@media screen and (max-width: 980px) {
  #aboutus-message .message__catch {
    font-size: 4.8dvw;
    margin-bottom: 4dvw;
  }
}
@media screen and (min-width: 981px) {
  #aboutus-message .message__catch {
    font-size: 32px;
    margin-bottom: 35px;
  }
}
#aboutus-message .message__detail {
  line-height: 1.87;
}
@media screen and (max-width: 980px) {
  #aboutus-message .message__detail {
    margin-bottom: 4dvw;
  }
}
@media screen and (min-width: 981px) {
  #aboutus-message .message__detail {
    font-size: 16px;
    margin-bottom: 49px;
  }
}
#aboutus-message .message__link {
  text-align: right;
}
#aboutus-message .message__link a {
  display: inline-flex;
  letter-spacing: 0.07em;
}
@media screen and (min-width: 981px) {
  #aboutus-message .message__link a {
    gap: 18px;
    font-size: 15px;
  }
}

@media screen and (max-width: 980px) {
  #services-lede {
    margin-top: 16dvw;
    margin-bottom: 16dvw;
  }
}
@media screen and (min-width: 981px) {
  #services-lede {
    margin-top: 160px;
    margin-bottom: 160px;
  }
}
@media screen and (max-width: 980px) {
  #services-lede .inner {
    width: 81.333dvw;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 981px) {
  #services-lede .inner {
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 141px;
    padding-left: 50px;
    position: relative;
  }
}
#services-lede .lede__catch {
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
@media screen and (max-width: 980px) {
  #services-lede .lede__catch {
    font-size: 5.333dvw;
    margin-bottom: 8dvw;
  }
}
@media screen and (min-width: 981px) {
  #services-lede .lede__catch {
    font-size: 48px;
    margin-bottom: 78px;
  }
}
#services-lede .lede__detail {
  line-height: 2;
}
@media screen and (min-width: 981px) {
  #services-lede .lede__detail {
    font-size: 18px;
  }
}

@media screen and (max-width: 980px) {
  #services-images {
    height: 59.467dvw;
    margin-bottom: 32dvw;
  }
}
@media screen and (min-width: 981px) {
  #services-images {
    height: 445px;
    margin-bottom: 247px;
  }
}
@media screen and (max-width: 980px) {
  #services-images img {
    margin-right: 6.4dvw;
  }
}
@media screen and (min-width: 981px) {
  #services-images img {
    margin-right: 72px;
  }
}
@media screen and (max-width: 980px) {
  #services-images .image1 {
    width: 37.6dvw;
    margin-top: 10.4dvw;
  }
}
@media screen and (min-width: 981px) {
  #services-images .image1 {
    width: 280px;
    margin-top: 78px;
  }
}
@media screen and (max-width: 980px) {
  #services-images .image2 {
    width: 64.533dvw;
  }
}
@media screen and (min-width: 981px) {
  #services-images .image2 {
    width: 480px;
  }
}
@media screen and (max-width: 980px) {
  #services-images .image3 {
    width: 37.6dvw;
    margin-top: 16.8dvw;
  }
}
@media screen and (min-width: 981px) {
  #services-images .image3 {
    width: 280px;
    margin-top: 125px;
  }
}
@media screen and (max-width: 980px) {
  #services-images .image4 {
    width: 64dvw;
    margin-top: 8.267dvw;
  }
}
@media screen and (min-width: 981px) {
  #services-images .image4 {
    width: 480px;
    margin-top: 62px;
  }
}
@media screen and (max-width: 980px) {
  #services-images .image5 {
    width: 37.6dvw;
  }
}
@media screen and (min-width: 981px) {
  #services-images .image5 {
    width: 280px;
  }
}
@media screen and (max-width: 980px) {
  #services-images .image6 {
    width: 64dvw;
    margin-top: 14.4dvw;
  }
}
@media screen and (min-width: 981px) {
  #services-images .image6 {
    margin-top: 109px;
    width: 480px;
  }
}

@media screen and (max-width: 980px) {
  #services-depts {
    display: flex;
    flex-direction: column;
    gap: 16dvw;
  }
}
@media screen and (min-width: 981px) {
  #services-depts {
    display: flex;
    min-height: 100dvh;
    margin-bottom: 240px;
  }
}
@media screen and (min-width: 981px) {
  #services-depts .depts__images {
    width: 50%;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 980px) {
  #services-depts .depts__images .images__inner {
    margin-bottom: 6.4dvw;
  }
}
@media screen and (min-width: 981px) {
  #services-depts .depts__images .images__inner {
    position: sticky;
    top: 0;
    left: 0;
    pointer-events: none;
    height: 100dvh;
  }
}
@media screen and (min-width: 981px) {
  #services-depts .depts__images .images__inner .depts__image {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 0.5s;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
#services-depts .depts__images .images__inner .depts__image.active {
  opacity: 1;
}
@media screen and (min-width: 981px) {
  #services-depts .deps__text {
    width: 100%;
  }
}
@media screen and (min-width: 981px) {
  #services-depts .deps__text .inner {
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 980px) {
  #services-depts .depts__item {
    padding-bottom: 8dvw;
  }
}
@media screen and (min-width: 981px) {
  #services-depts .depts__item {
    min-height: 100dvh;
    padding-top: 162px;
    padding-bottom: 200px;
  }
}
#services-depts .depts__name {
  margin: 0;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 980px) {
  #services-depts .depts__name {
    width: 81.333dvw;
    margin-left: auto;
    margin-right: auto;
    margin-top: 6.4dvw;
    margin-bottom: 5.333dvw;
  }
}
@media screen and (min-width: 981px) {
  #services-depts .depts__name {
    margin-bottom: 120px;
  }
}
#services-depts .depts__name .sub {
  letter-spacing: 0.07em;
}
@media screen and (max-width: 980px) {
  #services-depts .depts__name .sub {
    font-size: 3.2dvw;
    margin-bottom: 1.067dvw;
  }
}
@media screen and (min-width: 981px) {
  #services-depts .depts__name .sub {
    font-size: 16px;
    margin-bottom: 6px;
  }
}
#services-depts .depts__name .main {
  letter-spacing: 0.07em;
  font-weight: 500;
}
@media screen and (max-width: 980px) {
  #services-depts .depts__name .main {
    font-size: 5.333dvw;
  }
}
@media screen and (min-width: 981px) {
  #services-depts .depts__name .main {
    font-size: 32px;
  }
}
@media screen and (max-width: 980px) {
  #services-depts .depts__detail {
    width: 81.333dvw;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 8dvw;
  }
}
@media screen and (min-width: 981px) {
  #services-depts .depts__detail {
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 980px) {
  #services-depts .depts__detail .detail__head {
    margin-bottom: 4dvw;
  }
}
@media screen and (min-width: 981px) {
  #services-depts .depts__detail .detail__head {
    font-size: 22px;
    letter-spacing: 0.07em;
    margin-bottom: 23px;
  }
}
@media screen and (max-width: 980px) {
  #services-depts .depts__detail .detail__body {
    line-height: 1.71;
  }
}
@media screen and (min-width: 981px) {
  #services-depts .depts__detail .detail__body {
    font-size: 16px;
    line-height: 1.75;
  }
}
#services-depts .depts__detail .detail__link {
  text-align: right;
}
@media screen and (max-width: 980px) {
  #services-depts .depts__detail .detail__link {
    margin-top: 4dvw;
  }
}
@media screen and (min-width: 981px) {
  #services-depts .depts__detail .detail__link {
    margin-top: 40px;
  }
}
#services-depts .depts__detail .detail__link a {
  display: inline-flex;
  letter-spacing: 0.07em;
}
@media screen and (min-width: 981px) {
  #services-depts .depts__detail .detail__link a {
    gap: 18px;
    font-size: 15px;
  }
}

#company-detail {
  background-color: #F7F7F7;
}
@media screen and (max-width: 980px) {
  #company-detail {
    margin-top: 16dvw;
    padding-bottom: 16dvw;
  }
}
@media screen and (min-width: 981px) {
  #company-detail {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 160px;
    padding-top: 64px;
    padding-left: 100px;
    padding-right: 100px;
    padding-bottom: 75px;
  }
}
@media screen and (max-width: 980px) {
  #company-detail .inner {
    width: 81.333dvw;
    margin-left: auto;
    margin-right: auto;
    padding-top: 16dvw;
  }
}
@media screen and (max-width: 980px) {
  #company-detail .section__subhead {
    margin-bottom: 8dvw;
  }
}
@media screen and (min-width: 981px) {
  #company-detail .section__subhead {
    margin-bottom: 88px;
  }
}
@media screen and (max-width: 980px) {
  #company-detail .block__head {
    margin-bottom: 8dvw;
  }
}
@media screen and (min-width: 981px) {
  #company-detail .block__head {
    margin-bottom: 88px;
  }
}
#company-detail .detail {
  display: flex;
  border-bottom: 1px solid #D9D9D9;
  margin: 0;
}
@media screen and (max-width: 980px) {
  #company-detail .detail {
    display: flex;
    flex-direction: column;
    gap: 2.667dvw;
    padding-top: 5.333dvw;
    padding-bottom: 5.333dvw;
  }
}
@media screen and (min-width: 981px) {
  #company-detail .detail {
    padding-top: 32px;
    padding-bottom: 32px;
    padding-left: 25px;
    padding-right: 25px;
  }
}
#company-detail .detail:last-of-type {
  border-bottom: none;
}
#company-detail .detail:has(.child) {
  padding-right: 0;
}
#company-detail .detail .detail.child {
  flex-direction: column;
  border-bottom: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 980px) {
  #company-detail .detail .detail.child {
    gap: 5.333dvw;
  }
}
@media screen and (min-width: 981px) {
  #company-detail .detail .detail.child {
    gap: 32px;
    margin-left: -10px;
  }
}
@media screen and (max-width: 980px) {
  #company-detail .detail .detail.child dd {
    margin-left: -1.6dvw;
    text-indent: -1.6dvw;
  }
}
@media screen and (min-width: 981px) {
  #company-detail .detail .detail.child dd {
    padding-right: 25px;
    padding-left: 0;
  }
}
#company-detail .detail .detail.child.offices {
  gap: 0;
}
#company-detail .detail .detail.child.offices dd {
  border-bottom: 1px solid #D9D9D9;
}
@media screen and (max-width: 980px) {
  #company-detail .detail .detail.child.offices dd {
    padding-top: 5.333dvw;
    padding-bottom: 5.333dvw;
  }
}
@media screen and (min-width: 981px) {
  #company-detail .detail .detail.child.offices dd {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
#company-detail .detail .detail.child.offices dd:first-of-type {
  padding-top: 0;
}
#company-detail .detail .detail.child.offices dd:last-of-type {
  border-bottom: 0;
  padding-bottom: 0;
}
#company-detail .detail > dt {
  font-weight: 700;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 980px) {
  #company-detail .detail > dt {
    padding-left: 1.6dvw;
  }
}
@media screen and (min-width: 981px) {
  #company-detail .detail > dt {
    flex-shrink: 0;
    width: 227px;
    padding-right: 78px;
    font-size: 16px;
  }
}
#company-detail .detail > dd {
  margin: 0;
  padding: 0;
  flex: 1;
  line-height: 1.75;
}
@media screen and (max-width: 980px) {
  #company-detail .detail > dd {
    padding-left: 1.333dvw;
  }
}
@media screen and (min-width: 981px) {
  #company-detail .detail > dd {
    font-size: 16px;
    padding-left: 10px;
  }
}
@media screen and (max-width: 980px) {
  #company-detail .detail > dd:has(.link) .link {
    margin-top: 1.333dvw;
  }
}
@media screen and (min-width: 981px) {
  #company-detail .detail > dd:has(.link) {
    display: flex;
    width: 100%;
    justify-content: space-between;
  }
}

@media screen and (max-width: 980px) {
  #company-history {
    width: 81.333dvw;
    margin-left: auto;
    margin-right: auto;
    padding-top: 16dvw;
    padding-bottom: 16dvw;
  }
}
@media screen and (min-width: 981px) {
  #company-history {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 87px;
    padding-right: 100px;
    padding-top: 96px;
    padding-bottom: 117px;
  }
}
@media screen and (max-width: 980px) {
  #company-history .section__subhead {
    margin-bottom: 8dvw;
  }
}
@media screen and (min-width: 981px) {
  #company-history .section__subhead {
    margin-bottom: 76px;
  }
}
#company-history .history {
  margin: 0;
  padding: 0;
  position: relative;
}
@media screen and (max-width: 980px) {
  #company-history .history {
    display: grid;
    grid-template-columns: auto auto 1fr;
    gap: 0;
    padding-bottom: 8dvw;
  }
}
@media screen and (min-width: 981px) {
  #company-history .history {
    display: flex;
    padding-bottom: 41px;
  }
}
#company-history .history::before {
  content: "";
  aspect-ratio: 1/1;
  background-image: url(images/company-marker-year.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 980px) {
  #company-history .history::before {
    grid-column: 1;
    grid-row: 1;
    width: 5.867dvw;
    height: 5.867dvw;
    margin-right: 4dvw;
  }
}
@media screen and (min-width: 981px) {
  #company-history .history::before {
    width: 25px;
    margin-right: 20px;
  }
}
#company-history .history::after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #D9D9D9;
  position: absolute;
  top: 0;
  bottom: 0;
}
@media screen and (max-width: 980px) {
  #company-history .history::after {
    left: 2.667dvw;
  }
}
@media screen and (min-width: 981px) {
  #company-history .history::after {
    left: 12px;
  }
}
#company-history .history:not(:has(.year))::before {
  background-image: url(images/company-marker-month.svg);
}
@media screen and (max-width: 980px) {
  #company-history .history:last-child::after {
    height: 2.667dvw;
  }
}
@media screen and (min-width: 981px) {
  #company-history .history:last-child::after {
    height: 12px;
  }
}
#company-history .history dt, #company-history .history dd {
  margin: 0;
  padding: 0;
}
#company-history .history .year {
  flex-shrink: 0;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 980px) {
  #company-history .history .year {
    grid-column: 2;
    grid-row: 1;
    font-size: 4.267dvw;
  }
}
@media screen and (min-width: 981px) {
  #company-history .history .year {
    width: 74px;
    margin-right: 40px;
    font-weight: 700;
    font-size: 18px;
  }
}
#company-history .history .month {
  flex-shrink: 0;
}
@media screen and (max-width: 980px) {
  #company-history .history .month {
    grid-column: 3;
    grid-row: 1;
    width: 100%;
    font-size: 4.267dvw;
  }
}
@media screen and (min-width: 981px) {
  #company-history .history .month {
    width: 32px;
    text-align: right;
    margin-right: 24px;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.03em;
  }
}
@media screen and (min-width: 981px) {
  #company-history .history .month:first-child {
    margin-left: 114px;
  }
}
@media screen and (max-width: 980px) {
  #company-history .history .summary {
    grid-column: 2/4;
    grid-row: 2;
    padding-top: 4dvw;
  }
}
@media screen and (min-width: 981px) {
  #company-history .history .summary {
    flex: 1;
  }
}

@media screen and (max-width: 980px) {
  #news-list {
    width: 81.333dvw;
    margin-left: auto;
    margin-right: auto;
    padding-top: 16dvw;
    padding-bottom: 16dvw;
  }
}
@media screen and (min-width: 981px) {
  #news-list {
    padding-top: 120px;
    padding-bottom: 160px;
  }
}
@media screen and (min-width: 981px) {
  #news-list .inner {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 980px) {
  #news-detail {
    padding-top: 13.333dvw;
  }
}
@media screen and (min-width: 981px) {
  #news-detail {
    padding-top: 120px;
    padding-bottom: 160px;
  }
}
@media screen and (max-width: 980px) {
  #news-detail .inner {
    width: 81.333dvw;
    margin-left: auto;
    margin-right: auto;
    padding-top: 16dvw;
    padding-bottom: 16dvw;
  }
}
@media screen and (min-width: 981px) {
  #news-detail .inner {
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 980px) {
  #news-detail .news__header {
    margin-bottom: 8dvw;
  }
}
@media screen and (min-width: 981px) {
  #news-detail .news__header {
    margin-bottom: 55px;
  }
}
@media screen and (max-width: 980px) {
  #news-detail .news__header .date {
    font-size: 3.733dvw;
  }
}
@media screen and (min-width: 981px) {
  #news-detail .news__header .date {
    font-size: 16px;
  }
}
#news-detail .news__header .subject {
  margin: 0;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.75;
}
@media screen and (max-width: 980px) {
  #news-detail .news__header .subject {
    font-size: 5.333dvw;
  }
}
@media screen and (min-width: 981px) {
  #news-detail .news__header .subject {
    font-size: 32px;
  }
}
#news-detail .news__body h1, #news-detail .news__body h2, #news-detail .news__body h3, #news-detail .news__body h4, #news-detail .news__body h5, #news-detail .news__body h6, #news-detail .news__body p {
  line-height: 1.87;
}
@media screen and (max-width: 980px) {
  #news-detail .news__body h1, #news-detail .news__body h2, #news-detail .news__body h3, #news-detail .news__body h4, #news-detail .news__body h5, #news-detail .news__body h6, #news-detail .news__body p {
    margin-top: 5.333dvw;
    margin-bottom: 5.333dvw;
  }
}
@media screen and (min-width: 981px) {
  #news-detail .news__body h1, #news-detail .news__body h2, #news-detail .news__body h3, #news-detail .news__body h4, #news-detail .news__body h5, #news-detail .news__body h6, #news-detail .news__body p {
    margin-top: 48px;
    margin-bottom: 48px;
  }
}
#news-detail .news__body h1:first-child, #news-detail .news__body h2:first-child, #news-detail .news__body h3:first-child, #news-detail .news__body h4:first-child, #news-detail .news__body h5:first-child, #news-detail .news__body h6:first-child, #news-detail .news__body p:first-child {
  margin-top: 0;
}
#news-detail .news__body h1:last-child, #news-detail .news__body h2:last-child, #news-detail .news__body h3:last-child, #news-detail .news__body h4:last-child, #news-detail .news__body h5:last-child, #news-detail .news__body h6:last-child, #news-detail .news__body p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 980px) {
  #news-detail .news__body p {
    font-size: 3.733dvw;
  }
}
@media screen and (min-width: 981px) {
  #news-detail .news__body p {
    font-size: 16px;
  }
}
#news-detail .news__body a {
  text-decoration: underline;
}
#news-detail .news__back2list {
  border-top: 1px solid #D9D9D9;
}
@media screen and (max-width: 980px) {
  #news-detail .news__back2list {
    margin-top: 8dvw;
    padding-top: 8dvw;
  }
}
@media screen and (min-width: 981px) {
  #news-detail .news__back2list {
    margin-top: 120px;
    padding-top: 64px;
  }
}
#news-detail .news__back2list a {
  display: inline-flex;
  letter-spacing: 0.07em;
}
@media screen and (min-width: 981px) {
  #news-detail .news__back2list a {
    gap: 18px;
    font-size: 15px;
  }
}

body:has(.mw_wp_form_preview) #recruit-items {
  display: none;
}
@media screen and (max-width: 980px) {
  body:has(.mw_wp_form_preview) #recruit-form {
    margin-top: 8dvw;
  }
}
@media screen and (min-width: 981px) {
  body:has(.mw_wp_form_preview) #recruit-form {
    margin-top: 120px;
  }
}
body:has(.mw_wp_form_preview) #recruit-form .recruit__lede.confirm {
  display: block;
}
body:has(.mw_wp_form_preview) #recruit-form .link-back {
  display: inline-flex;
}
body:has(.mw_wp_form_preview) #recruit-form .link-confirm {
  display: none;
}
body:has(.mw_wp_form_preview) #recruit-form .link-submit {
  display: inline-flex;
}

@media screen and (max-width: 980px) {
  #recruit-items {
    padding-top: 8dvw;
    padding-bottom: 8dvw;
  }
}
@media screen and (min-width: 981px) {
  #recruit-items {
    padding-top: 120px;
    padding-bottom: 160px;
  }
}
@media screen and (max-width: 980px) {
  #recruit-items .inner {
    width: 81.333dvw;
    margin-left: auto;
    margin-right: auto;
    padding-top: 16dvw;
    padding-bottom: 16dvw;
  }
}
@media screen and (min-width: 981px) {
  #recruit-items .inner {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 980px) {
  #recruit-items .section__subhead {
    margin-bottom: 8dvw;
  }
}
@media screen and (min-width: 981px) {
  #recruit-items .section__subhead {
    margin-bottom: 64px;
  }
}
#recruit-items .item .item__subject {
  background: #f7f7f7;
  letter-spacing: 0.08em;
  line-height: 1.4;
}
@media screen and (max-width: 980px) {
  #recruit-items .item .item__subject {
    padding: 4dvw 4dvw 4dvw;
    font-size: 4.267dvw;
  }
}
@media screen and (min-width: 981px) {
  #recruit-items .item .item__subject {
    padding: 23px 56px 28px;
    font-size: 20px;
  }
}
@media screen and (max-width: 980px) {
  #recruit-items .item .item__details .content__inner {
    padding-top: 8dvw;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 981px) {
  #recruit-items .item .item__details .content__inner {
    padding-top: 80px;
  }
}
#recruit-items .item .item__details .detail {
  margin: 0;
  display: flex;
  border-bottom: 1px solid #D9D9D9;
}
#recruit-items .item .item__details .detail:last-of-type {
  border-bottom: none;
}
@media screen and (max-width: 980px) {
  #recruit-items .item .item__details .detail {
    padding-top: 4dvw;
    padding-bottom: 4dvw;
    padding-left: 4dvw;
  }
}
@media screen and (min-width: 981px) {
  #recruit-items .item .item__details .detail {
    padding-top: 32px;
    padding-bottom: 32px;
    padding-left: 25px;
  }
}
#recruit-items .item .item__details .detail dt {
  font-weight: 700;
  flex-shrink: 0;
}
@media screen and (max-width: 980px) {
  #recruit-items .item .item__details .detail dt {
    width: 18.667dvw;
    white-space: nowrap;
  }
}
@media screen and (min-width: 981px) {
  #recruit-items .item .item__details .detail dt {
    width: 190px;
    font-size: 16px;
    letter-spacing: 0.03em;
  }
}
#recruit-items .item .item__details .detail dd {
  flex: 1;
}
@media screen and (min-width: 981px) {
  #recruit-items .item .item__details .detail dd {
    font-size: 16px;
    line-height: 28px;
  }
}

@media screen and (max-width: 980px) {
  #recruit-form {
    margin-bottom: 16dvw;
  }
}
@media screen and (min-width: 981px) {
  #recruit-form {
    padding-bottom: 160px;
  }
}
#recruit-form .recruit__lede {
  display: none;
}
@media screen and (max-width: 980px) {
  #recruit-form .recruit__lede {
    margin-bottom: 8dvw;
  }
}
@media screen and (min-width: 981px) {
  #recruit-form .recruit__lede {
    margin-bottom: 60px;
  }
}
#recruit-form .link-back {
  display: none;
}
#recruit-form .link-submit {
  display: none;
}
#recruit-form .horizontal-item {
  display: flex;
  align-content: center;
}
#recruit-form .horizontal-item label {
  display: inline-flex;
  align-items: center;
}
@media screen and (max-width: 980px) {
  #recruit-form .horizontal-item label {
    gap: 2.133dvw;
  }
}
@media screen and (min-width: 981px) {
  #recruit-form .horizontal-item label {
    gap: 8px;
  }
}
#recruit-form .horizontal-item + .horizontal-item {
  margin-left: 0;
}
#recruit-form .mw_wp_form .error {
  display: block;
  width: 100%;
  color: #e6006e;
}
#recruit-form input[type=text],
#recruit-form input[type=email],
#recruit-form input[type=tel],
#recruit-form textarea,
#recruit-form .form__filedroparea {
  background: #fff;
  border: 1px solid #d1d1d1;
  border-radius: 0;
  font-weight: 500;
}
@media screen and (max-width: 980px) {
  #recruit-form input[type=text],
  #recruit-form input[type=email],
  #recruit-form input[type=tel],
  #recruit-form textarea,
  #recruit-form .form__filedroparea {
    font-size: 4.267dvw;
    padding: 2.133dvw;
  }
}
@media screen and (min-width: 981px) {
  #recruit-form input[type=text],
  #recruit-form input[type=email],
  #recruit-form input[type=tel],
  #recruit-form textarea,
  #recruit-form .form__filedroparea {
    padding: 16px;
    font-size: 16px;
    line-height: 28px;
  }
}
#recruit-form input[type=text]::-moz-placeholder, #recruit-form input[type=email]::-moz-placeholder, #recruit-form input[type=tel]::-moz-placeholder, #recruit-form textarea::-moz-placeholder, #recruit-form .form__filedroparea::-moz-placeholder {
  color: #d1d1d1;
}
#recruit-form input[type=text]::placeholder,
#recruit-form input[type=email]::placeholder,
#recruit-form input[type=tel]::placeholder,
#recruit-form textarea::placeholder,
#recruit-form .form__filedroparea::placeholder {
  color: #d1d1d1;
}
@media screen and (max-width: 980px) {
  #recruit-form input[type=text]::-moz-placeholder, #recruit-form input[type=email]::-moz-placeholder, #recruit-form input[type=tel]::-moz-placeholder, #recruit-form textarea::-moz-placeholder, #recruit-form .form__filedroparea::-moz-placeholder {
    font-size: 4.267dvw;
  }
  #recruit-form input[type=text]::placeholder,
  #recruit-form input[type=email]::placeholder,
  #recruit-form input[type=tel]::placeholder,
  #recruit-form textarea::placeholder,
  #recruit-form .form__filedroparea::placeholder {
    font-size: 4.267dvw;
  }
}
#recruit-form input[type=text].full,
#recruit-form input[type=email].full,
#recruit-form input[type=tel].full,
#recruit-form textarea.full,
#recruit-form .form__filedroparea.full {
  width: 100%;
}
@media screen and (max-width: 980px) {
  #recruit-form input[type=text].half,
  #recruit-form input[type=email].half,
  #recruit-form input[type=tel].half,
  #recruit-form textarea.half,
  #recruit-form .form__filedroparea.half {
    width: 100%;
  }
}
@media screen and (min-width: 981px) {
  #recruit-form input[type=text].half,
  #recruit-form input[type=email].half,
  #recruit-form input[type=tel].half,
  #recruit-form textarea.half,
  #recruit-form .form__filedroparea.half {
    width: 50%;
  }
}
#recruit-form input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 0;
  border-radius: 2px;
  background: #fff;
  border: 1px solid #d1d1d1;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 980px) {
  #recruit-form input[type=checkbox] {
    width: 5.333dvw;
    height: 5.333dvw;
  }
}
@media screen and (min-width: 981px) {
  #recruit-form input[type=checkbox] {
    width: 20px;
    height: 20px;
  }
}
#recruit-form input[type=checkbox]::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  margin: auto;
  opacity: 0;
  border: 2px solid;
  border-left: 0;
  border-top: 0;
  border-right-color: #e6006e;
  border-bottom-color: #e6006e;
  transform-origin: center;
  rotate: 45deg;
}
@media screen and (max-width: 980px) {
  #recruit-form input[type=checkbox]::before {
    width: 0.8dvw;
    height: 2.133dvw;
  }
}
@media screen and (min-width: 981px) {
  #recruit-form input[type=checkbox]::before {
    width: 3px;
    height: 8px;
  }
}
#recruit-form input[type=checkbox]:checked::before {
  opacity: 1;
}
#recruit-form input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #d1d1d1;
  position: relative;
  margin: 0;
}
@media screen and (max-width: 980px) {
  #recruit-form input[type=radio] {
    width: 4.8dvw;
    height: 4.8dvw;
  }
}
@media screen and (min-width: 981px) {
  #recruit-form input[type=radio] {
    width: 20px;
    height: 20px;
  }
}
#recruit-form input[type=radio]::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  margin: auto;
  background-color: #e6006e;
  border-radius: 50%;
  opacity: 0;
}
@media screen and (max-width: 980px) {
  #recruit-form input[type=radio]::before {
    width: 2.667dvw;
    height: 2.667dvw;
  }
}
@media screen and (min-width: 981px) {
  #recruit-form input[type=radio]::before {
    width: 12px;
    height: 12px;
  }
}
#recruit-form input[type=radio]:checked {
  border-color: #e6006e;
}
#recruit-form input[type=radio]:checked::before {
  opacity: 1;
}
#recruit-form .inner {
  background-color: #F7F7F7;
}
@media screen and (max-width: 980px) {
  #recruit-form .inner {
    padding-top: 16dvw;
    padding-left: 9.333dvw;
    padding-right: 9.333dvw;
    padding-bottom: 16dvw;
  }
}
@media screen and (min-width: 981px) {
  #recruit-form .inner {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 72px;
    padding-bottom: 96px;
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media screen and (max-width: 980px) {
  #recruit-form .section__subhead {
    margin-bottom: 8dvw;
  }
}
@media screen and (min-width: 981px) {
  #recruit-form .section__subhead {
    margin-bottom: 88px;
  }
}
#recruit-form .form__elementgroup {
  margin: 0;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 980px) {
  #recruit-form .form__elementgroup {
    gap: 5.333dvw;
    padding-bottom: 8dvw;
  }
}
@media screen and (min-width: 981px) {
  #recruit-form .form__elementgroup {
    gap: 24px;
    padding-bottom: 64px;
  }
}
#recruit-form .form__elementgroup dt {
  font-weight: 700;
  display: flex;
  align-items: center;
  letter-spacing: 0.03em;
  line-height: 1.77;
}
@media screen and (max-width: 980px) {
  #recruit-form .form__elementgroup dt {
    gap: 2.667dvw;
    font-size: 4.267dvw;
  }
}
@media screen and (min-width: 981px) {
  #recruit-form .form__elementgroup dt {
    gap: 13px;
    font-size: 18px;
  }
}
#recruit-form .form__elementgroup dt .required, #recruit-form .form__elementgroup dt .optional {
  display: inline-block;
  border: 1px solid;
  line-height: 1;
}
@media screen and (max-width: 980px) {
  #recruit-form .form__elementgroup dt .required, #recruit-form .form__elementgroup dt .optional {
    padding: 0.533dvw 1.067dvw 0.533dvw;
    font-size: 3.2dvw;
  }
}
@media screen and (min-width: 981px) {
  #recruit-form .form__elementgroup dt .required, #recruit-form .form__elementgroup dt .optional {
    padding: 2px 7px 3px;
    font-size: 14px;
  }
}
#recruit-form .form__elementgroup dt .required {
  border-color: #e6006e;
  color: #e6006e;
}
#recruit-form .form__elementgroup dt .optional {
  border-color: #ACACAC;
  color: #ACACAC;
}
#recruit-form .form__elementgroup dd,
#recruit-form .form__elementgroup dd label {
  font-weight: 500;
  margin: 0;
  line-height: 2;
}
@media screen and (max-width: 980px) {
  #recruit-form .form__elementgroup dd,
  #recruit-form .form__elementgroup dd label {
    font-size: 3.733dvw;
  }
}
@media screen and (min-width: 981px) {
  #recruit-form .form__elementgroup dd,
  #recruit-form .form__elementgroup dd label {
    font-size: 16px;
    line-height: 28px;
  }
}
@media screen and (min-width: 981px) {
  #recruit-form .form__elementgroup dd:has(.mwform-radio-field.horizontal-item),
  #recruit-form .form__elementgroup dd label:has(.mwform-radio-field.horizontal-item) {
    display: flex;
    flex-wrap: wrap;
    gap: 24px 48px;
  }
}
@media screen and (max-width: 980px) {
  #recruit-form .form__elementgroup .note {
    font-size: 3.067dvw;
    margin-top: 2.667dvw;
  }
}
@media screen and (min-width: 981px) {
  #recruit-form .form__elementgroup .note {
    margin-top: 10px;
  }
}
#recruit-form .form__filedroparea {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: border-color 0.5s;
}
@media screen and (max-width: 980px) {
  #recruit-form .form__filedroparea {
    padding: 7.467dvw 4.267dvw;
  }
}
@media screen and (min-width: 981px) {
  #recruit-form .form__filedroparea {
    padding-top: 38px;
    padding-bottom: 45px;
  }
  #recruit-form .form__filedroparea:hover {
    border: 1px solid #e6006e;
  }
  #recruit-form .form__filedroparea:hover .form__fileselector {
    background-color: #e6006e;
    color: #fff;
  }
  #recruit-form .form__filedroparea.dragover {
    border-color: #e6006e;
  }
}
#recruit-form .form__filedroparea input[type=file],
#recruit-form .form__filedroparea .mwform-file-delete {
  display: none;
}
#recruit-form .form__filedroparea .form__fileselector {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 0;
  padding: 0;
  background-color: transparent;
  letter-spacing: 0.03em;
  pointer-events: none;
  border: 1px solid #e6006e;
  color: #e6006e;
}
@media screen and (max-width: 980px) {
  #recruit-form .form__filedroparea .form__fileselector {
    padding: 1.6dvw 2.667dvw;
  }
}
@media screen and (min-width: 981px) {
  #recruit-form .form__filedroparea .form__fileselector {
    padding: 8px 15px;
    margin-bottom: 13px;
    cursor: pointer;
    transition: background-color 0.5s, color 0.5s;
    font-size: 16px;
  }
}
#recruit-form .form__filedroparea .form__filenote {
  letter-spacing: 0.03em;
}
@media screen and (max-width: 980px) {
  #recruit-form .form__filedroparea .form__filenote {
    display: none;
  }
}
@media screen and (min-width: 981px) {
  #recruit-form .form__filedroparea .form__filenote {
    font-size: 16px;
  }
}
@media screen and (min-width: 981px) {
  #recruit-form .form__filedroparea .form__filename {
    margin-top: 13px;
    font-size: 16px;
    letter-spacing: 0.03em;
  }
}
#recruit-form .form__filedroparea .form__fileremove {
  position: relative;
  z-index: 1;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: none;
}
#recruit-form .form__filedroparea .error {
  text-align: center;
}
#recruit-form .form__agreement {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 980px) {
  #recruit-form .form__agreement .mwform-checkbox-field {
    margin-right: 2.133dvw;
  }
}
@media screen and (min-width: 981px) {
  #recruit-form .form__agreement .mwform-checkbox-field {
    margin-right: 13px;
  }
}
#recruit-form .form__agreement .mwform-checkbox-field-text {
  display: none;
}
#recruit-form .form__agreement a {
  text-decoration: underline;
}
#recruit-form .form__agreement .error {
  order: 9999;
  text-align: center;
}
#recruit-form .form__submit {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 980px) {
  #recruit-form .form__submit {
    margin-top: 8dvw;
    gap: 8dvw;
  }
}
@media screen and (min-width: 981px) {
  #recruit-form .form__submit {
    margin-top: 80px;
    gap: 80px;
  }
}
#recruit-form .form__submit .link {
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background-color: transparent;
  padding: 0;
  margin: 0;
}
#recruit-form .mw_wp_form_preview .required, #recruit-form .mw_wp_form_preview .optional {
  opacity: 0;
}
#recruit-form .mw_wp_form_preview .form__filedroparea {
  border: none;
  background-color: transparent;
  padding: 0;
  display: block;
}
#recruit-form .mw_wp_form_preview .form__filedroparea .form__fileselector,
#recruit-form .mw_wp_form_preview .form__filedroparea .form__filenote {
  display: none;
}
#recruit-form .mw_wp_form_preview .form__filedroparea + .note {
  display: none;
}
#recruit-form .mw_wp_form_preview .form__agreement {
  display: none;
}

@media screen and (max-width: 980px) {
  .js-details + .js-details {
    margin-top: 5.333dvw;
  }
}
@media screen and (min-width: 981px) {
  .js-details + .js-details {
    margin-top: 40px;
  }
}
.js-details .js-summary {
  display: block;
}
.js-details .js-summary::-webkit-details-marker {
  display: none;
}
.js-details .summary__inner {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.js-details .icon {
  display: block;
  position: relative;
  flex-shrink: 0;
  transform-origin: center;
  transition: rotate 0.3s;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 980px) {
  .js-details .icon {
    width: 4.8dvw;
    margin-left: 1.6dvw;
  }
}
@media screen and (min-width: 981px) {
  .js-details .icon {
    width: 24px;
    margin-left: 6px;
  }
}
.js-details .icon::before, .js-details .icon::after {
  content: "";
  position: absolute;
  display: block;
  background-color: #3C3C3C;
  inset: 0;
  margin: auto;
  transition: rotate 0.3s, opacity 0.3s;
}
@media screen and (max-width: 980px) {
  .js-details .icon::before, .js-details .icon::after {
    width: 4.8dvw;
    height: 0.267dvw;
  }
}
@media screen and (min-width: 981px) {
  .js-details .icon::before, .js-details .icon::after {
    width: 24px;
    height: 1px;
  }
}
.js-details .icon::after {
  rotate: 90deg;
}
.js-details.is-opened .icon {
  rotate: 180deg;
}
.js-details.is-opened .icon::after {
  rotate: 180deg;
  opacity: 0;
}
.js-details .js-content {
  overflow: hidden;
}
@media screen and (min-width: 981px) {
  .js-details .content__inner {
    padding: 24px 48px;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
}

@media screen and (min-width: 981px) {
  #notfound {
    padding-top: 120px;
    padding-bottom: 160px;
  }
}
#notfound .inner {
  text-align: center;
}
@media screen and (min-width: 981px) {
  #notfound .inner {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 980px) {
  #privacypolicy-wrap {
    width: 81.333dvw;
    margin-left: auto;
    margin-right: auto;
    padding-top: 16dvw;
    padding-bottom: 16dvw;
  }
}
@media screen and (min-width: 981px) {
  #privacypolicy-wrap {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
#privacypolicy-wrap p {
  margin-top: 2em;
  margin-bottom: 2em;
  line-height: 1.71;
}
#privacypolicy-wrap p:first-child {
  margin-top: 0;
}

html.lenis,
html.lenis body {
  height: auto;
}

.lenis:not(.lenis-autoToggle).lenis-stopped {
  overflow: clip;
}

.lenis [data-lenis-prevent],
.lenis [data-lenis-prevent-wheel],
.lenis [data-lenis-prevent-touch] {
  overscroll-behavior: contain;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}

.lenis.lenis-autoToggle {
  transition-property: overflow;
  transition-duration: 1ms;
  transition-behavior: allow-discrete;
}