@charset "UTF-8";
/* Objects */
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&family=Sawarabi+Mincho&display=swap");
@import url("https://use.typekit.net/fqb6tbl.css");
/* base color */
/* template color */
/* orizin color */
/* footer */
/* hamburger menu */
/* pagenavi */
/* contact page Navi*/
/* policy */
/* 404 */
/*.form */
@font-face {
  font-family: "Baskerville";
  src: local("Baskerville"), url("../../asset/fonts/Baskerville.woff") format("woff");
}
.mincho {
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: 500;
}

.disp__only {
  display: none;
}
@media screen and (max-width: 900px) {
  .disp__only.--mobile {
    display: block;
  }
}
@media screen and (max-width: 450px) {
  .disp__only.--sp {
    display: block;
  }
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex._list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.flex._fdr {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 900px) {
  .flex._fdr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@-webkit-keyframes loop-slide-Right {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes loop-slide-Right {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes loop-slide-Left {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes loop-slide-Left {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.p-archive h2 {
  font-size: clamp(1.125rem, 2.2222222222vw, 1.25rem);
  margin-bottom: 10px;
}

.p-contact h2 {
  font-size: clamp(1.125rem, 2.2222222222vw, 1.25rem);
  margin-bottom: 10px;
}
.p-contact_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 829px) {
  .p-contact_list {
    margin-top: 50px;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 828px) {
  .p-contact_list {
    margin-top: 20px;
    margin-bottom: 50px;
  }
}
.p-contact_tab {
  position: relative;
  width: 296px;
  color: #333;
  background: transparent;
  text-align: center;
  border: 1px solid #222;
  font-size: clamp(0.9375rem, 1.7777777778vw, 1rem);
  font-weight: 700;
}
.p-contact_tab.active {
  color: #fff;
  background: #222;
}
@media screen and (min-width: 829px) {
  .p-contact_tab {
    line-height: 54px;
  }
}
@media screen and (max-width: 828px) {
  .p-contact_tab {
    line-height: 34px;
  }
}
.p-contact_count {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 829px) {
  .p-contact_count {
    left: 16px;
  }
}
@media screen and (max-width: 828px) {
  .p-contact_count {
    left: 8px;
  }
}
.p-contact_line {
  display: block;
  height: 1px;
  background: #222;
}
@media screen and (min-width: 829px) {
  .p-contact_line {
    width: 72px;
    -ms-flex-preferred-size: 72px;
        flex-basis: 72px;
  }
}
@media screen and (max-width: 828px) {
  .p-contact_line {
    width: 20px;
    -ms-flex-preferred-size: 20px;
        flex-basis: 20px;
  }
}

.p-policy dd {
  font-size: clamp(0.9375rem, 1.7777777778vw, 1rem);
  line-height: 2;
}
.p-policy dd a.link {
  color: #777;
}
.p-policy dd span {
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: 500;
}
.p-policy dd + dt {
  font-size: clamp(1rem, 2vw, 1.125rem);
  color: #222;
  font-weight: 400;
  line-height: 2;
}
.p-policy dd + dt::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * 0.5em);
}
.p-policy dd + dt::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
}
.p-policy dd + dt {
  margin-top: 32px;
  margin-bottom: 8px;
  line-height: 1.8;
}
.p-policy li {
  position: relative;
  font-size: clamp(0.9375rem, 1.7777777778vw, 1rem);
  padding-left: 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p-policy li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "・";
}

.p-notfound_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-bottom: clamp(64px, 8.8888888889vw, 80px);
}
.p-notfound_head p {
  color: #555;
  font-family: "futura-pt", sans-serif;
  font-style: normal;
  font-size: clamp(3rem, 7.1111111111vw, 4rem);
  font-weight: 400;
  line-height: 1.2;
}
.p-notfound_head h1 {
  font-size: clamp(0.9375rem, 2.2222222222vw, 1.25rem);
  font-weight: 400;
  letter-spacing: 0.007em;
  text-indent: 0.007em;
  line-height: 1.2;
}
.p-notfound_menu {
  margin-top: clamp(40px, 7.1111111111vw, 64px);
}
.p-notfound_menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px 32px;
  margin: auto;
}
@media screen and (max-width: 450px) {
  .p-notfound_menu ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
.p-notfound_menu li {
  font-size: clamp(0.9375rem, 1.7777777778vw, 1rem);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
}
@media screen and (max-width: 450px) {
  .p-notfound_menu li {
    width: 100%;
  }
  .p-notfound_menu li + li {
    border-top: 1px solid #222;
  }
  .p-notfound_menu li a {
    width: 100%;
    padding: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.p-notfound_menu a {
  display: block;
  font-size: inherit;
  text-align: center;
}
.p-notfound_txt {
  font-size: clamp(0.9375rem, 1.7777777778vw, 1rem);
  line-height: 2;
}
.p-notfound_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 72px;
}
.p-lineup_block + .p-lineup_block {
  margin-top: clamp(104px, 13.3333333333vw, 120px);
}
.p-lineup_block h2 {
  margin-bottom: clamp(40px, 6.2222222222vw, 56px);
  padding-bottom: clamp(8px, 1.3333333333vw, 12px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: underline;
  text-underline-offset: 14px;
  text-decoration-thickness: 1px;
  text-decoration-color: #333;
  font-size: clamp(1.5rem, 3.1111111111vw, 1.75rem);
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0.003em;
  text-indent: 0.003em;
}
.p-lineup_block .-num {
  font-size: clamp(1.75rem, 3.5555555556vw, 2rem);
  letter-spacing: 0.003em;
  text-indent: 0.003em;
}
.p-lineup_block figure {
  aspect-ratio: 900/500;
  width: 100%;
  height: auto;
}
.p-lineup_block figure img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
.p-lineup_block p {
  margin-top: clamp(40px, 6.2222222222vw, 56px);
}
.p-lineup_block .-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: clamp(40px, 6.2222222222vw, 56px);
}
@media screen and (max-width: 450px) {
  .p-lineup_block .-btns {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-lineup_block .-btns a {
  gap: 8px;
}
.p-lineup_block .-btns a path {
  stroke: #222;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-lineup_block .-btns a span {
  display: block;
  aspect-ratio: 1/1;
  width: 18px;
  position: relative;
  z-index: 2;
}
.p-lineup_block .-btns a span svg {
  display: block;
  aspect-ratio: 1/1;
  width: 18px;
}
@media (hover: hover) {
  .p-lineup_block .-btns a:hover path {
    stroke: #fff;
  }
}
@media (hover: none) {
  .p-lineup_block .-btns a {
    -webkit-transition: all 0s;
    transition: all 0s;
  }
  .p-lineup_block .-btns a:active path {
    stroke: #fff;
  }
}

@media screen and (min-width: 901px) {
  .p-commitment_primary {
    text-align: center;
  }
}
.p-commitment_primary h2 {
  font-size: clamp(1.5rem, 3.5555555556vw, 2rem);
  font-weight: 400;
  line-height: 1.5;
}
.p-commitment_primary h2 + p {
  margin-top: clamp(24px, 3.5555555556vw, 32px);
  font-size: clamp(0.875rem, 1.7777777778vw, 1rem);
  font-weight: 400;
  line-height: 2.25;
}
.p-commitment_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: clamp(48px, 10.6666666667vw, 96px);
}
@media screen and (min-width: 901px) {
  .p-commitment_item dl.-tech {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: clamp(32px, 4.4444444444vw, 40px);
  }
  .p-commitment_item dl.-tech dd {
    text-align: center;
  }
}
@media screen and (max-width: 900px) {
  .p-commitment_item dl {
    margin-top: 40px;
  }
}
@media screen and (max-width: 900px) and (min-width: 501px) {
  .p-commitment_item dl {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 900px) {
  .p-commitment_item dl.-tech {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .p-commitment_item dl.-quality {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .p-commitment_item dl.-create {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
.p-commitment_item dt {
  position: relative;
  text-align: center;
}
.p-commitment_item dt b {
  font-family: "futura-pt", sans-serif;
  font-style: normal;
  font-size: clamp(2rem, 5vw, 5rem);
  font-weight: 400;
  color: #fff;
  line-height: 1.2;
}
.p-commitment_item dt span {
  position: absolute;
  z-index: 1;
  bottom: 22.22%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  font-size: clamp(1.125rem, 2.6666666667vw, 1.5rem);
  font-weight: 400;
  line-height: 1.2;
}
.p-commitment_item dd {
  font-size: clamp(0.875rem, 0.9375vw, 0.9375rem);
  font-weight: 400;
  line-height: 1.75;
}
.p-commitment_item .-inner {
  display: contents;
}
@media screen and (max-width: 900px) {
  .p-commitment_item .-inner > figure {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 901px) {
  .p-commitment_item .-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    gap: 32px;
  }
  .p-commitment_item .-inner > figure {
    -ms-flex-preferred-size: 49.3%;
        flex-basis: 49.3%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.p-commitment_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: clamp(32px, 6.25vw, 80px);
  margin-top: clamp(80px, 13.3333333333vw, 120px);
}
@media screen and (max-width: 900px) {
  .p-commitment_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width: 901px) {
  .p-commitment_flex > figure {
    -ms-flex-preferred-size: 53.33%;
        flex-basis: 53.33%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media screen and (min-width: 901px) {
  .p-commitment_flex .-inner {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.p-commitment_flex .-inner p {
  line-height: 2.25;
}
.p-commitment_flex .-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px 24px;
  margin-top: clamp(40px, 7.1111111111vw, 64px);
}
@media screen and (max-width: 450px) {
  .p-commitment_flex .-btns {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-commitment_slider {
  overflow: hidden;
}
.p-commitment_slider .-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(8px, 3.2vw, 16px);
}
.p-commitment_slider .-container._left .-wrap {
  -webkit-animation: loop-slide-Right 65s infinite linear 1s both;
          animation: loop-slide-Right 65s infinite linear 1s both;
}
.p-commitment_slider .-container._right .-wrap {
  -webkit-animation: loop-slide-Left 65s infinite linear 1s both;
          animation: loop-slide-Left 65s infinite linear 1s both;
}
.p-commitment_slider .-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(8px, 3.2vw, 16px);
  position: relative;
  -webkit-animation: loop-slide-Right 56s infinite linear 1s both;
          animation: loop-slide-Right 56s infinite linear 1s both;
}
.p-commitment_slider .-pic {
  width: clamp(120px, 33.8888888889vw, 305px);
  height: auto;
  position: relative;
}
.p-commitment_slider .-pic img {
  overflow: clip;
  aspect-ratio: 305/305;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-commitment_slider {
  overflow: hidden;
  margin-top: clamp(80px, 17.7777777778vw, 160px);
}
.p-commitment_slider .-container + .-container {
  margin-top: clamp(16px, 3.5555555556vw, 32px);
}

.p-wholesalers_message {
  margin: 0 auto;
  margin-bottom: clamp(72px, 8.8888888889vw, 80px);
  max-width: 1000px;
}
.p-wholesalers_block + .p-wholesalers_block {
  margin-top: clamp(80px, 13.3333333333vw, 120px);
}
.p-wholesalers_block h2 + p {
  line-height: 2.25;
}
@media screen and (min-width: 501px) {
  .p-wholesalers_block h2 + p {
    text-align: center;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-wholesalers_card li {
  background-color: #fff;
  padding: clamp(24px, 4.4444444444vw, 40px) clamp(20px, 5.3333333333vw, 48px);
}
@media screen and (max-width: 900px) {
  .p-wholesalers_card li + li {
    margin-top: 20px;
  }
}
.p-wholesalers_card .-icon {
  width: clamp(48px, 8.4444444444vw, 76px);
  margin-left: auto;
  margin-right: auto;
}
.p-wholesalers_card h3 {
  margin-top: clamp(16px, 2.2222222222vw, 20px);
  font-size: clamp(1.125rem, 2.6666666667vw, 1.5rem);
  font-weight: 400;
  line-height: 1.25;
  text-align: center;
}
.p-wholesalers_card h3 + p {
  margin-top: clamp(16px, 2.2222222222vw, 20px);
  font-size: clamp(0.875rem, 1.6666666667vw, 0.9375rem);
  line-height: 2;
  letter-spacing: 0.002em;
  text-indent: 0.002em;
}
@media screen and (min-width: 901px) {
  .p-wholesalers_card {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
    grid-template-columns: repeat(3, 1fr);
    -ms-grid-rows: 1fr;
    grid-template-rows: repeat(1, 1fr);
    gap: 20px;
  }
  .p-wholesalers_card > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-wholesalers_card > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .p-wholesalers_card > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
}
.p-wholesalers_flow {
  margin-top: clamp(40px, 6.2222222222vw, 56px);
  counter-reset: number 0;
}
.p-wholesalers_flow li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(20px, 3.5555555556vw, 32px);
  background-color: #fff;
  padding: clamp(20px, 4.4444444444vw, 40px);
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 500px) {
  .p-wholesalers_flow li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
    gap: 8px;
  }
}
.p-wholesalers_flow li + li {
  margin-top: clamp(16px, 2.2222222222vw, 20px);
}
.p-wholesalers_flow li h3,
.p-wholesalers_flow li p {
  font-size: clamp(0.875rem, 1.6666666667vw, 0.9375rem);
  font-weight: 400;
  line-height: 1.75;
}
@media screen and (max-width: 500px) {
  .p-wholesalers_flow li h3 {
    border-bottom: 1px solid;
    padding-bottom: 8px;
  }
}
@media screen and (min-width: 501px) {
  .p-wholesalers_flow li h3 {
    -ms-flex-preferred-size: 177px;
        flex-basis: 177px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    border-right: 1px solid;
  }
}
.p-wholesalers_flow li h3::before {
  counter-increment: number 1;
  content: counter(number) ".";
  margin-right: 0.5em;
}
@media screen and (min-width: 501px) {
  .p-wholesalers_flow li p {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.p-wholesalers_bnr {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 32px 1fr;
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: repeat(1, 1fr);
  gap: 32px;
  margin-top: clamp(80px, 17.7777777778vw, 160px);
}
.p-wholesalers_bnr > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.p-wholesalers_bnr > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
@media screen and (max-width: 900px) {
  .p-wholesalers_bnr {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    max-width: 584px;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-wholesalers_bnr a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 1px solid #222;
  background-color: #fff;
  -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 450px) {
  .p-wholesalers_bnr a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (hover: hover) {
  .p-wholesalers_bnr a:hover {
    opacity: 1;
  }
  .p-wholesalers_bnr a:hover > figure img {
    scale: 1.1;
  }
  .p-wholesalers_bnr a:hover .-inner .-logo,
  .p-wholesalers_bnr a:hover .-inner .-dl,
  .p-wholesalers_bnr a:hover .-inner p {
    opacity: 0.5;
  }
}
@media (hover: none) {
  .p-wholesalers_bnr a {
    -webkit-transition: all 0s;
    transition: all 0s;
  }
  .p-wholesalers_bnr a:active {
    opacity: 1;
  }
  .p-wholesalers_bnr a:active > figure img {
    scale: 1.1;
  }
  .p-wholesalers_bnr a:active .-inner .-logo,
  .p-wholesalers_bnr a:active .-inner .-dl,
  .p-wholesalers_bnr a:active .-inner p {
    opacity: 0.5;
  }
}
.p-wholesalers_bnr a > figure {
  overflow: hidden;
}
.p-wholesalers_bnr a > figure img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (min-width: 451px) {
  .p-wholesalers_bnr a > figure {
    -ms-flex-preferred-size: 34.25%;
        flex-basis: 34.25%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .p-wholesalers_bnr a > figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 450px) {
  .p-wholesalers_bnr a > figure img {
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
}
.p-wholesalers_bnr a .-inner {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: clamp(12px, 1.25vw, 16px) clamp(20px, 4vw, 64px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 1200px) {
  .p-wholesalers_bnr a .-inner {
    padding-left: 24px;
    padding: 24px;
  }
}
.p-wholesalers_bnr a .-inner .-logo {
  max-width: 264px;
  width: 68.75%;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.p-wholesalers_bnr a .-inner .-logo + p {
  font-size: clamp(0.9375rem, 1.7777777778vw, 1rem);
  font-weight: 400;
  line-height: 1.5;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.p-wholesalers_bnr a .-inner .-dl {
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
  width: 65.1%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.p-wholesalers_bnr a .-inner .-dl + p {
  margin-top: 8px;
  text-align: center;
  font-size: clamp(1rem, 1.125vw, 1.125rem);
  font-weight: 400;
  line-height: 1.75;
}

.p-message_block + .p-message_block {
  margin-top: clamp(80px, 13.3333333333vw, 120px);
}
.p-message_block .-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 16px;
  margin-top: 24px;
}
.p-message_block .-name small {
  font-size: clamp(0.9375rem, 1.7777777778vw, 1rem);
  font-weight: 400;
  line-height: 1.5;
}
.p-message_block .-name span {
  font-size: clamp(1.125rem, 2.4444444444vw, 1.375rem);
  font-weight: 400;
  line-height: 1.5;
}
.p-message_block .-name + .-name {
  margin-top: 0;
}
.p-message_block table th,
.p-message_block table td {
  background: none;
  border: none;
  padding: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #ccc;
  font-size: clamp(0.875rem, 1.6666666667vw, 0.9375rem);
  font-weight: 400;
  line-height: 1.75;
}
@media screen and (max-width: 900px) {
  .p-message_block table th,
  .p-message_block table td {
    display: block;
    padding: 20px;
  }
}
.p-message_block table th {
  width: 100%;
}
@media screen and (max-width: 900px) {
  .p-message_block table th {
    padding-bottom: 8px;
    border-bottom: none;
  }
}
@media screen and (min-width: 901px) {
  .p-message_block table th {
    width: clamp(200px, 17.5vw, 210px);
  }
}
@media screen and (max-width: 900px) {
  .p-message_block table td {
    padding-top: 0;
  }
}
.p-message_block iframe {
  aspect-ratio: 9/5;
  width: 100%;
  height: auto;
}
.p-message_block address {
  margin-top: 24px;
  font-size: clamp(0.9375rem, 1.7777777778vw, 1rem);
  font-weight: 400;
  line-height: 1.5;
}
.p-message_zip-code {
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: 500;
}
.p-message_bnr {
  margin-top: clamp(92px, 20.4444444444vw, 184px);
}
.p-message_bnr .-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2px;
}
@media screen and (max-width: 650px) {
  .p-message_bnr .-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-message_bnr .-bg {
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.p-message_bnr .-bg::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #000;
  opacity: 0.4;
}
.p-message_bnr .-bg img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-message_bnr a {
  position: relative;
  max-height: 400px;
  overflow: hidden;
}
.p-message_bnr a:hover {
  opacity: 1;
}
.p-message_bnr a:hover .-bg img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.p-message_bnr a:hover .-bg::before {
  opacity: 0;
}
.p-message_bnr a:hover .-btn {
  color: #222;
}
.p-message_bnr a:hover .-btn::before {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.p-message_bnr .-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: clamp(24px, 2.5vw, 32px);
}
.p-message_table__side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px;
}
@media screen and (max-width: 1100px) {
  .p-message_table__side {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-message_table__side .-label {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.75;
  text-align: right;
  margin-top: 8px;
}
@media screen and (min-width: 901px) {
  .p-message_table__block {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.p-message_table__block td img {
  width: clamp(25px, 3.1111111111vw, 28px);
  height: auto;
}
@media screen and (min-width: 901px) {
  .p-message_table__inner {
    -ms-flex-preferred-size: 24%;
        flex-basis: 24%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.p-message_table__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}
@media screen and (min-width: 901px) {
  .p-message_table__image {
    height: 100%;
  }
}
@media screen and (min-width: 701px) and (max-width: 1100px) {
  .p-message_table__image {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 16px 1fr 16px 1fr 16px 1fr;
    grid-template-columns: repeat(4, 1fr);
    -ms-grid-rows: 1fr;
    grid-template-rows: repeat(1, 1fr);
    gap: 16px;
  }
  .p-message_table__image > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-message_table__image > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .p-message_table__image > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  .p-message_table__image > *:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-column: 7;
  }
  .p-message_table__image figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
  }
}
.p-message_block .p-history_box {
  margin-top: clamp(56px, 11.6666666667vw, 105px);
}

.p-factory_ch p {
  line-height: 2.25;
}
@media screen and (min-width: 901px) {
  .p-factory_ch p {
    text-align: center;
  }
}
.p-factory_card {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
  grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: repeat(1, 1fr);
  gap: 56px 40px;
  margin-top: 80px;
}
.p-factory_card > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.p-factory_card > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.p-factory_card > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
@media screen and (max-width: 900px) {
  .p-factory_card {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 450px) {
  .p-factory_card {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-factory_card figure {
  margin-bottom: 16px;
}
.p-factory_card figure img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
}
.p-factory_card h3 {
  font-size: clamp(1.125rem, 2.2222222222vw, 1.25rem);
  font-weight: 400;
  line-height: 1.2;
}
.p-factory_card h3 + p {
  margin-top: 8px;
  font-size: clamp(0.875rem, 1.6666666667vw, 0.9375rem);
  line-height: 1.75;
  letter-spacing: 0.02em;
  text-indent: 0.02em;
}
.p-factory_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: clamp(32px, 4.375vw, 56px);
  margin-top: clamp(80px, 13.3333333333vw, 120px);
  background-color: #fff;
  padding: clamp(40px, 4.375vw, 56px) clamp(20px, 6.2222222222vw, 56px) clamp(40px, 5.46875vw, 70px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1280px) {
  .p-factory_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-factory_box + .p-factory_box {
  margin-top: clamp(40px, 6.2222222222vw, 56px);
}
@media screen and (min-width: 901px) {
  .p-factory_box .-pic {
    -ms-flex-preferred-size: 47.46%;
        flex-basis: 47.46%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.p-factory_box .-pic figcaption {
  font-size: 12px;
  line-height: 1.75;
  text-align: right;
  margin-top: 8px;
}
.p-factory_box .-pic address {
  font-size: clamp(0.875rem, 1.6666666667vw, 0.9375rem);
  line-height: 1.75;
}
@media screen and (min-width: 901px) {
  .p-factory_box .-inner {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.p-factory_box .-inner h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-bottom: clamp(16px, 2.6666666667vw, 24px);
  font-size: clamp(1.125rem, 2.2222222222vw, 1.25rem);
  font-weight: 400;
  line-height: 1.2;
}
.p-factory_box .-inner h3::before {
  content: "";
  display: inline-block;
  aspect-ratio: 1/1;
  width: clamp(12px, 1.7777777778vw, 16px);
  height: auto;
  border-radius: 50%;
  background-color: #dbc495;
}
.p-factory_box .-inner h3 + p {
  font-size: clamp(0.875rem, 1.6666666667vw, 0.9375rem);
  line-height: 1.75;
}
.p-factory_box .-inner ul {
  margin-top: clamp(16px, 2.6666666667vw, 24px);
}
.p-factory_box .-inner ul li {
  position: relative;
  font-size: clamp(0.875rem, 1.6666666667vw, 0.9375rem);
  line-height: 1.75;
  padding-left: 1em;
}
.p-factory_box .-inner ul li::before {
  content: "・";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
.p-factory_zip-code {
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: 500;
}
.p-factory_slider {
  overflow: hidden;
}
.p-factory_slider .-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(8px, 3.2vw, 16px);
}
.p-factory_slider .-container._left .-wrap {
  -webkit-animation: loop-slide-Right 65s infinite linear 1s both;
          animation: loop-slide-Right 65s infinite linear 1s both;
}
.p-factory_slider .-container._right .-wrap {
  -webkit-animation: loop-slide-Left 65s infinite linear 1s both;
          animation: loop-slide-Left 65s infinite linear 1s both;
}
.p-factory_slider .-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(8px, 3.2vw, 16px);
  position: relative;
  -webkit-animation: loop-slide-Right 56s infinite linear 1s both;
          animation: loop-slide-Right 56s infinite linear 1s both;
}
.p-factory_slider .-pic {
  width: clamp(120px, 42.4444444444vw, 382px);
  height: auto;
  position: relative;
}
.p-factory_slider .-pic img {
  overflow: clip;
  aspect-ratio: 382/384;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-factory_slider {
  overflow: hidden;
  margin-top: clamp(80px, 17.7777777778vw, 160px);
}
.p-factory_bnr {
  padding-top: clamp(72px, 16vw, 144px);
}
.p-factory_bnr a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #222;
  width: 100%;
  max-width: 712px;
  margin: 0 auto;
  background: #fff;
  -webkit-box-shadow: 1.93px 1.93px 1.93px rgba(0, 0, 0, 0.1);
          box-shadow: 1.93px 1.93px 1.93px rgba(0, 0, 0, 0.1);
}
.p-factory_bnr a p {
  font-size: clamp(0.8125rem, 3.0666666667vw, 1.4375rem);
  line-height: 1.45;
  letter-spacing: 0.005em;
  text-indent: 0.005em;
  text-align: center;
}
.p-factory_bnr a:hover {
  opacity: 1;
}
.p-factory_bnr a:hover figure img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.p-factory_bnr a:hover .triangle {
  -webkit-transform: translateX(2px);
          transform: translateX(2px);
}
.p-factory_bnr .-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: clamp(6px, 0.625vw, 8px);
  margin-top: 12px;
}
@media screen and (max-width: 495px) {
  .p-factory_bnr .-flex {
    margin-top: 0;
  }
}
.p-factory_bnr .-flex b {
  font-family: "futura-pt", sans-serif;
  font-style: normal;
  font-size: clamp(0.5625rem, 1.4444444444vw, 0.8125rem);
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: 0.002em;
  text-indent: 0.002em;
}
.p-factory_bnr .-inner {
  width: 100%;
  padding: 0 clamp(24px, 2.96875vw, 38px);
  background: #fff;
}
.p-factory_bnr figure {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 50%;
  overflow: hidden;
}
.p-factory_bnr figure img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  min-height: 88px;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-factory_bnr .triangle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-factory_bnr .triangle::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 10px solid #222;
  border-right: 0;
}
@media screen and (max-width: 450px) {
  .p-factory_bnr .triangle::before {
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
    border-left: 7px solid #222;
  }
}

.p-history_block + .p-history_block {
  margin-top: clamp(80px, 13.3333333333vw, 120px);
}
.p-history_map {
  position: relative;
  max-width: 670px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: clamp(40px, 7.1111111111vw, 64px);
  padding-right: clamp(20px, 6.6666666667vw, 60px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p-history_map svg {
  display: block;
  position: absolute;
  bottom: -4.18%;
  right: 0;
  width: clamp(46px, 10.6666666667vw, 96px);
  height: auto;
}
.p-history_map p {
  position: absolute;
  bottom: -4.18%;
  right: 0;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: clamp(1.125rem, 3.8647342995vw, 2rem);
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.27em;
  text-indent: 0.27em;
  text-indent: 0;
}
.p-history_image {
  position: relative;
  aspect-ratio: 897/677;
  width: 100%;
  height: auto;
  margin-bottom: 80px;
}
.p-history_image.lazy figure {
  opacity: 0;
}
.p-history_image.lazy-show figure {
  opacity: 1;
}
.p-history_image.lazy-show figure:nth-of-type(1) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.p-history_image.lazy-show figure:nth-of-type(2) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.p-history_image.lazy-show figure:nth-of-type(3) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.p-history_image figure {
  position: absolute;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.p-history_image figure:nth-of-type(1) {
  top: 0;
  left: 0;
  aspect-ratio: 529/350;
  width: 58.9743589744%;
}
.p-history_image figure:nth-of-type(2) {
  top: 34.4165435746%;
  right: 0;
  aspect-ratio: 417/275;
  width: 46.4882943144%;
}
.p-history_image figure:nth-of-type(3) {
  bottom: 0;
  right: 32.4414715719%;
  aspect-ratio: 288/190;
  width: 32.1070234114%;
}
@media screen and (min-width: 901px) {
  .p-history_box .-head {
    text-align: center;
  }
}
.p-history_box .-head h3 {
  font-size: clamp(1.5rem, 3.5555555556vw, 2rem);
  font-weight: 400;
  line-height: 1.5;
}
.p-history_box .-head h3 + p {
  margin-top: clamp(24px, 3.5555555556vw, 32px);
  line-height: 2.25;
  text-align: left;
}
.p-history_box .-head + figure {
  margin-top: 80px;
}
.p-history_box figure + .-head {
  margin-top: 80px;
}
.p-history_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: clamp(40px, 5vw, 64px);
}
@media screen and (max-width: 1100px) {
  .p-history_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.p-history_wrap.lazy-show .-inner::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.p-history_wrap .-inner {
  position: relative;
}
.p-history_wrap .-inner figure {
  display: inline-block;
  width: clamp(32px, 4.4444444444vw, 40px);
}
.p-history_wrap .-inner::after {
  content: "";
  display: inline-block;
  background-color: #333;
  position: absolute;
  top: 0;
  left: 236px;
  -webkit-transform: scale(1, 0);
          transform: scale(1, 0);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transition: -webkit-transform 2s;
  transition: -webkit-transform 2s;
  transition: transform 2s;
  transition: transform 2s, -webkit-transform 2s;
  width: 1px;
  height: 100%;
  top: 15px;
  height: calc(100% - 20px);
}
@media screen and (max-width: 450px) {
  .p-history_wrap .-inner::after {
    left: 148px;
  }
}
.p-history_wrap .-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 901px) {
  .p-history_wrap .-image {
    -ms-flex-preferred-size: 24%;
        flex-basis: 24%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.p-history_wrap .-image figcaption,
.p-history_wrap .-image p {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.75;
  text-align: right;
  margin-top: 8px;
}
.p-history_wrap .-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}
@media screen and (min-width: 901px) {
  .p-history_wrap .-gallery {
    height: 100%;
  }
}
@media screen and (min-width: 701px) and (max-width: 1100px) {
  .p-history_wrap .-gallery {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 16px 1fr 16px 1fr 16px 1fr;
    grid-template-columns: repeat(4, 1fr);
    -ms-grid-rows: 1fr;
    grid-template-rows: repeat(1, 1fr);
    gap: 16px;
  }
  .p-history_wrap .-gallery > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-history_wrap .-gallery > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .p-history_wrap .-gallery > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  .p-history_wrap .-gallery > *:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-column: 7;
  }
  .p-history_wrap .-gallery figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
  }
}
.p-history_wrap dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-history_wrap dl + dl dt {
  padding-top: 40px;
}
.p-history_wrap dl + dl dd {
  margin-top: 40px;
}
.p-history_wrap dl dt {
  position: relative;
  font-size: clamp(1rem, 2vw, 1.125rem);
  font-weight: 400;
  line-height: 2.25;
  padding-right: clamp(20px, 3.125vw, 40px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-preferred-size: 236px;
      flex-basis: 236px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 451px) {
  .p-history_wrap dl dt br {
    display: none;
  }
}
@media screen and (max-width: 450px) {
  .p-history_wrap dl dt {
    -ms-flex-preferred-size: 150px;
        flex-basis: 150px;
  }
}
.p-history_wrap dl dd {
  position: relative;
  padding-left: clamp(20px, 3.125vw, 40px);
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-line-pack: center;
      align-content: center;
}
.p-history_wrap dl dd::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 14px;
  left: -3px;
  background-color: #333;
  aspect-ratio: 1/1;
  width: clamp(4px, 0.6666666667vw, 6px);
  border-radius: 50%;
}
.p-history_wrap dl dd span {
  color: #444;
  font-size: clamp(1rem, 2vw, 1.125rem);
  font-weight: 400;
  line-height: 2.25;
  margin-bottom: 4px;
}
.p-history_wrap dl dd p {
  font-size: clamp(0.875rem, 1.6666666667vw, 0.9375rem);
  font-weight: 400;
  line-height: 1.75;
}

.p-topics._l .p-topics_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  padding: clamp(20px, 2.5vw, 32px) clamp(20px, 5vw, 64px);
  margin-bottom: clamp(64px, 8.8888888889vw, 80px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
}
@media screen and (max-width: 450px) {
  .p-topics._l .p-topics_nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 16px;
  }
}
.p-topics._l .p-topics_nav > span {
  display: block;
  font-family: "futura-pt", sans-serif;
  font-style: normal;
  font-size: clamp(1rem, 2.2222222222vw, 1.25rem);
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
}
@media screen and (min-width: 501px) {
  .p-topics._l .p-topics_nav > span {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding-right: 40px;
    border-right: 1px solid #ccc;
  }
}
@media screen and (max-width: 500px) {
  .p-topics._l .p-topics_nav > span {
    width: 100%;
    padding-bottom: 16px;
    border-bottom: 1px solid #ccc;
  }
}
.p-topics._l .p-topics_nav .p-topics_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: clamp(20px, 2.5vw, 32px);
}
@media screen and (min-width: 901px) {
  .p-topics._l .p-topics_nav .p-topics_list {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.p-topics._l .p-topics_nav .p-topics_list li {
  font-weight: 400;
  line-height: 1.2;
}
.p-topics._l .p-topics_nav .p-topics_list a[aria-current=false] {
  color: #777;
}
@media (hover: hover) {
  .p-topics._l .p-topics_nav .p-topics_list a:hover {
    opacity: 1;
    color: #333;
  }
}
@media (hover: none) {
  .p-topics._l .p-topics_nav .p-topics_list a {
    -webkit-transition: all 0s;
    transition: all 0s;
  }
  .p-topics._l .p-topics_nav .p-topics_list a:active {
    opacity: 1;
    color: #333;
  }
}
.p-topics._l .p-topics_list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr clamp(20px, 3.59375vw, 46px) 1fr clamp(20px, 3.59375vw, 46px) 1fr;
  grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: repeat(1, 1fr);
  gap: 56px clamp(20px, 3.59375vw, 46px);
}
.p-topics._l .p-topics_list > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.p-topics._l .p-topics_list > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.p-topics._l .p-topics_list > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
@media screen and (max-width: 900px) {
  .p-topics._l .p-topics_list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 450px) {
  .p-topics._l .p-topics_list {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-topics._l .p-topics_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin: clamp(16px, 1.875vw, 24px) 0 16px;
}
.p-topics._l .p-topics_info .-new {
  background: #c8301d;
  color: #fff;
  font-size: clamp(0.625rem, 1.2222222222vw, 0.6875rem);
  line-height: 1.2;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4px 14px 2px;
  height: 23px;
}
.p-topics._l .p-topics_info .-cat {
  border: 1px solid #ccc;
  font-size: clamp(0.625rem, 1.2222222222vw, 0.6875rem);
  font-weight: 400;
  padding: 4px 14px 2px;
  height: 23px;
}
.p-topics._l a figure {
  overflow: hidden;
}
.p-topics._l a figure img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-topics._l a p {
  font-size: clamp(0.8125rem, 1.6666666667vw, 0.9375rem);
  font-weight: 400;
  line-height: 1.75;
}
.p-topics._l a time {
  font-size: clamp(0.75rem, 1.4444444444vw, 0.8125rem);
  font-weight: 400;
  line-height: 1.75;
  color: #555;
}
@media (hover: hover) {
  .p-topics._l a:hover {
    opacity: 1;
  }
  .p-topics._l a:hover figure img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@media (hover: none) {
  .p-topics._l a {
    -webkit-transition: all 0s;
    transition: all 0s;
  }
  .p-topics._l a:active {
    opacity: 1;
  }
  .p-topics._l a:active figure img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.p-topics._s {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.p-topics._s .p-topics_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  margin-bottom: clamp(40px, 6.2222222222vw, 56px);
}
.p-topics._s .p-topics_info time {
  font-size: clamp(0.75rem, 1.4444444444vw, 0.8125rem);
  font-weight: 400;
  line-height: 1.75;
  color: #555;
  letter-spacing: 0.02em;
  text-indent: 0.02em;
}
.p-topics._s .p-topics_info .-cat {
  border: 1px solid #ccc;
  font-size: clamp(0.625rem, 1.2222222222vw, 0.6875rem);
  font-weight: 400;
  padding: 4px 14px;
}
.p-topics._s h2 {
  font-size: clamp(1.25rem, 3.5555555556vw, 2rem);
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: clamp(24px, 3.5555555556vw, 32px);
}
.p-topics._s .p-topics_pic {
  margin-top: clamp(40px, 6.2222222222vw, 56px);
}
.p-topics._s .p-topics_inner a {
  color: #777;
  text-decoration: underline;
}
.p-topics._s .p-topics_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: clamp(56px, 5vw, 64px);
  padding-top: clamp(32px, 3.75vw, 48px);
  border-top: 1px solid #ccc;
}
.p-topics._s .p-topics_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(32px, 3.125vw, 40px);
  margin-top: 28px;
}
.p-topics._s .p-topics_prev,
.p-topics._s .p-topics_next {
  min-width: 56px;
}
.p-topics._s .p-topics_prev a,
.p-topics._s .p-topics_next a {
  color: #777;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.02em;
  text-indent: 0.02em;
}
@media (hover: hover) {
  .p-topics._s .p-topics_prev a:hover,
  .p-topics._s .p-topics_next a:hover {
    opacity: 1;
    color: #222;
  }
}
@media (hover: none) {
  .p-topics._s .p-topics_prev a,
  .p-topics._s .p-topics_next a {
    -webkit-transition: all 0s;
    transition: all 0s;
  }
  .p-topics._s .p-topics_prev a:active,
  .p-topics._s .p-topics_next a:active {
    opacity: 1;
    color: #222;
  }
}

.p-movie_ch {
  line-height: 2.25;
}
@media screen and (min-width: 901px) {
  .p-movie_ch {
    text-align: center;
  }
}
.p-movie_list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 26px 1fr 26px 1fr;
  grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: repeat(1, 1fr);
  gap: 56px 26px;
  margin-top: clamp(40px, 6.2222222222vw, 56px);
}
.p-movie_list > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.p-movie_list > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.p-movie_list > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
@media screen and (max-width: 900px) {
  .p-movie_list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 450px) {
  .p-movie_list {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-movie_list .-inner {
  display: block;
  background-color: #fff;
  padding: clamp(20px, 1.875vw, 24px) clamp(20px, 1.875vw, 24px) clamp(24px, 2.1875vw, 28px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 100%;
}
.p-movie_list figure {
  overflow: hidden;
}
.p-movie_list figure img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-movie_list img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
  margin: 0 auto;
  aspect-ratio: 334/250;
}
.p-movie_list h2 {
  font-size: clamp(1.125rem, 2.2222222222vw, 1.25rem);
  font-weight: 400;
  line-height: 1.2;
  margin-top: clamp(12px, 1.7777777778vw, 16px);
  padding-bottom: clamp(12px, 1.7777777778vw, 16px);
  border-bottom: 1px solid #ccc;
}
.p-movie_list p {
  margin-top: clamp(16px, 2.2222222222vw, 20px);
  font-size: clamp(0.875rem, 1.6666666667vw, 0.9375rem);
  font-weight: 400;
  line-height: 1.75;
}
.p-movie_list time {
  display: block;
  margin-top: 16px;
  font-size: clamp(0.75rem, 1.4444444444vw, 0.8125rem);
  font-weight: 400;
  line-height: 1.75;
  color: #555;
}
.p-movie-form {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: rgba(255, 255, 255, 0.8);
}
.p-movie-form_password {
  max-width: 598px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 56px;
  text-align: center;
  border-radius: 8px;
}
@media screen and (max-width: 450px) {
  .p-movie-form_password {
    padding: 32px 20px;
    max-width: calc(100% - 40px);
  }
}
.p-movie-form_password h2 {
  font-size: clamp(1.125rem, 2.2222222222vw, 1.25rem);
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  margin-bottom: clamp(12px, 1.7777777778vw, 16px);
}
.p-movie-form_password h2 + p {
  margin-bottom: 12px;
  text-align: left;
  max-width: 294px;
  margin-left: auto;
  margin-right: auto;
}
.p-movie-form_password .post_password {
  font-size: clamp(0.75rem, 1.5555555556vw, 0.875rem);
}
.p-movie-form_password input.pw_wid {
  padding: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.3rem !important;
  line-height: 1;
  margin-left: 8px;
  background-color: transparent;
  border: 1px solid #ccc;
  width: 213px;
  min-height: 36px;
  border-radius: 8px;
  font-size: clamp(0.75rem, 1.5555555556vw, 0.875rem);
}
.p-movie-form_password input.pw_wid::-webkit-file-upload-button {
  font-family: "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: thin solid #CCCCCC;
  padding: 0;
  width: 138px;
  line-height: 38px;
  background-color: #fff;
  border-radius: 6px;
  margin-right: 10px;
}
.p-movie-form_password input.pw_wid::file-selector-button {
  font-family: "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: thin solid #CCCCCC;
  padding: 0;
  width: 138px;
  line-height: 38px;
  background-color: #fff;
  border-radius: 6px;
  margin-right: 10px;
}
.p-movie-form_password input.pw_wid::-webkit-file-upload-button:hover {
  opacity: 0.6;
  cursor: pointer;
}
.p-movie-form_password input.pw_wid::file-selector-button:hover {
  opacity: 0.6;
  cursor: pointer;
}
.p-movie-form_btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 6px;
  margin-top: 16px;
}
.p-movie-form_btns a,
.p-movie-form_btns .pw_btn {
  width: 96px;
  line-height: 36px;
  font-size: clamp(0.75rem, 1.4444444444vw, 0.8125rem);
  font-weight: 700;
  font-family: "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.p-movie-form_btns .--login .pw_btn {
  background-color: #333;
  color: #fff;
  border: none;
  padding: unset;
  margin: unset;
  border-radius: 18px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid #333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (hover: hover) {
  .p-movie-form_btns .--login .pw_btn:hover {
    opacity: 1;
    background-color: #fff;
    color: #333;
  }
}
@media (hover: none) {
  .p-movie-form_btns .--login .pw_btn {
    -webkit-transition: all 0s;
    transition: all 0s;
  }
  .p-movie-form_btns .--login .pw_btn:active {
    opacity: 1;
    background-color: #fff;
    color: #333;
  }
}
.p-movie-form_btns .--back a {
  border-radius: 18px;
  background-color: #fff;
  border: 1px solid #333;
}
@media (hover: hover) {
  .p-movie-form_btns .--back a:hover {
    opacity: 1;
    background-color: #333;
    color: #fff;
  }
}
@media (hover: none) {
  .p-movie-form_btns .--back a {
    -webkit-transition: all 0s;
    transition: all 0s;
  }
  .p-movie-form_btns .--back a:active {
    opacity: 1;
    background-color: #333;
    color: #fff;
  }
}
.p-movie .modal-open {
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-movie .modal-open:hover img {
  scale: 1.1;
}
.p-movie .modal-container {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.6);
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p-movie .modal-container.active {
  opacity: 1;
  visibility: visible;
}
.p-movie .modal-body {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  max-width: 900px;
  padding: 0 32px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p-movie .modal-content {
  width: 100%;
  max-width: 900px;
}
.p-movie .modal-content iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 560/315;
}
.p-movie .modal-content video {
  width: 100%;
  height: auto;
}
.p-movie .modal-video {
  width: 100%;
  max-width: 900px;
}

.p-recruit {
  position: relative;
}
.p-recruit_link {
  position: absolute;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  z-index: 10;
}
@media screen and (max-width: 900px) {
  .p-recruit_link {
    display: none;
  }
}
.p-recruit_link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 32px 40px 64px;
  background-color: #fff;
  -webkit-transform: translateX(-266px);
          transform: translateX(-266px);
  color: #555;
}
@media (hover: hover) {
  .p-recruit_link a:hover {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@media (hover: none) {
  .p-recruit_link a {
    -webkit-transition: all 0s;
    transition: all 0s;
  }
  .p-recruit_link a:active {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.p-recruit_link p {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.75;
  margin-right: 34px;
}
.p-recruit_link span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  gap: 8px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-family: "futura-pt", sans-serif;
  font-style: normal;
  font-size: 32px;
  font-weight: 400;
  line-height: 1;
  margin-left: 30px;
}
.p-recruit_link span::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 17px solid #555555;
  border-right: 0;
}
.p-recruit_main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-recruit_main.lazy-show .-brush img {
  clip-path: inset(0 0% 0% 0);
}
.p-recruit_main .-brush {
  position: absolute;
  z-index: 1;
  width: 55.5625vw;
  pointer-events: none;
  top: -4.5vw;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media screen and (max-width: 900px) {
  .p-recruit_main .-brush {
    max-width: 913px;
    width: 100%;
  }
}
.p-recruit_main .-brush img {
  -webkit-transition: all 0.4s 1.5s linear;
  transition: all 0.4s 1.5s linear;
  clip-path: inset(0 100% 0% 0);
}
.p-recruit_main .-flex {
  position: relative;
  z-index: 2;
  top: 0;
  left: 0;
  padding: 0 clamp(30px, 8.125vw, 104px) clamp(40px, 12.5vw, 160px);
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 72px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1240px) {
  .p-recruit_main .-flex {
    padding: 0 0 80px;
    position: relative;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 96px;
  }
}
@media screen and (min-width: 1241px) {
  .p-recruit_main .-left,
  .p-recruit_main .-right {
    position: absolute;
  }
}
.p-recruit_main .-left,
.p-recruit_main .-right {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 1240px) {
  .p-recruit_main .-center {
    padding: 0 clamp(30px, 8.125vw, 104px);
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.p-recruit_main .-inner {
  max-width: 413px;
  margin-left: auto;
  margin-right: auto;
}
.p-recruit_main .-inner h2 {
  font-size: clamp(1.5rem, 4.4444444444vw, 2.5rem);
  font-weight: 400;
  line-height: 1.75;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 901px) {
  .p-recruit_main .-inner h2 {
    letter-spacing: 0.27em;
    text-indent: 0.27em;
    text-indent: 0;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
}
.p-recruit_main .-inner h2 + p {
  margin-top: clamp(56px, 9.7777777778vw, 88px);
  line-height: 2.25;
}
.p-recruit_main .-inner .-lead {
  width: clamp(150px, 21.7777777778vw, 196px);
  margin-left: auto;
  margin-right: auto;
}
.p-recruit_main .-inner .-lead svg {
  display: block;
  width: 100%;
  height: auto;
}
.p-recruit_main .-inner .-lead + p {
  margin-top: clamp(56px, 9.7777777778vw, 88px);
  line-height: 2.25;
}
.p-recruit_main .-left {
  width: clamp(148px, 15.5625vw, 249px);
  margin-right: clamp(30px, 5vw, 80px);
  left: 0;
}
@media screen and (max-width: 1240px) {
  .p-recruit_main .-left {
    left: unset;
    width: 40%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-right: initial;
  }
}
@media screen and (max-width: 450px) {
  .p-recruit_main .-left {
    width: 35%;
  }
}
.p-recruit_main .-left figure {
  z-index: 0;
  position: absolute;
  left: 6.25vw;
  top: clamp(220px, 27.578125vw, 353px);
  width: clamp(148px, 23.0625vw, 369px);
}
@media screen and (max-width: 1240px) {
  .p-recruit_main .-left figure {
    position: relative;
    top: 20dvh;
    left: 0;
    width: 90%;
  }
}
@media screen and (max-width: 900px) {
  .p-recruit_main .-left figure {
    top: 10dvh;
  }
}
@media screen and (max-width: 720px) {
  .p-recruit_main .-left figure {
    top: 5vh;
  }
}
@media screen and (max-width: 450px) {
  .p-recruit_main .-left figure {
    width: 100%;
  }
}
.p-recruit_main .-right {
  right: 0;
  width: clamp(189px, 24.1875vw, 387px);
}
@media screen and (max-width: 1240px) {
  .p-recruit_main .-right {
    right: unset;
    position: relative;
    aspect-ratio: 20/31;
    width: 50%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media screen and (max-width: 820px) {
  .p-recruit_main .-right {
    width: 45%;
  }
}
@media screen and (max-width: 450px) {
  .p-recruit_main .-right {
    aspect-ratio: 20/45;
    width: 35%;
  }
}
.p-recruit_main .-right figure {
  position: absolute;
}
.p-recruit_main .-right figure:nth-of-type(1) {
  width: clamp(148px, 24.3125vw, 389px);
  top: 0;
  right: 6.25vw;
}
@media screen and (max-width: 1240px) {
  .p-recruit_main .-right figure:nth-of-type(1) {
    width: 75%;
    right: 0;
  }
}
@media screen and (max-width: 450px) {
  .p-recruit_main .-right figure:nth-of-type(1) {
    width: 100%;
  }
}
.p-recruit_main .-right figure:nth-of-type(2) {
  width: clamp(150px, 24.8125vw, 397px);
  bottom: 0;
  right: clamp(38px, 7.8125vw, 100px);
}
@media screen and (max-width: 1240px) {
  .p-recruit_main .-right figure:nth-of-type(2) {
    right: 25%;
    width: 75%;
  }
}
@media screen and (max-width: 450px) {
  .p-recruit_main .-right figure:nth-of-type(2) {
    width: 100%;
  }
}
.p-recruit_block + .p-recruit_block {
  margin-top: clamp(80px, 17.7777777778vw, 160px);
}
.p-recruit_block._requiremtns .-list {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p-recruit_block._requiremtns .-list li + li {
  margin-top: 24px;
}
.p-recruit_block._requiremtns .-list .-arrow {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  aspect-ratio: 1/1;
  width: clamp(28px, 5.5555555556vw, 50px);
  height: auto;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  box-sizing: border-box;
}
.p-recruit_block._requiremtns .-list .-arrow svg {
  display: block;
  aspect-ratio: 1/1;
  width: clamp(28px, 5.5555555556vw, 50px);
  height: auto;
}
.p-recruit_block._requiremtns .-list .-arrow path {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-recruit_block._requiremtns .-list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  position: relative;
  background-color: #fff;
  padding: clamp(20px, 2.34375vw, 30px) clamp(20px, 3.125vw, 40px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p-recruit_block._requiremtns .-list a .-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: clamp(12px, 1.25vw, 16px);
  width: 100%;
}
.p-recruit_block._requiremtns .-list a .-cat {
  padding: clamp(4px, 0.625vw, 8px) 8px;
  background-color: #777;
  color: #fff;
  font-size: clamp(0.75rem, 1.4444444444vw, 0.8125rem);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.1em;
  text-indent: -0.1em;
}
.p-recruit_block._requiremtns .-list a p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(12px, 1.25vw, 16px);
  color: #000;
  font-size: clamp(1rem, 2.6666666667vw, 1.5rem);
  font-weight: 400;
  line-height: 1.5;
}
.p-recruit_block._requiremtns .-list a p::before {
  content: "";
  display: inline-block;
  aspect-ratio: 1/1;
  width: clamp(12px, 1.7777777778vw, 16px);
  height: auto;
  background-color: #dbc495;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (hover: hover) {
  .p-recruit_block._requiremtns .-list a:hover {
    opacity: 1;
  }
  .p-recruit_block._requiremtns .-list a:hover path {
    fill: #fff;
  }
  .p-recruit_block._requiremtns .-list a:hover .-arrow {
    background: #55514d;
  }
}
@media (hover: none) {
  .p-recruit_block._requiremtns .-list a {
    -webkit-transition: all 0s;
    transition: all 0s;
  }
  .p-recruit_block._requiremtns .-list a:active {
    opacity: 1;
  }
  .p-recruit_block._requiremtns .-list a:active path {
    fill: #fff;
  }
  .p-recruit_block._requiremtns .-list a:active .-arrow {
    background: #55514d;
  }
}
.p-recruit_sticky {
  position: relative;
}
.p-recruit_sticky .-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 901px) {
  .p-recruit_sticky .-side {
    height: 100dvh;
    position: sticky;
    top: 0;
  }
}
@media screen and (max-width: 900px) {
  .p-recruit_sticky .-side {
    display: contents;
  }
}
.p-recruit_sticky .-side .-content {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 900px) {
  .p-recruit_sticky .-side .-content {
    width: 100%;
    position: sticky;
    top: 0;
  }
}
@media screen and (max-width: 1240px) {
  .p-recruit_sticky .-side .-content {
    padding: 40px;
  }
}
.p-recruit_sticky .-side .-content figure {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-recruit_sticky .-side .-content figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-recruit_sticky .-side .-content .-inner {
  padding: clamp(32px, 5.625vw, 72px) clamp(20px, 4.84375vw, 62px) clamp(32px, 4.375vw, 56px);
  background: rgba(255, 255, 255, 0.75);
  width: 100%;
  height: 100%;
  max-width: 526px;
  max-height: 584px;
}
.p-recruit_sticky .-side h3 {
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: clamp(28px, 4.4444444444vw, 40px);
}
.p-recruit_sticky .-side h3 span {
  font-size: clamp(1.5rem, 3.3333333333vw, 2.5rem);
  font-weight: 400;
  line-height: 1.2;
  border-bottom: 2px solid;
}
.p-recruit_sticky .-side .-item {
  font-weight: 400;
  line-height: 1;
  text-align: center;
}
.p-recruit_sticky .-side .-item small {
  font-size: clamp(1.5rem, 5.6666666667vw, 4.25rem);
}
.p-recruit_sticky .-side .-item.-middle {
  font-size: clamp(2rem, 8vw, 6rem);
}
.p-recruit_sticky .-side .-item.-big {
  font-size: clamp(2rem, 6.6666666667vw, 5rem);
  line-height: 1.2;
}
.p-recruit_sticky .-side .-text {
  margin-top: clamp(32px, 4.4444444444vw, 40px);
  line-height: 2.25;
  display: none !important;
}
.p-recruit_works {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #fff;
}
@media screen and (max-width: 1240px) {
  .p-recruit_works {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-recruit_works + .p-recruit_works {
  margin-top: 56px;
}
.p-recruit_works dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  font-size: clamp(1.5rem, 4vw, 2.25rem);
  line-height: 1.2;
  padding: clamp(20px, 3.75vw, 48px);
}
@media screen and (min-width: 1241px) {
  .p-recruit_works dt {
    border-right: 1px solid #ccc;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
}
@media screen and (max-width: 1240px) {
  .p-recruit_works dt {
    border-bottom: 1px solid #ccc;
    padding: clamp(20px, 4.4444444444vw, 40px) clamp(20px, 4.4444444444vw, 40px) clamp(16px, 2.2222222222vw, 20px);
  }
}
.p-recruit_works dt::before {
  content: "";
  display: inline-block;
  aspect-ratio: 1/1;
  width: clamp(12px, 1.7777777778vw, 16px);
  height: auto;
  background-color: #dbc495;
  border-radius: 50%;
}
.p-recruit_works dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: clamp(40px, 5.625vw, 72px);
  gap: clamp(40px, 5.625vw, 72px);
}
@media screen and (max-width: 1240px) {
  .p-recruit_works dd {
    padding: clamp(20px, 4.4444444444vw, 40px) clamp(20px, 4.4444444444vw, 40px) clamp(20px, 4.4444444444vw, 40px);
  }
}
@media screen and (max-width: 900px) {
  .p-recruit_works dd {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width: 901px) {
  .p-recruit_works dd > figure {
    -ms-flex-preferred-size: 45.65%;
        flex-basis: 45.65%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media screen and (min-width: 901px) {
  .p-recruit_works dd > p {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.p-requirement._s .p-requirement_inner {
  background-color: #fff;
  padding: clamp(40px, 7.5vw, 96px) clamp(20px, 6.25vw, 100px);
}
.p-requirement._s .-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: clamp(12px, 1.25vw, 16px);
  width: 100%;
  border-bottom: 1px solid #222;
  padding-bottom: clamp(16px, 2.6666666667vw, 24px);
  margin-bottom: clamp(16px, 2.6666666667vw, 24px);
}
.p-requirement._s .-cat {
  padding: clamp(4px, 0.625vw, 8px) 8px;
  background-color: #777;
  color: #fff;
  font-size: clamp(0.75rem, 1.4444444444vw, 0.8125rem);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.1em;
  text-indent: -0.1em;
}
.p-requirement._s h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(12px, 1.25vw, 16px);
  color: #000;
  font-size: clamp(1rem, 2.6666666667vw, 1.5rem);
  font-weight: 400;
  line-height: 1.5;
}
.p-requirement._s h2::before {
  content: "";
  display: inline-block;
  aspect-ratio: 1/1;
  width: clamp(12px, 1.7777777778vw, 16px);
  height: auto;
  background-color: #dbc495;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-requirement._s th,
.p-requirement._s td {
  background: none;
  border: none;
  padding: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #ccc;
  font-size: clamp(0.875rem, 1.6666666667vw, 0.9375rem);
  font-weight: 400;
  line-height: 1.75;
}
@media screen and (max-width: 900px) {
  .p-requirement._s th,
  .p-requirement._s td {
    display: block;
    padding: 16px;
  }
}
.p-requirement._s th {
  width: 100%;
}
@media screen and (max-width: 900px) {
  .p-requirement._s th {
    padding-bottom: 8px;
    border-bottom: none;
  }
}
@media screen and (min-width: 901px) {
  .p-requirement._s th {
    width: 200px;
  }
}
@media screen and (max-width: 900px) {
  .p-requirement._s td {
    padding-top: 0;
  }
}
.p-requirement._s .-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: clamp(40px, 5.3333333333vw, 48px);
}
.p-requirement._s .-link .-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.p-requirement._s .-link .-back {
  margin-top: clamp(24px, 3.1111111111vw, 28px);
}
.p-requirement._s .-link .-back a {
  color: #777;
}
@media (hover: hover) {
  .p-requirement._s .-link .-back a:hover {
    opacity: 1;
    color: #222;
  }
}
@media (hover: none) {
  .p-requirement._s .-link .-back a {
    -webkit-transition: all 0s;
    transition: all 0s;
  }
  .p-requirement._s .-link .-back a:active {
    opacity: 1;
    color: #222;
  }
}