@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;
  font-size: 16px;
}

body {
  min-height: 100vh;
  line-height: 1.5;
  text-rendering: optimizeSpeed;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  color: #413845;
  background-color: #ffffff;
}

ul,
ol {
  list-style: none;
}

a {
  color: inherit;
  background-color: transparent;
  text-decoration: none;
  -webkit-text-decoration-skip: ink;
  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=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.fixed {
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
}

.grecaptcha-badge {
  z-index: 10000 !important;
}

.header {
  position: fixed;
  width: 100%;
  top: 20px;
  left: 0;
  right: 0;
  z-index: 100;
}

.header__inner {
  max-width: 85rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: inherit;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 102;
  background-color: #ffffff;
  padding: 0.3125rem 0.3125rem 0.3125rem 2rem;
  border-radius: 0.625rem;
}

.header__logo a {
  display: block;
  position: relative;
  z-index: 110;
  aspect-ratio: 123.31/55;
  width: 7.706875rem;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.header__logo a img {
  width: 100%;
}

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

.footer {
  background-color: #FAF7F0;
  padding-top: 5.75rem;
  padding-bottom: 1.875rem;
  margin-top: 11.25rem;
}

.footer__inner {
  max-width: 75rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: start;
}

.footer__logo {
  width: 9.25rem;
  height: 5.4375rem;
}
.footer__logo picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.footer__nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  max-width: 33.5rem;
  width: 100%;
}

.footer-nav__item a {
  display: block;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.05em;
  color: #413845;
  transition: all 0.3s ease;
}
.footer-nav__item a:hover {
  color: #610772;
}

.footer__copy {
  border-top: 2px solid #C8C8C8;
  margin-top: 5rem;
  width: 100%;
  text-align: center;
}

.footer__copyright {
  text-align: center;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.05em;
  margin-top: 1rem;
  display: block;
}

.inner {
  max-width: 1215px;
  padding-right: 3.75rem;
  padding-left: 3.75rem;
}

.hamburger {
  display: none;
}

.hamburger.open span:nth-child(2) {
  opacity: 0;
}

.header-nav {
  display: flex;
  align-items: center;
}

.header-nav__items {
  display: flex;
  align-items: center;
}

.header-nav__item a {
  padding: 1.25rem 1rem;
  color: #2c2c2c;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.04em;
  display: block;
}

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

.header__contact {
  margin-left: 3.125rem;
}

.header__contact--btn {
  padding: 1.25rem 2.5625rem;
  background-color: #610772;
  color: #ffffff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  border-radius: 0.4375rem;
  display: block;
}

.section-title {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.25rem;
  font-weight: 400;
  color: #610772;
  line-height: normal;
}

.section-title__jp {
  display: block;
  font-family: "Zen Old Mincho", serif;
  color: #413845;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: normal;
}

.btn a {
  padding: 1rem 1.75rem;
  border-radius: 5.625rem;
  border: 1px solid #413845;
  align-items: center;
  display: inline-block;
  transition: all 0.3s ease;
}
.btn a:hover {
  background-color: #610772;
}
.btn a:hover .btn__text {
  color: #ffffff;
}
.btn a:hover .btn__text::before {
  background-color: #ffffff;
}

.btn__text {
  font-size: 1rem;
  font-weight: 400;
  font-family: "Hina Mincho", serif;
  line-height: 1.875;
  letter-spacing: 0.03em;
  color: #413845;
  display: flex;
  align-items: center;
  gap: 0.625rem;
  transition: all 0.3s ease;
}
.btn__text::before {
  content: "";
  display: block;
  width: 0.125rem;
  height: 0.125rem;
  border-radius: 50%;
  background-color: #413845;
  transition: all 0.3s ease;
}

.contact {
  padding-top: 7.5rem;
}
.contact__inner {
  max-width: 51rem;
  width: 100%;
  margin: 0 auto;
  padding-right: 3.75rem;
  padding-left: 3.75rem;
}

.contact__required {
  color: #610772;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.05em;
  padding-left: 0.25rem;
}
.contact__required--html {
  color: #610772;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.contact__any {
  color: #C8C8C8;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.05em;
  margin-left: 0.25rem;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  max-width: 46.875rem;
  width: 100%;
  margin: 0 auto;
  margin-top: 1.5rem;
}

.contact__wrap {
  display: flex;
  gap: 5.8125rem;
}

.contact__label {
  color: #413845;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.05em;
  width: 8.4375rem;
}

.contact__wrap--long {
  flex-direction: column;
  gap: 0.625rem;
}

.contact__label--long {
  width: 100%;
}

.contact__inputBefore {
  color: #413845;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.05em;
  margin-left: 0.25rem;
}

.contact__link {
  color: #413845;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 0.75rem;
}

.contact__link--a {
  color: #610772;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.05em;
}

.contact__agreeWrap {
  display: flex;
  justify-content: center;
}

.contact-form .wpcf7-acceptance {
  margin: 1.5rem 0;
}
.contact-form .wpcf7-acceptance .wpcf7-list-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
.contact-form .wpcf7-acceptance .wpcf7-list-item input[type=checkbox] {
  display: block !important;
  width: 0.9375rem;
  height: 0.9375rem;
  margin: 0;
  cursor: pointer;
  border: 2px solid #C8C8C8;
  border-radius: 0.125rem;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  position: relative;
}
.contact-form .wpcf7-acceptance .wpcf7-list-item input[type=checkbox]:checked {
  background-color: #ffffff;
  border-color: #610772;
}
.contact-form .wpcf7-acceptance .wpcf7-list-item input[type=checkbox]:checked::after {
  content: "✓";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.625rem;
  font-weight: 700;
  line-height: 1;
}
.contact-form .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label {
  color: #413845;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.05em;
  cursor: pointer;
}

.contact__submitWrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.contact-form .wpcf7-form-control-wrap input[type=text] {
  width: 29.25rem;
}
.contact-form .wpcf7-form-control-wrap input[type=email] {
  width: 20rem;
}
.contact-form .wpcf7-form-control-wrap input[type=tel] {
  width: 13.5rem;
}
.contact-form .wpcf7-form-control-wrap textarea {
  width: 100%;
}

.contact__submitWrap p input[type=button] {
  background-color: #ffffff;
  color: #413845;
  font-family: "Hina Mincho", serif;
  font-size: 1rem;
  line-height: 1.875;
  font-weight: 400;
  padding: 1rem 1.75rem;
  border-radius: 5.625rem;
  border: 1px solid #413845;
  transition: all 0.3s ease;
}
.contact__submitWrap p input[type=button]:hover {
  background-color: #610772;
  color: #ffffff;
}

.contact-form input[type=text],
.contact-form input[type=email],
.contact-form input[type=tel],
.contact-form textarea {
  border: 2px solid #C8C8C8;
  border-radius: 0.5rem;
  padding: 0.875rem;
}
.contact-form input[type=text]::-moz-placeholder, .contact-form input[type=email]::-moz-placeholder, .contact-form input[type=tel]::-moz-placeholder, .contact-form textarea::-moz-placeholder {
  color: #dfdede;
  opacity: 1;
}
.contact-form input[type=text]::placeholder,
.contact-form input[type=email]::placeholder,
.contact-form input[type=tel]::placeholder,
.contact-form textarea::placeholder {
  color: #dfdede;
  opacity: 1;
}

.wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.contact-form input[type=checkbox] {
  display: block !important;
  width: 0.9375rem;
  height: 0.9375rem;
  margin: 0;
  cursor: pointer;
  border: 2px solid #C8C8C8;
  border-radius: 0.125rem;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  position: relative;
}
.contact-form input[type=checkbox]:checked {
  background-color: #ffffff;
  border-color: #610772;
  color: #610772;
}
.contact-form input[type=checkbox]:checked::after {
  content: "✓";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #610772;
  font-size: 0.625rem;
  font-weight: bold;
  line-height: 1;
}

.confirm_area {
  display: flex;
  flex-direction: column;
  gap: 3.25rem;
  max-width: 51rem;
  width: 100%;
  margin: 0 auto;
  margin-top: 1.5rem;
}

.confirm_text {
  color: #413845;
  text-align: center;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.05em;
  margin-bottom: 2.25rem;
}

.confirm_contact-name,
.confirm_contact-company,
.confirm_contact-department,
.confirm_contact-part {
  color: #413845;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.05em;
  display: block;
}

.confirm_contact-tel,
.confirm_contact-email {
  color: #413845;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.05em;
  display: block;
}

.confirm_contact-textarea {
  color: #413845;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.05em;
  display: block;
  white-space: pre-wrap;
}
.contact__submitWrap--confirm p {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5rem;
  width: 100%;
}
.contact__submitWrap--confirm p br {
  display: none;
}
.contact__submitWrap input[type=submit] {
  color: #413845;
  font-family: "Hina Mincho", serif;
  font-size: 1rem;
  line-height: 1.875;
  font-weight: 400;
  background-color: #ffffff;
  border-radius: 5.625rem;
  max-width: 15rem;
  width: 100%;
  padding: 1rem 1.75rem;
  border: 1px solid #413845;
  transition: all 0.3s ease;
}
.contact__submitWrap input[type=submit]:hover {
  background-color: #610772;
  color: #ffffff;
}

.contact__submitWrap--confirm .back_button {
  color: #ffffff !important;
  text-align: center;
  font-size: 1rem !important;
  font-family: "Hina Mincho", serif !important;
  font-weight: 400 !important;
  letter-spacing: 0.03em !important;
  line-height: 1.875 !important;
  background-color: #C8C8C8 !important;
  border-radius: 5.625rem !important;
  max-width: 15rem !important;
  width: 100% !important;
  padding: 1rem 1.75rem !important;
  border: none !important;
}
.contact__submitWrap--confirm .back_button:hover {
  background-color: #ffffff !important;
  color: #C8C8C8 !important;
  border: 1px solid #C8C8C8 !important;
}

.wpcf7-spinner {
  display: none !important;
}

.template-mv {
  width: 100vw;
  height: 23.6875rem;
  overflow: hidden;
  position: relative;
}

.template-mv__inner {
  max-width: 75rem;
  margin: 0 auto;
}

.template-mv__title {
  font-size: 4.375rem;
  font-weight: 400;
  line-height: normal;
  color: #ffffff;
  padding-top: 11.5rem;
  font-family: "Zen Old Mincho", serif;
}

.template-mv__img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  z-index: -1;
}
.template-mv__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.template-contact {
  background-image: url("../../assets/images/distImg/contact-back.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 2.4375rem;
  padding-bottom: 2.375rem;
  border-radius: 1.875rem;
}

.template-contact__inner {
  margin: 0 auto;
}

.template-contact__title {
  color: #ffffff;
  text-align: center;
}

.template-contact__title--jp {
  color: #ffffff;
  text-align: center;
}

.template-contact__text {
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 2.2222222222;
  letter-spacing: 0.05em;
  color: #ffffff;
  margin-top: 1.5rem;
}

.contact__btn {
  text-align: center;
  margin-top: 1.5rem;
}
.contact__btn a {
  background-color: #ffffff;
}

.top-mv {
  position: relative;
  z-index: 1;
  height: 100vh;
  overflow: hidden;
}
.top-mv__img img {
  aspect-ratio: 1440/765;
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
}

.top-mv__title {
  position: absolute;
  bottom: 3.125rem;
  left: 3.75rem;
  font-family: "Hina Mincho", serif;
  font-size: 4.375rem;
  font-weight: 400;
  line-height: 1.4857142857;
  letter-spacing: 0.02em;
  color: #ffffff;
}

.thanks {
  padding-top: 7.5rem;
  padding-bottom: 11.25rem;
  position: relative;
  overflow: hidden;
}

.thanks__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: 0 3.75rem;
}

.thanks__text {
  color: #413845;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.6666666667;
  letter-spacing: 0.05em;
  text-align: center;
}

.thanks__btn {
  margin-top: 3.5rem;
}

.thanks__bg {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: auto;
  z-index: -1;
}
.thanks__bg img {
  width: 100vw;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.page-thanks .footer {
  margin-top: 0;
}

.top-about {
  padding-top: 17.75rem;
  padding-bottom: 29.25rem;
  position: relative;
  overflow: hidden;
}

.top-about__inner {
  max-width: 64.625rem;
  width: 100%;
  padding-left: 3.375rem;
  margin: 0 auto;
  display: flex;
  gap: 3.9375rem;
}

.top-about__title {
  font-family: "Hina Mincho", serif;
  font-size: 3.6875rem;
  font-weight: 400;
  line-height: 1.3559322034;
  color: #610772;
  text-align: right;
  text-wrap: nowrap;
}

.top-about__cont {
  margin-top: 9.125rem;
}

.top-about__text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 2.9375;
  letter-spacing: 0.05em;
  color: #413845;
}

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

.top-about__images picture {
  position: absolute;
}
.top-about__images picture:nth-child(1) {
  top: 4.125rem;
  right: 20%;
}
.top-about__images picture:nth-child(1) img {
  aspect-ratio: 352/223;
  width: 22rem;
  -o-object-fit: cover;
  object-fit: cover;
}
.top-about__images picture:nth-child(2) {
  top: 39.375rem;
  left: 8.75rem;
}
.top-about__images picture:nth-child(2) img {
  aspect-ratio: 220/196;
  width: 13.75rem;
  -o-object-fit: cover;
  object-fit: cover;
}
.top-about__images picture:nth-child(3) {
  top: 46.6875rem;
  left: 18.9375rem;
}
.top-about__images picture:nth-child(3) img {
  aspect-ratio: 184/184;
  width: 11.5rem;
  -o-object-fit: cover;
  object-fit: cover;
}
.top-about__images picture:nth-child(4) {
  bottom: 6.5625rem;
  right: 9.375rem;
}
.top-about__images picture:nth-child(4) img {
  aspect-ratio: 435/294;
  width: 27.1875rem;
  -o-object-fit: cover;
  object-fit: cover;
}
.top-about__images picture:nth-child(5) {
  top: 13.75rem;
  left: 0;
  z-index: -1;
}
.top-about__images picture:nth-child(5) img {
  aspect-ratio: 453/320;
  width: 28.3125rem;
  -o-object-fit: cover;
  object-fit: cover;
}

.top-service {
  background-image: url("../../assets/images/distImg/top-service-back.webp");
  background-size: cover;
  background-position: center;
  background-repeat: repeat;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}

.top-service__inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.top-service__titleBox {
  max-width: 68.4375rem;
  padding-left: 3.75rem;
  padding-right: 3.75rem;
  width: 100%;
  margin: 0 auto;
}

.top-service__items {
  margin-top: 4rem;
  display: flex;
  flex-direction: column;
  gap: 3.5rem;
}

.top-service__item {
  max-width: 68.4375rem;
  padding-left: 3.75rem;
  padding-right: 3.75rem;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 7.75rem;
}
.top-service__item:nth-child(2n) {
  flex-direction: row-reverse;
}

.top-service__textBox {
  width: calc((100% - 28.9375rem) * 100);
}

.top-service__text--title {
  font-family: "Zen Old Mincho", serif;
  font-size: 2.25rem;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.05em;
  color: #610772;
}
.top-service__text--title--benry {
  color: #DA242B;
}

.top-service__text--text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 2.5;
  letter-spacing: 0.05em;
  color: #413845;
  margin-top: 1.5rem;
}
.top-service__text--text--sub {
  margin-top: 0.75rem;
}

.top-service__btn {
  margin-top: 1.5rem;
}

.top-service__imgBox {
  width: calc((100% - 32rem) * 100);
}

.top-service__item--benry {
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 1.25rem;
  padding: 4rem 7.0625rem;
  flex-direction: column !important;
  gap: 2.25rem;
  max-width: 75rem;
}

.top-service__benryBox {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  gap: 7.75rem;
  max-width: 60.9375rem;
}

.top-service__benrylist--img {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.top-service__benryItem {
  position: relative;
  width: calc((100% - 2rem) / 3);
  min-width: 14.4375rem;
}
.top-service__benryItem picture img {
  aspect-ratio: 314/192;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.top-service__benry--text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(218, 36, 43, 0.8);
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.6666666667;
  letter-spacing: 0.05em;
  color: #ffffff;
  text-align: center;
  border-radius: 0 0 0.5rem 0.5rem;
}

.top-service__benrylist--tab {
  display: flex;
  flex-wrap: wrap;
  row-gap: 1.75rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  align-items: center;
  justify-content: center;
}
.top-service__benrylist--tab--item {
  font-size: 1rem;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.05em;
  color: #413845;
  padding: 0.75rem 1.5rem;
  border-radius: 1.6875rem;
  background-color: #ED9FA2;
}

.top-recruit {
  margin-top: 7.5rem;
  padding-bottom: 7.5rem;
  overflow: hidden;
}

.top-recruit__inner {
  margin: 0 auto;
}

.top-recruit__title {
  text-align: center;
}

.top-recruit__cont {
  display: flex;
  gap: 6.375rem;
  margin-top: 4rem;
  align-items: start;
}

.top-recruit__cont--img {
  width: 41.3%;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
}
.top-recruit__cont--img picture img {
  aspect-ratio: 403/280;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.top-recruit__cont--text {
  max-width: 29.375rem;
  width: 48.2%;
}
.top-recruit__cont--text p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 2.5;
  letter-spacing: 0.05em;
  color: #413845;
}

.top-recruit__btn {
  margin-top: 1.5rem;
}

.top-recruit__bg {
  position: absolute;
  top: 10.5625rem;
  left: -4.25rem;
  z-index: -1;
  width: 19.9375rem;
}
.top-recruit__bg picture img {
  aspect-ratio: 319/197;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.company-info {
  padding-top: 4.8125rem;
}

.company-info__inner {
  max-width: 82.5rem;
  margin: 0 auto;
  padding-left: 3.75rem;
  padding-right: 3.75rem;
}

.company-info__cont {
  margin-top: 3.5rem;
}

.company-info__list {
  display: flex;
  gap: 12rem;
  border-bottom: 1px solid #C8C8C8;
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
  max-width: 67.9375rem;
}
.company-info__list:first-child {
  border-top: 1px solid #C8C8C8;
}

.company-info__item-title {
  font-size: 1rem;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.05em;
  color: #413845;
  width: 5.3125rem;
}

.company-info__item-text {
  font-size: 1rem;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.05em;
  color: #424242;
  flex: 1;
}
.company-info__item-text span {
  display: block;
}

.company-info__map {
  width: 100%;
  max-width: 31.8125rem;
  height: 13.3125rem;
  margin-top: 0.625rem;
}
.company-info__map iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.company-info__item-text--name {
  margin-top: 0.5rem;
  display: flex !important;
}
.company-info__item-text--name span {
  width: 5.3125rem;
  display: block;
  margin-right: 1em;
}

.company-info__jigyouBox {
  display: flex;
  gap: 1.6875rem;
  margin-top: 1.25rem;
}
.company-info__jigyouBox:first-child {
  margin-top: 0;
}

.company-info__jigyou p {
  font-size: 1rem;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.05em;
  color: #424242;
  width: 10.5rem;
}

.company-info__jigyou-cont p {
  font-size: 1rem;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.05em;
  color: #424242;
  margin-top: 0.5rem;
}
.company-info__jigyou-cont p:first-child {
  margin-top: 0;
}

.seika-about {
  padding-top: 4.8125rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
}

.seika-about__inner {
  margin: 0 auto;
  padding-right: 3.75rem;
  padding-left: 3.75rem;
}
.seika-about__inner p {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2.6111111111;
  letter-spacing: 0.05em;
  color: #413845;
  text-align: center;
}

.seika-about__bg {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: auto;
  z-index: -1;
}
.seika-about__bg img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.what-seika {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: linear-gradient(180deg, #D6E3D1 29.81%, #FFF 100%);
}

.what-seika__inner {
  margin: 0 auto;
}

.what-seika__title {
  color: #610772;
  text-align: center;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.05em;
  font-family: "Zen Old Mincho", serif;
}

.what-seika__cont {
  margin-top: 3.5rem;
}
.what-seika__cont p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 2.5;
  letter-spacing: 0.05em;
  color: #413845;
  text-align: center;
}
.what-seika__cont picture {
  margin-top: 2.25rem;
  display: flex;
  justify-content: center;
}
.what-seika__cont picture img {
  aspect-ratio: 735/363;
  width: 45.9375rem;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.seika-interview {
  padding-top: 7.5rem;
  padding-bottom: 5.75rem;
}

.seika-interview__inner {
  margin: 0 auto;
  max-width: 82.5rem;
  padding: 0 3.75rem;
}

.seika-interview__cont {
  margin-top: 3.5rem;
}

.seika-interview__item {
  display: flex;
  align-items: center;
  gap: 3.0625rem;
  background-color: #E9E4F0;
  padding: 2.25rem;
  border-radius: 0.5rem;
}
.seika-interview__item:nth-child(2) {
  margin-top: 2.25rem;
}

.seika-interview__item-img {
  width: calc((100% - (100% - 46.8125rem)) * 100);
  max-width: 23.6875rem;
  border-radius: 0.375rem;
  overflow: hidden;
}
.seika-interview__item-img img {
  aspect-ratio: 379/307;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.seika-interview__item-cont {
  width: calc((100% - (100% - 26.75rem)) * 100);
  max-width: 43.75rem;
}
.seika-interview__item-cont h3 {
  font-family: "Hina Mincho", serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.05em;
  color: #610772;
}

.seika-interview__itemText {
  background-color: #ffffff;
  padding: 1.25rem;
  border-radius: 0.375rem;
  margin-top: 1.5rem;
}
.seika-interview__itemText-name {
  font-size: 1rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.05em;
  color: #413845;
}
.seika-interview__itemText-text {
  margin-top: 1.125rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2.0625;
  letter-spacing: 0.05em;
  color: #413845;
}

.seika-comment {
  width: 100vw;
}

.seika-work {
  padding-top: 7.5rem;
}

.seika-work__inner {
  margin: 0 auto;
  display: flex;
  align-items: start;
  gap: 4.6875rem;
  max-width: 82.5rem;
  padding-right: 3.75rem;
  padding-left: 3.75rem;
}

.seika-work__text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 2.5;
  letter-spacing: 0.05em;
  color: #413845;
  margin-top: 3.375rem;
}

.seika-work__images {
  margin-top: 3.25rem;
}

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
  gap: 1.5rem;
}

.scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0;
  gap: 1.5rem;
}

.scroll-infinity__list--left {
  animation: infinity-scroll-left 100s infinite linear 0.5s both;
}

.scroll-infinity__item {
  width: 16.6666666667vw;
  height: 15rem;
}

.scroll-infinity__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.yukan-about {
  padding-top: 4.8125rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
}

.yukan-about__inner {
  margin: 0 auto;
  padding-right: 3.75rem;
  padding-left: 3.75rem;
}
.yukan-about__inner p {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2.6111111111;
  letter-spacing: 0.05em;
  color: #413845;
  text-align: center;
}

.yukan-about__bg {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: auto;
  z-index: -1;
}
.yukan-about__bg img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.what-yukan {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: linear-gradient(180deg, #E9E4F0 29.81%, #FFF 100%);
}

.what-yukan__inner {
  margin: 0 auto;
}

.what-yukan__title {
  color: #610772;
  text-align: center;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.05em;
  font-family: "Zen Old Mincho", serif;
}

.what-yukan__cont {
  margin-top: 3.5rem;
}
.what-yukan__cont p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 2.5;
  letter-spacing: 0.05em;
  color: #413845;
  text-align: center;
}
.what-yukan__cont picture {
  margin-top: 2.25rem;
  display: flex;
  justify-content: center;
}
.what-yukan__cont picture img {
  aspect-ratio: 729/530;
  width: 45.5625rem;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.yukan-flow {
  padding-top: 7.5rem;
}

.yukan-flow__inner {
  margin: 0 auto;
  max-width: 82.5rem;
  padding-right: 3.75rem;
  padding-left: 3.75rem;
}

.yukan-flow__cont {
  margin-top: 3.5rem;
}
.yukan-flow__cont p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 2.5;
  letter-spacing: 0.05em;
  color: #413845;
}

.yukan-flow__items {
  background-color: #FAF7F0;
  padding: 2.25rem 2rem;
  border-radius: 0.5rem;
  margin-top: 2.25rem;
  display: flex;
  align-items: start;
  flex-wrap: wrap;
  gap: 1.125rem;
}

.yukan-flow__item {
  width: 14.6875rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.yukan-flow__item-title {
  padding: 0.375rem 0.625rem;
  min-width: 8.3125rem;
  background-color: #610772;
  color: #ffffff;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.05em;
  text-align: center;
  border-radius: 1.5625rem;
  position: relative;
  z-index: 2;
}

.yukan-flow__item-cont {
  margin-top: -1.1875rem;
  position: relative;
  z-index: 1;
}
.yukan-flow__item-cont picture img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.yukan-flow__item-text {
  font-size: 0.875rem !important;
  font-weight: 400;
  line-height: 2.2857142857;
  letter-spacing: 0.05em;
  color: #413845;
  margin-top: 1rem;
}

.yukan-flow__item-text--sub {
  font-size: 0.75rem !important;
  font-weight: 400;
  line-height: 2.6666666667;
  letter-spacing: 0.05em;
  color: #413845;
}

.yukan-flow__item-arrow {
  margin-top: 4.375rem;
}

.recruite-info {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  background-color: #FAF7F0;
}

.recruite-info__inner {
  margin: 0 auto;
  max-width: 82.5rem;
  padding-right: 3.75rem;
  padding-left: 3.75rem;
}

.recruite-info__cont {
  margin-top: 3.5rem;
}

.recruite-info__accordion {
  margin-bottom: 1.25rem;
  transition: 0.3s;
}
.recruite-info__accordion:last-child {
  margin-bottom: 0;
}

.recruite-info__accordion-header {
  padding: 1.125rem 1.875rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #610772;
  border-radius: 0.5rem;
  transition: background-color 0.3s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  pointer-events: auto;
}
.recruite-info__accordion-header:hover {
  background-color: rgba(97, 7, 114, 0.7);
}

.recruite-info__accordion-title {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.1em;
  color: #ffffff;
  pointer-events: none;
}

.recruite-info__accordion-icon {
  transition: transform 0.3s ease;
  transform: rotate(180deg);
}

details[open] .recruite-info__accordion-icon {
  transform: rotate(0deg);
}

.recruite-info__accordion-content {
  margin-top: 2.25rem;
}

.recruite-info__no-recruitment {
  font-size: 1rem;
  font-weight: 400;
  line-height: 2.5;
  letter-spacing: 0.05em;
  color: #413845;
}

.recruite-info__table {
  width: 100%;
}

.recruite-info__table-row {
  display: flex;
  border-bottom: 1px solid #C8C8C8;
  padding: 1.5rem 0;
  gap: 8.3125rem;
}
.recruite-info__table-row dt {
  width: 9.0625rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.05em;
  color: #413845;
}
.recruite-info__table-row dd {
  flex: 1;
  font-size: 1rem;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.05em;
  color: #413845;
  white-space: pre-wrap;
}

.recruite-info__no-data {
  font-size: 1rem;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.05em;
  color: #413845;
}

.recruite-link {
  padding-top: 7.5rem;
}

.recruite-link__inner {
  margin: 0 auto;
  max-width: 82.5rem;
  padding-right: 3.75rem;
  padding-left: 3.75rem;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

.recruite-link__link {
  padding-top: 3.5rem;
  padding-bottom: 3.25rem;
  padding-left: 2.875rem;
  padding-right: 2.875rem;
  background-color: #610772;
  border-radius: 0.5rem;
  width: calc(50% - 3.625rem);
}

.recruite-link__indeed {
  background-color: #E9E4F0;
}

.recruite-link__contact {
  background-color: #D6E3D1;
}

.recruite-link__title {
  font-family: "Zen Old Mincho", serif;
  font-size: 2.75rem;
  font-weight: 700;
  line-height: normal;
  color: #413845;
  text-align: center;
}

.recruite-link__indeed-btn {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  padding: 0.625rem 2.375rem;
  margin-top: 1.5rem;
  justify-content: space-between;
  transition: 0.3s;
}
.recruite-link__indeed-btn:hover {
  background-color: rgba(255, 255, 255, 0.7);
}
.recruite-link__indeed-btn span {
  display: block;
}
.recruite-link__indeed-btn span img {
  width: 12.0625rem;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.recruite-link__contact-text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 2.5;
  letter-spacing: 0.05em;
  color: #413845;
  text-align: center;
  margin-top: 1.5rem;
}

.recruite-link__btn {
  margin-top: 1.5rem;
  text-align: center;
}
.recruite-link__btn a {
  background-color: #ffffff;
}

.privacy-policy {
  padding-top: 11.25rem;
}

.privacy-policy__inner {
  margin: 0 auto;
  max-width: 82.5rem;
  padding-right: 3.75rem;
  padding-left: 3.75rem;
}

.privacy-policy__content {
  margin-top: 3.5rem;
}

.privacy-policy__content ol {
  list-style: decimal;
  margin-top: 1.5rem;
}
.privacy-policy__content ol li {
  margin-top: 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #413845;
}
.privacy-policy__content ol li::marker {
  font-size: 1.5rem;
  color: #413845;
  font-weight: 700;
}
.privacy-policy__content ol li strong {
  font-size: 1.5rem;
  color: #413845;
}
.privacy-policy__content ol li ol {
  padding-left: 1em;
}
.privacy-policy__content h2 {
  margin-top: 1.5rem;
}
.privacy-policy__content p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #413845;
  margin-top: 1rem;
}

.u-pc {
  display: block;
}

.u-sp {
  display: none;
}

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

@media screen and (max-width: 1215pxpx) {
  html {
    font-size: 1.316872428vw;
  }
}

@media screen and (max-width: 767px) {
  html {
    font-size: 16px;
  }
  .header__inner {
    padding: 0.5rem 0.75rem;
  }
  .header__logo a {
    width: 6.585625rem;
    aspect-ratio: 105.37/47;
  }
  .header__nav {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
  }
  .footer {
    margin-top: 7.5rem;
    padding-top: 3.4375rem;
    padding-bottom: 1.875rem;
  }
  .footer__inner {
    flex-direction: column;
    align-items: center;
    gap: 2.5rem;
  }
  .footer__nav {
    max-width: initial;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.25rem;
  }
  .footer__copy {
    margin-top: 4.375rem;
  }
  .inner {
    width: 100%;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    margin-right: auto;
    margin-left: auto;
  }
  .hamburger {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    width: 1.875rem;
    height: 1.0625rem;
    margin-left: 0.9375rem;
  }
  .hamburger span {
    display: block;
    width: 1.875rem;
    height: 0.0625rem;
    background-color: #610772;
    transition: all 0.3s ease-in-out;
  }
  .hamburger.open span:first-child {
    transform: translateY(0.4375rem) rotate(45deg);
  }
  .hamburger.open span:nth-child(3) {
    transform: translateY(-0.625rem) rotate(-45deg);
  }
  .header-nav {
    background-color: #E9E4F0;
    height: 100vh;
    overflow-y: auto;
  }
  .header-nav__items {
    flex-direction: column;
    background-color: initial;
    border-radius: 0;
    gap: 0;
    padding-top: 11.5625rem;
    overflow-y: auto;
  }
  .header-nav__item a {
    display: flex;
    width: 100%;
    align-items: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
    width: 100%;
    text-align: center;
  }
  .header__contact {
    margin-left: 0;
  }
  .header__contact--btn {
    padding: 0.5rem 0.875rem;
  }
  .section-title {
    font-size: 1rem;
  }
  .section-title__jp {
    font-size: 3rem;
  }
  .contact {
    padding-top: 1.25rem;
  }
  .contact__inner {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .contact__required {
    font-size: 1rem;
  }
  .contact__any {
    font-size: 0.875rem;
  }
  .contact__wrap {
    gap: 0.5rem;
    flex-direction: column;
  }
  .contact__label {
    width: 100%;
    font-size: 0.875rem;
  }
  .contact__wrap--long {
    gap: 0.5rem;
  }
  .contact__inputBefore {
    font-size: 0.75rem;
    display: block;
  }
  .contact__link {
    margin-top: 1.5rem;
  }
  .contact__link--a {
    font-size: 0.875rem;
  }
  .contact-form .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label {
    font-size: 0.875rem;
  }
  .contact-form .wpcf7-form-control-wrap input[type=text] {
    width: 100%;
  }
  .contact-form .wpcf7-form-control-wrap input[type=email] {
    width: 100%;
  }
  .contact-form .wpcf7-form-control-wrap textarea {
    width: 100%;
  }
  .confirm_contact-name,
  .confirm_contact-company,
  .confirm_contact-department,
  .confirm_contact-part {
    font-size: 1rem;
  }
  .confirm_contact-tel,
  .confirm_contact-email {
    font-size: 1rem;
  }
  .confirm_contact-textarea {
    font-size: 0.875rem;
  }
  .contact__submitWrap--confirm p {
    flex-direction: column;
    gap: 1.5rem;
  }
  .contact__submitWrap input[type=submit] {
    width: 90%;
    margin-left: initial;
    font-size: 1rem;
    padding: 0.625rem 1.25rem;
    margin-top: 1.5rem;
  }
  .contact__submitWrap--confirm .back_button {
    padding: 0.625rem 1.25rem !important;
    width: 90% !important;
  }
  .template-mv {
    height: 16rem;
  }
  .template-mv__title {
    font-size: 3rem;
    padding-top: 9.25rem;
  }
  .template-contact {
    padding-top: 5rem;
    padding-bottom: 5rem;
    border-radius: 1.25rem;
  }
  .top-mv__title {
    bottom: 2.75rem;
    left: 1.25rem;
    font-size: 3.25rem;
    line-height: 1.5384615385;
    letter-spacing: 0.02em;
  }
  .thanks {
    padding-top: 5rem;
    padding-bottom: 6.25rem;
  }
  .thanks__inner {
    padding: 0 1.25rem;
  }
  .thanks__text {
    font-size: 1.25rem;
    line-height: 1.5;
  }
  .thanks__btn {
    margin-top: 2.5rem;
  }
  .top-about {
    padding-top: 19.5625rem;
    padding-bottom: 41rem;
  }
  .top-about__inner {
    flex-direction: column;
    gap: 0;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .top-about__title {
    font-size: 3rem;
    line-height: 1.4583333333;
    text-align: left;
  }
  .top-about__cont {
    margin-top: 2.25rem;
  }
  .top-about__text {
    line-height: 2.625;
  }
  .top-about__btn {
    margin-top: 2.25rem;
    text-align: right;
  }
  .top-about__images picture:nth-child(1) {
    top: 3.25rem;
    right: 1.25rem;
  }
  .top-about__images picture:nth-child(1) img {
    width: 14.625rem;
  }
  .top-about__images picture:nth-child(2) {
    top: initial;
    bottom: 13.5rem;
    left: 1.25rem;
  }
  .top-about__images picture:nth-child(2) img {
    width: 11.5625rem;
  }
  .top-about__images picture:nth-child(3) {
    top: initial;
    bottom: 6rem;
    left: 9.8125rem;
  }
  .top-about__images picture:nth-child(3) img {
    width: 9.6875rem;
  }
  .top-about__images picture:nth-child(4) {
    top: initial;
    bottom: 26.125rem;
    left: initial;
    right: 1.25rem;
  }
  .top-about__images picture:nth-child(4) img {
    width: 15.6875rem;
  }
  .top-about__images picture:nth-child(5) {
    top: 15.75rem;
  }
  .top-about__images picture:nth-child(5) img {
    width: 14.75rem;
  }
  .top-service__inner {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .top-service__titleBox {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .top-service__item {
    flex-direction: column-reverse;
    gap: 2.25rem;
    justify-content: initial;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .top-service__item:nth-child(2n) {
    flex-direction: column-reverse;
    gap: 2.25rem;
  }
  .top-service__textBox {
    width: 100%;
  }
  .top-service__text--title {
    font-size: 2rem;
  }
  .top-service__text--text {
    font-size: 0.875rem;
    margin-top: 1rem;
  }
  .top-service__btn {
    margin-top: 1rem;
  }
  .top-service__imgBox {
    width: 100%;
  }
  .top-service__item--benry {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .top-service__benryBox {
    flex-direction: column-reverse;
    gap: 2.25rem;
  }
  .top-service__benrylist--img {
    flex-direction: column;
    gap: 1rem;
    width: 100%;
  }
  .top-service__benryItem {
    width: 100%;
    min-width: initial;
  }
  .top-service__benry--text {
    padding: 0.5rem 1.25rem;
    font-size: 1.125rem;
  }
  .top-service__benrylist--tab {
    gap: 1rem;
    justify-content: start;
  }
  .top-service__benrylist--tab--item {
    font-size: 1rem;
    padding: 0.5rem 1rem;
  }
  .top-recruit__cont {
    flex-direction: column;
    gap: 2.25rem;
    align-items: center;
  }
  .top-recruit__cont--img {
    width: 80%;
  }
  .top-recruit__cont--text {
    width: 100%;
    max-width: initial;
  }
  .top-recruit__btn {
    text-align: center;
  }
  .top-recruit__bg {
    display: none;
  }
  .company-info__list {
    flex-direction: column;
    gap: 1rem;
  }
  .company-info__jigyouBox {
    flex-direction: column;
    gap: 0.5rem;
  }
  .company-info__jigyou-cont p {
    margin-left: 1em;
  }
  .seika-about__inner {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .what-seika__cont picture img {
    width: 100%;
  }
  .seika-interview {
    padding-top: 5rem;
    padding-bottom: 3.75rem;
  }
  .seika-interview__inner {
    padding: 0 1.25rem;
  }
  .seika-interview__item {
    flex-direction: column;
    gap: 1rem;
    padding: 1.25rem;
  }
  .seika-interview__item-img {
    width: 100%;
    max-width: initial;
  }
  .seika-interview__item-cont {
    width: 100%;
    max-width: initial;
  }
  .seika-work__inner {
    flex-direction: column;
    gap: 2.25rem;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
  .seika-work__text {
    margin-top: 1.5rem;
  }
  .seika-work__images {
    margin-top: 2.25rem;
  }
  .yukan-about__inner {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
  .what-yukan__cont picture img {
    width: 100%;
  }
  .yukan-flow {
    padding-top: 5rem;
  }
  .yukan-flow__inner {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
  .yukan-flow__items {
    padding: 1.5rem 1.5rem;
    gap: 1rem;
    margin-top: 1.5rem;
    flex-direction: column;
    align-items: center;
  }
  .yukan-flow__item {
    width: 100%;
  }
  .yukan-flow__item-cont {
    width: 100%;
  }
  .yukan-flow__item-arrow {
    margin-top: 0;
    transform: rotate(90deg);
  }
  .recruite-info {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .recruite-info__inner {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
  .recruite-info__accordion-header {
    padding: 1.125rem;
  }
  .recruite-info__accordion-title {
    font-size: 1.125rem;
  }
  .recruite-info__table-row {
    flex-direction: column;
    gap: 0.5rem;
    padding: 1rem 0;
  }
  .recruite-info__table-row dt {
    width: 100%;
  }
  .recruite-link {
    padding-top: 5rem;
  }
  .recruite-link__inner {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    flex-direction: column;
    gap: 2.25rem;
    align-items: center;
    justify-content: center;
  }
  .recruite-link__link {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    width: 100%;
  }
  .recruite-link__title {
    font-size: 2rem;
  }
  .recruite-link__indeed-btn {
    padding: 0.5rem 1.5rem;
  }
  .privacy-policy {
    padding-top: 7.5rem;
  }
  .privacy-policy__inner {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
  .u-pc {
    display: none;
  }
  .u-sp {
    display: block;
  }
}

@media (max-width: 1209px) {
  .top-about__images picture:nth-child(2) {
    left: 6.25rem;
  }
  .top-about__images picture:nth-child(3) {
    left: 16.4375rem;
  }
}

@media (max-width: 1110px) {
  .top-about__images picture:nth-child(2) {
    left: 3.125rem;
  }
  .top-about__images picture:nth-child(3) {
    left: 13.3125rem;
  }
}

@media screen and (max-width: 1095px) {
  .top-service__item--benry {
    padding-right: 3.75rem;
    padding-left: 3.75rem;
  }
}
/*# sourceMappingURL=style.css.map */
