@charset "UTF-8";
/* ----------------------------------------------------------------------------------------------------
*  基本情報
* --------------------------------------------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+Antique:wght@300;400;500;700;900&display=swap");
/* Sass Document */
html,
body {
  height: 100%;
  /* scroll-behavior: smooth; */
}

html {
  font-size: 62.5%;
  overflow-y: scroll;
}
@media screen and (max-width: 767.98px) {
  html {
    width: 100%;
  }
}

body {
  -webkit-text-size-adjust: 100%;
  width: 100%;
  color: #000;
  min-width: 1280px;
  font-weight: 500;
}
@media screen and (max-width: 767.98px) {
  body {
    min-width: inherit;
  }
}
body.locked {
  position: fixed;
  width: 100%;
  overflow: hidden;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
address,
ul,
ol,
li,
dl,
dt,
dd,
table,
th,
td,
img,
form {
  margin: 0;
  padding: 0;
  border: none;
  list-style-type: none;
  font-style: normal;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  letter-spacing: 0.1em;
}

* {
  box-sizing: border-box;
  line-break: strict;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

@media screen and (max-width: 767.98px) {
  html {
    font-size: 2.6666vw;
  }
}
@media (min-width: 768px) {
  a[href*="tel:"] {
    text-decoration: none;
    cursor: default;
    pointer-events: none;
  }
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

picture,
figure {
  display: block;
  margin: 0;
}

.l-footer {
  background: url(../img/common/bg_footer.jpg) no-repeat center center/cover;
  padding-top: 102px;
  padding-bottom: 28px;
}
@media screen and (max-width: 767.98px) {
  .l-footer {
    background-image: url(../img/common/bg_footer_sp.jpg);
    padding: 4.5rem 0 3rem;
  }
}
.l-footer * {
  color: #fff;
}

@media screen and (max-width: 767.98px) {
  .l-footer__logo-wrapper {
    text-align: center;
  }
}
.l-footer__logo-wrapper .c-catch {
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 17px;
  letter-spacing: 0.09em;
}
@media screen and (max-width: 767.98px) {
  .l-footer__logo-wrapper .c-catch {
    font-size: 1.15rem;
  }
}

.l-footer__logo {
  width: 298px;
}
@media screen and (max-width: 767.98px) {
  .l-footer__logo {
    width: 182px;
    margin: 0 auto;
  }
}
.l-footer__logo img {
  width: 100%;
  height: auto;
}

.l-footer__inner {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 767.98px) {
  .l-footer__inner {
    padding: 0 2rem;
  }
}

.l-footer-nav {
  margin-top: 83px;
  display: flex;
}
@media screen and (max-width: 767.98px) {
  .l-footer-nav {
    margin-top: 3.7rem;
    display: block;
  }
}

.l-footer-nav__list {
  font-weight: 700;
}
.l-footer-nav__list.--main {
  font-size: 2.1rem;
}
@media screen and (max-width: 767.98px) {
  .l-footer-nav__list.--main {
    font-size: 1.53rem;
  }
}
.l-footer-nav__list.--main .l-footer-nav__item + .l-footer-nav__item {
  margin-top: 14px;
}
.l-footer-nav__list.--sub {
  font-size: 1.8rem;
  margin-left: 41px;
}
@media screen and (max-width: 767.98px) {
  .l-footer-nav__list.--sub {
    margin-left: 0;
    font-size: 1.34rem;
    margin-top: 3.7rem;
  }
}
.l-footer-nav__list.--sub .l-footer-nav__item + .l-footer-nav__item {
  margin-top: 25px;
}
@media screen and (max-width: 767.98px) {
  .l-footer-nav__list.--sub .l-footer-nav__item + .l-footer-nav__item {
    margin-top: 1.6rem;
  }
}
.l-footer-nav__list.--sub .l-footer-nav__link::before {
  top: 11px;
}
@media screen and (max-width: 767.98px) {
  .l-footer-nav__list.--sub .l-footer-nav__link::before {
    top: 0.9rem;
  }
}

.l-footer-nav__link {
  color: currentColor;
  text-decoration: none;
  position: relative;
  padding-left: 25px;
  transition: 0.3s opacity;
}
@media screen and (max-width: 767.98px) {
  .l-footer-nav__link {
    padding-left: 1.5rem;
    display: block;
  }
}
@media (any-hover: hover) {
  .l-footer-nav__link:hover {
    opacity: 0.7;
  }
  .l-footer-nav__link:hover::before {
    left: 0.5rem;
  }
}
.l-footer-nav__link::before {
  transition: 0.3s left;
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}
@media screen and (max-width: 767.98px) {
  .l-footer-nav__link::before {
    width: 0.3rem;
    height: 0.3rem;
    top: 1.1rem;
  }
}

.c-copyright {
  font-size: 1.3rem;
  font-weight: 700;
  margin-top: 49px;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767.98px) {
  .c-copyright {
    margin-top: 4rem;
    font-size: 1.05rem;
  }
}

@media screen and (min-width:768px) {
  .p-home .l-footer {
    margin-right: 80px;
    width: 780px;
    margin-left: auto;
  }
  .p-home .l-footer .c-catch {
    text-align: center;
  }
  .p-home .l-footer__logo {
    margin-left: auto;
    margin-right: auto;
  }
  .p-home .l-footer__inner {
    padding-left: 44px;
    padding-right: 44px;
  }
  .p-home .l-footer-nav {
    display: block;
  }
  .p-home .l-footer-nav__list.--sub {
    margin-left: 0;
    margin-top: 51px;
  }
}
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1000;
}
@media screen and (max-width: 767.98px) {
  .l-header {
    background-color: #fff;
    height: 5rem;
  }
  .l-header.is-absolute {
    position: absolute;
    background-color: transparent;
  }
}

.l-header__inner {
  position: relative;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  min-width: 1280px;
}
@media screen and (max-width: 767.98px) {
  .l-header__inner {
    min-width: inherit;
    height: 100%;
    align-items: center;
  }
}

.l-header__logo {
  width: 203px;
  position: relative;
  z-index: 100;
  margin-left: 67px;
  margin-top: 41px;
  display: none;
}
.l-header__logo.is-hide {
  display: none;
}
@media screen and (max-width: 767.98px) {
  .l-header__logo {
    width: 12rem;
    margin: 1rem 0 0 2.1rem;
    display: block;
  }
}
.l-header__logo a {
  transition: 0.3s opacity;
}
@media (any-hover) {
  .l-header__logo a:hover {
    opacity: 0.7;
  }
}
.l-header__logo img {
  width: 100%;
  height: auto;
}

.l-header-sparea {
  display: none;
}
@media screen and (max-width: 767.98px) {
  .l-header-sparea {
    display: flex;
    align-items: center;
    margin-left: auto;
    gap: 0 1.1rem;
    margin-right: 0.9rem;
  }
}

.l-header-sparea .c-link-shop-menu {
  background-color: #d4152d;
  color: #fff;
  text-decoration: none;
  font-size: 1rem;
  padding: 5px 11px;
  border-radius: 5px;
  font-weight: 700;
  box-shadow: 2px 2px 7px 0px rgba(0, 0, 0, 0.2);
}
.l-header-sparea .c-link-insta {
  width: 23px;
  height: 23px;
}

.l-hamburger__wrapper {
  width: 46px;
  text-align: center;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1000;
  pointer-events: auto;
}
@media screen and (max-width: 767.98px) {
  .l-hamburger__wrapper {
    position: relative;
    width: 5rem;
    top: 0;
    right: 0;
  }
}
.l-hamburger__wrapper.is-cross p {
  color: #fff;
}
.l-hamburger__wrapper.is-cross .l-hamburger .c-line {
  background-color: #fff;
}
.l-hamburger__wrapper.is-cross .l-hamburger .c-line:first-of-type {
  top: calc(50% - 1.5px);
  transform: rotate(30deg);
}
.l-hamburger__wrapper.is-cross .l-hamburger .c-line:nth-of-type(2) {
  opacity: 0;
}
.l-hamburger__wrapper.is-cross .l-hamburger .c-line:last-of-type {
  top: calc(50% - 1.5px);
  transform: rotate(-30deg);
}
.l-hamburger__wrapper p {
  margin-top: 5px;
  font-size: 1.3rem;
  color: #666;
  font-weight: 700;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767.98px) {
  .l-hamburger__wrapper p {
    font-size: 0.9rem;
    margin-top: -0.9rem;
  }
}

.l-hamburger {
  position: relative;
  width: 100%;
  height: 23px;
  cursor: pointer;
  border: none;
  background-color: transparent;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767.98px) {
  .l-hamburger {
    height: 3.4rem;
  }
}
.l-hamburger .c-line {
  transition: 0.3s transform, 0.3s top, 0.3s opacity;
  position: absolute;
  height: 3px;
  background-color: #666;
  width: 100%;
  left: 0;
  right: 0;
}
@media screen and (max-width: 767.98px) {
  .l-hamburger .c-line {
    width: 2.6rem;
    margin: 0 auto;
    height: 0.2rem;
  }
}
.l-hamburger .c-line:first-of-type {
  top: 0;
}
@media screen and (max-width: 767.98px) {
  .l-hamburger .c-line:first-of-type {
    top: 28%;
  }
}
.l-hamburger .c-line:nth-of-type(2) {
  top: calc(50% - 1.5px);
}
@media screen and (max-width: 767.98px) {
  .l-hamburger .c-line:nth-of-type(2) {
    top: calc(50% - 1px);
  }
}
.l-hamburger .c-line:last-of-type {
  top: calc(100% - 3px);
}
@media screen and (max-width: 767.98px) {
  .l-hamburger .c-line:last-of-type {
    top: calc(72% - 2px);
  }
}

.l-megamenu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  min-height: 100dvh;
  min-width: 1260px;
  /* display: flex;
  flex-direction: column; */
  transition: 0.6s opacity;
  visibility: hidden;
  opacity: 0;
  height: 100%;
  overflow: auto;
  z-index: 20;
  overscroll-behavior-y: contain;
  pointer-events: none;
}
.l-megamenu * {
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767.98px) {
  .l-megamenu {
    min-width: inherit;
    height: 100svh;
    display: block;
  }
}
.l-megamenu.is-show {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.l-megamenu.is-show .l-megamenu__upper::after {
  opacity: 1;
  -webkit-animation: bgZoomOut 4s forwards;
          animation: bgZoomOut 4s forwards;
}
.l-megamenu.is-show .l-megamenu__bottom::after {
  opacity: 1;
}

.l-megamenu__logo {
  position: absolute;
  width: 203px;
  top: 36px;
  left: 53px;
}
@media screen and (max-width: 767.98px) {
  .l-megamenu__logo {
    top: 1.7rem;
    left: 1.7rem;
    width: 13.7rem;
  }
}

.l-megamenu__upper {
  position: relative;
  flex-shrink: 0;
  overflow: hidden;
}
.l-megamenu__upper::after {
  transition: 0.6s opacity;
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  background: url(../img/common/bg_megamenu_upper.jpg) no-repeat center center/cover;
  opacity: 0;
  transform: scale(1.1);
}
@media screen and (max-width: 767.98px) {
  .l-megamenu__upper::after {
    background-image: url(../img/common/bg_megamenu_upper_sp.jpg);
    min-height: 100svh;
  }
}
.l-megamenu__upper::before {
  z-index: -2;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  background-color: gray;
}

@-webkit-keyframes bgZoomOut {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes bgZoomOut {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.l-megamenu__bottom {
  flex-grow: 1;
  position: relative;
  height: max(630px, 37vw);
}
@media screen and (max-width: 767.98px) {
  .l-megamenu__bottom {
    height: 82vh;
  }
}
.l-megamenu__bottom::after {
  transition: 0.2s opacity;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: url(../img/common/bg_megamenu_bottom.jpg) no-repeat top center/cover;
  opacity: 0;
}
@media screen and (max-width: 767.98px) {
  .l-megamenu__bottom::after {
    background-image: url(../img/common/bg_megamenu_bottom_sp.jpg);
  }
}

.l-megamenu__inner {
  max-width: 1130px;
  padding: 124px 10px 247px;
  margin: 0 auto;
}
@media screen and (max-width: 767.98px) {
  .l-megamenu__inner {
    padding: 7.4rem 0 3.2rem 2.3rem;
    width: 100%;
    max-width: inherit;
    margin: 0;
  }
}

.l-navigation {
  color: #fff;
  font-weight: 700;
  display: flex;
}
@media screen and (max-width: 767.98px) {
  .l-navigation {
    display: block;
  }
}

.l-navigation__list.--main {
  margin-top: 5px;
  flex-grow: 1;
}
.l-navigation__list.--main .l-navigation__item + .l-navigation__item {
  margin-top: 29px;
}
@media screen and (max-width: 767.98px) {
  .l-navigation__list.--main .l-navigation__item + .l-navigation__item {
    margin-top: 0;
  }
}
.l-navigation__list.--main .l-navigation__link {
  padding-left: 22px;
}
@media screen and (max-width: 767.98px) {
  .l-navigation__list.--main .l-navigation__link {
    padding: 1rem 0 1rem 1.6rem;
  }
}
.l-navigation__list.--main .l-navigation__link .u-jp {
  font-size: 2.1rem;
}
@media screen and (max-width: 767.98px) {
  .l-navigation__list.--main .l-navigation__link .u-jp {
    font-size: 1.53rem;
  }
}
.l-navigation__list.--main .l-navigation__link .u-en {
  font-size: 1.3rem;
  color: #b5b5b6;
  display: inline-block;
  margin-left: 30px;
}
@media screen and (max-width: 767.98px) {
  .l-navigation__list.--main .l-navigation__link .u-en {
    margin-left: 1rem;
    font-size: 1.056rem;
  }
}
.l-navigation__list.--sub {
  margin-left: 64px;
  flex-grow: 1;
}
@media screen and (max-width: 767.98px) {
  .l-navigation__list.--sub {
    margin-left: 0;
    margin-top: 10px;
  }
}
.l-navigation__list.--sub .l-navigation__item + .l-navigation__item {
  margin-top: 24px;
}
@media screen and (max-width: 767.98px) {
  .l-navigation__list.--sub .l-navigation__item + .l-navigation__item {
    margin-top: 0;
  }
}
.l-navigation__list.--sub .l-navigation__link {
  padding-left: 22px;
}
@media screen and (max-width: 767.98px) {
  .l-navigation__list.--sub .l-navigation__link {
    padding: 0.7rem 0 0.7rem 1.5rem;
  }
}
.l-navigation__list.--sub .l-navigation__link .u-jp {
  font-size: 1.8rem;
}
@media screen and (max-width: 767.98px) {
  .l-navigation__list.--sub .l-navigation__link .u-jp {
    font-size: 1.3rem;
    letter-spacing: 0.1em;
  }
}
.l-navigation__list.--sub .l-navigation__link .u-en {
  font-size: 1.3rem;
  color: #b5b5b6;
  display: inline-block;
  margin-left: 30px;
}
@media screen and (max-width: 767.98px) {
  .l-navigation__list.--sub .l-navigation__link .u-en {
    font-size: 1.05rem;
    margin-left: 1rem;
  }
}

.l-navigation__link {
  position: relative;
  display: inline-flex;
  align-items: center;
  color: currentColor;
  text-decoration: none;
  transition: 0.3s opacity;
}
@media screen and (max-width: 767.98px) {
  .l-navigation__link {
    display: flex;
  }
}
@media (any-hover: hover) {
  .l-navigation__link:hover {
    opacity: 0.7;
  }
  .l-navigation__link:hover::before {
    left: 5px;
  }
}
.l-navigation__link::before {
  transition: 0.3s left;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 5px;
  height: 5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg) translateY(-50%);
}
@media screen and (max-width: 767.98px) {
  .l-navigation__link::before {
    width: 0.3rem;
    height: 0.3rem;
  }
}

.p-link-home {
  border: 1px solid #fff;
  border-radius: 10px;
  color: #fff;
  text-align: center;
  width: 220px;
  height: 80px;
  display: grid;
  place-content: center;
  font-weight: 700;
  text-decoration: none;
  position: relative;
  padding-right: 12px;
  transition: 0.3s background-color;
}
@media screen and (max-width: 767.98px) {
  .p-link-home {
    width: 18rem;
    height: 6.7rem;
    margin: 3rem auto 0;
    padding-right: 0;
    border-radius: 0.5rem;
  }
}
@media (any-hover: hover) {
  .p-link-home:hover {
    background-color: #fff;
  }
  .p-link-home:hover .u-jp {
    color: #000;
  }
  .p-link-home:hover::after {
    border-color: #000;
    right: 15px;
  }
}
.p-link-home::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 5px;
  height: 5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  transition: 0.3s border-color, 0.3s right;
}
@media screen and (max-width: 767.98px) {
  .p-link-home::after {
    right: 1.5rem;
  }
}
.p-link-home .u-jp {
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  transition: 0.3s color;
}
@media screen and (max-width: 767.98px) {
  .p-link-home .u-jp {
    font-size: 1.34rem;
  }
}
.p-link-home .u-en {
  font-size: 1.3rem;
  color: #b5b5b6;
}
@media screen and (max-width: 767.98px) {
  .p-link-home .u-en {
    font-size: 1.056rem;
    display: inline-block;
    margin-top: 0.5rem;
  }
}

.l-nav-aside {
  margin-left: 76px;
  margin-top: 5px;
}
@media screen and (max-width: 767.98px) {
  .l-nav-aside {
    margin-left: 0;
  }
}

.p-link-instagram {
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  margin-top: 39px;
  transition: 0.3s opacity;
}
@media (any-hover) {
  .p-link-instagram:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767.98px) {
  .p-link-instagram {
    font-size: 1.39rem;
    letter-spacing: 0.1em;
    justify-content: center;
    margin-top: 2rem;
  }
}
.p-link-instagram .c-icn {
  display: inline-block;
  width: 46px;
  margin-left: 27px;
}
@media screen and (max-width: 767.98px) {
  .p-link-instagram .c-icn {
    width: 3rem;
    margin-left: 1.5rem;
  }
}

.l-header-side {
  position: absolute;
  right: 0;
  padding: 0 19px;
  width: 80px;
  pointer-events: auto;
}
@media screen and (max-width: 767.98px) {
  .l-header-side {
    display: none;
  }
}

.l-header-side__inner {
  position: relative;
  top: 108px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px 0;
}
.l-header-side__inner .c-link-insta {
  width: 45px;
  height: 45px;
  transition: 0.3s opacity;
}
@media (any-hover) {
  .l-header-side__inner .c-link-insta:hover {
    opacity: 0.7;
  }
}
.l-header-side__inner .c-link-shop-menu {
  background-color: #d4152d;
  color: #fff;
  text-decoration: none;
  font-size: 2.1rem;
  padding: 27px 5px;
  border-radius: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  box-shadow: 2px 2px 7px 0px rgba(0, 0, 0, 0.2);
  writing-mode: vertical-lr;
  transition: 0.3s background-color, 0.3s color;
}
@media (any-hover: hover) {
  .l-header-side__inner .c-link-shop-menu:hover {
    background-color: #fff;
    color: #d4152d;
  }
}

.p-home .l-header-side {
  top: 0;
  background-color: #f9f4e6;
  height: 100vh;
  overflow: hidden;
}
.p-home .p-txt-slider {
  overflow: hidden;
  position: absolute;
  top: 400px;
  width: 100%;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-home .p-txt-slider::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 85px;
  background: linear-gradient(180deg, rgb(249, 244, 230) 30%, rgba(249, 244, 230, 0) 100%);
  left: 0;
  right: 0;
  z-index: 10;
  top: 0;
}
.p-home .p-txt-slider p {
  font-size: 2.8rem;
  font-weight: 700;
  writing-mode: vertical-rl;
  text-orientation: sideways;
  white-space: nowrap;
}

.loop {
  padding-top: 100px;
  position: relative;
}
.loop.is-start {
  -webkit-animation: loop 80s linear infinite;
          animation: loop 80s linear infinite;
}

.loop2 {
  position: absolute;
  padding-top: 100px;
}
.loop2.is-start {
  -webkit-animation: loop 80s -40s linear infinite;
          animation: loop 80s -40s linear infinite;
}

@-webkit-keyframes loop {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(-100%);
  }
}

@keyframes loop {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(-100%);
  }
}
@media screen and (max-width: 767.98px) {
  div[id],
section[id] {
    scroll-margin-top: 6rem;
  }
}

.p-svg {
  display: none;
}

.c-txt,
p {
  font-size: 1.6rem;
  line-height: 2.125;
  font-weight: 500;
}
@media screen and (max-width: 767.98px) {
  .c-txt,
p {
    font-size: 1.34rem;
    line-height: 1.8805970149;
  }
}

.u-txtcolor--red {
  color: #d4152d;
}

.u-shadow {
  filter: drop-shadow(2px 2px 7px rgba(0, 0, 0, 0.2));
}

.u-sp {
  display: none;
}
@media screen and (max-width: 767.98px) {
  .u-sp {
    display: block;
  }
}

.u-pc {
  display: block;
}
@media screen and (max-width: 767.98px) {
  .u-pc {
    display: none;
  }
}

.u-pc-inline {
  display: inline;
}
@media screen and (max-width: 767.98px) {
  .u-pc-inline {
    display: none;
  }
}

.c-ttl {
  font-size: 3.2rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .c-ttl {
    font-size: 2.4rem;
  }
}
.c-ttl .c-sub {
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  margin-top: 10px;
  line-height: 1.7857142857;
}
@media screen and (max-width: 767.98px) {
  .c-ttl .c-sub {
    font-size: 1.34rem;
    letter-spacing: 0;
  }
}

@media screen and (max-width: 767.98px) {
  .l-main {
    padding-top: 5rem;
  }
}

.l-content__heading {
  height: 290px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .l-content__heading {
    height: 14.5rem;
  }
}

.l-conteng__heading-bg {
  height: 100%;
}
.l-conteng__heading-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.l-content__heading-txt-wrapper {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  display: grid;
  place-content: center;
}

.l-content-ttl {
  text-align: center;
  color: #fff;
  font-weight: 700;
}
.l-content-ttl .u-jp {
  font-size: 3rem;
  display: block;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767.98px) {
  .l-content-ttl .u-jp {
    font-size: 2.15rem;
  }
}
.l-content-ttl .u-en {
  font-size: 1.6rem;
  color: rgba(255, 255, 255, 0.5);
  display: block;
  margin-top: 20px;
}
@media screen and (max-width: 767.98px) {
  .l-content-ttl .u-en {
    font-size: 1.15rem;
    margin-top: 0.7rem;
  }
}

.l-content__inner {
  width: 1100px;
  padding: 0 15px;
  box-sizing: content-box;
  margin: 0 auto;
}
@media screen and (max-width: 767.98px) {
  .l-content__inner {
    width: auto;
    padding: 0 2.5rem;
  }
}

.c-section__ttl {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767.98px) {
  .c-section__ttl {
    font-size: 1.9rem;
  }
}

.is-fadeUp {
  opacity: 0;
  transform: translateY(40px);
}
.is-fadeUp.js-animeOn {
  -webkit-animation: fadeup 1.5s ease forwards;
          animation: fadeup 1.5s ease forwards;
}

.delay-01 {
  -webkit-animation-delay: 0.3s !important;
          animation-delay: 0.3s !important;
}

.delay-02 {
  -webkit-animation-delay: 0.6s !important;
          animation-delay: 0.6s !important;
}

.delay-03 {
  -webkit-animation-delay: 0.9s !important;
          animation-delay: 0.9s !important;
}

@-webkit-keyframes fadeup {
  0% {
    transform: translateY(40px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fadeup {
  0% {
    transform: translateY(40px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.c-btn {
  font-size: 2rem;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  background-color: #d4152d;
  width: 100%;
  display: grid;
  place-content: center;
  position: relative;
  width: 100%;
  border-radius: 10px;
  box-shadow: 2px 2px 7px 0px rgba(0, 0, 0, 0.2);
  letter-spacing: 0.24em;
  border: none;
  font: inherit;
  cursor: pointer;
  transition: 0.3s background-color, 0.3s color;
}
.c-btn.c-current {
  background-color: #fff;
  color: #d4152d;
}
@media screen and (max-width: 767.98px) {
  .c-btn {
    border-radius: 0.5rem;
  }
}
@media (any-hover: hover) {
  .c-btn:hover {
    background-color: #fff;
    color: #d4152d;
  }
  .c-btn:hover::after {
    border-color: #d4152d;
  }
}

/* ----------------------------------------------------------------------------------------------------
*	その他のコンテンツと一覧に戻る
* --------------------------------------------------------------------------------------------------*/
.p-other-content {
  padding: 97px 0;
}
@media screen and (max-width: 767.98px) {
  .p-other-content {
    padding: 4.6rem 0;
  }
}
@media screen and (max-width: 767.98px) {
  .p-other-content .c-ttl {
    font-size: 1.9rem;
  }
}
.p-other-content .l-news__list {
  margin-top: 54px;
}
@media screen and (max-width: 767.98px) {
  .p-other-content .l-news__list {
    margin-top: 4rem;
  }
}

.p-return-btn-wrapper {
  margin-top: 100px;
}
@media screen and (max-width: 767.98px) {
  .p-return-btn-wrapper {
    margin-top: 7rem;
  }
}

.c-btn-return {
  font-size: 1.6rem;
  min-height: 62px;
  max-width: 348px;
  margin: 0 auto;
  font-weight: 700;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .c-btn-return {
    font-size: 1.1rem;
    max-width: 15.8rem;
    min-height: 4.4rem;
  }
}
@media (any-hover: hover) {
  .c-btn-return:hover::before {
    border-color: #d4152d;
  }
}
.c-btn-return::before {
  transition: 0.3s border-color;
  content: "";
  position: absolute;
  top: 52%;
  left: 20px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(-135deg);
}
@media screen and (max-width: 767.98px) {
  .c-btn-return::before {
    border-width: 1px;
    width: 0.6rem;
    height: 0.6rem;
    left: 1.5rem;
  }
}

.l-bgcolor--baige {
  background-color: #f9f4e6;
}

.l-bgcolor--square {
  background: url(../img/common/bg_square.jpg);
}
@media screen and (max-width: 767.98px) {
  .l-bgcolor--square {
    background-size: 1.6rem 1.6rem;
  }
}

.c-btn-insta {
  width: 612px;
  height: 132px;
  font-size: 2.4rem;
  font-weight: 700;
  text-decoration: none;
  color: currentColor;
  border-radius: 10px;
  box-shadow: 2px 2px 7px 0px rgba(0, 0, 0, 0.2);
  transition: 0.3s background-image;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 35px;
  margin: 0 auto;
}
@media screen and (max-width: 767.98px) {
  .c-btn-insta {
    width: 100%;
    font-size: 1.2rem;
    height: 6.4rem;
    gap: 0 1rem;
    border-radius: 0.5rem;
  }
}
.c-btn-insta::after, .c-btn-insta::before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  transition: 0.3s opacity;
}
.c-btn-insta::before {
  z-index: -2;
  background: linear-gradient(180deg, rgb(237, 237, 237) 0%, rgb(204, 204, 204) 100%);
}
.c-btn-insta::after {
  opacity: 0;
  z-index: -1;
  background: linear-gradient(0deg, rgb(237, 237, 237) 0%, rgb(204, 204, 204) 100%);
}
@media (any-hover: hover) {
  .c-btn-insta:hover::after {
    opacity: 1;
  }
}
.c-btn-insta .c-icn {
  display: inline-block;
  width: 74px;
  height: 74px;
}
@media screen and (max-width: 767.98px) {
  .c-btn-insta .c-icn {
    width: 3.4rem;
    height: 3.4rem;
  }
}

/* ----------------------------------------------------------------------------------------------------
*	検索
* --------------------------------------------------------------------------------------------------*/
.p-search-content {
  position: relative;
  padding: 78px 0;
}
@media screen and (max-width: 767.98px) {
  .p-search-content {
    padding: 4rem 0;
  }
}
.p-search-content .c-ttl {
  font-size: 2.5rem;
}
@media screen and (max-width: 767.98px) {
  .p-search-content .c-ttl {
    font-size: 1.92rem;
  }
}
.p-search-content .c-ill {
  position: absolute;
  left: calc(50% - 516px);
  bottom: 0;
  width: 93px;
}
@media screen and (max-width: 767.98px) {
  .p-search-content .c-ill {
    width: 4.4rem;
    left: 2rem;
  }
}

.p-search {
  display: flex;
  max-width: 858px;
  margin: 25px 0 0 150px;
  gap: 0 13px;
}
@media screen and (max-width: 767.98px) {
  .p-search {
    max-width: inherit;
    display: block;
    margin: 2.7rem 1.3rem 0;
  }
}
.p-search .c-input {
  background-color: #fff;
  font: inherit;
  width: 654px;
  height: 70px;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 20px 30px;
  border-radius: 100px;
  border: none;
}
@media screen and (max-width: 767.98px) {
  .p-search .c-input {
    width: 100%;
    font-size: 1.29rem;
    height: 4.8rem;
  }
}
.p-search .c-input:focus {
  outline: none;
}

::-moz-placeholder {
  color: #b5b5b6;
}

::placeholder {
  color: #b5b5b6;
}

.c-search-btn-wrapper {
  border-radius: 100px;
  font-size: 2rem;
  font-weight: 700;
  background-color: #d4152d;
  width: 194px;
  color: #fff;
  box-shadow: 2px 2px 7px 0px rgba(0, 0, 0, 0.2);
  border: none;
  cursor: pointer;
  position: relative;
  transition: 0.3s background-color, 0.3s color;
}
@media screen and (max-width: 767.98px) {
  .c-search-btn-wrapper {
    width: auto;
    font-size: 1.82rem;
    width: 13.9rem;
    height: 4.8rem;
    margin: 2rem auto 0;
  }
}
@media (any-hover: hover) {
  .c-search-btn-wrapper:hover {
    background-color: #fff;
    color: #d4152d;
  }
  .c-search-btn-wrapper:hover::after {
    background-color: #d4152d;
  }
}
.c-search-btn-wrapper::after {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  background-color: #fff;
  transition: 0.3s background-color;
  -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22.81 22.82"><title>search</title><path class="cls-1" d="M22.49,20.95l-6.22-6.22c1.22-1.55,1.96-3.5,1.96-5.62C18.23,4.09,14.14,0,9.11,0S0,4.09,0,9.11s4.09,9.11,9.11,9.11c2.12,0,4.06-.73,5.61-1.94l6.22,6.22c.21.21.49.32.77.32s.56-.11.77-.32c.43-.43.43-1.12,0-1.55ZM9.11,16.04c-3.82,0-6.93-3.11-6.93-6.93s3.11-6.93,6.93-6.93,6.92,3.11,6.92,6.93-3.11,6.93-6.92,6.93Z"/></svg>');
          mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22.81 22.82"><title>search</title><path class="cls-1" d="M22.49,20.95l-6.22-6.22c1.22-1.55,1.96-3.5,1.96-5.62C18.23,4.09,14.14,0,9.11,0S0,4.09,0,9.11s4.09,9.11,9.11,9.11c2.12,0,4.06-.73,5.61-1.94l6.22,6.22c.21.21.49.32.77.32s.56-.11.77-.32c.43-.43.43-1.12,0-1.55ZM9.11,16.04c-3.82,0-6.93-3.11-6.93-6.93s3.11-6.93,6.93-6.93,6.92,3.11,6.92,6.93-3.11,6.93-6.92,6.93Z"/></svg>');
  display: block;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  top: 50%;
  right: 35px;
  transform: translateY(-50%);
}
@media screen and (max-width: 767.98px) {
  .c-search-btn-wrapper::after {
    width: 2.2rem;
    height: 2.2rem;
    right: 2.5rem;
  }
}
.c-search-btn-wrapper .c-btn-serach {
  width: 100%;
  height: 100%;
  background-color: transparent;
  cursor: pointer;
  font: inherit;
  color: currentColor;
  border: none;
  letter-spacing: 0.3em;
}
@media screen and (max-width: 767.98px) {
  .c-search-btn-wrapper .c-btn-serach {
    text-align: left;
    padding-left: 3.8rem;
  }
}

/* ----------------------------------------------------------------------------------------------------
*	アンカー
* --------------------------------------------------------------------------------------------------*/
.p-anchor {
  width: 1100px;
  margin: 0 auto;
  box-sizing: content-box;
  padding: 0 15px 40px;
}
@media screen and (max-width: 767.98px) {
  .p-anchor {
    width: auto;
    padding: 0 2.5rem;
  }
}

.p-anchor__list {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
}
@media screen and (max-width: 767.98px) {
  .p-anchor__list {
    gap: 1.2rem;
    justify-content: space-between;
  }
}
.p-anchor__list.l-col--3 .p-anchor__item {
  width: 348px;
}
@media screen and (max-width: 767.98px) {
  .p-anchor__list.l-col--3 .p-anchor__item {
    width: calc(50% - 0.6rem);
  }
}
.p-anchor__list.l-col--4 .p-anchor__item {
  width: 254px;
}
@media screen and (max-width: 767.98px) {
  .p-anchor__list.l-col--4 .p-anchor__item {
    width: calc(50% - 0.6rem);
  }
}

@media screen and (max-width: 767.98px) {
  .p-anchor__item {
    width: calc(50% - 0.6rem);
  }
}

.p-anchor__link {
  font-size: 2rem;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  background-color: #d4152d;
  width: 100%;
  display: grid;
  place-content: center;
  position: relative;
  width: 100%;
  min-height: 78px;
  border-radius: 10px;
  box-shadow: 2px 2px 7px 0px rgba(0, 0, 0, 0.2);
  letter-spacing: 0.24em;
  padding: 0 30px;
  transition: 0.3s background-color, 0.3s color;
}
@media screen and (max-width: 767.98px) {
  .p-anchor__link {
    font-size: 1.34rem;
    display: block;
    min-height: 5.1rem;
    text-align: center;
    padding: 1rem 0 2.4rem;
    border-radius: 0.5rem;
  }
}
@media (any-hover: hover) {
  .p-anchor__link:hover {
    background-color: #fff;
    color: #d4152d;
  }
  .p-anchor__link:hover::after {
    border-color: #d4152d;
  }
}
.p-anchor__link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 5px;
  height: 5px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.3s border-color;
}
@media screen and (max-width: 767.98px) {
  .p-anchor__link::after {
    width: 0.5rem;
    height: 0.5rem;
    right: auto;
    left: 50%;
    bottom: 1rem;
    top: auto;
    transform: translate(0, -50%) rotate(45deg);
    border-width: 0.1rem;
  }
}

.c-btn-recruit {
  font-size: 2rem;
  font-weight: 700;
  min-height: 80px;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .c-btn-recruit {
    font-size: 1.1rem;
    min-height: 4.4rem;
  }
}
.c-btn-recruit::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 767.98px) {
  .c-btn-recruit::after {
    width: 0.4rem;
    height: 0.4rem;
    right: 1.5rem;
    border-width: 0.1rem;
  }
}
@media (any-hover: hover) {
  .c-btn-recruit:hover span::before {
    background-color: #d4152d;
  }
}
.c-btn-recruit span {
  position: relative;
}
.c-btn-recruit span::before {
  transition: 0.3s background-color;
  position: absolute;
  top: 50%;
  left: -40px;
  width: 20px;
  height: 31px;
  content: "";
  background-color: #fff;
  -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 31"><title>preson</title><path class="cls-1" d="M10,12c-3.31,0-6-2.69-6-6S6.69,0,10,0s6,2.69,6,6-2.69,6-6,6ZM10,2c-2.21,0-4,1.79-4,4s1.79,4,4,4,4-1.79,4-4-1.79-4-4-4Z"/><path class="cls-1" d="M19,31c-.55,0-1-.45-1-1v-8c0-3.86-3.59-7-8-7s-8,3.14-8,7v8c0,.55-.45,1-1,1s-1-.45-1-1v-8c0-4.96,4.49-9,10-9s10,4.04,10,9v8c0,.55-.45,1-1,1Z"/></svg>');
          mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 31"><title>preson</title><path class="cls-1" d="M10,12c-3.31,0-6-2.69-6-6S6.69,0,10,0s6,2.69,6,6-2.69,6-6,6ZM10,2c-2.21,0-4,1.79-4,4s1.79,4,4,4,4-1.79,4-4-1.79-4-4-4Z"/><path class="cls-1" d="M19,31c-.55,0-1-.45-1-1v-8c0-3.86-3.59-7-8-7s-8,3.14-8,7v8c0,.55-.45,1-1,1s-1-.45-1-1v-8c0-4.96,4.49-9,10-9s10,4.04,10,9v8c0,.55-.45,1-1,1Z"/></svg>');
  display: block;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767.98px) {
  .c-btn-recruit span::before {
    width: 1rem;
    height: 1.5rem;
    left: -2rem;
  }
}

.l-breadcrumb {
  width: 1100px;
  margin: 0 auto;
  padding: 6px 15px;
  box-sizing: content-box;
}
@media screen and (max-width: 767.98px) {
  .l-breadcrumb {
    width: auto;
    padding: 0.6rem 1.5rem;
  }
}

.l-breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.4rem;
  font-weight: 700;
}
@media screen and (max-width: 767.98px) {
  .l-breadcrumb__list {
    font-size: 1rem;
  }
}

.l-breadcrumb__item a {
  color: #959595;
  text-decoration: none;
  position: relative;
  display: block;
  padding-right: 15px;
  margin-right: 15px;
  transition: 0.3s opacity;
}
@media (any-hover) {
  .l-breadcrumb__item a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767.98px) {
  .l-breadcrumb__item a {
    padding-right: 1.5rem;
    margin-right: 1.5rem;
  }
}
.l-breadcrumb__item a::after {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  border-top: 1px solid #959595;
  border-right: 1px solid #959595;
  top: 55%;
  right: 0;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 767.98px) {
  .l-breadcrumb__item a::after {
    width: 0.4rem;
    height: 0.4rem;
  }
}

.l-news__item a {
  color: currentColor;
  text-decoration: none;
}
@media (any-hover: hover) {
  .l-news__item a:hover .l-news__inner {
    box-shadow: 2px 2px 9px 0px rgba(0, 0, 0, 0.4);
  }
  .l-news__item a:hover .l-news__thumb img {
    transform: scale(1.1);
  }
}

.l-news__inner {
  box-shadow: 2px 2px 7px 0px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  border-radius: 10px;
  transition: 0.3s box-shadow;
  min-height: 200px;
  height: 100%;
}
@media screen and (max-width: 767.98px) {
  .l-news__inner {
    border-radius: 0.5rem;
    min-height: 11rem;
    height: auto;
  }
}

.l-news__thumb {
  border-radius: 10px;
  overflow: hidden;
  margin: 0;
  aspect-ratio: 580/360;
}
@media screen and (max-width: 767.98px) {
  .l-news__thumb {
    border-radius: 0.5rem;
  }
}
.l-news__thumb img {
  transition: 0.3s transform;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.l-news__body time {
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (max-width: 767.98px) {
  .l-news__body time {
    font-size: 1.152rem;
  }
}

.l-category {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media screen and (max-width: 767.98px) {
  .l-category {
    gap: 1rem;
  }
}

.l-category__item {
  font-size: 1.3rem;
  background-color: #f9f4e6;
  padding: 2px 10px;
  border-radius: 5px;
  font-weight: 500;
}
@media screen and (max-width: 767.98px) {
  .l-category__item {
    font-size: 1.1rem;
    padding: 0.3rem 0.8rem;
    border-radius: 0.3rem;
  }
}

.l-news__ttl {
  font-size: 1.6rem;
  line-height: 1.875;
  font-weight: 500;
}
@media screen and (max-width: 767.98px) {
  .l-news__ttl {
    font-size: 1.15rem;
    line-height: 1.6666666667;
  }
}

.l-pager {
  font-size: 2rem;
  font-weight: 700;
  margin-top: 95px;
}
@media screen and (max-width: 767.98px) {
  .l-pager {
    font-size: 1.72rem;
    margin-top: 4.8rem;
  }
}
.l-pager a {
  color: currentColor;
  text-decoration: none;
  transition: 0.3s color;
  color: currentColor;
  display: block;
}
@media (any-hover: hover) {
  .l-pager a:hover {
    color: #d4152d;
  }
}

.c-current {
  color: #d4152d;
}

.l-pager__list {
  display: flex;
  justify-content: center;
  gap: 0 40px;
  align-items: center;
}
@media screen and (max-width: 767.98px) {
  .l-pager__list {
    gap: 0 0.8rem;
  }
}

.l-pager__link {
  display: inline-block;
  padding: 10px;
}
@media screen and (max-width: 767.98px) {
  .l-pager__link {
    padding: 1rem;
  }
}

.l-pager__blank {
  color: #000;
}

.l-pager__prev,
.l-pager__next {
  position: relative;
}
@media (any-hover: hover) {
  .l-pager__prev:hover::before,
.l-pager__next:hover::before {
    border-color: #d4152d;
  }
}
.l-pager__prev::before,
.l-pager__next::before {
  transition: 0.3s border-color;
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  top: 61%;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 767.98px) {
  .l-pager__prev::before,
.l-pager__next::before {
    width: 0.6rem;
    height: 0.6rem;
  }
}

.l-pager__prev::before {
  border-bottom: 2px solid #000;
  border-left: 2px solid #000;
}
@media screen and (max-width: 767.98px) {
  .l-pager__prev::before {
    border-width: 0.2rem;
  }
}

.l-pager__next::before {
  border-right: 2px solid #000;
  border-top: 2px solid #000;
}
@media screen and (max-width: 767.98px) {
  .l-pager__next::before {
    border-width: 0.2rem;
  }
}

.p-contact-content {
  padding-top: 90px;
  padding-bottom: 100px;
}
@media screen and (max-width: 767.98px) {
  .p-contact-content {
    padding-top: 5.8rem;
    padding-bottom: 7rem;
  }
}

.c-heading-content {
  border: 1px solid #d4152d;
  border-radius: 0.8rem;
  padding: 20px;
}
@media screen and (max-width: 767.98px) {
  .c-heading-content {
    padding: 1rem;
  }
}

input,
button,
select,
textarea {
  font: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  visibility: hidden;
  width: 1px;
  position: absolute;
  top: 0;
  left: 0;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

input[type=text] {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  visibility: hidden;
  width: 1px;
}

input + span {
  display: inline-block;
  position: relative;
  cursor: pointer;
  font-size: 1.5rem;
  font-weight: 500;
  padding-left: 28px;
  min-height: 1em;
}
@media screen and (max-width: 767.98px) {
  input + span {
    padding-left: 2.1rem;
    font-size: 1.26rem;
  }
}

/* inputの位置と枠　*/
input + span:before {
  display: block;
  position: absolute;
  content: "";
  transition: 0.3s color;
}

input[type=checkbox] + span:before {
  top: 0.8em;
  left: 0;
  width: 17px;
  height: 17px;
  transform: translateY(-50%);
  box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  background-color: #e4e4e5;
  border-radius: 2px;
  transition: 0.3s background-color;
}
@media screen and (max-width: 767.98px) {
  input[type=checkbox] + span:before {
    top: 0.8em;
    width: 1.4rem;
    height: 1.4rem;
    width: 1.7rem;
    height: 1.7rem;
    border-radius: 0.2rem;
  }
}

/*　チェックマーク　*/
input[type=checkbox]:checked + span:after {
  display: block;
  position: absolute;
  top: 0.45em;
  left: 6px;
  width: 4px;
  height: 8px;
  transform: rotate(45deg);
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: "";
}
@media screen and (max-width: 767.98px) {
  input[type=checkbox]:checked + span:after {
    top: 0.4em;
    border-width: 0.2rem;
    left: 0.6rem;
    width: 0.4rem;
    height: 0.8rem;
  }
}

input[type=checkbox]:checked + span:before {
  background-color: #d4152d;
}

input[type=radio] + span:before {
  top: 55%;
  left: 0;
  width: 17px;
  height: 17px;
  transform: translateY(-50%);
  box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  background-color: #e4e4e5;
  border-radius: 100px;
  transition: 0.3s background-color;
}
@media screen and (max-width: 767.98px) {
  input[type=radio] + span:before {
    width: 1.4rem;
    height: 1.4rem;
  }
}

/* ラジオボタンのチェック　*/
input[type=radio]:checked + span:after {
  display: block;
  position: absolute;
  top: 29%;
  left: 3px;
  width: 11px;
  height: 11px;
  transform: rotate(45deg);
  border-radius: 100px;
  background-color: #d4152d;
  content: "";
}
@media screen and (max-width: 767.98px) {
  input[type=radio]:checked + span:after {
    top: 34%;
    left: 0.3rem;
    width: 0.8rem;
    height: 0.8rem;
  }
}

input[type=text],
input[type=tel],
input[type=email] {
  border: 1px solid #959595;
  width: 100%;
  border-radius: 10px;
  font-size: 1.5rem;
  padding: 10px;
  height: 50px;
}
@media screen and (max-width: 767.98px) {
  input[type=text],
input[type=tel],
input[type=email] {
    border-radius: 0.5rem;
    height: 4.1rem;
  }
}

::-moz-placeholder {
  font-size: 1.5rem;
  color: #959595;
  letter-spacing: 0.15em;
}

::placeholder {
  font-size: 1.5rem;
  color: #959595;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767.98px) {
  ::-moz-placeholder {
    font-size: 1.24rem;
  }
  ::placeholder {
    font-size: 1.24rem;
  }
}

@media screen and (max-width: 767.98px) {
  textarea::-moz-placeholder {
    letter-spacing: 0.1em;
  }
  textarea::placeholder {
    letter-spacing: 0.1em;
  }
}

.p-form-content {
  margin-top: 77px;
}
@media screen and (max-width: 767.98px) {
  .p-form-content {
    margin-top: 4.3rem;
  }
}

.p-field-block {
  border-top: 1.5px dashed #000;
  padding: 30px 0;
}
@media screen and (max-width: 767.98px) {
  .p-field-block {
    border-width: 1px;
    padding: 2rem 0;
  }
}
.p-field-block.p-caution {
  padding-top: 0;
}
.p-field-block.p-caution .c-note {
  margin-top: 38px;
}
@media screen and (max-width: 767.98px) {
  .p-field-block.p-caution .c-note {
    margin-top: 3.8rem;
  }
}
@media screen and (max-width: 767.98px) {
  .p-field-block.p-caution {
    padding-top: 0;
  }
}
.p-field-block:last-of-type {
  padding-bottom: 0;
}

.field {
  display: flex;
  border: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767.98px) {
  .field {
    display: block;
  }
}
.field + .field {
  margin-top: 30px;
}
@media screen and (max-width: 767.98px) {
  .field + .field {
    margin-top: 1.7rem;
  }
}

.field:has(.l-column--1) .label-container {
  padding-top: 0;
}

.label-container {
  width: 283px;
  padding-top: 13px;
  flex-shrink: 0;
}
@media screen and (max-width: 767.98px) {
  .label-container {
    padding-top: 0;
    width: 100%;
  }
}

.content-container {
  flex-grow: 1;
}
.content-container .p-flex {
  display: flex;
  align-items: center;
  gap: 0 10px;
}
@media screen and (max-width: 767.98px) {
  .content-container .p-flex {
    gap: 0 1rem;
  }
}
@media screen and (max-width: 767.98px) {
  .content-container {
    margin-top: 1.6rem;
  }
}

.p-age input {
  width: 94px;
}
@media screen and (max-width: 767.98px) {
  .p-age input {
    width: 9.4rem;
  }
}
.p-age .u-medium {
  font-weight: 500;
}

.l-column--1 span {
  display: block;
}
.l-column--1 span + span {
  margin-top: 14px;
}
@media screen and (max-width: 767.98px) {
  .l-column--1 span + span {
    margin-top: 1rem;
  }
}

.label {
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width: 767.98px) {
  .label {
    font-size: 1.34rem;
  }
}

.c-require {
  font-size: 1.2rem;
  background-color: #d4152d;
  border-radius: 2px;
  color: #fff;
  padding: 1px 5px;
  display: inline-block;
  margin-left: 5px;
}
@media screen and (max-width: 767.98px) {
  .c-require {
    font-size: 1rem;
    margin-left: 1.5rem;
    padding: 0.1rem 0.5rem 0.15rem;
    border-radius: 0.3rem;
    position: relative;
    top: -0.25rem;
  }
}

.p-unit {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767.98px) {
  .p-unit {
    display: block;
  }
}
.p-unit .p-date-wrapper,
.p-unit .p-select-wrapper {
  width: 384px;
}
@media screen and (max-width: 767.98px) {
  .p-unit .p-date-wrapper,
.p-unit .p-select-wrapper {
    width: 100%;
  }
}

select,
option {
  font: inherit;
  font-size: 1.5rem;
  width: 100%;
  color: currentColor;
}
@media screen and (max-width: 767.98px) {
  select,
option {
    font-size: 1.24rem;
  }
}

select {
  padding: 12px;
}
@media screen and (max-width: 767.98px) {
  select {
    padding: 0.8rem;
  }
}

.p-select-wrapper {
  border: 1px solid #959595;
  border-radius: 10px;
  background: linear-gradient(0deg, rgb(204, 204, 204) 0%, rgb(240, 240, 240) 100%);
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .p-select-wrapper {
    border-radius: 0.5rem;
  }
}
.p-select-wrapper::before, .p-select-wrapper::after {
  content: "";
  position: absolute;
  right: 20px;
  background-color: #000;
  width: 6px;
  height: 6px;
}
@media screen and (max-width: 767.98px) {
  .p-select-wrapper::before, .p-select-wrapper::after {
    width: 0.6rem;
    height: 0.6rem;
  }
}
.p-select-wrapper::before {
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
          clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  top: calc(50% - 8px);
}
@media screen and (max-width: 767.98px) {
  .p-select-wrapper::before {
    top: calc(50% - 0.7rem);
  }
}
.p-select-wrapper::after {
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
          clip-path: polygon(50% 100%, 0 0, 100% 0);
  top: calc(50% + 5px);
}
@media screen and (max-width: 767.98px) {
  .p-select-wrapper::after {
    top: calc(50% + 0.4rem);
  }
}
@media screen and (max-width: 767.98px) {
  .p-select-wrapper + .p-select-wrapper {
    margin-top: 1.6rem;
  }
}

.p-date-wrapper {
  position: relative;
}
@media (any-hover: hover) {
  .p-date-wrapper:hover::after {
    background-color: #d4152d;
  }
}
.p-date-wrapper::after {
  transition: 0.3s background-color;
  content: "";
  position: absolute;
  right: 20px;
  transform: translateY(-50%);
  top: 50%;
  width: 26px;
  height: 22px;
  background-color: #000;
  -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 26.62 22.62"><title>arrow</title><path d="M26.62,7.32s0,0,0-.01v-2.65c0-1.09-.89-1.99-1.99-1.99h-2V.67c0-.37-.3-.67-.67-.67s-.67.3-.67.67v2h-3.99V.67c0-.37-.3-.67-.67-.67s-.67.3-.67.67v2h-3.99V.67c0-.37-.3-.67-.67-.67s-.67.3-.67.67v2h-3.99V.67c0-.37-.3-.67-.67-.67s-.67.3-.67.67v2H1.99C.89,2.67,0,3.56,0,4.65v2.65s0,0,0,.01,0,0,0,.01v13.3c0,1.09.89,1.99,1.99,1.99h22.64c1.09,0,1.99-.89,1.99-1.99V7.33s0,0,0-.01ZM24.63,3.99c.37,0,.66.3.66.66v2h-3.33c.37,0,.66-.3.66-.67v-2h2ZM21.3,3.99v2c0,.37.3.67.66.67h-5.32c.37,0,.66-.3.66-.67v-2h3.99ZM15.97,3.99v2c0,.37.3.67.66.67h-5.32c.37,0,.66-.3.66-.67v-2h3.99ZM10.65,3.99v2c0,.37.3.67.66.67h-5.32c.37,0,.66-.3.66-.67v-2h3.99ZM1.99,3.99h3.33v2c0,.37.3.67.66.67H1.33v-2c0-.36.3-.66.66-.66ZM24.63,21.3H1.99c-.37,0-.66-.3-.66-.66V7.99h23.96v12.65c0,.36-.3.66-.66.66Z"/></svg>');
          mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 26.62 22.62"><title>arrow</title><path d="M26.62,7.32s0,0,0-.01v-2.65c0-1.09-.89-1.99-1.99-1.99h-2V.67c0-.37-.3-.67-.67-.67s-.67.3-.67.67v2h-3.99V.67c0-.37-.3-.67-.67-.67s-.67.3-.67.67v2h-3.99V.67c0-.37-.3-.67-.67-.67s-.67.3-.67.67v2h-3.99V.67c0-.37-.3-.67-.67-.67s-.67.3-.67.67v2H1.99C.89,2.67,0,3.56,0,4.65v2.65s0,0,0,.01,0,0,0,.01v13.3c0,1.09.89,1.99,1.99,1.99h22.64c1.09,0,1.99-.89,1.99-1.99V7.33s0,0,0-.01ZM24.63,3.99c.37,0,.66.3.66.66v2h-3.33c.37,0,.66-.3.66-.67v-2h2ZM21.3,3.99v2c0,.37.3.67.66.67h-5.32c.37,0,.66-.3.66-.67v-2h3.99ZM15.97,3.99v2c0,.37.3.67.66.67h-5.32c.37,0,.66-.3.66-.67v-2h3.99ZM10.65,3.99v2c0,.37.3.67.66.67h-5.32c.37,0,.66-.3.66-.67v-2h3.99ZM1.99,3.99h3.33v2c0,.37.3.67.66.67H1.33v-2c0-.36.3-.66.66-.66ZM24.63,21.3H1.99c-.37,0-.66-.3-.66-.66V7.99h23.96v12.65c0,.36-.3.66-.66.66Z"/></svg>');
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  display: block;
  pointer-events: none;
}
@media screen and (max-width: 767.98px) {
  .p-date-wrapper::after {
    width: 2.1rem;
    height: 1.7rem;
    right: 1rem;
  }
}
.p-date-wrapper.is-set::after {
  display: none;
}

textarea {
  font-size: 1.5rem;
  min-height: 268px;
  border: 1px solid #959595;
  border-radius: 10px;
  width: 100%;
  padding: 15px;
}
@media screen and (max-width: 767.98px) {
  textarea {
    border-radius: 0.5rem;
    min-height: 18rem;
  }
}

.c-note {
  font-size: 1.4rem;
  line-height: 1.9285714286;
}
.c-note a {
  color: currentColor;
  text-decoration: underline;
}
.c-note a:hover {
  text-decoration: none;
}
@media screen and (max-width: 767.98px) {
  .c-note {
    font-size: 1.15rem;
    line-height: 1.8347826087;
  }
}

.p-agree {
  margin-top: 56px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  /*　チェックマーク　*/
}
.p-agree .p-flex {
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-agree input[type=checkbox] + span:before {
  top: 62%;
}
.p-agree input[type=checkbox]:checked + span:after {
  top: 22%;
}
@media screen and (max-width: 767.98px) {
  .p-agree input[type=checkbox]:checked + span:after {
    top: 17%;
  }
}
.p-agree p {
  font-size: 1.5rem;
  font-weight: 500;
}
@media screen and (max-width: 767.98px) {
  .p-agree p {
    font-size: 1.15rem;
    letter-spacing: 0;
  }
}
.p-agree a {
  text-decoration: underline;
  color: currentColor;
}
@media (any-hover: hover) {
  .p-agree a:hover {
    text-decoration: none;
  }
}

.p-submit-wrapper {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 240px;
  margin: 50px auto 0;
}
@media screen and (max-width: 767.98px) {
  .p-submit-wrapper {
    margin-top: 5rem;
    min-width: 24rem;
  }
}

.c-submit {
  font: inherit;
  font-size: 2rem;
  border-radius: 10px;
  font-weight: 700;
  width: 100%;
  min-height: 70px;
  padding: 0 30px;
}
@media screen and (max-width: 767.98px) {
  .c-submit {
    border-radius: 0.5rem;
    font-size: 1.82rem;
    min-height: 5.8rem;
    padding: 0 2rem;
  }
}

.ui-datepicker {
  min-width: 228px;
  padding: 0.2em 0.2em 0;
  display: none;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  font-size: 1.5rem; /*任意な値を追加して調整*/
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker-calendar th {
  font-size: 1.5rem;
}

.ui-datepicker .ui-datepicker-title {
  font-size: 1.5rem;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  top: 78%;
}

.ui-corner-all {
  outline: none;
}

.error {
  color: red;
  font-size: 1.4rem;
}
@media screen and (max-width: 767.98px) {
  .error {
    font-size: 1rem;
  }
}

.c-conspicuous-txt {
  color: #d4152d;
  font-size: 1.8rem;
  font-weight: 700 !important;
}
@media screen and (max-width: 767.98px) {
  .c-conspicuous-txt {
    font-size: 1.4rem !important;
  }
}

.c-heading__txt {
  text-align: center;
}
.c-heading__txt + .c-heading__txt {
  margin-top: 1em;
}

/* ----------------------------------------------------------------------------------------------------
*	確認画面
* --------------------------------------------------------------------------------------------------*/
.l-confirm .p-caution {
  border-top: none !important;
}
.l-confirm .label-container {
  padding-top: 4px;
}
.l-confirm .content-container p {
  font-size: 1.5rem;
  line-height: 2;
}
@media screen and (max-width: 767.98px) {
  .l-confirm .content-container p {
    font-size: 1.4rem;
  }
}
.l-confirm .p-item .content-container p {
  font-size: 1.6rem;
}
@media screen and (max-width: 767.98px) {
  .l-confirm .p-item .content-container p {
    font-size: 1.4rem;
  }
}
.l-confirm .p-mail2,
.l-confirm .p-caution .c-note,
.l-confirm .p-agree {
  display: none;
}
.l-confirm .p-btn-unit {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  gap: 0 27px;
  flex-direction: row-reverse;
}
@media screen and (max-width: 767.98px) {
  .l-confirm .p-btn-unit {
    display: block;
    margin-top: 5rem;
    text-align: center;
  }
}
.l-confirm .p-btn-unit .p-submit-wrapper {
  margin: 0;
}
@media screen and (max-width: 767.98px) {
  .l-confirm .p-btn-unit .p-submit-wrapper {
    margin-left: auto;
    margin-right: auto;
  }
  .l-confirm .p-btn-unit .p-submit-wrapper + .p-submit-wrapper {
    margin-top: 3rem;
  }
}

/* ----------------------------------------------------------------------------------------------------
*	完了画面
* --------------------------------------------------------------------------------------------------*/
.p-recruit .l-thanks {
  padding-top: 0;
}
@media screen and (max-width: 767.98px) {
  .p-recruit .l-thanks {
    padding-top: 4rem;
  }
}
.p-recruit .l-thanks .p-txt-wrapper {
  padding-top: 76px;
}
@media screen and (max-width: 767.98px) {
  .p-recruit .l-thanks .p-txt-wrapper {
    padding-top: 0;
  }
}
.p-recruit .l-thanks .c-ill02 {
  margin-bottom: -42px;
}
@media screen and (max-width: 767.98px) {
  .p-recruit .l-thanks .c-ill02 {
    margin-bottom: 0;
  }
}

.p-thanks-content {
  display: grid;
  grid-auto-columns: 1fr;
  grid-auto-rows: 1fr;
  grid-template-columns: auto auto auto;
  grid-template-rows: auto auto;
  gap: 0px 0px;
  grid-template-areas: "ill02 txt ill01" "ill02 btn ill01";
}
@media screen and (max-width: 767.98px) {
  .p-thanks-content {
    grid-template-columns: auto auto;
    grid-template-rows: auto auto auto;
    gap: 1rem 0;
    grid-template-areas: "txt txt" "ill02 ill01" "btn btn";
  }
}
.p-thanks-content .p-txt-wrapper {
  grid-area: txt;
  text-align: center;
}
.p-thanks-content .p-txt-wrapper .c-txt {
  margin-top: 40px;
}
@media screen and (max-width: 767.98px) {
  .p-thanks-content .p-txt-wrapper .c-txt {
    margin-top: 2rem;
  }
}
.p-thanks-content .p-btn-wrapper {
  grid-area: btn;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 240px;
  margin: 72px auto 0;
}
@media screen and (max-width: 767.98px) {
  .p-thanks-content .p-btn-wrapper {
    margin-top: 3rem;
    min-width: 24rem;
  }
}
.p-thanks-content .c-btn {
  font-size: 2rem;
  font-weight: 700;
  min-height: 70px;
}
@media screen and (max-width: 767.98px) {
  .p-thanks-content .c-btn {
    font-size: 1.82rem;
    min-height: 5.8rem;
  }
}
.p-thanks-content .c-ill01 {
  grid-area: ill01;
  width: 188px;
}
@media screen and (max-width: 767.98px) {
  .p-thanks-content .c-ill01 {
    width: 13rem;
    margin-left: auto;
  }
}
.p-thanks-content .c-ill02 {
  grid-area: ill02;
  width: 182px;
  margin-top: auto;
}
@media screen and (max-width: 767.98px) {
  .p-thanks-content .c-ill02 {
    width: 13rem;
    margin-right: auto;
  }
}
/*# sourceMappingURL=common.css.map */