html {
  scroll-behavior: smooth;
}

body {
  font-family: "Kosugi Maru", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.sticky {
  background-color: #FFE5F1;
}

.english {
  font-family: "Quicksand", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-transform: uppercase;
}

.bg-pattern {
  background: url(/assets/img/bg_pattern.svg), #F5F7FA;
}

.text-primary {
  color: #FFB903;
}

.bg-primary {
  background-color: #FFB903;
}
.bg-maple {
  background: url(../../assets/img/common/bg_contact.webp) repeat center -25% / 10%;
}
.bg-sub {
  --tw-bg-opacity: 1;
  background-color: rgb(255 185 3 / var(--tw-bg-opacity));
}
.bg-maple-transparent {
  background: url(../../assets/img/common/bg_about.webp) repeat left top / 16%;
}
.border-primary {
  border-color: #FFB903;
  background-image: linear-gradient(#fff 100%, #FFB903 100%);
}

.border-primary-button {
  border-color: #FFB903;
  background-size: 16px 2px;
  background-image: linear-gradient(to right, #FFB903, #FFB903 8px, transparent 8px, transparent 16px);
  background-repeat: repeat-x;
  background-position-y: bottom;
}

.border--dot {
  border-color: #FFB903;
  background-size: 16px 2px;
  background-image: linear-gradient(to right, #FFB903, #FFB903 8px, transparent 8px, transparent 16px);
  background-repeat: repeat-x;
  background-position-y: bottom;
}

.border-other {
  border-color: #FFB903;
}

.text-secondary {
  color: #9D7100;
}

.bg-secondary {
  background-color: #9D7100;
}

.bg-btn {
  background-color: #FFB903;
  border: 2px solid #FFB903;
}

.bg-btn:hover {
  background-color: #FFFFFF;
}

.bg-btn_secondary {
  background-color: #DEA200;
  border: 2px solid #DEA200;
}

.font-family {
  font-family: "Kosugi Maru", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.gmap iframe {
  width: 100%;
  aspect-ratio: 16/9;
}

.bg-contact {
  background-color: #F4EFE0;
  background-image: url(/assets/img/common/bg_contact_left.svg), url(/assets/img/common/bg_contact_right.svg);
  background-repeat: no-repeat, no-repeat;
  background-position: left, right;
  background-size: contain, contain;
}

.bg-entry {
  background-image: url(/assets/img/common/bg_entry_left.svg), url(/assets/img/common/bg_entry_right.svg);
  background-repeat: no-repeat, no-repeat;
  background-position: left, right;
  background-size: contain, contain;
}

.p-line {
  border: 0.5px solid #CCCCCC;
}

.navi-pdf .pdf-box {
  justify-content: space-between;
  display: flex;
  padding: 40px 16px;
  font-size: 12px;
  background-color: #FCFAF2;
  margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
  .navi-pdf .pdf-box.recruit {
    justify-content: center;
  }
}


.navi-pdf .pdf-box .item--icon .link{
flex-direction: column-reverse;
}

@media screen and (min-width: 768px) {
  .navi-pdf .pdf-box {
    padding: 56px 120px;
    margin-bottom: 48px;
    font-size: medium;
  }
  .navi-pdf .pdf-box .item--icon .link{
    flex-direction: row;
    }
}

@media screen and (max-width: 640px) {
  .bg-contact, .bg-entry {
    background-position: -160px, 160px;
  }
}

.btn-anchor {
  background-image: url(/assets/img/common/ico_arrow-b.svg);
  background-repeat: no-repeat;
  background-position: center bottom;
}

a:has(.btn-anchor) {
  box-shadow: 0 2px #FFB903;
}

@media screen and (max-width: 640px) {
  .btn-anchor {
    background-position: 98% center;
    background-size: 1rem;
  }
}

.pc_ver .card-contents.-cardnum3 {
  padding: 0;
  justify-content: start;
}

.pc_ver .keen-slider__slide.card-contents.-cardnum3 {
  min-width: calc(30% - 0px) !important;
  border-radius: 10px;
}

.keen-slider__slide.card-contents>.img-container {
  padding-bottom: 75%;
}

.pc_ver .card-container {
  height: auto;
}

.cardtxt {
  padding: 0 20px 20px;
}

.sp_ver {
  display: none;
}

.sp_ver .modal__content {
  flex-direction: column;
}

.sp_ver .modal__content .innerleft img {
  max-width: 100%;
}

.sp_ver .modal__content .innerright div {
  margin-left: 0;
  margin-top: 10px;
}

.sp_ver .modal__content .innerright time {
  margin-left: 10px;
  margin-top: 10px;
}

.sp_ver .card-container {
  height: auto;
  padding: 30px;
}

.sp_ver .card-container .card-wrapper {
  height: 1050px !important;
}

.sp_ver .card-container>.card-wrapper {
  border: none;
}

.sp_ver .card-wrapper>.card-contents {
  padding: 0;
  border-radius: 10px;
  overflow: hidden;
}

.sp_ver .cardcaption {
  padding: 10px;
}

.sp_ver .cardcaption .text {
  padding-top: 10px;
}

@media screen and (max-width: 640px) {
  .pc_ver {
    display: none;
  }

  .sp_ver {
    display: block;
  }
}

/* .swiper {
  padding-bottom: 40px;
} */

.mv01 .swiper-button-prev,
.mv01 .swiper-button-next {
  opacity: 0;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  --swiper-navigation-color: #FFB903;
}

.swiper-horizontal>.swiper-pagination-horizontal>.swiper-pagination-bullet,
.swiper-pagination-bullet-active {
  background-color: #FFB903;
  margin: 0 8px;
}

#instafeed img,
#instafeed video {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}

@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

.item--icon .link {
  display: flex;
  align-items: center;
  gap: 5px;
}

@media screen and (min-width: 768px) {
  .item--icon .link {
    gap: 12px;
  }
}

.item--icon .link .icon {
  width: 1.5em;
  height: 1.5em;
  background: url(../../assets/img/common/icon_pdf.svg) no-repeat center / 100%;
}

.header__logo {
  max-width: 260px;
}

@media screen and (min-width: 768px) {
  .header__logo {
    max-width: 380px;
  }
}

.heading-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 1.5em;
}

@media screen and (min-width: 768px) {
  .heading-box {
    margin-bottom: 3.8em;
  }
}

.heading-box.contact {
  margin-bottom: 1em;
}

@media screen and (min-width: 768px) {
  .heading-box.contact {
    margin-bottom: 2em;
  }
}

.heading-box .english {
  font-size: 32px;
}

@media screen and (min-width: 768px) {
  .heading-box .english {
    font-size: 64px;
  }
}

.heading-box .heading {
  margin-top: 4px;
  font-size: 16px;
}

@media screen and (min-width: 768px) {
  .heading-box .heading {
    font-size: 18px;
  }
}

.heading-box.heading--illustration {
  flex-direction: row;
  align-items: flex-start;
  gap: 1em;
}

@media screen and (min-width: 768px) {
  .heading-box.heading--illustration {
    gap: 56px;
  }
}

.heading-box.heading--illustration .inner {
  text-align: center;
}

.heading-box.heading--illustration .illustration {
  width: 60px;
  height: 60px;
  background: url(../../assets/img/common/img_about_left.webp) no-repeat center / 100%;
}

@media screen and (min-width: 768px) {
  .heading-box.heading--illustration .illustration {
    width: 80px;
    height: 80px;
  }
}

.heading-box.heading--illustration .illustration.right {
  width: 60px;
  height: 60px;
  background: url(../../assets/img/common/img_about_right.webp) no-repeat center / 100%;
}

@media screen and (min-width: 768px) {
  .heading-box.heading--illustration .illustration.right {
    width: 80px;
    height: 80px;
  }
}

.heading-box.heading--illustration.features .illustration {
  background: url(../../assets/img/common/img_features_left.webp) no-repeat center / 100%;
}

.heading-box.heading--illustration.features .illustration.right {
  background: url(../../assets/img/common/img_features_right.webp) no-repeat center / 100%;
}


.heading-box.heading--policy .english {
  font-size: 16px;
}

@media screen and (min-width: 768px) {
  .heading-box.heading--policy .english {
    font-size: 18px;
  }
}

.heading-box.heading--policy .heading {
  margin-top: 4px;
  font-size: 24px;
  font-family: "Quicksand", "Kosugi Maru", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

@media screen and (min-width: 768px) {
  .heading-box.heading--policy .heading {
    font-size: 30px;
  }
}

.heading-box.heading--policy .english {
  text-transform: none !important;
}


@media screen and (min-width: 1024px) {
  .hamburger__drawer {
    display: contents;
  }
}

.sns__icon {
  width: 50px;
}

@media screen and (min-width: 1200px) {
  footer .navi ul {
    gap: 32px;
  }
}