@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Work+Sans:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=BIZ+UDPGothic:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Yuji+Syuku&display=swap");
*,
*::before,
*::after {
  box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
blockquote,
dl,
dd,
ul {
  margin: 0;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

body {
  line-height: 1.5;
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

img,
picture {
  max-width: 100%;
  width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
html {
  overflow-x: hidden;
}

body {
  color: #333;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
}

a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s;
}

a:hover {
  opacity: 0.6;
}

a[href^="tel:"], a[href^="fax:"] {
  pointer-events: none;
  transition: none;
}
@media screen and (max-width: 768px) {
  a[href^="tel:"], a[href^="fax:"] {
    pointer-events: auto;
  }
}

a[href^="tel:"]:hover, a[href^="fax:"]:hover {
  opacity: 1;
}

.l-container {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  position: relative;
}

.l-footer {
  background: #88B056;
  position: relative;
  z-index: 90;
}

.l-footer__inner {
  align-items: flex-end;
  display: flex;
  padding-bottom: 2.7777777778vw;
  padding-top: 2.7777777778vw;
}
@media screen and (max-width: 1440px) {
  .l-footer__inner {
    padding-bottom: 40px;
    padding-top: 40px;
  }
}
@media screen and (max-width: 1159px) {
  .l-footer__inner {
    align-items: normal;
    display: grid;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__inner {
    padding-top: 60px;
  }
}

@media screen and (max-width: 1159px) {
  .l-footer__left {
    grid-column: 1/2;
    grid-row: 1/2;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__left {
    margin-inline: auto;
    max-width: 438px;
    text-align: center;
    width: 100%;
  }
}

.l-footer__logo {
  background-image: url(../images/common/footer_logo.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  height: 5.5555555556vw;
  margin-left: 0.6944444444vw;
  width: 30.4166666667vw;
}
@media screen and (max-width: 1440px) {
  .l-footer__logo {
    height: 80px;
    width: 438px;
  }
}
@media screen and (max-width: 1159px) {
  .l-footer__logo {
    background-position: center;
    margin-inline: auto;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__logo {
    max-width: 350px;
    width: 100%;
  }
}

.l-footer__info {
  color: #FFF;
  font-size: 1.1111111111vw;
  letter-spacing: 0.1px;
  line-height: 1.6;
  margin-top: 0.4861111111vw;
  padding-left: 0.4166666667vw;
}
@media screen and (max-width: 1440px) {
  .l-footer__info {
    font-size: 16px;
    margin-top: 7px;
    padding-left: 6px;
  }
}
@media screen and (max-width: 1159px) {
  .l-footer__info {
    margin: 100px auto 0;
    padding-left: 0;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__info {
    margin-top: 320px;
  }
}

.l-footer__info address {
  font-style: normal;
}

.l-footer__right {
  margin-bottom: 2.7777777778vw;
  margin-left: auto;
}
@media screen and (max-width: 1440px) {
  .l-footer__right {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1159px) {
  .l-footer__right {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: 90px auto 0;
  }
}

.l-footer__nav {
  align-items: center;
  display: flex;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-footer__nav {
    display: block;
  }
}

.l-footer-nav__item {
  align-items: center;
  border-right: 1px solid rgba(255, 255, 255, 0.6);
  color: #FFF;
  display: flex;
  font-size: 1.1111111111vw;
  justify-content: center;
  letter-spacing: 0.3px;
  padding-inline: 1.4583333333vw;
  position: relative;
}
@media screen and (max-width: 1440px) {
  .l-footer-nav__item {
    font-size: 16px;
    padding-inline: 21px;
  }
}
@media screen and (max-width: 768px) {
  .l-footer-nav__item {
    border-right: 0;
    flex-direction: column;
  }
}

.l-footer-nav__item:last-child {
  border-right: none;
}

.l-footer-nav__link {
  letter-spacing: -0.02px;
}
@media screen and (max-width: 768px) {
  .l-footer-nav__link {
    padding-block: 10px;
  }
}

.l-footer-nav__item ul {
  margin-left: 0.3472222222vw;
  margin-top: 4.8611111111vw;
  position: absolute;
}
@media screen and (max-width: 1440px) {
  .l-footer-nav__item ul {
    margin-left: 5px;
    margin-top: 70px;
  }
}
@media screen and (max-width: 768px) {
  .l-footer-nav__item ul {
    margin-bottom: 20px;
    margin-top: 0;
    position: relative;
  }
}

.l-footer-nav__sub-item {
  align-items: center;
  display: flex;
  font-size: 0.9027777778vw;
  gap: 0.1388888889vw;
}
@media screen and (max-width: 1440px) {
  .l-footer-nav__sub-item {
    font-size: 13px;
    gap: 2px;
  }
}

.l-footer-nav__sub-item:before {
  background: #FFF;
  content: "";
  display: block;
  height: 1px;
  width: 0.4861111111vw;
}
@media screen and (max-width: 1440px) {
  .l-footer-nav__sub-item:before {
    width: 7px;
  }
}

.l-footer__copyright {
  background: #3B7660;
  padding-block: 0.9027777778vw;
  text-align: center;
}
@media screen and (max-width: 1440px) {
  .l-footer__copyright {
    padding-block: 13px;
  }
}

.l-footer__copyright small {
  color: #FFF;
  font-size: 1.1111111111vw;
  letter-spacing: 1.5px;
}
@media screen and (max-width: 1440px) {
  .l-footer__copyright small {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__copyright small {
    font-size: 10px;
  }
}

.l-header {
  background: linear-gradient(rgba(0, 0, 0, 0.55) 0, rgba(255, 255, 255, 0) 80%);
  display: flex;
  height: 11.1111111111vw;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
@media screen and (max-width: 1440px) {
  .l-header {
    height: 160px;
  }
}
@media screen and (max-width: 768px) {
  .l-header {
    height: 70px;
  }
}

.is-open .l-header {
  background: #88B056;
}

.l-header__inner {
  display: flex;
  justify-content: center;
  margin-inline: auto;
  max-width: 100vw;
  padding-left: 2.7083333333vw;
  padding-right: 1.7361111111vw;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1440px) {
  .l-header__inner {
    padding-left: 39px;
    padding-right: 25px;
  }
}
@media screen and (max-width: 768px) {
  .l-header__inner {
    justify-content: center;
    padding-inline: 20px;
  }
}

.l-header__left {
  background-image: url(../images/common/header_left-bg.png);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
  clip-path: polygon(0 0, 100% 0, 100% 30%, 0 100%);
  height: 20.9027777778vw;
  left: 0;
  position: absolute;
  top: 0;
  transition: background-image 0.3s;
  width: 43.0555555556vw;
}
@media screen and (max-width: 1440px) {
  .l-header__left {
    height: 301px;
    width: 620px;
  }
}
@media screen and (max-width: 1159px) {
  .l-header__left {
    clip-path: polygon(0 0, 100% 0, 100% 30%, 0 105%);
    height: 300px;
    width: 320px;
  }
}
@media screen and (max-width: 768px) {
  .l-header__left {
    height: 170px;
    width: 240px;
  }
}

.is-open .l-header__left {
  background-image: none !important;
}

.l-header__logo {
  background-image: url(../images/common/logo.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  height: 3.8888888889vw;
  margin-left: 2.6388888889vw;
  margin-top: 1.7361111111vw;
  width: 34.375vw;
}
@media screen and (max-width: 1440px) {
  .l-header__logo {
    height: 56px;
    margin-left: 38px;
    margin-top: 25px;
    width: 495px;
  }
}
@media screen and (max-width: 1159px) {
  .l-header__logo {
    height: 29px;
    margin-left: 20px;
    margin-top: 35px;
    width: 260px;
  }
}
@media screen and (max-width: 768px) {
  .l-header__logo {
    height: 23px;
    margin-left: 5px;
    margin-top: 25px;
    width: 210px;
  }
}

.l-header__right {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-left: calc(29.1666666667vw - 30px);
  padding-bottom: 3.4722222222vw;
  width: 70.8333333333vw;
}
@media screen and (max-width: 1440px) {
  .l-header__right {
    justify-content: right;
    margin-left: 390px;
    padding-bottom: 50px;
    width: calc(100vw - 420px);
  }
}
@media screen and (max-width: 1279px) {
  .l-header__right {
    gap: 30px;
    margin-left: auto;
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  .l-header__right {
    padding-bottom: 0;
  }
}

.l-header__right nav {
  width: 100%;
}
@media screen and (max-width: 1279px) {
  .l-header__right nav {
    display: none;
  }
}

.l-header__nav {
  align-items: center;
  display: flex;
  justify-content: flex-end;
}

.l-header-nav__item {
  border-left: 1px solid #FFF;
  display: flex;
  font-weight: 500;
  justify-content: center;
  line-height: 112.5%;
  min-width: 7.5347222222vw;
  position: relative;
  text-overflow: ellipsis;
  transition: border-color 0.3s;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1440px) {
  .l-header-nav__item {
    min-width: 108.5px;
  }
}

.l-header-nav__item:first-child {
  border-left: none;
  margin-right: 0.5555555556vw;
}
@media screen and (max-width: 1440px) {
  .l-header-nav__item:first-child {
    margin-right: 8px;
  }
}

.l-header-nav__link {
  color: #FFF;
  cursor: pointer;
  font-size: 1.1111111111vw;
  transition: all 0.3s;
}
@media screen and (max-width: 1440px) {
  .l-header-nav__link {
    font-size: 16px;
  }
}

.l-header-nav__link--store,
.l-headerDrawer__link--store {
  align-items: center;
  display: flex;
  flex-direction: row-reverse;
  gap: 0.6944444444vw;
}
@media screen and (max-width: 1440px) {
  .l-header-nav__link--store,
  .l-headerDrawer__link--store {
    gap: 10px;
  }
}

.l-headerDrawer__link--store {
  justify-content: center;
}

.l-header-nav__link--store:before,
.l-headerDrawer__link--store:before {
  background-image: url(../images/common/triangle.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 0.625vw;
  width: 0.9027777778vw;
}
@media screen and (max-width: 1440px) {
  .l-header-nav__link--store:before,
  .l-headerDrawer__link--store:before {
    height: 9px;
    width: 13px;
  }
}

.l-headerDrawer__link--store:before {
  position: absolute;
  right: 45px;
}

.l-header__sub-menu-wrap {
  display: none;
  left: auto;
  padding-top: 1.7361111111vw;
  position: absolute;
  transform: none;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-width: 1440px) {
  .l-header__sub-menu-wrap {
    padding-top: 25px;
  }
}
@media screen and (max-width: 1279px) {
  .l-header__sub-menu-wrap {
    position: relative;
  }
}

.l-header__sub-menu {
  background-color: #F5F5F5;
  border-radius: 2px;
  display: flex;
  flex-direction: column;
  gap: 0.2777777778vw;
  padding: 0.5555555556vw;
  width: 100%;
}
@media screen and (max-width: 1440px) {
  .l-header__sub-menu {
    gap: 4px;
    padding: 8px;
  }
}
@media screen and (max-width: 1279px) {
  .l-header__sub-menu {
    background-color: transparent;
  }
}

.l-header__sub-menu li {
  color: #000;
  font-weight: 400;
}
@media screen and (max-width: 1279px) {
  .l-header__sub-menu li {
    color: #FFF;
  }
}

@media screen and (max-width: 1279px) {
  .l-header__contact {
    display: none;
  }
}

.l-header__contact-btn {
  align-items: center;
  display: flex;
  gap: 0.625vw;
  justify-content: center;
  max-width: 11.9444444444vw;
  width: 11.9444444444vw;
}
@media screen and (max-width: 1440px) {
  .l-header__contact-btn {
    width: calc(160px + 40 * (100vw - 1280px) / 40);
  }
}
@media screen and (max-width: 1279px) {
  .l-header__contact-btn {
    width: 150px;
  }
}

.l-header__contact-btn:before {
  background-image: url(../images/common/icon_contact.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 14px;
  width: 22px;
}

.l-headerDrawer {
  display: none;
}
@media screen and (max-width: 1279px) {
  .l-headerDrawer {
    background: #88B056;
    display: block;
    height: 100vh;
    opacity: 0;
    overflow-y: scroll;
    position: fixed;
    text-align: left;
    top: 104px;
    transition: 0.3s;
    visibility: hidden;
    width: 100%;
    z-index: 100;
  }
}
@media screen and (max-width: 768px) {
  .l-headerDrawer {
    top: 70px;
  }
}

@media screen and (max-width: 1440px) {
  .l-headerDrawer__inner {
    padding-bottom: 200px;
    padding-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  .l-headerDrawer__inner {
    padding-top: 70px;
  }
}

@media screen and (max-width: 1440px) {
  .is-open .l-headerDrawer {
    opacity: 1;
    visibility: visible;
  }
}

@media screen and (max-width: 1440px) {
  .l-headerDrawer__nav {
    align-items: center;
    color: #FFF;
    display: flex;
    flex-direction: column;
    font-size: 22px;
    font-weight: 700;
    gap: 70px;
    margin-inline: auto;
    position: relative;
    width: 220px;
  }
}
@media screen and (max-width: 768px) {
  .l-headerDrawer__nav {
    font-size: 18px;
    gap: 50px;
  }
}

@media screen and (max-width: 1440px) {
  .l-headerDrawer__contact {
    margin-top: 70px;
  }
}
@media screen and (max-width: 768px) {
  .l-headerDrawer__contact {
    margin-top: 50px;
  }
}

@media screen and (max-width: 1440px) {
  .l-headerDrawer__contact-btn.c-btn {
    align-items: center;
    display: flex;
    font-size: 22px;
    gap: 15px;
    justify-content: center;
    margin-inline: auto;
    padding: 14px 0;
    width: 220px;
  }
}
@media screen and (max-width: 768px) {
  .l-headerDrawer__contact-btn.c-btn {
    font-size: 20px;
  }
}

.l-header__hamburger {
  display: none;
}
@media screen and (max-width: 1279px) {
  .l-header__hamburger {
    display: block;
  }
}

.l-header__hamburgerBtn {
  display: none;
}
@media screen and (max-width: 1440px) {
  .l-header__hamburgerBtn {
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: block;
    height: 55px;
    margin: 0;
    outline: none;
    padding: 0;
    position: relative;
    transition: 0.3s;
    width: 55px;
  }
}
@media screen and (max-width: 1159px) {
  .l-header__hamburgerBtn {
    height: 50px;
    width: 40px;
  }
}
@media screen and (max-width: 768px) {
  .l-header__hamburgerBtn {
    height: 40px;
    width: 40px;
  }
}

@media screen and (max-width: 1440px) {
  .l-header__hamburgerBtnLine {
    background-color: #FFF;
    display: block;
    height: 4px;
    margin-inline: auto;
    transition: all 0.3s;
    width: 100%;
  }
}
@media screen and (max-width: 1159px) {
  .l-header__hamburgerBtnLine {
    height: 3px;
  }
}
@media screen and (max-width: 768px) {
  .l-header__hamburgerBtnLine {
    height: 2px;
  }
}

.is-open .l-header__hamburgerBtnLine {
  background-color: #FFF !important;
}

.l-container:has(.p-fv) .l-header__hamburgerBtnLine {
  background: #FFF;
}

.is-open .l-container:has(.p-fv) .l-header__hamburgerBtnLine {
  background: #FFF;
}

@media screen and (max-width: 1440px) {
  .l-header__hamburgerBtnLine:nth-of-type(1) {
    transform: translateY(-12px);
  }
}
@media screen and (max-width: 1159px) {
  .l-header__hamburgerBtnLine:nth-of-type(1) {
    transform: translateY(-8px);
  }
}

@media screen and (max-width: 1440px) {
  .l-header__hamburgerBtnLine:nth-of-type(3) {
    transform: translateY(12px);
  }
}
@media screen and (max-width: 1159px) {
  .l-header__hamburgerBtnLine:nth-of-type(3) {
    transform: translateY(8px);
  }
}

@media screen and (max-width: 1440px) {
  .is-open .l-header__hamburgerBtnLine:nth-of-type(1) {
    transform: translate(0, 4px) rotate(45deg);
  }
}
@media screen and (max-width: 1159px) {
  .is-open .l-header__hamburgerBtnLine:nth-of-type(1) {
    transform: translate(0, 3px) rotate(45deg);
  }
}
@media screen and (max-width: 768px) {
  .is-open .l-header__hamburgerBtnLine:nth-of-type(1) {
    transform: translate(0, 2px) rotate(45deg);
  }
}

@media screen and (max-width: 1440px) {
  .is-open .l-header__hamburgerBtnLine:nth-of-type(2) {
    opacity: 0;
  }
}

@media screen and (max-width: 1440px) {
  .is-open .l-header__hamburgerBtnLine:nth-of-type(3) {
    transform: translate(0, -4px) rotate(-45deg);
  }
}
@media screen and (max-width: 1159px) {
  .is-open .l-header__hamburgerBtnLine:nth-of-type(3) {
    transform: translate(0, -3px) rotate(-45deg);
  }
}
@media screen and (max-width: 768px) {
  .is-open .l-header__hamburgerBtnLine:nth-of-type(3) {
    transform: translate(0, -2px) rotate(-45deg);
  }
}

.l-inner {
  height: 100%;
  margin-inline: auto;
  max-width: 86.8055555556vw;
  padding-inline: 4.5138888889vw;
  position: relative;
}
@media screen and (max-width: 1279px) {
  .l-inner {
    max-width: 1240px;
    padding-inline: 65px;
  }
}
@media screen and (max-width: 1159px) {
  .l-inner {
    max-width: 1040px;
    padding-inline: 40px;
  }
}
@media screen and (max-width: 569px) {
  .l-inner {
    max-width: 100%;
    padding-inline: 20px;
  }
}

.l-main {
  display: flex;
  flex: 1;
  flex-direction: column;
  overflow-x: hidden;
  position: relative;
  width: 100vw;
}

.l-pageContent {
  background: #FFF;
  display: flex;
  flex: 1;
  flex-direction: column;
  height: 100%;
  position: relative;
  z-index: 1;
}

.c-access__info {
  letter-spacing: 1px;
  line-height: 1.4;
  margin-top: 2.0833333333vw;
}
@media screen and (max-width: 1440px) {
  .c-access__info {
    margin-top: 30px;
  }
}

.c-access__info-address {
  font-size: 1.25vw;
  letter-spacing: 0.9px;
}
@media screen and (max-width: 1440px) {
  .c-access__info-address {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .c-access__info-address {
    font-size: 16px;
  }
}

.c-access__info-num {
  display: flex;
  flex-direction: column;
  font-size: 1.25vw;
  letter-spacing: 1.3px;
}
@media screen and (max-width: 1440px) {
  .c-access__info-num {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .c-access__info-num {
    font-size: 16px;
  }
}

.c-access__map-wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 2.0833333333vw;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1440px) {
  .c-access__map-wrap {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1279px) {
  .c-access__map-wrap {
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .c-access__map-wrap {
    flex-direction: column;
    gap: 20px;
  }
}
@media screen and (max-width: 569px) {
  .c-access__map-wrap {
    gap: 10px;
  }
}

.c-access__map, .c-access__map-street {
  height: 22.2222222222vw;
  overflow: hidden;
  width: 100%;
}
@media screen and (max-width: 1440px) {
  .c-access__map, .c-access__map-street {
    height: 320px;
  }
}
@media screen and (max-width: 768px) {
  .c-access__map, .c-access__map-street {
    height: auto;
  }
}

.c-access__map iframe, .c-access__map-street iframe {
  aspect-ratio: 560/320;
  height: auto;
  width: 100%;
}

.c-access__btn-wrap {
  margin: 2.0833333333vw auto;
}
@media screen and (max-width: 1440px) {
  .c-access__btn-wrap {
    margin: 30px auto;
  }
}

.c-access__btn {
  display: block;
  width: 13.8888888889vw;
}
@media screen and (max-width: 1440px) {
  .c-access__btn {
    width: 200px;
  }
}

.c-breadcrumb {
  margin-top: 1.25vw;
}
@media screen and (max-width: 1440px) {
  .c-breadcrumb {
    margin-top: 18px;
  }
}
@media screen and (max-width: 768px) {
  .c-breadcrumb {
    margin-top: 15px;
  }
}

.c-breadcrumb__item {
  color: #4C4C4C;
  font-size: 1.1111111111vw;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 1440px) {
  .c-breadcrumb__item {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .c-breadcrumb__item {
    font-size: 15px;
    letter-spacing: 1px;
  }
}

.c-breadcrumb__link {
  text-decoration: underline;
}

.c-breadcrumb__arrow {
  font-size: 1.1111111111vw;
  padding-right: 0.3472222222vw;
}
@media screen and (max-width: 1440px) {
  .c-breadcrumb__arrow {
    font-size: 16px;
    padding-left: 2px;
    padding-right: 5px;
  }
}
@media screen and (max-width: 768px) {
  .c-breadcrumb__arrow {
    font-size: 17px;
    padding-right: 2px;
  }
}

.c-btn {
  align-items: center;
  background: #F39405;
  color: #FFF;
  display: flex;
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 1.1111111111vw;
  font-weight: 700;
  padding-block: 0.6944444444vw;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 1440px) {
  .c-btn {
    font-size: 16px;
    padding-block: 10px;
  }
}
@media screen and (max-width: 768px) {
  .c-btn {
    font-size: 18px;
  }
}

.c-btn--white {
  background: #FFF;
  color: #0084C9;
}

.c-btn--white:after {
  border-bottom: 2px solid #0084C9;
  border-right: 2px solid #0084C9;
}

.c-btn--blue:after {
  border-bottom: 2px solid #FFF;
  border-right: 2px solid #FFF;
}

.c-btn--arrow:after {
  border-bottom: 2px solid #FFF;
  border-right: 2px solid #FFF;
  content: "";
  display: block;
  height: 0.5555555556vw;
  position: relative;
  right: 0;
  rotate: -45deg;
  width: 0.5555555556vw;
}
@media screen and (max-width: 1440px) {
  .c-btn--arrow:after {
    height: 8px;
    right: 0;
    width: 8px;
  }
}

.c-contact__inner {
  padding-bottom: 5.5555555556vw;
  padding-top: 5.2083333333vw;
}
@media screen and (max-width: 1440px) {
  .c-contact__inner {
    padding-bottom: 80px;
    padding-top: 75px;
  }
}

.c-contact__mail-form {
  margin-top: 2.6388888889vw;
}
@media screen and (max-width: 1440px) {
  .c-contact__mail-form {
    margin-top: 38px;
  }
}

.c-contact-form__item {
  font-size: 1.3888888889vw;
  margin-top: 2.6388888889vw;
}
@media screen and (max-width: 1440px) {
  .c-contact-form__item {
    font-size: 20px;
    margin-top: 38px;
  }
}
@media screen and (max-width: 768px) {
  .c-contact-form__item {
    margin-top: 25px;
  }
}
@media screen and (max-width: 569px) {
  .c-contact-form__item {
    font-size: 18px;
  }
}

.c-contact-form__item:first-child {
  margin-top: 0;
}

.c-contact-form__item--privacy {
  margin-top: 1.3888888889vw;
}
@media screen and (max-width: 1440px) {
  .c-contact-form__item--privacy {
    margin-top: 20px;
  }
}

.c-form-item__title {
  font-weight: 500;
  letter-spacing: 1px;
}

.c-form-item__title .required {
  color: #FF4747;
}

.c-form-item__detail {
  margin-top: 0.4166666667vw;
}
@media screen and (max-width: 1440px) {
  .c-form-item__detail {
    margin-top: 6px;
  }
}

.c-form-item__field {
  background: #FFF;
  border: 1px solid rgba(0, 0, 0, 0.5);
  font-feature-settings: "palt";
  letter-spacing: 0.01px;
  padding: 1.0555555556vw 1.6666666667vw;
  width: 100%;
}
@media screen and (max-width: 1440px) {
  .c-form-item__field {
    font-size: 20px;
    padding: 15.2px 24px;
  }
}
@media screen and (max-width: 768px) {
  .c-form-item__field {
    padding: 12px 15px;
  }
}
@media screen and (max-width: 569px) {
  .c-form-item__field {
    font-size: 16px;
  }
}

.c-form-item__field::-moz-placeholder {
  color: #999;
}

.c-form-item__field::placeholder {
  color: #999;
}

textarea.c-form-item__field {
  height: 11.1111111111vw;
}
@media screen and (max-width: 1440px) {
  textarea.c-form-item__field {
    height: 160px;
  }
}

.c-contact__btnWrap {
  margin-top: 1.0416666667vw;
  text-align: center;
}
@media screen and (max-width: 1440px) {
  .c-contact__btnWrap {
    margin-top: 15px;
  }
}

.c-contact__btn {
  align-items: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #F39405;
  border: none;
  color: #FFF;
  display: flex;
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 1.3888888889vw;
  font-weight: 700;
  gap: 1.0416666667vw;
  justify-content: center;
  letter-spacing: 1px;
  margin-inline: auto;
  max-width: 25vw;
  padding-block: 0.9722222222vw;
  width: 25vw;
}
@media screen and (max-width: 1440px) {
  .c-contact__btn {
    font-size: 20px;
    font-weight: 700;
    gap: 15px;
    letter-spacing: 1px;
    min-width: 300px;
    padding-block: 14px;
    width: calc(300px + 60 * (100vw - 1280px) / 60);
  }
}
@media screen and (max-width: 768px) {
  .c-contact__btn {
    font-size: 18px;
    height: auto;
    padding-block: 14px;
    width: 100%;
  }
}

.c-form-item__privacy {
  align-items: center;
  display: flex;
  gap: 1.0416666667vw;
  justify-content: center;
}
@media screen and (max-width: 1440px) {
  .c-form-item__privacy {
    gap: 15px;
  }
}
@media screen and (max-width: 768px) {
  .c-form-item__privacy {
    gap: 5px;
  }
}

.c-form-item__privacy input {
  border: 1px solid #222;
  cursor: pointer;
  height: 17px;
  width: 17px;
}

.c-form-item__privacy-link {
  font-size: 1.3888888889vw;
  letter-spacing: 0.6px;
}
@media screen and (max-width: 1440px) {
  .c-form-item__privacy-link {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .c-form-item__privacy-link {
    font-size: 16px;
    letter-spacing: 1px;
  }
}

.c-form-item__privacy-link a {
  text-decoration: underline;
}

.c-contact__privacy {
  color: #000;
  padding-top: 5.2083333333vw;
}
@media screen and (max-width: 1440px) {
  .c-contact__privacy {
    padding-top: 75px;
  }
}
@media screen and (max-width: 768px) {
  .c-contact__privacy {
    padding-top: 110px;
  }
}
@media screen and (max-width: 569px) {
  .c-contact__privacy {
    padding-top: 65px;
  }
}

.c-contact-privacy__list {
  display: flex;
  flex-direction: column;
  gap: 2.7777777778vw;
  margin-top: 2.0833333333vw;
}
@media screen and (max-width: 1440px) {
  .c-contact-privacy__list {
    gap: 40px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .c-contact-privacy__list {
    gap: 20px;
  }
}

.c-contact-privacy__list-item {
  color: #333;
}

.c-contact-privacy__list-title {
  align-items: center;
  display: flex;
  font-size: 1.6666666667vw;
  font-weight: 500;
  gap: 1.3888888889vw;
  letter-spacing: 0.1px;
}
@media screen and (max-width: 1440px) {
  .c-contact-privacy__list-title {
    font-size: 24px;
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .c-contact-privacy__list-title {
    font-size: 18px;
  }
}
@media screen and (max-width: 569px) {
  .c-contact-privacy__list-title {
    gap: 12px;
  }
}

.c-contact-privacy__list-text {
  font-size: 1.1111111111vw;
  letter-spacing: 0.01px;
  line-height: 1.6;
  padding-top: 0.6944444444vw;
}
@media screen and (max-width: 1440px) {
  .c-contact-privacy__list-text {
    font-size: 16px;
    padding-top: 10px;
  }
}

.c-newsList {
  display: flex;
  flex-direction: column;
  gap: 0.9027777778vw;
}
@media screen and (max-width: 1440px) {
  .c-newsList {
    gap: 13px;
  }
}

.c-newsList__item {
  border-bottom: 1px solid #000;
  font-size: 1.1111111111vw;
  padding-bottom: 0.8333333333vw;
}
@media screen and (max-width: 1440px) {
  .c-newsList__item {
    font-size: 16px;
    padding-bottom: 12px;
  }
}

.c-newsList__item-head {
  align-items: center;
  display: flex;
  gap: 1.0416666667vw;
}
@media screen and (max-width: 1440px) {
  .c-newsList__item-head {
    gap: 15px;
  }
}
@media screen and (max-width: 768px) {
  .c-newsList__item-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 0;
  }
}

.c-newsList__item-date {
  font-size: 1.1111111111vw;
  font-weight: 500;
  letter-spacing: 0.6px;
}
@media screen and (max-width: 1440px) {
  .c-newsList__item-date {
    font-size: 16px;
  }
}

.c-newsList__item-title,
.c-newsList__item-body {
  font-weight: 500;
  letter-spacing: 0.8px;
}

.c-newsList__item-body {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .c-newsList__item-body {
    margin-top: 15px;
  }
}

.c-pageFv {
  background-image: url(../images/common/page_fv.webp);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  height: 29.8611111111vw;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1440px) {
  .c-pageFv {
    height: 430px;
  }
}
@media screen and (max-width: 1159px) {
  .c-pageFv {
    height: 350px;
  }
}
@media screen and (max-width: 768px) {
  .c-pageFv {
    height: 250px;
  }
}
@media screen and (max-width: 569px) {
  .c-pageFv {
    height: 190px;
  }
}

.no-webp .c-pageFv {
  background-image: url(../images/common/page_fv.png);
}

.c-pageFv__inner {
  align-items: center;
  display: flex;
  justify-content: center;
  padding-inline: 5.2083333333vw;
  padding-top: 2.0833333333vw;
}
@media screen and (max-width: 1440px) {
  .c-pageFv__inner {
    padding-inline: 75px;
    padding-top: 30px;
  }
}
@media screen and (max-width: 1159px) {
  .c-pageFv__inner {
    padding-inline: 20px;
  }
}

.c-pageFv__title {
  color: #FFF;
  margin-top: 4.1666666667vw;
  position: absolute;
  z-index: 1;
}
@media screen and (max-width: 1440px) {
  .c-pageFv__title {
    margin-top: 60px;
  }
}
@media screen and (max-width: 1159px) {
  .c-pageFv__title {
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .c-pageFv__title {
    margin-top: 15px;
  }
}
@media screen and (max-width: 768px) {
  .c-pageFv__title {
    margin-top: 55px;
  }
}

.c-pageFv__title-en {
  font-size: 5.9722222222vw;
  font-weight: 600;
  letter-spacing: -3px;
  line-height: 1;
  text-transform: capitalize;
}
@media screen and (max-width: 1440px) {
  .c-pageFv__title-en {
    font-size: 86px;
  }
}
@media screen and (max-width: 768px) {
  .c-pageFv__title-en {
    font-size: 60px;
  }
}
@media screen and (max-width: 569px) {
  .c-pageFv__title-en {
    font-size: 36px;
  }
}

.c-pageFv__title--upper .c-pageFv__title-en {
  text-transform: uppercase;
}

.c-pageFv__title-ja {
  font-size: 1.6666666667vw;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 1440px) {
  .c-pageFv__title-ja {
    font-size: 24px;
  }
}
@media screen and (max-width: 569px) {
  .c-pageFv__title-ja {
    font-size: 18px;
  }
}

.c-title {
  color: #FFF;
  display: flex;
  flex-direction: column;
}

.c-title__en {
  font-size: 5vw;
  font-weight: 800;
  letter-spacing: 0.1px;
  line-height: 1.2;
  text-transform: capitalize;
}
@media screen and (max-width: 1440px) {
  .c-title__en {
    font-size: 72px;
  }
}
@media screen and (max-width: 1279px) {
  .c-title__en {
    font-size: 70px;
  }
}
@media screen and (max-width: 768px) {
  .c-title__en {
    font-size: 48px;
  }
}

.c-title__ja {
  font-size: 1.6666666667vw;
  font-weight: 500;
  letter-spacing: 1.5px;
}
@media screen and (max-width: 1440px) {
  .c-title__ja {
    font-size: 24px;
  }
}
@media screen and (max-width: 1159px) {
  .c-title__ja {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .c-title__ja {
    font-size: 16px;
  }
}

.c-title--green .c-title__en {
  color: #88B056;
}

.c-title--green .c-title__ja {
  color: #333;
}

.c-sec-title {
  align-items: center;
  background: #88B056;
  color: #FFF;
  display: flex;
  font-size: 1.9444444444vw;
  font-weight: 500;
  gap: 1.25vw;
  letter-spacing: 2.5px;
  padding: 0.6944444444vw 2.4305555556vw;
  position: relative;
}
@media screen and (max-width: 1440px) {
  .c-sec-title {
    font-size: 28px;
    gap: 18px;
    padding: 7px 13px;
  }
}
@media screen and (max-width: 768px) {
  .c-sec-title {
    font-size: 20px;
    gap: 10px;
    letter-spacing: 1.5px;
    padding: 10px 14px;
  }
}

.c-sec-title:before,
.c-sec-title:after {
  background: #FFF;
  content: "";
  display: block;
}

.c-sec-title:before {
  height: 2.8472222222vw;
  width: 0.3472222222vw;
}
@media screen and (max-width: 1440px) {
  .c-sec-title:before {
    height: 41px;
    width: 5px;
  }
}

.c-sec-title:after {
  clip-path: polygon(0 0, 100% 0, 100% 100%);
  height: 1.7361111111vw;
  position: absolute;
  right: -0.0694444444vw;
  top: -0.0694444444vw;
  width: 2.0833333333vw;
}
@media screen and (max-width: 1440px) {
  .c-sec-title:after {
    height: 25px;
    right: -1px;
    top: -1px;
    width: 30px;
  }
}
@media screen and (max-width: 768px) {
  .c-sec-title:after {
    height: 15px;
    width: 15px;
  }
}

.p-contact {
  background-image: url(../images/top/contact_bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 100vw;
}
@media screen and (max-width: 768px) {
  .p-contact {
    height: 100%;
    padding-bottom: 50px;
  }
}

.no-webp .p-contact {
  background-image: url(../images/top/contact_bg.png);
}

.p-contact__inner {
  padding-bottom: 7.6388888889vw;
  padding-top: 6.5972222222vw;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1440px) {
  .p-contact__inner {
    max-width: 100%;
    padding-bottom: 110px;
    padding-inline: 24px;
    padding-top: 95px;
  }
}
@media screen and (max-width: 768px) {
  .p-contact__inner {
    padding-bottom: 50px;
    padding-top: 50px;
    text-align: center;
  }
}
@media screen and (max-width: 569px) {
  .p-contact__inner {
    padding-bottom: 10px;
  }
}

.p-contact__title .c-title {
  align-items: center;
}

.p-contact__title .c-title__en {
  color: #FFF;
  font-size: 7.6388888889vw;
  font-weight: 500;
  letter-spacing: 3.5px;
  text-transform: uppercase;
}
@media screen and (max-width: 569px) {
  .p-contact__title .c-title__en {
    font-size: 40px;
  }
}

.p-contact__link-wrap {
  display: flex;
  justify-content: center;
  margin-top: 2.1527777778vw;
}
@media screen and (max-width: 1440px) {
  .p-contact__link-wrap {
    margin-top: 31px;
  }
}
@media screen and (max-width: 768px) {
  .p-contact__link-wrap {
    flex-direction: column;
  }
}

.p-contact__link {
  border-right: 2px solid #777;
  padding-bottom: 1.0416666667vw;
  text-align: center;
  width: 38.1944444444vw;
}
@media screen and (max-width: 1440px) {
  .p-contact__link {
    padding-bottom: 15px;
    width: 550px;
  }
}
@media screen and (max-width: 1159px) {
  .p-contact__link {
    padding-right: 10px;
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .p-contact__link {
    border-bottom: 2px solid #777;
    border-right: 0;
    padding-bottom: 20px;
    padding-right: 0;
    width: 100%;
  }
}

.p-contact__link:not(:first-child) {
  border-right: none;
}
@media screen and (max-width: 1159px) {
  .p-contact__link:not(:first-child) {
    padding-left: 10px;
  }
}
@media screen and (max-width: 768px) {
  .p-contact__link:not(:first-child) {
    border-bottom: none;
    padding-inline: 0;
    padding-top: 20px;
  }
}

.p-contact__link-image {
  margin-inline: auto;
  width: 3.8194444444vw;
}
@media screen and (max-width: 1440px) {
  .p-contact__link-image {
    width: 55px;
  }
}
@media screen and (max-width: 1159px) {
  .p-contact__link-image {
    width: 50px;
  }
}
@media screen and (max-width: 768px) {
  .p-contact__link-image {
    width: 40px;
  }
}

.p-contact__link-num {
  line-height: 1;
  margin-top: 1.0416666667vw;
}
@media screen and (max-width: 768px) {
  .p-contact__link-num {
    margin-top: 15px;
  }
}

.p-contact__link-num--tel {
  font-size: 2.7777777778vw;
  font-weight: 500;
  letter-spacing: 3.2px;
}
@media screen and (max-width: 1440px) {
  .p-contact__link-num--tel {
    font-size: 40px;
  }
}
@media screen and (max-width: 1159px) {
  .p-contact__link-num--tel {
    font-size: 34px;
  }
}
@media screen and (max-width: 768px) {
  .p-contact__link-num--tel {
    font-size: 28px;
  }
}

.p-contact__link-num--fax {
  font-size: 1.3888888889vw;
  font-weight: 700;
  letter-spacing: 2px;
  margin-top: 1.5277777778vw;
}
@media screen and (max-width: 1440px) {
  .p-contact__link-num--fax {
    font-size: 20px;
    margin-top: 22px;
  }
}
@media screen and (max-width: 1159px) {
  .p-contact__link-num--fax {
    font-size: 16px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .p-contact__link-num--fax {
    font-size: 14px;
    margin-top: 10px;
  }
}

.p-contact__link-text {
  font-size: 1.6666666667vw;
  font-weight: 700;
  letter-spacing: 0.1px;
  margin-top: 2.2222222222vw;
}
@media screen and (max-width: 1440px) {
  .p-contact__link-text {
    font-size: 24px;
    margin-top: 32px;
  }
}
@media screen and (max-width: 1159px) {
  .p-contact__link-text {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-contact__link-text {
    font-size: 16px;
    margin-top: 15px;
  }
}

.p-fv {
  position: relative;
}

.p-fv:before,
.p-fv:after {
  background-repeat: no-repeat;
  bottom: 0;
  content: "";
  display: block;
  position: absolute;
}

.p-fv:before {
  background-image: url(../images/top/fv_bottom-bg.webp);
  background-position: center bottom;
  background-size: contain;
  bottom: 0;
  height: 8.4722222222vw;
  width: 100vw;
  z-index: 1;
}
@media screen and (max-width: 1440px) {
  .p-fv:before {
    height: 122px;
    width: 100%;
  }
}
@media screen and (max-width: 1159px) {
  .p-fv:before {
    background-size: cover;
  }
}
@media screen and (max-width: 768px) {
  .p-fv:before {
    height: 100px;
  }
}

.no-webp .p-fv:before {
  background-image: url(../images/top/fv_bottom-bg.png);
}

.p-fv:after {
  background-image: url(../images/top/fv_right-bottom-bg.webp);
  background-position: right bottom;
  background-size: contain;
  height: 56.25vw;
  right: 0;
  width: 42.2222222222vw;
}
@media screen and (max-width: 1440px) {
  .p-fv:after {
    height: 810px;
    width: 608px;
  }
}
@media screen and (max-width: 1159px) {
  .p-fv:after {
    height: 261px;
    width: 300px;
  }
}
@media screen and (max-width: 768px) {
  .p-fv:after {
    height: 218px;
    width: 250px;
  }
}
@media screen and (max-width: 569px) {
  .p-fv:after {
    height: 166px;
    width: 190px;
  }
}

.no-webp .p-fv:after {
  background-image: url(../images/top/fv_right-bottom-bg.png);
}

.p-fv__inner {
  height: 100svh;
  position: relative;
}

.p-fv__video {
  height: 100svh;
  position: relative;
  width: 100vw;
  z-index: -1;
}

.p-fv__video video {
  bottom: 0;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  transform: translateX(-50%);
}

.p-fv__text-wrap {
  display: flex;
  flex-direction: column;
  gap: 1.0416666667vw;
  left: 50%;
  position: absolute;
  top: calc(50% - 0.6944444444vw);
  transform: translate(-50%, -50%);
  width: 100%;
}
@media screen and (max-width: 1440px) {
  .p-fv__text-wrap {
    gap: 15px;
  }
}
@media screen and (max-width: 768px) {
  .p-fv__text-wrap {
    align-items: center;
    gap: 20px;
    height: 100%;
    justify-content: center;
  }
}
@media screen and (max-width: 569px) {
  .p-fv__text-wrap {
    width: 95%;
  }
}

.p-fv__text {
  color: #FFF;
  display: flex;
  flex-direction: column;
  font-size: 6.9444444444vw;
  font-weight: 700;
  height: 21.1805555556vw;
  justify-content: space-between;
  letter-spacing: 1px;
  position: relative;
  text-align: center;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 1440px) {
  .p-fv__text {
    font-size: 100px;
    height: 305px;
  }
}
@media screen and (max-width: 1279px) {
  .p-fv__text {
    font-size: 70px;
    height: 220px;
  }
}
@media screen and (max-width: 1159px) {
  .p-fv__text {
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-fv__text {
    font-size: 50px;
    height: 200px;
    letter-spacing: 1px;
    max-width: 100%;
  }
}
@media screen and (max-width: 569px) {
  .p-fv__text {
    font-size: 36px;
    gap: 25px;
    height: 175px;
  }
}

.p-fv__text:after {
  background-image: url(../images/top/fv_and-text.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 8.3333333333vw;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 12.0138888889vw;
}
@media screen and (max-width: 1440px) {
  .p-fv__text:after {
    height: 120px;
    width: 173px;
  }
}
@media screen and (max-width: 1279px) {
  .p-fv__text:after {
    height: 55px;
    margin-top: 5px;
    width: 120px;
  }
}
@media screen and (max-width: 768px) {
  .p-fv__text:after {
    height: 40px;
    margin-top: 27px;
    width: 90px;
  }
}
@media screen and (max-width: 569px) {
  .p-fv__text:after {
    margin-top: 18px;
  }
}

.p-fv__text span {
  line-height: 1;
}

.p-fv__sub-text {
  background-image: url(../images/top/fv_text-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  color: #FFF;
  font-size: 1.6666666667vw;
  font-weight: 500;
  letter-spacing: 0.01px;
  line-height: 1.5;
  margin-inline: auto;
  padding-block: 1.5277777778vw;
  text-align: center;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.5);
  width: 31.0416666667vw;
}
@media screen and (max-width: 1440px) {
  .p-fv__sub-text {
    font-size: 24px;
    width: 447px;
  }
}
@media screen and (max-width: 1279px) {
  .p-fv__sub-text {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-fv__sub-text {
    font-size: 16px;
    width: 100%;
  }
}
@media screen and (max-width: 569px) {
  .p-fv__sub-text {
    font-size: 15px;
    padding-block: 15px;
  }
}

.p-fv__sub-text strong {
  font-size: 2.0833333333vw;
  font-weight: 700;
}
@media screen and (max-width: 1440px) {
  .p-fv__sub-text strong {
    font-size: 30px;
  }
}

.p-news {
  clip-path: inset(0);
  width: 100vw;
  z-index: 2;
}
@media screen and (max-width: 1159px) {
  .p-news {
    background-position: 60% bottom;
  }
}
@media screen and (max-width: 768px) {
  .p-news {
    background-position: 65% bottom;
  }
}

.p-news__inner {
  display: flex;
  gap: 4.8611111111vw;
  justify-content: space-between;
  padding-bottom: 6.25vw;
  padding-top: 2.7777777778vw;
  position: relative;
}
@media screen and (max-width: 1440px) {
  .p-news__inner {
    gap: 70px;
    padding-bottom: 90px;
    padding-top: 40px;
  }
}
@media screen and (max-width: 1159px) {
  .p-news__inner {
    flex-direction: column;
    gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-news__inner {
    padding-bottom: 60px;
    padding-top: 65px;
  }
}

.p-news__inner:after {
  background-image: url(../images/top/news_bg.jpg);
  background-position: center bottom;
  background-size: cover;
  content: "";
  display: block;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: -1;
}

.p-news__left {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 2.2916666667vw;
  margin-top: 3.125vw;
}
@media screen and (max-width: 1159px) {
  .p-news__left {
    flex-direction: row;
    gap: 33px;
    justify-content: space-between;
    margin-top: 45px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-news__left {
    display: contents;
  }
}

@media screen and (max-width: 768px) {
  .p-news__title {
    order: 1;
    width: 100%;
  }
}

.p-news__right {
  margin-right: 2.0833333333vw;
  margin-top: 3.125vw;
  width: 100%;
}
@media screen and (max-width: 1440px) {
  .p-news__right {
    margin-right: 30px;
    margin-top: 45px;
  }
}
@media screen and (max-width: 768px) {
  .p-news__right {
    margin-top: 0;
    order: 2;
  }
}

@media screen and (max-width: 1159px) {
  .p-news__btn-wrap {
    margin-top: 15px;
  }
}
@media screen and (max-width: 768px) {
  .p-news__btn-wrap {
    margin-top: 0;
    order: 3;
  }
}

.p-news__btn {
  display: flex;
  font-size: 1.3888888889vw;
  gap: 1.3888888889vw;
  justify-content: center;
  padding-block: 0.6944444444vw;
  width: 13.8888888889vw;
}
@media screen and (max-width: 1440px) {
  .p-news__btn {
    font-size: 20px;
    gap: 20px;
    padding-block: 10px;
    width: 200px;
  }
}

.p-news__item {
  border-bottom: 1px solid #FFF;
  color: #FFF;
  padding-bottom: 0.9722222222vw;
}
@media screen and (max-width: 1440px) {
  .p-news__item {
    padding-bottom: 14px;
  }
}

.p-news__item:not(:first-child) {
  padding-top: 0.7638888889vw;
}
@media screen and (max-width: 1440px) {
  .p-news__item:not(:first-child) {
    padding-top: 11px;
  }
}

.p-news__item time {
  font-size: 1.1111111111vw;
  letter-spacing: 0.7px;
}
@media screen and (max-width: 1440px) {
  .p-news__item time {
    font-size: 16px;
  }
}

.p-news-item__title {
  letter-spacing: 0.8px;
}

.p-pageCompany__inner {
  padding-bottom: 5.0694444444vw;
  padding-top: 5.5555555556vw;
}
@media screen and (max-width: 1440px) {
  .p-pageCompany__inner {
    padding-bottom: 73px;
    padding-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .p-pageCompany__inner {
    padding-bottom: 85px;
    padding-top: 35px;
  }
}

.p-company__inner {
  display: flex;
  gap: 2.7777777778vw;
  justify-content: space-between;
  max-width: 100vw;
  padding: 2.7777777778vw 2.7777777778vw 2.4305555556vw 2.7777777778vw;
}
@media screen and (max-width: 1440px) {
  .p-company__inner {
    align-items: flex-end;
    gap: 40px;
    padding: 40px 40px 35px 40px;
  }
}
@media screen and (max-width: 1279px) {
  .p-company__inner {
    gap: 15px;
  }
}
@media screen and (max-width: 1159px) {
  .p-company__inner {
    padding: 20px 40px 35px 5px;
  }
}
@media screen and (max-width: 768px) {
  .p-company__inner {
    gap: 0;
  }
}
@media screen and (max-width: 569px) {
  .p-company__inner {
    align-items: flex-start;
    flex-direction: column;
    padding: 40px 10px 35px 10px;
  }
}

.p-company__left {
  background-image: url(../images/top/company_left-bg.webp);
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 3.8194444444vw 3.125vw 0 8.3333333333vw;
}
@media screen and (max-width: 1440px) {
  .p-company__left {
    padding: 55px 45px 0 120px;
  }
}
@media screen and (max-width: 1159px) {
  .p-company__left {
    background-image: url(../images/top/company_left-bg-pattern2.webp);
    background-position: top left;
    background-size: contain;
    padding: 40px 0 0 35px;
  }
}
@media screen and (max-width: 569px) {
  .p-company__left {
    padding: 20px 0 0 10px;
  }
}

.no-webp .p-company__left {
  background-image: url(../images/top/company_left-bg.png);
}
@media screen and (max-width: 1159px) {
  .no-webp .p-company__left {
    background-image: url(../images/top/company_left-bg-pattern2.png);
  }
}

.p-company__copy {
  color: #F39405;
  font-family: "Poppins", sans-serif;
  font-size: 2.2222222222vw;
  line-height: 1.3;
  margin-top: 1.1111111111vw;
}
@media screen and (max-width: 1440px) {
  .p-company__copy {
    font-size: 32px;
    margin-top: 16px;
  }
}
@media screen and (max-width: 1159px) {
  .p-company__copy {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  .p-company__copy {
    font-size: 23px;
  }
}

.p-company__copy span {
  font-size: 3.8888888889vw;
  font-style: italic;
  font-weight: 600;
}
@media screen and (max-width: 1440px) {
  .p-company__copy span {
    font-size: 56px;
  }
}
@media screen and (max-width: 1159px) {
  .p-company__copy span {
    font-size: 52px;
  }
}
@media screen and (max-width: 768px) {
  .p-company__copy span {
    font-size: 40px;
  }
}

.p-company__text-wrap {
  font-family: "BIZ UDPGothic", sans-serif;
  margin-top: 2.0833333333vw;
}
@media screen and (max-width: 1440px) {
  .p-company__text-wrap {
    margin-top: 30px;
  }
}

.p-company__text {
  font-size: 1.3888888889vw;
  line-height: 1.72;
}
@media screen and (max-width: 1440px) {
  .p-company__text {
    font-size: 20px;
  }
}
@media screen and (max-width: 1159px) {
  .p-company__text {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .p-company__text {
    font-size: 16px;
  }
}

.p-company__text:not(:first-child) {
  margin-top: 1.7361111111vw;
}
@media screen and (max-width: 1440px) {
  .p-company__text:not(:first-child) {
    margin-top: 25px;
  }
}
@media screen and (max-width: 1159px) {
  .p-company__text:not(:first-child) {
    margin-top: 15px;
  }
}

.p-company__text strong {
  display: inline-block;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}

.p-company__text strong:after {
  background: #F39405;
  bottom: 0.3472222222vw;
  content: "";
  display: block;
  height: 0.4166666667vw;
  position: absolute;
  width: 100%;
  z-index: -1;
}
@media screen and (max-width: 1440px) {
  .p-company__text strong:after {
    bottom: 5px;
    height: 6px;
  }
}

.p-company__btn-wrap {
  margin-top: 2.7777777778vw;
}
@media screen and (max-width: 1440px) {
  .p-company__btn-wrap {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1159px) {
  .p-company__btn-wrap {
    margin-top: 35px;
  }
}

.p-company__btn {
  gap: 1.3888888889vw;
  justify-content: center;
  padding-block: 0.6944444444vw;
  width: 14.0277777778vw;
}
@media screen and (max-width: 1440px) {
  .p-company__btn {
    gap: 20px;
    padding-block: 10px;
    width: 202px;
  }
}

.p-company__right {
  flex-shrink: 0;
  width: 54.1666666667vw;
}
@media screen and (max-width: 1440px) {
  .p-company__right {
    flex-shrink: 1;
    width: 780px;
  }
}
@media screen and (max-width: 569px) {
  .p-company__right {
    margin-top: 30px;
    width: 100%;
  }
}

.p-company__image {
  display: flex;
  gap: 1.3888888889vw;
}
@media screen and (max-width: 1440px) {
  .p-company__image {
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-company__image {
    gap: 5px;
  }
}

.p-companyGreeting__inner {
  padding-bottom: 5.5555555556vw;
}
@media screen and (max-width: 1440px) {
  .p-companyGreeting__inner {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 1159px) {
  .p-companyGreeting__inner {
    padding-bottom: 150px;
  }
}

.p-companyGreeting__wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 2.2222222222vw;
  position: relative;
}
@media screen and (max-width: 1440px) {
  .p-companyGreeting__wrap {
    margin-top: 32px;
  }
}
@media screen and (max-width: 1159px) {
  .p-companyGreeting__wrap {
    gap: 10px;
  }
}
@media screen and (max-width: 569px) {
  .p-companyGreeting__wrap {
    flex-direction: column;
    gap: 5px;
  }
}

.p-companyGreeting__text {
  flex-shrink: 0;
  font-size: 1.5277777778vw;
  font-weight: 500;
  letter-spacing: -0.01px;
  line-height: 2.2;
  margin-top: 1.5277777778vw;
  width: 52.0833333333vw;
}
@media screen and (max-width: 1440px) {
  .p-companyGreeting__text {
    font-size: 22px;
    margin-top: 22px;
    width: 750px;
  }
}
@media screen and (max-width: 1159px) {
  .p-companyGreeting__text {
    font-size: 20px;
    width: 700px;
  }
}
@media screen and (max-width: 768px) {
  .p-companyGreeting__text {
    font-size: 16px;
    width: 100%;
  }
}

@media screen and (max-width: 1159px) {
  .p-companyGreeting__image {
    bottom: -120px;
    position: absolute;
    right: -50px;
    width: 250px;
  }
}
@media screen and (max-width: 768px) {
  .p-companyGreeting__image {
    bottom: -150px;
    width: 200px;
  }
}

.p-companyInfo__list {
  margin-top: 2.2222222222vw;
}
@media screen and (max-width: 1440px) {
  .p-companyInfo__list {
    margin-top: 32px;
  }
}

.p-companyInfo__list-item {
  border-bottom: 1px solid #88B056;
  display: flex;
  letter-spacing: 0.8px;
  line-height: 1.38;
  padding-bottom: 1.5972222222vw;
  padding-top: 2.0833333333vw;
}
@media screen and (max-width: 1440px) {
  .p-companyInfo__list-item {
    padding-bottom: 23px;
    padding-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-companyInfo__list-item {
    flex-direction: column;
    gap: 10px;
  }
}

.p-companyInfo__list-item:first-child {
  padding-bottom: 1.0416666667vw;
  padding-top: 0;
}
@media screen and (max-width: 1440px) {
  .p-companyInfo__list-item:first-child {
    padding-bottom: 15px;
  }
}

.p-companyInfo__list-title {
  min-width: 18.0555555556vw;
}
@media screen and (max-width: 1440px) {
  .p-companyInfo__list-title {
    min-width: 260px;
  }
}
@media screen and (max-width: 1279px) {
  .p-companyInfo__list-title {
    min-width: 125px;
  }
}

.p-companyInfo__list-text-wrap {
  display: flex;
  flex-direction: column;
  gap: 1.9444444444vw;
}
@media screen and (max-width: 1440px) {
  .p-companyInfo__list-text-wrap {
    gap: 28px;
  }
}

.p-companyInfo__list-text {
  font-size: 1.25vw;
  font-weight: 500;
  letter-spacing: 1.1px;
  line-height: 1.3;
}
@media screen and (max-width: 1440px) {
  .p-companyInfo__list-text {
    font-size: 18px;
  }
}
@media screen and (max-width: 569px) {
  .p-companyInfo__list-text {
    font-size: 16px;
  }
}

.p-companyInfo__list-title .p-companyInfo__list-text {
  color: #88B056;
}

.p-companyInfo__list-detail {
  display: flex;
  flex-direction: column;
  gap: 2.0833333333vw;
}
@media screen and (max-width: 1440px) {
  .p-companyInfo__list-detail {
    gap: 30px;
  }
}

.p-companyInfo__image {
  margin-top: 1.0416666667vw;
}
@media screen and (max-width: 1440px) {
  .p-companyInfo__image {
    margin-top: 25px;
  }
}

.p-pageContact__inner {
  padding-bottom: 5.6944444444vw;
  padding-top: 5.5555555556vw;
}
@media screen and (max-width: 1440px) {
  .p-pageContact__inner {
    padding-bottom: 82px;
    padding-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .p-pageContact__inner {
    padding-bottom: 85px;
    padding-top: 35px;
  }
}

.p-pageContact__text {
  font-weight: 500;
  letter-spacing: 0.3px;
  line-height: 1.65;
  padding-top: 1.9444444444vw;
}
@media screen and (max-width: 1440px) {
  .p-pageContact__text {
    padding-top: 28px;
  }
}

.p-pageContact__text span {
  color: #FE2E00;
}

.p-pageNews__inner {
  padding-bottom: 5.5555555556vw;
  padding-top: 5.5555555556vw;
}
@media screen and (max-width: 1440px) {
  .p-pageNews__inner {
    padding-bottom: 80px;
    padding-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .p-pageNews__inner {
    padding-top: 35px;
  }
}

.p-pageNews__list-wrap {
  margin-top: 1.9444444444vw;
}
@media screen and (max-width: 1440px) {
  .p-pageNews__list-wrap {
    margin-top: 28px;
  }
}

.p-pageRecruit__inner {
  padding-bottom: 5.2083333333vw;
  padding-top: 3.4722222222vw;
}
@media screen and (max-width: 1440px) {
  .p-pageRecruit__inner {
    padding-bottom: 75px;
    padding-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .p-pageRecruit__inner {
    padding-top: 35px;
  }
}

.p-pageRecruit__recruitment {
  margin-block: 2.4305555556vw;
}
@media screen and (max-width: 1440px) {
  .p-pageRecruit__recruitment {
    margin-block: 35px;
  }
}
@media screen and (max-width: 569px) {
  .p-pageRecruit__recruitment {
    margin-block: 45px;
  }
}

.p-pageRecruit__recruitment-table-wrap {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .p-pageRecruit__recruitment-table-wrap {
    gap: 35px;
  }
}

.p-pageRecruit__recruitment-table-wrap:not(:first-child) {
  margin-top: 5.5555555556vw;
}
@media screen and (max-width: 1440px) {
  .p-pageRecruit__recruitment-table-wrap:not(:first-child) {
    margin-top: 80px;
  }
}

.p-pageRecruit__recruitment-table {
  border-collapse: collapse;
  margin-top: 1.1805555556vw;
  width: 100%;
}
@media screen and (max-width: 1440px) {
  .p-pageRecruit__recruitment-table {
    margin-top: 17px;
  }
}
@media screen and (max-width: 768px) {
  .p-pageRecruit__recruitment-table {
    margin-top: 0;
  }
}

@media screen and (max-width: 768px) {
  .p-pageRecruit__recruitment-table:first-child {
    margin-top: 20px;
  }
}

.p-pageRecruit__recruitment-table tr {
  border-bottom: 1px solid #88B056;
  display: flex;
}
@media screen and (max-width: 569px) {
  .p-pageRecruit__recruitment-table tr {
    flex-direction: column;
  }
}

.p-pageRecruit__recruitment-table th,
.p-pageRecruit__recruitment-table td {
  border: 1px solid #FFF;
  font-size: 1.25vw;
  font-weight: 500;
  letter-spacing: 0.1px;
  line-height: 1.59;
  padding-bottom: 1.1805555556vw;
  padding-top: 1.3888888889vw;
  text-align: left;
  width: 100%;
}
@media screen and (max-width: 1440px) {
  .p-pageRecruit__recruitment-table th,
  .p-pageRecruit__recruitment-table td {
    font-size: 18px;
    padding-bottom: 17px;
    padding-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-pageRecruit__recruitment-table th,
  .p-pageRecruit__recruitment-table td {
    font-size: 16px;
    padding-block: 16px;
    padding-left: 10px;
  }
}
@media screen and (max-width: 569px) {
  .p-pageRecruit__recruitment-table th,
  .p-pageRecruit__recruitment-table td {
    font-size: 15px;
    padding-block: 12px;
    padding-left: 5px;
  }
}

.p-pageRecruit__recruitment-table th {
  color: #88B056;
  display: grid;
  width: 15.625vw;
}
@media screen and (max-width: 1440px) {
  .p-pageRecruit__recruitment-table th {
    width: 225px;
  }
}
@media screen and (max-width: 768px) {
  .p-pageRecruit__recruitment-table th {
    width: 150px;
  }
}
@media screen and (max-width: 569px) {
  .p-pageRecruit__recruitment-table th {
    width: 100%;
  }
}

.p-pageRecruit__recruitment-table td {
  color: #000;
}

.p-pageRecruit__image {
  display: flex;
  gap: 1.3888888889vw;
  justify-content: space-between;
}
@media screen and (max-width: 1440px) {
  .p-pageRecruit__image {
    gap: 20px;
  }
}
@media screen and (max-width: 1279px) {
  .p-pageRecruit__image {
    gap: 10px;
  }
}
@media screen and (max-width: 569px) {
  .p-pageRecruit__image {
    flex-direction: column;
    gap: 5px;
  }
}

.p-pageRecruit__image img {
  width: 100%;
}

.p-pageRecruit__form {
  margin-top: 5.5555555556vw;
}
@media screen and (max-width: 1440px) {
  .p-pageRecruit__form {
    margin-top: 80px;
  }
}

.p-pageRecruit__form .c-contact-form__item--birth .c-form-item__detail {
  align-items: center;
  display: flex;
  gap: 1.1111111111vw;
  padding-right: 1.1111111111vw;
}
@media screen and (max-width: 1440px) {
  .p-pageRecruit__form .c-contact-form__item--birth .c-form-item__detail {
    gap: 16px;
    padding-right: 16px;
  }
}

.p-pageStore__inner {
  padding-bottom: 4.8611111111vw;
  padding-top: 5.5555555556vw;
}
@media screen and (max-width: 1440px) {
  .p-pageStore__inner {
    padding-bottom: 70px;
    padding-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .p-pageStore__inner {
    padding-bottom: 85px;
    padding-top: 35px;
  }
}

.c-access__info-name-wrap {
  color: #88B056;
  font-weight: 700;
  letter-spacing: 0.001em;
  line-height: 1.5;
}

.p-pageStore .c-access__info-name {
  font-size: 1.6666666667vw;
}
@media screen and (max-width: 1440px) {
  .p-pageStore .c-access__info-name {
    font-size: 24px;
  }
}

.p-pageStore .c-access__info-address {
  letter-spacing: 0.001em;
  margin-top: 1.0416666667vw;
}
@media screen and (max-width: 1440px) {
  .p-pageStore .c-access__info-address {
    margin-top: 15px;
  }
}

.p-pageStore .c-access__info-num {
  letter-spacing: 0.001em;
  margin-top: 0.4861111111vw;
}
@media screen and (max-width: 1440px) {
  .p-pageStore .c-access__info-num {
    margin-top: 7px;
  }
}

.p-pageStore .c-access__info-detail {
  display: flex;
  flex-direction: column;
  font-size: 1.25vw;
  gap: 0.9027777778vw;
  margin-top: 1.9444444444vw;
  width: 24.3055555556vw;
}
@media screen and (max-width: 1440px) {
  .p-pageStore .c-access__info-detail {
    font-size: 18px;
    margin-top: 28px;
    width: 350px;
  }
}
@media screen and (max-width: 768px) {
  .p-pageStore .c-access__info-detail {
    font-size: 16px;
  }
}

.p-pageStore .c-access__info-detail dl {
  align-items: center;
  display: flex;
  line-height: 1;
}

.p-pageStore .c-access__info-detail dt {
  border-right: 1px solid #000;
  letter-spacing: 0.01em;
  padding-right: 0.6944444444vw;
  width: 8.4722222222vw;
}
@media screen and (max-width: 1440px) {
  .p-pageStore .c-access__info-detail dt {
    width: 122px;
  }
}

.p-pageStore .c-access__info-detail dd {
  letter-spacing: 0.001em;
  padding-left: 0.6944444444vw;
}
@media screen and (max-width: 1440px) {
  .p-pageStore .c-access__info-detail dd {
    padding-left: 10px;
  }
}

.p-pageStore .c-access__map-wrap {
  margin-top: 1.5277777778vw;
}
@media screen and (max-width: 1440px) {
  .p-pageStore .c-access__map-wrap {
    margin-top: 22px;
  }
}

.p-pageStore__image {
  margin-top: 2.4305555556vw;
}
@media screen and (max-width: 1440px) {
  .p-pageStore__image {
    margin-top: 35px;
  }
}

.p-recruit {
  position: relative;
}

.p-recruit:before,
.p-recruit:after {
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  position: absolute;
}

.p-recruit:before {
  background-image: url(../images/top/recruit_left-top-bg.webp);
  height: 25vw;
  left: 0;
  top: 0;
  width: 22.0833333333vw;
}
@media screen and (max-width: 1440px) {
  .p-recruit:before {
    height: 360px;
    width: 318px;
  }
}
@media screen and (max-width: 1159px) {
  .p-recruit:before {
    height: auto;
    width: 218px;
  }
}
@media screen and (max-width: 768px) {
  .p-recruit:before {
    width: 118px;
  }
}

.no-webp .p-recruit:before {
  background-image: url(../images/top/recruit_left-top-bg.png);
}

.p-recruit:after {
  background-image: url(../images/top/recruit_right-bottom-bg.webp);
  bottom: 0;
  height: 9.6527777778vw;
  right: 0;
  width: 17.5vw;
}
@media screen and (max-width: 1440px) {
  .p-recruit:after {
    height: 139px;
    width: 252px;
  }
}
@media screen and (max-width: 1159px) {
  .p-recruit:after {
    background-position: bottom;
    height: 100%;
    width: 152px;
  }
}
@media screen and (max-width: 768px) {
  .p-recruit:after {
    width: 52px;
  }
}

.no-webp .p-recruit:after {
  background-image: url(../images/top/recruit_right-bottom-bg.png);
}

.p-recruit__inner {
  padding-bottom: 3.4722222222vw;
  padding-top: 5vw;
  position: relative;
}
@media screen and (max-width: 1440px) {
  .p-recruit__inner {
    padding-bottom: 50px;
    padding-top: 72px;
  }
}

.p-recruit__title {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-recruit__title {
    text-align: left;
  }
}

.p-recruit__contents {
  display: flex;
  justify-content: space-between;
  margin-top: 2.9166666667vw;
}
@media screen and (max-width: 1440px) {
  .p-recruit__contents {
    margin-top: 42px;
  }
}
@media screen and (max-width: 1159px) {
  .p-recruit__contents {
    align-items: center;
  }
}
@media screen and (max-width: 569px) {
  .p-recruit__contents {
    align-items: flex-start;
    flex-direction: column;
    margin-inline: auto;
    max-width: 440px;
  }
}

.p-recruit__text-wrap {
  flex-shrink: 0;
}

.p-recruit__copy {
  color: #F39405;
  font-size: 2.7777777778vw;
  font-weight: 700;
  letter-spacing: 3px;
  line-height: 1.85;
}
@media screen and (max-width: 1440px) {
  .p-recruit__copy {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .p-recruit__copy {
    font-size: 28px;
  }
}

.p-recruit__text {
  font-size: 1.25vw;
  font-weight: 500;
  line-height: 2;
  margin-top: 1.3888888889vw;
}
@media screen and (max-width: 1440px) {
  .p-recruit__text {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .p-recruit__text {
    font-size: 16px;
  }
}

.p-recruit__image {
  margin-top: 2.0833333333vw;
}
@media screen and (max-width: 1440px) {
  .p-recruit__image {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1159px) {
  .p-recruit__image {
    width: 450px;
  }
}
@media screen and (max-width: 768px) {
  .p-recruit__image {
    position: relative;
    width: 100%;
    z-index: 1;
  }
}

.p-recruit__btn-wrap {
  display: flex;
  gap: 3.4722222222vw;
  justify-content: center;
  margin-top: 2.7777777778vw;
}
@media screen and (max-width: 1440px) {
  .p-recruit__btn-wrap {
    gap: 50px;
  }
}
@media screen and (max-width: 768px) {
  .p-recruit__btn-wrap {
    position: relative;
    z-index: 1;
  }
}

.p-recruit__btn {
  font-size: 1.3888888889vw;
  gap: 1.0416666667vw;
  justify-content: center;
  width: 13.8888888889vw;
}
@media screen and (max-width: 1440px) {
  .p-recruit__btn {
    font-size: 20px;
    gap: 15px;
    width: 200px;
  }
}

.p-recruit__text-image {
  bottom: 0;
  display: block;
  height: 60.3472222222vw;
  mix-blend-mode: multiply;
  position: absolute;
  right: 0.6944444444vw;
  width: 6.5277777778vw;
}
@media screen and (max-width: 1440px) {
  .p-recruit__text-image {
    height: 869px;
    right: 10px;
    width: 94px;
  }
}
@media screen and (max-width: 1279px) {
  .p-recruit__text-image {
    height: auto;
    width: 74px;
  }
}
@media screen and (max-width: 768px) {
  .p-recruit__text-image {
    right: 0;
  }
}
@media screen and (max-width: 569px) {
  .p-recruit__text-image {
    width: 54px;
  }
}

.p-store {
  background: linear-gradient(#FFFFF8 38%, #FDFFEC 100%);
  position: relative;
  width: 100%;
}

.p-store:before,
.p-store:after {
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  position: absolute;
}

.p-store:before {
  background-image: url(../images/top/store_left-top-bg.webp);
  height: 32.2916666667vw;
  left: 0;
  top: 0;
  width: 21.9444444444vw;
}
@media screen and (max-width: 1440px) {
  .p-store:before {
    height: 465px;
    width: 316px;
  }
}
@media screen and (max-width: 1159px) {
  .p-store:before {
    height: auto;
    width: 216px;
  }
}
@media screen and (max-width: 768px) {
  .p-store:before {
    width: 116px;
  }
}

.no-webp .p-store:before {
  background-image: url(../images/top/store_left-top-bg.png);
}

.p-store:after {
  background-image: url(../images/top/store_right-bottom-bg.webp);
  bottom: 0;
  height: 29.3055555556vw;
  right: 0;
  width: 24.1666666667vw;
}
@media screen and (max-width: 1440px) {
  .p-store:after {
    height: 422px;
    width: 348px;
  }
}
@media screen and (max-width: 1159px) {
  .p-store:after {
    background-position: bottom;
    height: 100%;
    width: 248px;
  }
}
@media screen and (max-width: 768px) {
  .p-store:after {
    width: 148px;
  }
}

.no-webp .p-store:after {
  background-image: url(../images/top/store_right-bottom-bg.png);
}

.p-store__wrap {
  position: relative;
}

.p-store__text-image {
  bottom: 0.8333333333vw;
  display: block;
  height: 76.8055555556vw;
  left: 1.0416666667vw;
  mix-blend-mode: multiply;
  position: absolute;
  width: 6.5972222222vw;
}
@media screen and (max-width: 1440px) {
  .p-store__text-image {
    bottom: 12px;
    height: 1106px;
    left: 15px;
    width: 95px;
  }
}
@media screen and (max-width: 1279px) {
  .p-store__text-image {
    height: auto;
    left: 0;
    width: 75px;
  }
}
@media screen and (max-width: 569px) {
  .p-store__text-image {
    width: 55px;
  }
}

.p-store__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 5.5555555556vw;
  padding-top: 5vw;
  position: relative;
}
@media screen and (max-width: 1440px) {
  .p-store__inner {
    padding-bottom: 80px;
    padding-top: 72px;
  }
}
@media screen and (max-width: 768px) {
  .p-store__inner {
    padding-bottom: 60px;
    padding-top: 65px;
  }
}
@media screen and (max-width: 569px) {
  .p-store__inner {
    padding-bottom: 90px;
    padding-top: 40px;
  }
}

.p-store__title {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-store__title {
    text-align: left;
  }
}

.p-store__container {
  display: flex;
  flex-direction: column;
  gap: 2.2222222222vw;
}
@media screen and (max-width: 1440px) {
  .p-store__container {
    gap: 32px;
  }
}

.p-store__access {
  margin-top: 0.6944444444vw;
  text-align: center;
}
@media screen and (max-width: 1440px) {
  .p-store__access {
    margin-top: 10px;
  }
}
@media screen and (max-width: 1159px) {
  .p-store__access {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-store__access {
    align-items: center;
    flex-direction: column;
    text-align: left;
  }
}

.p-store__access .c-access {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .p-store__access .c-access {
    gap: 20px;
  }
}

.p-store__access .c-access__info {
  margin-top: 1.3888888889vw;
  min-height: 7.9861111111vw;
}
@media screen and (max-width: 1440px) {
  .p-store__access .c-access__info {
    margin-top: 20px;
    min-height: 115px;
  }
}
@media screen and (max-width: 1159px) {
  .p-store__access .c-access__info {
    min-height: 140px;
  }
}
@media screen and (max-width: 768px) {
  .p-store__access .c-access__info {
    min-height: auto;
  }
}

.p-store__access .c-access__info-name {
  font-size: 1.3888888889vw;
  font-weight: 700;
  letter-spacing: -0.05px;
}
@media screen and (max-width: 1440px) {
  .p-store__access .c-access__info-name {
    font-size: 20px;
  }
}
@media screen and (max-width: 1159px) {
  .p-store__access .c-access__info-name {
    font-size: 22px;
    min-height: 40px;
  }
}

.p-store__access .c-access__info-address {
  font-size: 1.25vw;
  font-weight: 500;
  letter-spacing: -0.1px;
  margin-top: 0.3472222222vw;
}
@media screen and (max-width: 1440px) {
  .p-store__access .c-access__info-address {
    font-size: 18px;
    margin-top: 5px;
  }
}
@media screen and (max-width: 1159px) {
  .p-store__access .c-access__info-address {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .p-store__access .c-access__info-address {
    font-size: 14px;
  }
}

.p-store__access .c-access__info-num {
  flex-direction: column;
  font-size: 1.25vw;
  font-weight: 500;
  gap: 0.2083333333vw;
  letter-spacing: 0.1px;
}
@media screen and (max-width: 1440px) {
  .p-store__access .c-access__info-num {
    font-size: 18px;
    gap: 3px;
  }
}
@media screen and (max-width: 1159px) {
  .p-store__access .c-access__info-num {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .p-store__access .c-access__info-num {
    font-size: 14px;
  }
}

.p-store__access .c-access__map-wrap {
  margin-top: 0;
}

.p-store__access .c-access__map iframe {
  aspect-ratio: 520/295;
}
@media screen and (max-width: 768px) {
  .p-store__access .c-access__map iframe {
    aspect-ratio: 520/240;
  }
}
@media screen and (max-width: 569px) {
  .p-store__access .c-access__map iframe {
    aspect-ratio: 520/320;
  }
}

@media screen and (max-width: 1159px) {
  .p-store__access .c-access__map,
  .p-store__access .c-access__map-street {
    height: auto;
  }
}

.p-store__btn-wrap {
  display: flex;
  justify-content: center;
  margin-top: 2.0833333333vw;
}
@media screen and (max-width: 1440px) {
  .p-store__btn-wrap {
    margin-top: 30px;
  }
}
@media screen and (max-width: 569px) {
  .p-store__btn-wrap {
    margin-top: 10px;
  }
}

.p-store__btn {
  font-size: 1.3888888889vw;
  gap: 1.3888888889vw;
  justify-content: center;
  width: 13.8888888889vw;
}
@media screen and (max-width: 1440px) {
  .p-store__btn {
    font-size: 20px;
    gap: 20px;
    width: 200px;
  }
}

.u-alternative {
  font-size: 0;
  opacity: 0;
}

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

.u-hidden-sp {
  display: block;
}
@media screen and (max-width: 768px) {
  .u-hidden-sp {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */


.p-pageStore__photos {
  display: flex;
  gap: 0.5555555556vw;
  justify-content: space-between;
  margin-top: 1.1111111111vw;
}
.p-pageStore__photos--3{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5555555556vw;
}

@media screen and (max-width: 1440px) {
  .p-pageStore__photos {
    gap: 8px;
    margin-top: 16px;
  }
}
@media screen and (max-width: 1279px) {
  .p-pageStore__photos {
    gap: 10px;
  }
}
@media screen and (max-width: 768px) {
  .p-pageStore__photos {
    gap: 8px;
  }
    .p-pageStore__photos--3{
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 569px) {
  .p-pageStore__photos {
    flex-direction: column;
    gap: 10px;
  }
  .p-pageStore__photos--3{
    grid-template-columns: repeat(1, 1fr);
  }
}

.p-pageStore__photo {
  width: 100%;
}
.p-pageStore__photo img {
  height: auto;
  width: 100%;
}