@charset "UTF-8";
/* ↓以下の階層に標準的なscssが格納されています。 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&Noto+Serif+JP:wght@500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap");
/* インデント調整 */
/* センター寄せのインデント調整 */
/* 動作の時間（1001px以上の時,1000px以下の時） */
.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: 400;
}

@-webkit-keyframes please__swipe {
  0% {
    left: 10px;
  }
  100% {
    left: 50px;
  }
}

@keyframes please__swipe {
  0% {
    left: 10px;
  }
  100% {
    left: 50px;
  }
}
@-webkit-keyframes image_sldier {
  0% {
    translate: 0 0%;
  }
  100% {
    translate: -50% 0;
  }
}
@keyframes image_sldier {
  0% {
    translate: 0 0%;
  }
  100% {
    translate: -50% 0;
  }
}
@-webkit-keyframes sldier_x {
  0% {
    translate: 0 0%;
  }
  100% {
    translate: -50% 0;
  }
}
@keyframes sldier_x {
  0% {
    translate: 0 0%;
  }
  100% {
    translate: -50% 0;
  }
}
@-webkit-keyframes sldier_y {
  0% {
    translate: 0 0%;
  }
  100% {
    translate: 0 -50%;
  }
}
@keyframes sldier_y {
  0% {
    translate: 0 0%;
  }
  100% {
    translate: 0 -50%;
  }
}
@-webkit-keyframes out_line {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  100% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
}
@keyframes out_line {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  100% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
}
@-webkit-keyframes in_line {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
}
@keyframes in_line {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
}
:root {
  font-size: 16px;
}

* {
  margin: 0;
  padding: 0;
}
*:focus {
  outline: none !important;
}

body {
  font-family: "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  color: #000;
  background: #fff;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
}
body.--stops {
  overflow: clip;
}
@media screen and (max-width: 1200px) {
  body {
    -webkit-text-size-adjust: 100%;
  }
}
@media screen and (max-width: 828px) {
  body #swipebox-close {
    right: auto;
    left: 0;
  }
}
@media all and (-ms-high-contrast: none) {
  body {
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
    font-weight: 500;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}

div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5 {
  font-size: unset;
  font-weight: unset;
  padding: unset;
  margin: unset;
}
@media screen and (max-width: 1024px) {
  h1 br,
  h2 br,
  h3 br,
  h4 br,
  h5 br {
    display: none;
  }
}

p,
a,
span,
th,
td,
dt,
dd,
address {
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  line-height: 2;
  font-style: normal;
}

li {
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  font-style: normal;
}

ul,
ol {
  list-style: none;
  padding-left: unset;
}

a {
  text-decoration: none;
  color: inherit;
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  a {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  a {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
a:hover {
  opacity: 0.7;
}
a[href^=tel] {
  color: inherit;
  text-decoration: none;
  cursor: default;
  pointer-events: none;
}
a[href^=tel]:hover {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  a[href^=tel] {
    pointer-events: unset;
  }
}

img,
figure,
picture {
  margin: unset;
  margin: 0;
  padding: 0;
  border: none;
}

figure,
picture {
  display: block;
}

iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: none;
}

/* ▽▽▽▽ table ▽▽▽▽ */
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  height: auto !important;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

tbody,
tr {
  width: 100%;
  height: auto !important;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

th,
td {
  text-align: left;
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.75;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  padding-top: 1.5em;
  padding-left: 2em;
  padding-right: 2em;
  padding-bottom: 1.5em;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  th,
  td {
    display: block;
  }
}

@media screen and (min-width: 769px) {
  th {
    width: 240px;
    border-bottom: 1px solid #dfdfdf;
    background-color: #f5f5f5;
  }
}
@media screen and (max-width: 768px) {
  th {
    padding-left: 1em;
    padding-right: 1em;
    padding-bottom: 0;
  }
  tr + tr th {
    padding-top: 1em;
  }
}

@media screen and (min-width: 769px) {
  td {
    border-bottom: 1px solid #dfdfdf;
  }
}
@media screen and (max-width: 768px) {
  td {
    border-bottom: 1px solid #dfdfdf;
    padding-top: 0.5em;
    padding-left: 1em;
    padding-right: 1em;
    padding-bottom: 1em;
  }
}

/* △△△△ table △△△△ */
.wp-caption {
  margin: 10px;
  padding-top: 4px;
  border: 1px solid #a7a7a7;
  border-radius: 3px;
  background-color: #f5f5f5;
  text-align: center;
}
.wp-caption p.wp-caption-text {
  margin: 0;
  padding: 0 4px 5px;
  font-size: 11px;
  line-height: 17px;
}

.swipe {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .swipe {
    position: relative;
    padding: 5px 0;
    overflow: hidden;
    z-index: 1;
  }
  .swipe img {
    min-width: 1200px;
  }
  .swipe::before {
    position: absolute;
    content: "";
    z-index: 2;
    max-width: 180px;
    width: 100%;
    max-height: 56px;
    height: 100%;
    top: 60px;
    left: 20px;
    background-image: url(../images/svg_swipe.svg);
    background-position: center left;
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-animation: 2s ease-in-out alternate infinite please__swipe;
            animation: 2s ease-in-out alternate infinite please__swipe;
  }
  .swipe::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(167, 167, 167, 0.6);
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
  }
  .swipe__on {
    overflow: auto;
    white-space: nowrap;
  }
  .swipe__on::after, .swipe__on::before {
    opacity: 0;
    z-index: -1;
    -webkit-animation: none;
            animation: none;
  }
  .swipe__on::-webkit-scrollbar {
    height: 5px;
  }
  .swipe__on::-webkit-scrollbar-track, .swipe__on::-webkit-scrollbar-thumb {
    background: #bcbcbc;
  }
  .swipe th,
  .swipe td {
    display: table-cell !important;
    white-space: nowrap;
  }
}

/* ▽▽▽▽ container ▽▽▽▽ */
.container {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1221px) {
  .container {
    max-width: 1240px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1220px) {
  .container {
    max-width: 1240px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 501px) and (max-width: 1024px) {
  .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.over-right {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1221px) {
  .over-right {
    margin-left: calc((100vw - 1210px) / 2);
  }
}
@media screen and (max-width: 1220px) {
  .over-right {
    max-width: 1240px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 501px) and (max-width: 1024px) {
  .over-right {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.over-left {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1221px) {
  .over-left {
    margin-right: calc((100vw - 1210px) / 2);
  }
}
@media screen and (max-width: 1220px) {
  .over-left {
    max-width: 1240px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 501px) and (max-width: 1024px) {
  .over-left {
    padding-left: 40px;
    padding-right: 40px;
  }
}

/* △△△△ container △△△△ */
/* ▽▽▽▽ lazy ▽▽▽▽ */
.lazy {
  opacity: 0;
  position: relative;
  translate: 0 50px;
}

.lazy_show {
  opacity: 1;
  translate: 0 0;
  -webkit-transition: all 1000ms;
  transition: all 1000ms;
}

/* △△△△ lazy △△△△ */
/* ▽▽▽▽ mask ▽▽▽▽ */
.mask {
  display: block;
  opacity: 1;
  -webkit-clip-path: inset(0 100% 0% 0);
          clip-path: inset(0 100% 0% 0);
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .mask {
    -webkit-transition-duration: 1000ms;
            transition-duration: 1000ms;
  }
}
@media screen and (max-width: 1000px) {
  .mask {
    -webkit-transition-duration: 1000ms;
            transition-duration: 1000ms;
  }
}
.mask.--view {
  -webkit-clip-path: inset(0% 0% 0% 0);
          clip-path: inset(0% 0% 0% 0);
}

/* △△△△ mask △△△△ */
/* ▽▽▽▽ slide_in ▽▽▽▽ */
.slide_in {
  opacity: 0;
  translate: 0 100%;
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .slide_in {
    -webkit-transition-duration: 1000ms;
            transition-duration: 1000ms;
  }
}
@media screen and (max-width: 1000px) {
  .slide_in {
    -webkit-transition-duration: 1000ms;
            transition-duration: 1000ms;
  }
}
.slide_in {
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
}
.slide_in.--view {
  opacity: 1;
  translate: 0 0;
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .slide_in.--view {
    -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
  }
}
@media screen and (max-width: 1000px) {
  .slide_in.--view {
    -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
  }
}

/* △△△△ slide_in △△△△ */
/* ▽▽▽▽ blur ▽▽▽▽ */
.blur {
  opacity: 0;
  -webkit-filter: blur(20px);
          filter: blur(20px);
}

.blur_show {
  opacity: 1;
  -webkit-filter: blur(0px);
          filter: blur(0px);
  -webkit-transition: all 1000ms;
  transition: all 1000ms;
}

/* △△△△ blur △△△△ */
.--dl {
  -webkit-transition-delay: 1000ms;
          transition-delay: 1000ms;
}

/* ▽▽▽▽追従▽▽▽▽ */
.c_following__contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  gap: 108px;
}
@media screen and (max-width: 1024px) {
  .c_following__contents {
    gap: 56px;
  }
}
@media screen and (max-width: 1000px) {
  .c_following__contents {
    display: block;
  }
}

.c_following__side {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
  left: 0;
  width: 193px;
}
@media screen and (max-width: 1000px) {
  .c_following__side {
    position: static;
    width: 100%;
    margin-bottom: 56px;
  }
}

.c_anchor__btn {
  position: relative;
  padding-top: clamp(16px, 1.25vw, 20px);
  padding-bottom: clamp(16px, 1.25vw, 20px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #a7a7a7;
  font-weight: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #a7a7a7;
  box-sizing: border-box;
}
.c_anchor__btn::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 1px;
  scale: 0 1;
  -webkit-transform-origin: left;
          transform-origin: left;
  background-color: #000;
  -webkit-transition: inherit;
  transition: inherit;
}
.c_anchor__btn.c_anchor__active, .c_anchor__btn:hover {
  opacity: 1;
  color: #000;
}
.c_anchor__btn.c_anchor__active::after, .c_anchor__btn:hover::after {
  scale: 1 1;
}
.c_anchor__btn.c_anchor__active .c_anchor__ico, .c_anchor__btn:hover .c_anchor__ico {
  -webkit-filter: unset;
          filter: unset;
}
@media screen and (max-width: 1000px) {
  .c_anchor__btn {
    opacity: 1;
    color: #000;
    border-bottom-color: #000;
  }
}

.c_anchor__ico {
  -webkit-filter: brightness(0) saturate(100%) invert(75%) sepia(8%) saturate(22%) hue-rotate(16deg) brightness(86%) contrast(98%);
          filter: brightness(0) saturate(100%) invert(75%) sepia(8%) saturate(22%) hue-rotate(16deg) brightness(86%) contrast(98%);
}
@media screen and (max-width: 1000px) {
  .c_anchor__ico {
    -webkit-filter: unset;
            filter: unset;
    rotate: 90deg;
  }
}

@media screen and (max-width: 1000px) {
  .c_anchor__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 16px;
  }
}

.c_following__main {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/* △△△△追従△△△△ */
.c_logo {
  display: block;
  width: min(230px, 100%);
  height: auto;
}
@media screen and (max-width: 500px) {
  .c_logo {
    width: min(130px, 100%);
  }
}

.c_logo__link,
.c_logo__image {
  display: block;
  width: 100%;
  height: auto;
}

.c_header__block {
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: clamp(20px, 3.125vw, 50px);
  padding-right: clamp(20px, 3.125vw, 50px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #dfdfdf;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  background-color: #fff;
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .c_header__block {
    -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
  }
}
@media screen and (max-width: 1000px) {
  .c_header__block {
    -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
  }
}
@media screen and (min-width: 1025px) {
  .c_header__block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 1024px) {
  .c_header__block {
    display: block;
    padding-top: 21px;
    padding-bottom: 21px;
    border-bottom: none;
  }
}

.c_header__hide {
  translate: 0 -100%;
}
@media screen and (max-width: 1024px) {
  .c_header__hide {
    translate: 0 0;
  }
}

.c_header__menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 48px;
}
@media screen and (max-width: 1024px) {
  .c_header__menu {
    position: fixed;
    display: block;
    top: 0;
    right: 0;
    max-width: 375px;
    width: 100%;
    height: 100dvh;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 10;
    padding-top: 100px;
    padding-bottom: 150px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow-y: scroll;
    -webkit-clip-path: inset(0 0% 0% 100%);
            clip-path: inset(0 0% 0% 100%);
    -webkit-transition-property: all;
    transition-property: all;
  }
}
@media screen and (max-width: 1024px) and (min-width: 1001px) {
  .c_header__menu {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1024px) and (max-width: 1000px) {
  .c_header__menu {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1024px) {
  .c_header__menu.c_header__active {
    -webkit-clip-path: inset(0 0% 0% 0%);
            clip-path: inset(0 0% 0% 0%);
  }
}

@media screen and (min-width: 1025px) {
  .c_header__nav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 24px;
  }
}
.c_header__nav span {
  display: none !important;
}
.c_header__nav .sub-menu,
.c_header__nav .children {
  display: none !important;
}
.c_header__nav a {
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .c_header__nav a[target] {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .c_header__nav a[target]::after {
    -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(216deg) brightness(101%) contrast(102%);
            filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(216deg) brightness(101%) contrast(102%);
  }
}
@media screen and (max-width: 1024px) {
  .c_header__nav li {
    border-bottom: 1px solid #fff;
  }
  .c_header__nav a {
    display: block;
    text-align: center;
    font-size: 16px;
    color: #fff;
    padding-top: 1em;
    padding-bottom: 1em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.c_header__contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffca36;
  aspect-ratio: 1/1;
  width: 56px;
  height: auto;
  border-radius: 56px;
  overflow: clip;
  font-size: 15px;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .c_header__contact {
    gap: 8px;
    width: 100%;
    aspect-ratio: unset;
    border-radius: 0;
    padding-top: 1em;
    padding-bottom: 1em;
  }
  .c_header__contact::after {
    content: attr(aria-label);
  }
}

.c_header__contact___ico {
  display: block;
  aspect-ratio: 1/1;
  max-width: 20px;
  width: 100%;
  height: auto;
}

.c_header__trigger {
  position: fixed;
  top: 12px;
  right: 20px;
  aspect-ratio: 1/1;
  background-color: #ffca36;
  width: 56px;
  height: auto;
  border-radius: 40px;
  overflow: clip;
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .c_header__trigger {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .c_header__trigger {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
.c_header__trigger {
  z-index: 10;
}
@media screen and (min-width: 1025px) {
  .c_header__trigger {
    display: none !important;
  }
}
@media screen and (max-width: 500px) {
  .c_header__trigger {
    width: 40px;
  }
}
.c_header__trigger::before, .c_header__trigger::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 30%;
  height: 1px;
  background-color: #000;
  -webkit-transition: inherit;
  transition: inherit;
}
.c_header__trigger::before {
  translate: -50% calc(-50% - 3px);
}
.c_header__trigger::after {
  translate: -50% calc(-50% + 3px);
}
.c_header__trigger.c_header__active::before, .c_header__trigger.c_header__active::after {
  width: 20px;
  translate: -50% -50%;
}
.c_header__trigger.c_header__active::before {
  rotate: -220deg;
}
.c_header__trigger.c_header__active::after {
  rotate: 220deg;
}

.c_mv {
  position: relative;
  display: block;
  overflow-x: clip;
}

.c_mv__btn {
  position: absolute;
  top: 32px;
  right: 40px;
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  text-align: center;
  width: 125px;
  height: auto;
  border-radius: 125px;
  background-color: #ffca36;
}
.c_mv__btn:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  aspect-ratio: 1/1;
  width: 100%;
  height: auto;
  background-color: rgba(255, 202, 54, 0.5);
  border-radius: 125px;
  overflow: clip;
  z-index: -1;
  opacity: 0;
  -webkit-transition: inherit;
  transition: inherit;
}
.c_mv__btn:hover {
  opacity: 1;
}
.c_mv__btn:hover::before {
  width: 115.2%;
  opacity: 1;
}
@media screen and (max-width: 1024px) {
  .c_mv__btn {
    display: none;
  }
}

.c_mv__btn___label {
  display: block;
  text-transform: uppercase;
  font-size: 15px;
  font-family: "Arial", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 700;
  line-height: 1.2;
}

.c_mv__video {
  position: relative;
  display: block;
  aspect-ratio: 1/1;
  width: 100vw;
  height: auto;
  border-radius: 10000px;
  overflow: clip;
  translate: -12.5vw -20.0625vw;
}
@media screen and (max-width: 768px) {
  .c_mv__video {
    width: 133.3333333333vw;
    translate: -22.6666666667vw -2px;
  }
}
.c_mv__video::before, .c_mv__video::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.c_mv__video::before {
  mix-blend-mode: luminosity;
  background-color: rgba(0, 0, 0, 0.7);
}
.c_mv__video::after {
  mix-blend-mode: color;
  background-color: #403b34;
}
.c_mv__video video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c_mv__head {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  padding-top: clamp(193px, 25vw, 400px);
  padding-left: clamp(40px, 9.375vw, 150px);
  color: #fff;
  font-weight: 700;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .c_mv__head {
    padding-top: 193px;
    padding-left: 32px;
  }
}
@media screen and (max-width: 768px) and (min-width: 501px) {
  .c_mv__head {
    padding-top: 300px;
  }
}
.c_mv__head br {
  display: block;
}

.c_mv__caption {
  display: block;
  font-size: clamp(1.5rem, 4vw, 4rem);
  font-weight: inherit;
  letter-spacing: -0.02em;
  margin-bottom: clamp(8px, 0.8125vw, 13px);
}

.c_mv__label {
  display: block;
  font-size: clamp(6rem, 8.25vw, 8.25rem);
  font-weight: inherit;
  letter-spacing: -0.02em;
  line-height: 1.2;
}
.c_mv__label::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.2) * (0.5em - 1px));
}
.c_mv__label::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.2) * 0.5em);
}
@media screen and (max-width: 768px) {
  .c_mv__label {
    font-size: clamp(3.25rem, 12.5vw, 6rem);
  }
}

.c_mv__block {
  position: absolute;
  top: 214px;
  right: 0;
  overflow-x: clip;
  padding-top: 240px;
  padding-left: 144px;
  padding-right: 88px;
  z-index: 1;
  color: #fff;
  translate: 100% 0;
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .c_mv__block {
    -webkit-transition-duration: 1000ms;
            transition-duration: 1000ms;
  }
}
@media screen and (max-width: 1000px) {
  .c_mv__block {
    -webkit-transition-duration: 1000ms;
            transition-duration: 1000ms;
  }
}
.c_mv__block {
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
  opacity: 0;
}
.c_mv__block.--view {
  opacity: 1;
  translate: 0 0;
}
.c_mv__block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  aspect-ratio: 1/1;
  width: 918px;
  height: auto;
  background-color: #000;
  border-radius: 918px;
  overflow: clip;
  z-index: -1;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media screen and (max-width: 1024px) {
  .c_mv__block {
    display: none !important;
  }
}

.c_mv__logo {
  display: block;
  margin-bottom: 42px;
}

.c_mv__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 30px;
}

.c_mv__list___tab {
  line-height: 1;
}

.c_mv__list___link {
  font-size: 15px;
  line-height: inherit;
  color: #a7a7a7;
  font-weight: 700;
}
.c_mv__list___link:hover {
  opacity: 1;
  color: #fff;
}

.c_mv__item {
  margin-top: 53px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.c_mv__item___tab {
  font-size: 15px;
  line-height: 1;
  position: relative;
  display: inline-block;
}
.c_mv__item___tab + .c_mv__item___tab {
  padding-left: 10px;
}
.c_mv__item___tab + .c_mv__item___tab::before {
  content: "/";
  line-height: inherit;
  padding-right: 10px;
}

.c_mv__item___link {
  font-size: inherit;
  font-weight: 700;
  color: #a7a7a7;
  text-transform: capitalize;
}
.c_mv__item___link::after {
  -webkit-filter: brightness(0) saturate(100%) invert(70%) sepia(5%) saturate(15%) hue-rotate(336deg) brightness(92%) contrast(101%);
          filter: brightness(0) saturate(100%) invert(70%) sepia(5%) saturate(15%) hue-rotate(336deg) brightness(92%) contrast(101%);
}
.c_mv__item___link:hover {
  opacity: 1;
  color: #fff;
}
.c_mv__item___link:hover::after {
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(216deg) brightness(101%) contrast(102%);
          filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(216deg) brightness(101%) contrast(102%);
}

.c_kv {
  margin-top: clamp(76px, 12.890625vw, 132px);
  display: block;
  padding-left: clamp(20px, 3.90625vw, 40px);
  padding-right: clamp(20px, 3.90625vw, 40px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.c_kv__pic {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}

.kv_pic__image {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: clip;
}
@media screen and (max-width: 768px) {
  .kv_pic__image {
    min-height: 400px;
  }
}
@media screen and (max-width: 500px) {
  .kv_pic__image {
    min-height: 250px;
  }
}

.c_kv__lead {
  position: absolute;
  z-index: 1;
  top: -48px;
  font-size: clamp(1.125rem, 3.125vw, 2rem);
  line-height: 1.4;
  font-weight: 700;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  left: 4%;
  color: #fff;
}
.c_kv__privacy-policy .c_kv__lead {
  max-height: 7em;
}
@media screen and (max-width: 768px) {
  .c_kv__lead {
    top: -24px;
    font-size: clamp(1.125rem, 3.125vw, 1.5rem);
  }
}

.c_kv__label {
  display: inline;
  font-size: inherit;
  background-color: #000;
  padding-top: 10px;
  padding-left: 2px;
  padding-right: 2px;
  padding-bottom: 10px;
  line-height: 1.40625em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}

.c_kv__caption {
  position: absolute;
  bottom: 16px;
  right: 0;
  font-size: clamp(2.5rem, 8vw, 5rem);
  line-height: 1.15;
}
.c_kv__caption::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.15) * (0.5em - 1px));
}
.c_kv__caption::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.15) * 0.5em);
}
.c_kv__caption {
  color: #fff;
  text-transform: uppercase;
  font-family: "Arial", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 700;
  text-align: right;
  padding-top: 9px;
  padding-left: 32px;
  padding-right: 32px;
  padding-bottom: 9px;
}
@media screen and (max-width: 768px) {
  .c_kv__caption {
    bottom: 8px;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 0;
  }
}

.c_bread {
  font-size: 14px;
  padding-top: 1.4375em;
  padding-bottom: 1.8125em;
  line-height: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: right;
  color: #a7a7a7;
}
@media screen and (max-width: 768px) {
  .c_bread {
    font-size: 11px;
    padding-top: 0;
    padding-bottom: 33px;
  }
}
.c_bread span,
.c_bread a {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  text-transform: uppercase;
}
.c_bread .current-item {
  color: #000;
}

.c_cta {
  position: relative;
  padding-top: clamp(20px, 16.40625vw, 126px);
  padding-bottom: clamp(122px, 32.8125vw, 252px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
}
.c_cta::before, .c_cta::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.c_cta::before {
  background-color: #000;
}
.c_cta::after {
  opacity: 0.2;
  background-image: url("../images/common/img_cta.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  -webkit-mask-image: url(../images/common/img_cta.png);
          mask-image: url(../images/common/img_cta.png);
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-position: top center;
          mask-position: top center;
}
@media screen and (max-width: 768px) {
  .c_cta::after {
    background-image: url("../images/common/img_cta__sp.webp");
    -webkit-mask-image: url(../images/common/img_cta__sp.png);
            mask-image: url(../images/common/img_cta__sp.png);
  }
}

.c_cta__head {
  font-size: clamp(1rem, 2.8vw, 1.75rem);
  font-weight: 700;
  margin-bottom: 16px;
}

.c_cta__head___label {
  font-size: inherit;
  font-weight: inherit;
  line-height: 1.75;
}
.c_cta__head___label::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.75) * (0.5em - 1px));
}
.c_cta__head___label::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.75) * 0.5em);
}
.c_cta__head___label br {
  display: block;
}

@media screen and (min-width: 769px) {
  .c_cta__head___break {
    display: none;
  }
}

.c_cta__block {
  color: #000;
  background-color: #fff;
  padding-top: clamp(40px, 9.375vw, 72px);
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: clamp(26px, 9.375vw, 72px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.c_cta__tel {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  margin-top: 16px;
}

@media screen and (max-width: 768px) {
  .c_cta__tel___ico {
    max-width: 32px;
  }
}

.c_cta__tel___num {
  font-size: clamp(2rem, 5.46875vw, 2.625rem);
  font-family: "Arial", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 700;
  line-height: 1;
}

.c_cta__tel___time {
  display: block;
  font-size: clamp(0.75rem, 1.5vw, 0.9375rem);
  font-weight: 700;
}

.c_cta__btn {
  display: block;
  width: min(480px, 100%);
  font-size: clamp(0.9375rem, 3.125vw, 1.5rem);
  font-weight: 700;
  color: #fff;
  background-color: #000;
  padding-top: clamp(19px, 1.875vw, 30px);
  padding-bottom: clamp(19px, 1.875vw, 30px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 100px;
  overflow: clip;
  margin-top: clamp(20px, 2vw, 32px);
  margin-left: auto;
  margin-right: auto;
}
.c_cta__btn:hover {
  opacity: 1;
  scale: 1.05;
}

.c_cta__btn___label {
  display: block;
  font-size: inherit;
  font-weight: inherit;
  line-height: 1.75;
}

.c_cta__lead {
  padding-top: clamp(40px, 4.25vw, 68px);
  font-size: clamp(2.375rem, 9.6vw, 6rem);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.c_cta__lead___label {
  font-size: inherit;
  font-weight: 700;
  line-height: 1.2;
}
.c_cta__lead___label::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.2) * (0.5em - 1px));
}
.c_cta__lead___label::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.2) * 0.5em);
}
.c_cta__lead___label br {
  display: block;
}
@media screen and (max-width: 768px) {
  .c_cta__lead___label {
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.03em;
  }
}

.c_cta__box {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -5px;
  overflow: clip;
  margin-top: 56px;
}

.c_cta__slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0px;
}
@media screen and (max-width: 1024px) {
  .c_cta__slider {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-animation: sldier_x 30000ms linear infinite;
            animation: sldier_x 30000ms linear infinite;
  }
}

.c_cta__slide {
  display: block;
  width: 85vw;
  padding-left: 8px;
  padding-right: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .c_cta__slide {
    width: 160vw;
  }
}
.c_cta__slide + .c_cta__slide {
  display: none;
}
@media screen and (max-width: 1024px) {
  .c_cta__slide + .c_cta__slide {
    display: block;
  }
}

.c_cta__text {
  position: absolute;
  right: 6.3125vw;
  bottom: 27px;
  text-transform: uppercase;
  font-size: clamp(1.25rem, 3.6vw, 2.25rem);
  line-height: 1.5em;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
@media screen and (max-width: 1024px) {
  .c_cta__text {
    left: 0;
    right: unset;
    bottom: 18px;
    text-align: center;
    width: 100%;
  }
}

.c_footer {
  position: relative;
  margin-top: clamp(100px, 10vw, 160px);
}
.main_block + .c_footer {
  margin-top: 0;
}

.c_footer__block {
  background-color: #fff;
  padding-top: clamp(55px, 8vw, 128px);
}

.c_footer__column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: clamp(20px, 10.4166666667vw, 80px);
}
@media screen and (max-width: 1024px) {
  .c_footer__column {
    display: block;
  }
}

.c_footer__nav .menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px 120px;
  height: 178px;
}
@media screen and (max-width: 1200px) {
  .c_footer__nav .menu {
    gap: 40px 78px;
  }
}
@media screen and (max-width: 1024px) {
  .c_footer__nav .menu {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 23px;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .c_footer__nav .menu {
    grid-template-columns: repeat(2, 1fr);
  }
}
.c_footer__nav .menu > li {
  font-size: clamp(0.875rem, 1.8vw, 1.125rem);
  line-height: 1;
  font-weight: 700;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.c_footer__nav .menu > li > a {
  display: block;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}
@media screen and (max-width: 1024px) {
  .c_footer__nav .menu > li {
    padding-bottom: 16px;
    border-bottom: 1px solid #000;
  }
}
.c_footer__nav span {
  display: none !important;
}
.c_footer__nav .sub-menu {
  margin-top: 16px;
}
.c_footer__nav .sub-menu li + li {
  margin-top: 8px;
}
.c_footer__nav .sub-menu a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0;
  font-size: 15px;
  line-height: 1.6em;
}
.c_footer__nav .sub-menu a::before {
  content: "－";
}
@media screen and (max-width: 1024px) {
  .c_footer__nav .sub-menu {
    display: none;
  }
}

.c_footer__sns {
  margin-top: clamp(24px, 7vw, 112px);
}
@media screen and (max-width: 1024px) {
  .c_footer__sns {
    margin-top: clamp(24px, 2.5vw, 40px);
    margin-bottom: clamp(32px, 5vw, 80px);
    text-align: center;
  }
}

.c_footer__sns___link {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}

.c_footer__sns___image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  aspect-ratio: 1/1;
  width: 48px;
  height: auto;
  border-radius: 48px;
  overflow: clip;
}
@media screen and (max-width: 768px) {
  .c_footer__sns___image {
    width: 40px;
  }
}

.c_footer__sns___label {
  text-transform: capitalize;
  font-family: "Arial", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 700;
}

.c_footer__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: clamp(32px, 2.5vw, 40px);
}
@media screen and (max-width: 1024px) {
  .c_footer__list {
    display: none;
  }
}

.c_footer__list___tab {
  font-size: 15px;
  line-height: 1;
  font-weight: 700;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.c_footer__list___tab + .c_footer__list___tab {
  padding-left: 1em;
  margin-left: 1em;
  border-left: 1px solid #dfdfdf;
}

.c_footer__list___link {
  font-size: inherit;
  line-height: 1;
}

.c_footer__unity {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 48px;
}
@media screen and (max-width: 1024px) {
  .c_footer__unity {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 40px;
  }
}

.c_footer__unit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}

.c_footer__unit___image {
  display: block;
  width: 100%;
  height: auto;
  max-height: 72px;
}

.c_footer__content {
  text-align: right;
}
@media screen and (max-width: 1024px) {
  .c_footer__content {
    text-align: center;
  }
}

.c_footer__logo {
  width: min(312px, 100%);
  margin-bottom: clamp(20px, 2.1875vw, 35px);
}
@media screen and (max-width: 1024px) {
  .c_footer__logo {
    width: min(218px, 100%);
    margin-left: auto;
    margin-right: auto;
  }
}

.c_footer__address {
  font-size: 15px;
  line-height: 1.75;
}
.c_footer__address span,
.c_footer__address a {
  font-size: 15px;
  line-height: 1.75;
  font-weight: 700;
}

.c_footer__copy {
  display: block;
  font-size: 12px;
  font-family: "Arial", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: clamp(32px, 2.1875vw, 35px);
}
@media screen and (max-width: 1024px) {
  .c_footer__copy {
    padding-top: 22px;
    font-size: 11px;
    border-top: 1px solid #dfdfdf;
    text-align: center;
  }
}

.c_footer__rtt {
  position: absolute;
  bottom: 0;
  right: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 41/56;
  width: 41px;
  height: auto;
  background-color: #000;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  overflow: clip;
}
.c_footer__rtt svg {
  display: block;
  aspect-ratio: 1/1;
  width: 14px;
  height: auto;
  rotate: -90deg;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 768px) {
  .c_footer__rtt {
    width: 24px;
  }
  .c_footer__rtt svg {
    width: 10px;
  }
}

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

.c_address__block {
  display: block;
  line-height: 1.75em;
}
.c_address__block span,
.c_address__block a {
  line-height: inherit;
}

.c_address__address {
  display: inline-block;
  word-break: keep-all;
}

.c_address__tel,
.c_address__fax {
  text-transform: uppercase;
}

/* ↓以下の階層にボタンやフォームのscssが格納されています。 */
.c_block__top {
  margin-top: clamp(80px, 7.5vw, 120px);
}

@media screen and (min-width: 1025px) {
  .c_block__sp {
    display: none;
  }
}

@media screen and (max-width: 500px) {
  .c_block__break {
    display: block;
  }
  .c_block__unset {
    display: none;
  }
}
.c_block__narrow {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.c_block__inner {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.c_block__rev {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.c_block__column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 64px;
}
@media screen and (max-width: 768px) {
  .c_block__column {
    display: block;
  }
}

.c_block__column___pic {
  display: block;
  width: 42%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .c_block__column___pic {
    max-width: 500px;
    width: 100%;
    margin-bottom: 40px;
  }
}

.c_block__side {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 64px;
}
@media screen and (max-width: 768px) {
  .c_block__side {
    display: block;
  }
}

.c_block__side___pic {
  display: block;
  max-width: 48.3333333333%;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .c_block__side___pic {
    max-width: 100%;
    margin-bottom: 40px;
  }
}

.c_pagetitle {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
  padding-bottom: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: clamp(1.25rem, 2.8vw, 1.75rem);
  line-height: 1.5;
  margin-bottom: clamp(32px, 4.5vw, 72px);
}
.c_pagetitle::before {
  display: block;
  content: "";
  aspect-ratio: 1/1;
  width: 22px;
  height: auto;
  border-radius: 50px;
  overflow: clip;
  background-color: #ffca36;
  margin-top: 0.35em;
}
@media screen and (max-width: 500px) {
  .c_pagetitle::before {
    margin-top: 0.2em;
  }
}
.c_pagetitle::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .c_pagetitle::after {
    -webkit-transition-duration: 1000ms;
            transition-duration: 1000ms;
  }
}
@media screen and (max-width: 1000px) {
  .c_pagetitle::after {
    -webkit-transition-duration: 1000ms;
            transition-duration: 1000ms;
  }
}
.c_pagetitle::after {
  -webkit-transition-duration: 1000ms;
          transition-duration: 1000ms;
  scale: 0 1;
  -webkit-transform-origin: left;
          transform-origin: left;
}
.c_pagetitle.--view::after {
  scale: 1 1;
}
@media screen and (max-width: 768px) {
  .c_pagetitle::before {
    scale: 0.8;
  }
}

.c_pagetitle__label {
  font-size: inherit;
  line-height: inherit;
  font-weight: 700;
}

.c_title {
  font-size: clamp(1.5rem, 3.8vw, 2.375rem);
  font-weight: 700;
  margin-bottom: clamp(24px, 2vw, 32px);
}

.c_title__label {
  font-size: inherit;
  font-weight: inherit;
  line-height: 1.5;
}
.c_title__label::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * (0.5em - 1px));
}
.c_title__label::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
}

.c_caption {
  font-size: clamp(1.25rem, 2.8vw, 1.75rem);
  font-weight: 700;
  margin-bottom: 16px;
}

.c_caption__label {
  font-size: inherit;
  font-weight: inherit;
  line-height: 1.5;
}
.c_caption__label::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * (0.5em - 1px));
}
.c_caption__label::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
}

.c_text {
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
}
@media screen and (min-width: 1001px) {
  .c_text {
    line-height: 1.5625;
  }
  .c_text::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.5625) * (0.5em - 1px));
  }
  .c_text::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.5625) * 0.5em);
  }
}
@media screen and (max-width: 1000px) {
  .c_text {
    line-height: 1.25;
  }
  .c_text::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.25) * (0.5em - 1px));
  }
  .c_text::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.25) * 0.5em);
  }
}

.c_text__center {
  text-align: center;
}

.c_text__left {
  text-align: left;
}

.c_text__right {
  text-align: right;
}

@media screen and (max-width: 500px) {
  .c_text__reset {
    text-align: unset;
  }
}
.c_text__time {
  display: block;
  font-size: clamp(0.8125rem, 1.6vw, 1rem);
}

.c_list__dotted {
  position: relative;
  font-size: inherit;
  padding-left: 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.c_list__dotted::before {
  position: absolute;
  content: "・";
  top: 0;
  left: 0;
  color: inherit;
  font-size: inherit;
}

.p_post__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
}
@media screen and (max-width: 1000px) {
  .p_post__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.p_post__list___btn {
  display: inline-block;
  border: 1px solid #dfdfdf;
  background-color: #fff;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  padding-top: 0.6428571429em;
  padding-left: 1em;
  padding-right: 1em;
  padding-bottom: 0.5714285714em;
  border-radius: 50px;
  overflow: clip;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p_post__list___btn:hover, .p_post__list___btn[aria-current] {
  opacity: 1;
  color: #fff;
  border-color: #000;
  background-color: #000;
}

.c_link__text {
  display: inline;
  font-size: inherit;
  text-decoration: underline;
}

.c_link__txt::after {
  display: none !important;
}

.c_top {
  margin-top: clamp(24px, 2vw, 32px);
}

.c_top__link {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
}
.c_top__link:hover {
  opacity: 1;
  color: #00f;
}

.c_top__ico {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1/1;
  width: 24px;
  height: auto;
  background-color: #a7a7a7;
  border-radius: 50px;
  overflow: clip;
  -webkit-transition: inherit;
  transition: inherit;
}
.c_top__link:hover .c_top__ico {
  background-color: #00f;
}

.c_top__arrow {
  display: block;
  aspect-ratio: 1/1;
  width: 12px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  rotate: -90deg;
}

.c_top__text {
  font-size: inherit;
}

.c_more {
  margin-top: clamp(24px, 2vw, 32px);
}

.c_more__link {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

li a[target] {
  display: -webkit-inline-box !important;
  display: -webkit-inline-flex !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
li a[target]::after {
  display: block;
  content: "";
  width: 12px;
  height: auto;
  aspect-ratio: 1/1;
  background-image: url("../images/common/ico_target.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

.image {
  display: block;
  max-width: 100%;
  height: auto;
}

.c_image {
  overflow: clip;
}

.c_image__slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  -webkit-animation: image_sldier linear 5000ms infinite;
          animation: image_sldier linear 5000ms infinite;
}

.c_image__slide {
  display: block;
  background-color: #a7a7a7;
  width: 400px;
  height: 320px;
  margin-left: 8px;
  margin-right: 8px;
}

.c_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: clamp(48px, 4.375vw, 70px);
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  gap: 24px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media screen and (min-width: 1001px) {
  .c_btn__start {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .c_btn__end {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.c_btn__link {
  display: block;
  max-width: 224px;
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: inherit;
  font-weight: 700;
  padding-top: clamp(10px, 1vw, 16px);
  padding-bottom: clamp(10px, 1vw, 16px);
  text-align: center;
  color: inherit;
  background-color: #fff;
  border: 1px solid #dfdfdf;
  border-radius: 50px;
  overflow: clip;
}

.c_btn__large {
  max-width: 400px;
}

.c_owner {
  margin-top: clamp(22px, 1.5vw, 24px);
  font-size: clamp(1.375rem, 2.4vw, 1.5rem);
  font-weight: 700;
  text-align: right;
}

.c_owner__company {
  font-size: 0.8333333333em;
  line-height: 1.4583333333em;
  font-weight: 700;
}

.c_owner__label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 16px;
  font-size: inherit;
  font-weight: inherit;
}

.c_owner__class {
  font-size: 0.6666666667em;
  line-height: 1.5833333333em;
  font-weight: inherit;
}

.c_owner__name {
  font-size: inherit;
}

/* 以下Wordpress/plugin用scss */
.c_wp__head {
  font-size: clamp(1.125rem, 2vw, 1.25rem);
  font-weight: 700;
  margin-bottom: 1em;
}

.c_wp__label {
  font-size: inherit;
  line-height: 2;
}
.c_wp__label::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * (0.5em - 1px));
}
.c_wp__label::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
}
.c_wp__label {
  font-weight: inherit;
}

.c_content .slick-dots {
  position: static;
  margin-top: clamp(18px, 1.5vw, 24px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
}
.c_content .slick-dots li,
.c_content .slick-dots button {
  display: block;
  aspect-ratio: 1/1;
  width: 8px;
  height: auto;
  margin: 0;
  padding: 0;
  background-color: #a7a7a7;
  border-radius: 8px;
  overflow: clip;
}
.c_content .slick-dots li::before,
.c_content .slick-dots button::before {
  display: none;
}
.c_content .slick-dots li:hover,
.c_content .slick-dots button:hover {
  opacity: 1;
  background-color: #000;
}
.c_content .slick-dots .slick-active button {
  background-color: #000;
}

.c_pagelist {
  margin-top: clamp(80px, 20.8333333333vw, 160px);
}

.c_pagelist__lists {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(1, 1fr);
  gap: 36px;
}
@media screen and (max-width: 768px) {
  .c_pagelist__lists {
    grid-template-columns: repeat(2, 1fr);
    gap: 0 24px;
  }
}
@media screen and (max-width: 500px) {
  .c_pagelist__lists {
    grid-template-columns: repeat(1, 1fr);
    gap: 0px;
  }
}

.c_pagelist__list {
  display: block;
}
.c_pagelist__list[aria-current] {
  display: none;
}

.c_pagelist__link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  font-weight: 700;
  padding-top: 0.5625em;
  padding-left: 0.8125em;
  padding-right: 0.375em;
  padding-bottom: 0.5625em;
  border-bottom: 1px solid #dfdfdf;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.c_pagelist__link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
  scale: 0 1;
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: inherit;
  transition: inherit;
}
.c_pagelist__link:hover {
  opacity: 1;
}
.c_pagelist__link:hover::after {
  scale: 1 1;
}

.c_pagelist__ico {
  position: relative;
  aspect-ratio: 1/1;
  width: 52px;
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: inherit;
  transition: inherit;
}
.c_pagelist__ico::before {
  position: absolute;
  content: "";
  aspect-ratio: inherit;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  background-color: #ebebeb;
  border-radius: 52px;
  overflow: clip;
  scale: 0;
  opacity: 0;
  -webkit-transition: inherit;
  transition: inherit;
  z-index: -1;
}
.c_pagelist__link:hover .c_pagelist__ico::before {
  scale: 1;
  opacity: 1;
}

.c_pagenavi {
  margin-top: clamp(40px, 6.25vw, 48px);
}
.c_pagenavi .wp-pagenavi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
  font-size: clamp(0.75rem, 1.8229166667vw, 0.875rem);
}
.c_pagenavi span,
.c_pagenavi a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  border: none !important;
  padding-top: 0 !important;
  padding-left: 5px !important;
  padding-right: 5px !important;
  padding-bottom: 8px !important;
  margin: 0 !important;
  height: auto;
  font-size: inherit;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
}
.c_pagenavi span::after,
.c_pagenavi a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
  scale: 0 1;
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: inherit;
  transition: inherit;
}
.c_pagenavi span.current, .c_pagenavi span:hover,
.c_pagenavi a.current,
.c_pagenavi a:hover {
  font-weight: 700 !important;
  opacity: 1;
}
.c_pagenavi span.current::after, .c_pagenavi span:hover::after,
.c_pagenavi a.current::after,
.c_pagenavi a:hover::after {
  scale: 1 1;
}
.c_pagenavi .first,
.c_pagenavi .last,
.c_pagenavi .pages {
  display: none !important;
}

.c_single__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
  border-top: 1px solid #dfdfdf;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  padding-top: clamp(32px, 2.5vw, 40px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: clamp(40px, 5vw, 80px);
}
.c_single__nav a {
  font-weight: 700;
}
.p_works .c_single__nav {
  margin-top: clamp(40px, 6.5104166667vw, 50px);
}

.c_single__nav___move {
  max-width: 61px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.c_single__nav___move a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-transform: uppercase;
  gap: 8px;
  line-height: 1;
  font-size: 14px;
  letter-spacing: 0.005em;
}

.c_single__nav___back {
  width: 224px;
}
.c_single__nav___back a {
  display: block;
  width: 100%;
  border: 1px solid #dfdfdf;
  background-color: #fff;
  font-size: clamp(0.75rem, 1.4vw, 0.875rem);
  font-weight: 700;
  padding-top: 1.25em;
  padding-left: 1.25em;
  padding-right: 1.25em;
  padding-bottom: 1.125em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.5;
  text-align: center;
  border-radius: 50px;
  overflow: clip;
}
@media screen and (max-width: 768px) {
  .c_single__nav___back {
    width: 150px;
  }
}

.mw_wp_form {
  margin-top: clamp(32px, 3.125vw, 50px);
  background-color: #f5f5f5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  padding-top: clamp(56px, 6.25vw, 100px);
  padding-bottom: clamp(56px, 6.25vw, 100px);
  padding-left: clamp(40px, 6.25vw, 100px);
  padding-right: clamp(40px, 6.25vw, 100px);
}
@media screen and (max-width: 1000px) {
  .mw_wp_form {
    padding-top: 56px;
    padding-bottom: 56px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
.mw_wp_form.mw_wp_form_input small {
  margin-top: -20px;
}
@media screen and (max-width: 1000px) {
  .mw_wp_form.mw_wp_form_input small {
    margin: 0;
  }
  .mw_wp_form.mw_wp_form_input tr {
    display: block;
  }
  .mw_wp_form.mw_wp_form_input tr + tr {
    padding-top: 20px;
  }
  .mw_wp_form.mw_wp_form_input table table tr + tr {
    padding-top: unset;
  }
}
.mw_wp_form.mw_wp_form_complete {
  display: none !important;
}
.mw_wp_form table,
.mw_wp_form tbody,
.mw_wp_form tr,
.mw_wp_form th,
.mw_wp_form td {
  border: none;
  padding: 0;
  background-color: unset !important;
}
@media screen and (max-width: 1000px) {
  .mw_wp_form table,
  .mw_wp_form tbody,
  .mw_wp_form tr,
  .mw_wp_form th,
  .mw_wp_form td {
    display: block;
    width: 100%;
  }
}
.mw_wp_form th {
  position: relative;
  font-weight: 700;
  width: 300px;
}
@media screen and (max-width: 1000px) {
  .mw_wp_form th {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 50px;
  }
}
.mw_wp_form th > span {
  position: absolute;
  display: block;
  height: auto;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1000px) {
  .mw_wp_form th > span {
    top: 50%;
    left: 0;
    width: 40px;
    line-height: 30px;
    translate: 0 -50%;
  }
}
.mw_wp_form th > span.required {
  background-color: #C50000;
}
.mw_wp_form th > span.any {
  background-color: #999999;
}
.mw_wp_form th small {
  display: block;
}
.mw_wp_form td th {
  font-weight: 400;
  width: 200px;
}
@media screen and (max-width: 1000px) {
  .mw_wp_form td th {
    width: 100%;
    padding: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.mw_wp_form input,
.mw_wp_form textarea,
.mw_wp_form select {
  display: inline-block;
  font-size: 16px;
  line-height: 1.4375em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 100%;
  background-color: #fff;
  border: 1px solid #c6cacc;
  outline: none;
  font-family: "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  padding: 1em;
}
@media screen and (max-width: 1000px) {
  .mw_wp_form input,
  .mw_wp_form textarea,
  .mw_wp_form select {
    padding: 10px;
  }
}
.mw_wp_form input.var01,
.mw_wp_form textarea.var01,
.mw_wp_form select.var01 {
  max-width: 500px;
}
.mw_wp_form input.var02,
.mw_wp_form textarea.var02,
.mw_wp_form select.var02 {
  max-width: 5em;
}
@media screen and (max-width: 500px) {
  .mw_wp_form input.var02,
  .mw_wp_form textarea.var02,
  .mw_wp_form select.var02 {
    max-width: 4em;
  }
}
.mw_wp_form input,
.mw_wp_form textarea {
  width: 100%;
}
.mw_wp_form select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-right: 48px;
  background-image: url("../images/common/svg-select.svg");
  background-repeat: no-repeat;
  background-size: 13px;
  background-position: center right 16px;
}
.mw_wp_form input[type*=file] {
  width: auto;
  background-color: transparent;
  padding: 0;
  border: none;
  font-weight: 400;
  font-size: clamp(0.875rem, 1.6vw, 1rem);
  margin-top: clamp(10px, 1vw, 16px);
}
.mw_wp_form input[type*=file]::-webkit-file-upload-button {
  display: inline-block;
  background-color: #fff;
  border: 1px solid #ebebeb;
  border-radius: 5px;
  padding: 0.2em 0.5em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  font-size: clamp(0.75rem, 1.6vw, 1rem);
}
.mw_wp_form input[type*=file]::file-selector-button {
  display: inline-block;
  background-color: #fff;
  border: 1px solid #ebebeb;
  border-radius: 5px;
  padding: 0.2em 0.5em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  font-size: clamp(0.75rem, 1.6vw, 1rem);
}
.mw_wp_form .error {
  display: block;
  font-size: 15px;
  padding: 0.5em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: pink;
  margin-top: 8px;
}
@media screen and (min-width: 1001px) {
  .mw_wp_form.mw_wp_form_input th,
  .mw_wp_form.mw_wp_form_input td {
    padding-bottom: 40px;
  }
  .mw_wp_form.mw_wp_form_input th {
    line-height: 57px;
  }
  .mw_wp_form.mw_wp_form_input th > span {
    top: 9px;
    right: 56px;
    width: 60px;
    line-height: 40px;
  }
  .mw_wp_form.mw_wp_form_confirm th,
  .mw_wp_form.mw_wp_form_confirm td, .mw_wp_form.mw_wp_form_preview th,
  .mw_wp_form.mw_wp_form_preview td {
    padding-top: 5px;
    padding-bottom: 40px;
  }
  .mw_wp_form.mw_wp_form_confirm th > span, .mw_wp_form.mw_wp_form_preview th > span {
    top: 0;
    right: 56px;
    width: 60px;
    line-height: 40px;
  }
  .mw_wp_form.mw_wp_form_confirm td th,
  .mw_wp_form.mw_wp_form_confirm td td, .mw_wp_form.mw_wp_form_preview td th,
  .mw_wp_form.mw_wp_form_preview td td {
    padding-bottom: 10px;
  }
  .mw_wp_form.mw_wp_form_confirm td tr:first-child th,
  .mw_wp_form.mw_wp_form_confirm td tr:first-child td, .mw_wp_form.mw_wp_form_preview td tr:first-child th,
  .mw_wp_form.mw_wp_form_preview td tr:first-child td {
    padding-top: 0;
  }
  .mw_wp_form.mw_wp_form_confirm td tr:last-child th,
  .mw_wp_form.mw_wp_form_confirm td tr:last-child td, .mw_wp_form.mw_wp_form_preview td tr:last-child th,
  .mw_wp_form.mw_wp_form_preview td tr:last-child td {
    padding-bottom: 0;
  }
}

.mwform-checkbox-field input {
  display: none;
}
.mwform-checkbox-field input:checked + .mwform-checkbox-field-text::before {
  background-image: url("../images/common/check.svg");
}

.mwform-checkbox-field-text {
  position: relative;
  padding-left: 40px;
  margin-right: 20px;
  cursor: pointer;
  line-height: 57px;
}
@media screen and (max-width: 1000px) {
  .mwform-checkbox-field-text {
    line-height: 32px;
  }
}
.mwform-checkbox-field-text::before {
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  content: "";
  display: block;
  aspect-ratio: 1/1;
  width: 32px;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  background-image: none;
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center center;
  border: 1px solid #ebebeb;
}

.horizontal-item {
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 5px;
}
.horizontal-item + .horizontal-item {
  margin-left: 0 !important;
}

.mwform-radio-field input {
  display: none;
}
.mwform-radio-field input:checked + .mwform-radio-field-text::after {
  opacity: 1;
}

.mwform-radio-field-text {
  position: relative;
  padding-left: 40px;
  margin-right: 20px;
  cursor: pointer;
  display: inline-block;
  line-height: 57px;
}
@media screen and (max-width: 1000px) {
  .mwform-radio-field-text {
    line-height: 32px;
  }
}
.mwform-radio-field-text::before {
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  content: "";
  display: block;
  aspect-ratio: 1/1;
  width: 32px;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  background-image: none;
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center center;
  border: 1px solid #ebebeb;
  border-radius: 50%;
}
.mwform-radio-field-text::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 8px;
  translate: 0 -50%;
  aspect-ratio: 1/1;
  width: 16px;
  background-color: #C50000;
  border-radius: 50%;
  opacity: 0;
}

.file-text {
  display: block;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  line-height: 1.6;
}
.file-text::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.6) * (0.5em - 1px));
}
.file-text::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.6) * 0.5em);
}
.file-text {
  word-break: break-all;
}

.sp-break {
  display: none !important;
}
@media screen and (max-width: 500px) {
  .sp-break {
    display: block !important;
  }
}

.form-agree {
  margin-top: clamp(20px, 2.5vw, 40px);
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  font-weight: 400;
  line-height: 2;
}
.form-agree::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * (0.5em - 1px));
}
.form-agree::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
}
.form-agree {
  text-align: center;
}
.mw_wp_form_confirm .form-agree {
  display: none !important;
}
.form-agree a {
  color: unset;
  text-decoration: underline;
}
@media screen and (max-width: 1000px) {
  .form-agree {
    text-align: left;
  }
}

.form-wrap {
  margin-top: clamp(20px, 1.6875vw, 27px);
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 8px 24px;
}
.form-wrap input[type=checkbox] + .mwform-checkbox-field-text {
  margin-right: 0;
}

.form-btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px 32px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: clamp(24px, 2vw, 32px);
}
.form-btns a,
.form-btns [type=submit] {
  max-width: 224px;
  width: min(224px, 100%);
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  line-height: 1;
  font-weight: 700;
  padding: 1.25em;
  background-color: #fff;
  border: 1px solid #dfdfdf;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .form-btns a,
  .form-btns [type=submit] {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .form-btns a,
  .form-btns [type=submit] {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
.form-btns a,
.form-btns [type=submit] {
  border-radius: 50px;
  overflow: clip;
}
.form-btns a:hover,
.form-btns [type=submit]:hover {
  opacity: 0.7;
}

.ui-datepicker {
  font-size: 13px !important;
}
.ui-datepicker span,
.ui-datepicker a,
.ui-datepicker th,
.ui-datepicker td {
  font-size: inherit !important;
}
.ui-datepicker th,
.ui-datepicker td {
  display: table-cell !important;
}
.ui-datepicker td span,
.ui-datepicker td a {
  padding: 0;
}

/* ↓以下の階層に固定ページ等のscssが格納されています。 */
.main_block {
  overflow-x: clip;
}

.p_front__head {
  font-size: 96px;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .p_front__head {
    font-size: 56px;
  }
}
@media screen and (max-width: 768px) {
  .p_front__head {
    font-size: clamp(2.375rem, 8.3333333333vw, 4rem);
  }
}

.p_front__head___accent {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 17px;
}
.p_front__head___accent::before, .p_front__head___accent::after {
  font-weight: inherit;
  line-height: 1.1;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.p_front__head___accent::before {
  content: "「";
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
}
.p_front__head___accent::after {
  content: "」";
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
}

.p_front__head___label {
  font-size: inherit;
  font-weight: inherit;
  line-height: 1.2;
}
.p_front__head___label::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.2) * (0.5em - 1px));
}
.p_front__head___label::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.2) * 0.5em);
}
.p_front__head___label {
  letter-spacing: -0.02em;
}
.p_front__head___label br {
  display: block;
}

.p_front__lead {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: clamp(1.125rem, 2.2222222222vw, 2rem);
  font-weight: 700;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p_front__lead {
    gap: 8px;
    font-size: clamp(1.125rem, 3.125vw, 1.5rem);
  }
}

.p_front__lead___label {
  font-size: inherit;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  padding-top: 10px;
  padding-left: 2px;
  padding-right: 2px;
  padding-bottom: 10px;
  color: #fff;
  background-color: #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.40625em;
}

.p_front__lead___caption {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  padding-top: clamp(10px, 1.5vw, 24px);
}

.p_front__lead___text {
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  background-color: #fff;
  font-size: clamp(1.5rem, 3.8888888889vw, 3.5rem);
  line-height: 1.45;
  padding-top: 13px;
  padding-left: 3px;
  padding-right: 3px;
  padding-bottom: 13px;
}
.p_front__lead___text br {
  display: block;
}
@media screen and (max-width: 768px) {
  .p_front__lead___text {
    line-height: 1.6;
    padding-top: 6px;
    padding-left: 2px;
    padding-right: 2px;
    padding-bottom: 6px;
  }
}

.p_front__btn {
  width: 169px;
  margin-left: auto;
  position: relative;
  z-index: 1;
  margin-right: 25px;
}

.p_front__btn___link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: clamp(0.875rem, 1.6vw, 1rem);
  padding-left: 4px;
  padding-right: 9px;
  padding-bottom: clamp(12px, 1.1875vw, 19px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p_front__btn___link::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: 0;
  background-color: #000;
}
.p_front__btn___link:hover {
  opacity: 1;
}
.p_front__btn___link:hover::before {
  -webkit-animation: out_line 300ms forwards, in_line 300ms 300ms forwards;
          animation: out_line 300ms forwards, in_line 300ms 300ms forwards;
}

.p_front__btn___label {
  position: relative;
  display: block;
  font-size: inherit;
  letter-spacing: 0.05em;
  font-family: "Arial", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-transition: inherit;
  transition: inherit;
  overflow: clip;
}
.p_front__btn___label::before, .p_front__btn___label::after {
  content: attr(aria-label);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: inherit;
  transition: inherit;
}
.p_front__btn___label::before {
  translate: 0 0%;
}
.p_front__btn___label::after {
  translate: 0 100%;
}
.p_front__btn___link:hover .p_front__btn___label::before {
  translate: 0 -100%;
}
.p_front__btn___link:hover .p_front__btn___label::after {
  translate: 0 0%;
}

.p_front__btn___ico {
  position: relative;
  aspect-ratio: 1/1;
  width: 15px;
  height: auto;
  z-index: -1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.p_front__btn___ico::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  aspect-ratio: 1/1;
  width: 80px;
  height: auto;
  border-radius: 80px;
  overflow: clip;
  background-color: #ebebeb;
  translate: -50% -50%;
  z-index: -1;
  opacity: 0;
  scale: 0.4;
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .p_front__btn___ico::before {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .p_front__btn___ico::before {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
.p_front__btn___link:hover .p_front__btn___ico::before {
  opacity: 1;
  scale: 1;
}
@media screen and (max-width: 768px) {
  .p_front__btn___ico::before {
    width: 72px;
  }
}

.p_front__about {
  position: relative;
  margin-top: -35vw;
  padding-top: clamp(100px, 19.7916666667vw, 152px);
  z-index: 1;
  overflow-x: clip;
}
@media screen and (max-width: 1400px) {
  .p_front__about {
    margin-top: -25vw;
  }
}
@media screen and (max-width: 1200px) {
  .p_front__about {
    margin-top: -25px;
  }
}
@media screen and (max-width: 1024px) {
  .p_front__about {
    margin-top: -40vw;
  }
}
@media screen and (max-width: 768px) {
  .p_front__about {
    margin-top: -40vw;
  }
}
@media screen and (max-width: 500px) {
  .p_front__about {
    margin-top: -30vw;
  }
}
.p_front__about::before {
  position: absolute;
  top: 0;
  left: -15.8125vw;
  content: "";
  background-image: url("../images/page/bg_front.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  aspect-ratio: 2762/1956;
  width: 172.625vw;
  height: auto;
  z-index: -1;
}

.p_front__about___content {
  padding-right: 142px;
  padding-right: clamp(40px, 13.8671875vw, 142px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .p_front__about___content {
    padding-right: 20px;
  }
}

.p_front__about___block {
  position: relative;
  margin-top: clamp(40px, 6.25vw, 48px);
  padding-top: 80px;
  padding-left: 100px;
}
@media screen and (max-width: 768px) {
  .p_front__about___block {
    padding-top: 27px;
    padding-left: 0;
  }
}
.p_front__about___block .p_front__lead {
  position: absolute;
  top: 0;
  left: 0;
}

.p_front__about___inner {
  position: relative;
  max-width: 810px;
}
@media screen and (max-width: 768px) {
  .p_front__about___inner {
    max-width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p_front__about___pic {
  display: block;
  aspect-ratio: 434/457;
  display: block;
  max-width: 434px;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .p_front__about___pic {
    max-width: 54.1916167665%;
  }
}

.p_front__about___data {
  font-weight: 700;
}

.p_front__about___label {
  font-size: clamp(1.75rem, 5.2083333333vw, 2.5rem);
  line-height: 1.35;
  font-weight: inherit;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin-bottom: clamp(14px, 1.5vw, 24px);
}
.p_front__about___bottom .p_front__about___label {
  -webkit-font-feature-settings: unset;
          font-feature-settings: unset;
}

.p_front__about___text {
  font-size: clamp(0.9375rem, 2vw, 1.25rem);
  line-height: 1.75;
  letter-spacing: -0.02em;
}

.p_front__about___top {
  padding-left: 224px;
}
.p_front__about___top .p_front__about___data {
  position: absolute;
  top: 64px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .p_front__about___top {
    padding-left: 0;
    gap: 24px;
  }
  .p_front__about___top .p_front__about___pic {
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end;
  }
  .p_front__about___top .p_front__about___data {
    position: static;
  }
}

.p_front__about___middle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 56px;
  margin-top: 75px;
}
.p_front__about___middle .p_front__about___data {
  padding-top: 46px;
}
@media screen and (max-width: 768px) {
  .p_front__about___middle {
    margin-top: 48px;
    gap: 24px;
  }
  .p_front__about___middle .p_front__about___data {
    padding-top: 0;
    padding-left: 70px;
  }
}

.p_front__about___bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 56px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-top: -95px;
}
.p_front__about___bottom .p_front__about___data {
  padding-bottom: 43px;
}
@media screen and (max-width: 768px) {
  .p_front__about___bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 56px;
    gap: 24px;
  }
  .p_front__about___bottom .p_front__about___pic {
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end;
  }
  .p_front__about___bottom .p_front__about___data {
    padding-bottom: 0;
  }
}

.p_front__about___more {
  margin-top: -40px;
  position: relative;
  z-index: 1;
  gap: 47px;
}
@media screen and (max-width: 768px) {
  .p_front__about___more {
    margin-top: 40px;
  }
}

.p_front__business {
  margin-top: clamp(104px, 18.359375vw, 141px);
}

.p_front__business___block {
  margin-left: calc((100vw - 1420px) / 2);
}
@media screen and (max-width: 1420px) {
  .p_front__business___block {
    margin-left: unset;
  }
}

.p_front__business___visual {
  position: relative;
}
.p_front__business___visual .p_front__lead {
  position: absolute;
  top: -85px;
  left: 87px;
}
@media screen and (max-width: 1024px) {
  .p_front__business___visual .p_front__lead {
    top: -41px;
    left: 0;
    padding-left: clamp(20px, 5.2083333333vw, 40px);
  }
}
@media screen and (max-width: 500px) {
  .p_front__business___visual .p_front__lead {
    left: 50%;
    padding-left: 0;
    translate: -50% 0;
  }
}

.p_front__business___image {
  display: block;
  width: 100%;
  height: auto;
}
.p_front__business___image img {
  display: block;
  width: 100%;
  height: auto;
  min-height: 275px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 500px) {
  .p_front__business___image img {
    scale: 1.1;
    -webkit-transform-origin: top right;
            transform-origin: top right;
  }
}

.p_front__business___side {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 116px;
  max-width: 1164px;
  margin-top: -119px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .p_front__business___side {
    gap: 42px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p_front__business___side {
    margin-top: -35px;
    display: block;
  }
}

.p_front__business___inner {
  background-color: #fff;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 56px;
  padding-left: 64px;
  padding-right: 64px;
  padding-bottom: 75px;
}
.p_front__business___inner .p_front__btn {
  margin-top: 56px;
}
@media screen and (max-width: 768px) {
  .p_front__business___inner {
    padding: 26px;
  }
}
@media screen and (max-width: 768px) and (min-width: 501px) {
  .p_front__business___inner {
    padding-top: 40px;
  }
}

.p_front__business___text {
  font-size: clamp(0.9375rem, 2vw, 1.25rem);
  font-weight: 700;
  margin-top: clamp(18px, 1.5vw, 24px);
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .p_front__business___text br {
    display: none;
  }
}

.p_front__business___pic {
  display: block;
  width: 37.8006872852%;
  margin-top: 253px;
}
@media screen and (max-width: 1024px) {
  .p_front__business___pic {
    margin-top: 170px;
  }
}
@media screen and (max-width: 768px) {
  .p_front__business___pic {
    margin-top: 24px;
    width: 48.8vw;
  }
}

.p_front__works {
  margin-top: clamp(91.5px, 11.4375vw, 183px);
}
.p_front__works .slick-track {
  min-width: 100%;
}
.p_front__works .slick-list {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.p_front__works .p_front__btn {
  margin-top: 40px;
}

.p_front__works___block {
  position: relative;
  margin-left: clamp(40px, 6.25vw, 100px);
  padding-top: clamp(56px, 4.5vw, 72px);
  padding-left: 200px;
  padding-right: 40px;
  padding-bottom: clamp(40px, 3.75vw, 60px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p_front__works___block .p_front__lead {
  position: absolute;
  top: -48px;
  left: 100px;
}
.p_front__works___block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f5f5f5;
  border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  overflow: clip;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}
.p_front__works___block .p_front__btn {
  margin-right: 45px;
}
@media screen and (max-width: 768px) {
  .p_front__works___block {
    padding-left: clamp(80px, 20.8333333333vw, 160px);
    padding-right: 0;
    margin-left: 0;
  }
  .p_front__works___block .p_front__lead {
    top: -28px;
    left: 0;
    margin-left: clamp(20px, 5.2083333333vw, 40px);
  }
  .p_front__works___block::before {
    width: calc(100% + 75px);
    left: unset;
    right: 0;
  }
}

.p_front__works___content {
  overflow: clip;
}

.p_front__works___box {
  margin-left: -20px;
  margin-right: -20px;
  overflow: clip;
}
@media screen and (max-width: 768px) {
  .p_front__works___box {
    margin-left: 0px;
    margin-right: -10px;
  }
}

@media screen and (max-width: 500px) {
  .p_front__works___slider .slick-list {
    margin-left: -40px;
  }
}

.p_front__works___slide {
  padding-left: 20px;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .p_front__works___slide {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.p_front__works___link {
  display: block;
}
.p_front__works___link:hover {
  opacity: 1;
}

.slider-progress {
  position: relative;
  display: block;
  max-width: 338px;
  width: 100%;
  height: 3px;
  background: #fff;
  margin-top: clamp(24px, 6.25vw, 48px);
}
@media screen and (max-width: 768px) {
  .slider-progress {
    max-width: 231px;
  }
}

.slider-progress-bar {
  width: 0%;
  height: 100%;
  background: #d9d9d9;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}

.p_front__works___pic {
  display: block;
  aspect-ratio: 285/235;
  border-radius: 8px;
  overflow: clip;
  margin-bottom: 16px;
  -webkit-transition: inherit;
  transition: inherit;
}
.p_front__works___pic img {
  width: 100%;
  height: 100%;
  scale: 1;
  -webkit-transition: inherit;
  transition: inherit;
}
.p_front__works___link:hover .p_front__works___pic img {
  scale: 1.1;
}

.p_front__company {
  margin-top: clamp(127px, 31.7708333333vw, 244px);
}

.p_front__company___block {
  position: relative;
  margin-right: calc((100vw - 1420px) / 2);
}
.p_front__company___block .p_front__lead {
  position: absolute;
  top: -144px;
  right: 0;
  z-index: 1;
}
@media screen and (max-width: 1420px) {
  .p_front__company___block {
    margin-right: unset;
  }
}
@media screen and (max-width: 1024px) {
  .p_front__company___block .p_front__lead {
    top: -63px;
    right: 20px;
  }
}

.p_front__company___visual {
  position: relative;
  aspect-ratio: 1313/895;
  max-width: 93.7857142857%;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .p_front__company___visual {
    aspect-ratio: 375/397;
    max-width: 100%;
  }
}

.p_front__company___image {
  position: absolute;
  aspect-ratio: 1020/489;
  max-width: 77.6846915461%;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .p_front__company___image {
    aspect-ratio: 355/212;
    max-width: 94.6666666667%;
    width: 100%;
    height: auto;
  }
}
.p_front__company___image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p_front__company___top {
  top: 0;
  right: 0;
}
@media screen and (max-width: 1024px) {
  .p_front__company___top {
    left: 0;
    right: unset;
  }
}

.p_front__company___bottom {
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 1024px) {
  .p_front__company___bottom {
    left: unset;
    right: 0;
  }
}

.p_front__company___side {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1380px;
  margin-top: -112px;
  margin-left: 5vw;
}
@media screen and (min-width: 1601px) {
  .p_front__company___side {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1024px) {
  .p_front__company___side {
    display: block;
    margin-top: -40px;
    margin-left: auto;
    margin-right: auto;
    padding-left: clamp(20px, 5.2083333333vw, 40px);
    padding-right: clamp(20px, 5.2083333333vw, 40px);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media screen and (max-width: 768px) {
  .p_front__company___side {
    margin-top: -24px;
  }
}
@media screen and (max-width: 768px) and (min-width: 501px) {
  .p_front__company___side {
    margin-top: -46px;
  }
}

.p_front__company___inner {
  background-color: #fff;
  padding-top: 56px;
  padding-left: 64px;
  padding-right: 64px;
  padding-bottom: 75px;
}
.p_front__company___inner .p_front__btn {
  margin-top: 56px;
}
@media screen and (max-width: 1200px) {
  .p_front__company___inner {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 24px;
  }
}
@media screen and (max-width: 1200px) and (min-width: 501px) {
  .p_front__company___inner {
    padding-top: 40px;
  }
}

.p_front__company___link {
  position: relative;
  display: block;
  text-align: center;
  aspect-ratio: 1/1;
  width: min(359px, 100%);
  height: auto;
  border: 16px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 359px;
  overflow: clip;
  margin-top: 79px;
}
.p_front__company___link:hover {
  opacity: 1;
}
@media screen and (max-width: 1024px) {
  .p_front__company___link {
    margin-top: 32px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 500px) {
  .p_front__company___link {
    max-width: 285px;
    border-width: 12px;
  }
}

.p_front__company___pic {
  position: relative;
  background-color: #a78e5b;
  display: block;
  aspect-ratio: 1/1;
  width: 100%;
  height: auto;
  border-radius: 359px;
  overflow: clip;
  -webkit-transition: inherit;
  transition: inherit;
}
.p_front__company___pic::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.1;
  mix-blend-mode: luminosity;
}
.p_front__company___pic img {
  display: block;
  width: 100%;
  height: 100%;
  scale: 1;
  mix-blend-mode: color-burn;
  -webkit-transition: inherit;
  transition: inherit;
}
.p_front__company___link:hover .p_front__company___pic img {
  scale: 1.1;
}

.p_front__company___head {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  color: #fff;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p_front__company___anniversary {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Arial", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 700;
  line-height: 0.8;
  margin-bottom: clamp(6px, 0.5vw, 8px);
}

.p_front__company___catch,
.p_front__company___unit,
.p_front__company___caption {
  line-height: inherit;
}

.p_front__company___catch {
  display: block;
  font-size: clamp(3.5rem, 7vw, 4.375rem);
  margin-bottom: 0.1em;
}

.p_front__company___unit {
  font-size: clamp(2rem, 5.6vw, 3.5rem);
}

.p_front__company___catch {
  letter-spacing: -0.02em;
}

.p_front__company___caption {
  display: block;
  font-size: clamp(1.75rem, 3.6vw, 2.25rem);
  margin-top: 0.2em;
  text-transform: uppercase;
}

.p_front__company___label {
  font-size: clamp(0.9375rem, 1.8vw, 1.125rem);
  font-weight: 700;
}

.p_front__company___ico {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1/1;
  width: 24px;
  height: auto;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(216deg) brightness(101%) contrast(102%);
          filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(216deg) brightness(101%) contrast(102%);
  margin-top: 12px;
}
.p_front__company___ico img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p_front__topics .p_front__btn {
  margin-top: 63px;
}
@media screen and (max-width: 1024px) {
  .p_front__topics {
    margin-top: 32px;
  }
  .p_front__topics .p_front__lead {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .p_front__topics .p_front__btn {
    margin-right: 25px;
  }
}

.p_front__topics___side {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 156px;
}
@media screen and (max-width: 1200px) {
  .p_front__topics___side {
    gap: 80px;
  }
}
@media screen and (max-width: 1024px) {
  .p_front__topics___side {
    display: block;
  }
}

.p_front__topics___inner {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 1024px) {
  .p_front__topics___inner {
    margin-top: 24px;
  }
}

.p_front__topics___link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 2px dotted #000;
  padding-top: 46px;
  padding-bottom: 46px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .p_front__topics___link {
    display: block;
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.p_front__topics___link:hover {
  opacity: 1;
}

.p_front__topics___unit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 262px;
}

.p_front__topics___time {
  font-size: clamp(0.875rem, 1.8vw, 1.125rem);
  font-weight: 700;
  line-height: 1.75;
}

.p_front__topics___cat {
  font-size: clamp(0.75rem, 1.4vw, 0.875rem);
  font-weight: 700;
  line-height: 1;
  padding-top: 8px;
  padding-left: 14px;
  padding-right: 14px;
  padding-bottom: 8px;
  border: 1px solid #000;
  border-radius: 50px;
  overflow: clip;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.p_front__topics___caption {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: inherit;
  transition: inherit;
}
.p_front__topics___caption::before {
  position: absolute;
  content: "";
  top: 50%;
  translate: 0 -50%;
  left: 0;
  aspect-ratio: 1/1;
  display: block;
  width: 12px;
  height: auto;
  background-image: url("../images/common/ico_arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  opacity: 0;
  -webkit-transition: inherit;
  transition: inherit;
}
.p_front__topics___link:hover .p_front__topics___caption {
  padding-left: 25px;
}
.p_front__topics___link:hover .p_front__topics___caption::before {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .p_front__topics___caption {
    display: block;
    margin-top: 12px;
  }
}

.p_front__topics___label {
  font-size: clamp(0.9375rem, 1.8vw, 1.125rem);
  font-weight: 700;
  line-height: 1.75;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 501px) {
  .p_front__topics___label {
    -webkit-line-clamp: 2;
  }
}
@media screen and (max-width: 500px) {
  .p_front__topics___label {
    -webkit-line-clamp: 2;
  }
}

.p_front__recruit {
  margin-top: clamp(80px, 10vw, 160px);
}

.p_front__recruit___visual {
  color: #fff;
  position: relative;
  padding-top: clamp(56px, 18.6197916667vw, 143px);
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: clamp(88px, 21.3541666667vw, 164px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p_front__recruit___visual {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.p_front__recruit___bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: clip;
  z-index: -1;
}
.p_front__recruit___bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p_front__recruit___head {
  margin-bottom: clamp(32px, 6.54296875vw, 67px);
}

.p_front__recruit___caption {
  display: inline-block;
  font-size: clamp(2rem, 5.46875vw, 3.5rem);
  font-family: "Arial", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  border-bottom: 7px solid #fff;
  margin-bottom: clamp(28px, 2.9375vw, 47px);
}
@media screen and (max-width: 768px) {
  .p_front__recruit___caption {
    line-height: 1.15625em;
    border-bottom-width: 4px;
  }
}

.p_front__recruit___label {
  font-size: clamp(1.5rem, 5.6vw, 3.5rem);
  font-weight: 700;
  letter-spacing: 0.02em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.p_front__recruit___link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  color: #000;
  background-color: #ffca36;
  font-size: clamp(0.9375rem, 3.125vw, 1.5rem);
  padding-top: clamp(18px, 1.875vw, 30px);
  padding-bottom: clamp(20px, 1.875vw, 30px);
  border-radius: 100px;
  overflow: clip;
  font-weight: 700;
  max-width: 413px;
  margin-left: auto;
  margin-right: auto;
}
.p_front__recruit___link::after {
  content: "";
  aspect-ratio: 1/1;
  width: 22px;
  height: auto;
  background-image: url("../images/common/ico_target.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
@media screen and (max-width: 768px) {
  .p_front__recruit___link {
    max-width: 315px;
    gap: 8px;
  }
  .p_front__recruit___link::after {
    width: 15px;
  }
}
.p_front__recruit___link:hover {
  opacity: 1;
  scale: 1.05;
}

.p_front__recruit___block {
  position: relative;
  padding-top: 144px;
  padding-bottom: 120px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p_front__recruit___block::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #f5f5f5;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p_front__recruit___block {
    padding-top: 116px;
    padding-bottom: 230px;
  }
}

.p_front__recruit___map {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  max-width: 736px;
  max-height: calc(100% - 64px);
  width: 100%;
  height: 100%;
  z-index: -1;
}
.p_front__recruit___map img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top center;
     object-position: top center;
}
@media screen and (max-width: 768px) {
  .p_front__recruit___map {
    top: 70px;
    translate: -50% 0;
  }
}

.p_front__recruit___images,
.p_front__recruit___medias {
  display: contents;
}
@media screen and (max-width: 768px) {
  .p_front__recruit___images,
  .p_front__recruit___medias {
    display: block;
    position: absolute;
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  .p_front__recruit___images,
  .p_front__recruit___medias {
    left: 50%;
    translate: -50% 0;
    max-width: 375px;
    width: 100%;
  }
  .p_front__recruit___images {
    top: -56px;
    height: 156px;
  }
  .p_front__recruit___medias {
    bottom: 40px;
    height: 177px;
  }
}
.p_front__recruit___images1,
.p_front__recruit___images2,
.p_front__recruit___medias1,
.p_front__recruit___medias2 {
  position: absolute;
  width: 100%;
  height: auto;
}

.p_front__recruit___images1 {
  top: -4.5vw;
  left: 19.875vw;
  max-width: 12.5vw;
}
@media screen and (max-width: 768px) {
  .p_front__recruit___images1 {
    top: 24.358974359%;
    left: 0;
    max-width: 107px;
  }
}

.p_front__recruit___images2 {
  top: 9.3125vw;
  right: 6.1875vw;
  max-width: 18.25vw;
}
@media screen and (max-width: 768px) {
  .p_front__recruit___images2 {
    top: 0;
    right: 0;
    max-width: 157px;
  }
}

.p_front__recruit___medias1 {
  bottom: 18.625vw;
  left: 6.25vw;
  max-width: 22.375vw;
}
@media screen and (max-width: 768px) {
  .p_front__recruit___medias1 {
    top: 0;
    left: 0;
    max-width: 165px;
  }
}

.p_front__recruit___medias2 {
  bottom: 6.1875vw;
  right: 12.5vw;
  max-width: 17.5vw;
}
@media screen and (max-width: 768px) {
  .p_front__recruit___medias2 {
    top: 12.4293785311%;
    right: 0;
    max-width: 120px;
  }
}

.p_front__recruit___box {
  position: relative;
  text-align: center;
  z-index: 1;
  padding-top: 113px;
  padding-bottom: 87px;
}
@media screen and (max-width: 768px) {
  .p_front__recruit___box {
    padding-top: 46px;
    padding-bottom: 20px;
  }
}

.p_front__recruit___lead {
  margin-bottom: clamp(24px, 3vw, 48px);
}

.p_front__recruit___lead____caption {
  display: block;
  font-size: clamp(1.25rem, 3.6vw, 2.25rem);
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  margin-bottom: clamp(14px, 1.6875vw, 27px);
}

.p_front__recruit___lead____label {
  font-size: clamp(1.875rem, 5.6vw, 3.5rem);
  line-height: 1.35;
}
.p_front__recruit___lead____label::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.35) * (0.5em - 1px));
}
.p_front__recruit___lead____label::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.35) * 0.5em);
}
.p_front__recruit___lead____label {
  letter-spacing: -0.02em;
  font-weight: 700;
}
.p_front__recruit___lead____label br {
  display: block;
}

.p_front__recruit___text {
  font-size: clamp(0.9375rem, 2vw, 1.25rem);
  font-weight: 700;
  line-height: 1.75;
}
.p_front__recruit___text::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.75) * (0.5em - 1px));
}
.p_front__recruit___text::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.75) * 0.5em);
}
.p_front__recruit___text {
  letter-spacing: -0.02em;
}

.p_about {
  position: relative;
  padding-top: clamp(100px, 22.65625vw, 174px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.p_about__bg {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  z-index: -1;
}

.p_about__bg___image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}

.p_about__block___inner {
  max-width: 755px;
  margin-left: auto;
  margin-right: auto;
}

.p_about__head {
  font-size: clamp(2.5rem, 9.6vw, 6rem);
  font-weight: 700;
  margin-bottom: 32px;
}

.p_about__head___label {
  line-height: 1.2;
}
.p_about__head___label::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.2) * (0.5em - 1px));
}
.p_about__head___label::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.2) * 0.5em);
}
.p_about__head___label {
  letter-spacing: -0.02em;
}
.p_about__head___label br {
  display: block;
}

.p_about__block___text {
  font-weight: 700;
}

.p_about__block___box {
  padding-top: clamp(120px, 23.9583333333vw, 184px);
}

.p_about__side + .p_about__side {
  margin-top: clamp(64px, 5vw, 80px);
}

.p_business__block + .p_business__block {
  margin-top: clamp(80px, 15.625vw, 120px);
}

.p_business__map {
  position: relative;
  display: block;
  max-width: 900px;
  width: 100%;
  height: auto;
  margin-top: 64px;
  margin-left: auto;
  margin-right: auto;
}

.p_business__pin {
  position: absolute;
  aspect-ratio: 40/57;
  max-width: 47px;
  width: 5.2222222222%;
  height: auto;
  cursor: pointer;
  background-image: url("../images/page/img_business__pin.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  -webkit-mask-image: url("../images/page/img_business__pin.webp");
          mask-image: url("../images/page/img_business__pin.webp");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: 100%;
          mask-size: 100%;
}
.p_business__pin:nth-of-type(1) {
  top: 60.8849557522%;
  left: 64.4444444444%;
}
.p_business__pin:nth-of-type(2) {
  top: 7.2566371681%;
  left: 68.8888888889%;
}
.p_business__pin:nth-of-type(3) {
  top: 31.1504424779%;
  left: 21.7777777778%;
}
.p_business__pin:nth-of-type(4) {
  top: 5.1327433628%;
  left: 34.3333333333%;
}
.p_business__pin:nth-of-type(5) {
  top: 45.8407079646%;
  left: 56.8888888889%;
}
.p_business__pin:nth-of-type(6) {
  top: 15.9292035398%;
  left: 48.6666666667%;
}
.p_business__pin:nth-of-type(7) {
  top: 75.9292035398%;
  left: 41.5555555556%;
}
.p_business__pin:nth-of-type(8) {
  top: 16.9911504425%;
  left: 81.4444444444%;
}
.p_business__pin:nth-of-type(9) {
  top: 65.3097345133%;
  left: 13.5555555556%;
}

.p_business__list {
  margin-top: clamp(56px, 10.4166666667vw, 80px);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(1, 1fr);
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .p_business__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 500px) {
  .p_business__list {
    gap: 10px;
  }
}

.p_business__list___tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-size: clamp(0.875rem, 1.6vw, 1rem);
  line-height: 1.25;
  font-weight: 700;
  background-color: #f5f5f5;
  cursor: pointer;
  padding-top: 1.75em;
  padding-left: 0.625em;
  padding-right: 0.625em;
  padding-bottom: 1.75em;
  border: 1px solid #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 8px;
  overflow: clip;
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .p_business__list___tab {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .p_business__list___tab {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
.p_business__list___tab {
  word-break: keep-all;
}
.p_business__list___tab:hover {
  opacity: 1;
  color: #fff;
  background-color: #000;
}

.p_business__windows {
  position: fixed;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  max-width: 673px;
  width: 100%;
  z-index: 5;
  border-radius: 8px;
  overflow: clip;
  background-color: rgba(255, 255, 255, 0.97);
}
@media screen and (max-width: 768px) {
  .p_business__windows {
    max-width: calc(100% - 48px);
  }
}

.p_business__close {
  position: absolute;
  top: 15px;
  right: 15px;
  padding-top: 5px;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 4px;
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 16px;
  overflow: clip;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .p_business__close {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .p_business__close {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
.p_business__close::before {
  content: "close";
  text-transform: uppercase;
  font-size: clamp(0.625rem, 1.3vw, 0.8125rem);
  font-family: "Arial", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 700;
  line-height: 1.25;
  -webkit-transition: inherit;
  transition: inherit;
}
.p_business__close::after {
  display: block;
  content: "";
  background-image: url("../images/common/ico_close.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  aspect-ratio: 1/1;
  width: 8px;
  height: auto;
  -webkit-transition: inherit;
  transition: inherit;
}
.p_business__close:hover {
  opacity: 1;
  color: #fff;
  background-color: #000;
}
.p_business__close:hover::after {
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(216deg) brightness(101%) contrast(102%);
          filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(216deg) brightness(101%) contrast(102%);
}
@media screen and (max-width: 768px) {
  .p_business__close {
    padding-top: 3px;
    padding-left: 9px;
    padding-right: 9px;
    padding-bottom: 3px;
    gap: 3px;
  }
  .p_business__close::after {
    width: 7px;
  }
}

.p_business__window {
  display: none;
  padding-top: clamp(44px, 3.9375vw, 63px);
  padding-left: clamp(24px, 3.9375vw, 63px);
  padding-right: clamp(24px, 3.9375vw, 63px);
  padding-bottom: clamp(32px, 3.9375vw, 63px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.p_business__side {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 32px;
}
@media screen and (max-width: 768px) {
  .p_business__side {
    display: block;
  }
}

.p_business__side___pic {
  display: block;
  width: 44.7415329768%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .p_business__side___pic {
    max-width: 500px;
    width: 100%;
    margin-top: 24px;
  }
}

.p_business__data___label {
  display: block;
  font-size: clamp(1.125rem, 2.2vw, 1.375rem);
  font-weight: 700;
  margin-bottom: clamp(12px, 1vw, 16px);
  line-height: 1.5;
}
.p_business__data___label::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * (0.5em - 1px));
}
.p_business__data___label::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
}

.p_business__data___text {
  letter-spacing: -0.02em;
}

.p_business__area {
  position: relative;
  padding-top: clamp(40px, 10.4166666667vw, 80px);
  padding-left: clamp(24px, 5.2083333333vw, 40px);
  padding-right: clamp(24px, 5.2083333333vw, 40px);
  padding-bottom: clamp(40px, 10.4166666667vw, 80px);
  background-color: #dfdfdf;
  margin-top: clamp(80px, 15.625vw, 160px);
}

.p_business__area___map {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.p_business__area___map img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: right;
     object-position: right;
}
@media screen and (max-width: 768px) {
  .p_business__area___map img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}

.p_business__area___box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  position: relative;
  z-index: 1;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .p_business__area___box {
    gap: 32px;
  }
}

.p_business__area___head {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 700;
  border-bottom: 4px solid #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: clip;
}

.p_business__area___label {
  font-size: inherit;
  line-height: 1.5;
}

.p_business__area___btn {
  display: block;
  font-size: clamp(1.125rem, 2.4vw, 1.5rem);
  text-align: center;
  color: #fff;
  line-height: 1.75;
  font-weight: 700;
  padding-top: clamp(20px, 2.9947916667vw, 23px);
  padding-bottom: clamp(20px, 2.9947916667vw, 23px);
  width: min(369px, 100%);
  background-color: #000;
  border-radius: 50px;
  overflow: clip;
}
.p_business__area___btn:hover {
  opacity: 1;
  scale: 1.05;
}

.p_works__side {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 85px;
}
@media screen and (max-width: 1200px) {
  .p_works__side {
    gap: 64px;
  }
}
@media screen and (max-width: 1024px) {
  .p_works__side {
    display: block;
  }
}

/* list */
.p_works__nav {
  width: 180px;
  font-size: 15px;
  font-weight: 700;
}
.p_works__nav li,
.p_works__nav a {
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .p_works__nav {
    width: 100%;
    margin-bottom: 40px;
  }
}

.p_works__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 24px;
}
@media screen and (max-width: 1024px) {
  .p_works__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(1, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .p_works__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px 8px;
  }
}
@media screen and (max-width: 500px) {
  .p_works__list {
    grid-template-columns: repeat(1, 1fr);
  }
}

.p_works__list___link {
  position: relative;
  display: inline-block;
  font-size: 15px;
  font-weight: inherit;
  padding-left: 1em;
  color: #a7a7a7;
}
.p_works__list___link::before {
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  content: "";
  display: block;
  aspect-ratio: 1/1;
  width: 8px;
  height: auto;
  border-radius: 8px;
  overflow: clip;
  background-color: #ffca36;
  opacity: 0;
}
.p_works__list___link:hover, .p_works__list___link[aria-current] {
  opacity: 1;
  color: #000;
}
.p_works__list___link:hover::before, .p_works__list___link[aria-current]::before {
  opacity: 1;
}

/* sub menu */
.p_works__sub {
  margin-top: 16px;
  padding-left: 1em;
}
@media screen and (max-width: 1024px) {
  .p_works__sub {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 12px;
  }
}

.p_works__sub___tab + .p_works__sub___tab {
  margin-top: 12px;
}
@media screen and (max-width: 1024px) {
  .p_works__sub___tab + .p_works__sub___tab {
    margin-top: 0;
  }
}

.p_works__sub___link {
  display: inline-block;
  color: #a7a7a7;
}
.p_works__sub___link:hover, .p_works__sub___link[aria-current] {
  color: #000;
  opacity: 1;
}

.p_works__card {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(1, 1fr);
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .p_works__card {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px 24px;
  }
}

.p_works__card___link {
  display: block;
}
.p_works__card___link:hover {
  opacity: 1;
}

.p_works__card___pic {
  display: block;
  aspect-ratio: 285/235;
  border-radius: 8px;
  overflow: clip;
  -webkit-transition: inherit;
  transition: inherit;
}
.p_works__card___pic img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: inherit;
  transition: inherit;
  scale: 1;
}
.p_works__card___link:hover .p_works__card___pic img {
  scale: 1.05;
}

.p_works__card___data {
  margin-top: clamp(12px, 1.8229166667vw, 14px);
}

.p_works__card___caption {
  font-size: clamp(0.875rem, 2.0833333333vw, 1rem);
  line-height: 1.75;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 501px) {
  .p_works__card___caption {
    -webkit-line-clamp: 2;
  }
}
@media screen and (max-width: 500px) {
  .p_works__card___caption {
    -webkit-line-clamp: 2;
  }
}

/* cats */
.p_works__cats {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 8px 10px;
}

.p_works__cats___archive {
  margin-top: 8px;
}
@media screen and (max-width: 500px) {
  .p_works__cats___archive {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 4px;
  }
}

.p_works__cats___single {
  margin-bottom: clamp(12px, 1.5vw, 24px);
}

.p_works__cats___parent {
  color: #fff;
  background-color: #ffca36;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  padding-top: 0.6153846154em;
  padding-left: 0.9230769231em;
  padding-right: 0.9230769231em;
  padding-bottom: 0.4615384615em;
  padding-top: clamp(5px, 0.5vw, 8px);
  padding-left: clamp(8px, 0.75vw, 12px);
  padding-right: clamp(8px, 0.75vw, 12px);
  padding-bottom: clamp(3px, 0.5vw, 8px);
  border-radius: 16px;
  overflow: clip;
}

.p_works__cats___child {
  font-size: clamp(0.8125rem, 1.5vw, 0.9375rem);
  font-weight: 700;
}

/* column */
.p_works__column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 48px;
}
@media screen and (max-width: 768px) {
  .p_works__column {
    display: block;
  }
}

.p_works__column___pic {
  width: 409px;
  overflow: clip;
}
.p_works__column___pic--only {
  max-width: 614px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p_works__column___pic {
    width: 100%;
  }
}

.p_works__sldiers {
  display: block;
  width: 100%;
}

.p_works__sldiers___box {
  margin-top: clamp(18px, 1.4375vw, 23px);
}

.p_works__slider___sub {
  margin-left: -6px;
  margin-right: -6px;
}

.p_works__slider___image {
  display: block;
  aspect-ratio: 128/106;
  border-radius: 8px;
  overflow: clip;
}
.p_works__slider___image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p_works__slider___sub___image {
  margin-left: 6px;
  margin-right: 6px;
}

.p_works__single___head {
  font-size: clamp(1.125rem, 2vw, 1.25rem);
  font-weight: 700;
  margin-bottom: clamp(20px, 4.1666666667vw, 32px);
}

.p_works__single___caption {
  font-size: inherit;
  font-weight: inherit;
}

.p_message__side {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 68px;
}
@media screen and (max-width: 768px) {
  .p_message__side {
    display: block;
  }
}

.p_message__side___pic {
  display: block;
  max-width: 31.6666666667%;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .p_message__side___pic {
    max-width: 400px;
    margin-bottom: 40px;
  }
}

.p_philosophy__block {
  padding-top: clamp(32px, 3vw, 48px);
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: clamp(32px, 3vw, 48px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #f5f5f5;
  box-sizing: border-box;
  text-align: center;
}

.p_philosophy__caption {
  display: block;
  font-size: clamp(1.5rem, 4.4vw, 2.75rem);
  font-family: "Arial", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 700;
  margin-bottom: clamp(18px, 1.5vw, 24px);
  line-height: 1.2;
}

.p_philosophy__label {
  font-size: clamp(1.125rem, 2.4vw, 1.5rem);
  line-height: 1.5;
}
.p_philosophy__label::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * (0.5em - 1px));
}
.p_philosophy__label::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
}
.p_philosophy__label {
  font-weight: 700;
}

.p_outline__map {
  display: block;
  width: 100%;
  height: 400px;
  overflow: clip;
  margin-bottom: clamp(18px, 1.5vw, 24px);
}
@media screen and (max-width: 500px) {
  .p_outline__map {
    height: 350px;
  }
}
.p_outline__map iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: none;
}

.p_outline__address {
  line-height: 1.75;
}

.p_outline__name {
  line-height: inherit;
  font-weight: 700;
}

.p_history__contents {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.p_history__wrapper {
  position: relative;
  max-width: 1000px;
  padding-bottom: 90px;
  margin-left: auto;
  margin-right: auto;
}
.p_history__wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background-color: #000;
  translate: -50% 0;
}
@media screen and (max-width: 768px) {
  .p_history__wrapper::before {
    left: 8px;
  }
}
.p_history__wrapper::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  aspect-ratio: 1/1;
  width: 16px;
  height: auto;
  background-color: #000;
  translate: -50% 0;
  border-radius: 16px;
  overflow: clip;
}
@media screen and (max-width: 768px) {
  .p_history__wrapper::after {
    left: 0;
    translate: 0 0;
  }
}

.p_history__wrap {
  position: relative;
  max-width: calc(50% + 1em);
  max-width: 50%;
  width: 100%;
}
.p_history__wrap + .p_history__wrap {
  margin-top: -32px;
}
@media screen and (max-width: 768px) {
  .p_history__wrap + .p_history__wrap {
    margin-top: 0;
  }
}
.p_history__wrap::before, .p_history__wrap::after {
  position: absolute;
  content: "";
  background-color: #000;
}
.p_history__wrap::before {
  aspect-ratio: 1/1;
  width: 16px;
  height: auto;
  border-radius: 16px;
  overflow: clip;
}
.p_history__wrap::after {
  width: 56px;
  height: 1px;
}
.p_history__wrap:nth-child(odd) {
  padding-left: 88px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: auto;
}
.p_history__wrap:nth-child(odd)::before {
  top: 0;
  left: 0;
  translate: -50% 0;
}
.p_history__wrap:nth-child(odd)::after {
  top: 8px;
  left: 8px;
  translate: 0 -50%;
}
.p_history__wrap:nth-child(even) {
  text-align: right;
  padding-right: 88px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: auto;
}
.p_history__wrap:nth-child(even)::before {
  top: 0;
  right: 0;
  translate: 50% 0;
}
.p_history__wrap:nth-child(even)::after {
  top: 8px;
  right: 8px;
  translate: 0 -50%;
}
@media screen and (max-width: 768px) {
  .p_history__wrap {
    max-width: 100%;
    text-align: left !important;
    padding-left: 88px !important;
    padding-right: unset !important;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-left: auto;
    margin-right: unset !important;
  }
  .p_history__wrap::before {
    top: 0;
    left: 0;
    right: unset !important;
    translate: 0 !important;
  }
  .p_history__wrap::after {
    top: 8px;
    left: 8px;
    right: unset !important;
    translate: 0 -50% !important;
  }
  .p_history__wrap + .p_history__wrap {
    margin-top: 40px;
  }
}

.p_history__head {
  font-size: clamp(2rem, 4.8vw, 3rem);
  font-weight: 700;
  margin-bottom: 16px;
  line-height: 1;
}

.p_history__head___label {
  display: block;
  font-size: inherit;
  font-family: "Arial", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: inherit;
  line-height: 0.8;
}
.p_history__head___label::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 0.8) * (0.5em - 1px));
}
.p_history__head___label::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 0.8) * 0.5em);
}
.p_history__head___label {
  margin-bottom: 8px;
}

.p_history__head___caption {
  display: block;
  font-size: 0.4166666667em;
  line-height: 1;
}

.p_history__images {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(1, 1fr);
  gap: 16px;
  margin-top: clamp(18px, 3.125vw, 24px);
}

.p_history__image {
  aspect-ratio: 180/135;
  width: 100%;
  height: auto;
  background-color: #f5f5f5;
}
.p_history__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p_history__box {
  max-width: 800px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.p_history__lead {
  font-size: clamp(1.125rem, 2vw, 1.25rem);
  font-weight: 700;
  margin-bottom: clamp(32px, 2.5vw, 40px);
}
@media screen and (max-width: 768px) {
  .p_history__lead {
    text-align: left;
  }
}

.p_history__lead___caption {
  display: block;
  font-size: 2.4em;
  line-height: 0.8;
  font-family: "Arial", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: inherit;
  margin-bottom: clamp(10px, 1.5vw, 24px);
}

.p_history__lead___label {
  font-size: inherit;
  font-weight: 700;
  line-height: 2;
}
.p_history__lead___label::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * (0.5em - 1px));
}
.p_history__lead___label::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
}

.p_sustainability__column + .p_sustainability__column {
  margin-top: clamp(40px, 7.2916666667vw, 56px);
}

.p_sustainability__lead {
  font-size: clamp(1.25rem, 2.8vw, 1.75rem);
  font-weight: 700;
  margin-bottom: clamp(10px, 1vw, 16px);
}

.p_sustainability__label {
  font-size: inherit;
  font-weight: inherit;
  line-height: 1.5;
}
.p_sustainability__label::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * (0.5em - 1px));
}
.p_sustainability__label::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
}

.p_sustainability__card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 8px;
  margin-top: clamp(24px, 5.2083333333vw, 40px);
}

.p_sustainability__card___ico {
  width: 120px;
}

.p_anniversary__bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100dvw;
  height: 100dvh;
  z-index: -1;
}
.p_anniversary__bg .image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p_anniversary__block + .p_anniversary__block {
  margin-top: clamp(120px, 31.25vw, 240px);
}
.p_anniversary__block .c_block__side + .c_block__side {
  margin-top: clamp(40px, 8.3333333333vw, 64px);
}

.p_anniversary__head {
  position: relative;
  text-align: center;
  font-family: "Arial", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 700;
  line-height: 0.8;
}

.p_anniversary__head___caption {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  font-size: clamp(8.75rem, 28vw, 17.5rem);
  line-height: inherit;
  margin-bottom: clamp(24px, 2.6875vw, 43px);
}
@media screen and (max-width: 768px) {
  .p_anniversary__head___caption {
    gap: 8px;
  }
}

.p_anniversary__head___unit {
  font-size: 0.48em;
  letter-spacing: -0.02em;
  line-height: inherit;
}

.p_anniversary__head___image {
  position: absolute;
  top: 33.8028169014%;
  left: 50%;
  translate: -50% 0;
  max-width: 800px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p_anniversary__head___image {
    max-width: 90%;
  }
}
@media screen and (max-width: 500px) {
  .p_anniversary__head___image {
    max-width: 100%;
  }
}

.p_anniversary__head___label {
  font-size: clamp(2.8125rem, 9vw, 5.625rem);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  line-height: inherit;
}
@media screen and (max-width: 768px) {
  .p_anniversary__head___label {
    letter-spacing: 0.02em;
  }
}

.p_anniversary__wrapper {
  position: relative;
  margin-top: clamp(80px, 6.5vw, 104px);
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .p_anniversary__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 40px 24px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 768px) {
  .p_anniversary__wrapper {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p_anniversary__images {
  position: absolute;
  top: 0;
  left: 6.25vw;
  aspect-ratio: 328/765;
  max-width: 20.5vw;
  width: 100%;
  height: auto;
  z-index: -1;
}
@media screen and (min-width: 1201px) {
  .p_anniversary__images {
    max-width: 328px;
  }
}
@media screen and (max-width: 1024px) {
  .p_anniversary__images {
    position: relative;
    left: unset;
  }
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .p_anniversary__images {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (max-width: 768px) {
  .p_anniversary__images {
    max-width: 45%;
  }
}

.p_anniversary__image {
  position: absolute;
  width: 100%;
  height: auto;
}
.p_anniversary__image:nth-child(1) {
  top: 0;
  right: 0.3048780488%;
  max-width: 69.2073170732%;
}
.p_anniversary__image:nth-child(2) {
  top: 40%;
  left: 0;
  max-width: 71.0365853659%;
}
.p_anniversary__image:nth-child(3) {
  right: 0;
  bottom: 0;
  max-width: 53.3536585366%;
}

.p_anniversary__medias {
  position: absolute;
  top: 0;
  right: 6vw;
  aspect-ratio: 330/705;
  max-width: 20.625vw;
  width: 100%;
  height: auto;
  z-index: -1;
}
@media screen and (min-width: 1201px) {
  .p_anniversary__medias {
    max-width: 330px;
  }
}
@media screen and (max-width: 1024px) {
  .p_anniversary__medias {
    position: relative;
    right: unset;
  }
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .p_anniversary__medias {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media screen and (max-width: 768px) {
  .p_anniversary__medias {
    max-width: 45%;
  }
}

.p_anniversary__media {
  position: absolute;
  width: 100%;
  height: auto;
}
.p_anniversary__media:nth-child(1) {
  top: 0;
  left: 0;
  max-width: 68.7878787879%;
}
.p_anniversary__media:nth-child(2) {
  top: 32.0567375887%;
  right: 0;
  max-width: 70.6060606061%;
}
.p_anniversary__media:nth-child(3) {
  left: 11.5151515152%;
  bottom: 0;
  max-width: 53.0303030303%;
}

.p_anniversary__inner {
  max-width: 560px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .p_anniversary__inner {
    max-width: 46.6666666667%;
  }
}
@media screen and (max-width: 1024px) {
  .p_anniversary__inner {
    max-width: 700px;
    text-align: left;
  }
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .p_anniversary__inner {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media screen and (max-width: 768px) {
  .p_anniversary__inner {
    max-width: 100%;
    width: 100%;
  }
}

.p_anniversary__lead {
  font-weight: 700;
  font-size: clamp(1.5rem, 4vw, 2.5rem);
  margin-bottom: clamp(24px, 4.1666666667vw, 32px);
}

.p_anniversary__lead___label {
  font-size: inherit;
  letter-spacing: -0.02em;
  line-height: 1.5;
}
.p_anniversary__lead___label::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * (0.5em - 1px));
}
.p_anniversary__lead___label::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
}

.p_anniversary__text {
  line-height: 2.25;
}
.p_anniversary__text::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2.25) * (0.5em - 1px));
}
.p_anniversary__text::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2.25) * 0.5em);
}
.p_anniversary__text {
  font-weight: 700;
}

.p_anniversary__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  text-align: center;
  font-size: clamp(1.75rem, 4.8vw, 3rem);
  margin-bottom: clamp(32px, 5vw, 80px);
}
.p_anniversary__title::before, .p_anniversary__title::after {
  content: "";
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 80px;
  height: 2px;
  background-color: #000;
}
@media screen and (max-width: 500px) {
  .p_anniversary__title::before, .p_anniversary__title::after {
    height: 1px;
  }
}

.p_anniversary__title___label {
  font-size: inherit;
  font-family: "Arial", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

.p_anniversary__content .c_caption {
  margin-bottom: 16px;
}
.p_anniversary__content + .p_anniversary__content {
  margin-top: clamp(120px, 18.75vw, 144px);
}

.p_anniversary__box {
  display: block;
  max-width: 776px;
  margin-left: auto;
  margin-right: auto;
}

.p_anniversary__box___image {
  margin-top: clamp(40px, 8.3333333333vw, 64px);
}

.p_contact__list {
  counter-reset: num;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: clamp(40px, 5vw, 80px);
  margin-bottom: clamp(40px, 5vw, 80px);
}
@media screen and (min-width: 501px) {
  .p_contact__list {
    gap: 24px;
  }
}
@media screen and (max-width: 500px) {
  .p_contact__list {
    gap: 8px;
  }
}

.p_contact__tab {
  max-width: 296px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: block;
  text-align: center;
  background-color: #f5f5f5;
  font-weight: 700;
}
@media screen and (min-width: 501px) {
  .p_contact__tab {
    padding-top: 0.875em;
    padding-bottom: 0.625em;
  }
}
@media screen and (max-width: 500px) {
  .p_contact__tab {
    padding-top: 0.625em;
    padding-bottom: 0.5em;
  }
}
.p_contact__tab::before {
  counter-increment: num;
  content: counter(num) ".";
}

.p_contact__active {
  color: #fff;
  background-color: #000;
}

.p_contact__line {
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 1px;
  background-color: #000;
  outline: none;
  border: none;
}
@media screen and (min-width: 501px) {
  .p_contact__line {
    max-width: 72px;
  }
}
@media screen and (max-width: 500px) {
  .p_contact__line {
    max-width: 32px;
  }
}

.p_contact__lead {
  display: block;
  font-size: clamp(1.25rem, 2.4vw, 1.5rem);
  font-weight: 700;
  margin-bottom: 1em;
}

.p_contact__block + .p_contact__block {
  margin-top: clamp(32px, 8.3333333333vw, 64px);
}

.p_contact__lead {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
  font-size: clamp(1.25rem, 2.2vw, 1.375rem);
  margin-bottom: clamp(18px, 1.5vw, 24px);
}
.p_contact__lead::before {
  content: "●";
  font-size: inherit;
  font-weight: inherit;
  color: #ffca36;
}

.p_contact__item {
  display: inline-block;
}

.p_contact__item___tel {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

.p_contact__item___ico {
  max-width: 48px;
}
@media screen and (max-width: 768px) {
  .p_contact__item___ico {
    max-width: 32px;
  }
}

.p_contact__item___num {
  font-size: clamp(2rem, 4.8vw, 3rem);
  font-family: "Arial", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 700;
  line-height: 1;
}

.p_contact__item___time {
  display: block;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
}

.p_policy__block + .p_policy__block {
  margin-top: clamp(40px, 3.5vw, 56px);
}

.p_policy__label {
  display: block;
  font-size: clamp(1rem, 1.8vw, 1.125rem);
  line-height: 2;
}
.p_policy__label::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * (0.5em - 1px));
}
.p_policy__label::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
}
.p_policy__label {
  font-weight: 700;
  margin-bottom: clamp(8px, 0.625vw, 10px);
}

.p_policy__text {
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  line-height: 2;
}
.p_policy__text::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * (0.5em - 1px));
}
.p_policy__text::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
}
.p_policy__text {
  font-weight: 500;
  letter-spacing: -0.02em;
}

.p_post__side {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 102px;
}
@media screen and (max-width: 1024px) {
  .p_post__side {
    gap: 64px;
  }
}
@media screen and (max-width: 1000px) {
  .p_post__side {
    display: block;
  }
}

@media screen and (max-width: 1000px) {
  .p_post__side___list {
    margin-bottom: 40px;
  }
}

/* flex型 */
.p_archive__side {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 40px;
  padding-bottom: clamp(40px, 3vw, 48px);
  border-bottom: 1px solid #dfdfdf;
  padding-right: clamp(24px, 2vw, 32px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p_archive__side + .p_archive__side {
  padding-top: clamp(40px, 3vw, 48px);
}
.p_archive__side::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 1px;
  background-color: #000;
  scale: 0 1;
  -webkit-transform-origin: left;
          transform-origin: left;
  z-index: 1;
  -webkit-transition: inherit;
  transition: inherit;
}
.p_archive__side:hover {
  opacity: 1;
}
.p_archive__side:hover::after {
  scale: 1 1;
}
@media screen and (max-width: 768px) {
  .p_archive__side {
    padding-right: 0;
  }
}
@media screen and (max-width: 500px) {
  .p_archive__side {
    display: block;
  }
}

.p_archive__side___pic {
  display: block;
  aspect-ratio: 24/16;
  width: 240px;
  height: auto;
  border-radius: 8px;
  overflow: clip;
}
.p_archive__side___pic img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  scale: 1;
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .p_archive__side___pic img {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .p_archive__side___pic img {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
.p_archive__side:hover .p_archive__side___pic img {
  scale: 1.1;
}
@media screen and (max-width: 500px) {
  .p_archive__side___pic {
    width: 100%;
    margin-bottom: 24px;
  }
}

.p_post__head___cats {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  margin-bottom: clamp(10px, 1vw, 16px);
}
@media screen and (max-width: 768px) {
  .p_post__head___cats {
    gap: 16px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.p_post__head___time {
  font-size: clamp(1rem, 1.8vw, 1.125rem);
  font-weight: 700;
}

.p_post__head___cat {
  font-size: clamp(0.75rem, 1.4vw, 0.875rem);
  font-weight: 700;
  border: 1px solid #000;
  background-color: #fff;
  border-radius: 50px;
  overflow: clip;
  line-height: 1;
  padding-top: 0.5714285714em;
  padding-left: 1em;
  padding-right: 1em;
  padding-bottom: 0.5714285714em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.p_post__head___label {
  font-size: clamp(1rem, 1.8vw, 1.125rem);
  font-weight: 700;
  line-height: 1.75;
}
.p_post__head___label::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.75) * (0.5em - 1px));
}
.p_post__head___label::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.75) * 0.5em);
}

.p_archive__side___ico {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1/1;
  width: 80px;
  height: auto;
  border-radius: 80px;
  overflow: clip;
  -webkit-transition: inherit;
  transition: inherit;
}
.p_archive__side___ico::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 100%;
  height: 100%;
  border-radius: 80px;
  overflow: clip;
  background-color: #ebebeb;
  z-index: -1;
  opacity: 0;
  scale: 0;
  -webkit-transition: inherit;
  transition: inherit;
}
.p_archive__side:hover .p_archive__side___ico::before {
  opacity: 1;
  scale: 1;
}
@media screen and (max-width: 1000px) {
  .p_archive__side___ico {
    display: none;
  }
}

.p_single__block___head {
  padding-bottom: clamp(24px, 6.25vw, 48px);
  border-bottom: 1px solid #000;
  margin-bottom: clamp(40px, 10.4166666667vw, 80px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.p_single__block___label {
  font-size: clamp(1.25rem, 2.4vw, 1.5rem);
  font-weight: 700;
  line-height: 1.5;
}
.p_single__block___label::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * (0.5em - 1px));
}
.p_single__block___label::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
}

.p_single__block___image {
  display: block;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: clamp(48px, 5vw, 80px);
  border-radius: 8px;
  overflow: clip;
}
.p_single__block___image img {
  display: block;
  width: 100%;
  height: auto;
}

.p_single__block___inner p + p {
  margin-top: 1em;
}
.p_single__block___inner p a {
  text-decoration: underline;
}

.p_found__block {
  margin-top: clamp(80px, 9.25vw, 148px);
}

.p_found__head {
  font-size: clamp(1rem, 2vw, 1.25rem);
  margin-bottom: clamp(40px, 3vw, 48px);
}

.p_found__label {
  display: block;
  font-size: inherit;
  line-height: 2;
}
.p_found__label::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * (0.5em - 1px));
}
.p_found__label::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
}
.p_found__label {
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 1.2em;
}

.p_found__caption {
  display: block;
  line-height: 2;
}
.p_found__caption::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * (0.5em - 1px));
}
.p_found__caption::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
}
.p_found__caption {
  font-size: clamp(2.125rem, 7.2vw, 4.5rem);
  font-family: "Arial", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

.p_found__menu {
  margin-top: clamp(40px, 4vw, 64px);
}
.p_found__menu ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .p_found__menu ul {
    display: block;
  }
}
.p_found__menu ul .sub-menu,
.p_found__menu ul .children {
  display: none !important;
}
.p_found__menu a {
  display: block;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p_found__menu a[target] {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p_found__menu span {
  display: none !important;
}
@media screen and (max-width: 500px) {
  .p_found__menu li {
    border-bottom: 1px solid #ebebeb;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .p_found__menu a {
    padding-top: 1em;
    padding-bottom: 1em;
  }
}/*# sourceMappingURL=common.css.map */