@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

li,
dd {
  list-style-type: none;
}

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

img {
  border: none;
  vertical-align: bottom;
}

@font-face {
  font-family: "sanari";
  src: url("../fonts/SanariFontH002.ttf") format("truetype");
}
@media screen and (max-width: 1239px) and (min-width: 768px) {
  html {
    font-size: calc(16 / 1240 * 100vw);
  }
}
@media screen and (max-width: 374px) {
  html {
    font-size: calc(16 / 375 * 100vw);
  }
}

body {
  color: #504A40;
  font-family: "Roboto", sans-serif;
  background-color: #FFFBEA;
}

a {
  text-decoration: none;
  transition: 0.3s;
  color: inherit;
  display: block;
}
@media (hover: hover) {
  a:hover {
    cursor: pointer;
  }
}

picture,
img,
span {
  display: inline-block;
}

video,
img,
svg {
  width: 100%;
  height: auto;
}

button {
  font: inherit;
  color: inherit;
  background: transparent;
  background: none;
  border: none;
}

input,
textarea,
select {
  font: inherit;
}

@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
.grecaptcha-badge {
  visibility: hidden;
}

.l-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  --header-height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1.5rem 0 1rem;
  width: 100%;
  height: var(--header-height);
  background: #ffffff;
}
@media screen and (max-width: 767px) {
  .l-header {
    padding: 0 0.875rem;
    height: 52px;
  }
}

.l-header__logo {
  width: 6.5625rem;
}
@media (hover: hover) {
  .l-header__logo:hover {
    opacity: 0.6;
  }
}

.l-header__nav {
  display: flex;
  align-items: center;
  justify-content: end;
  column-gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .l-header__nav {
    display: none;
  }
}

.l-header__list {
  display: flex;
  align-items: center;
  column-gap: 2.5rem;
}

.l-header__item.--submenu .l-header__link {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.l-header__item.--submenu .l-header__link::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  color: #504A40;
  line-height: 1;
  width: 0.375rem;
  height: 0.375rem;
  border: 1px solid #504A40;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
}

.l-header__item.--submenu:hover .l-header__sub-menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0s;
}

.l-header__item.--submenu:hover > .l-header__link::before {
  transform: scaleX(1);
}

.l-header__link {
  position: relative;
}
.l-header__link::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: #D24049;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.3s ease;
  z-index: 105;
}
@media (hover: hover) {
  .l-header__link:hover::before {
    transform: scaleX(1);
  }
}

.l-header__btn {
  padding: 0.75rem 1.875rem;
  background: #D24049;
  border: 1px solid #D24049;
  color: #ffffff;
  transition: all 0.3s ease;
  border-radius: 9999px;
}
@media (hover: hover) {
  .l-header__btn:hover {
    background: #ffffff;
    color: #D24049;
  }
}

.l-header__item.--submenu {
  position: relative;
}

.l-header__sub-menu {
  background-color: #ffffff;
  position: absolute;
  left: -1.75rem;
  top: 100%;
  width: max-content;
  min-width: 8.5rem;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  transform: translateY(0);
  pointer-events: none;
  transition: opacity 0.18s ease, visibility 0s linear 0.18s;
  padding: calc(1.25rem + 1.75rem) 1.75rem 1.75rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.l-header__sub-menu-item a {
  position: relative;
  width: fit-content;
}
.l-header__sub-menu-item a::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: #D24049;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.3s ease;
  z-index: 105;
}
@media (hover: hover) {
  .l-header__sub-menu-item a:hover::before {
    transform: scaleX(1);
  }
}

.l-drawer__icon {
  position: absolute;
  z-index: 102;
  top: 50%;
  right: 0.875rem;
  width: 22px;
  height: 12px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: translateY(-50%);
}

.l-drawer__icon--bar {
  width: 100%;
  height: 1px;
  background: #D24049;
  transition: all 0.5s ease;
  position: absolute;
}
.l-drawer__icon--bar:nth-of-type(1) {
  top: 0;
}
.l-drawer__icon--bar:nth-of-type(2) {
  top: 50%;
}
.l-drawer__icon--bar:nth-of-type(3) {
  bottom: 0;
}

.l-drawer__icon.js-show .l-drawer__icon--bar:nth-of-type(1) {
  top: 50%;
  rotate: 28deg;
}
.l-drawer__icon.js-show .l-drawer__icon--bar:nth-of-type(2) {
  opacity: 0;
}
.l-drawer__icon.js-show .l-drawer__icon--bar:nth-of-type(3) {
  top: 50%;
  rotate: -28deg;
}

.l-drawer {
  position: fixed;
  z-index: 101;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  height: 100svh;
  background: #ffffff;
  overflow-y: scroll;
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
  transition: all 0.8s ease;
}
.l-drawer.js-show {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.l-drawer__body {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: 5.75rem;
  margin-bottom: 3.75rem;
  padding: 0 2.5rem;
}

.l-drawer__list {
  display: flex;
  flex-direction: column;
  margin-bottom: 2.5rem;
}

.l-drawer__item {
  border-bottom: 1px solid #f4f2e9;
}
.l-drawer__item a {
  padding: 1.25rem 0.75rem;
  width: 100%;
  color: #504A40;
  font-weight: 700;
  line-height: 100%;
}

.l-drawer__item.--submenu {
  position: relative;
}
.l-drawer__item.--submenu > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.l-drawer__item.--submenu.js-open .l-drawer__sub-menu {
  max-height: 300px;
}

.l-drawer__sub-menu-item {
  border-bottom: none;
}
.l-drawer__sub-menu-item a {
  margin: 0 1.25rem 1.25rem;
  padding: 0;
  width: fit-content;
  font-weight: 400;
  font-size: 0.875rem;
}

.l-drawer__btn {
  padding: 1rem 0;
  background: #D24049;
  border: 1px solid #D24049;
  color: #ffffff;
  transition: all 0.3s ease;
  border-radius: 9999px;
  width: 100%;
  text-align: center;
}

.l-drawer__btn-contact {
  position: absolute;
  right: 13%;
  padding: 10px 0;
  width: 33%;
}

.l-main {
  padding-block-start: 3.75rem;
}
@media screen and (max-width: 767px) {
  .l-main {
    padding-block-start: 3.25rem;
  }
}

.l-inner, .p-aboutLocations__l-inner, .p-aboutShikumi__l-inner, .p-topMerit__l-inner {
  margin: 0 auto;
  width: 93.75%;
  max-width: 1030px;
}
@media screen and (max-width: 767px) {
  .l-inner, .p-aboutLocations__l-inner, .p-aboutShikumi__l-inner, .p-topMerit__l-inner {
    width: 92.8%;
  }
}

.l-inner--narrow {
  margin: 0 auto;
  width: 93.75%;
  max-width: 960px;
}
@media screen and (max-width: 767px) {
  .l-inner--narrow {
    width: 85.33%;
  }
}

.l-inner--wide {
  margin: 0 auto;
  width: 93.75%;
  max-width: 1160px;
}
@media screen and (max-width: 767px) {
  .l-inner--wide {
    width: 92.8%;
  }
}

.l-footer {
  padding: 3.75rem 0 1.25rem;
  background: url(../img/footer_bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  color: #ffffff;
}

.l-footer__inner {
  margin: 0 auto;
  max-width: 1340px;
  width: 93.75%;
}
@media screen and (max-width: 767px) {
  .l-footer__inner {
    margin: 0;
    width: 100%;
  }
}

.l-footer__content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 11.75rem;
}
@media screen and (max-width: 767px) {
  .l-footer__content {
    flex-direction: column;
    gap: 3.75rem;
    margin-bottom: 6.25rem;
  }
}

@media screen and (max-width: 767px) {
  .l-footer__company {
    width: 100%;
  }
}

.l-footer__logo {
  width: 11.25rem;
  margin-bottom: 1.75rem;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .l-footer__logo {
    margin: 0 auto 1.75rem;
  }
}
@media (hover: hover) {
  .l-footer__logo:hover {
    opacity: 0.6;
  }
}

.l-footer__company-name {
  margin-bottom: 0.75rem;
  font-size: 1.25rem;
  font-weight: 700;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .l-footer__company-name {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .l-footer__address {
    width: fit-content;
    margin: 0 auto;
  }
}

.l-footer__address p {
  line-height: 1.2;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .l-footer__address p {
    width: fit-content;
  }
}

.l-footer__nav {
  display: flex;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .l-footer__nav {
    justify-content: space-between;
    margin: 0 auto;
    width: 69.33%;
    max-width: 300px;
  }
}

.l-footer__nav-left {
  display: flex;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .l-footer__nav-left {
    flex-direction: column;
    gap: 1.25rem;
    width: 40%;
  }
}

.l-footer__nav-right {
  display: flex;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .l-footer__nav-right {
    flex-direction: column;
    gap: 1.25rem;
    width: 40%;
  }
}

.l-footer__nav-list {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.l-footer__nav-list .main-item {
  font-weight: 700;
}
.l-footer__nav-list .sub-item {
  display: flex;
  gap: 0.25rem;
  align-items: center;
}
.l-footer__nav-list .sub-item::before {
  content: "";
  width: 1rem;
  height: 1px;
  background-color: #ffffff;
}

.l-footer__nav-list a {
  width: fit-content;
}
@media (hover: hover) {
  .l-footer__nav-list a:hover {
    opacity: 0.6;
  }
}

.l-footer__copyright {
  text-align: center;
}

.l-footer__copyright p {
  font-size: 0.75rem;
}

.l-section {
  margin: 0 auto 6.25rem;
}
@media screen and (max-width: 767px) {
  .l-section {
    margin-bottom: 3.75rem;
  }
}

.l-section__target {
  /* ヘッダーの高さ + 任意の余白 */
  scroll-margin-top: calc(var(--header-height, 60px) + 60px);
}
@media screen and (max-width: 767px) {
  .l-section__target {
    scroll-margin-top: calc(var(--header-height, 52px) + 20px);
  }
}

.c-btn {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin: 0 auto;
  padding: 1rem 1.5rem;
  width: fit-content;
  font-size: 1.25rem;
  font-weight: 700;
  color: #CF726F;
  background-color: #ffffff;
  border: 1px solid #CF726F;
  border-radius: 9999px;
}
@media (hover: hover) {
  .c-btn:hover {
    background-color: #CF726F;
    color: #ffffff;
  }
  .c-btn:hover .c-btn__arrow {
    background-color: #ffffff;
  }
  .c-btn:hover .c-btn__arrow::after {
    border-color: #CF726F;
  }
}
@media screen and (max-width: 767px) {
  .c-btn {
    gap: 1.25rem;
    padding: 0.625rem 1.25rem;
    font-size: 1rem;
  }
}

.c-btn__arrow {
  position: relative;
  background-color: #CF726F;
  width: 1.6875rem;
  height: 1.6875rem;
  border-radius: 9999px;
  transition: all 0.3s ease;
}
.c-btn__arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  vertical-align: middle;
  width: 0.375rem;
  height: 0.375rem;
  border: 1px solid #ffffff;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translate(-70%, -50%) rotate(45deg);
  transition: all 0.3s ease;
}

.c-btn--red {
  padding: 0.875rem 2rem;
  color: #ffffff;
  background-color: #D24049;
  border: 1px solid #D24049;
}
@media screen and (max-width: 767px) {
  .c-btn--red {
    padding: 0.875rem 1.25rem;
  }
}
@media (hover: hover) {
  .c-btn--red:hover {
    background-color: #ffffff;
    color: #D24049;
  }
  .c-btn--red:hover .c-btn__arrow--red {
    background-color: #D24049;
  }
  .c-btn--red:hover .c-btn__arrow--red::after {
    border-color: #ffffff;
  }
}

.c-btn__arrow--red {
  background-color: #ffffff;
}
.c-btn__arrow--red::after {
  border-color: #D24049;
}

.c-cta {
  padding: 2.5rem 0;
  background: linear-gradient(rgba(248, 225, 193, 0.6), rgba(248, 225, 193, 0.6)), url("../img/cta_bg-p.webp") center/cover no-repeat;
}
@media screen and (max-width: 767px) {
  .c-cta {
    padding: 3.75rem 0;
    background: linear-gradient(rgba(248, 225, 193, 0.6), rgba(248, 225, 193, 0.6)), url("../img/cta_bg-s.webp") center/cover no-repeat;
  }
}

.c-cta__inner {
  text-align: center;
}

.c-cta__text {
  margin: 1.25rem 0 2.5rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.77;
}
@media screen and (max-width: 767px) {
  .c-cta__text {
    margin-top: 1.75rem;
    font-size: 1rem;
    line-height: 1.75;
  }
}

.c-cta__content {
  display: flex;
  margin: 0 auto;
  padding: 2.5rem;
  width: 87.17%;
  max-width: 1340px;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .c-cta__content {
    flex-direction: column;
    padding: 2.5rem 1.25rem;
    width: 92.8%;
  }
}

.c-cta__content-item {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .c-cta__content-item {
    width: 100%;
  }
}

.c-cta__content-item--left {
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-cta__content-item--left {
    padding-bottom: 2.5rem;
  }
}
.c-cta__content-item--left::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 10rem;
  background-color: #b49d7b;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .c-cta__content-item--left::after {
    top: auto;
    bottom: 0;
    right: 50%;
    transform: translate(50%, 0);
    width: 46%;
    height: 1px;
  }
}

@media screen and (max-width: 767px) {
  .c-cta__content-item--right {
    padding-top: 2.5rem;
  }
}

.c-cta__content-title {
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
  font-weight: 700;
}

.c-cta__content-item p {
  font-size: 1.25rem;
  line-height: 1.2;
}

.c-cta__content-item--left p {
  margin-bottom: 1.5rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .c-cta__content-item--left p {
    margin-bottom: 2rem;
    font-size: 1rem;
  }
}

.c-cta__tell {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
  font-size: 3.125rem;
  font-weight: 700;
  color: #D24049;
  font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 767px) {
  .c-cta__tell {
    gap: 0.25rem;
    margin-bottom: 2rem;
    font-size: 2.5rem;
  }
}
.c-cta__tell::before {
  content: "";
  width: 2.5rem;
  height: 2.5rem;
  background: url(../img/cta_tell-ico.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.c-section__title {
  text-align: center;
}

.c-section__title--en {
  margin-bottom: 1rem;
  font-family: "Montserrat", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  color: #C61722;
}
@media screen and (max-width: 767px) {
  .c-section__title--en {
    margin-bottom: 0.625rem;
    font-size: 1.75rem;
  }
}

.c-section__title--ja {
  font-family: "sanari";
  font-size: 1.75rem;
  font-weight: 400;
  color: #504A40;
}
@media screen and (max-width: 767px) {
  .c-section__title--ja {
    font-size: 1.25rem;
  }
}

.c-head {
  padding: 6.875rem 7.125rem;
  background-image: url(../img/base_head-p.webp);
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .c-head {
    padding: 3.75rem 0.875rem;
    background-image: url(../img/base_head-s.webp);
  }
}

.c-head__title {
  font-family: "sanari";
  font-size: 2.25rem;
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 767px) {
  .c-head__title {
    font-size: 1.25rem;
  }
}

.breadcrumbs {
  margin-top: 2rem;
  padding: 0 3.75rem;
}
@media screen and (max-width: 767px) {
  .breadcrumbs {
    margin-top: 1.25rem;
    padding: 0 0.875rem;
  }
}

@media screen and (max-width: 767px) {
  .breadcrumbs > span {
    font-size: 0.875rem;
  }
}

.breadcrumb-arrow {
  position: relative;
  margin: 0 1rem 0.125rem;
  width: 0.5rem;
  height: 0.5rem;
}
@media screen and (max-width: 767px) {
  .breadcrumb-arrow {
    margin: 0 0.75rem 0.0625rem;
  }
}
.breadcrumb-arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  vertical-align: middle;
  width: 0.375rem;
  height: 0.375rem;
  border: 1px solid #504A40;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translate(-70%, -50%) rotate(45deg);
}

@media (hover: hover) {
  .breadcrumbs a:hover {
    opacity: 0.6;
  }
}

.c-form__text {
  margin: 1.75rem 0 3.75rem;
  line-height: 1.75;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-form__text {
    margin: 2.5rem 0;
  }
}

.c-form__text .c-cta__tell {
  margin-bottom: 0;
  padding-right: 20px;
}

.c-form__label {
  display: flex;
  margin-bottom: 1.75rem;
  padding-top: 0.875rem;
}
@media screen and (max-width: 767px) {
  .c-form__label {
    flex-wrap: wrap;
    margin-bottom: 2rem;
  }
}

label.c-form__label:last-of-type {
  margin-bottom: 0;
}

.c-form__required {
  display: inline-block;
  margin-left: 1rem;
  color: #D24049;
}

.c-form__label.--age .wpcf7-form-control {
  width: 6.875rem;
}

.c-form__wrap--age {
  position: relative;
  width: 72.9%;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .c-form__wrap--age {
    width: 100%;
  }
}
.c-form__wrap--age::after {
  content: "歳";
  position: absolute;
  top: 6px;
  left: calc(6.875rem + 0.75rem);
  font-size: 1rem;
  color: #504A40;
}
@media screen and (max-width: 767px) {
  .c-form__wrap--age::after {
    top: 34px;
  }
}

.c-form__label.--location .wpcf7-list-item {
  margin-left: 1.5rem;
}
@media screen and (max-width: 767px) {
  .c-form__label.--location .wpcf7-list-item {
    margin-left: 2rem;
  }
}

.c-form__label.--location .wpcf7-form-control.wpcf7-radio {
  margin-left: -1.5rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .c-form__label.--location .wpcf7-form-control.wpcf7-radio {
    margin-left: -2rem;
  }
}

.c-form__label.--period .wpcf7-form-control.wpcf7-radio {
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .c-form__label.--period .wpcf7-list-item {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .c-form__label.--period .wpcf7-list-item.last {
    margin-left: 0;
  }
}

.c-form__privacypolicy {
  margin: 3.75rem 0 1.25rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-form__privacypolicy {
    margin: 2rem 0;
    line-height: 1.75;
  }
}

.c-form__privacypolicy a {
  position: relative;
  display: inline-block;
}
.c-form__privacypolicy a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #504A40;
}
@media screen and (max-width: 767px) {
  .c-form__privacypolicy a::after {
    bottom: 4px;
  }
}
@media (hover: hover) {
  .c-form__privacypolicy a:hover {
    opacity: 0.6;
  }
}

.c-form__recaptcha {
  margin-bottom: 2.5rem;
  font-size: 0.75rem;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .c-form__recaptcha {
    margin-bottom: 2rem;
  }
}

.c-form__recaptcha a {
  position: relative;
  display: inline-block;
  transition: all 0.3s ease;
}
.c-form__recaptcha a::after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #504A40;
}
@media (hover: hover) {
  .c-form__recaptcha a:hover {
    opacity: 0.6;
  }
}

.c-btn.c-form__btn {
  position: relative;
  display: block;
  padding: 0;
  transition: all 0.3s ease;
}
.c-btn.c-form__btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 11%;
  z-index: 1;
  transform: translateY(-50%);
  background-color: #ffffff;
  width: 1.6875rem;
  height: 1.6875rem;
  border-radius: 9999px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .c-btn.c-form__btn::before {
    right: 16%;
  }
}
.c-btn.c-form__btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 14%;
  z-index: 1;
  transform: translateY(-50%);
  display: inline-block;
  vertical-align: middle;
  width: 0.375rem;
  height: 0.375rem;
  border: 1px solid #D24049;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translate(-70%, -50%) rotate(45deg);
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .c-btn.c-form__btn::after {
    right: 20%;
  }
}
@media (hover: hover) {
  .c-btn.c-form__btn:hover::before {
    background-color: #D24049;
  }
  .c-btn.c-form__btn:hover::after {
    border-color: #ffffff;
  }
}

.wpcf7 {
  background-color: #ffffff;
  padding: 3.75rem 0;
}
@media screen and (max-width: 767px) {
  .wpcf7 {
    padding: 2.5rem 0;
  }
}

.wpcf7-form {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  width: 63.1%;
}
@media screen and (max-width: 767px) {
  .wpcf7-form {
    width: 88.5%;
  }
}

.wpcf7-form-control-wrap {
  display: inline-block;
  margin-left: auto;
  margin-top: -0.875rem;
  width: 72.9%;
}
@media screen and (max-width: 767px) {
  .wpcf7-form-control-wrap {
    margin-top: 1rem;
    width: 100%;
  }
}

.wpcf7-form-control {
  padding: 0.875rem 1rem;
  width: 100%;
  border: 1px solid #f4f2e9;
  line-height: 1.5;
}

textarea.wpcf7-form-control {
  height: 160px;
}
@media screen and (max-width: 767px) {
  textarea.wpcf7-form-control {
    height: 190px;
  }
}

.wpcf7-form-control.wpcf7-radio {
  padding: 0.875rem 0;
  border: none;
}
@media screen and (max-width: 767px) {
  .wpcf7-form-control.wpcf7-radio {
    padding: 0;
  }
}

input[type=radio] {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}

.wpcf7-list-item {
  margin-left: 2.5rem;
}

.wpcf7-list-item.first {
  margin-left: 0;
}

span.wpcf7-list-item-label {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}

span.wpcf7-list-item-label::before {
  display: block;
  content: "";
  border-radius: 50%;
  border: 2px solid #f4f2e9;
  width: 16px;
  height: 16px;
  margin-right: 0.75rem;
}

span.wpcf7-list-item-label::after {
  display: block;
  position: absolute;
  content: "";
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background-color: #504A40;
  left: 3px;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}

input[type=radio]:checked + span.wpcf7-list-item-label::after {
  display: block;
}

.wpcf7-form.hide_error_message .wpcf7-not-valid-tip {
  display: none;
}

.wpcf7-not-valid-tip {
  margin-top: 0.75rem;
}

input[type=text]::placeholder,
input[type=tel]::placeholder,
input[type=email]::placeholder,
textarea::placeholder {
  color: #dbd9d0;
}

/* Microsoft Edge */
input[type=text]::-ms-input-placeholder,
input[type=tel]::-ms-input-placeholder,
input[type=email]::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #dbd9d0;
}

/* Internet Explorer */
input[type=text]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #dbd9d0;
}

.codedropz-upload-handler {
  border: 2px dotted #f4f2e9;
}

.codedropz-upload-container {
  padding: 1.75rem;
}
@media screen and (max-width: 767px) {
  .codedropz-upload-container {
    padding: 1rem 1rem 2.5rem;
  }
}

.codedropz-upload-inner {
  color: #979381;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .codedropz-upload-inner {
    line-height: 1.5;
  }
}
.codedropz-upload-inner h3 {
  margin: 0;
  font-size: 16px;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .codedropz-upload-inner h3 {
    line-height: 1.5;
  }
}

.dnd-upload-counter {
  bottom: 16px;
  color: #979381;
}
@media screen and (max-width: 767px) {
  .dnd-upload-counter {
    right: 10px;
  }
}

.wpcf7-submit {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: transparent;
  color: #ffffff;
  border: none;
  padding: 0.875rem 4rem 0.875rem 2rem;
  transition: all 0.3s ease;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .wpcf7-submit {
    padding: 0.875rem 4.1875rem 0.875rem 2.25rem;
  }
}
@media (hover: hover) {
  .wpcf7-submit:hover {
    color: #D24049;
    cursor: pointer;
  }
}

.wpcf7-spinner {
  display: none;
}

#autozip {
  display: none !important;
}

.c-tab {
  text-align: center;
}

.c-tab__wrap {
  display: flex;
  gap: 1.25rem;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .c-tab__wrap {
    flex-wrap: wrap;
    column-gap: 1.75rem;
    row-gap: 1rem;
    width: 21.75rem;
  }
}

.c-tab__item {
  display: inline-block;
  padding: 1rem 0;
  width: 11.75rem;
  text-align: center;
  font-size: 1.125rem;
  color: #CF726F;
  border: 1px solid #CF726F;
  border-radius: 9999px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .c-tab__item {
    padding: 0.625rem 0;
    width: 10rem;
    font-size: 1rem;
  }
}
.c-tab__item:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .c-tab__item:last-of-type {
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .c-tab__item:nth-last-of-type(2n) {
    margin-right: 0;
  }
}
@media (hover: hover) {
  .c-tab__item:hover {
    cursor: pointer;
    background-color: #CF726F;
    color: #fff;
    font-weight: 700;
  }
}

.c-tab input:checked + .c-tab__item {
  background-color: #CF726F;
  color: #fff;
  font-weight: 700;
}

.p-complete__text {
  margin: 1.75rem 0 3.75rem;
  line-height: 1.75;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-complete__text {
    margin: 2.5rem 0;
  }
}

.p-complete__btn {
  gap: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-complete__btn {
    gap: 1.25rem;
    padding: 0.875rem 2.25rem;
  }
}

.p-fulltime__label .wpcf7-form-control-wrap,
.p-fulltime__label .c-form__wrap--age {
  width: 68.3%;
}
@media screen and (max-width: 767px) {
  .p-fulltime__label .wpcf7-form-control-wrap,
  .p-fulltime__label .c-form__wrap--age {
    width: 100%;
  }
}

.p-part__label .wpcf7-form-control-wrap,
.p-part__label .c-form__wrap--age {
  width: 68.3%;
}
@media screen and (max-width: 767px) {
  .p-part__label .wpcf7-form-control-wrap,
  .p-part__label .c-form__wrap--age {
    width: 100%;
  }
}

.p-privacy__content {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-privacy__content {
    margin-top: 2.5rem;
  }
}

.p-privacy__item-title {
  margin-bottom: 1.25rem;
  font-weight: 700;
}

.p-privacy__content {
  line-height: 1.625;
}

.p-topFv {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-topFv {
    aspect-ratio: auto;
    overflow: visible;
  }
}

.p-topFv__img {
  width: 100%;
  overflow: hidden;
  height: calc(100vh - 60px);
}
@media screen and (max-width: 767px) {
  .p-topFv__img {
    position: relative;
    height: calc((100dvh - var(--fv-title-h, 0px) - 52px) / 2);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-topFv__img {
    height: auto;
    aspect-ratio: 1280/688;
  }
}

.p-topFv__img img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  transition: all 2s ease;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-topFv__img img.active {
  opacity: 1;
}

.p-topFv__content {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 10;
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-end;
  margin-left: 1.25rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-topFv__content {
    position: static;
    margin-left: 0;
  }
}

.p-topFv h1 {
  padding: 1.4375rem 5.625rem 1.4375rem 14vw;
  width: 61.7%;
  font-size: clamp(22px, 2.8125vw, 72px);
  line-height: 2.2;
  font-weight: 700;
  color: #ffffff;
  background-color: #D06A67;
  white-space: nowrap;
  clip-path: polygon(9% 0, 100% 0, 100% 100%, 0 100%);
}
@media screen and (max-width: 767px) {
  .p-topFv h1 {
    margin-bottom: 0;
    padding: 1.625rem 1.25rem;
    width: 100%;
    text-align: center;
    font-size: 6.4vw;
    line-height: 1;
    clip-path: none;
  }
}

.p-topFv__text--catch {
  margin: 0 0.3125rem;
  padding: 0.9375vw 1.40625vw;
  font-size: clamp(20px, 2.734vw, 64px);
  line-height: 1;
  color: #504A40;
  letter-spacing: 0.05em;
  background-color: rgba(255, 255, 255, 0.9);
}
@media screen and (max-width: 767px) {
  .p-topFv__text--catch {
    padding: 2.93vw 4.53vw;
    margin-bottom: 1rem;
    font-size: 6.4vw;
    letter-spacing: 0;
  }
}

.p-topFv__text--large {
  font-size: clamp(37px, 4.6875vw, 120px);
  line-height: 1.3;
  margin-right: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-topFv__text--large {
    font-size: 10.66vw;
    margin-right: 0.25rem;
  }
}

.p-topFv__wrap {
  display: flex;
  justify-content: flex-end;
  gap: 0.625rem;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-topFv__wrap {
    position: absolute;
    bottom: -14px;
    left: 50%;
    transform: translateX(-50%);
    justify-content: center;
    margin-bottom: 0;
    z-index: 10;
  }
}

.p-topFv__item {
  width: 11.71vw;
}
@media screen and (max-width: 767px) {
  .p-topFv__item {
    width: 29vw;
    max-width: 120px;
  }
}

.p-topMessage {
  margin-bottom: 8.75rem;
}
@media screen and (max-width: 767px) {
  .p-topMessage {
    margin-bottom: 5rem;
  }
}

.p-topMessage__wrap {
  margin-bottom: 6.25rem;
  padding: 3rem 0;
  background-image: url(../img/top/top-message_bg-p.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .p-topMessage__wrap {
    margin-bottom: 3.75rem;
    padding: 2rem 0;
    background-image: url(../img/top/top-message_bg-s.webp);
  }
}

.p-topMessage__panel {
  margin-left: auto;
  padding: 2.5rem 3.75rem;
  width: 67.34%;
  max-width: 862px;
  background-color: rgba(255, 255, 255, 0.9);
}
@media screen and (max-width: 767px) {
  .p-topMessage__panel {
    padding: 1.75rem;
    width: 84.8%;
  }
}

.p-topMessage .c-section__title--en {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-topMessage .c-section__title--en {
    margin-bottom: 0.625rem;
  }
}

.p-topMessage__lead {
  margin-bottom: 1.5rem;
  font-size: 2.1875rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-topMessage__lead {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.6;
  }
}

.p-topMessage__desc {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-topMessage__desc {
    font-size: 1rem;
    line-height: 1.75;
  }
}

.p-topMessage__links {
  display: flex;
  justify-content: center;
  gap: 2.5rem;
  margin: 0 auto;
  width: 93.75%;
  max-width: 1120px;
}
@media screen and (max-width: 767px) {
  .p-topMessage__links {
    flex-direction: column;
    width: 85.33%;
  }
}

.p-topMessage__card {
  position: relative;
  display: flex;
  flex-direction: column;
  width: calc((100% - 40px) / 2);
  padding: 2.5rem 2.5rem 1.5rem;
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-topMessage__card {
    padding: 1.25rem;
    width: 100%;
    min-height: 13rem;
  }
}
.p-topMessage__card:first-child {
  background-image: url(../img/top/top-message_company-bg-p.webp);
}
.p-topMessage__card:first-child::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(189, 158, 113, 0.3);
  transition: all 0.3s ease;
}
.p-topMessage__card:last-child {
  background-image: url(../img/top/top-message_recruit-bg-p.webp);
}
.p-topMessage__card:last-child::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(203, 86, 86, 0.5);
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .p-topMessage__card:hover:first-child::before {
    background: rgba(189, 158, 113, 0.9);
  }
  .p-topMessage__card:hover:last-child::before {
    background: rgba(203, 86, 86, 0.9);
  }
}

.p-topMessage__card-heading {
  position: relative;
  margin-bottom: 0.5rem;
  font-size: 1.75rem;
  line-height: 1.6;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-topMessage__card-heading {
    margin-bottom: 0.625rem;
    font-size: 1.25rem;
    line-height: 1;
  }
}

.p-topMessage__card-text {
  position: relative;
  margin-bottom: 1.5rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-topMessage__card-text {
    margin-bottom: 2.75rem;
    line-height: 1.75;
  }
}

.p-topMessage__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
}

.p-topMessage__title {
  position: relative;
  display: flex;
  gap: 0.375rem;
  align-items: center;
  font-size: 2.5rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-topMessage__title {
    gap: 0;
    font-size: 1.75rem;
  }
}
.p-topMessage__title::before {
  content: "";
  width: 3.5625rem;
  height: 3.5625rem;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .p-topMessage__title::before {
    width: 2.375rem;
    height: 2.375rem;
  }
}
.p-topMessage__title--company::before {
  background-image: url(../img/top/top-message_company-ico.svg);
}
.p-topMessage__title--recruit::before {
  background-image: url(../img/top/top-message_recruit-ico.svg);
}

.p-topMessage__arrow {
  position: relative;
  background-color: #ffffff;
  width: 4.0625rem;
  height: 4.0625rem;
  border-radius: 9999px;
}
@media screen and (max-width: 767px) {
  .p-topMessage__arrow {
    width: 2rem;
    height: 2rem;
  }
}
.p-topMessage__arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  vertical-align: middle;
  width: 0.8125rem;
  height: 0.8125rem;
  border: 1px solid #504A40;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translate(-70%, -50%) rotate(45deg);
}
@media screen and (max-width: 767px) {
  .p-topMessage__arrow::after {
    width: 0.375rem;
    height: 0.375rem;
  }
}

.p-topReason {
  position: relative;
  padding: 11.6875rem 0 3.75rem;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-topReason {
    padding: 5.875rem 0 5rem;
  }
}

.p-topReason .c-section__title {
  position: absolute;
  top: -1.625rem;
  left: 50%;
  transform: translateX(-50%);
}

.p-topReason__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.625rem;
  margin: 0 auto 3.75rem;
  counter-reset: reason;
}
@media screen and (max-width: 767px) {
  .p-topReason__list {
    margin-bottom: 2.5rem;
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
}

.p-topReason__item {
  background: #FFFBEA;
  padding: 3.75rem 2.875rem 2.3125rem 2.875rem;
  border-radius: 8px;
  position: relative;
  counter-increment: reason;
}
@media screen and (max-width: 767px) {
  .p-topReason__item {
    margin-left: auto;
    width: 87.5%;
    padding: 1.25rem;
  }
}

.p-topReason__item::before {
  content: counter(reason, decimal-leading-zero);
  position: absolute;
  top: -38px;
  left: 50%;
  transform: translateX(-50%);
  width: 6.25rem;
  height: 6.25rem;
  background: #FFFBEA;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 2.5rem;
  font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-topReason__item::before {
    left: -2.5rem;
    top: 50%;
    transform: translateY(-50%);
    justify-content: flex-start;
    padding-left: 1.0625rem;
  }
}

.p-topReason__label {
  margin: 1.5625rem 0 1.3125rem;
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-topReason__label {
    margin: 0 0 0.75rem;
    font-size: 1.5rem;
  }
}

.p-topReason__icon {
  margin: 0 auto 16px;
  width: 7.125rem;
}
@media screen and (max-width: 767px) {
  .p-topReason__icon {
    margin-bottom: 0.75rem;
    width: 5.5rem;
  }
}

.p-topReason__text {
  text-align: center;
}

.p-topService {
  padding-bottom: 3.75rem;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-topService {
    padding-bottom: 0;
  }
}

.p-topService__container {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-topService__container {
    flex-direction: column;
    width: 100%;
  }
}

.p-topService__wrap {
  width: 39%;
}
@media screen and (max-width: 767px) {
  .p-topService__wrap {
    width: 92.8%;
  }
}

.p-topService__text {
  margin: 2.5rem 0 1.25rem;
  font-size: 1.25rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-topService__text {
    margin-bottom: 2.5rem;
    font-size: 1rem;
    line-height: 1.75;
  }
}

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

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

.p-topService__btn {
  margin-right: 0;
}

.p-topMerit {
  padding: 3.75rem 0 5rem;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-topMerit {
    padding: 3rem 0 3.75rem;
  }
}

.p-topMerit__l-inner {
  padding-left: 7.5rem;
  padding-right: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-topMerit__l-inner {
    padding: 3.5rem 0;
  }
}

.p-topMerit__title {
  margin-bottom: 3rem;
  font-size: 2rem;
  font-weight: 700;
  color: #C73E43;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-topMerit__title {
    margin-bottom: 2rem;
    font-size: 1.25rem;
  }
}

.p-topMerit__list {
  list-style: none;
}

.swiper-container--merit {
  position: relative;
}

.swiper-button-prev--merit,
.swiper-button-next--merit {
  position: absolute;
  top: 50%;
  z-index: 30;
  width: 3rem;
  height: 3rem;
  border-radius: 9999px;
  font-weight: bold;
  background-color: #fff;
  color: #504A40;
  box-shadow: 4px 4px 12px 0px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .swiper-button-prev--merit,
  .swiper-button-next--merit {
    display: none !important;
  }
}
@media (hover: hover) {
  .swiper-button-prev--merit:hover,
  .swiper-button-next--merit:hover {
    opacity: 0.6;
  }
}
.swiper-button-prev--merit::after,
.swiper-button-next--merit::after {
  font-size: 10px;
}

.swiper-button-prev--merit {
  left: 2%;
}

.swiper-button-next--merit {
  right: 2%;
}

.p-topMerit__item img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-topMerit__item img {
    width: 70%;
    margin: 0 auto;
  }
}

.p-topVoice {
  padding: 6.25rem 0;
  background: url(../img/top/top-voice_bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .p-topVoice {
    padding: 2.5rem 0;
  }
}

.p-topVoice__lead {
  margin: 2.5rem 0;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .p-topVoice__lead {
    margin: 2.5rem auto;
    width: 88%;
  }
}

.swiper-container {
  position: relative;
  margin: 0 auto;
  width: 84.375%;
  max-width: 1020px;
}
@media screen and (max-width: 767px) {
  .swiper-container {
    width: 100vw;
  }
}

.swiper--voice {
  overflow: hidden;
}

.swiper-slide--voice {
  height: auto !important;
}

.swiper-slide-item {
  position: relative;
  padding: 4.75rem 2rem 2.25rem 2rem;
  margin: 1.25rem 1.875rem;
  background-color: #ffffff;
  border-radius: 12px;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .swiper-slide-item {
    padding: 4.75rem 1.5rem 2.5rem;
  }
}

.swiper-slide-item--img {
  padding: 0;
  background: none;
  border-radius: 0;
}
.swiper-slide-item--img img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .swiper-slide-item--img img {
    width: 70%;
    margin: 0 auto;
  }
}

.p-topVoice__img {
  position: absolute;
  top: 0;
  left: 50%;
  width: 5.75rem;
  transform: translate(-50%, -50%);
}

.p-topVoice___name {
  font-weight: 700;
  margin-bottom: 0.8125rem;
  font-size: 1.125rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-topVoice___name {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
  }
}

.p-topVoice___text {
  line-height: 2;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  z-index: 30;
  width: 4.0625rem;
  height: 4.0625rem;
  border-radius: 9999px;
  font-weight: bold;
  background-color: #fff;
  color: #504A40;
  box-shadow: 4px 4px 12px 0px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .swiper-button-prev,
  .swiper-button-next {
    width: 3rem;
    height: 3rem;
  }
}
@media (hover: hover) {
  .swiper-button-prev:hover,
  .swiper-button-next:hover {
    opacity: 0.6;
  }
}

.swiper-button-prev {
  left: -8%;
}
@media screen and (max-width: 767px) {
  .swiper-button-prev {
    left: 2%;
  }
}

.swiper-button-next {
  right: -8%;
}
@media screen and (max-width: 767px) {
  .swiper-button-next {
    right: 2%;
  }
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .swiper-button-prev:after,
  .swiper-button-next:after {
    font-size: 10px;
  }
}

.p-topFlow__wrap {
  position: relative;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-topFlow__wrap {
    display: flex;
    flex-direction: column-reverse;
    margin-top: 2.5rem;
  }
}

.p-topFlow__img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  height: 100%;
  width: 100vw;
}
@media screen and (max-width: 767px) {
  .p-topFlow__img {
    position: relative;
    margin-top: -2.9375rem;
    height: auto;
  }
}
.p-topFlow__img img {
  max-height: 670px;
  height: 52.34vw;
  width: 100vw;
  object-fit: cover;
  object-position: center center;
}
@media screen and (max-width: 767px) {
  .p-topFlow__img img {
    max-height: none;
    height: auto;
  }
}

.p-topFlow__list {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  margin: 0 7.5rem 0 auto;
  width: 43.28%;
  max-width: 554px;
}
@media screen and (max-width: 767px) {
  .p-topFlow__list {
    margin: 0 auto;
    width: 85.33%;
  }
}

.p-topFlow__item {
  filter: drop-shadow(4px 4px 14px rgba(0, 0, 0, 0.15));
}

.p-topFlow__item-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 1.5rem 3.625rem;
  background-color: #ffffff;
  clip-path: polygon(0 0, 100% 0, 100% 80%, 50% 100%, 0 80%);
}
@media screen and (max-width: 767px) {
  .p-topFlow__item-inner {
    padding: 1.25rem 0.625rem 2.375rem;
  }
}

.p-topFlow__item:last-child .p-topFlow__item-inner {
  padding-bottom: 1.25rem;
  clip-path: none;
}

.p-topFlow__content-left {
  width: 5.5rem;
}

.p-topFlow__step {
  margin-bottom: 1.25rem;
  padding-bottom: 0.75rem;
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
  border-bottom: 1px solid #504A40;
}

.p-topFlow__content-right {
  width: calc(100% - 1.5rem - 5.5rem);
}

.p-topFlow__heading {
  margin-bottom: 1rem;
  font-size: 1.25rem;
  font-weight: 700;
}

.p-topFlow__desc {
  font-size: 0.875rem;
  line-height: 1.7;
}

.p-topNews__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3.75rem 2.1875rem 3.75rem 2.625rem;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-topNews__inner {
    flex-direction: column;
    padding: 2.5rem 0.625rem;
  }
}

.p-topNews__list {
  width: 78.14%;
}
@media screen and (max-width: 767px) {
  .p-topNews__list {
    margin-top: 2.5rem;
    width: 100%;
  }
}

.p-topNews__item {
  display: flex;
  gap: 1rem;
  padding: 1.25rem;
  border-bottom: 1px solid #F4F2E9;
}
@media screen and (max-width: 767px) {
  .p-topNews__item {
    flex-direction: column;
    gap: 0.75rem;
    padding: 1.25rem 0.625rem;
  }
}
.p-topNews__item:first-child {
  border-top: 1px solid #F4F2E9;
}

.p-topNews__item time {
  width: 17%;
  font-size: 0.875rem;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .p-topNews__item time {
    width: 100%;
    font-size: 1rem;
    line-height: 1.5;
  }
}

.p-topNews__item h3, .p-topNews__item-title {
  width: calc(100% - 1rem - 17%);
  font-size: 0.875rem;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .p-topNews__item h3, .p-topNews__item-title {
    width: 100%;
    font-size: 1rem;
    line-height: 1.5;
  }
}

.p-topNews__item-title a {
  text-decoration: underline;
  display: revert;
}

.p-topPickup {
  margin-bottom: 6.25rem;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-topPickup {
    margin-bottom: 3.75rem;
  }
}

.p-topPickup__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2rem 0;
  margin: 0 auto;
  width: 93.75%;
  max-width: 962px;
}
@media screen and (max-width: 767px) {
  .p-topPickup__inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.25rem;
    padding: 2.5rem 0;
    width: 85.33%;
  }
}

.p-topPickup__title {
  font-size: 1.125rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-topPickup__title {
    font-size: 1rem;
  }
}

.p-topPickup__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 61%;
}
@media screen and (max-width: 767px) {
  .p-topPickup__item {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
    width: 100%;
  }
}

.p-topPickup__item time {
  width: 10.5rem;
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .p-topPickup__item time {
    width: 100%;
    font-size: 1rem;
  }
}

.p-topPickup__item h3 {
  width: calc(100% - 8.5rem - 1rem);
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .p-topPickup__item h3 {
    width: 100%;
    font-size: 1rem;
    line-height: 1.5;
  }
}

.p-about__head {
  background-image: url(../img/about/about_head-p.webp);
}
@media screen and (max-width: 767px) {
  .p-about__head {
    background-image: url(../img/about/about_head-s.webp);
  }
}

.p-aboutMain {
  margin: 5rem 0 8.75rem;
}
@media screen and (max-width: 767px) {
  .p-aboutMain {
    margin: 2rem 0 5.625rem;
  }
}

.p-aboutMain__list {
  display: flex;
  flex-direction: column;
  gap: 8.75rem;
}
@media screen and (max-width: 767px) {
  .p-aboutMain__list {
    gap: 5rem;
  }
}

.p-aboutMain__item {
  position: relative;
}

.p-aboutMain__img {
  width: 50.87%;
}
@media screen and (max-width: 767px) {
  .p-aboutMain__img {
    width: 80%;
  }
}

.p-aboutMain__inner {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  padding: 1.4375rem 3.75rem 3.75rem;
  width: 62.26%;
  background-color: #ffffff;
  aspect-ratio: 797/531;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-aboutMain__inner {
    position: relative;
    transform: none;
    margin-left: auto;
    margin-top: -5.8125rem;
    padding: 1.625rem 1rem 2.5rem;
    width: 90.133%;
  }
}

.p-aboutMain__content {
  max-width: 1000px;
}

.p-aboutMain__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-aboutMain__wrap {
    margin-bottom: 0.375rem;
  }
}

.p-aboutMain__title {
  font-size: 2.5rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-aboutMain__title {
    font-size: 1.75rem;
  }
}

.p-aboutMain__number {
  font-size: 6.25rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-aboutMain__number {
    font-size: 3.125rem;
  }
}

.p-aboutMain__content p {
  font-size: 1.25rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-aboutMain__content p {
    font-size: 1rem;
  }
}

.p-aboutMain__subtitle {
  margin: 2.5rem 0 1.25rem;
  font-size: 1.75rem;
  line-height: 1.4;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-aboutMain__subtitle {
    font-size: 1.25rem;
  }
}

.p-aboutMain__deco {
  position: absolute;
  right: 3.75rem;
  bottom: -1.5rem;
  width: 15.93vw;
}
@media screen and (max-width: 767px) {
  .p-aboutMain__deco {
    bottom: -2.1875rem;
    right: 0.875rem;
    width: 32.8vw;
  }
}

.p-aboutMain__btn {
  margin-right: 0;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-aboutMain__btn {
    gap: 0.5rem;
  }
}

.p-aboutMain__btn__arrow::after {
  transform: translate(-50%, -70%) rotate(135deg);
}

.p-aboutMain__item:nth-child(2) .p-aboutMain__img {
  margin-left: auto;
}
.p-aboutMain__item:nth-child(2) .p-aboutMain__inner {
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-aboutMain__item:nth-child(2) .p-aboutMain__inner {
    margin-left: 0;
  }
}
.p-aboutMain__item:nth-child(2) .p-aboutMain__deco {
  right: auto;
  left: 2rem;
  width: 22.42vw;
}
@media screen and (max-width: 767px) {
  .p-aboutMain__item:nth-child(2) .p-aboutMain__deco {
    left: 0;
    bottom: -1.625rem;
    width: 42.13vw;
  }
}

@media screen and (max-width: 767px) {
  .p-aboutMain__item:nth-child(3) .p-aboutMain__btn {
    margin-left: 0;
  }
}
.p-aboutMain__item:nth-child(3) .p-aboutMain__deco {
  right: auto;
  left: 2.9375rem;
  bottom: 0;
  width: 16.32vw;
}
@media screen and (max-width: 767px) {
  .p-aboutMain__item:nth-child(3) .p-aboutMain__deco {
    right: 0;
    left: auto;
    bottom: -2.25rem;
    width: 31.46vw;
  }
}

.p-aboutEquipment {
  padding: 6.25rem 0;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-aboutEquipment {
    padding: 3.75rem 0;
  }
}

.p-aboutEquipment__container {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-aboutEquipment__container {
    margin: 2.5rem auto 0;
    width: 92.8%;
  }
}

input[name=tab_item-equipment] {
  display: none;
}

.p-aboutEquipment__content {
  display: none;
}

.c-tab:has(#tab-packaging:checked) #packaging__content {
  display: block;
}

.c-tab:has(#tab-quality-assurance:checked) #quality-assurance__content {
  display: block;
}

.c-tab:has(#tab-sealer-printer:checked) #sealer-printer__content {
  display: block;
}

.c-tab:has(#tab-weigher:checked) #weigher__content {
  display: block;
}

.c-tab:has(#tab-others:checked) #others__content {
  display: block;
}

.p-aboutEquipment__content {
  margin: 3.75rem auto 0;
  width: 93.75%;
  max-width: 926px;
}
@media screen and (max-width: 767px) {
  .p-aboutEquipment__content {
    margin-top: 2.5rem;
    width: 100%;
  }
}

.p-aboutEquipment__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 1.75rem;
  row-gap: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-aboutEquipment__list {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 1.125rem;
    row-gap: 2.5rem;
  }
}

.p-aboutEquipment__item h3 {
  margin: 1.5rem 0;
  font-size: 1.25rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-aboutEquipment__item h3 {
    margin: 0.875rem 0;
    font-size: 1rem;
    line-height: 1.2;
  }
}

.p-aboutEquipment__item p {
  text-align: left;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-aboutEquipment__item p {
    font-size: 0.875rem;
    line-height: 1.7;
  }
}

.p-aboutShikumi {
  padding: 5rem 0;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-aboutShikumi {
    padding: 3.5rem 0;
  }
}

.p-aboutShikumi__l-inner {
  padding-left: 7.5rem;
  padding-right: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-aboutShikumi__l-inner {
    padding: 3.5rem 0;
  }
}

.p-aboutShikumi__title {
  font-size: 2rem;
  font-weight: 700;
  color: #C73E43;
  text-align: center;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-aboutShikumi__title {
    margin-bottom: 1rem;
    font-size: 1.25rem;
  }
  .p-aboutShikumi__title-comma {
    display: none;
  }
}

.p-aboutShikumi__lead {
  margin-bottom: 3rem;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-aboutShikumi__lead {
    margin-bottom: 2rem;
    font-size: 0.875rem;
  }
}

.swiper-container--shikumi {
  position: relative;
}

.p-aboutShikumi__list {
  list-style: none;
}

.swiper-button-prev--shikumi,
.swiper-button-next--shikumi {
  position: absolute;
  top: 50%;
  z-index: 30;
  width: 3rem;
  height: 3rem;
  border-radius: 9999px;
  font-weight: bold;
  background-color: #fff;
  color: #504A40;
  box-shadow: 4px 4px 12px 0px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .swiper-button-prev--shikumi,
  .swiper-button-next--shikumi {
    display: none !important;
  }
}
@media (hover: hover) {
  .swiper-button-prev--shikumi:hover,
  .swiper-button-next--shikumi:hover {
    opacity: 0.6;
  }
}
.swiper-button-prev--shikumi::after,
.swiper-button-next--shikumi::after {
  font-size: 10px;
}

.swiper-button-prev--shikumi {
  left: 2%;
}

.swiper-button-next--shikumi {
  right: 2%;
}

.p-aboutShikumi__item img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-aboutShikumi__item img {
    width: 70%;
    margin: 0 auto;
  }
}

.p-aboutLocations {
  padding: 5rem 0;
  background-color: #FFFBEA;
}
@media screen and (max-width: 767px) {
  .p-aboutLocations {
    padding: 3.5rem 0;
  }
}

.p-aboutLocations__l-inner {
  padding-left: 7.5rem;
  padding-right: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-aboutLocations__l-inner {
    padding: 3.5rem 0;
  }
}

.p-aboutLocations__title {
  margin-bottom: 3rem;
  font-size: 2rem;
  font-weight: 700;
  color: #C73E43;
  text-align: center;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-aboutLocations__title {
    margin-bottom: 2rem;
    font-size: 1.375rem;
  }
}

.p-aboutLocations__body {
  display: flex;
  align-items: center;
  gap: 3rem;
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-aboutLocations__body {
    flex-direction: column;
    gap: 1.5rem;
    margin-bottom: 2.5rem;
  }
}

.p-aboutLocations__text {
  flex: 1;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-aboutLocations__text {
    font-size: 0.9375rem;
  }
  .p-aboutLocations__text br {
    display: none;
  }
}

.p-aboutLocations__map {
  flex: 1;
}
.p-aboutLocations__map img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-aboutLocations__map img {
    width: 80%;
    margin: 0 auto;
  }
}

.swiper-container--locations {
  position: relative;
}

.p-aboutLocations__list {
  list-style: none;
}

.swiper-button-prev--locations,
.swiper-button-next--locations {
  position: absolute;
  top: 50%;
  z-index: 30;
  width: 3rem;
  height: 3rem;
  border-radius: 9999px;
  font-weight: bold;
  background-color: #fff;
  color: #504A40;
  box-shadow: 4px 4px 12px 0px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .swiper-button-prev--locations,
  .swiper-button-next--locations {
    display: none !important;
  }
}
@media (hover: hover) {
  .swiper-button-prev--locations:hover,
  .swiper-button-next--locations:hover {
    opacity: 0.6;
  }
}
.swiper-button-prev--locations::after,
.swiper-button-next--locations::after {
  font-size: 10px;
}

.swiper-button-prev--locations {
  left: 2%;
}

.swiper-button-next--locations {
  right: 2%;
}

.p-aboutLocations__item img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-aboutLocations__item img {
    width: 70%;
    margin: 0 auto;
  }
}

.p-companyTop__message {
  position: relative;
}

.p-companyTop__message-wrap {
  position: absolute;
  top: 50%;
  right: 10%;
  left: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-companyTop__message-wrap {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    transform: none;
    padding: 3.75rem 3.7%;
    background-color: #ffffff;
  }
}

.p-companyTop__message-text {
  margin-bottom: 1.75rem;
  font-size: 1.5rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-companyTop__message-text {
    margin-bottom: 3rem;
    font-size: 1.4375rem;
    line-height: 2;
  }
}

.p-companyTop__message-text-sub {
  line-height: 1.4;
}

.p-companyTop__profile {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-companyTop__profile {
    gap: 0.75rem;
  }
}

.p-companyTop__name {
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-companyTop__name {
    font-size: 1.25rem;
  }
}

.p-companyTop__links {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  max-width: 1030px;
  margin: 2.5rem auto;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-companyTop__links {
    width: 94%;
    justify-content: left;
  }
}

.p-companyTop__btn {
  justify-content: center;
  padding: 0.625rem 1.25rem;
  width: 10.4375rem;
  font-size: 1rem;
  font-weight: 500;
  margin: 0;
}

.p-companyTop__btn__arrow {
  width: 1.125rem;
  height: 1.125rem;
}
.p-companyTop__btn__arrow::after {
  width: 0.25rem;
  height: 0.25rem;
  transform: translate(-50%, -70%) rotate(135deg);
}

.p-companyProfile {
  padding: 6.25rem 0;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-companyProfile {
    padding: 3.75rem 0;
  }
}

.p-companyProfile dl {
  margin: 5rem auto 0;
  width: 93.75%;
  max-width: 690px;
}
@media screen and (max-width: 767px) {
  .p-companyProfile dl {
    margin-top: 2.5rem;
    width: 92.8%;
  }
}

.p-companyProfile__row {
  display: flex;
  padding: 1.75rem 1.25rem;
  border-bottom: 1px solid #f4f2e9;
}
@media screen and (max-width: 767px) {
  .p-companyProfile__row {
    padding: 1.25rem 0.75rem;
  }
}
.p-companyProfile__row:first-child {
  border-top: 1px solid #f4f2e9;
}

.p-companyProfile dt {
  width: 27%;
  font-weight: 700;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .p-companyProfile dt {
    width: 34%;
  }
}

.p-companyProfile dd {
  width: 73%;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .p-companyProfile dd {
    width: 66%;
  }
}

.p-companyProfile .p-companyProfile__tel {
  display: block;
}
@media screen and (max-width: 767px) {
  .p-companyProfile .p-companyProfile__tel {
    margin-top: 1em;
  }
}

.p-companyProfile__map {
  margin-top: 1.75rem;
}

.p-companyProfile__map iframe {
  aspect-ratio: 474/244;
  width: 100%;
}

.p-companyOffices__lead {
  margin: 3.75rem 0;
  line-height: 1.75;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-companyOffices__lead {
    margin: 2.5rem 0;
  }
}

.p-companyOffices__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 2rem;
  row-gap: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-companyOffices__list {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 1.125rem;
    row-gap: 2.5rem;
  }
}

.p-companyOffices__item {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.p-companyOffices__img {
  margin-bottom: 1.75rem;
}
@media screen and (max-width: 767px) {
  .p-companyOffices__img {
    margin-bottom: 0.875rem;
  }
}

.p-companyOffices__title {
  margin-bottom: 1.25rem;
  font-size: 1.25rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-companyOffices__title {
    margin-bottom: 0.875rem;
    font-size: 1rem;
  }
}

.p-companyOffices__info {
  line-height: 1.75;
  word-break: normal;
  overflow-wrap: break-word;
}
@media screen and (max-width: 767px) {
  .p-companyOffices__info {
    font-size: 0.875rem;
    line-height: 1.71;
    text-align: left;
  }
}

.p-companyOffices__address {
  font-style: normal;
}

@media screen and (max-width: 767px) {
  .p-companyOffices__tel,
  .p-companyOffices__fax {
    white-space: nowrap;
    word-break: keep-all;
    overflow-wrap: normal;
  }
}

.p-companyOffices__link {
  margin: 0.75rem auto 0;
  padding: 0.625rem 1.5rem;
  width: fit-content;
  font-weight: 500;
  background-color: #ffffff;
  color: #CF726F;
  border: 1px solid #CF726F;
  border-radius: 9999px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-companyOffices__link {
    padding: 0.625rem 1.25rem;
    font-size: 0.875rem;
  }
}
@media (hover: hover) {
  .p-companyOffices__link:hover {
    background-color: #CF726F;
    color: #ffffff;
  }
}

.p-companyHistory__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 3.75rem 4.0625rem 3.75rem 2.5rem;
  background-color: #ffffff;
  margin: 0 auto;
  width: 93.75%;
  max-width: 1160px;
}
@media screen and (max-width: 767px) {
  .p-companyHistory__inner {
    flex-direction: column;
    gap: 2.5rem;
    padding: 2.5rem 0.625rem;
    width: 85.33%;
  }
}

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

.p-companyHistory__row {
  display: flex;
  align-items: center;
  padding: 1.75rem 1.25rem;
  line-height: 1.75;
  border-bottom: 1px solid #f4f2e9;
}
@media screen and (max-width: 767px) {
  .p-companyHistory__row {
    align-items: flex-start;
    gap: 2rem;
    padding: 1rem 0.625rem;
    font-size: 0.875rem;
    line-height: 1.71;
  }
}
.p-companyHistory__row:first-child {
  border-top: 1px solid #f4f2e9;
}

.p-companyHistory__row dt {
  width: 23%;
}
@media screen and (max-width: 767px) {
  .p-companyHistory__row dt {
    width: 28%;
  }
}

.p-companyHistory__row dd {
  width: 72%;
}
@media screen and (max-width: 767px) {
  .p-companyHistory__row dd {
    width: calc(100% - 2rem - 28%);
  }
}

.p-recruit__head {
  background-image: url(../img/recruit_head-p.webp);
}
@media screen and (max-width: 767px) {
  .p-recruit__head {
    background-image: url(../img/recruit_head-s.webp);
  }
}

.p-recruitTop {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-recruitTop {
    margin-top: 2rem;
  }
}

.p-recruitTop__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-recruitTop__inner {
    flex-direction: column-reverse;
    gap: 2.5rem;
  }
}

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

.p-recruitTop__catch {
  margin-bottom: 2.5rem;
  font-size: 2.5rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-recruitTop__catch {
    font-size: 1.75rem;
    line-height: 1.42;
  }
}

.p-recruitTop__text {
  font-size: 1.25rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-recruitTop__text {
    font-size: 1rem;
    line-height: 1.75;
  }
}

.p-recruitTop__text p {
  margin-bottom: 1em;
}
.p-recruitTop__text p:last-child {
  margin-bottom: 0;
}

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

.p-recruitEnvironment {
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-recruitEnvironment {
    padding: 3.75rem 0;
  }
}

.p-recruitEnvironment__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  width: 93.75%;
  max-width: 1030px;
}
@media screen and (max-width: 767px) {
  .p-recruitEnvironment__inner {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 2.5rem;
  }
}

@media screen and (max-width: 767px) {
  .p-recruitEnvironment__wrap {
    margin: 0 auto;
    width: 92.53%;
  }
}

.p-recruitEnvironment__list {
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-recruitEnvironment__list {
    margin-top: 2.5rem;
  }
}

.p-recruitEnvironment__item {
  display: flex;
  align-items: center;
  gap: 2.5rem;
  margin-bottom: 1.75rem;
}
@media screen and (max-width: 767px) {
  .p-recruitEnvironment__item {
    gap: 0.625rem;
    margin-bottom: 1.25rem;
  }
}
.p-recruitEnvironment__item:last-child {
  margin-bottom: 0;
}

.p-recruitEnvironment__number {
  font-size: 3.75rem;
  font-style: italic;
  font-weight: 700;
  color: rgba(198, 23, 34, 0.6);
}
@media screen and (max-width: 767px) {
  .p-recruitEnvironment__number {
    font-size: 2.5rem;
  }
}

.p-recruitEnvironment__text {
  font-size: 1.75rem;
  line-height: 1.4;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-recruitEnvironment__text {
    font-size: 1.25rem;
    line-height: 1.6;
  }
}

.p-recruitEnvironment__loop {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  width: 49%;
}
@media screen and (max-width: 767px) {
  .p-recruitEnvironment__loop {
    width: 100%;
  }
}

.swiper--recruit {
  width: 100%;
  height: 52.34vw;
  max-height: 670px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .swiper--recruit {
    height: auto;
    max-height: none;
  }
}

.swiper-wrapper--recruit {
  transition-timing-function: linear !important;
  will-change: transform;
}

.swiper-slide--recruit {
  width: 100%;
  height: auto !important;
  flex-shrink: 0;
  aspect-ratio: 500/370;
}

.p-recruit__container {
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-recruit__container {
    margin-top: 2.5rem;
  }
}

input[name=tab_item-recruit] {
  display: none;
}

.p-recruit__content {
  display: none;
}

.c-tab:has(#tab-fulltime:checked) #fulltime__content {
  display: block;
}

.c-tab:has(#tab-part:checked) #part__content {
  display: block;
}

.c-tab:has(#tab-homejob:checked) #homejob__content {
  display: block;
}

.p-recruit__content {
  margin-top: 2.5rem;
  padding: 3.75rem 0;
  background-color: #ffffff;
}

.p-recruit__inner {
  margin: 0 auto;
  width: 92.23%;
  max-width: 690px;
}
@media screen and (max-width: 767px) {
  .p-recruit__inner {
    width: 92.52%;
  }
}

.p-recruit__heading {
  margin-bottom: 3.75rem;
  font-size: 1.75rem;
  font-weight: 700;
  color: #CF726F;
}
@media screen and (max-width: 767px) {
  .p-recruit__heading {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
  }
}

.p-recruit__catch {
  margin-bottom: 3.75rem;
  font-size: 2.5rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-recruit__catch {
    margin-bottom: 2.875rem;
    font-size: 1.75rem;
    line-height: 1.28;
  }
}

.p-recruit__row {
  display: flex;
  padding: 1.75rem 1.25rem;
  text-align: left;
  line-height: 1.5;
  border-bottom: 1px solid #f4f2e9;
}
@media screen and (max-width: 767px) {
  .p-recruit__row {
    flex-direction: column;
    gap: 0.75rem;
    padding: 1.25rem 0.625rem;
  }
}
.p-recruit__row:first-child {
  border-top: 1px solid #f4f2e9;
}

.p-recruit__content dl {
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-recruit__content dl {
    margin-bottom: 2.5rem;
  }
}

.p-recruit__row dt {
  width: 27%;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-recruit__row dt {
    width: 100%;
  }
}

.p-recruit__row dd {
  width: 73%;
}
@media screen and (max-width: 767px) {
  .p-recruit__row dd {
    width: 100%;
  }
}

.p-recruit__row dd a {
  position: relative;
  display: inline-block;
}
@media (hover: hover) {
  .p-recruit__row dd a:hover {
    opacity: 0.6;
  }
}
.p-recruit__row dd a::after {
  content: "";
  position: absolute;
  bottom: 3px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #504A40;
}

.p-service__head {
  background-image: url(../img/service_head-p.webp);
}
@media screen and (max-width: 767px) {
  .p-service__head {
    background-image: url(../img/service_head-s.webp);
  }
}

.p-service {
  margin: 5rem auto 8.75rem;
  padding-top: 3.75rem;
  width: 93.75%;
  max-width: 1160px;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-service {
    margin: 2rem auto 3.75rem;
    padding-top: 2.5rem;
    width: 85.33%;
  }
}

.p-service__inner {
  margin: 0 auto;
  width: 73%;
}
@media screen and (max-width: 767px) {
  .p-service__inner {
    width: 100%;
  }
}

.p-service__wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .p-service__wrap {
    flex-direction: column;
    gap: 2.5rem;
    margin: 0 auto;
    width: 90.625%;
  }
}

.p-service__text {
  font-size: 1.25rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-service__text {
    font-size: 1rem;
    line-height: 2;
  }
}

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

.p-serviceExamples {
  margin-bottom: 8.5rem;
}
@media screen and (max-width: 767px) {
  .p-serviceExamples {
    margin-bottom: 5.625rem;
  }
}

.p-serviceExamples__list {
  margin-top: 7.375rem;
}
@media screen and (max-width: 767px) {
  .p-serviceExamples__list {
    margin-top: 3.75rem;
  }
}

.p-serviceExamples__item {
  position: relative;
  margin-left: auto;
  margin-bottom: 7.25rem;
  padding: 3.75rem 0 3.75rem 3.75rem;
  width: 78.75%;
  max-width: 1800px;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-serviceExamples__item {
    margin: 0 auto 3.75rem;
    padding: 2.5rem 0;
    width: 92.8%;
  }
}

.p-serviceExamples__item:nth-child(2) {
  margin-left: 0;
  margin-right: auto;
  padding: 3.75rem 3.75rem 3.75rem 0;
}
@media screen and (max-width: 767px) {
  .p-serviceExamples__item:nth-child(2) {
    margin: 0 auto 3.75rem;
    padding-right: 0;
  }
}

.p-serviceExamples__item:last-child {
  margin-bottom: 0;
}

.p-serviceExamples__inner {
  width: 84.32%;
}
@media screen and (max-width: 767px) {
  .p-serviceExamples__inner {
    margin: 0 auto;
    width: 92.24%;
  }
}

.p-serviceExamples__item:nth-child(2) .p-serviceExamples__inner {
  margin-left: auto;
}

.p-serviceExamples__number {
  position: absolute;
  top: 0;
  right: 8%;
  font-size: 3.75rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  color: #C61722;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-serviceExamples__number {
    font-size: 1.75rem;
    right: auto;
    left: 0;
  }
}

.p-serviceExamples__wrap {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1.75rem;
}
@media screen and (max-width: 767px) {
  .p-serviceExamples__wrap {
    gap: 1rem;
  }
}

.p-serviceExamples__ico {
  width: 4.75rem;
}
@media screen and (max-width: 767px) {
  .p-serviceExamples__ico {
    width: 3.25rem;
  }
}

.p-serviceExamples__product-name,
.p-serviceExamples__flow-title {
  font-size: 1.875rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-serviceExamples__product-name,
  .p-serviceExamples__flow-title {
    font-size: 1.25rem;
  }
}

.p-serviceExamples__badge {
  display: block;
  margin-bottom: 0.375rem;
  font-size: 1.125rem;
  font-weight: 700;
  color: #CF726F;
}
@media screen and (max-width: 767px) {
  .p-serviceExamples__badge {
    margin-bottom: 0.5rem;
    font-size: 1rem;
  }
}

.p-serviceExamples__lead {
  margin-left: 1rem;
  font-size: 1.25rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-serviceExamples__lead {
    font-size: 1rem;
    line-height: 1.75;
  }
}

.p-serviceExamples__flow-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.p-serviceExamples__flow-wrap {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.p-serviceExamples__thumb {
  width: 13rem;
}
@media screen and (max-width: 767px) {
  .p-serviceExamples__thumb {
    width: 8rem;
  }
}

.p-serviceExamples__item:nth-child(2) .p-serviceExamples__thumb {
  width: 9.625rem;
}
@media screen and (max-width: 767px) {
  .p-serviceExamples__item:nth-child(2) .p-serviceExamples__thumb {
    width: 6rem;
  }
}

.p-serviceExamples__item:nth-child(3) .p-serviceExamples__thumb {
  width: 10.25rem;
}
@media screen and (max-width: 767px) {
  .p-serviceExamples__item:nth-child(3) .p-serviceExamples__thumb {
    width: 7.3125rem;
  }
}

.p-serviceExamples__flow-image {
  margin-top: 1.375rem;
}

@media screen and (max-width: 767px) {
  .p-serviceExamples__item:nth-child(1) .p-serviceExamples__flow-image {
    width: 13.5rem;
  }
}

@media screen and (max-width: 767px) {
  .p-serviceExamples__item:nth-child(2) .p-serviceExamples__flow-image {
    width: 20.0625rem;
  }
}

@media screen and (max-width: 767px) {
  .p-serviceExamples__item:nth-child(3) .p-serviceExamples__flow-image {
    width: 15.5rem;
  }
}

.p-serviceClosing {
  margin-bottom: 7.125rem;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-serviceClosing {
    margin-bottom: 0;
  }
}

.p-serviceClosing__wrap {
  position: relative;
  margin: 0 auto;
  max-width: 1280px;
  width: 100%;
  height: 100%;
}

.p-serviceClosing__img-top {
  position: absolute;
  top: -16%;
  right: 46%;
  width: 13.75rem;
}
@media screen and (max-width: 767px) {
  .p-serviceClosing__img-top {
    top: -7%;
    right: 3%;
    width: 8.8125rem;
  }
}

.p-serviceClosing__img-bottom {
  position: absolute;
  bottom: -5%;
  left: 0;
  width: 7.9375rem;
}
@media screen and (max-width: 767px) {
  .p-serviceClosing__img-bottom {
    width: 6rem;
    bottom: auto;
    top: 20%;
  }
}

.p-serviceClosing__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  max-width: 1280px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-serviceClosing__inner {
    flex-direction: column;
    gap: 8.5rem;
    padding: 3.75rem 0;
  }
}

.p-serviceClosing__text {
  margin-left: 5.875rem;
  font-size: 1.875rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-serviceClosing__text {
    margin: 0 auto;
    font-size: 1.5rem;
    line-height: 1.58;
    text-align: center;
  }
}

.p-serviceClosing__loop {
  display: flex;
  margin-right: 3.75rem;
  width: 30rem;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-serviceClosing__loop {
    flex-direction: column;
    gap: 6.5rem;
    margin-right: 0;
    width: 100%;
    overflow: visible;
  }
}

.p-serviceClosing__column {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  width: 50%;
  overflow: visible;
}
@media screen and (max-width: 767px) {
  .p-serviceClosing__column {
    width: 100%;
  }
}

.p-serviceClosing__heading {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.25rem;
  font-size: 1.125rem;
  font-weight: 700;
  border: 1px solid #CF726F;
  background-color: #ffffff;
  z-index: 99;
  width: 7.8125rem !important;
}
@media screen and (max-width: 767px) {
  .p-serviceClosing__heading {
    top: -1rem;
  }
}

.p-serviceClosing__heading-wrap {
  display: flex;
  gap: 7.125rem;
  position: absolute;
  top: -1.25rem;
  right: 9%;
}
@media screen and (max-width: 767px) {
  .p-serviceClosing__heading-wrap {
    position: static;
    gap: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-serviceClosing__heading_right {
    position: absolute;
    top: 38%;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media screen and (max-width: 767px) {
  .p-serviceClosing__heading_left {
    position: absolute;
    top: 68%;
    left: 50%;
    transform: translateX(-50%);
  }
}

.swiper--service-left,
.swiper--service-right {
  height: 29.218vw;
  max-height: 374px;
  overflow: visible;
}
@media screen and (max-width: 767px) {
  .swiper--service-left,
  .swiper--service-right {
    height: fit-content;
    max-height: none;
    width: 100%;
  }
}

.swiper-wrapper--service-left,
.swiper-wrapper--service-right {
  transition-timing-function: linear !important;
  will-change: transform;
}
@media screen and (max-width: 767px) {
  .swiper-wrapper--service-left,
  .swiper-wrapper--service-right {
    width: 100%;
  }
}

.swiper-slide--service-left {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3.75rem !important;
  width: 12.9375rem !important;
  background-color: #fcecd8;
  border-radius: 9999px;
  -webkit-font-smoothing: antialiased;
  backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-slide--service-right {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3.75rem !important;
  width: 12.9375rem !important;
  background-color: #ffffff;
  border-radius: 9999px;
  box-shadow: 0 4px 74px rgb(239, 232, 201);
  -webkit-font-smoothing: antialiased;
  backface-visibility: hidden;
  transform: translateZ(0);
}

@media screen and (min-width: 768px) {
  .u-sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pc {
    display: none !important;
  }
}
.u-font {
  font-family: "Roboto", sans-serif;
}
.u-font__jp {
  font-family: "sanari";
}
.u-font__en {
  font-family: "Montserrat", sans-serif;
}

.u-text__center {
  text-align: center !important;
}
@media screen and (max-width: 767px) {
  .u-text__center--sp {
    text-align: center !important;
  }
}
@media screen and (min-width: 768px) {
  .u-text__center--pc {
    text-align: center !important;
  }
}

.u-text__left {
  text-align: left !important;
}
@media screen and (max-width: 767px) {
  .u-text__left--sp {
    text-align: left !important;
  }
}
@media screen and (min-width: 768px) {
  .u-text__left--pc {
    text-align: left !important;
  }
}

.u-text__right {
  text-align: right !important;
}
@media screen and (max-width: 767px) {
  .u-text__right--sp {
    text-align: right !important;
  }
}
@media screen and (min-width: 768px) {
  .u-text__right--pc {
    text-align: right !important;
  }
}

.u-text__nowrap {
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .u-text__nowrap--sp {
    white-space: nowrap;
  }
}
@media screen and (min-width: 768px) {
  .u-text__nowrap--pc {
    white-space: nowrap;
  }
}

.u-pointer__none {
  pointer-events: none !important;
}
@media screen and (max-width: 767px) {
  .u-pointer__none--sp {
    pointer-events: none !important;
  }
}
@media screen and (min-width: 768px) {
  .u-pointer__none--pc {
    pointer-events: none !important;
  }
}

.u-animation__fadeIn {
  translate: 0 20px;
  opacity: 0;
  transition: all 0.8s ease;
}
.u-animation__fadeIn.js-show {
  translate: 0;
  opacity: 1;
}

.u-mt32 {
  margin-top: 2rem;
}

.u-color--red {
  color: #D24049;
}

/*# sourceMappingURL=style.css.map */
