@charset "UTF-8";
/* -----------------------------------------------
flex
----------------------------------------------- */
/* -----------------------------------------------
position
----------------------------------------------- */
/* -----------------------------------------------
icon
----------------------------------------------- */
/* -----------------------------------------------
font-size
----------------------------------------------- */
/* -----------------------------------------------
home
----------------------------------------------- */
/* ====================================================
layout
==================================================== */
.l-fixcta {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 20;
  display: flex;
}
@media print, screen and (max-width: 768px) {
  .l-fixcta {
    top: auto;
    bottom: 1.5rem;
    left: 0;
    margin: auto;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.3rem;
    padding: 0 1.5rem;
  }
}
.l-fixcta a {
  width: 9.7rem;
  height: 9.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1.3rem;
  line-height: 1.6;
  gap: 0.5rem;
  text-decoration: none;
  background: #fff;
  font-weight: 600;
}
@media print, screen and (max-width: 768px) {
  .l-fixcta a {
    width: 100%;
    height: 5rem;
    border-radius: 0.6rem;
    font-size: 1.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #de2241;
  }
}
.l-fixcta a.tell {
  display: none;
}
@media print, screen and (max-width: 768px) {
  .l-fixcta a.tell {
    display: flex;
  }
}
.l-fixcta a.tell > p {
  display: none;
}
@media print, screen and (max-width: 768px) {
  .l-fixcta a.tell > p {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #de2241;
  }
  .l-fixcta a.tell > p > img {
    width: 1.2rem;
  }
}
.l-fixcta a:last-child {
  background: #de2241;
  color: #fff;
  font-weight: 700;
}
@media print, screen and (max-width: 768px) {
  .l-fixcta a:last-child {
    font-size: 1.6rem;
  }
}

.l-fixlogo {
  display: none;
  position: fixed;
  z-index: 2;
  top: 2rem;
  left: 1.5rem;
  gap: 1rem;
  z-index: 999;
}
@media print, screen and (max-width: 768px) {
  .l-fixlogo {
    display: flex;
  }
}
.l-fixlogo.is-active {
  display: none;
}
.is-change-color .l-fixlogo {
  top: 1rem;
}
.home .is-change-color .l-fixlogo > .company {
  color: #212121;
}
.home .is-change-color .l-fixlogo > .logo path {
  fill: #de2241;
}
.l-fixlogo > .company {
  font-size: clamp(18px, 18px + (22 - 18) * (100vw - 375px) / (1440 - 375), 22px);
}
@media print, screen and (max-width: 768px) {
  .l-fixlogo > .company {
    font-size: calc(18 / 375 * 100vw);
  }
}
.l-fixlogo > .company {
  color: #212121;
}
.home .l-fixlogo > .company {
  color: #fff;
}
.l-fixlogo > .logo {
  width: 5.3rem;
}
.l-fixlogo > .logo > svg {
  display: block;
  width: 100%;
  height: auto;
}
.l-fixlogo > .logo path {
  fill: #de2241;
}
.home .l-fixlogo > .logo path {
  fill: #fff;
}

/* -----------------------------------------------
header
----------------------------------------------- */
.l-header__sphead {
  display: none;
  height: 8rem;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
}
@media print, screen and (max-width: 768px) {
  .l-header__sphead {
    display: block;
  }
}
.l-header__sphead.is-change-color {
  background: linear-gradient(to bottom, #fff 0%, transparent 100%);
}
.l-header__wrap {
  position: fixed;
  left: 0;
  top: 10rem;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
  z-index: 3;
  padding: 5rem 3.5rem 5rem 7rem;
  background: #fff;
  transition: all 0.3s ease;
}
@media print, screen and (max-width: 768px) {
  .l-header__wrap {
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    padding: 2rem 1.6rem 2rem 2rem;
    z-index: 999;
    margin: 0;
    transform: translateX(100%);
    transition: 0.4s ease;
  }
}
@media print, screen and (min-width: 768px) {
  .l-header__wrap.is-fixed-small {
    position: fixed;
    z-index: 9999;
    padding: 5rem 2rem 5rem 3rem;
    min-height: 50rem;
  }
}
@media print, screen and (max-width: 768px) {
  .l-header__wrap.is-active {
    width: calc(100% - 7.5rem);
    transform: translateX(7.5rem);
  }
}
@media print, screen and (max-width: 768px) {
  .l-header__logo {
    display: flex;
    row-gap: 0rem;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
    flex-wrap: wrap;
  }
}
.l-header__logo > .company {
  color: #737373;
  font-size: clamp(18px, 18px + (22 - 18) * (100vw - 375px) / (1440 - 375), 22px);
}
@media print, screen and (max-width: 768px) {
  .l-header__logo > .company {
    font-size: calc(18 / 375 * 100vw);
  }
}
.l-header__logo > .logo {
  width: 11.5rem;
}
@media print, screen and (max-width: 768px) {
  .l-header__logo > .logo {
    width: 5.3rem;
  }
}
@media print, screen and (min-width: 768px) {
  .is-fixed-small .l-header__logo > .logo {
    width: 7.4rem;
  }
}
.l-header__logo > .logo > svg {
  display: block;
  width: 100%;
  height: auto;
}
.l-header__logo > .logo path {
  fill: #de2241;
}
.is-fixed-small .is-fixed-small .l-header__logo > .logo path {
  fill: #fb97a8;
}
.l-header__logo > .subtxt {
  font-size: 1rem;
  line-height: 1.6;
  color: #737373;
  margin-top: 0.5rem;
}
@media print, screen and (max-width: 768px) {
  .l-header__logo > .subtxt {
    font-size: 0.7rem;
    margin-top: 0rem;
  }
}
.l-header__nav {
  margin-top: 4rem;
  display: grid;
  gap: 2rem;
}
@media print, screen and (max-width: 768px) {
  .l-header__nav {
    gap: 0;
    margin-top: 3rem;
  }
}
.l-header__nav.is-fixed-small {
  gap: 1rem;
}
.l-header__nav a {
  display: block;
  position: relative;
  padding-left: 1.2rem;
  font-size: clamp(15px, 15px + (15 - 15) * (100vw - 375px) / (1440 - 375), 15px);
}
@media print, screen and (max-width: 768px) {
  .l-header__nav a {
    font-size: calc(15 / 375 * 100vw);
  }
}
.l-header__nav a {
  color: #4a4a4a;
  transition: transform 0.3s ease, color 0.3s ease;
  font-weight: 500;
}
@media print, screen and (max-width: 768px) {
  .l-header__nav a {
    border-bottom: 1px solid #d7e0e7;
    padding: 1.4rem 0 1.4rem 1.2rem;
  }
}
.is-fixed-small .l-header__nav a {
  font-size: clamp(15px, 15px + (13 - 15) * (100vw - 375px) / (1440 - 375), 13px);
}
@media print, screen and (max-width: 768px) {
  .is-fixed-small .l-header__nav a {
    font-size: calc(15 / 375 * 100vw);
  }
}
.l-header__nav a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0.6rem;
  height: 2px;
  background: #de2241;
}
.l-header__nav a:hover {
  opacity: 1;
  color: #de2241;
  transform: translateX(0.8rem);
}
@media print, screen and (max-width: 768px) {
  .l-header__info {
    width: 100%;
  }
  .l-header__info > .phone {
    color: #de2241;
    font-size: 3rem;
    text-align: center;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 4rem;
    line-height: 1;
  }
  .l-header__info > .phone > img {
    width: 2rem;
  }
}

/* -----------------------------------------------
hamburger
----------------------------------------------- */
.l-hamburger {
  display: none;
  width: 3.6rem;
  height: 3.6rem;
  margin-left: auto;
  cursor: pointer;
  z-index: 1001;
  border: none;
  border-radius: 4px;
  background-color: #de2241;
  position: fixed;
  right: 1rem;
  top: 1rem;
  z-index: 99999;
}
@media print, screen and (max-width: 768px) {
  .l-hamburger {
    display: block;
  }
}
.l-hamburger__wrap {
  position: relative;
  width: 2.2rem;
  height: 1.5rem;
  margin: auto;
}
.l-hamburger__wrap span {
  position: absolute;
  width: 100%;
  height: 2px;
  background: #fff;
  transition: 0.3s;
  transform-origin: center;
  right: 0;
}
.l-hamburger__wrap span:nth-child(1) {
  top: 0;
}
.l-hamburger__wrap span:nth-child(2) {
  top: calc(50% - 1px);
}
.l-hamburger__wrap span:nth-child(3) {
  bottom: 0;
}
.l-hamburger.is-active span:nth-child(1) {
  top: 0;
  transform: rotate(45deg);
  bottom: 0;
  margin: auto;
}
.l-hamburger.is-active span:nth-child(2) {
  opacity: 0;
}
.l-hamburger.is-active span:nth-child(3) {
  bottom: 0;
  transform: rotate(-45deg);
  top: 0;
  margin: auto;
}

/* ====================================================
footer
==================================================== */
.l-footer {
  background: #f7f7f7;
  width: calc(100% - 20rem);
  margin-left: auto;
  position: relative;
  z-index: 2;
  padding: 2rem 14rem 2rem 6rem;
}
@media screen and (max-width: 768px) {
  .l-footer {
    width: 100%;
    padding: 2rem 2rem 10rem 2rem;
  }
}
.home .l-footer {
  width: calc(100% - 17.8rem);
}
.thanks .l-footer, .error404 .l-footer {
  background: transparent;
  margin-top: 10rem;
  padding: 0 0 2rem;
}

/* ====================================================
lower
==================================================== */
.l-lower__main {
  padding-top: 12rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-lower__main {
    padding-top: 7rem;
  }
}
.l-lower__main::after {
  position: absolute;
  content: "";
  left: auto;
  right: 0;
  top: 0;
  bottom: auto;
  margin: auto;
  background-color: #cfedf5;
  height: 100vh;
  width: calc(100% - 4.8rem);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .l-lower__main::after {
    width: 100%;
  }
}
.l-lower__inner {
  width: calc(100% - 20rem);
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .l-lower__inner {
    width: 100%;
  }
}
.l-lower__mv__title {
  text-align: center;
  font-weight: 500;
  line-height: 1.5;
  font-size: clamp(26px, 26px + (47 - 26) * (100vw - 375px) / (1440 - 375), 47px);
}
@media print, screen and (max-width: 768px) {
  .l-lower__mv__title {
    font-size: calc(26 / 375 * 100vw);
  }
}
.l-lower__cover {
  margin-top: 9rem;
  background-color: #fff;
  padding: 8rem 14rem 20rem 5.8rem;
}
@media screen and (max-width: 768px) {
  .l-lower__cover {
    margin-top: 4rem;
    padding: 4rem 2rem 8rem 2rem;
  }
}

/* -----------------------------------------------
home
----------------------------------------------- */
.home {
  /* ========================================
  mv
  ======================================== */
}
.home .recruit-mv {
  position: relative;
  height: 100vh;
  overflow: hidden;
  transition: 0.5s ease;
}
@media print, screen and (max-width: 768px) {
  .home .recruit-mv {
    height: 66rem;
  }
}
.home .recruit-mv__video {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: calc(100% - 4.8rem);
  margin-left: auto;
}
@media print, screen and (max-width: 768px) {
  .home .recruit-mv__video {
    width: 100%;
  }
}
.home .recruit-mv__video video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.home .recruit-mv__overlay {
  position: absolute;
  inset: 0;
  width: calc(100% - 4.8rem);
  margin-left: auto;
  z-index: 2;
  background: rgba(0, 0, 0, 0.2);
}
@media print, screen and (max-width: 768px) {
  .home .recruit-mv__overlay {
    width: 100%;
  }
}
.home .recruit-mv__copy {
  position: absolute;
  z-index: 2;
  left: 20%;
  top: 0;
  bottom: 0;
  margin: auto;
  color: #fff;
  font-weight: 400;
  font-size: 6rem;
  line-height: 1.75;
  text-shadow: 0 0 1.8rem rgba(0, 0, 0, 0.25);
  height: -moz-fit-content;
  height: fit-content;
}
@media print, screen and (max-width: 1200px) {
  .home .recruit-mv__copy {
    left: 40rem;
  }
}
@media print, screen and (max-width: 768px) {
  .home .recruit-mv__copy {
    font-size: 3rem;
    left: 3rem;
  }
}
.home {
  /* ========================================
  common
  ======================================== */
}
.home .recruit-label {
  font-weight: 400;
  line-height: 1.2;
  font-size: clamp(8px, 8px + (16 - 8) * (100vw - 375px) / (1440 - 375), 16px);
}
@media print, screen and (max-width: 768px) {
  .home .recruit-label {
    font-size: calc(8 / 375 * 100vw);
  }
}
.home .recruit-label > em {
  font-weight: 500;
  font-size: 1.2em;
}
.home .recruit-card {
  width: calc(100% - 17.8rem);
  padding: 14rem 14rem 14rem 6rem;
  background: #fff;
  margin-left: auto;
}
@media print, screen and (max-width: 1200px) {
  .home .recruit-card {
    padding: 14rem 6rem 14rem 6rem;
    width: calc(100% - 21rem);
  }
}
@media print, screen and (max-width: 768px) {
  .home .recruit-card {
    width: 100%;
    padding: 4rem 2rem;
  }
}
.home .recruit-section {
  position: relative;
}
.home .recruit-section.recruit-section--faq .recruit-section__content {
  padding-bottom: 0;
}
.home .recruit-section.recruit-section--faq .recruit-section__title {
  margin-top: 0;
}
.home .recruit-section.recruit-section--faq .recruit-card {
  padding-bottom: 2rem;
}
.home .recruit-section__title {
  margin-top: 1rem;
  text-align: center;
  font-weight: 600;
  font-size: clamp(30px, 30px + (40 - 30) * (100vw - 375px) / (1440 - 375), 40px);
}
@media print, screen and (max-width: 768px) {
  .home .recruit-section__title {
    font-size: calc(30 / 375 * 100vw);
  }
}
@media print, screen and (max-width: 768px) {
  .home .recruit-section__title {
    line-height: 1.3;
  }
}
.home .recruit-section__bg {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
  z-index: 1;
}
.home .recruit-section__bg img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
.home .recruit-section__content {
  position: relative;
  z-index: 2;
  margin-top: -100vh;
  min-height: 140vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32rem 0 27rem;
}
@media print, screen and (max-width: 768px) {
  .home .recruit-section__content {
    padding: 2.5rem 2rem;
  }
}
.home .recruit-section__catch {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 4rem auto 0;
  padding: 0 4rem;
  font-size: clamp(20px, 20px + (40 - 20) * (100vw - 375px) / (1440 - 375), 40px);
}
@media print, screen and (max-width: 768px) {
  .home .recruit-section__catch {
    font-size: calc(20 / 375 * 100vw);
  }
}
.home .recruit-section__catch {
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .home .recruit-section__catch {
    padding: 0 3rem;
    line-height: 1.7;
    margin: 1rem auto 0;
  }
}
.home .recruit-section__catch::before, .home .recruit-section__catch::after {
  content: "";
  position: absolute;
  top: 0.3em;
  bottom: 0;
  margin: auto;
  height: 1px;
  width: 1.2em;
  background: currentColor;
}
.home .recruit-section__catch::before {
  left: 0;
  transform: translateY(-50%) rotate(55deg);
}
.home .recruit-section__catch::after {
  right: 0;
  transform: translateY(-50%) rotate(-55deg);
}
.home .recruit-section__lead {
  margin-top: 2rem;
  text-align: center;
  font-size: clamp(16px, 16px + (22 - 16) * (100vw - 375px) / (1440 - 375), 22px);
}
@media print, screen and (max-width: 768px) {
  .home .recruit-section__lead {
    font-size: calc(16 / 375 * 100vw);
  }
}
.home .recruit-section__lead {
  color: #f8738a;
}
@media screen and (max-width: 768px) {
  .home .recruit-section__lead {
    line-height: 1.5;
  }
}
.home .recruit-section__message {
  margin-top: 3rem;
  padding: 2rem 4rem;
  border: 2px solid #d7d7d7;
  border-radius: 1.2rem;
  text-align: center;
  font-size: clamp(16px, 16px + (20 - 16) * (100vw - 375px) / (1440 - 375), 20px);
}
@media print, screen and (max-width: 768px) {
  .home .recruit-section__message {
    font-size: calc(16 / 375 * 100vw);
  }
}
.home .recruit-section__message {
  color: #f8738a;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .home .recruit-section__message {
    padding: 2rem 2rem;
  }
}
.home .recruit-section__message--pink {
  border-color: #fb97a8;
  border-radius: 0;
}
.home {
  /* ========================================
  about
  ======================================== */
}
.home .about {
  position: relative;
  min-height: 160rem;
  overflow: hidden;
}
.home .about__bg {
  position: absolute;
  inset: 0;
  z-index: 1;
  clip-path: inset(0);
}
.home .about__bg video {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.home .about__bg::after {
  content: "";
  position: fixed;
  inset: 0;
  background: rgba(255, 255, 255, 0.18);
  pointer-events: none;
}
.home .about__inner {
  position: relative;
  z-index: 2;
  width: 88.4rem;
  margin: 0 auto 0 auto;
  padding: 22rem 0 18rem;
  transform: translateX(12rem);
}
@media print, screen and (max-width: 1200px) {
  .home .about__inner {
    width: 76%;
  }
}
@media print, screen and (max-width: 768px) {
  .home .about__inner {
    width: 100%;
    transform: translateX(0);
    padding: 8rem 2rem 6rem;
  }
}
.home .about-msg {
  padding: 0rem 9rem 15rem;
}
@media print, screen and (max-width: 1200px) {
  .home .about-msg {
    padding: 0rem 0 15rem;
  }
}
@media print, screen and (max-width: 768px) {
  .home .about-msg {
    padding: 0rem 0 6rem;
  }
}
.home .about-msg__title {
  margin-top: 3rem;
  font-size: clamp(25px, 25px + (48 - 25) * (100vw - 375px) / (1440 - 375), 48px);
}
@media print, screen and (max-width: 768px) {
  .home .about-msg__title {
    font-size: calc(25 / 375 * 100vw);
  }
}
.home .about-msg__title {
  line-height: 1.7;
  font-weight: 500;
}
.home .about-msg__body {
  margin-top: 9rem;
  display: grid;
  gap: 8rem;
}
@media print, screen and (max-width: 768px) {
  .home .about-msg__body {
    margin-top: 3rem;
    gap: 3rem;
  }
}
.home .about-msg__body p {
  line-height: 3;
}
@media print, screen and (max-width: 768px) {
  .home .about-msg__body p {
    line-height: 2;
  }
}
.home .about__panel {
  position: relative;
  z-index: 2;
  width: 100%;
  margin: 0 auto 0;
  padding: 14.4rem 9rem 15rem;
  background: rgba(255, 255, 255, 0.8);
}
@media print, screen and (max-width: 768px) {
  .home .about__panel {
    background: rgba(255, 255, 255, 0.7);
    padding: 5rem 2rem 7rem;
  }
}
.home .about__sub-title {
  position: relative;
  padding-left: 1.5rem;
  font-size: clamp(18px, 18px + (20 - 18) * (100vw - 375px) / (1440 - 375), 20px);
}
@media print, screen and (max-width: 768px) {
  .home .about__sub-title {
    font-size: calc(18 / 375 * 100vw);
  }
}
.home .about__sub-title {
  font-weight: 600;
}
.home .about__sub-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  background: #de2241;
}
.home .about__values .about__heading {
  font-size: clamp(30px, 30px + (36 - 30) * (100vw - 375px) / (1440 - 375), 36px);
}
@media print, screen and (max-width: 768px) {
  .home .about__values .about__heading {
    font-size: calc(30 / 375 * 100vw);
  }
}
.home .about__values .about__heading {
  line-height: 1.7;
  font-weight: 500;
  color: #de2241;
}
@media print, screen and (max-width: 768px) {
  .home .about__values .about__heading {
    line-height: 1.5;
  }
}
.home .about__values .about__list {
  margin-top: 5rem;
  display: grid;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .home .about__values .about__list {
    margin-top: 2rem;
    gap: 1rem;
  }
}
.home .about__values .about__list li {
  position: relative;
  padding-left: 2rem;
  font-size: clamp(16px, 16px + (20 - 16) * (100vw - 375px) / (1440 - 375), 20px);
}
@media print, screen and (max-width: 768px) {
  .home .about__values .about__list li {
    font-size: calc(16 / 375 * 100vw);
  }
}
.home .about__values .about__list li {
  line-height: 1.7;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .home .about__values .about__list li {
    padding-left: 1.2rem;
  }
}
.home .about__values .about__list li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
  color: #de2241;
}
.home .about__overview {
  margin-top: 14rem;
}
@media screen and (max-width: 768px) {
  .home .about__overview {
    margin-top: 4rem;
  }
}
.home .about__overview .about__table div {
  grid-template-columns: 8.6rem 1fr;
}
.home .about__overview .about__table dt {
  border-bottom: 1px solid #de2241;
}
.home .about__table, .home .about__history-list {
  margin-top: 3rem;
  width: 52rem;
  font-size: clamp(14px, 14px + (14 - 14) * (100vw - 375px) / (1440 - 375), 14px);
}
@media print, screen and (max-width: 768px) {
  .home .about__table, .home .about__history-list {
    font-size: calc(14 / 375 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .home .about__table, .home .about__history-list {
    margin-top: 1rem;
    width: 100%;
  }
}
.home .about__table div, .home .about__history-list div {
  display: grid;
  grid-template-columns: 12rem 1fr;
  border-bottom: 1px solid #dbbac0;
}
@media screen and (max-width: 768px) {
  .home .about__table div, .home .about__history-list div {
    grid-template-columns: 6rem 1fr;
  }
}
.home .about__table div:last-child, .home .about__history-list div:last-child {
  border-bottom: none;
}
.home .about__table div:last-child dt, .home .about__history-list div:last-child dt {
  border: none;
}
.home .about__table dt,
.home .about__table dd, .home .about__history-list dt,
.home .about__history-list dd {
  padding: 2rem 0;
}
@media screen and (max-width: 768px) {
  .home .about__table dt,
  .home .about__table dd, .home .about__history-list dt,
  .home .about__history-list dd {
    padding: 1rem 0;
  }
}
.home .about__table dt, .home .about__history-list dt {
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .home .about__table dt > span, .home .about__history-list dt > span {
    font-size: 0.8em;
    display: block;
  }
}
.home .about__table dd, .home .about__history-list dd {
  padding-left: 1rem;
}
@media screen and (max-width: 768px) {
  .home .about__table dd, .home .about__history-list dd {
    padding-left: 0;
  }
}
.home .about__history {
  margin-top: 10rem;
}
@media screen and (max-width: 768px) {
  .home .about__history {
    margin-top: 3rem;
  }
}
.home .about__history-list div {
  grid-template-columns: 13rem 1fr;
}
@media screen and (max-width: 768px) {
  .home .about__history-list div {
    grid-template-columns: 7rem 1fr;
  }
}
.home .about__philosophy {
  position: relative;
  margin: 12rem auto 0;
  width: 100%;
  padding: 5rem 3rem;
  background: #fff;
  box-shadow: 0 1.6rem 3rem rgba(0, 0, 0, 0.12);
}
@media screen and (max-width: 768px) {
  .home .about__philosophy {
    margin: 6rem auto 0;
    padding: 4rem 2rem;
  }
}
.home .about__philosophy::before {
  content: "";
  position: absolute;
  left: 4rem;
  top: 0;
  width: 19rem;
  height: 1rem;
  background: #fb97a8;
}
@media screen and (max-width: 768px) {
  .home .about__philosophy::before {
    width: 60%;
    left: 2rem;
  }
}
.home .about__philosophy-item + .about__philosophy-item {
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .home .about__philosophy-item + .about__philosophy-item {
    margin-top: 3rem;
  }
}
.home .about__philosophy-item p {
  font-size: clamp(18px, 18px + (20 - 18) * (100vw - 375px) / (1440 - 375), 20px);
}
@media print, screen and (max-width: 768px) {
  .home .about__philosophy-item p {
    font-size: calc(18 / 375 * 100vw);
  }
}
.home .about__philosophy-item p {
  line-height: 2.2;
  font-weight: 600;
}
.home .about__en {
  margin-bottom: 1rem;
  font-size: clamp(17px, 17px + (17 - 17) * (100vw - 375px) / (1440 - 375), 17px);
}
@media print, screen and (max-width: 768px) {
  .home .about__en {
    font-size: calc(17 / 375 * 100vw);
  }
}
.home .about__en {
  line-height: 1;
  color: #fb97a8;
  font-weight: 600;
  font-style: italic;
}
@media screen and (max-width: 768px) {
  .home .about__en {
    margin-bottom: 0.2rem;
  }
}
.home {
  /* ========================================
  identity
  ======================================== */
}
.home .identity-title {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .home .identity-title {
    margin-top: 1rem;
    gap: 0.5rem;
  }
}
.home .identity-title__company {
  font-size: clamp(16px, 16px + (24 - 16) * (100vw - 375px) / (1440 - 375), 24px);
}
@media print, screen and (max-width: 768px) {
  .home .identity-title__company {
    font-size: calc(16 / 375 * 100vw);
  }
}
.home .identity-title__company {
  line-height: 1;
  font-weight: 400;
}
.home .identity-title__logo {
  width: 7.6rem;
}
@media screen and (max-width: 768px) {
  .home .identity-title__logo {
    width: 4rem;
  }
}
.home .identity-title__logo > svg {
  display: block;
  width: 100%;
  height: auto;
}
.home .identity-title__logo path {
  fill: #212121;
}
.home .identity-title__num {
  width: 19rem;
}
@media screen and (max-width: 768px) {
  .home .identity-title__num {
    width: 14rem;
  }
}
.home .identity-title__num > img {
  width: 100%;
}
.home .identity__list {
  margin-top: 5rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
}
@media screen and (max-width: 768px) {
  .home .identity__list {
    gap: 1rem;
    margin-top: 2rem;
    grid-template-columns: 1fr;
  }
}
.home .identity__item {
  padding: 5.5rem 2.5rem 4rem;
  border: 1px solid rgba(222, 34, 65, 0.45);
  border-radius: 0.8rem;
  background: #fff;
  position: relative;
  margin-top: 8rem;
  box-shadow: 0 0.8rem 2rem rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .home .identity__item {
    padding: 5.5rem 2rem 2rem;
    margin-top: 4rem;
  }
}
.home .identity__item:last-child {
  padding: 2rem 4rem;
  grid-column: 1/-1;
  display: grid;
  align-items: center;
  grid-template-columns: 14rem 1fr;
  gap: 4rem;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .home .identity__item:last-child {
    grid-template-columns: 1fr;
    gap: 1rem;
    padding: 2rem 2rem;
  }
}
.home .identity__item:last-child > figure {
  position: static;
  margin: 0 auto;
}
.home .identity__item:last-child > figcaption > .title {
  text-align: left;
}
.home .identity__item > figure {
  width: 15rem;
  margin: 0 auto 2rem;
  position: absolute;
  left: 0;
  right: 0;
  top: -8rem;
}
@media screen and (max-width: 768px) {
  .home .identity__item > figure {
    width: 10rem;
    top: -4rem;
  }
}
.home .identity__item > figcaption .title {
  font-size: clamp(16px, 16px + (20 - 16) * (100vw - 375px) / (1440 - 375), 20px);
}
@media print, screen and (max-width: 768px) {
  .home .identity__item > figcaption .title {
    font-size: calc(16 / 375 * 100vw);
  }
}
.home .identity__item > figcaption .title {
  font-weight: 600;
  text-align: center;
}
.home .identity__item > figcaption p {
  margin-top: 1.6rem;
}
@media screen and (max-width: 768px) {
  .home .identity__item > figcaption p {
    margin-top: 0.5rem;
  }
}
.home {
  /* ========================================
  workstyle
  ======================================== */
}
.home .workstyle-cards {
  margin-top: 6rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.4rem;
}
@media screen and (max-width: 768px) {
  .home .workstyle-cards {
    margin-top: 2rem;
    gap: 2rem;
    grid-template-columns: 1fr;
  }
}
.home .workstyle-card {
  position: relative;
  padding: 0 4.2rem 5rem;
  border: 1px solid #b0d08f;
  border-radius: 1.2rem;
  background-color: #fff;
  background: url("../img/home/work_bg-wave.png") center bottom/100% auto no-repeat;
  box-shadow: 0 1.4rem 2.5rem rgba(0, 0, 0, 0.12);
}
@media screen and (max-width: 768px) {
  .home .workstyle-card {
    padding: 0 2rem 3rem;
  }
}
.home .workstyle-card::after {
  background-color: rgba(176, 208, 143, 0.3);
  width: 1.4rem;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 1.2rem 0 0 1.2rem;
}
@media screen and (max-width: 768px) {
  .home .workstyle-card::after {
    width: 0.5rem;
  }
}
.home .workstyle-card__head {
  display: grid;
  grid-template-columns: 12rem 1fr;
  gap: 1rem;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: -2rem auto 0;
}
@media screen and (max-width: 768px) {
  .home .workstyle-card__head {
    grid-template-columns: 6rem 1fr;
    margin: -0.5rem auto 0;
  }
}
.home .workstyle-card__name {
  line-height: 1.2;
  color: #2a6a30;
  font-weight: 500;
  font-size: clamp(28px, 28px + (40 - 28) * (100vw - 375px) / (1440 - 375), 40px);
}
@media print, screen and (max-width: 768px) {
  .home .workstyle-card__name {
    font-size: calc(28 / 375 * 100vw);
  }
}
.home .workstyle-card__name {
  margin-top: 2rem;
}
.home .workstyle-card__lead {
  margin-top: 1rem;
  font-size: clamp(18px, 18px + (20 - 18) * (100vw - 375px) / (1440 - 375), 20px);
}
@media print, screen and (max-width: 768px) {
  .home .workstyle-card__lead {
    font-size: calc(18 / 375 * 100vw);
  }
}
.home .workstyle-card__lead {
  font-weight: 600;
  line-height: 1.5;
}
.home .workstyle-card__text {
  margin-top: 1rem;
  font-weight: 500;
  min-height: 8rem;
}
@media screen and (max-width: 768px) {
  .home .workstyle-card__text {
    min-height: auto;
  }
}
.home .workstyle-card__main-img {
  margin-top: 2rem;
  overflow: hidden;
  border-radius: 1.2rem;
}
.home .workstyle-card__main-img img {
  display: block;
  width: 100%;
  aspect-ratio: 330/205;
  -o-object-fit: cover;
     object-fit: cover;
}
.home .workstyle-card__interview {
  margin-top: 3rem;
}
.home .workstyle-card__interview-title {
  font-size: clamp(17px, 17px + (17 - 17) * (100vw - 375px) / (1440 - 375), 17px);
}
@media print, screen and (max-width: 768px) {
  .home .workstyle-card__interview-title {
    font-size: calc(17 / 375 * 100vw);
  }
}
.home .workstyle-card__interview-title {
  line-height: 1;
  color: #d0c38e;
  font-weight: 700;
}
.home .workstyle-card__movies {
  margin-top: 1.4rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.2rem;
}
@media screen and (max-width: 768px) {
  .home .workstyle-card__movies {
    margin-top: 1rem;
    grid-template-columns: 1fr;
  }
}
.home .workstyle-card__movie {
  color: #a92628;
}
@media screen and (max-width: 768px) {
  .home .workstyle-card__movie {
    display: grid;
    grid-template-columns: 10rem 1fr;
    gap: 1rem;
    align-items: center;
  }
}
.home .workstyle-card__movie:not(.is-coming) > figure {
  cursor: pointer;
}
.home .workstyle-card__movie > figure {
  position: relative;
}
.home .workstyle-card__movie > figure img {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1rem;
  filter: brightness(0.7);
}
.home .workstyle-card__movie > figure span {
  position: absolute;
  display: block;
  width: 4rem;
  height: 4.5rem;
  margin: auto;
  background-image: url(../img/home/movie_play.svg);
  background-size: cover;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .home .workstyle-card__movie > figure span {
    width: 3rem;
    height: 3.5rem;
  }
}
.home .workstyle-card__movie > figcaption {
  min-height: 6rem;
}
@media screen and (max-width: 768px) {
  .home .workstyle-card__movie > figcaption {
    min-height: auto;
  }
}
.home .workstyle-card__movie > figcaption strong {
  display: block;
  font-weight: 600;
  line-height: 1.6;
  font-size: clamp(15px, 15px + (15 - 15) * (100vw - 375px) / (1440 - 375), 15px);
}
@media print, screen and (max-width: 768px) {
  .home .workstyle-card__movie > figcaption strong {
    font-size: calc(15 / 375 * 100vw);
  }
}
.home .workstyle-card__movie > figcaption strong {
  margin-top: 0.2rem;
}
.home .workstyle-card__movie > figcaption small {
  display: block;
  margin-top: 0.2rem;
  font-size: clamp(15px, 15px + (15 - 15) * (100vw - 375px) / (1440 - 375), 15px);
}
@media print, screen and (max-width: 768px) {
  .home .workstyle-card__movie > figcaption small {
    font-size: calc(15 / 375 * 100vw);
  }
}
.home .workstyle-card__movie > figcaption small {
  line-height: 1.6;
  color: #917f36;
  font-weight: 400;
}
.home .workstyle-card__movie.is-coming img {
  filter: brightness(0.2);
}
.home .workstyle-card__movie.is-coming strong {
  text-align: center;
}
.home .workstyle-card__btn {
  margin: 3rem auto 0;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1.5rem 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  border: 3px solid #b0d08f;
  border-radius: 999px;
  background: #fff;
  color: #2a6a30;
  font-size: clamp(14px, 14px + (16 - 14) * (100vw - 375px) / (1440 - 375), 16px);
}
@media print, screen and (max-width: 768px) {
  .home .workstyle-card__btn {
    font-size: calc(14 / 375 * 100vw);
  }
}
.home .workstyle-card__btn {
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 0.8rem 1.4rem rgba(0, 0, 0, 0.25);
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .home .workstyle-card__btn {
    height: 4.5rem;
    margin: 2rem auto 0;
    gap: 1rem;
    width: 100%;
    padding: 1.5rem 1rem 1.5rem 2rem;
  }
}
.home .workstyle-card__btn span {
  position: relative;
  width: 1rem;
  height: 1rem;
}
@media screen and (max-width: 768px) {
  .home .workstyle-card__btn span {
    width: 0.8rem;
    height: 0.8rem;
  }
}
.home .workstyle-card__btn span::before {
  content: "";
  position: absolute;
  inset: 0;
  border-top: 3px solid currentColor;
  border-right: 3px solid currentColor;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .home .workstyle-card__btn span::before {
    border-width: 2px;
  }
}
.home .workstyle-card__btn:hover {
  opacity: 1;
  transform: translateY(-0.3rem);
  background: #f6fff2;
}
.home .workstyle-card__sub-btn {
  width: -moz-fit-content;
  width: fit-content;
  margin: 2rem auto 0;
  padding: 1.2rem 2.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  border-radius: 999px;
  background: #fff;
  border: 2px solid #d0c38e;
  color: #917f36;
  font-weight: 600;
  font-size: clamp(14px, 14px + (15 - 14) * (100vw - 375px) / (1440 - 375), 15px);
}
@media print, screen and (max-width: 768px) {
  .home .workstyle-card__sub-btn {
    font-size: calc(14 / 375 * 100vw);
  }
}
.home .workstyle-card__sub-btn {
  text-decoration: none;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .home .workstyle-card__sub-btn {
    height: 4.5rem;
    margin: 2rem auto 0;
    gap: 1rem;
    width: 100%;
    padding: 1.5rem 1rem 1.5rem 2rem;
  }
}
.home .workstyle-card__sub-btn span {
  position: relative;
  width: 0.8rem;
  height: 0.8rem;
}
.home .workstyle-card__sub-btn span::before {
  content: "";
  position: absolute;
  inset: 0;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
}
.home .workstyle-card__sub-btn:hover {
  background: #917f36;
  color: #fff;
}
.home {
  /* ========================================
  workability
  ======================================== */
}
.home .workability__grid {
  margin-top: 7rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6rem 3rem;
}
@media screen and (max-width: 768px) {
  .home .workability__grid {
    margin-top: 2rem;
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.home .workability__grid > li .title {
  display: inline;
  font-weight: 600;
  font-size: clamp(18px, 18px + (20 - 18) * (100vw - 375px) / (1440 - 375), 20px);
}
@media print, screen and (max-width: 768px) {
  .home .workability__grid > li .title {
    font-size: calc(18 / 375 * 100vw);
  }
}
.home .workability__grid > li .title {
  background: linear-gradient(transparent 50%, #fccad3 50%);
}
.home .workability__grid > li p {
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .home .workability__grid > li p {
    margin-top: 1rem;
  }
}
.home {
  /* ========================================
  visit
  ======================================== */
}
.home .visit__grid {
  margin-top: 6rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.2rem;
}
@media screen and (max-width: 768px) {
  .home .visit__grid {
    margin-top: 2rem;
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.home .visit__grid > li {
  padding: 5rem 2.5rem;
  border: 2px solid #ddd;
}
@media screen and (max-width: 768px) {
  .home .visit__grid > li {
    padding: 2rem;
  }
}
.home .visit__grid > li .title {
  font-weight: 600;
}
.home .visit__grid > li p {
  margin-top: 1rem;
}
.home {
  /* ========================================
  faq
  ======================================== */
}
.home .faq__list {
  margin: 4rem auto 0;
  display: grid;
  gap: 0.8rem;
}
@media screen and (max-width: 768px) {
  .home .faq__list {
    margin: 2rem auto 0;
  }
}
.home .faq__item {
  padding: 3rem 4rem;
  background: #fdecef;
  border-radius: 1.2rem;
  border: #fff6f8 4px solid;
}
@media screen and (max-width: 768px) {
  .home .faq__item {
    padding: 2.5rem 2rem;
  }
}
.home .faq__row {
  display: grid;
  grid-template-columns: 4rem 1fr;
  gap: 1.6rem;
}
@media screen and (max-width: 768px) {
  .home .faq__row {
    grid-template-columns: 3rem 1fr;
    gap: 1rem;
  }
}
.home .faq__row span {
  width: 4.2rem;
  height: 4.2rem;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 1.7rem;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 768px) {
  .home .faq__row span {
    width: 3rem;
    height: 3rem;
    font-size: 1.5rem;
  }
}
.home .faq__row--q {
  align-items: center;
  font-size: clamp(18px, 18px + (22 - 18) * (100vw - 375px) / (1440 - 375), 22px);
}
@media print, screen and (max-width: 768px) {
  .home .faq__row--q {
    font-size: calc(18 / 375 * 100vw);
  }
}
.home .faq__row--q span {
  background: #fb97a8;
}
.home .faq__row--q p {
  font-weight: 600;
}
.home .faq__row--a {
  margin-top: 1rem;
}
.home .faq__row--a span {
  background: #a92628;
}
.home .faq__answer-title {
  font-weight: 600;
}
.home .faq__answer-title + p {
  font-size: clamp(15px, 15px + (16 - 15) * (100vw - 375px) / (1440 - 375), 16px);
}
@media print, screen and (max-width: 768px) {
  .home .faq__answer-title + p {
    font-size: calc(15 / 375 * 100vw);
  }
}
.home .faq__answer-title + p {
  margin-top: 1rem;
  font-weight: 500;
}
.home {
  /* ========================================
  entry-cta
  ======================================== */
}
.home .entry-cta {
  margin: 12rem auto 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .home .entry-cta {
    margin: 4rem auto 0;
  }
}
.home .entry-cta__copy {
  font-size: clamp(24px, 24px + (40 - 24) * (100vw - 375px) / (1440 - 375), 40px);
}
@media print, screen and (max-width: 768px) {
  .home .entry-cta__copy {
    font-size: calc(24 / 375 * 100vw);
  }
}
.home .entry-cta__copy {
  color: #de2241;
  line-height: 1.4;
}
.home .entry-cta__lead {
  margin-top: 1rem;
  font-size: clamp(15px, 15px + (20 - 15) * (100vw - 375px) / (1440 - 375), 20px);
}
@media print, screen and (max-width: 768px) {
  .home .entry-cta__lead {
    font-size: calc(15 / 375 * 100vw);
  }
}
.home .entry-cta__buttons {
  margin: 4rem auto 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  font-size: clamp(18px, 18px + (24 - 18) * (100vw - 375px) / (1440 - 375), 24px);
}
@media print, screen and (max-width: 768px) {
  .home .entry-cta__buttons {
    font-size: calc(18 / 375 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .home .entry-cta__buttons {
    display: none;
  }
}
.home .entry-cta__btn {
  min-height: 11rem;
  display: grid;
  place-items: center;
  transition: 0.3s;
}
.home .entry-cta__btn--tel {
  background: #de2241;
  color: #fff;
  font-size: 1.4em;
  font-weight: 700;
}
.home .entry-cta__btn--tel > span {
  display: inline-block;
  padding-left: 2.5rem;
  position: relative;
}
.home .entry-cta__btn--tel > span::after {
  position: absolute;
  content: "";
  left: 0;
  right: auto;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 1.9rem;
  height: 2.5rem;
  background-image: url(../img/common/icon-phone-w.svg);
  background-size: cover;
}
.home .entry-cta__btn--outline {
  border: 4px solid #de2241;
  color: #de2241;
  background: #fff;
  font-weight: 500;
}
.home .entry-cta__btn:hover {
  opacity: 0.8;
}
.home .footer__logo {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  font-size: 2.4rem;
  color: #737373;
  font-weight: 400;
  margin-top: 7rem;
}
@media screen and (max-width: 768px) {
  .home .footer__logo {
    font-size: 1.7rem;
    margin-top: 1rem;
  }
}
.home .footer__logo span {
  display: block;
  margin-left: 0.4rem;
  width: 7rem;
}
.home .footer__logo span svg {
  fill: #fb97a8;
  width: 100%;
}
.home .footer__time {
  margin-top: 2rem;
  font-size: clamp(14px, 14px + (15 - 14) * (100vw - 375px) / (1440 - 375), 15px);
}
@media print, screen and (max-width: 768px) {
  .home .footer__time {
    font-size: calc(14 / 375 * 100vw);
  }
}
.home .footer__time {
  color: #4a4a4a;
}
@media screen and (max-width: 768px) {
  .home .footer__time {
    margin-top: 1rem;
  }
}
.home .footer__badge {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 2.4rem auto 0;
  padding: 0.8rem 2.7rem 0.8rem 4rem;
  border: 1px solid #de2241;
  border-radius: 999px;
  font-size: clamp(15px, 15px + (15 - 15) * (100vw - 375px) / (1440 - 375), 15px);
}
@media print, screen and (max-width: 768px) {
  .home .footer__badge {
    font-size: calc(15 / 375 * 100vw);
  }
}
.home .footer__badge {
  background-image: url(../img/common/icon-pdf.svg);
  background-size: 2.8rem;
  background-position: left 0.5rem center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .home .footer__badge {
    width: 100%;
    line-height: 1.4;
  }
}
.home {
  /* ========================================
  movie-modal
  ======================================== */
}
.home .movie-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.home .movie-modal.is-active {
  opacity: 1;
  visibility: visible;
}
.home .movie-modal__bg {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
}
.home .movie-modal__content {
  position: relative;
  width: min(90vw, 900px);
  z-index: 2;
}
.home .movie-modal video {
  width: 100%;
  display: block;
  border-radius: 10px;
}
.home .movie-modal__close {
  position: absolute;
  top: -45px;
  right: 0;
  width: 40px;
  height: 40px;
  border: none;
  background: none;
  color: #fff;
  font-size: 32px;
  cursor: pointer;
}

/* ========================================
jobs
======================================== */
.jobs .jobs-list__title,
.single-job .jobs-list__title {
  color: #f8738a;
  font-size: clamp(24px, 24px + (30 - 24) * (100vw - 375px) / (1440 - 375), 30px);
}
@media print, screen and (max-width: 768px) {
  .jobs .jobs-list__title,
  .single-job .jobs-list__title {
    font-size: calc(24 / 375 * 100vw);
  }
}
.jobs .jobs-list__cards,
.single-job .jobs-list__cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.2rem;
}
@media screen and (max-width: 768px) {
  .jobs .jobs-list__cards,
  .single-job .jobs-list__cards {
    grid-template-columns: 1fr;
  }
}
.jobs .jobs-list__cards + .jobs-list__title,
.single-job .jobs-list__cards + .jobs-list__title {
  margin-top: 2rem;
}
.jobs .jobs-card,
.single-job .jobs-card {
  box-shadow: 0 8.2px 12.3px rgba(0, 0, 0, 0.1);
  text-align: center;
  border: 1px solid #fb97a8;
  overflow: hidden;
  border-radius: 0.8rem;
  padding: 1rem 1.5rem 1rem 2.8rem;
  background: #fff;
  min-height: 11.3rem;
  transition: 0.3s;
  cursor: pointer;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .jobs .jobs-card,
  .single-job .jobs-card {
    min-height: auto;
  }
}
.jobs .jobs-card::after,
.single-job .jobs-card::after {
  background-color: #fb97a8;
  width: 1rem;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 768px) {
  .jobs .jobs-card::after,
  .single-job .jobs-card::after {
    width: 0.5rem;
  }
}
.jobs .jobs-card.is-active, .jobs .jobs-card:hover,
.single-job .jobs-card.is-active,
.single-job .jobs-card:hover {
  background: #fb97a8;
  color: #fff;
  opacity: 1;
  box-shadow: none;
}
.jobs .jobs-card.is-active::after, .jobs .jobs-card:hover::after,
.single-job .jobs-card.is-active::after,
.single-job .jobs-card:hover::after {
  background-color: rgba(255, 255, 255, 0.5);
}
.jobs .jobs-card.is-active .jobs-card__status, .jobs .jobs-card:hover .jobs-card__status,
.single-job .jobs-card.is-active .jobs-card__status,
.single-job .jobs-card:hover .jobs-card__status {
  color: #fff;
}
.jobs .jobs-card.is-active .jobs-card__name, .jobs .jobs-card:hover .jobs-card__name,
.single-job .jobs-card.is-active .jobs-card__name,
.single-job .jobs-card:hover .jobs-card__name {
  color: #fff;
}
.jobs .jobs-card.is-active small, .jobs .jobs-card:hover small,
.single-job .jobs-card.is-active small,
.single-job .jobs-card:hover small {
  color: #fff;
}
.jobs .jobs-card__status,
.single-job .jobs-card__status {
  font-size: clamp(16px, 16px + (20 - 16) * (100vw - 375px) / (1440 - 375), 20px);
}
@media print, screen and (max-width: 768px) {
  .jobs .jobs-card__status,
  .single-job .jobs-card__status {
    font-size: calc(16 / 375 * 100vw);
  }
}
.jobs .jobs-card__status,
.single-job .jobs-card__status {
  font-weight: 500;
  margin-bottom: 0.3rem;
  color: #f8738a;
}
.jobs .jobs-card__name,
.single-job .jobs-card__name {
  font-weight: 600;
  font-size: clamp(18px, 18px + (18 - 18) * (100vw - 375px) / (1440 - 375), 18px);
}
@media print, screen and (max-width: 768px) {
  .jobs .jobs-card__name,
  .single-job .jobs-card__name {
    font-size: calc(18 / 375 * 100vw);
  }
}
.jobs .jobs-card__name,
.single-job .jobs-card__name {
  color: #f8738a;
}
.jobs .jobs-card small,
.single-job .jobs-card small {
  display: block;
  font-size: clamp(14px, 14px + (15 - 14) * (100vw - 375px) / (1440 - 375), 15px);
}
@media print, screen and (max-width: 768px) {
  .jobs .jobs-card small,
  .single-job .jobs-card small {
    font-size: calc(14 / 375 * 100vw);
  }
}
.jobs .job-detail__title,
.single-job .job-detail__title {
  color: #f8738a;
  font-size: clamp(24px, 24px + (30 - 24) * (100vw - 375px) / (1440 - 375), 30px);
}
@media print, screen and (max-width: 768px) {
  .jobs .job-detail__title,
  .single-job .job-detail__title {
    font-size: calc(24 / 375 * 100vw);
  }
}
.jobs .job-detail__title,
.single-job .job-detail__title {
  font-weight: 600;
  margin-bottom: 1rem;
}
.jobs .job-detail__item,
.single-job .job-detail__item {
  display: none;
}
.jobs .job-detail__item.is-show,
.single-job .job-detail__item.is-show {
  display: block;
}
.jobs .job-detail__item dl,
.single-job .job-detail__item dl {
  border-top: 1px solid #cdcdcd;
}
@media screen and (max-width: 768px) {
  .jobs .job-detail__item dl,
  .single-job .job-detail__item dl {
    border-top: none;
    border-bottom: 1px solid #cdcdcd;
  }
}
.jobs .job-detail__item div,
.single-job .job-detail__item div {
  display: grid;
  grid-template-columns: 22rem 1fr;
  font-size: clamp(15px, 15px + (18 - 15) * (100vw - 375px) / (1440 - 375), 18px);
}
@media print, screen and (max-width: 768px) {
  .jobs .job-detail__item div,
  .single-job .job-detail__item div {
    font-size: calc(15 / 375 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .jobs .job-detail__item div,
  .single-job .job-detail__item div {
    grid-template-columns: 1fr;
  }
}
.jobs .job-detail__item dt,
.single-job .job-detail__item dt {
  background: #fb97a8;
  color: #fff;
  padding: 2rem 3rem;
  font-weight: 500;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .jobs .job-detail__item dt,
  .single-job .job-detail__item dt {
    padding: 1rem;
    border: none;
  }
}
.jobs .job-detail__item dd,
.single-job .job-detail__item dd {
  padding: 2rem 3rem;
  border-bottom: 1px solid #cdcdcd;
}
@media screen and (max-width: 768px) {
  .jobs .job-detail__item dd,
  .single-job .job-detail__item dd {
    padding: 1rem;
  }
}
.jobs .job-btn,
.single-job .job-btn {
  margin: 9rem auto 0;
}
@media screen and (max-width: 768px) {
  .jobs .job-btn,
  .single-job .job-btn {
    margin: 3rem auto 0;
  }
}

.job-detail__item {
  display: none;
}

.job-detail__item.is-show {
  display: block;
}

/* ========================================
status-page
thanks/404
======================================== */
.status-page {
  position: relative;
  padding: 8rem 0 8rem;
  background: url("../img/common/status_bg.png");
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: right;
  display: flex;
  align-items: center;
}
@media print, screen and (max-width: 768px) {
  .status-page {
    padding: 7rem 0 6rem;
  }
}
.status-page__main {
  min-height: 100vh;
  padding-top: 9rem;
}
.status-page__bg {
  position: absolute;
  z-index: -1;
}
.status-page__bg video {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.status-page__bg::after {
  content: "";
  position: fixed;
  inset: 0;
  background: rgba(255, 255, 255, 0.18);
  pointer-events: none;
}
.status-page__content {
  text-align: center;
}
@media print, screen and (max-width: 1200px) {
  .status-page__content {
    padding: 0 2rem 0 14rem;
  }
}
@media print, screen and (max-width: 768px) {
  .status-page__content {
    padding: 0 2rem;
  }
}
.status-page__icon {
  position: relative;
  width: 18rem;
  height: 18rem;
  margin: 0 auto 2rem;
  border: 1.4rem solid #fb97a8;
  border-radius: 50%;
  background: #fff;
  opacity: 0.4;
}
@media print, screen and (max-width: 768px) {
  .status-page__icon {
    width: 6rem;
    height: 6rem;
    border-width: 0.5rem;
    margin: 0 auto 1rem;
  }
}
.status-page__icon span {
  position: absolute;
  left: 50%;
  top: 47%;
  width: 7rem;
  height: 3.5rem;
  border-left: 1.2rem solid #fb97a8;
  border-bottom: 1.2rem solid #fb97a8;
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media print, screen and (max-width: 768px) {
  .status-page__icon span {
    width: 2.4rem;
    height: 1.8rem;
    border-width: 0.4rem;
    top: 40%;
  }
}
.status-page__text {
  margin-top: 3rem;
  font-weight: 600;
  line-height: 2.2;
}
@media print, screen and (max-width: 768px) {
  .status-page__text {
    font-size: 1.4rem;
    margin-top: 1rem;
  }
}
.status-page__btn {
  margin: 3rem auto 0;
}

/* ====================================================
component
==================================================== */
/* ====================================================
copyright
==================================================== */
.c-copyright {
  text-align: center;
  font-weight: 400;
  color: #9e9e9e;
  font-size: clamp(12px, 12px + (12 - 12) * (100vw - 375px) / (1440 - 375), 12px);
}
@media print, screen and (max-width: 768px) {
  .c-copyright {
    font-size: calc(12 / 375 * 100vw);
  }
}
.thanks .c-copyright, .error404 .c-copyright {
  color: #fff;
}

/* ====================================================
電話 PC時のみ無効化
==================================================== */
@media print, screen and (min-width: 768px) {
  .c-tel-link {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: inherit;
  }
}
/* ====================================================
project
==================================================== */
/* -----------------------------------------------
inner
----------------------------------------------- */
.p-inner {
  width: min(calc(100% - 4rem), var(--inner-width));
  margin-inline: auto;
  padding-inline: 2rem;
  margin-inline: auto;
  --inner-width: 108.6rem;
}
@media print, screen and (max-width: 1200px) {
  .p-inner {
    width: 100%;
    padding-inline: 2.5rem;
  }
}
.p-inner--920 {
  --inner-width: 92rem;
}
@media print, screen and (max-width: 1200px) {
  .p-inner--920 {
    width: 100%;
    padding-inline: 2.5rem;
  }
}
.p-inner--1220 {
  --inner-width: 122rem;
}
@media print, screen and (max-width: 768px) {
  .p-inner--1220 {
    --inner-width: 100%;
  }
}
@media print, screen and (max-width: 768px) {
  .p-inner--sp-full {
    padding-inline: 0;
  }
}

/* -----------------------------------------------
link
----------------------------------------------- */
.p-sns {
  margin-top: 3rem;
  display: flex;
  justify-content: center;
  gap: 1.4rem;
}
@media print, screen and (max-width: 768px) {
  .p-sns {
    margin-top: 2rem;
  }
}
.p-sns a {
  width: 3.2rem;
  height: 3.2rem;
  display: block;
}
.p-sns a > img {
  width: 100%;
}

/* -----------------------------------------------
btn
----------------------------------------------- */
.c-btn {
  text-align: center;
  border-radius: 0.5rem;
  padding: 2rem 3rem 2rem 1rem;
  background-color: #fb97a8;
  display: block;
  color: #fff;
  font-weight: 600;
  font-size: clamp(16px, 16px + (26 - 16) * (100vw - 375px) / (1440 - 375), 26px);
}
@media print, screen and (max-width: 768px) {
  .c-btn {
    font-size: calc(16 / 375 * 100vw);
  }
}
.c-btn {
  width: 53rem;
  background-image: url(../img/common/icon-arrow-w.svg);
  background-repeat: no-repeat;
  background-position: center right 3rem;
  background-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .c-btn {
    width: 90%;
    padding: 1.5rem 3rem 1.5rem 1rem;
    background-size: 1.2rem;
  }
}
.c-btn--lg {
  width: 53rem;
  font-size: clamp(16px, 16px + (26 - 16) * (100vw - 375px) / (1440 - 375), 26px);
}
@media print, screen and (max-width: 768px) {
  .c-btn--lg {
    font-size: calc(16 / 375 * 100vw);
  }
}
@media print, screen and (max-width: 768px) {
  .c-btn--lg {
    width: 90%;
  }
}
.c-btn--md {
  width: 35rem;
  font-size: clamp(16px, 16px + (17 - 16) * (100vw - 375px) / (1440 - 375), 17px);
}
@media print, screen and (max-width: 768px) {
  .c-btn--md {
    font-size: calc(16 / 375 * 100vw);
  }
}
@media print, screen and (max-width: 768px) {
  .c-btn--md {
    width: 90%;
  }
}

.c-subbtn {
  width: -moz-fit-content;
  width: fit-content;
  margin: 2rem auto 0;
  padding: 1.2rem 2.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  border-radius: 999px;
  background: #fff;
  border: 2px solid #d0c38e;
  color: #917f36;
  font-weight: 600;
  font-size: clamp(14px, 14px + (15 - 14) * (100vw - 375px) / (1440 - 375), 15px);
}
@media print, screen and (max-width: 768px) {
  .c-subbtn {
    font-size: calc(14 / 375 * 100vw);
  }
}
.c-subbtn {
  text-decoration: none;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .c-subbtn {
    height: 4.5rem;
    margin: 2rem auto 0;
    gap: 1rem;
    width: 90%;
    padding: 1.5rem 1rem 1.5rem 2rem;
  }
}
.c-subbtn span {
  position: relative;
  width: 0.8rem;
  height: 0.8rem;
}
.c-subbtn span::before {
  content: "";
  position: absolute;
  inset: 0;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
}
.c-subbtn:hover {
  background: #917f36;
  color: #fff;
}

/* ====================================================
indent
==================================================== */
.u-indent {
  padding-left: 1em;
  text-indent: -1em;
  font-size: clamp(15px, 15px + (16 - 15) * (100vw - 375px) / (1440 - 375), 16px);
}
@media print, screen and (max-width: 768px) {
  .u-indent {
    font-size: calc(15 / 375 * 100vw);
  }
}

/* ====================================================
text
==================================================== */
.u-center {
  text-align: center;
}

.u-bold {
  font-weight: 600;
}

/* ====================================================
font
==================================================== */
.u-ft-serif {
  font-family: "Noto Serif JP", serif;
}

.u-ft-roboto {
  font-family: "Roboto", sans-serif;
}

.u-ft-zenmaru {
  font-family: "Zen Maru Gothic", sans-serif;
}

.u-text-xxs {
  font-size: 0.4em;
}

.u-text-xs {
  font-size: 0.5em;
}

.u-text-sm {
  font-size: 0.75em;
}

.u-text-md {
  font-size: 1em;
}

.u-text-lg {
  font-size: 1.25em;
}

.u-left {
  text-align: left;
}

.u-right {
  text-align: right;
}

.u-center {
  text-align: center;
}

/* ====================================================
font-size
==================================================== */
.u-fs12 {
  font-size: clamp(12px, 12px + (12 - 12) * (100vw - 375px) / (1440 - 375), 12px);
}
@media print, screen and (max-width: 768px) {
  .u-fs12 {
    font-size: calc(12 / 375 * 100vw);
  }
}

.u-fs13 {
  font-size: clamp(13px, 13px + (13 - 13) * (100vw - 375px) / (1440 - 375), 13px);
}
@media print, screen and (max-width: 768px) {
  .u-fs13 {
    font-size: calc(13 / 375 * 100vw);
  }
}

.u-fs14 {
  font-size: clamp(14px, 14px + (14 - 14) * (100vw - 375px) / (1440 - 375), 14px);
}
@media print, screen and (max-width: 768px) {
  .u-fs14 {
    font-size: calc(14 / 375 * 100vw);
  }
}

.u-fs15 {
  font-size: clamp(15px, 15px + (15 - 15) * (100vw - 375px) / (1440 - 375), 15px);
}
@media print, screen and (max-width: 768px) {
  .u-fs15 {
    font-size: calc(15 / 375 * 100vw);
  }
}

.u-fs16 {
  font-size: clamp(16px, 16px + (16 - 16) * (100vw - 375px) / (1440 - 375), 16px);
}
@media print, screen and (max-width: 768px) {
  .u-fs16 {
    font-size: calc(16 / 375 * 100vw);
  }
}

.u-fs17 {
  font-size: clamp(17px, 17px + (17 - 17) * (100vw - 375px) / (1440 - 375), 17px);
}
@media print, screen and (max-width: 768px) {
  .u-fs17 {
    font-size: calc(17 / 375 * 100vw);
  }
}

.u-fs18 {
  font-size: clamp(18px, 18px + (18 - 18) * (100vw - 375px) / (1440 - 375), 18px);
}
@media print, screen and (max-width: 768px) {
  .u-fs18 {
    font-size: calc(18 / 375 * 100vw);
  }
}

.u-fs19 {
  font-size: clamp(19px, 19px + (19 - 19) * (100vw - 375px) / (1440 - 375), 19px);
}
@media print, screen and (max-width: 768px) {
  .u-fs19 {
    font-size: calc(19 / 375 * 100vw);
  }
}

.u-fs20 {
  font-size: clamp(20px, 20px + (20 - 20) * (100vw - 375px) / (1440 - 375), 20px);
}
@media print, screen and (max-width: 768px) {
  .u-fs20 {
    font-size: calc(20 / 375 * 100vw);
  }
}

.u-fs21 {
  font-size: clamp(21px, 21px + (21 - 21) * (100vw - 375px) / (1440 - 375), 21px);
}
@media print, screen and (max-width: 768px) {
  .u-fs21 {
    font-size: calc(21 / 375 * 100vw);
  }
}

.u-fs22 {
  font-size: clamp(22px, 22px + (22 - 22) * (100vw - 375px) / (1440 - 375), 22px);
}
@media print, screen and (max-width: 768px) {
  .u-fs22 {
    font-size: calc(22 / 375 * 100vw);
  }
}

.u-fs23 {
  font-size: clamp(23px, 23px + (23 - 23) * (100vw - 375px) / (1440 - 375), 23px);
}
@media print, screen and (max-width: 768px) {
  .u-fs23 {
    font-size: calc(23 / 375 * 100vw);
  }
}

.u-fs24 {
  font-size: clamp(24px, 24px + (24 - 24) * (100vw - 375px) / (1440 - 375), 24px);
}
@media print, screen and (max-width: 768px) {
  .u-fs24 {
    font-size: calc(24 / 375 * 100vw);
  }
}

.u-fs25 {
  font-size: clamp(25px, 25px + (25 - 25) * (100vw - 375px) / (1440 - 375), 25px);
}
@media print, screen and (max-width: 768px) {
  .u-fs25 {
    font-size: calc(25 / 375 * 100vw);
  }
}

.u-fs26 {
  font-size: clamp(26px, 26px + (26 - 26) * (100vw - 375px) / (1440 - 375), 26px);
}
@media print, screen and (max-width: 768px) {
  .u-fs26 {
    font-size: calc(26 / 375 * 100vw);
  }
}

.u-fs27 {
  font-size: clamp(27px, 27px + (27 - 27) * (100vw - 375px) / (1440 - 375), 27px);
}
@media print, screen and (max-width: 768px) {
  .u-fs27 {
    font-size: calc(27 / 375 * 100vw);
  }
}

.u-fs28 {
  font-size: clamp(28px, 28px + (28 - 28) * (100vw - 375px) / (1440 - 375), 28px);
}
@media print, screen and (max-width: 768px) {
  .u-fs28 {
    font-size: calc(28 / 375 * 100vw);
  }
}

.u-fs29 {
  font-size: clamp(29px, 29px + (29 - 29) * (100vw - 375px) / (1440 - 375), 29px);
}
@media print, screen and (max-width: 768px) {
  .u-fs29 {
    font-size: calc(29 / 375 * 100vw);
  }
}

.u-fs30 {
  font-size: clamp(30px, 30px + (30 - 30) * (100vw - 375px) / (1440 - 375), 30px);
}
@media print, screen and (max-width: 768px) {
  .u-fs30 {
    font-size: calc(30 / 375 * 100vw);
  }
}

@media print, screen and (max-width: 768px) {
  .u-fs10-sp {
    font-size: clamp(10px, 10px + (10 - 10) * (100vw - 375px) / (1440 - 375), 10px);
  }
}
@media print, screen and (max-width: 768px) and (max-width: 768px) {
  .u-fs10-sp {
    font-size: calc(10 / 375 * 100vw);
  }
}

@media print, screen and (max-width: 768px) {
  .u-fs11-sp {
    font-size: clamp(11px, 11px + (11 - 11) * (100vw - 375px) / (1440 - 375), 11px);
  }
}
@media print, screen and (max-width: 768px) and (max-width: 768px) {
  .u-fs11-sp {
    font-size: calc(11 / 375 * 100vw);
  }
}

@media print, screen and (max-width: 768px) {
  .u-fs12-sp {
    font-size: clamp(12px, 12px + (12 - 12) * (100vw - 375px) / (1440 - 375), 12px);
  }
}
@media print, screen and (max-width: 768px) and (max-width: 768px) {
  .u-fs12-sp {
    font-size: calc(12 / 375 * 100vw);
  }
}

@media print, screen and (max-width: 768px) {
  .u-fs13-sp {
    font-size: clamp(13px, 13px + (13 - 13) * (100vw - 375px) / (1440 - 375), 13px);
  }
}
@media print, screen and (max-width: 768px) and (max-width: 768px) {
  .u-fs13-sp {
    font-size: calc(13 / 375 * 100vw);
  }
}

@media print, screen and (max-width: 768px) {
  .u-fs14-sp {
    font-size: clamp(14px, 14px + (14 - 14) * (100vw - 375px) / (1440 - 375), 14px);
  }
}
@media print, screen and (max-width: 768px) and (max-width: 768px) {
  .u-fs14-sp {
    font-size: calc(14 / 375 * 100vw);
  }
}

@media print, screen and (max-width: 768px) {
  .u-fs15-sp {
    font-size: clamp(15px, 15px + (15 - 15) * (100vw - 375px) / (1440 - 375), 15px);
  }
}
@media print, screen and (max-width: 768px) and (max-width: 768px) {
  .u-fs15-sp {
    font-size: calc(15 / 375 * 100vw);
  }
}

@media print, screen and (max-width: 768px) {
  .u-fs16-sp {
    font-size: clamp(16px, 16px + (16 - 16) * (100vw - 375px) / (1440 - 375), 16px);
  }
}
@media print, screen and (max-width: 768px) and (max-width: 768px) {
  .u-fs16-sp {
    font-size: calc(16 / 375 * 100vw);
  }
}

@media print, screen and (max-width: 768px) {
  .u-fs17-sp {
    font-size: clamp(17px, 17px + (17 - 17) * (100vw - 375px) / (1440 - 375), 17px);
  }
}
@media print, screen and (max-width: 768px) and (max-width: 768px) {
  .u-fs17-sp {
    font-size: calc(17 / 375 * 100vw);
  }
}

@media print, screen and (max-width: 768px) {
  .u-fs18-sp {
    font-size: clamp(18px, 18px + (18 - 18) * (100vw - 375px) / (1440 - 375), 18px);
  }
}
@media print, screen and (max-width: 768px) and (max-width: 768px) {
  .u-fs18-sp {
    font-size: calc(18 / 375 * 100vw);
  }
}

@media print, screen and (max-width: 768px) {
  .u-fs19-sp {
    font-size: clamp(19px, 19px + (19 - 19) * (100vw - 375px) / (1440 - 375), 19px);
  }
}
@media print, screen and (max-width: 768px) and (max-width: 768px) {
  .u-fs19-sp {
    font-size: calc(19 / 375 * 100vw);
  }
}

@media print, screen and (max-width: 768px) {
  .u-fs20-sp {
    font-size: clamp(20px, 20px + (20 - 20) * (100vw - 375px) / (1440 - 375), 20px);
  }
}
@media print, screen and (max-width: 768px) and (max-width: 768px) {
  .u-fs20-sp {
    font-size: calc(20 / 375 * 100vw);
  }
}

@media print, screen and (max-width: 768px) {
  .u-fs21-sp {
    font-size: clamp(21px, 21px + (21 - 21) * (100vw - 375px) / (1440 - 375), 21px);
  }
}
@media print, screen and (max-width: 768px) and (max-width: 768px) {
  .u-fs21-sp {
    font-size: calc(21 / 375 * 100vw);
  }
}

@media print, screen and (max-width: 768px) {
  .u-fs22-sp {
    font-size: clamp(22px, 22px + (22 - 22) * (100vw - 375px) / (1440 - 375), 22px);
  }
}
@media print, screen and (max-width: 768px) and (max-width: 768px) {
  .u-fs22-sp {
    font-size: calc(22 / 375 * 100vw);
  }
}

@media print, screen and (max-width: 768px) {
  .u-fs23-sp {
    font-size: clamp(23px, 23px + (23 - 23) * (100vw - 375px) / (1440 - 375), 23px);
  }
}
@media print, screen and (max-width: 768px) and (max-width: 768px) {
  .u-fs23-sp {
    font-size: calc(23 / 375 * 100vw);
  }
}

@media print, screen and (max-width: 768px) {
  .u-fs24-sp {
    font-size: clamp(24px, 24px + (24 - 24) * (100vw - 375px) / (1440 - 375), 24px);
  }
}
@media print, screen and (max-width: 768px) and (max-width: 768px) {
  .u-fs24-sp {
    font-size: calc(24 / 375 * 100vw);
  }
}

@media print, screen and (max-width: 768px) {
  .u-fs25-sp {
    font-size: clamp(25px, 25px + (25 - 25) * (100vw - 375px) / (1440 - 375), 25px);
  }
}
@media print, screen and (max-width: 768px) and (max-width: 768px) {
  .u-fs25-sp {
    font-size: calc(25 / 375 * 100vw);
  }
}

@media print, screen and (max-width: 768px) {
  .u-fs26-sp {
    font-size: clamp(26px, 26px + (26 - 26) * (100vw - 375px) / (1440 - 375), 26px);
  }
}
@media print, screen and (max-width: 768px) and (max-width: 768px) {
  .u-fs26-sp {
    font-size: calc(26 / 375 * 100vw);
  }
}

@media print, screen and (max-width: 768px) {
  .u-fs27-sp {
    font-size: clamp(27px, 27px + (27 - 27) * (100vw - 375px) / (1440 - 375), 27px);
  }
}
@media print, screen and (max-width: 768px) and (max-width: 768px) {
  .u-fs27-sp {
    font-size: calc(27 / 375 * 100vw);
  }
}

@media print, screen and (max-width: 768px) {
  .u-fs28-sp {
    font-size: clamp(28px, 28px + (28 - 28) * (100vw - 375px) / (1440 - 375), 28px);
  }
}
@media print, screen and (max-width: 768px) and (max-width: 768px) {
  .u-fs28-sp {
    font-size: calc(28 / 375 * 100vw);
  }
}

@media print, screen and (max-width: 768px) {
  .u-fs29-sp {
    font-size: clamp(29px, 29px + (29 - 29) * (100vw - 375px) / (1440 - 375), 29px);
  }
}
@media print, screen and (max-width: 768px) and (max-width: 768px) {
  .u-fs29-sp {
    font-size: calc(29 / 375 * 100vw);
  }
}

@media print, screen and (max-width: 768px) {
  .u-fs30-sp {
    font-size: clamp(30px, 30px + (30 - 30) * (100vw - 375px) / (1440 - 375), 30px);
  }
}
@media print, screen and (max-width: 768px) and (max-width: 768px) {
  .u-fs30-sp {
    font-size: calc(30 / 375 * 100vw);
  }
}

/* ====================================================
color
==================================================== */
.u-txc--gold {
  color: #9b8944;
}

/* ====================================================
list
==================================================== */
.u-list-dot {
  list-style: disc;
  padding-left: 1.5em;
}

/* ====================================================
padding
==================================================== */
.u-pl10 {
  padding-left: 1rem;
}

.u-pl20 {
  padding-left: 2rem;
}

.u-pl30 {
  padding-left: 3rem;
}

.u-pl40 {
  padding-left: 4rem;
}

.u-pl50 {
  padding-left: 5rem;
}

.u-pl60 {
  padding-left: 6rem;
}

.u-pl70 {
  padding-left: 7rem;
}

@media print, screen and (max-width: 768px) {
  .u-pl10-sp {
    padding-left: 1rem;
  }
  .u-pl20-sp {
    padding-left: 2rem;
  }
}
/* ====================================================
width
==================================================== */
@media print, screen and (max-width: 768px) {
  .u-full-sp {
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    width: 100vw;
  }
}
/* ====================================================
margin
==================================================== */
.u-mt10 {
  margin-top: 1rem;
}

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

.u-mt30 {
  margin-top: 3rem;
}

.u-mt40 {
  margin-top: 4rem;
}

.u-mt50 {
  margin-top: 5rem;
}

.u-mt60 {
  margin-top: 6rem;
}

.u-mt70 {
  margin-top: 7rem;
}

.u-mt80 {
  margin-top: 8rem;
}

.u-mt90 {
  margin-top: 9rem;
}

.u-mt100 {
  margin-top: 8rem;
}

.u-mlr-auto {
  margin-left: auto;
  margin-right: auto;
}

.u-mtb100 {
  margin-top: 10rem;
  margin-bottom: 10rem;
}

@media print, screen and (max-width: 768px) {
  .u-mt10-sp {
    margin-top: 1rem;
  }
  .u-mt20-sp {
    margin-top: 2rem;
  }
  .u-mt30-sp {
    margin-top: 3rem;
  }
  .u-mt40-sp {
    margin-top: 4rem;
  }
  .u-mt50-sp {
    margin-top: 5rem;
  }
  .u-mt60-sp {
    margin-top: 6rem;
  }
  .u-mt70-sp {
    margin-top: 7rem;
  }
  .u-mt80-sp {
    margin-top: 8rem;
  }
  .u-mt90-sp {
    margin-top: 9rem;
  }
  .u-mt100-sp {
    margin-top: 10rem;
  }
}/*# sourceMappingURL=style.css.map */