@charset "UTF-8";
/* ↓以下の階層に標準的なscssが格納されています。 */
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Shippori+Mincho+B1:wght@400;500;600;700;800&display=swap");
/* インデント調整 */
/* センター寄せのインデント調整 */
/* 動作の時間（1001px以上の時,1024px以下の時） */
@keyframes please__swipe {
  0% {
    left: 10px;
  }
  100% {
    left: 50px;
  }
}
@keyframes image_sldier {
  0% {
    translate: 0 0%;
  }
  100% {
    translate: -50% 0;
  }
}
@keyframes sldier_x {
  0% {
    translate: 0 0%;
  }
  100% {
    translate: -50% 0;
  }
}
@keyframes sldier_y {
  0% {
    translate: 0 0%;
  }
  100% {
    translate: 0 -50%;
  }
}
:root {
  font-size: 16px;
}

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

body {
  font-family: "Shippori Mincho B1", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  color: #333;
  background: #fff;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
}
@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: "Shippori Mincho B1", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
    font-weight: 500;
  }
}
@media (min-resolution: 2dppx) {
  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}

div {
  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;
  transition-property: all;
}
@media screen and (min-width: 1025px) {
  a {
    transition-duration: 300ms;
  }
}
@media screen and (max-width: 1024px) {
  a {
    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: 1000px) {
  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;
  box-sizing: border-box;
}

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

th,
td {
  text-align: left;
  vertical-align: top;
  box-sizing: border-box;
}
@media screen and (min-width: 1001px) {
  th,
  td {
    padding-top: 1em;
    padding-bottom: 1em;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
}
@media screen and (max-width: 1000px) {
  th,
  td {
    display: block;
  }
}

@media screen and (min-width: 1001px) {
  th {
    width: 200px;
    border-bottom: 1px solid #ccc;
    background-color: #f3f3f3;
  }
}
@media screen and (max-width: 1000px) {
  th {
    padding-left: 1em;
    padding-right: 1em;
  }
  tr + tr th {
    padding-top: 1em;
  }
}

@media screen and (min-width: 1001px) {
  td {
    border-bottom: 1px solid #ccc;
  }
}
@media screen and (max-width: 1000px) {
  td {
    border-bottom: 1px solid #ccc;
    padding-bottom: 1em;
    padding-left: 1em;
    padding-right: 1em;
  }
}

/* △△△△ table △△△△ */
.wp-caption {
  margin: 10px;
  padding-top: 4px;
  border: 1px solid #808080;
  border-radius: 3px;
  background-color: #f3f3f3;
  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: 1001px) {
  .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;
    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(128, 128, 128, 0.6);
    transform: translate(-50%, -50%);
    transition: all 0.6s;
  }
  .swipe__on {
    overflow: auto;
    white-space: nowrap;
  }
  .swipe__on::after, .swipe__on::before {
    opacity: 0;
    z-index: -1;
    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;
  box-sizing: border-box;
  max-width: 1240px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 501px) and (max-width: 1024px) {
  .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.p_front__container {
  position: relative;
  box-sizing: border-box;
  max-width: 1376px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 501px) and (max-width: 1024px) {
  .p_front__container {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.over-right {
  position: relative;
  box-sizing: border-box;
  margin-left: calc((100vw - 1210px) / 2);
  margin-right: auto;
}

.over-left {
  position: relative;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: calc((100vw - 1210px) / 2);
}

/* △△△△ container △△△△ */
/* ▽▽▽▽ lazy ▽▽▽▽ */
.lazy {
  opacity: 0;
  position: relative;
  translate: 0 50px;
}
.lazy.js-active {
  opacity: 1;
  translate: 0 0;
  transition: all 1000ms;
}

/* △△△△ lazy △△△△ */
/* ▽▽▽▽ blur ▽▽▽▽ */
.blur {
  opacity: 0;
  filter: blur(20px);
}
.blur.js-active {
  opacity: 1;
  filter: blur(0px);
  transition: all 1000ms;
}

/* △△△△ blur △△△△ */
.pc_br {
  display: block;
}
@media screen and (max-width: 500px) {
  .pc_br {
    display: none !important;
  }
}

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

.c_following__side {
  position: sticky;
  top: 200px;
  left: 0;
  width: 200px;
  display: block;
}
@media screen and (max-width: 768px) {
  .c_following__side {
    margin-bottom: 40px;
  }
}

.c_following__list {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 8px;
}

.c_following__list___btn {
  opacity: 0.5;
}

.c_following__list___active {
  opacity: 1;
}

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

.c_logo {
  display: block;
  max-width: 248px;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 500px) {
  .c_logo {
    max-width: 202px;
  }
}

.c_logo__link,
.c_logo__image {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 500px) {
  .c_logo__link,
  .c_logo__image {
    max-width: 168px;
  }
}

.c_logo__anniversary {
  display: block;
  max-width: 70px;
}
@media screen and (max-width: 500px) {
  .c_logo__anniversary {
    max-width: 53px;
  }
}

.c_header__block {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 108px;
  padding-left: clamp(20px, 3.90625vw, 40px);
  padding-right: clamp(20px, 3.90625vw, 40px);
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 5;
  color: #fff;
}
.c_header__front .c_header__block {
  top: 72px;
}
@media screen and (max-width: 1024px) {
  .c_header__front .c_header__block {
    top: 0;
  }
}
.single .c_header__block, .error404 .c_header__block {
  color: #333;
}
@media screen and (max-width: 1024px) {
  .c_header__block {
    height: auto;
    padding-top: clamp(28px, 3.125vw, 32px);
    padding-bottom: clamp(28px, 3.125vw, 32px);
  }
}

.c_header__news {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: clamp(16px, 2.5vw, 40px);
  padding-right: clamp(16px, 2.5vw, 40px);
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .c_header__news {
    display: none;
  }
}

.c_header__news___link {
  display: flex;
  align-items: center;
  gap: 16px;
}

.c_header__news___tab {
  display: flex;
  align-items: center;
  gap: 12px;
}

.c_header__news___time {
  font-size: clamp(0.625rem, 1.4vw, 0.875rem);
  font-family: "EB Garamond", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 500;
}

.c_header__news___cat {
  display: inline-block;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .c_header__news___cat {
    border-radius: 4px;
  }
}
.c_header__news___cat {
  line-height: 1;
  font-size: 12px;
  font-size: clamp(0.5rem, 1.2vw, 0.75rem);
  padding-top: 0.5em;
  padding-left: 0.8333333333em;
  padding-right: 0.8333333333em;
  padding-bottom: 0.5em;
  border: 1px solid #fff;
  box-sizing: border-box;
}

.c_header__news___label {
  max-width: 500px;
  flex: 1;
  font-size: clamp(0.6875rem, 1.6vw, 1rem);
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 501px) {
  .c_header__news___label {
    -webkit-line-clamp: 1;
  }
}
@media screen and (max-width: 500px) {
  .c_header__news___label {
    -webkit-line-clamp: 1;
  }
}

.c_header__info {
  display: inline-flex;
  gap: 16px;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .c_header__info {
    gap: 8px;
  }
}

.c_header__anniversary {
  display: inline-block;
  width: 63px;
  height: auto;
}
.c_header__anniversary img {
  width: inherit;
}

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

.c_header__list {
  display: flex;
  gap: 24px;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .c_header__list {
    gap: 16px;
    display: block;
  }
}

.c_header__list___link {
  display: flex;
  align-items: center;
  gap: 8px;
}

.c_header__list___ico {
  position: relative;
  aspect-ratio: 1/1;
  width: 10px;
  height: auto;
}
.c_header__list___ico::before, .c_header__list___ico::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 100%;
  height: 1px;
  background-color: #F35448;
}
.c_header__list___ico::before {
  rotate: -90deg;
}

@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;
    box-sizing: border-box;
  }
}

.c_header__btns {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 1024px) {
  .c_header__btns {
    display: block;
    justify-content: center;
  }
}

.c_header__btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  line-height: 1;
  color: #fff;
  padding-top: 1em;
  padding-left: 1.7142857143em;
  padding-right: 1.7142857143em;
  padding-bottom: 1em;
  box-sizing: border-box;
  border-radius: 44px;
}
@media screen and (max-width: 768px) {
  .c_header__btn {
    border-radius: 44px;
  }
}
@media screen and (max-width: 1024px) {
  .c_header__btn {
    display: flex;
    justify-content: center;
    border-radius: 0px;
    font-size: 16px;
    padding-top: 1em;
    padding-bottom: 1em;
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
  .c_header__btn {
    border-radius: 0px;
  }
}

.c_header__btn___recruit {
  background-color: #39B487;
}

.c_header__btn___contact {
  background-color: #F35448;
}

.c_header__btn___label {
  line-height: inherit;
}

.c_header__list___tab {
  position: relative;
}

.c_header__sub {
  clip-path: inset(0 0% 100% 0);
  position: absolute;
  padding-top: 34px;
  top: 100%;
  left: 50%;
  padding-top: 66px;
  padding-left: 32px;
  padding-right: 32px;
  padding-bottom: 32px;
  translate: -50% 0;
  color: #333;
  display: flex;
  gap: 32px;
  transition-property: all;
}
@media screen and (min-width: 1025px) {
  .c_header__sub {
    transition-duration: 500ms;
  }
}
@media screen and (max-width: 1024px) {
  .c_header__sub {
    transition-duration: 500ms;
  }
}
.c_header__sub::before, .c_header__sub::after {
  position: absolute;
  content: "";
  background-color: #eaf3f6;
  z-index: -1;
  opacity: 0.9;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.c_header__sub::before {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  max-height: calc(100% - 32px);
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .c_header__sub::before {
    border-radius: 8px;
  }
}
.c_header__sub::after {
  aspect-ratio: 36/17;
  width: 36px;
  height: auto;
  top: 17px;
  left: 50%;
  -webkit-mask-image: url("../images/common/ico_triangle.svg");
          mask-image: url("../images/common/ico_triangle.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center center;
          mask-position: center center;
}
.c_header__list___tab:hover .c_header__sub {
  clip-path: inset(0 0% 0% 0);
}
@media screen and (max-width: 1024px) {
  .c_header__sub {
    display: none;
  }
}

.c_header__sub___head {
  display: block;
  width: -moz-max-content;
  width: max-content;
}

.c_header__sub___label {
  display: block;
  font-size: clamp(1.5rem, 2.8vw, 1.75rem);
  line-height: 1;
  font-weight: 500;
  margin-bottom: 0.5em;
}

.c_header__sub___caption {
  display: block;
  font-size: clamp(1.125rem, 2vw, 1.25rem);
  font-family: "EB Garamond", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  text-transform: capitalize;
}

.c_header__sub___link {
  position: absolute;
  left: 32px;
  bottom: 32px;
  text-decoration: underline;
  font-size: 15px;
  letter-spacing: 0.05em;
}

.c_header__sublist {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(1, 1fr);
  gap: 8px;
}

.c_header__sublist___link {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 10px;
  font-size: 13px;
  width: 250px;
  background-color: #fff;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .c_header__sublist___link {
    border-radius: 8px;
  }
}

.c_header__sublist___pic {
  width: 84px;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .c_header__sublist___pic {
    border-radius: 4px;
  }
}
.c_header__sublist___pic {
  overflow: clip;
}

.c_header__sublist___label {
  font-size: inherit;
  letter-spacing: 0.05em;
  flex: 1;
  line-height: 1.2;
}

.c_header__trigger {
  position: fixed;
  top: 16px;
  right: 20px;
  aspect-ratio: 1/1;
  background-color: #fff;
  width: 56px;
  height: auto;
  transition-property: all;
}
@media screen and (min-width: 1025px) {
  .c_header__trigger {
    transition-duration: 300ms;
  }
}
@media screen and (max-width: 1024px) {
  .c_header__trigger {
    transition-duration: 300ms;
  }
}
.c_header__trigger {
  z-index: 10;
  border: 1px solid #ccc;
  box-sizing: border-box;
  border-radius: 56px;
}
@media screen and (max-width: 768px) {
  .c_header__trigger {
    border-radius: 56px;
  }
}
.c_header__trigger {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1025px) {
  .c_header__trigger {
    display: none !important;
  }
}

.c_header__trigger___ico {
  aspect-ratio: 20/16;
  width: 20px;
  height: auto;
  background-image: url("../images/common/ico_menu__house.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.c_header__active .c_header__trigger___ico {
  background-image: url("../images/common/ico_menu__close.webp");
}

.c_header__trigger___text {
  position: relative;
  display: block;
  font-size: 11px;
  line-height: 1;
  font-family: "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 500;
  margin-top: 2px;
}
.c_header__trigger___text::before, .c_header__trigger___text::after {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  text-align: center;
  font-size: inherit;
  line-height: inherit;
}
.c_header__trigger___text::before {
  content: "menu";
}
.c_header__trigger___text::after {
  content: "close";
  opacity: 0;
}
.c_header__active .c_header__trigger___text::before {
  opacity: 0;
}
.c_header__active .c_header__trigger___text::after {
  opacity: 1;
}

.c_mv {
  position: relative;
  display: block;
  padding-bottom: clamp(16px, 3.3854166667vw, 26px);
}

.c_mv__images {
  position: relative;
}
.c_mv__images::before, .c_mv__images::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
  z-index: 1;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.c_mv__images::before {
  opacity: 0.2;
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.2) 0%, rgba(102, 102, 102, 0) 30.77%);
  background-blend-mode: normal;
}
.c_mv__images::after {
  opacity: 0.6;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(102, 102, 102, 0) 50.48%, rgba(0, 0, 0, 0.6) 100%);
  background-blend-mode: multiply;
}
.c_mv__images img {
  display: block;
  width: 100%;
  height: auto;
}

.c_mv__slide img {
  transition: all 12s;
  scale: 1;
}

.js-active .c_mv__slide.slick-active img {
  transition: all 13s;
  scale: 1.2 !important;
}

.js-active.c_mv__slider--on .c_mv__slide.slick-active img {
  transition: all 12s;
  scale: 1.2 !important;
}

.c_mv__head {
  position: absolute;
  left: 50%;
  bottom: 0;
  translate: -50% 0;
  max-width: 100%;
  text-align: center;
  z-index: 1;
  font-size: clamp(2rem, 8.3333333333vw, 4rem);
  line-height: 1.2;
  display: inline-block;
  flex-direction: column;
}

.c_mv__label {
  display: inline-block;
  font-size: inherit;
  line-height: inherit;
  margin-top: 0.375em;
  clip-path: inset(0 100% 0% 0);
  transition-property: all;
}
@media screen and (min-width: 1025px) {
  .c_mv__label {
    transition-duration: 1000ms;
  }
}
@media screen and (max-width: 1024px) {
  .c_mv__label {
    transition-duration: 1000ms;
  }
}
.c_mv__label {
  width: -moz-max-content;
  width: max-content;
}
.c_mv__label br {
  display: block;
}
.js-active .c_mv__label {
  clip-path: inset(0 0% 0% 0);
}

.c_kv {
  position: relative;
  display: block;
}

.c_kv__pic {
  position: relative;
  z-index: 1;
}
.c_kv__pic::before, .c_kv__pic::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
  z-index: 1;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.c_kv__pic::before {
  opacity: 0.2;
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.2) 0%, rgba(102, 102, 102, 0) 30.77%);
  background-blend-mode: normal;
}
.c_kv__pic::after {
  opacity: 0.6;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(102, 102, 102, 0) 50.48%, rgba(0, 0, 0, 0.6) 100%);
  background-blend-mode: multiply;
}

.c_kv__image {
  display: block;
  width: 100%;
  height: 480px;
  overflow: clip;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .c_kv__image {
    height: 340px;
  }
}
@media screen and (max-width: 768px) {
  .c_kv__image {
    height: 300px;
  }
}
@media screen and (max-width: 500px) {
  .c_kv__image {
    height: 240px;
  }
}

.c_kv__content {
  padding-top: clamp(160px, 14.25vw, 228px);
}

.c_kv__block {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
  color: #fff;
  padding-bottom: clamp(32px, 2.5vw, 40px);
  box-sizing: border-box;
}

.c_kv__head {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: baseline;
  line-height: 1;
}

.c_kv__label {
  font-size: clamp(2rem, 5.6vw, 3.5rem);
  font-weight: 500;
  line-height: inherit;
}

.c_kv__caption {
  display: inline-flex;
  font-size: clamp(1.5rem, 3.2vw, 2rem);
  font-family: "EB Garamond", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: 0.05em;
  line-height: inherit;
}
.c_kv__caption::before {
  content: "/";
  font-size: inherit;
  font-weight: inherit;
}

.c_bread {
  display: block;
  padding-top: clamp(18px, 1.375vw, 22px);
  padding-bottom: clamp(18px, 1.375vw, 22px);
  font-size: clamp(0.75rem, 1.3vw, 0.8125rem);
}
.c_bread span,
.c_bread a {
  display: inline-block;
  font-size: inherit;
  color: inherit;
}
.c_bread .home {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.c_bread .home::before {
  content: "";
  aspect-ratio: 14/12;
  width: 14px;
  height: auto;
  background-color: #333;
  -webkit-mask-image: url("../images/common/ico_home.svg");
          mask-image: url("../images/common/ico_home.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center center;
          mask-position: center center;
}
.page-id-79 .c_bread {
  color: #fff;
}
.page-id-79 .c_bread .home::before {
  background-color: #fff;
}

.c_cta {
  padding-top: clamp(32px, 5vw, 80px);
  padding-bottom: clamp(56px, 7.1875vw, 115px);
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.c_cta__black {
  color: #333;
  background-image: url("../images/common/img_cta__white.webp");
}

.c_cta__white {
  color: #fff;
  background-image: url("../images/common/img_cta__black.webp");
}

.c_cta__head {
  text-align: center;
  margin-bottom: clamp(34px, 3.125vw, 50px);
}

.c_cta__head___caption {
  display: inline-block;
  font-size: clamp(1.6875rem, 4vw, 2.5rem);
  font-family: "EB Garamond", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 400;
  text-transform: capitalize;
  border-bottom: 1px solid #333;
  padding-bottom: 5px;
  margin-bottom: clamp(32px, 3.5vw, 56px);
}
.c_cta__white .c_cta__head___caption {
  border-bottom: 1px solid #fff;
}

.c_cta__head___label {
  font-size: clamp(1rem, 2vw, 1.25rem);
  font-weight: 500;
  line-height: 2;
  margin-left: auto;
  margin-right: auto;
}
.c_cta__head___label br {
  display: block;
}
@media screen and (max-width: 500px) {
  .c_cta__head___label {
    max-width: 240px;
  }
}

.c_cta__items {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 32px 48px;
}

.c_cta__btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: clamp(12px, 2.6041666667vw, 20px);
  padding-left: 30px;
  padding-right: clamp(21px, 3.6458333333vw, 28px);
  padding-bottom: clamp(12px, 2.6041666667vw, 20px);
  background-origin: border-box;
  width: min(386px, 100%);
  color: #333;
  background-color: #fff;
  border: 1px solid #333;
  box-sizing: border-box;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .c_cta__btn {
    border-radius: 8px;
  }
}
.c_cta__btn:hover {
  opacity: 1;
  color: #fff;
  background-color: #333;
}
@media screen and (max-width: 768px) {
  .c_cta__btn {
    max-width: 284px;
  }
}

.c_cta__btn___label {
  font-size: clamp(1rem, 2vw, 1.25rem);
  font-weight: 500;
  color: inherit;
}

.c_cta__btn___ico {
  display: block;
  position: relative;
  aspect-ratio: 1/1;
  width: 47px;
  height: auto;
  background-color: #333;
  border-radius: 40px;
}
@media screen and (max-width: 768px) {
  .c_cta__btn___ico {
    border-radius: 40px;
  }
}
.c_cta__btn___ico {
  overflow: clip;
  transition: 0ms;
}
.c_cta__btn___ico::before, .c_cta__btn___ico::after {
  content: "";
  position: absolute;
  width: 0;
  left: 0;
  display: block;
  aspect-ratio: 1/1;
  width: 100%;
  height: auto;
  background-color: #fff;
  -webkit-mask-image: url("../images/common/ico_arrow.svg");
          mask-image: url("../images/common/ico_arrow.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 37.5% auto;
          mask-size: 37.5% auto;
  -webkit-mask-position: center center;
          mask-position: center center;
  transition: inherit;
}
.c_cta__btn___ico::before {
  translate: -100% 0;
}
.c_cta__btn:hover .c_cta__btn___ico {
  transition: inherit;
  background-color: #fff;
}
.c_cta__btn:hover .c_cta__btn___ico::before, .c_cta__btn:hover .c_cta__btn___ico::after {
  background-color: #333;
}
.c_cta__btn:hover .c_cta__btn___ico::before {
  translate: 0% 0;
}
.c_cta__btn:hover .c_cta__btn___ico::after {
  translate: 100% 0;
}
@media screen and (max-width: 768px) {
  .c_cta__btn___ico {
    width: 35px;
  }
}

.c_cta__tel {
  display: inline-block;
  text-align: center;
}

.c_cta__tel___phone {
  display: flex;
  align-items: baseline;
  gap: 8px;
  font-size: clamp(2.6875rem, 4.8vw, 3rem);
  font-family: "EB Garamond", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 400;
  line-height: 0.8;
}

.c_cta__tel___ico {
  aspect-ratio: 1/1;
  display: block;
  width: 32px;
  height: auto;
  -webkit-mask-image: url("../images/common/ico_phone.svg");
          mask-image: url("../images/common/ico_phone.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center center;
          mask-position: center center;
}
.c_cta__white .c_cta__tel___ico {
  background-color: #fff;
}
.c_cta__black .c_cta__tel___ico {
  background-color: #333;
}
@media screen and (max-width: 768px) {
  .c_cta__tel___ico {
    width: 28px;
  }
}

.c_cta__tel___label {
  font-size: inherit;
  line-height: inherit;
  letter-spacing: 0.03em;
}

.c_cta__tel___time {
  display: block;
  font-size: clamp(0.75rem, 1.3vw, 0.8125rem);
  margin-top: 1em;
  line-height: 1;
}

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

.c_footer__block {
  padding-top: clamp(40px, 7.5vw, 120px);
  padding-bottom: 24px;
  background-color: #fff;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .c_footer__block {
    text-align: center;
  }
}
@media screen and (max-width: 500px) {
  .c_footer__block {
    padding-bottom: 20px;
  }
}

.c_footer__visual {
  position: relative;
}

.c_footer__visual___head {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 536px;
  background-color: rgba(255, 255, 255, 0.95);
}
@media screen and (max-width: 768px) {
  .c_footer__visual___head {
    height: 290px;
  }
}
@media screen and (max-width: 500px) {
  .c_footer__visual___head {
    height: 220px;
  }
}

.c_footer__visual___caption {
  display: inline-block;
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  line-height: 1.625em;
  clip-path: inset(0 100% 0% 0);
  transition-property: all;
}
@media screen and (min-width: 1025px) {
  .c_footer__visual___caption {
    transition-duration: 1000ms;
  }
}
@media screen and (max-width: 1024px) {
  .c_footer__visual___caption {
    transition-duration: 1000ms;
  }
}
.js-active .c_footer__visual___caption {
  clip-path: inset(0 0% 0% 0);
}
.c_footer__visual___caption br {
  display: none;
}
@media screen and (max-width: 768px) {
  .c_footer__visual___caption {
    line-height: 1.5;
  }
  .c_footer__visual___caption br {
    display: block;
  }
}

.c_footer__visual___label {
  display: inline-block;
  margin-top: 8px;
  font-size: clamp(1rem, 2.4vw, 1.5rem);
  line-height: 2.625em;
  clip-path: inset(0 100% 0% 0);
  transition-property: all;
}
@media screen and (min-width: 1025px) {
  .c_footer__visual___label {
    transition-duration: 1000ms;
  }
}
@media screen and (max-width: 1024px) {
  .c_footer__visual___label {
    transition-duration: 1000ms;
  }
}
.js-active .c_footer__visual___label {
  transition-delay: 1000ms;
  clip-path: inset(0 0% 0% 0);
}

.c_footer__visual___images {
  width: 100%;
  height: auto;
  overflow: clip;
}

.c_footer__visual___image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 220px;
}

.c_footer__column {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row-reverse;
}
@media screen and (max-width: 1024px) {
  .c_footer__column {
    display: block;
  }
}

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

.c_footer__lists {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(1, 1fr);
  gap: 40px;
  max-width: 754px;
}
@media screen and (max-width: 1024px) {
  .c_footer__lists {
    max-width: 100%;
    gap: 32px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .c_footer__lists {
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    text-align: left;
  }
}
@media screen and (max-width: 600px) {
  .c_footer__lists {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    max-height: 450px;
  }
}

.c_footer__list:nth-child(1) {
  grid-area: 1/1/2/3;
}
.c_footer__list:nth-child(2) {
  grid-area: 1/3/2/4;
}
.c_footer__list:nth-child(3) {
  grid-area: 1/4/2/5;
}
@media screen and (max-width: 768px) {
  .c_footer__list:nth-child(1), .c_footer__list:nth-child(2), .c_footer__list:nth-child(3) {
    grid-area: unset;
  }
  .c_footer__list {
    max-width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .c_footer__list {
    max-width: calc(50% - 11px);
  }
}

.c_footer__list___tab {
  display: block;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  line-height: 1;
}
.c_footer__list___tab + .c_footer__list___tab {
  margin-top: 22px;
}

.c_footer__list___tab___link {
  font-size: inherit;
  line-height: inherit;
}
.c_footer__list___tab___link[target] {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.c_footer__list___tab___link[target]::after {
  content: "";
  aspect-ratio: 1/1;
  width: 14px;
  height: auto;
  background-image: url("../images/common/ico_blank.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

.c_footer__sub {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  max-height: 160px;
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .c_footer__sub {
    display: block;
    max-height: unset;
  }
}

.c_footer__sub___unit {
  line-height: 1;
  margin-bottom: 12px;
}

.c_footer__sub___item {
  display: inline-block;
  font-size: clamp(0.875rem, 1.5vw, 0.9375rem);
  line-height: 1;
  margin-bottom: 12px;
}

.c_footer__sub___units {
  margin-top: 12px;
  margin-bottom: 0;
}

.c_footer__sub___tab + .c_footer__sub___tab {
  margin-top: 12px;
}

.c_footer__sub___link {
  display: inline-block;
  font-size: clamp(0.8125rem, 1.5vw, 0.9375rem);
  line-height: 1.4666666667em;
  letter-spacing: 0.05em;
}
.c_footer__sub___link::before {
  font-size: inherit;
  content: "− ";
  color: #39B487;
}

.c_footer__link {
  display: block;
}
.c_footer__link + .c_footer__link {
  margin-top: clamp(16px, 1.375vw, 22px);
}

.c_footer__info {
  display: inline-flex;
  gap: 16px;
  align-items: flex-end;
}

.c_footer__address {
  margin-top: clamp(16px, 2.5vw, 40px);
}

.c_footer__policys {
  display: flex;
  font-size: clamp(0.8125rem, 1.4vw, 0.875rem);
  margin-top: clamp(32px, 6.25vw, 100px);
}
@media screen and (max-width: 768px) {
  .c_footer__policys {
    justify-content: center;
  }
}
.c_footer__policys li {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: #808080;
}
.c_footer__policys li + li {
  margin-left: 0.5em;
}
.c_footer__policys li + li::before {
  content: "|";
  margin-right: 0.5em;
}

.c_footer__policy {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  display: inline-block;
}

.c_footer__copy {
  display: block;
  font-size: clamp(0.75rem, 1.4vw, 0.875rem);
  font-family: "EB Garamond", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 400;
  padding-top: clamp(17px, 1.3125vw, 21px);
  padding-bottom: clamp(19px, 1.3125vw, 21px);
  box-sizing: border-box;
  color: #fff;
  background-color: #F35448;
}

.c_footer__rtt {
  position: absolute;
  right: 30px;
  bottom: 100px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .c_footer__rtt {
    position: static;
    margin-top: 24px;
    flex-direction: row;
  }
}

.c_footer__rtt___ico {
  aspect-ratio: 1/1;
  width: 18px;
  height: auto;
  rotate: -90deg;
  background-color: #808080;
  -webkit-mask-image: url("../images/common/ico_arrow.svg");
          mask-image: url("../images/common/ico_arrow.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center center;
          mask-position: center center;
}
@media screen and (max-width: 768px) {
  .c_footer__rtt___ico {
    width: 14px;
  }
}

.c_footer__rtt___label {
  writing-mode: vertical-lr;
  font-family: "EB Garamond", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 400;
  font-size: clamp(0.875rem, 1.6vw, 1rem);
  line-height: 1;
  letter-spacing: 0.05em;
  color: #808080;
}
@media screen and (max-width: 768px) {
  .c_footer__rtt___label {
    writing-mode: unset;
  }
}

.c_address__block {
  display: block;
}

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

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

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

@media screen and (max-width: 500px) {
  .c_block__break {
    display: block;
  }
  .c_block__unset {
    display: none;
  }
}
.c_block__inner {
  flex: 1;
}

.c_block__narrow {
  max-width: 897px;
  margin-left: auto;
  margin-right: auto;
}

.c_block__box + .c_block__box {
  margin-top: clamp(60px, 7.5vw, 120px);
}

.p_block__main,
.p_block__lower {
  position: relative;
  overflow-x: clip;
}
.p_block__main::before,
.p_block__lower::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100dvw;
  height: 100dvh;
  background-image: url("../images/common/img_bg__white.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.p_block__main,
.p_block__anniversary {
  color: #fff;
}
.p_block__main::before,
.p_block__anniversary::before {
  background-image: url("../images/common/img_bg__black.webp");
}

.p_block__found {
  padding-top: clamp(160px, 14.25vw, 228px);
}

.p_block__bg {
  position: absolute;
  z-index: 0;
  opacity: 0.4;
}
.p_block__anniversary .p_block__bg {
  opacity: 0.1;
}
@media screen and (max-width: 500px) {
  .p_block__bg {
    min-width: unset !important;
  }
}

.p_block__bg1 {
  top: 80px;
  right: 6.3888888889vw;
  max-width: 331px;
  width: 22.9861111111vw;
  min-width: 180px;
}
@media screen and (max-width: 768px) {
  .p_block__bg1 {
    top: 30px;
    left: unset;
    right: -6.6666666667%;
    max-width: 300px;
    width: 51.2vw;
  }
}

.p_block__bg2 {
  top: 710px;
  left: 4.0972222222vw;
  max-width: 139px;
  width: 9.6527777778vw;
  min-width: 94px;
}
@media screen and (max-width: 768px) {
  .p_block__bg2 {
    top: 52.0833333333vw;
    left: 30px;
  }
}

.p_block__bg3 {
  top: 855px;
  left: 12.0138888889vw;
  max-width: 220px;
  width: 15.2777777778vw;
  min-width: 140px;
}
@media screen and (max-width: 768px) {
  .p_block__bg3 {
    top: 65.1041666667vw;
    left: 30px;
  }
}

.c_side {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 64px;
}
@media screen and (max-width: 1024px) {
  .c_side {
    gap: 32px;
  }
}
@media screen and (max-width: 768px) {
  .c_side {
    display: block;
  }
}

.c_side__navi {
  position: sticky;
  top: 120px;
  left: 0;
  width: 240px;
}
@media screen and (max-width: 768px) {
  .c_side__navi {
    position: static;
    display: block;
    width: 100%;
    margin-bottom: 40px;
  }
}

.c_side__unit + .c_side__unit {
  margin-top: clamp(24px, 2.5vw, 40px);
}

.c_side__navi___caption {
  display: block;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.05em;
  color: #fff;
  padding-top: 0.7222222222em;
  padding-left: 0.8888888889em;
  padding-right: 0.8888888889em;
  padding-bottom: 0.7222222222em;
  background-color: #333;
  box-sizing: border-box;
}

.c_side__navi___btn {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  padding-top: 15px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 15px;
  color: inherit;
}
.c_side__navi___btn::before {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #000000;
  bottom: -1px;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
}
.c_side__navi___btn[aria-current], .c_side__navi___btn:hover {
  opacity: 1;
}
.c_side__navi___btn[aria-current]::before, .c_side__navi___btn:hover::before {
  transform: scale(1, 1);
  transform-origin: left top;
}

.c_side__navi___label {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  font-size: inherit;
  line-height: 1.2;
  letter-spacing: 0.05em;
  flex: 1;
}
.c_side__navi___label::before {
  font-size: inherit;
  line-height: inherit;
  content: "−";
  color: #39B487;
}

.c_side__navi___txt {
  font-size: inherit;
  line-height: 1.2;
  letter-spacing: 0.05em;
  flex: 1;
}

.c_side__navi___ico {
  display: block;
  position: relative;
  aspect-ratio: 1/1;
  width: 32px;
  height: auto;
  border-radius: 40px;
}
@media screen and (max-width: 768px) {
  .c_side__navi___ico {
    border-radius: 40px;
  }
}
.c_side__navi___ico {
  overflow: clip;
  transition: 0ms;
  border: 1px solid #333;
  box-sizing: border-box;
}
.c_side__navi___ico::before, .c_side__navi___ico::after {
  content: "";
  position: absolute;
  width: 0;
  left: 0;
  display: block;
  aspect-ratio: 1/1;
  width: 100%;
  height: auto;
  background-color: #333;
  -webkit-mask-image: url("../images/common/ico_arrow.svg");
          mask-image: url("../images/common/ico_arrow.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 37.5% auto;
          mask-size: 37.5% auto;
  -webkit-mask-position: center center;
          mask-position: center center;
  transition: inherit;
}
.c_side__navi___ico::before {
  translate: -100% 0;
}
.c_side__navi___btn[aria-current] .c_side__navi___ico, .c_side__navi___btn:hover .c_side__navi___ico {
  background-color: #333;
  transition: inherit;
}
.c_side__navi___btn[aria-current] .c_side__navi___ico::before, .c_side__navi___btn[aria-current] .c_side__navi___ico::after, .c_side__navi___btn:hover .c_side__navi___ico::before, .c_side__navi___btn:hover .c_side__navi___ico::after {
  background-color: #fff;
}
.c_side__navi___btn[aria-current] .c_side__navi___ico::before, .c_side__navi___btn:hover .c_side__navi___ico::before {
  translate: 0% 0;
}
.c_side__navi___btn[aria-current] .c_side__navi___ico::after, .c_side__navi___btn:hover .c_side__navi___ico::after {
  translate: 100% 0;
}

.c_block__sliders {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(1, 1fr);
  gap: 14px;
  overflow: clip;
  max-height: 547px;
}
.c_block__sliders::before, .c_block__sliders::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  mix-blend-mode: color;
  z-index: 1;
}
.c_block__sliders::before {
  background-color: #616161;
}
.c_block__sliders::after {
  background-color: #859294;
}
@media screen and (max-width: 768px) {
  .c_block__sliders {
    grid-template-columns: repeat(2, 1fr);
    gap: 7px;
    max-height: 268px;
  }
}

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

.c_block__sliders___head {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 100%;
  text-align: center;
  z-index: 1;
}

.c_block__sliders___label {
  font-size: clamp(1.25rem, 4.6vw, 2.875rem);
  font-family: "EB Garamond", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
.c_block__sliders___label::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.6) * (0.5em - 1px));
}
.c_block__sliders___label::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.6) * 0.5em);
}
.c_block__sliders___label br {
  display: block !important;
}

.c_block__sliders:nth-child(odd) .c_block__images {
  animation: sldier_y 30000ms infinite linear;
}
.c_block__slider:nth-child(even) .c_block__images {
  animation: sldier_y 30000ms infinite linear reverse;
}

.c_block__slide {
  position: relative;
  margin-top: 14px;
  margin-bottom: 14px;
}
@media screen and (max-width: 768px) {
  .c_block__slide {
    margin-top: 7px;
    margin-bottom: 7px;
  }
}

.c_block__slide___image {
  display: block;
  aspect-ratio: 350/250;
  width: 100%;
  height: 100%;
  overflow: clip;
}

.c_block__slide__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  font-size: clamp(0.75rem, 1.3vw, 0.8125rem);
  padding-top: 1.9230769231em;
  padding-left: 1.2307692308em;
  padding-right: 1.2307692308em;
  padding-bottom: 0.9230769231em;
  z-index: 1;
  text-align: right;
  box-sizing: border-box;
}
@media screen and (max-width: 500px) {
  .c_block__slide__caption {
    display: none;
  }
}
.c_block__slide__caption::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

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

.c_head {
  font-size: clamp(1.5rem, 4.6875vw, 3rem);
  font-weight: 500;
  margin-bottom: clamp(48px, 7.5vw, 120px);
}

.c_label {
  font-size: inherit;
  font-weight: inherit;
  line-height: 1.5;
}
.c_label::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * (0.5em - 1px));
}
.c_label::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
}
@media screen and (max-width: 768px) {
  .c_label {
    line-height: 2;
  }
  .c_label::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 2) * (0.5em - 1px));
  }
  .c_label::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 2) * 0.5em);
  }
}

.c_caption {
  font-size: clamp(1rem, 2vw, 1.25rem);
  font-weight: 500;
  line-height: 1.75;
}
.c_caption::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.75) * (0.5em - 1px));
}
.c_caption::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.75) * 0.5em);
}
@media screen and (max-width: 768px) {
  .c_caption {
    line-height: 1.5;
  }
  .c_caption::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.5) * (0.5em - 1px));
  }
  .c_caption::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.5) * 0.5em);
  }
}

.c_headline {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: clamp(1.25rem, 3.2vw, 2rem);
  font-weight: 500;
  padding-bottom: clamp(24px, 1.625vw, 26px);
  box-sizing: border-box;
  margin-bottom: clamp(32px, 4vw, 64px);
}
.c_headline::before {
  display: block;
  content: "";
  aspect-ratio: 1/1;
  width: 38px;
  height: auto;
  background-image: url("../images/common/ico_logo.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.c_headline::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 2px;
  background-image: linear-gradient(to right, #f00 70px, #ccc 70px);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

.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_text__link {
  display: inline;
  font-size: inherit;
  text-decoration: underline;
}

.c_list__dotted {
  position: relative;
  font-size: 16px;
  line-height: 2;
  font-weight: 500;
  padding-left: 1em;
  box-sizing: border-box;
}
.c_list__dotted::before {
  position: absolute;
  content: "・";
  top: 0;
  left: 0;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}

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

.c_top__link {
  display: inline-flex;
  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: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
  width: 24px;
  height: auto;
  background-color: #808080;
  border-radius: 50px;
}
@media screen and (max-width: 768px) {
  .c_top__ico {
    border-radius: 50px;
  }
}
.c_top__ico {
  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: inline-flex;
  align-items: center;
  gap: 8px;
}

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

.c_image {
  overflow: clip;
}

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

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

.c_btn {
  display: flex;
  margin-top: clamp(40px, 7.2916666667vw, 56px);
  justify-content: center;
  align-items: center;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  gap: 24px;
  flex-wrap: wrap;
}

.c_btn__start {
  justify-content: flex-start;
}

.c_btn__end {
  justify-content: flex-end;
}

.c_btn__link {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  width: 226px;
  font-size: inherit;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 15px;
  color: inherit;
  box-sizing: border-box;
  cursor: pointer;
}
.c_btn__link::before {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #000;
  bottom: -1px;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
}
.c_btn__link.c_btn__white::before {
  background-color: #fff;
}
.c_btn__link:hover {
  opacity: 1;
}
.c_btn__link:hover::before {
  transform: scale(1, 1);
  transform-origin: left top;
}
@media screen and (max-width: 768px) {
  .c_btn__link {
    width: 198px;
  }
}

.c_btn__label {
  font-size: inherit;
  letter-spacing: 0.05em;
}

.c_btn__ico {
  display: block;
  position: relative;
  aspect-ratio: 1/1;
  width: 40px;
  height: auto;
  background-color: #333;
  border-radius: 40px;
}
@media screen and (max-width: 768px) {
  .c_btn__ico {
    border-radius: 40px;
  }
}
.c_btn__ico {
  overflow: clip;
  transition: 0ms;
  box-sizing: border-box;
}
.c_btn__ico::before, .c_btn__ico::after {
  content: "";
  position: absolute;
  width: 0;
  left: 0;
  display: block;
  aspect-ratio: 1/1;
  width: 100%;
  height: auto;
  background-color: #fff;
  -webkit-mask-image: url("../images/common/ico_arrow.svg");
          mask-image: url("../images/common/ico_arrow.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 37.5% auto;
          mask-size: 37.5% auto;
  -webkit-mask-position: center center;
          mask-position: center center;
  transition: inherit;
}
.c_btn__white .c_btn__ico {
  background-color: transparent;
  border: 1px solid #fff;
}
.c_btn__white .c_btn__ico::before, .c_btn__white .c_btn__ico::after {
  background-color: #fff;
}
.c_btn__ico::before {
  translate: -100% 0;
}
.c_btn__link:hover .c_btn__ico {
  transition: inherit;
}
.c_btn__link:hover .c_btn__ico::before {
  translate: 0% 0;
}
.c_btn__link:hover .c_btn__ico::after {
  translate: 100% 0;
}
.c_btn__white:hover .c_btn__ico {
  background-color: #fff;
}
.c_btn__white:hover .c_btn__ico::before, .c_btn__white:hover .c_btn__ico::after {
  background-color: #182D3C;
}
@media screen and (max-width: 768px) {
  .c_btn__ico {
    width: 36px;
  }
}

/* 以下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_pagelist {
  margin-bottom: clamp(40px, 5vw, 80px);
}
@media screen and (min-width: 1001px) {
  .c_pagelist ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px 24px;
  }
}
@media screen and (max-width: 1000px) {
  .c_pagelist li + li {
    border-top: 1px solid #ccc;
  }
}
.c_pagelist a {
  display: block;
  font-size: inherit;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .c_pagelist a {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    box-sizing: border-box;
  }
}

.c_pagelist__nav {
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  background-color: #f3f3f3;
  padding: 1em;
  box-sizing: border-box;
}

.c_pagenavi {
  margin-top: clamp(40px, 5vw, 80px);
  border-top: 1px solid #ccc;
  padding-top: clamp(32px, 3.5vw, 56px);
  box-sizing: border-box;
}
.c_pagenavi .wp-pagenavi {
  display: flex;
  text-align: center;
  justify-content: center;
  gap: 16px;
  font-size: clamp(0.75rem, 1.6vw, 1rem);
}
.c_pagenavi span,
.c_pagenavi a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  aspect-ratio: 1/1;
  padding: 0 !important;
  margin: 0 !important;
  height: auto;
  font-size: inherit;
  line-height: 1;
  border-radius: 24px;
}
@media screen and (max-width: 768px) {
  .c_pagenavi span,
  .c_pagenavi a {
    border-radius: 24px;
  }
}
.c_pagenavi span,
.c_pagenavi a {
  width: 48px;
  border: 1px solid #333;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .c_pagenavi span,
  .c_pagenavi a {
    width: 24px;
  }
}
.c_pagenavi span.current, .c_pagenavi span:hover,
.c_pagenavi a.current,
.c_pagenavi a:hover {
  opacity: 1;
  color: #39B487;
  border-color: #39B487 !important;
}
.c_pagenavi .first,
.c_pagenavi .last,
.c_pagenavi .extend,
.c_pagenavi .pages {
  display: none !important;
}
.c_pagenavi .previouspostslink,
.c_pagenavi .nextpostslink {
  position: relative;
  color: transparent;
}
.c_pagenavi .previouspostslink::after,
.c_pagenavi .nextpostslink::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #39B487;
  -webkit-mask-image: url("../images/common/ico_arrow.svg");
          mask-image: url("../images/common/ico_arrow.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 40%;
          mask-size: 40%;
  -webkit-mask-position: center center;
          mask-position: center center;
}
.c_pagenavi .previouspostslink:hover,
.c_pagenavi .nextpostslink:hover {
  color: transparent;
}
.c_pagenavi .previouspostslink::after {
  rotate: -180deg;
}

.c_single__nav {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  border-top: 1px solid #808080;
  font-size: clamp(0.875rem, 1.6vw, 1rem);
  padding-top: clamp(32px, 2.5vw, 40px);
  box-sizing: border-box;
  margin-top: clamp(40px, 5vw, 80px);
}
.c_single__nav a {
  font-size: inherit;
}

.c_single__nav___back a {
  text-decoration: underline;
}

.c_single__nav___move {
  max-width: 80px;
  flex: 1;
}
.c_single__nav___move a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-transform: capitalize;
  font-weight: 600;
}
.c_single__nav___move a:hover {
  opacity: 1;
}

.c_single__nav___ico {
  position: relative;
  aspect-ratio: 1/1;
  width: 32px;
  height: auto;
  border-radius: 32px;
}
@media screen and (max-width: 768px) {
  .c_single__nav___ico {
    border-radius: 32px;
  }
}
.c_single__nav___ico {
  border: 1px solid #333;
  overflow: clip;
  transition-property: all;
}
@media screen and (min-width: 1025px) {
  .c_single__nav___ico {
    transition-duration: 300ms;
  }
}
@media screen and (max-width: 1024px) {
  .c_single__nav___ico {
    transition-duration: 300ms;
  }
}
.c_single__nav___ico::before, .c_single__nav___ico::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #333;
  width: 100%;
  height: 100%;
  -webkit-mask-image: url("../images/common/ico_arrow.svg");
          mask-image: url("../images/common/ico_arrow.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 40.625%;
          mask-size: 40.625%;
  -webkit-mask-position: center center;
          mask-position: center center;
  transition: inherit;
}
.c_single__nav___ico::before {
  translate: -100% 0;
}
.c_single__nav___ico::after {
  translate: 0% 0;
}
.c_single__nav___move a:hover .c_single__nav___ico::before {
  translate: 0% 0;
}
.c_single__nav___move a:hover .c_single__nav___ico::after {
  translate: 100% 0;
}
.c_single__nav___prev .c_single__nav___ico {
  rotate: -180deg;
}
@media screen and (max-width: 768px) {
  .c_single__nav___ico {
    width: 24px;
  }
}

.mw_wp_form {
  margin-top: clamp(32px, 3.125vw, 50px);
  background-color: #fff;
  box-sizing: border-box;
  font-family: "Shippori Mincho B1", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  padding: 100px;
}
@media screen and (max-width: 1024px) {
  .mw_wp_form {
    padding-top: 56px;
    padding-bottom: 56px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 500px) {
  .mw_wp_form {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 40px;
  }
}
.mw_wp_form .mw_wp_form_complete {
  display: none !important;
}
.mw_wp_form th,
.mw_wp_form td {
  background-color: transparent;
  padding: 0;
  border: none;
  font-weight: 500;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .mw_wp_form th,
  .mw_wp_form td {
    display: block;
  }
}
.mw_wp_form tr {
  display: flex;
}
.mw_wp_form tr + tr {
  padding-top: 40px;
}
@media screen and (max-width: 768px) {
  .mw_wp_form tr {
    display: block;
  }
}
.mw_wp_form th {
  position: relative;
  width: 264px;
  line-height: 56px;
}
.mw_wp_form th > span {
  position: absolute;
  top: 8px;
  right: 0;
  width: 60px;
  height: auto;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  line-height: 40px;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .mw_wp_form th > span {
    border-radius: 5px;
  }
}
.mw_wp_form th > span {
  color: #fff;
  background-color: #999999;
}
.mw_wp_form th > span.required {
  background-color: #c50000;
}
@media screen and (max-width: 1024px) {
  .mw_wp_form th {
    width: 200px;
  }
}
@media screen and (max-width: 768px) {
  .mw_wp_form th {
    width: 100%;
    line-height: 1.6;
    padding-top: 10px;
    padding-left: 56px;
    padding-bottom: 10px;
  }
  .mw_wp_form th > span {
    width: 40px;
    line-height: 32px;
    top: 50%;
    left: 0;
    right: unset;
    translate: 0 -50%;
  }
}
.mw_wp_form td {
  flex: 1;
  padding-left: clamp(24px, 3.5vw, 56px);
}
.mw_wp_form td th {
  width: 180px;
}
@media screen and (max-width: 768px) {
  .mw_wp_form td {
    padding-left: 0;
    padding-top: 20px;
  }
  .mw_wp_form td th {
    padding: 0;
  }
}
.mw_wp_form td .error {
  margin-top: 0.5em;
}
.mw_wp_form .error {
  color: #c50000;
  padding: 0.5em;
  box-sizing: border-box;
  background-color: pink;
}

.mw_wp_form_input table input,
.mw_wp_form_input table select,
.mw_wp_form_input table textarea {
  display: block;
  font-size: 16px;
  line-height: 1.6;
  max-width: 100%;
  padding: 1em;
  box-sizing: border-box;
  border: 1px solid #cecece;
  font-family: "Shippori Mincho B1", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .mw_wp_form_input table input,
  .mw_wp_form_input table select,
  .mw_wp_form_input table textarea {
    border-radius: 8px;
  }
}
.mw_wp_form_input table input,
.mw_wp_form_input table textarea {
  width: 100%;
}
.mw_wp_form_input table input[type=radio],
.mw_wp_form_input table input[type=checkbox] {
  display: none;
  border-radius: 0px;
}
@media screen and (max-width: 768px) {
  .mw_wp_form_input table input[type=radio],
  .mw_wp_form_input table input[type=checkbox] {
    border-radius: 0px;
  }
}
.mw_wp_form_input table input[type=file] {
  padding: 0;
  border: none;
  border-radius: 0px;
}
@media screen and (max-width: 768px) {
  .mw_wp_form_input table input[type=file] {
    border-radius: 0px;
  }
}
.mw_wp_form_input table input[type=file] {
  margin-top: 24px;
}
.mw_wp_form_input table input[type=file]::file-selector-button {
  display: inline-block;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 0.2em 0.5em;
  box-sizing: border-box;
  font-family: "Shippori Mincho B1", "游ゴシック", 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 table .var02 {
  max-width: 5em;
}
.mw_wp_form_input table select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("../images/common/svg-select.svg");
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: center right 8px;
  padding-right: 40px;
}
.mw_wp_form_input table textarea {
  resize: vertical;
  min-height: 4em;
}

.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;
  cursor: pointer;
  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;
  box-sizing: border-box;
  background-color: #fff;
  background-image: none;
  background-repeat: no-repeat;
  background-size: 62.5%;
  background-position: center center;
  border: 1px solid #ccc;
}
table .mwform-checkbox-field-text {
  padding-left: 28px;
}
table .mwform-checkbox-field-text::before {
  width: 20px;
}

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

.mwform-radio-field {
  --radius_point: 4px;
}
.mwform-radio-field input {
  display: none;
}
.mwform-radio-field input:checked + .mwform-radio-field-text::before {
  background-image: radial-gradient(circle, #c50000 var(--radius_point), #fff var(--radius_point));
}

.mwform-radio-field-text {
  position: relative;
  padding-left: 28px;
  margin-right: 0;
  cursor: pointer;
  display: inline-block;
  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: 20px;
  height: auto;
  background-image: radial-gradient(circle, #fff var(--radius_point), #fff var(--radius_point));
  background-size: 100%;
  border: 1px solid #ccc;
  border-radius: 50%;
  box-sizing: border-box;
}

.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: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 24px;
}
.form-wrap input[type=checkbox] + .mwform-checkbox-field-text {
  margin-right: 0;
}

.form-btns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px 32px;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  margin-top: clamp(32px, 3.5vw, 56px);
}
.form-btns a,
.form-btns button,
.form-btns [type=submit] {
  max-width: 386px;
  flex: 1;
  display: block;
  text-align: left;
  font-size: clamp(1rem, 2vw, 1.25rem);
  line-height: 1;
  font-family: "Shippori Mincho B1", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  padding-top: 1.65em;
  padding-left: 1.5em;
  padding-right: 1.5em;
  padding-bottom: 1.65em;
  color: #333;
  background-image: url("../images/common/ico_btn.svg");
  background-repeat: no-repeat;
  background-size: 48px;
  background-position: right 27px center;
  background-color: #fff;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  transition-property: all;
}
@media screen and (min-width: 1025px) {
  .form-btns a,
  .form-btns button,
  .form-btns [type=submit] {
    transition-duration: 300ms;
  }
}
@media screen and (max-width: 1024px) {
  .form-btns a,
  .form-btns button,
  .form-btns [type=submit] {
    transition-duration: 300ms;
  }
}
.form-btns a,
.form-btns button,
.form-btns [type=submit] {
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .form-btns a,
  .form-btns button,
  .form-btns [type=submit] {
    border-radius: 4px;
  }
}
.form-btns a,
.form-btns button,
.form-btns [type=submit] {
  border: 1px solid #333;
}
.form-btns a:hover,
.form-btns button:hover,
.form-btns [type=submit]:hover {
  opacity: 1;
  background-position: right 16px center;
}
@media screen and (max-width: 768px) {
  .form-btns a,
  .form-btns button,
  .form-btns [type=submit] {
    background-size: 32px;
    background-position: right 24px center;
  }
  .form-btns a:hover,
  .form-btns button:hover,
  .form-btns [type=submit]:hover {
    background-position: right 16px center;
  }
}

.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が格納されています。 */
.p_front__box {
  position: relative;
  padding-top: 96px;
  padding-bottom: 112px;
  box-sizing: border-box;
}
.p_front__box .p_block__bg1 {
  opacity: 0.1;
}
.p_front__box .p_block__bg2 {
  opacity: 0.05;
}
.p_front__box .p_block__bg3 {
  opacity: 0.1;
}
@media screen and (max-width: 768px) {
  .p_front__box {
    padding-top: 102px;
    padding-bottom: 56px;
  }
  .p_front__box .p_block__bg2 {
    top: unset;
    left: 2.1333333333vw;
    bottom: 86.9333333333vw;
    opacity: 0.05;
    max-width: 63px;
    width: 16.8vw;
  }
  .p_front__box .p_block__bg3 {
    top: unset;
    bottom: 59.2vw;
    opacity: 0.1;
    max-width: 104px;
    width: 27.7333333333vw;
  }
}

.p_front__txt {
  display: block;
  font-size: inherit;
  line-height: inherit;
}

.p_front__box {
  text-align: center;
}

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

.p_front__box___head {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  margin-top: 112px;
}
@media screen and (max-width: 768px) {
  .p_front__box___head {
    margin-top: 128px;
  }
}

.p_front__box___caption {
  display: inline-block;
  font-size: clamp(1.75rem, 4.8vw, 3rem);
  font-family: "EB Garamond", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 6px;
  clip-path: inset(0 100% 0% 0);
  transition-property: all;
}
@media screen and (min-width: 1025px) {
  .p_front__box___caption {
    transition-duration: 1000ms;
  }
}
@media screen and (max-width: 1024px) {
  .p_front__box___caption {
    transition-duration: 1000ms;
  }
}
.js-active .p_front__box___caption {
  clip-path: inset(0 0% 0% 0);
}

.p_front__box___label {
  display: inline-block;
  font-size: clamp(1rem, 2.8vw, 1.75rem);
  font-weight: 500;
  clip-path: inset(0 100% 0% 0);
  transition-property: all;
}
@media screen and (min-width: 1025px) {
  .p_front__box___label {
    transition-duration: 1000ms;
  }
}
@media screen and (max-width: 1024px) {
  .p_front__box___label {
    transition-duration: 1000ms;
  }
}
.js-active .p_front__box___label {
  transition-delay: 1000ms;
  clip-path: inset(0 0% 0% 0);
}

.p_front__head {
  position: relative;
  padding-top: 42px;
  padding-left: 66px;
  padding-right: 66px;
  box-sizing: border-box;
  margin-bottom: clamp(32px, 7.2916666667vw, 56px);
}
@media screen and (max-width: 768px) {
  .p_front__head {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
}

.p_front__head___caption {
  position: absolute;
  top: 0;
  left: 0;
  writing-mode: vertical-lr;
  font-size: clamp(0.8125rem, 2.2vw, 1.375rem);
  font-family: "EB Garamond", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #859294;
  opacity: 0;
  transition: 0ms;
}
.p_front__head___caption span {
  opacity: 0;
  transition: 0s;
}
.is-show .p_front__head___caption {
  opacity: 1;
}
.is-show .p_front__head___caption span {
  opacity: 1;
  transition: 1s;
}
@media screen and (max-width: 768px) {
  .p_front__head___caption {
    position: static;
    writing-mode: unset;
  }
}

.p_front__head___label {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: clamp(1.25rem, 3.2vw, 2rem);
  line-height: 2.25;
  font-weight: 500;
}

.p_front__head___center {
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p_front__head___center {
    align-items: flex-start;
  }
}

.p_front__head___txt {
  font-size: inherit;
}

.p_front__message {
  position: relative;
  padding-bottom: clamp(570px, 36.5625vw, 585px);
}
.p_front__message .p_block__bg1 {
  top: 41.1111111111vw;
  max-width: 139px;
  width: 9.6527777778vw;
  opacity: 0.05;
}
.p_front__message .p_block__bg2 {
  top: unset;
  left: 46.3888888889vw;
  bottom: 13.8888888889vw;
  max-width: 331px;
  width: 22.9861111111vw;
  opacity: 0.1;
}
@media screen and (max-width: 768px) {
  .p_front__message .p_block__bg1 {
    top: 64.8vw;
    right: 11.4666666667vw;
    max-width: 140px;
    width: 23.4666666667vw;
  }
  .p_front__message .p_block__bg2 {
    top: unset;
    left: 28vw;
    bottom: 20.2666666667vw;
    max-width: 240px;
    width: 60.8vw;
  }
}

.p_front__message___visual {
  opacity: 0.4;
  padding-left: clamp(40px, 3.5vw, 56px);
  margin-bottom: 56px;
}
@media screen and (max-width: 768px) {
  .p_front__message___visual {
    padding-left: 0;
  }
  .p_front__message___visual img {
    min-height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.p_front__message___box {
  position: relative;
  z-index: 1;
}

.p_front__message___inner {
  max-width: 540px;
  margin-left: auto;
}
.p_front__message___inner p {
  line-height: 3;
}
@media screen and (max-width: 768px) {
  .p_front__message___inner p {
    line-height: 2.5;
  }
}

.p_front__message___images {
  position: absolute;
  bottom: -120px;
  left: 50%;
  translate: -50% 0;
  aspect-ratio: 1336/935;
  max-width: 1336px;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .p_front__message___images {
    bottom: -80px;
    aspect-ratio: unset;
    height: 556px;
  }
}

.p_front__message___pic {
  position: absolute;
}

.p_front__message___pic1 {
  top: 0;
  left: 28.0688622754%;
  max-width: 224px;
  width: 16.7664670659%;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p_front__message___pic1 {
    left: 48.2666666667vw;
    max-width: 180px;
    width: 29.0666666667vw;
  }
}

.p_front__message___pic2 {
  top: 13.3689839572%;
  left: 0;
  max-width: 487px;
  width: 36.4520958084%;
}
@media screen and (max-width: 768px) {
  .p_front__message___pic2 {
    top: 60px;
    max-width: 320px;
    width: 62.6666666667vw;
  }
}

.p_front__message___pic3 {
  right: 0;
  bottom: 0;
  max-width: 513px;
  width: 38.3982035928%;
}
@media screen and (max-width: 768px) {
  .p_front__message___pic3 {
    max-width: 300px;
    width: 66.1333333333vw;
  }
}

.p_front__business {
  position: relative;
  color: #333;
  padding-top: 100px;
  padding-bottom: 127px;
  box-sizing: border-box;
}
.p_front__business::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/common/img_bg__white.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p_front__business {
    padding-top: 138px;
    padding-bottom: 80px;
  }
  .p_front__business .c_btn {
    margin-top: 80px;
    justify-content: center;
  }
}

.p_front__business___box {
  border-top: 1px solid #808080;
  border-left: 1px solid #808080;
  box-sizing: border-box;
}
.p_front__business___box .slick-dots {
  position: absolute;
  left: 56px;
  bottom: -55px;
  width: auto;
  display: flex !important;
  gap: 12px;
  z-index: 1;
}
.p_front__business___box .slick-dots li {
  aspect-ratio: 1/1;
  width: 8px;
  height: auto;
  border: 1px solid #182D3C;
  padding: 0 !important;
  margin: 0 !important;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .p_front__business___box .slick-dots li {
    border-radius: 8px;
  }
}
.p_front__business___box .slick-dots li {
  box-sizing: border-box;
}
.p_front__business___box .slick-dots li:hover, .p_front__business___box .slick-dots li.slick-active {
  opacity: 1;
  background-color: #182D3C;
}
.p_front__business___box .slick-dots button {
  display: block;
  width: 100%;
  height: 100%;
  padding: inherit;
  margin: inherit;
}
.p_front__business___box .slick-dots button::before {
  display: none;
}
@media screen and (max-width: 768px) {
  .p_front__business___box .slick-dots {
    position: absolute;
    bottom: -32px;
    left: 0;
    width: 100%;
    justify-content: center;
  }
}

.p_front__business___slide {
  border-right: 1px solid #808080;
  border-bottom: 1px solid #808080;
  box-sizing: border-box;
}

.p_front__business___link {
  display: block;
  background-color: #fff;
  padding-top: clamp(12px, 1.25vw, 20px);
  padding-left: clamp(15px, 1.25vw, 20px);
  padding-right: clamp(15px, 1.25vw, 20px);
  padding-bottom: clamp(32px, 3vw, 48px);
  box-sizing: border-box;
}
.p_front__business___link:hover {
  opacity: 1;
}

.p_front__business___btn {
  margin-top: clamp(24px, 2vw, 32px);
  font-size: clamp(1rem, 1.8vw, 1.125rem);
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  width: 226px;
  font-size: inherit;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 15px;
  color: inherit;
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
}
.p_front__business___btn::before {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #000;
  bottom: -1px;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
}
.p_front__business___link:hover .p_front__business___btn {
  opacity: 1;
}
.p_front__business___link:hover .p_front__business___btn::before {
  transform: scale(1, 1);
  transform-origin: left top;
}

.p_front__business___pic {
  display: block;
  overflow: clip;
  aspect-ratio: 403/280;
  width: 100%;
  height: auto;
  transition: inherit;
}
.p_front__business___pic img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  scale: 1;
  transition: inherit;
}
.p_front__business___link:hover .p_front__business___pic img {
  scale: 1.1;
}

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

.p_front__business___ico {
  display: block;
  position: relative;
  aspect-ratio: 1/1;
  width: 40px;
  height: auto;
  background-color: #fff;
  border: 1px solid #182D3C;
  border-radius: 40px;
}
@media screen and (max-width: 768px) {
  .p_front__business___ico {
    border-radius: 40px;
  }
}
.p_front__business___ico {
  overflow: clip;
  transition: 0ms;
  box-sizing: border-box;
}
.p_front__business___ico::before, .p_front__business___ico::after {
  content: "";
  position: absolute;
  width: 0;
  left: 0;
  display: block;
  aspect-ratio: 1/1;
  width: 100%;
  height: auto;
  background-color: #182D3C;
  -webkit-mask-image: url("../images/common/ico_arrow.svg");
          mask-image: url("../images/common/ico_arrow.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 37.5% auto;
          mask-size: 37.5% auto;
  -webkit-mask-position: center center;
          mask-position: center center;
  transition: inherit;
}
.p_front__business___ico::before {
  translate: -100% 0;
}
.p_front__business___link:hover .p_front__business___ico {
  transition: inherit;
  background-color: #182D3C;
  transition: 300ms;
}
.p_front__business___link:hover .p_front__business___ico::before, .p_front__business___link:hover .p_front__business___ico::after {
  background-color: #fff;
}
.p_front__business___link:hover .p_front__business___ico::before {
  translate: 0% 0;
}
.p_front__business___link:hover .p_front__business___ico::after {
  translate: 100% 0;
}

.p_front__works {
  padding-top: clamp(56px, 4.125vw, 66px);
  box-sizing: border-box;
  overflow: clip;
}
@media screen and (max-width: 768px) {
  .p_front__works .c_btn {
    margin-top: 80px;
  }
}

.p_front__works___box {
  position: relative;
  box-sizing: border-box;
  margin-left: calc((100vw - 1346px) / 2);
  margin-right: auto;
}
.p_front__works___box .slick-track {
  margin-left: unset;
  margin-right: unset;
}
.p_front__works___box .slick-list {
  padding-right: 27.0833333333vw;
}
@media screen and (max-width: 1024px) {
  .p_front__works___box .slick-list {
    padding-right: 38.0859375vw;
  }
}
@media screen and (max-width: 768px) {
  .p_front__works___box .slick-list {
    padding-right: 0;
  }
}
.p_front__works___box .slick-dots {
  position: absolute;
  left: 56px;
  bottom: -55px;
  width: auto;
  display: flex !important;
  gap: 12px;
  z-index: 1;
}
.p_front__works___box .slick-dots li {
  aspect-ratio: 1/1;
  width: 8px;
  height: auto;
  border: 1px solid #fff;
  padding: 0 !important;
  margin: 0 !important;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .p_front__works___box .slick-dots li {
    border-radius: 8px;
  }
}
.p_front__works___box .slick-dots li {
  box-sizing: border-box;
}
.p_front__works___box .slick-dots li:hover, .p_front__works___box .slick-dots li.slick-active {
  opacity: 1;
  background-color: #fff;
}
.p_front__works___box .slick-dots button {
  display: block;
  width: 100%;
  height: 100%;
  padding: inherit;
  margin: inherit;
}
.p_front__works___box .slick-dots button::before {
  display: none;
}
@media screen and (max-width: 768px) {
  .p_front__works___box .slick-dots {
    left: 0;
    bottom: -32px;
    justify-content: center;
    width: 100%;
  }
}
@media screen and (max-width: 1336px) {
  .p_front__works___box {
    margin-left: auto;
    margin-right: auto;
  }
}

.p_front__works___slide {
  margin-left: 28px;
  margin-right: 28px;
}
@media screen and (max-width: 1024px) {
  .p_front__works___slide {
    margin-left: 14px;
    margin-right: 14px;
  }
}

.p_front__works___link:hover {
  opacity: 1;
}
.p_front__works___link:hover img {
  scale: 1.1;
}
.p_front__works___link .p_works__cards___image {
  margin-bottom: clamp(12px, 1.5vw, 24px);
}

.c_btn--p_front__works___box {
  padding-bottom: 2px;
}

.p_front__anniversary {
  margin-top: clamp(40px, 5vw, 80px);
}

.p_front__anniversary___block {
  margin-top: clamp(30px, 3.75vw, 60px);
}

.p_front__anniversary___box {
  max-width: 540px;
  margin-left: auto;
}
.p_front__anniversary___box p {
  line-height: 3;
}
.p_front__anniversary___box p::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 3) * (0.5em - 1px));
}
.p_front__anniversary___box p::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 3) * 0.5em);
}

.p_front__company {
  margin-top: 80px;
}

.p_front__company___card {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(1, 1fr);
  gap: 1px;
  background-color: #808080;
  border: 1px solid #808080;
  max-width: 1115px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .p_front__company___card {
    display: block;
    border: none;
    background-color: transparent;
  }
}

.p_front__company___link {
  display: block;
  background-color: #fff;
  padding-top: clamp(12px, 1.25vw, 20px);
  padding-left: clamp(15px, 1.25vw, 20px);
  padding-right: clamp(15px, 1.25vw, 20px);
  padding-bottom: clamp(32px, 3vw, 48px);
  box-sizing: border-box;
}
.p_front__company___link:hover {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .p_front__company___link {
    border: 1px solid #808080;
  }
  .p_front__company___link + .p_front__company___link {
    margin-top: 20px;
  }
}

.p_front__company___btn {
  margin-top: clamp(24px, 2vw, 32px);
  font-size: clamp(1rem, 1.8vw, 1.125rem);
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  width: 226px;
  font-size: inherit;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 15px;
  color: #333;
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
}
.p_front__company___btn::before {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #000;
  bottom: -1px;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
}
.p_front__company___link:hover .p_front__company___btn {
  opacity: 1;
}
.p_front__company___link:hover .p_front__company___btn::before {
  transform: scale(1, 1);
  transform-origin: left top;
}

.p_front__company___pic {
  display: block;
  overflow: clip;
  aspect-ratio: 403/280;
  width: 100%;
  height: auto;
  transition: inherit;
}
.p_front__company___pic img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  scale: 1;
  transition: inherit;
}
.p_front__company___link:hover .p_front__company___pic img {
  scale: 1.1;
}
@media screen and (max-width: 768px) {
  .p_front__company___pic {
    aspect-ratio: 311/179;
  }
}

.p_front__company___label {
  flex: 1;
  font-size: clamp(1rem, 1.8vw, 1.125rem);
  letter-spacing: 0.05em;
  line-height: 1.2;
}
.p_front__company___label::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.2) * (0.5em - 1px));
}
.p_front__company___label::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.2) * 0.5em);
}

.p_front__company___ico {
  display: block;
  position: relative;
  aspect-ratio: 1/1;
  width: 40px;
  height: auto;
  background-color: #fff;
  border: 1px solid #182D3C;
  border-radius: 40px;
}
@media screen and (max-width: 768px) {
  .p_front__company___ico {
    border-radius: 40px;
  }
}
.p_front__company___ico {
  overflow: clip;
  transition: 0ms;
  box-sizing: border-box;
}
.p_front__company___ico::before, .p_front__company___ico::after {
  content: "";
  position: absolute;
  width: 0;
  left: 0;
  display: block;
  aspect-ratio: 1/1;
  width: 100%;
  height: auto;
  background-color: #182D3C;
  -webkit-mask-image: url("../images/common/ico_arrow.svg");
          mask-image: url("../images/common/ico_arrow.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 37.5% auto;
          mask-size: 37.5% auto;
  -webkit-mask-position: center center;
          mask-position: center center;
  transition: inherit;
}
.p_front__company___ico::before {
  translate: -100% 0;
}
.p_front__company___link:hover .p_front__company___ico {
  transition: inherit;
  background-color: #182D3C;
  transition: 300ms;
}
.p_front__company___link:hover .p_front__company___ico::before, .p_front__company___link:hover .p_front__company___ico::after {
  background-color: #fff;
}
.p_front__company___link:hover .p_front__company___ico::before {
  translate: 0% 0;
}
.p_front__company___link:hover .p_front__company___ico::after {
  translate: 100% 0;
}

.p_front__recruit {
  position: relative;
  overflow: clip;
  margin-top: clamp(80px, 10vw, 160px);
}
@media screen and (max-width: 768px) {
  .p_front__recruit {
    display: flex;
    flex-direction: column;
  }
}

@media screen and (max-width: 768px) {
  .p_front__recruit___images {
    display: contents;
  }
}

.p_front__recruit___image {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  animation: sldier_x 50000ms infinite linear;
}
.p_front__recruit___image:nth-child(odd) {
  animation-direction: normal;
}
.p_front__recruit___image:nth-child(even) {
  animation-direction: reverse;
}
@media screen and (max-width: 768px) {
  .p_front__recruit___image {
    animation-duration: 20000ms;
  }
}

.p_front__recruit___image1 {
  order: 1;
}

.p_front__recruit___image2 {
  order: 3;
}

.p_front__recruit___image3 {
  order: 4;
}
@media screen and (max-width: 768px) {
  .p_front__recruit___image3 {
    display: flex;
  }
}

.p_front__recruit___pic {
  display: block;
}
@media screen and (max-width: 768px) {
  .p_front__recruit___pic {
    width: 36.8055555556vw;
  }
}
.p_front__recruit___pic img {
  display: block;
  width: inherit;
  height: 100%;
  max-height: 276px;
  min-height: 256px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .p_front__recruit___pic img {
    aspect-ratio: 187/147;
    max-height: unset;
    min-height: unset;
  }
}

.p_front__recruit___block {
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% 0;
  color: #333;
  display: flex;
  gap: 24px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  background-image: url("../images/page/img_front__bg-white.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-top: clamp(32px, 3vw, 48px);
  padding-left: clamp(20px, 5.625vw, 90px);
  padding-right: clamp(20px, 5.625vw, 90px);
  padding-bottom: clamp(48px, 3.5vw, 56px);
  box-sizing: border-box;
  height: 100%;
  order: 2;
}
@media screen and (max-width: 768px) {
  .p_front__recruit___block {
    position: static;
    translate: none;
    gap: 32px;
  }
}

.p_front__recruit___head {
  text-align: center;
}

.p_front__recruit___caption {
  display: inline-block;
  font-size: clamp(1.6875rem, 4vw, 2.5rem);
  line-height: 1.3em;
  font-family: "EB Garamond", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-transform: capitalize;
  border-bottom: 1px solid #333;
  padding-bottom: 5px;
  margin-bottom: clamp(32px, 2.5vw, 40px);
}

.p_front__recruit___label {
  display: block;
  writing-mode: vertical-rl;
  text-align: left;
  font-size: clamp(1.125rem, 2.6vw, 1.625rem);
  line-height: 2.2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p_front__recruit___label {
    width: 144px;
  }
}
.p_front__recruit___label br {
  display: block;
}

.p_front__recruit___btns {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.p_front__recruit___btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: clamp(12px, 1.25vw, 20px);
  padding-left: clamp(21px, 1.875vw, 30px);
  padding-right: clamp(21px, 1.75vw, 28px);
  padding-bottom: clamp(12px, 1.25vw, 20px);
  background-origin: border-box;
  max-width: 100%;
  width: 267px;
  color: #333;
  background-color: #fff;
  border: 1px solid #333;
  box-sizing: border-box;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .p_front__recruit___btn {
    border-radius: 8px;
  }
}
.p_front__recruit___btn:hover {
  opacity: 1;
  color: #fff;
  background-color: #333;
}
@media screen and (max-width: 768px) {
  .p_front__recruit___btn {
    max-width: 284px;
  }
}

.p_front__recruit___text {
  font-size: clamp(1rem, 2vw, 1.25rem);
  font-weight: 500;
  color: inherit;
}

.p_front__recruit___ico {
  display: block;
  position: relative;
  aspect-ratio: 1/1;
  width: 40px;
  height: auto;
  background-color: #333;
  border-radius: 40px;
}
@media screen and (max-width: 768px) {
  .p_front__recruit___ico {
    border-radius: 40px;
  }
}
.p_front__recruit___ico {
  overflow: clip;
  transition: 0ms;
}
.p_front__recruit___ico::before, .p_front__recruit___ico::after {
  content: "";
  position: absolute;
  width: 0;
  left: 0;
  display: block;
  aspect-ratio: 1/1;
  width: 100%;
  height: auto;
  background-color: #fff;
  -webkit-mask-image: url("../images/common/ico_arrow.svg");
          mask-image: url("../images/common/ico_arrow.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 37.5% auto;
          mask-size: 37.5% auto;
  -webkit-mask-position: center center;
          mask-position: center center;
  transition: inherit;
}
.p_front__recruit___ico::before {
  translate: -100% 0;
}
.p_front__recruit___btn:hover .p_front__recruit___ico {
  transition: inherit;
  background-color: #fff;
}
.p_front__recruit___btn:hover .p_front__recruit___ico::before, .p_front__recruit___btn:hover .p_front__recruit___ico::after {
  background-color: #333;
}
.p_front__recruit___btn:hover .p_front__recruit___ico::before {
  translate: 0% 0;
}
.p_front__recruit___btn:hover .p_front__recruit___ico::after {
  translate: 100% 0;
}
@media screen and (max-width: 768px) {
  .p_front__recruit___ico {
    width: 35px;
  }
}

.p_front__news {
  margin-top: clamp(56px, 10.3125vw, 165px);
}

.p_front__news___container {
  position: relative;
  box-sizing: border-box;
  max-width: 1094px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 501px) and (max-width: 1024px) {
  .p_front__news___container {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.p_front__news___head {
  position: static;
  padding: 0;
}
.p_front__news___head .p_front__head___caption {
  display: none;
}
.p_front__news___head .p_front__head___label {
  writing-mode: vertical-lr;
}
@media screen and (max-width: 768px) {
  .p_front__news___head .p_front__head___caption {
    display: block;
  }
  .p_front__news___head .p_front__head___label {
    writing-mode: unset;
  }
}

.p_front__news___side {
  display: flex;
  align-items: flex-start;
  gap: 165px;
}
@media screen and (max-width: 1024px) {
  .p_front__news___side {
    gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  .p_front__news___side {
    display: block;
  }
}

.p_front__news___inner {
  max-width: 662px;
}

.p_front__news___link {
  display: block;
}
.p_front__news___link:hover {
  opacity: 1;
}
.p_front__news___link + .p_front__news___link {
  margin-top: clamp(40px, 3.5vw, 56px);
}

.p_front__news___items {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 7px;
}

.p_front__news___time {
  display: block;
  font-size: clamp(0.8125rem, 1.4vw, 0.875rem);
  font-family: "EB Garamond", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.p_front__news___cat {
  display: inline-block;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .p_front__news___cat {
    border-radius: 4px;
  }
}
.p_front__news___cat {
  line-height: 1;
  font-size: 12px;
  font-size: clamp(0.625rem, 1.2vw, 0.75rem);
  padding-top: 0.5em;
  padding-left: 0.8333333333em;
  padding-right: 0.8333333333em;
  padding-bottom: 0.5em;
  border: 1px solid #fff;
  box-sizing: border-box;
}

.p_front__news___lead {
  display: flex;
  align-items: center;
  gap: 17px;
}
@media screen and (max-width: 500px) {
  .p_front__news___lead {
    display: block;
  }
}

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

.p_front__news___line {
  width: 105px;
  background-color: #ccc;
  height: 1px;
  border: none;
  outline: none;
  transition-property: all;
}
@media screen and (min-width: 1025px) {
  .p_front__news___line {
    transition-duration: 300ms;
  }
}
@media screen and (max-width: 1024px) {
  .p_front__news___line {
    transition-duration: 300ms;
  }
}
.p_front__news___line {
  scale: 1 1;
  transform-origin: left;
}
.p_front__news___link:hover .p_front__news___line {
  animation: hov_line 1 500ms alternate;
}
@media screen and (max-width: 768px) {
  .p_front__news___line {
    width: 80px;
  }
}
@media screen and (max-width: 500px) {
  .p_front__news___line {
    margin-top: 40px;
  }
}

@keyframes hov_line {
  0% {
    scale: 0 1;
  }
  100% {
    scale: 1 1;
  }
}
.p_business__main {
  position: relative;
  padding-bottom: clamp(64px, 7.1875vw, 115px);
}
.p_business__main .c_head {
  margin-bottom: 48px;
}

.p_business__head {
  display: block;
  font-size: clamp(1.5rem, 3.2vw, 2rem);
  line-height: 2;
  margin-bottom: clamp(32px, 4vw, 64px);
}
.p_business__block___visual .p_business__head {
  margin-bottom: 32px;
}

.p_business__head___label {
  display: inline-block;
  font-size: inherit;
  line-height: inherit;
  border-bottom: 1px solid #333;
}

.p_business__txt {
  font-size: clamp(1.125rem, 2.4vw, 1.5rem);
  line-height: 3;
}
@media screen and (max-width: 768px) {
  .p_business__txt {
    line-height: 2;
  }
}

.p_business__txt___item {
  display: block;
  font-size: inherit;
  line-height: inherit;
}

.p_business__main___bg {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 575px;
  width: 39.9305555556%;
  min-width: 200px;
  opacity: 0.1;
}

.p_business__data {
  display: inline-flex;
  flex-direction: column;
  padding-top: clamp(64px, 12vw, 192px);
}

.p_business__data___caption {
  font-family: "EB Garamond", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 400;
  font-size: clamp(1.75rem, 4.8vw, 3rem);
  line-height: 1.5;
  margin-bottom: 6px;
  clip-path: inset(0 100% 0% 0);
  transition-property: all;
}
@media screen and (min-width: 1025px) {
  .p_business__data___caption {
    transition-duration: 1000ms;
  }
}
@media screen and (max-width: 1024px) {
  .p_business__data___caption {
    transition-duration: 1000ms;
  }
}
.js-active .p_business__data___caption {
  clip-path: inset(0 0% 0% 0);
}

.p_business__data___text {
  font-size: clamp(1rem, 2.8vw, 1.75rem);
  line-height: 2.5714285714;
}
.p_business__data___text::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2.5714285714) * (0.5em - 1px));
}
.p_business__data___text::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2.5714285714) * 0.5em);
}
.p_business__data___text {
  clip-path: inset(0 100% 0% 0);
  transition-property: all;
}
@media screen and (min-width: 1025px) {
  .p_business__data___text {
    transition-duration: 1000ms;
  }
}
@media screen and (max-width: 1024px) {
  .p_business__data___text {
    transition-duration: 1000ms;
  }
}
.js-active .p_business__data___text {
  transition-delay: 1000ms;
  clip-path: inset(0 0% 0% 0);
}

.p_business__point {
  margin-top: clamp(80px, 10vw, 160px);
  padding-top: clamp(64px, 7.5vw, 120px);
  padding-bottom: clamp(64px, 7.5vw, 120px);
  color: #fff;
  background-color: #182D3C;
  box-sizing: border-box;
}
.p_business__point .container {
  position: relative;
  box-sizing: border-box;
  max-width: 1367px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 501px) and (max-width: 1024px) {
  .p_business__point .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.p_business__point___lead {
  font-size: clamp(1.5rem, 4vw, 2.5rem);
  font-weight: 500;
  margin-bottom: clamp(24px, 3vw, 48px);
}

.p_business__card {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(1, 1fr);
  gap: 1px;
  background-color: #808080;
  border: 1px solid #808080;
  box-sizing: border-box;
  counter-reset: count;
}
@media screen and (max-width: 768px) {
  .p_business__card {
    grid-template-columns: repeat(1, 1fr);
  }
}

.p_business__card___item {
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: clamp(40px, 5vw, 80px);
  box-sizing: border-box;
  background-color: #fff;
}

.p_business__card___image {
  display: block;
  aspect-ratio: 403/280;
  width: 100%;
  height: auto;
  overflow: clip;
}
.p_business__card___image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p_business__card___data {
  color: #333;
  padding-top: clamp(24px, 2vw, 32px);
  padding-left: clamp(8px, 0.75vw, 12px);
  padding-right: clamp(8px, 0.75vw, 12px);
  box-sizing: border-box;
}

.p_business__card___title {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 16px;
}
.p_business__card___title::before {
  counter-increment: count;
  content: counter(count, decimal-leading-zero);
  font-size: clamp(1.5rem, 3.6vw, 2.25rem);
  line-height: 1;
}

.p_business__card___label {
  flex: 1;
}

.p_business__block {
  position: relative;
  padding-bottom: 80px;
}

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

.p_business__block___contents {
  margin-top: clamp(48px, 4vw, 64px);
}

.p_business__block___content {
  display: flex;
  align-items: flex-start;
  gap: 24px 32px;
  background-color: #fff;
  padding-top: clamp(32px, 3vw, 48px);
  padding-left: clamp(24px, 3vw, 48px);
  padding-right: clamp(24px, 3vw, 48px);
  padding-bottom: clamp(32px, 3vw, 48px);
  box-sizing: border-box;
}
.p_business__block___content + .p_business__block___content {
  margin-top: clamp(32px, 2.5vw, 40px);
}
@media screen and (max-width: 768px) {
  .p_business__block___content {
    display: block;
  }
}

.p_business__block___title {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: clamp(18px, 1.5vw, 24px);
}

.p_business__block___point {
  display: block;
  font-size: clamp(1.5rem, 3.6vw, 2.25rem);
  line-height: 1;
  color: #39B487;
  text-align: center;
}

.p_business__block___unit {
  display: block;
  font-size: 0.4444444444em;
  line-height: inherit;
}

.p_business__block___pic {
  max-width: 309px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .p_business__block___pic {
    max-width: 500px;
    margin-top: 32px;
  }
}

.p_business__works {
  margin-top: clamp(80px, 10.3125vw, 165px);
}

.p_business__works___head {
  text-align: center;
  margin-bottom: clamp(32px, 3vw, 48px);
}

.p_business__works___label {
  font-size: clamp(1.5rem, 3.2vw, 2rem);
  line-height: 1.375em;
  margin-bottom: 16px;
}

.p_business__works___caption {
  display: inline-block;
  font-size: clamp(1rem, 1.8vw, 1.125rem);
  line-height: 1;
  padding-top: 0.5555555556em;
  padding-left: 1.7777777778em;
  padding-right: 1.7777777778em;
  padding-bottom: 0.5555555556em;
  border: 1px solid #333;
  box-sizing: border-box;
}

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

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

.p_message__side___pic {
  max-width: 352px;
  width: 39.2419175028%;
  min-width: 240px;
}
@media screen and (max-width: 768px) {
  .p_message__side___pic {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
  }
}

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

.p_message__head {
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  gap: 12px;
  margin-top: 32px;
}

.p_message__head___class {
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  font-weight: inherit;
}

.p_message__head___label {
  font-size: clamp(1.5rem, 3.2vw, 2rem);
  font-weight: inherit;
}

.p_message__contents {
  background-color: #fff;
  padding-top: clamp(32px, 3.5vw, 56px);
  padding-left: clamp(24px, 2.625vw, 42px);
  padding-right: clamp(24px, 2.625vw, 42px);
  padding-bottom: clamp(32px, 3.5vw, 56px);
  box-sizing: border-box;
}

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

.p_message__title {
  font-size: clamp(1.5rem, 3.2vw, 2rem);
  margin-bottom: clamp(32px, 3vw, 48px);
}

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

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

.p_message__data {
  display: flex;
  align-items: flex-start;
  gap: 18px;
}
.p_message__data + .p_message__data {
  margin-top: 16px;
}

.p_message__data___title,
.p_message__data___text {
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  line-height: 2;
  padding-top: 4px;
  padding-bottom: 4px;
  box-sizing: border-box;
}

.p_message__data___title {
  width: 96px;
  border: 1px solid #333;
  text-align: center;
}

.p_message__data___label {
  width: 48px;
  text-align: center;
  font-size: 13px;
  font-family: "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 700;
}
.p_message__data___label::before {
  content: "";
  display: block;
  width: 100%;
  height: 24px;
  background-color: var(--this_color);
}

.p_message__column___image {
  max-width: 309px;
  width: 39.2131979695%;
  min-width: 280px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .p_message__column___image {
    margin-bottom: 40px;
  }
}

.p_message__column___title {
  margin-bottom: 24px;
}

.p_message__list {
  margin-top: clamp(32px, 2.5vw, 40px);
}

.p_message__logo {
  margin-bottom: clamp(32px, 3.5vw, 56px);
}

.p_message__info {
  display: flex;
  align-items: flex-start;
  gap: 18px;
}

.p_outline__content table,
.p_outline__content tbody {
  display: block;
  width: 100%;
}
.p_outline__content tr {
  display: flex;
  gap: 4px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p_outline__content tr {
    display: block;
  }
}
.p_outline__content th,
.p_outline__content td {
  display: block;
  background-color: transparent;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  padding-top: 1em;
  padding-left: 1.5em;
  padding-right: 1.5em;
  padding-bottom: 1em;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .p_outline__content th,
  .p_outline__content td {
    display: block;
  }
}
.p_outline__content th {
  font-weight: 700;
  width: 200px;
  border-bottom: 1px solid #808080;
}
@media screen and (max-width: 768px) {
  .p_outline__content th {
    width: 100%;
  }
}
.p_outline__content td {
  font-weight: 500;
  flex: 1;
  border-bottom: 1px solid #ccc;
}
.p_outline__content iframe {
  display: block;
  width: 100%;
  height: 448px;
}
@media screen and (max-width: 500px) {
  .p_outline__content iframe {
    height: 300px;
  }
}

.p_outline__omission {
  height: 300px;
  overflow: clip;
}

.p_attitude__contents {
  padding-top: clamp(32px, 3vw, 48px);
  padding-left: clamp(24px, 3vw, 48px);
  padding-right: clamp(24px, 3vw, 48px);
  padding-bottom: clamp(32px, 3vw, 48px);
  background-color: #fff;
  box-sizing: border-box;
}

.p_attitude__content + .p_attitude__content {
  margin-top: clamp(24px, 2vw, 32px);
  border-top: 1px solid #ccc;
  padding-top: clamp(24px, 2vw, 32px);
  box-sizing: border-box;
}

.p_attitude__caption {
  margin-bottom: 24px;
}

.p_attitude__data {
  display: grid;
  grid-template-columns: 200px auto;
  grid-template-rows: repeat(1, 1fr);
  gap: 4px;
}
@media screen and (max-width: 768px) {
  .p_attitude__data {
    display: block;
  }
}

.p_attitude__data__small {
  display: block;
  margin-top: 16px;
}

.p_attitude__data___caption,
.p_attitude__data___text {
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  padding-left: 1.5em;
  padding-right: 1.5em;
  padding-bottom: 1em;
  box-sizing: border-box;
}
.p_attitude__data + .p_attitude__data .p_attitude__data___caption,
.p_attitude__data + .p_attitude__data .p_attitude__data___text {
  padding-top: 1em;
}

.p_attitude__data___caption {
  width: 200px;
  border-bottom: 1px solid #808080;
}
@media screen and (max-width: 768px) {
  .p_attitude__data___caption {
    width: 100%;
  }
}

.p_attitude__data___text {
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 768px) {
  .p_attitude__data___text {
    padding-top: 1em;
  }
}

.p_attitude__list___tab {
  font-size: clamp(1rem, 1.8vw, 1.125rem);
  font-weight: 500;
  line-height: 1.75;
  margin-top: 0.8888888889em;
}

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

.p_attitude__card___caption {
  font-size: clamp(0.875rem, 1.6vw, 1rem);
  line-height: 1.75;
  margin-top: clamp(18px, 1.5vw, 24px);
}

.p_works__contents {
  display: flex;
  gap: 80px;
  align-items: flex-start;
}
@media screen and (max-width: 1200px) {
  .p_works__contents {
    gap: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .p_works__contents {
    display: block;
  }
}

.p_works__contents___caption {
  display: block;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  padding-bottom: 9px;
  border-bottom: 1px solid #ccc;
  margin-bottom: clamp(24px, 2vw, 32px);
}

.p_works__contents___navi {
  min-width: 176px;
}
@media screen and (max-width: 1024px) {
  .p_works__contents___navi {
    margin-bottom: 40px;
  }
}

.p_works__list___tab {
  display: block;
}
.p_works__list___tab + .p_works__list___tab {
  margin-top: clamp(16px, 1.5vw, 24px);
}

.p_works__list___link {
  position: relative;
  display: block;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  font-weight: 600;
  line-height: 1;
  padding-left: 16px;
}
.p_works__list___link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  display: block;
  aspect-ratio: 1/1;
  width: 8px;
  height: auto;
  background-color: #333;
  border-radius: 50%;
  transition: inherit;
}
.p_works__list___link:hover, .p_works__list___link[data-current] {
  color: #39B487;
}
.p_works__list___link:hover::before, .p_works__list___link[data-current]::before {
  background-color: #39B487;
}

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

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

.p_works__cards___image {
  display: block;
  aspect-ratio: 293/200;
  width: 100%;
  height: auto;
  overflow: clip;
  margin-bottom: clamp(12px, 1vw, 16px);
  transition: inherit;
}
.p_works__cards___image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  scale: 1;
  transition: inherit;
}
.p_works__cards___link:hover .p_works__cards___image img {
  scale: 1.1;
}

.p_works__head {
  display: flex;
  gap: 16px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p_works__cards .p_works__head {
  flex-direction: column;
  align-items: flex-start;
}

.p_works__head___single {
  box-sizing: border-box;
  padding-bottom: clamp(18px, 1.5vw, 24px);
  border-bottom: 1px solid #ccc;
  margin-bottom: clamp(32px, 2.3125vw, 37px);
}

.p_works__head___cat {
  display: inline-block;
  line-height: 1;
  font-size: clamp(0.75rem, 1.3vw, 0.8125rem);
  font-family: "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 700;
  padding-top: 0.7692307692em;
  padding-left: 1.8461538462em;
  padding-right: 1.8461538462em;
  padding-bottom: 0.7692307692em;
  box-sizing: border-box;
  color: #fff;
  background-color: #39B487;
  border-radius: 18px 18px 18px 0px;
}

.p_works__content {
  background-color: #fff;
  box-sizing: border-box;
  padding-top: clamp(40px, 3.5vw, 56px);
  padding-left: clamp(24px, 2.5vw, 40px);
  padding-right: clamp(24px, 2.5vw, 40px);
  padding-bottom: clamp(40px, 3.5vw, 56px);
}
@media screen and (max-width: 1024px) {
  .p_works__content {
    gap: 32px;
  }
}
@media screen and (max-width: 700px) {
  .p_works__content {
    display: block;
  }
}

.p_works__content___box {
  max-width: 716px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1024px) {
  .p_works__content___box {
    max-width: 500px;
  }
}

.p_works__content___images {
  display: block;
  max-width: 100%;
  margin-bottom: 32px;
}
.p_works__content___images img {
  aspect-ratio: 716/490;
  display: block;
  width: 100%;
  height: auto;
}

.p_works__slider___visual img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p_works__slider___sub___image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 441/304;
}
.p_works__slider___sub___image img {
  display: block;
  width: 100%;
  height: auto;
  overflow: clip;
}

.p_works__slider___caption {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 13px;
  padding-left: 1.6666666667em;
  padding-right: 1.6666666667em;
  padding-bottom: 13px;
  font-size: clamp(0.8125rem, 1.5vw, 0.9375rem);
  line-height: 1;
  color: #fff;
  background-color: #808080;
}
.p_works__slider___caption span {
  font-family: "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 700;
  font-size: inherit;
  line-height: inherit;
}

.p_works__slider___text {
  font-size: inherit;
  line-height: inherit;
}

.p_works__sldiers___box {
  overflow-x: clip;
  margin-top: 24px;
  position: relative;
  box-sizing: border-box;
  padding-left: 46px;
  padding-right: 46px;
}
@media screen and (max-width: 768px) {
  .p_works__sldiers___box {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.p_works__sldiers___box .slick-slider {
  position: static;
}
.p_works__sldiers___box .slick-arrow {
  top: unset;
  top: 50%;
  translate: 0 -50%;
  aspect-ratio: 1/1;
  width: 32px;
  height: auto;
  background-color: transparent;
  border: 1px solid #333;
  border-radius: 32px;
}
@media screen and (max-width: 768px) {
  .p_works__sldiers___box .slick-arrow {
    border-radius: 32px;
  }
}
.p_works__sldiers___box .slick-arrow {
  box-sizing: border-box;
  transform: none;
  transition-property: all;
}
@media screen and (min-width: 1025px) {
  .p_works__sldiers___box .slick-arrow {
    transition-duration: 300ms;
  }
}
@media screen and (max-width: 1024px) {
  .p_works__sldiers___box .slick-arrow {
    transition-duration: 300ms;
  }
}
@media screen and (max-width: 768px) {
  .p_works__sldiers___box .slick-arrow {
    width: 26px;
  }
}
.p_works__sldiers___box .slick-arrow::before {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  display: block;
  opacity: 1;
  content: "" !important;
  background-image: none !important;
  background-color: #333 !important;
  width: 43.75%;
  height: auto;
  aspect-ratio: 1/1;
  -webkit-mask-image: url("../images/common/ico_arrow.svg");
          mask-image: url("../images/common/ico_arrow.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center center;
          mask-position: center center;
  transition: inherit;
}
.p_works__sldiers___box .slick-arrow:hover {
  background-color: #333;
}
.p_works__sldiers___box .slick-arrow:hover::before {
  background-color: #fff !important;
}
.p_works__sldiers___box .slick-prev {
  left: 0;
}
.p_works__sldiers___box .slick-prev::before {
  rotate: -180deg;
}
.p_works__sldiers___box .slick-next {
  right: 0;
}

.p_works__slider___units {
  margin-left: -2px;
  margin-right: -2px;
}

.p_works__slider___sub___image {
  margin-left: 2px;
  margin-right: 2px;
  box-sizing: border-box;
}
.p_works__slider___sub___image img {
  background-color: #f3f3f3;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p_works__datas {
  margin-top: clamp(32px, 2.5vw, 40px);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(1, 1fr);
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .p_works__datas {
    display: block;
  }
}

.p_works__data {
  display: flex;
  align-items: flex-start;
  gap: 18px;
}
@media screen and (max-width: 768px) {
  .p_works__data + .p_works__data {
    margin-top: 16px;
  }
}
@media screen and (max-width: 828px) and (min-width: 701px) {
  .p_works__data {
    display: block;
  }
}
@media screen and (max-width: 500px) {
  .p_works__data {
    display: block;
  }
}

.p_works__data___title,
.p_works__data___content {
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  font-weight: 500;
  box-sizing: border-box;
  padding-top: 4px;
  padding-bottom: 4px;
}

.p_works__data___title {
  display: inline-block;
  padding-left: 1em;
  padding-right: 1em;
  border: 1px solid #333;
}

.p_works__data___content {
  display: block;
  flex: 1;
}
.p_works__data___content p {
  word-break: break-all;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .p_works__data___content {
    margin-top: 4px;
  }
}

.p_sustainability__contents {
  margin-top: clamp(48px, 4vw, 64px);
  counter-reset: count;
}

.p_sustainability__content {
  padding-top: clamp(32px, 3vw, 48px);
  padding-left: clamp(24px, 3vw, 48px);
  padding-right: clamp(24px, 3vw, 48px);
  padding-bottom: clamp(32px, 3vw, 48px);
  background-color: #fff;
  box-sizing: border-box;
}
.p_sustainability__content + .p_sustainability__content {
  margin-top: clamp(32px, 2.5vw, 40px);
}

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

.p_sustainability__card___link {
  display: block;
  text-align: center;
}

.p_sustainability__card___caption {
  display: block;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  margin-top: 1.5em;
}

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

.p_sustainability__box + .p_sustainability__box {
  margin-top: 32px;
  border-top: 1px solid #ccc;
  padding-top: 32px;
  box-sizing: border-box;
}

.p_sustainability__data___title {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 24px;
}
.p_sustainability__data___title::before {
  counter-increment: count;
  content: counter(count, decimal-leading-zero);
  font-size: clamp(1.5rem, 3.6vw, 2.25rem);
  line-height: 1;
  color: #39B487;
}

.p_sustainability__data___label::before, .p_sustainability__data___label::after {
  display: none;
}

.p_sustainability__icos {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(1, 1fr);
  gap: 7px;
  max-width: 309px;
}
.p_sustainability__icos img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p_sustainability__icos {
    max-width: 100%;
    margin-top: 24px;
  }
}
@media screen and (max-width: 500px) {
  .p_sustainability__icos {
    grid-template-columns: repeat(2, 1fr);
  }
}

.p_sustainability__title {
  position: relative;
  display: block;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  padding-left: 1em;
  margin-bottom: 8px;
}
.p_sustainability__title::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "・";
}

.p_sustainability__list {
  display: block;
}

.p_sustainability__list___tab {
  display: inline;
}
.p_sustainability__list___tab:not(:last-child)::after {
  margin-left: 8px;
  font-size: inherit;
  content: "/";
  color: #39B487;
}

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

.p_anniversary__datas {
  position: relative;
  z-index: 1;
  padding-bottom: 32px;
}
.p_anniversary__datas:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 50%;
  translate: -50% 0;
  width: 6px;
  height: 100%;
  background-color: #fff;
  opacity: 0.2;
  z-index: -1;
}
.p_anniversary__datas::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  translate: -50% 0;
  aspect-ratio: 1/1;
  width: 16px;
  height: auto;
  background-color: #fff;
  border-radius: 50px;
}
@media screen and (max-width: 768px) {
  .p_anniversary__datas::after {
    border-radius: 50px;
  }
}
@media screen and (max-width: 768px) {
  .p_anniversary__datas::before {
    width: 4px;
    left: 8px;
  }
  .p_anniversary__datas::after {
    left: 0;
    translate: none;
  }
}

.p_anniversary__data {
  position: relative;
  width: calc(50% + 8px);
  box-sizing: border-box;
}
.p_anniversary__data::before {
  content: "";
  position: absolute;
  top: 0;
  width: 72px;
  height: 36px;
  background-image: url("../images/page/ico_tab.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.p_anniversary__data + .p_anniversary__data {
  margin-top: -32px;
}
.p_anniversary__data:nth-child(odd) {
  margin-left: auto;
  padding-left: 88px;
}
.p_anniversary__data:nth-child(odd)::before {
  left: 0;
}
.p_anniversary__data:nth-child(even) {
  margin-right: auto;
  padding-right: 88px;
}
.p_anniversary__data:nth-child(even)::before {
  right: 0;
  rotate: 180deg;
}
.p_anniversary__data:nth-child(even) .p_anniversary__data___head,
.p_anniversary__data:nth-child(even) p {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .p_anniversary__data {
    width: 100%;
  }
  .p_anniversary__data + .p_anniversary__data {
    margin-top: 40px;
  }
  .p_anniversary__data::before {
    width: 40px;
    background-size: auto 100%;
    background-position: left center;
  }
  .p_anniversary__data:nth-child(odd), .p_anniversary__data:nth-child(even) {
    padding-right: 0;
    padding-left: 56px;
  }
  .p_anniversary__data:nth-child(odd)::before, .p_anniversary__data:nth-child(even)::before {
    left: 0;
    right: unset;
    rotate: 0deg;
  }
  .p_anniversary__data:nth-child(odd) .p_anniversary__data___head,
  .p_anniversary__data:nth-child(odd) p, .p_anniversary__data:nth-child(even) .p_anniversary__data___head,
  .p_anniversary__data:nth-child(even) p {
    text-align: left;
  }
}

.p_anniversary__data___date {
  display: inline-flex;
  align-items: baseline;
  flex-wrap: wrap;
  font-size: clamp(1.5rem, 2.8vw, 1.75rem);
  line-height: 1.25;
  font-weight: 500;
  margin-bottom: clamp(8px, 1vw, 16px);
}

.p_anniversary__data___wc {
  font-size: inherit;
  line-height: inherit;
}

.p_anniversary__data___jc {
  font-size: 0.7142857143em;
  line-height: inherit;
}

.p_anniversary__data___label {
  font-size: clamp(1.5rem, 2.8vw, 1.75rem);
  margin-bottom: clamp(12px, 1vw, 16px);
  line-height: 1.25;
}
.p_anniversary__data___label::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.25) * (0.5em - 1px));
}
.p_anniversary__data___label::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.25) * 0.5em);
}

.p_anniversary__data___images {
  margin-top: clamp(12px, 1.5vw, 24px);
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.p_anniversary__data___image {
  display: block;
  aspect-ratio: 16/12;
  max-width: 160px;
  width: 100%;
  height: auto;
  background-color: #d9d9d9;
}
.p_anniversary__gray .p_anniversary__data___image {
  filter: grayscale(1);
}

.p_anniversary__future {
  margin-top: 32px;
  font-size: clamp(1.5rem, 3.2vw, 2rem);
  font-weight: 500;
  line-height: 1.5;
}

.p_anniversary__future___title,
.p_anniversary__future___caption {
  font-size: inherit;
  line-height: inherit;
}

.p_anniversary__future___caption {
  margin-top: clamp(16px, 1.5vw, 24px);
}

.p_anniversary__visual {
  display: block;
  margin-top: clamp(40px, 3.5vw, 56px);
}

.p_contact__list {
  counter-reset: num;
  display: flex;
  align-items: center;
  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;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #39B487;
  border-radius: 56px;
}
@media screen and (max-width: 768px) {
  .p_contact__tab {
    border-radius: 56px;
  }
}
.p_contact__tab {
  padding-top: 0.75em;
  padding-bottom: 0.75em;
}
.p_contact__tab::before {
  counter-increment: num;
  content: counter(num) ".";
}
@media screen and (max-width: 768px) {
  .p_contact__tab {
    padding-top: 0.5333333333em;
    padding-bottom: 0.5333333333em;
  }
}

.p_contact__active {
  color: #fff;
  background-color: #39B487;
}

.p_contact__line {
  display: block;
  flex: 1;
  height: 1px;
  background-color: #fff;
  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_policy__contents + .p_policy__contents {
  margin-top: clamp(56px, 5vw, 80px);
}

.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;
}
.p_policy__text .c_link__text {
  text-decoration: underline;
}

.p_policy__reset {
  counter-reset: count;
}

.p_policy__count {
  position: relative;
  padding-left: 2em;
  font-size: clamp(0.75rem, 1.6vw, 1rem);
}
.p_policy__count::before {
  position: absolute;
  top: 0;
  left: 0;
  counter-increment: count;
  content: "(" counter(count) ")";
}

.p_policy__counts + .p_policy__counts {
  margin-top: 1em;
}

/* list型 */
.p_archive__list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: clamp(40px, 3.5vw, 56px);
}

.p_archive__list___link {
  display: inline-block;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  line-height: 1;
  box-sizing: border-box;
  padding-top: 0.4375em;
  padding-left: 0.6875em;
  padding-right: 0.6875em;
  padding-bottom: 0.4375em;
  border: 1px solid #333;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .p_archive__list___link {
    border-radius: 4px;
  }
}
.p_archive__list___link:hover, .p_archive__list___link[data-current] {
  opacity: 1;
  color: #fff;
  background-color: #333;
}

/* grid型 */
.p_post__card {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(1, 1fr);
  gap: 40px 30px;
}
@media screen and (max-width: 768px) {
  .p_post__card {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 500px) {
  .p_post__card {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px 24px;
  }
}

.p_post__card___link {
  opacity: 1;
  transition-property: all;
}
@media screen and (min-width: 1025px) {
  .p_post__card___link {
    transition-duration: 300ms;
  }
}
@media screen and (max-width: 1024px) {
  .p_post__card___link {
    transition-duration: 300ms;
  }
}
.p_post__card___link:hover {
  opacity: 1;
}

.p_post__card___pic {
  display: block;
  transition: inherit;
  border-radius: 0px;
}
@media screen and (max-width: 768px) {
  .p_post__card___pic {
    border-radius: 0px;
  }
}
.p_post__card___pic {
  aspect-ratio: 4/3;
  width: 100%;
  height: auto;
  background-color: #f3f3f3;
  transition: inherit;
  overflow: clip;
}
.p_post__card___pic img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: inherit;
  scale: 1;
}
a:hover .p_post__card___pic img {
  scale: 1.1;
}

.p_post__card___inner {
  margin-top: clamp(10px, 1vw, 16px);
}

.p_post__card___info {
  display: flex;
  align-items: center;
  gap: 8px;
}

.p_post__card___cat {
  display: inline-block;
  line-height: 1;
  font-size: clamp(0.625rem, 1.2vw, 0.75rem);
  box-sizing: border-box;
  padding-top: 0.5em;
  padding-left: 0.8333333333em;
  padding-right: 0.8333333333em;
  padding-bottom: 0.5em;
  border: 1px solid #333;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .p_post__card___cat {
    border-radius: 4px;
  }
}

.p_post__card___lead {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 501px) {
  .p_post__card___lead {
    -webkit-line-clamp: 2;
  }
}
@media screen and (max-width: 500px) {
  .p_post__card___lead {
    -webkit-line-clamp: 2;
  }
}
.p_post__card___lead {
  line-height: 1.75;
}

.p_single__block___head {
  margin-bottom: clamp(24px, 2.5vw, 40px);
}

.p_single__block___lead {
  display: block;
  font-size: clamp(1.25rem, 2.4vw, 1.5rem);
  font-weight: 700;
}

.p_single__block___image {
  display: none;
}
.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_block__found .p_block__bg1 {
  top: 560px;
}

.p_found__head {
  margin-bottom: clamp(40px, 3.5vw, 56px);
}

.p_found__caption {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  font-size: clamp(1.5rem, 3.2vw, 2rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: capitalize;
}
.p_found__caption::before {
  content: "/";
  font-size: inherit;
  font-weight: inherit;
}

.p_found__label {
  display: block;
  font-size: inherit;
  line-height: 1;
  font-size: clamp(2rem, 5.6vw, 3.5rem);
  margin-bottom: clamp(8px, 0.625vw, 10px);
}

.p_found__menu {
  margin-top: clamp(32px, 3.5vw, 56px);
}
@media screen and (min-width: 501px) {
  .p_found__menu ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 24px 32px;
  }
}
.p_found__menu ul .sub-menu,
.p_found__menu ul .children {
  display: none !important;
}
.p_found__menu a {
  display: block;
}
.p_found__menu span {
  display: none !important;
}
@media screen and (max-width: 500px) {
  .p_found__menu li {
    border-bottom: 1px solid #ccc;
    box-sizing: border-box;
  }
  .p_found__menu a {
    padding-top: 1em;
    padding-bottom: 1em;
  }
}/*# sourceMappingURL=common.css.map */