@charset "UTF-8";
/* ↓以下の階層に標準的なscssが格納されています。 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&Noto+Serif+JP:wght@500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Jost:wght@100..900&display=swap");
/* インデント調整 */
/* センター寄せのインデント調整 */
/* 動作の時間（1001px以上の時,1000px以下の時） */
.mincho {
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-feature-settings: "palt";
  font-weight: 400;
}

@keyframes please__swipe {
  0% {
    left: 10px;
  }
  100% {
    left: 50px;
  }
}
@keyframes image_slider {
  0% {
    translate: 0 0%;
  }
  100% {
    translate: -50% 0;
  }
}
@keyframes slider_x {
  0% {
    translate: 0 0%;
  }
  100% {
    translate: -50% 0;
  }
}
@keyframes slider_y {
  0% {
    translate: 0 0%;
  }
  100% {
    translate: 0 -50%;
  }
}
:root {
  font-size: 16px;
}

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

body {
  font-family: "Noto Sans JP", 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: "メイリオ", 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: 1001px) {
  a {
    transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  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;
  border-radius: 20px;
  overflow: hidden;
}

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;
  background-color: #fff;
}
@media screen and (min-width: 1001px) {
  th,
  td {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media screen and (max-width: 1000px) {
  th,
  td {
    display: block;
  }
}

@media screen and (min-width: 1001px) {
  th {
    width: 200px;
    border-bottom: 1px solid var(--theme-color);
  }
}
@media screen and (max-width: 1000px) {
  th {
    padding-top: 16px;
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 2px;
  }
}

@media screen and (min-width: 1001px) {
  td {
    border-bottom: 1px solid #B5B5B5;
  }
}
@media screen and (max-width: 1000px) {
  td {
    border-bottom: 1px solid #B5B5B5;
    padding-top: 2px;
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 16px;
  }
}

/* △△△△ table △△△△ */
.wp-caption {
  margin: 10px;
  padding-top: 4px;
  border: 1px solid #B5B5B5;
  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(181, 181, 181, 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;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1221px) {
  .container {
    max-width: 1240px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1220px) {
  .container {
    max-width: 1240px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 501px) and (max-width: 1024px) {
  .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}

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

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

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

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

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

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

/* △△△△ blur △△△△ */
/* ▽▽▽▽追従▽▽▽▽ */
@media screen and (min-width: 1025px) {
  .c_following__contents {
    gap: 96px;
  }
}
@media screen and (max-width: 1024px) {
  .c_following__contents {
    gap: 56px;
  }
}
@media screen and (min-width: 1001px) {
  .c_following__contents {
    display: flex;
    align-items: flex-start;
    position: relative;
  }
  .c_following__side {
    position: sticky;
    top: 80px;
    left: 0;
    width: 224px;
  }
  .c_following__main {
    flex: 1;
  }
}
@media screen and (max-width: 1000px) {
  .c_following__side {
    margin-bottom: 104px;
  }
}
.c_anchor__block + .c_anchor__block {
  margin-top: clamp(104px, 9vw, 144px);
}

.c_anchor__list {
  padding: 40px 24px;
  background-color: #FAFAFA;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 1000px) {
  .c_anchor__list.pc_only {
    display: none;
  }
}
@media screen and (min-width: 1001px) {
  .c_anchor__list.sp_only {
    display: none;
  }
}
@media screen and (max-width: 828px) {
  .c_anchor__list {
    padding: 40px;
  }
}

.c_anchor__btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  line-height: 1.5;
  opacity: 0.3;
  transition: all 0.3s;
}
.c_anchor__tab + .c_anchor__tab .c_anchor__btn {
  margin-top: 16px;
}
.c_anchor__btn::before {
  content: "●";
  font-size: 6px;
  color: transparent;
}
.c_anchor__btn:hover, .c_anchor__btn.c_anchor__active {
  opacity: 1;
  color: var(--theme-color);
}
.c_anchor__btn:hover::before, .c_anchor__btn.c_anchor__active::before {
  color: var(--theme-color);
}
@media screen and (max-width: 1000px) {
  .c_anchor__btn {
    opacity: 1;
    color: var(--theme-color);
  }
  .c_anchor__btn::before {
    color: var(--theme-color);
  }
}

.c_anchor__ico {
  display: block;
  aspect-ratio: 10/15;
  width: 10px;
  height: auto;
  transition: all 0.3s;
}
.c_anchor__ico svg {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1001px) {
  .c_anchor__ico {
    display: none;
  }
}

.c_anchor__text {
  flex: 1;
  line-height: inherit;
}

@media screen and (max-width: 1000px) {
  .c_sub__list {
    padding-bottom: 12px;
  }
}

.c_sub__link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  opacity: 0.3;
  transition: all 0.3s;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 14px;
  position: relative;
  border-bottom: 1px solid #B5B5B5;
}
.c_sub__link::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  scale: 0 1;
  background-color: #51C2A2;
  transition: inherit;
  transform-origin: left;
}
.c_sub__link:hover {
  opacity: 1;
}
.c_sub__link:hover::before {
  scale: 1 1;
}
.c_sub__link:hover, .c_anchor__btn.c_anchor__active + .c_sub__list .c_sub__link {
  opacity: 1;
}
@media screen and (max-width: 1000px) {
  .c_sub__link {
    opacity: 1;
  }
}

.c_sub__ico {
  display: block;
  aspect-ratio: 10/15;
  width: 10px;
  height: auto;
  transition: all 0.3s;
}
.c_sub__ico svg {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1000px) {
  .c_sub__ico {
    display: none;
  }
}

.c_sub__text {
  line-height: inherit;
}

/* △△△△追従△△△△ */
/* 動き */
.bound {
  animation: bound 0.8s ease-out;
}

@keyframes bound {
  0% {
    transform: scale(0) translateY(-50px);
    opacity: 0;
  }
  50% {
    transform: scale(1.08) translateY(0);
    opacity: 1;
  }
  70% {
    transform: scale(0.9) translateY(-10px);
  }
  85% {
    transform: scale(1.03) translateY(0);
  }
  100% {
    transform: scale(1) translateY(0);
    opacity: 1;
  }
}
/* google 翻訳 */
.gt-failsafe-banner {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

.c_header__block {
  box-sizing: border-box;
  transition: all 0.6s;
}
@media screen and (min-width: 1201px) {
  .c_header__block {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    opacity: 1;
  }
  .c_header__block.c_header__hide {
    transform: translateY(-100%);
    opacity: 0;
  }
  .c_header__block.c_header__hide__fixed {
    transform: translateY(0);
    opacity: 1;
  }
  .c_header__block {
    padding: 22px 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media screen and (max-width: 1200px) {
  .c_header__block {
    display: block;
    padding: 14px 20px;
    background-color: var(--bg-color);
  }
}

@media screen and (min-width: 1201px) {
  .c_header__hide__comp {
    background: rgba(255, 255, 255, 0.8);
  }
}
@media screen and (min-width: 1201px) {
  .sp_only {
    display: none;
  }
}
.c_header__link {
  display: block;
}

.c_header__image {
  display: block;
}
@media screen and (max-width: 828px) {
  .c_header__image {
    max-width: 148px;
  }
}
@media screen and (max-width: 500px) {
  .c_header__image {
    max-width: 128px;
  }
}

@media screen and (min-width: 1201px) {
  .c_header__flex {
    display: flex;
    gap: 32px;
    align-items: center;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
  .c_header__flex {
    gap: 24px;
  }
}
.c_header__btns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
@media screen and (max-width: 1200px) {
  .c_header__btns {
    padding-top: 48px;
  }
}

.c_header__btn {
  display: block;
  width: 128px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  border-radius: 56px;
  text-align: center;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 24px;
  padding-right: 24px;
  box-sizing: border-box;
}

.c_header__req {
  background-color: #333;
}

.c_header__entry {
  background-color: #EF5782;
}

@media screen and (min-width: 1201px) {
  .c_header__nav ul {
    display: flex;
    align-items: center;
    gap: 32px;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
  .c_header__nav ul {
    gap: 24px;
  }
}
.c_header__nav span {
  display: none !important;
}
.c_header__nav .sub-menu,
.c_header__nav .children {
  display: none !important;
}
.c_header__nav a {
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: #333;
}
@media screen and (max-width: 1200px) {
  .c_header__nav a {
    display: block;
    text-align: center;
    padding-top: 1em;
    padding-bottom: 1em;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 1200px) {
  .c_header__menu {
    position: fixed;
    top: 0;
    right: 0;
    max-width: 375px;
    width: 100%;
    height: 100dvh;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 10;
    backdrop-filter: blur(25px);
    padding-top: 100px;
    padding-bottom: 150px;
    box-sizing: border-box;
    overflow-y: scroll;
    clip-path: inset(0 0% 0% 100%);
    transition-property: all;
  }
}
@media screen and (max-width: 1200px) and (min-width: 1001px) {
  .c_header__menu {
    transition-duration: 300ms;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1000px) {
  .c_header__menu {
    transition-duration: 300ms;
  }
}
@media screen and (max-width: 1200px) {
  .c_header__menu.c_header__active {
    clip-path: inset(0 0% 0% 0%);
  }
}
.c_header__line {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  background-color: #fff;
  translate: -50% -50%;
  transition: inherit;
  border-radius: 24px;
}
.c_header__active .c_header__line {
  opacity: 0;
}

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

.c_mv {
  position: relative;
  display: block;
  padding-top: clamp(116px, 15.8203125vw, 162px);
  padding-bottom: clamp(161px, 64.84375vw, 664px);
  box-sizing: border-box;
  background-color: #c7f0f9;
  overflow: clip;
}
.c_mv img {
  display: block;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .c_mv {
    padding-top: clamp(56px, 4vw, 64px);
  }
}
@media screen and (max-width: 828px) {
  .c_mv {
    padding-bottom: 670px;
  }
}

.c_mv__circle {
  position: absolute;
  top: 23.25vw;
  left: -6.9375vw;
  animation: mv_turn 50000ms linear infinite;
  mix-blend-mode: multiply;
  max-width: 741px;
  width: 100%;
  height: auto;
}
.c_mv__circle img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 500px) {
  .c_mv__circle {
    top: 269px;
    left: 50%;
    translate: -50% 0;
    max-width: calc(100% - 12px);
  }
}

.c_mv__block,
.c_mv__box {
  position: relative;
}

.c_mv__slider {
  display: flex;
  gap: 0;
  align-items: center;
  width: -moz-min-content;
  width: min-content;
  animation: mv_slider 100000ms linear infinite;
}

.c_mv__stop {
  animation-play-state: paused;
}

.c_mv__slide {
  width: -moz-max-content;
  width: max-content;
  padding-left: clamp(12px, 3.125vw, 24px);
  padding-right: clamp(12px, 3.125vw, 24px);
  box-sizing: border-box;
}
@media screen and (max-width: 500px) {
  .c_mv__slide {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.c_mv__image {
  border-radius: 20px;
  overflow: clip;
}

.c_mv__media {
  width: 32.75vw;
}
@media screen and (max-width: 500px) {
  .c_mv__media {
    width: 54.9333333333vw;
  }
}

.c_mv__visual {
  width: 45.5vw;
}
@media screen and (max-width: 500px) {
  .c_mv__visual {
    width: 76.2666666667vw;
  }
}

.c_mv__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  aspect-ratio: 1/1;
  width: 112px;
  height: auto;
  border-radius: 100px;
  overflow: clip;
  background-color: #fff;
  cursor: pointer;
  position: absolute;
  right: 5vw;
  bottom: 36px;
}
@media screen and (max-width: 768px) {
  .c_mv__btn {
    width: 75px;
    bottom: -43px;
  }
}

.c_mv__btn___ico {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  width: 34px;
  height: auto;
  border-radius: 50px;
  overflow: clip;
  background-color: #5acfe9;
}
.c_mv__btn___ico::before {
  content: "";
  display: block;
  aspect-ratio: 1/1;
  width: 14px;
  height: auto;
  background-image: url("../images/mv/ico_stop.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.c_mv__start .c_mv__btn___ico::before {
  background-image: url("../images/mv/ico_start.svg");
}
@media screen and (max-width: 768px) {
  .c_mv__btn___ico {
    width: 22px;
  }
  .c_mv__btn___ico::before {
    width: 10px;
  }
}

.c_mv__btn___label {
  font-size: 15px;
  font-weight: 700;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .c_mv__btn___label {
    font-size: 10px;
  }
}
.c_mv__btn___label::after {
  content: "停止";
}
.c_mv__start .c_mv__btn___label::after {
  content: "再生";
}

.c_mv__title {
  position: absolute;
  display: block;
  max-width: 707px;
  height: auto;
  right: 13.9375vw;
  bottom: -161px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .c_mv__title {
    max-width: 600px;
    position: static;
    padding-left: clamp(20px, 5.2083333333vw, 40px);
    padding-right: clamp(20px, 5.2083333333vw, 40px);
    margin-top: 66px;
    margin-left: auto;
    margin-right: auto;
  }
}

.c_mv__title___image {
  display: block;
  width: 100%;
  height: auto;
  -o-object-position: center;
     object-position: center;
  animation: mv_bound 1200ms ease-in;
  animation-play-state: paused;
}
.c_mv__title___image.js-active {
  animation-play-state: running;
}

@keyframes mv_slider {
  0% {
    translate: 0% 0;
  }
  100% {
    translate: -50% 0;
  }
}
@keyframes mv_turn {
  0% {
    rotate: 0deg;
  }
  100% {
    rotate: 360deg;
  }
}
@keyframes mv_bound {
  0% {
    transform: scale(0) translateY(-50px);
    opacity: 0;
  }
  50% {
    transform: scale(1.08) translateY(0);
    opacity: 1;
  }
  70% {
    transform: scale(0.9) translateY(-10px);
  }
  85% {
    transform: scale(1.03) translateY(0);
  }
  100% {
    transform: scale(1) translateY(0);
    opacity: 1;
  }
}
.c_kv {
  position: relative;
  display: block;
  padding-bottom: clamp(120px, 22.1666666667vw, 266px);
  padding-top: clamp(116px, 17.6363636364vw, 194px);
  background-color: var(--bg-color);
}
@media screen and (max-width: 1200px) {
  .c_kv {
    padding-top: clamp(36px, 5.5vw, 88px);
  }
}

.c_kv__side {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
@media screen and (max-width: 828px) {
  .c_kv__side {
    flex-direction: column;
  }
}

.c_kv__pic {
  display: block;
  aspect-ratio: 520/347;
  height: auto;
}
.c_kv__pic img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 829px) {
  .c_kv__pic {
    max-width: 43.33%;
  }
}

.c_kv__head {
  padding-top: clamp(56px, 6.5vw, 104px);
}

.c_kv__caption {
  display: inline-block;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: clamp(3.5rem, 6vw, 6rem);
  line-height: 1;
  margin-bottom: clamp(8px, 1vw, 16px);
  color: var(--theme-color);
}

.c_kv__caption::first-letter {
  text-transform: uppercase;
}

.c_kv__caption--message {
  color: #333;
}

.c_kv__caption--bc {
  text-transform: capitalize;
}

.c_kv__lead {
  font-size: clamp(1.125rem, 2vw, 1.25rem);
  font-weight: 700;
  line-height: 2;
}

.c_kv__hide {
  display: none;
}

.c_kv__back {
  position: absolute;
  bottom: -1px;
  left: 0;
  pointer-events: none;
  border-radius: 0;
}
.c_kv__back img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}

.c_bread {
  font-size: 6px;
  color: #5ACFE9;
  line-height: 1.5;
}
.c_bread > div {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px 8px;
}
.c_bread span,
.c_bread a {
  font-size: 16px;
  color: #333;
  line-height: inherit;
}

.c_footer__back {
  position: absolute;
  left: 0;
  bottom: calc(100% - 1px);
  pointer-events: none;
  border-radius: 0;
}
.c_footer__back img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}

.c_cta {
  position: relative;
}

.c_cta__area {
  background: #F4F4F4;
}
@media screen and (max-width: 1024px) {
  .c_cta__area {
    padding-top: 48px;
  }
}

.c_cta__headline {
  font-family: "Jost", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-style: normal;
  font-weight: 500;
  font-size: clamp(4rem, 9.6vw, 6rem);
  line-height: 100%;
  text-align: center;
  color: #333;
}

.c_btn.c_cta__btn {
  display: flex;
  gap: 0 24px;
  justify-content: center;
  margin-top: 48px;
}
@media screen and (max-width: 1000px) {
  .c_btn.c_cta__btn {
    gap: 16px;
    margin-top: 32px;
  }
}
@media screen and (max-width: 500px) {
  .c_btn.c_cta__btn {
    flex-direction: column;
  }
}

.c_btn__link.c_cta__link {
  max-width: 335px;
  padding-top: 24px;
  padding-bottom: 24px;
}

.c_btn__link.c_cta__link__entry {
  background: #EF5782;
}

.c_footer {
  position: relative;
  margin-top: clamp(246px, 23.125vw, 370px);
  padding-bottom: clamp(20px, 4.5vw, 72px);
  background: #F4F4F4;
}

.c_footer__block {
  margin-top: clamp(64px, 5.5vw, 88px);
}

@media screen and (min-width: 1001px) {
  .c_footer__nav {
    max-width: 423px;
    width: 100%;
  }
}

@media screen and (max-width: 1200px) {
  .c_footer__logo {
    max-width: 280px;
  }
}
@media screen and (max-width: 1000px) {
  .c_footer__logo {
    display: block;
    margin: auto;
  }
}
@media screen and (max-width: 500px) {
  .c_footer__logo {
    max-width: 223px;
  }
}

@media screen and (max-width: 1000px) {
  .c_footer__content {
    margin-top: 56px;
  }
}
.c_footer__columns {
  background: #fff;
  padding: 96px 104px;
  border-radius: 20px;
}
@media screen and (min-width: 1001px) {
  .c_footer__columns {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 1000px) {
  .c_footer__columns {
    padding: 48px 40px 24px;
  }
}
@media screen and (max-width: 500px) {
  .c_footer__columns {
    padding: 48px 20px 24px;
  }
}

.c_footer__address {
  display: block;
  margin-top: clamp(20px, 2vw, 32px);
  font-weight: 400;
  font-size: 16px;
}
@media screen and (max-width: 1000px) {
  .c_footer__address {
    text-align: center;
  }
}

.c_footer__copy {
  display: block;
  margin-top: clamp(40px, 6.375vw, 102px);
  font-family: "Jost", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  color: #333333;
}
@media screen and (max-width: 1000px) {
  .c_footer__copy {
    text-align: center;
  }
}

@media screen and (min-width: 1001px) {
  .c_footer__nav ul {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    gap: 32px 96px;
    flex-direction: column;
    height: 252px;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1400px) {
  .c_footer__nav ul {
    gap: 32px 56px;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .c_footer__nav ul {
    gap: 32px 32px;
  }
}
.c_footer__nav li {
  line-height: 1;
}
.c_footer__nav a {
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: #333;
}
.c_footer__nav a[target=_blank] {
  display: flex;
  gap: 8px;
  align-items: center;
}
.c_footer__nav a[target=_blank]::after {
  content: "";
  background: url(../images/common/ico_footer_blank.svg);
  background-repeat: no-repeat;
  background-size: contain;
  aspect-ratio: 1/1;
  width: 15px;
  height: 15px;
}
@media screen and (max-width: 1000px) {
  .c_footer__nav a[target=_blank] {
    justify-content: center;
  }
}
.c_footer__nav span {
  display: none !important;
}
@media screen and (max-width: 1000px) {
  .c_footer__nav li + li {
    margin-top: 24px;
  }
  .c_footer__nav a {
    display: block;
    text-align: center;
    box-sizing: border-box;
  }
}
.c_footer__nav .sub-menu,
.c_footer__nav .children {
  display: none !important;
}

.c_address__block {
  display: block;
}

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

/* ↓以下の階層にボタンやフォームのscssが格納されています。 */
@media screen and (max-width: 1024px) {
  .c_block__top {
    padding-top: 48px;
  }
}

@media screen and (max-width: 500px) {
  .c_block__break {
    display: block;
  }
  .c_block__unset {
    display: none;
  }
}
.c_block__narrow {
  position: relative;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 901px) {
  .c_block__narrow {
    max-width: 920px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 900px) {
  .c_block__narrow {
    max-width: 920px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 501px) and (max-width: 1024px) {
  .c_block__narrow {
    padding-left: 40px;
    padding-right: 40px;
  }
}

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

.c_main__lead {
  font-size: clamp(1.125rem, 2vw, 1.25rem);
  font-weight: 700;
  line-height: 2;
}

.c_main__caption {
  display: block;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: clamp(4rem, 6.8571428571vw, 6rem);
  line-height: 1;
  color: var(--theme-color);
}

.c_main__title {
  font-size: clamp(1.25rem, 2vw, 1.5rem);
  font-weight: 700;
  line-height: 1.8;
}
.c_main__title br {
  display: block;
}

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

.c_sub__caption {
  display: block;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: var(--theme-color);
  line-height: 1;
  margin-bottom: 5px;
}

.c_sub__caption::first-letter {
  text-transform: uppercase;
}

.c_sub__caption--dif {
  text-transform: capitalize;
}

.c_sub__lead {
  font-size: clamp(1.25rem, 2.4vw, 1.5rem);
  font-weight: 700;
  line-height: 1.5;
}

.c_badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 20px 8px 16px;
  background-color: #FAFAFA;
  border-radius: 8px;
  overflow: hidden;
}

.c_badge--white {
  background-color: #fff;
}

.c_badge__ico {
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
  min-width: 20px;
  height: auto;
  border-radius: 4px;
  overflow: hidden;
  background-color: var(--theme-color);
}
.c_badge__ico::before {
  display: block;
  content: "";
  aspect-ratio: 1/1;
  width: 12px;
  height: auto;
  background-color: #FAFAFA;
  border-radius: 2px;
  overflow: hidden;
}

.c_badge__text {
  font-size: clamp(1.125rem, 2vw, 1.25rem);
  font-weight: 700;
  line-height: 1.5;
}

.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-family: "Jost", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  color: #C3C1BD;
  line-height: 1;
  margin-bottom: 8px;
}

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

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

.c_top {
  margin-top: clamp(48px, 3.5vw, 56px);
  text-align: right;
}

.c_top__link {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-style: normal;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  color: #51C2A2;
  line-height: 1.5;
  padding-bottom: 4px;
  border-bottom: 1px solid #51C2A2;
}
.c_top__link:hover {
  opacity: 1;
}

.c_top__ico {
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
  width: 24px;
  height: auto;
  background-color: #B5B5B5;
  border-radius: 50px;
  overflow: clip;
  transition: inherit;
}
.c_top__arrow {
  display: block;
  aspect-ratio: 12/14;
  width: 12px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  rotate: 180deg;
}
.c_top__arrow svg {
  display: block;
  width: 100%;
  height: 100%;
}

.c_top__text {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: 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: #B5B5B5;
  width: 400px;
  height: 320px;
  margin-left: 8px;
  margin-right: 8px;
}

.c_btn {
  display: flex;
  margin-top: clamp(48px, 5vw, 80px);
  justify-content: center;
  align-items: center;
  font-size: 16px;
  gap: 24px;
  flex-wrap: wrap;
}

.c_btn--about {
  margin-top: clamp(32px, 3vw, 48px);
}

.c_btn--company {
  margin-top: clamp(48px, 3.5vw, 56px);
  gap: 8px 16px;
}
@media screen and (min-width: 829px) {
  .c_btn--company {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 1024px) and (min-width: 829px) {
  .c_btn--company {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (max-width: 500px) {
  .c_btn--company {
    flex-direction: column;
  }
}

.c_btn--req {
  margin-top: clamp(48px, 5vw, 80px);
}

@media screen and (min-width: 501px) {
  .c_btn__start {
    justify-content: flex-start;
  }
  .c_btn__end {
    justify-content: flex-end;
  }
}
.c_btn__link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 280px;
  width: 100%;
  flex: 1;
  font-size: inherit;
  font-weight: 700;
  padding-top: 16px;
  padding-bottom: 16px;
  text-align: center;
  line-height: 1.5;
  color: #fff;
  background-color: #333;
  border-radius: 56px;
  overflow: clip;
}
.c_btn__link:hover {
  opacity: 1;
}

.c_btn__text {
  line-height: inherit;
}

.c_btn__arrow {
  position: absolute;
  display: block;
  background-image: url("../images/common/arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  aspect-ratio: 30/19;
  width: 30px;
  height: auto;
  top: 50%;
  translate: 0 -50%;
  transition: all 0.3s;
}
.c_btn__link:hover .c_btn__arrow {
  translate: 0 calc(-50% - 4px);
}

.c_btn__ico {
  position: absolute;
  display: block;
  background-image: url("../images/common/link.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  aspect-ratio: 1/1;
  width: 27px;
  height: auto;
  top: 50%;
  translate: 0 -50%;
  transition: all 0.3s;
}
.c_btn__link:hover .c_btn__ico {
  translate: 0 calc(-50% - 4px);
}

.c_btn__right {
  right: 16px;
}

.c_btn__left {
  left: 16px;
  rotate: 180deg;
}

.c_btn__large {
  max-width: 400px;
}

/* 以下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 #C3C1BD;
  }
}
.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);
}
.c_pagenavi .wp-pagenavi {
  display: flex;
  text-align: center;
  justify-content: center;
  gap: 4px;
  font-size: 16px;
}
.c_pagenavi span,
.c_pagenavi a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  aspect-ratio: 1/1;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
  height: auto;
  font-size: inherit;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  border-radius: 999px;
  overflow: clip;
}
@media screen and (min-width: 1001px) {
  .c_pagenavi span,
  .c_pagenavi a {
    width: 32px;
  }
}
@media screen and (max-width: 1000px) {
  .c_pagenavi span,
  .c_pagenavi a {
    width: 24px;
  }
}
.c_pagenavi span.current, .c_pagenavi span:hover,
.c_pagenavi a.current,
.c_pagenavi a:hover {
  font-weight: 500 !important;
  opacity: 1;
  color: #fff;
  background-color: #333;
}
.c_pagenavi .first,
.c_pagenavi .last,
.c_pagenavi .pages {
  display: none !important;
}
.c_pagenavi .nextpostslink,
.c_pagenavi .previouspostslink {
  position: relative;
  color: transparent !important;
}
.c_pagenavi .nextpostslink::after,
.c_pagenavi .previouspostslink::after {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  content: "";
  aspect-ratio: 9/15;
  width: 9px;
  height: auto;
  background-image: url("../images/common/page-arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.c_pagenavi .previouspostslink::after {
  rotate: 180deg;
}

.c_single__nav {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  border-top: 1px solid #B5B5B5;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  padding-top: 24px;
  box-sizing: border-box;
  margin-top: clamp(40px, 5vw, 80px);
}
.c_single__nav a {
  font-weight: 700;
}
.c_single__nav a:hover {
  color: #5ACFE9;
}

.c_single__nav___move {
  max-width: 60px;
  flex: 1;
}
.c_single__nav___move a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
}
.c_single__nav___move a:hover {
  color: #5ACFE9;
}

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

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

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

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

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

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

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

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

.form-agree {
  margin-top: clamp(20px, 2.5vw, 40px);
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  font-weight: 400;
  line-height: 2;
}
.form-agree::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * (0.5em - 1px));
}
.form-agree::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
}
.form-agree {
  text-align: center;
}
.mw_wp_form_confirm .form-agree {
  display: none !important;
}
.form-agree a {
  color: #EF5782;
  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(24px, 2vw, 32px);
}
.form-btns a,
.form-btns [type=submit] {
  max-width: 280px;
  width: 100%;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  font-weight: 700;
  padding: 1em;
  color: #fff;
  background-image: url("../images/common/arrow.svg");
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: right 16px center;
  background-color: #333;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .form-btns a,
  .form-btns [type=submit] {
    transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .form-btns a,
  .form-btns [type=submit] {
    transition-duration: 300ms;
  }
}
.form-btns a,
.form-btns [type=submit] {
  border-radius: 999px;
  overflow: clip;
}
.form-btns a:hover,
.form-btns [type=submit]:hover {
  opacity: 1;
  background-position: right 16px calc(50% - 4px);
}
@media screen and (max-width: 500px) {
  .form-btns {
    flex-direction: column;
  }
}

.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が格納されています。 */
/* common */
.main_intro {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: clamp(48px, 5vw, 80px);
}
.main_intro .c_main__head,
.main_intro .main_info__head {
  flex: 1;
}
@media screen and (min-width: 829px) {
  .main_intro {
    align-items: flex-end;
  }
}
@media screen and (max-width: 828px) {
  .main_intro {
    flex-direction: column;
    gap: 56px;
  }
}

/* お知らせ */
.p_news {
  position: absolute;
  display: block;
  bottom: 105px;
  right: 0;
  background-color: #fff;
  border-radius: 20px 0 0 20px;
  padding-top: 48px;
  padding-left: 48px;
  padding-bottom: 32px;
  padding-right: 48px;
  z-index: 2;
}
@media screen and (min-width: 829px) {
  .p_news {
    max-width: 46.4375%;
  }
}
@media screen and (max-width: 828px) {
  .p_news {
    padding: 40px;
    left: 40px;
    bottom: 161px;
  }
}
@media screen and (max-width: 500px) {
  .p_news {
    left: 20px;
    bottom: 136px;
  }
}

.p_news__block {
  display: flex;
  align-items: flex-start;
  gap: 24px 56px;
}
@media screen and (max-width: 500px) {
  .p_news__block {
    flex-direction: column;
  }
}

.p_news__info {
  flex: 1;
}

.p_news__link {
  display: block;
  font-size: 15px;
  padding-bottom: 20px;
  box-sizing: border-box;
  position: relative;
  border-bottom: 1px solid #C3C1BD;
}
.p_news__link::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  scale: 0 1;
  background-color: #EF5782;
  transition: inherit;
  transform-origin: left;
}
.p_news__link:hover {
  opacity: 1;
}
.p_news__link:hover::before {
  scale: 1 1;
}
.p_news__list + .p_news__list .p_news__link {
  padding-top: 20px;
}

.p_news__head {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 32px;
  line-height: 1.5;
  color: #EF5782;
  text-transform: capitalize;
}

.p_news__time {
  font-size: 16px;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  color: #C3C1BD;
  margin-bottom: 8px;
}

.p_news__caption {
  font-size: inherit;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 501px) {
  .p_news__caption {
    -webkit-line-clamp: 1;
  }
}
@media screen and (max-width: 500px) {
  .p_news__caption {
    -webkit-line-clamp: 1;
  }
}

.p_news__close {
  position: absolute;
  right: 24px;
  top: -24px;
  aspect-ratio: 1/1;
  width: 48px;
  height: auto;
}
.p_news__close img {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 500px) {
  .p_news__close {
    width: 40px;
    top: -20px;
    right: 18px;
  }
}

.p_news__top {
  margin-top: clamp(16px, 1.25vw, 20px);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
}

.p_news__text {
  color: #EF5782;
  font-weight: inherit;
  line-height: inherit;
}

/* トップメッセージ message */
.main_message {
  position: relative;
  background-color: #C7F0F9;
  padding-bottom: clamp(104px, 9vw, 144px);
}
.main_message::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 100%;
  background-image: url("../images/common/message_back.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  aspect-ratio: 1600/170;
  width: 100%;
  mix-blend-mode: multiply;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.main_message::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #C7F0F9;
  mix-blend-mode: multiply;
  opacity: 0.4;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

@media screen and (max-width: 1024px) {
  .main_message__head {
    padding-top: 40px;
  }
}

.main_message__caption {
  display: block;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: clamp(3rem, 8.4vw, 5.25rem);
  line-height: 1;
  text-transform: capitalize;
  text-align: center;
  margin-bottom: clamp(48px, 5vw, 80px);
}

.main_message__lead {
  font-size: clamp(1.5rem, 2.8vw, 1.75rem);
  font-weight: 700;
  line-height: 2;
}
@media screen and (min-width: 829px) {
  .main_message__lead br {
    display: block;
  }
}
@media screen and (min-width: 501px) {
  .main_message__lead {
    text-align: center;
  }
}

/* 会社を知る company */
.main_company {
  background-image: url("../images/home/img_home1.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  background-color: #b5e9f7;
}
@media screen and (max-width: 500px) {
  .main_company {
    background-image: url("../images/home/img_home1-sp.webp");
  }
}

.main_company__inner {
  padding-top: clamp(104px, 14vw, 224px);
  padding-bottom: clamp(401px, 30.875vw, 494px);
}

.main_company__side {
  display: flex;
  align-items: flex-start;
  gap: 80px;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .main_company__side {
    gap: 56px;
  }
}
@media screen and (max-width: 828px) {
  .main_company__side {
    flex-direction: column;
  }
}

.main_company__content {
  flex: 1;
}
@media screen and (min-width: 829px) {
  .main_company__content {
    margin-top: 24px;
  }
}

.main_company__lead {
  font-size: clamp(1.75rem, 3.2vw, 2rem);
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: clamp(24px, 2vw, 32px);
}

@media screen and (max-width: 1024px) {
  .main_company__text br.sp_none {
    display: none;
  }
}

/* 仕事を知る about-job */
.main_job {
  background-color: var(--bg-color);
  padding-top: clamp(104px, 9vw, 144px);
  padding-bottom: clamp(104px, 9vw, 144px);
}

.main_job__side {
  display: flex;
  align-items: flex-start;
  gap: 80px;
}
@media screen and (max-width: 1024px) {
  .main_job__side {
    gap: 56px;
  }
}

.main_job__inner {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}

.main_job__media {
  display: block;
  position: relative;
  aspect-ratio: 552/661;
  max-width: 46%;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 828px) {
  .main_job__media {
    display: none;
  }
}

.main_job__pic {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  opacity: 0;
  transform: translateY(50px);
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.main_job__pic.active {
  opacity: 1;
  transform: translateY(0);
}
.main_job__pic img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.main_job__list {
  flex: 1;
}

.main_job__link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #51C2A2;
}
.main_job__item + .main_job__item .main_job__link {
  padding-top: 24px;
}
.main_job__item + .main_job__item .main_job__link.main_job__link--ec {
  padding-top: 16px;
}
.main_job__link .p_label__item {
  border: none;
}
.main_job__link:hover {
  opacity: 1;
}

.main_job__text {
  font-size: clamp(1.25rem, 2.4vw, 1.5rem);
  font-weight: 700;
  line-height: 1.8;
}

.main_job__arrow {
  display: block;
  aspect-ratio: 43/27;
  width: 43px;
  height: auto;
  transition: all 0.3s;
}
.main_job__link:hover .main_job__arrow {
  translate: 0 -16px;
}
.main_job__arrow svg {
  display: block;
  width: 100%;
  height: 100%;
}
.main_job__arrow svg path {
  stroke: var(--theme-color);
}
@media screen and (max-width: 1024px) {
  .main_job__arrow {
    width: 32px;
  }
}

/* 働く人を知る people */
.main_people {
  padding-top: clamp(104px, 9vw, 144px);
  padding-bottom: clamp(104px, 9vw, 144px);
  background: var(--bg-color);
  overflow: hidden;
}
.main_people .p_people__pic {
  max-width: 100%;
}
.main_people .p_people__inner::before {
  content: attr(data-label);
  color: #C7F0F9;
}
.main_people .p_people__item {
  margin: 0 20px;
}
@media screen and (max-width: 1000px) {
  .main_people .p_people__item {
    margin: 0 15px;
  }
}
.main_people .slick-list {
  padding-right: 260px;
  margin: 0 -20px;
}
@media screen and (max-width: 1400px) {
  .main_people .slick-list {
    padding-right: 120px;
  }
}
@media screen and (max-width: 1200px) {
  .main_people .slick-list {
    padding-right: 60px;
  }
}
@media screen and (max-width: 1000px) {
  .main_people .slick-list {
    padding-right: 0px;
    padding-left: 124px;
    margin: 0 -15px;
  }
}
@media screen and (max-width: 1000px) {
  .main_people .slick-list {
    padding-left: 66px;
  }
}
.main_people .slick-next {
  content: "";
  left: auto;
  right: calc((100vw - 1215px) / 2);
  top: auto;
  bottom: calc(100% + 86px);
  width: 54px;
  height: 32px;
  opacity: 1;
  line-height: initial;
  opacity: 1;
}
@media screen and (max-width: 1200px) {
  .main_people .slick-next {
    right: 40px;
  }
}
.main_people .slick-next::before {
  content: "";
  background-image: url("../images/home/arrow_works.svg");
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 54px;
  height: 32px;
  opacity: 1;
}
@media screen and (max-width: 1000px) {
  .main_people .slick-next {
    display: none !important;
  }
}
.main_people .slick-prev {
  content: "";
  left: auto;
  right: calc((100vw - 1215px) / 2 + 100px);
  top: auto;
  bottom: calc(100% + 86px);
  width: 54px;
  height: 32px;
  opacity: 1;
  line-height: initial;
}
@media screen and (max-width: 1200px) {
  .main_people .slick-prev {
    right: 140px;
  }
}
.main_people .slick-prev::before {
  content: "";
  background-image: url("../images/common/arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 54px;
  height: 32px;
  opacity: 1;
  transform: rotate(180deg);
}
@media screen and (max-width: 1000px) {
  .main_people .slick-prev {
    display: none !important;
  }
}

.main_people__intro {
  display: flex;
  gap: 96px;
  margin-bottom: clamp(64px, 6vw, 96px);
}
@media screen and (min-width: 829px) {
  .main_people__intro {
    align-items: baseline;
  }
}
@media screen and (max-width: 1024px) {
  .main_people__intro {
    gap: 56px;
  }
}
@media screen and (max-width: 828px) {
  .main_people__intro {
    flex-direction: column;
  }
}

/* 福利厚生・環境を知る benefits-culture */
.main_culture {
  position: relative;
  padding-top: clamp(64px, 9vw, 144px);
  padding-bottom: clamp(64px, 9vw, 144px);
}
.main_culture::before {
  position: absolute;
  content: "";
  display: block;
  background-image: url("../images/page/benefits-culture/bg_benefits-culture1.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
}

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

.main_culture__item {
  position: relative;
  display: block;
  border-radius: 20px;
  background-color: #fff;
  overflow: hidden;
  padding-top: clamp(32px, 3.5vw, 56px);
  padding-left: clamp(32px, 3.5vw, 56px);
  padding-bottom: 32px;
  padding-right: 32px;
}
.main_culture__item:hover {
  opacity: 1;
}

.main_culture__head {
  display: block;
  margin-bottom: clamp(0px, 2vw, 32px);
}

.main_culture__caption {
  display: block;
  font-size: clamp(4rem, 6vw, 6rem);
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: var(--theme-color);
  line-height: 1;
  margin-bottom: clamp(8px, 1vw, 16px);
  text-transform: capitalize;
}

.main_culture__lead {
  font-size: clamp(1.125rem, 2vw, 1.25rem);
  font-weight: 700;
  line-height: 2;
}

.main_culture__arrow {
  position: absolute;
  display: block;
  aspect-ratio: 60/38;
  width: 60px;
  height: auto;
  bottom: 48px;
  right: 48px;
  transition: all 0.3s;
}
.main_culture__item:hover .main_culture__arrow {
  translate: 0 -16px;
}
.main_culture__arrow svg {
  display: block;
  width: 100%;
  height: 100%;
}
.main_culture__arrow svg path {
  stroke: var(--theme-color);
}
@media screen and (max-width: 1024px) {
  .main_culture__arrow {
    width: 38px;
    right: 32px;
    bottom: 30px;
  }
}

/* 数字で知る infographics */
.main_info {
  background-color: var(--bg-color);
  padding-top: clamp(104px, 7.5vw, 120px);
  padding-bottom: clamp(104px, 9vw, 144px);
}

.main_info__card {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.main_info__card .p_info__data {
  flex-wrap: nowrap;
}
.main_info__card .p_info__small {
  white-space: nowrap;
}
@media screen and (max-width: 1024px) and (min-width: 501px) {
  .main_info__card .p_num {
    font-size: 48px;
  }
}
@media screen and (max-width: 828px) {
  .main_info__card {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
}
@media screen and (max-width: 500px) {
  .main_info__card {
    grid-template-columns: 1fr;
    gap: 4px;
  }
}

.main_info__item {
  background-color: #fff;
  padding-top: clamp(29px, 2.5625vw, 41px);
  padding-bottom: clamp(40px, 4.625vw, 74px);
  padding-left: 32px;
  padding-right: 32px;
  border-radius: 20px;
  overflow: hidden;
}

.main_info__head {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media screen and (max-width: 828px) {
  .main_info__head {
    text-align: center;
  }
}

.main_info__lead {
  font-size: clamp(2.5rem, 5.1428571429vw, 4.5rem);
  font-weight: 700;
  line-height: 1;
  color: var(--theme-color);
}

.main_info__caption {
  display: block;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: clamp(1.25rem, 2.4vw, 1.5rem);
  line-height: 1;
  text-transform: capitalize;
}

/* 募集要項 requirements */
.main_req {
  margin-top: clamp(104px, 9vw, 144px);
}

.main_req__link {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--bg-color);
  padding-top: clamp(28px, 4vw, 40px);
  padding-bottom: clamp(20px, 4.8vw, 48px);
  padding-left: 32px;
  padding-right: 32px;
  border-radius: 20px;
  overflow: hidden;
}
.main_req__link:hover {
  opacity: 1;
}

.main_req__unit {
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 500px) {
  .main_req__unit {
    flex-direction: column;
    align-items: flex-start;
  }
}

.main_req__group {
  display: flex;
  align-items: center;
  margin-bottom: clamp(4px, 1.1428571429vw, 16px);
}

.main_req__caption {
  display: block;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: clamp(2.5rem, 8vw, 6rem);
  line-height: 1;
  color: var(--theme-color);
  text-transform: capitalize;
  margin-right: clamp(24px, 2vw, 32px);
}

.main_req__text {
  font-size: 20px;
  font-weight: 700;
  line-height: 2;
  margin-right: clamp(20px, 3vw, 48px);
}

.main_req__arrow {
  display: block;
  aspect-ratio: 60/38;
  width: 60px;
  height: auto;
  bottom: 48px;
  right: 48px;
  transition: all 0.3s;
}
.main_req__link:hover .main_req__arrow {
  translate: 0 -16px;
}
.main_req__arrow svg {
  display: block;
  width: 100%;
  height: 100%;
}
.main_req__arrow svg path {
  stroke: var(--theme-color);
}
@media screen and (max-width: 828px) {
  .main_req__arrow {
    width: 35px;
  }
}

/* ギャラリー gallery */
.main_gallery {
  position: relative;
  margin-top: clamp(61px, 4.1875vw, 67px);
  margin-bottom: -242px;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .main_gallery {
    margin-bottom: -222px;
  }
}

.main_gallery__slide {
  overflow: hidden;
}

.main_gallery__inner {
  display: flex;
  align-items: center;
  gap: 56px;
  width: -moz-max-content;
  width: max-content;
  animation: img-slide-pc 75s linear infinite;
}

.main_gallery__pic {
  display: block;
  aspect-ratio: 1723/545;
  max-width: 1723px;
  height: auto;
}
.main_gallery__pic img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1000px) {
  .main_gallery__pic {
    max-width: 1206px;
  }
}

@keyframes img-slide-pc {
  0% {
    translate: 0 0%;
  }
  100% {
    translate: calc(-50% - 28px) 0;
  }
}
.theme_blue {
  --theme-color: #2F70C9;
  --bg-color: #DDEBFF;
}

.theme_light_blue {
  --theme-color: #5ACFE9;
  --bg-color: #C7F0F9;
}

.theme_pink {
  --theme-color: #EF5782;
  --bg-color: #FFECF2;
}

.theme_green {
  --theme-color: #51C2A2;
  --bg-color: #E4F7DD;
}

.theme_orange {
  --theme-color: #FEB847;
  --bg-color: #FFF3E0;
}

.theme_default {
  --theme-color: #333;
  --bg-color: #FAFAFA ;
}

.p_sec + .p_sec {
  margin-top: clamp(104px, 9vw, 144px);
}

.p_label__list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 8px;
  flex: 1;
}

.p_label__item {
  background-color: #fff;
  font-size: clamp(0.875rem, 1.5vw, 0.9375rem);
  font-weight: 700;
  line-height: 1.5;
  padding: 4px 8px;
  border: 1px solid #B5B5B5;
  border-radius: 8px;
  overflow: hidden;
}

.p_label__item--green {
  background-color: #E4F7DD;
  border: none;
}

.p_banner {
  position: relative;
  padding-top: clamp(64px, 9vw, 144px);
  padding-bottom: clamp(64px, 9vw, 144px);
  margin-top: clamp(104px, 9vw, 144px);
}
.p_banner::before {
  position: absolute;
  content: "";
  display: block;
  background-image: url("../images/common/bg_banner.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
}
@media screen and (max-width: 828px) {
  .p_banner {
    margin-top: 140px;
  }
}

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

.p_banner__item {
  position: relative;
  display: block;
  border-radius: 20px;
  background-color: #fff;
  overflow: hidden;
  padding: 32px;
}
.p_banner__item:hover {
  opacity: 1;
}

.p_banner__arrow {
  position: absolute;
  display: block;
  aspect-ratio: 43/27;
  width: 43px;
  height: auto;
  bottom: 32px;
  right: 32px;
  transition: all 0.3s;
}
.p_banner__item:hover .p_banner__arrow {
  translate: 0 -16px;
}
.p_banner__arrow svg {
  display: block;
  width: 100%;
  height: 100%;
}
.p_banner__arrow svg path {
  stroke: var(--theme-color);
}
@media screen and (max-width: 828px) {
  .p_banner__arrow {
    width: 32px;
  }
}

.p_intro__head {
  font-size: clamp(1.75rem, 3.2vw, 2rem);
  font-weight: 700;
  line-height: 1.8;
  color: var(--theme-color);
  margin-bottom: 32px;
}

.p_intro__content {
  max-width: 880px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: clamp(64px, 6.5vw, 104px);
}
@media screen and (max-width: 828px) {
  .p_intro__content {
    text-align: left;
  }
}

.p_block__message + .c_footer {
  margin-top: 0;
}

.p_message__sec + .p_message__sec {
  margin-top: clamp(120px, 21.125vw, 338px);
}

.p_message__bg {
  background-color: #C7F0F9;
  position: relative;
  padding-bottom: clamp(240px, 23.125vw, 370px);
}
.p_message__bg::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: calc(100% - 1px);
  background-image: url("../images/common/light_blue_intersect.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  aspect-ratio: 1600/170;
  width: 100%;
}

.p_message__ceo {
  display: block;
  aspect-ratio: 880/440;
  max-width: 880px;
  width: 100%;
  height: auto;
  margin-bottom: clamp(40px, 4vw, 64px);
}
.p_message__ceo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p_message__lead {
  font-size: clamp(1.75rem, 3.2vw, 2rem);
  font-weight: 700;
  color: #2F70C9;
  line-height: 1.8;
  margin-bottom: clamp(24px, 2vw, 32px);
}

.p_message__side {
  display: flex;
  align-items: flex-start;
  gap: 40px 64px;
}
@media screen and (max-width: 1024px) {
  .p_message__side {
    padding-top: 48px;
  }
}
@media screen and (max-width: 828px) {
  .p_message__side {
    flex-direction: column;
  }
}

.p_message__pic {
  display: block;
  aspect-ratio: 408/596;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 829px) {
  .p_message__pic {
    max-width: 46.3636363636%;
  }
}
@media screen and (max-width: 828px) {
  .p_message__pic {
    max-width: 350px;
  }
}
@media screen and (max-width: 500px) {
  .p_message__pic {
    max-width: 70%;
  }
}
.p_message__pic img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p_message__inner {
  flex: 1;
}

.p_message__owner {
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
  gap: 8px;
  margin-top: clamp(24px, 2vw, 32px);
}

.p_message__class {
  font-size: clamp(1.125rem, 2vw, 1.25rem);
  line-height: 1.8;
  font-weight: 700;
}

.p_message__name {
  font-size: clamp(1.5rem, 2.8vw, 1.75rem);
  line-height: 1.8;
  font-weight: 700;
}

.p_access__map {
  width: 100%;
  border-radius: 0px;
  overflow: clip;
}
@media screen and (min-width: 501px) {
  .p_access__map {
    height: 500px;
  }
}
@media screen and (max-width: 500px) {
  .p_access__map {
    height: 300px;
  }
}
.p_access__map iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.p_about__content + .p_about__content {
  margin-top: 64px;
}

.p_about__side {
  display: flex;
  align-items: flex-start;
  gap: 48px;
  margin-top: clamp(24px, 2.5vw, 40px);
}
@media screen and (max-width: 828px) {
  .p_about__side {
    gap: 40px;
  }
}
@media screen and (max-width: 650px) {
  .p_about__side {
    flex-direction: column;
  }
}

.p_about__inner {
  flex: 1;
}

.p_about__pic {
  display: block;
  aspect-ratio: 400/288;
  width: 100%;
  height: auto;
}
.p_about__pic img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 651px) {
  .p_about__pic {
    max-width: 45.4545454545%;
  }
}

.p_business__pic {
  border-radius: 0;
}
@media screen and (min-width: 501px) {
  .p_business__pic {
    margin-top: clamp(48px, 4vw, 64px);
  }
}
.p_business__pic img {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 500px) {
  .p_business__pic .pc_only {
    display: none;
  }
}
@media screen and (min-width: 501px) {
  .p_business__pic .sp_only {
    display: none;
  }
}

@media screen and (min-width: 501px) {
  .p_business__content {
    display: none;
  }
}
.p_business__content .c_badge {
  margin-bottom: 12px;
}
.p_business__content + .p_business__content {
  margin-top: 32px;
}

.p_business__group {
  padding: 16px;
  margin-top: 16px;
  border: 1px solid var(--theme-color);
  border-radius: 8px;
  overflow: hidden;
}

.p_business__group--pink {
  background-color: #FFECF2;
}

.p_business__item {
  line-height: 1.5;
}
.p_business__item + .p_business__item {
  margin-top: 8px;
}

.p_business__text {
  display: block;
  padding-left: 8px;
  text-indent: -8px;
  line-height: 1.5;
}
.p_business__text::before {
  content: "-";
  margin-right: 4px;
}

.p_business__lead {
  margin-bottom: 8px;
}

.p_business__caption {
  font-weight: 700;
  line-height: 1.5;
}

.p_business__label {
  color: var(--theme-color);
}

.p_business__division {
  color: var(--theme-color);
  line-height: 1.5;
}

.p_philosophy__content {
  padding-top: clamp(32px, 3vw, 48px);
  padding-bottom: clamp(32px, 3vw, 48px);
  padding-left: clamp(24px, 4vw, 64px);
  padding-right: clamp(24px, 4vw, 64px);
  background-color: #FAFAFA;
  border-radius: 20px;
  overflow: hidden;
}

.p_philosophy__text {
  font-size: clamp(1rem, 1.8vw, 1.125rem);
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (max-width: 500px) {
  .p_philosophy__text br.sp_none {
    display: none;
  }
}

.p_job__card {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px 64px;
}
@media screen and (max-width: 828px) {
  .p_job__card {
    gap: 64px 40px;
  }
}
@media screen and (max-width: 500px) {
  .p_job__card {
    grid-template-columns: 1fr;
  }
}

.p_job__item {
  display: flex;
  flex-direction: column;
}
.p_job__item:hover {
  opacity: 1;
}

.p_job__pic {
  position: relative;
  display: block;
  aspect-ratio: 568/328;
  max-width: 568px;
  width: 100%;
  height: auto;
  margin-bottom: 24px;
  transition: all 0.3s;
}
.p_job__pic img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: inherit;
}
.p_job__item:hover .p_job__pic img {
  scale: 1.1;
}

.p_job__caption {
  display: block;
  position: absolute;
  left: clamp(-32px, -4vw, -20px);
  top: clamp(-32px, -4vw, -20px);
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: clamp(8.75rem, 14.5714285714vw, 12.75rem);
  line-height: 1;
  color: #fff;
  letter-spacing: -0.1em;
}

.p_job__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  margin-top: 8px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--theme-color);
}

.p_job__text {
  font-size: clamp(1.25rem, 2.4vw, 1.5rem);
  font-weight: 700;
  line-height: 1.8;
}

.p_job__arrow {
  display: block;
  aspect-ratio: 43/27;
  width: 43px;
  height: auto;
  transition: all 0.3s;
}
.p_job__item:hover .p_job__arrow {
  translate: 0 -16px;
}
.p_job__arrow svg {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 828px) {
  .p_job__arrow {
    width: 32px;
  }
}

.p_details .c_pagelist {
  display: none;
}
@media screen and (min-width: 1001px) {
  .p_details .c_anchor__tab + .c_anchor__tab .c_anchor__btn {
    margin-top: 32px;
  }
  .p_details .c_following__side {
    width: 240px;
  }
  .p_details .c_anchor__list {
    max-height: 70dvh;
    overflow-y: scroll;
  }
}
@media screen and (max-width: 1000px) {
  .p_details .c_anchor__btn {
    padding-bottom: 12px;
    border-bottom: 1px solid #51C2A2;
  }
  .p_details .c_anchor__btn.is-open .c_anchor__ico {
    rotate: -180deg;
  }
  .p_details .c_anchor__caption {
    pointer-events: none;
  }
}

.c_anchor__list::-webkit-scrollbar {
  background: #fff;
  width: 8px;
  border-radius: 20px;
}

.c_anchor__list::-webkit-scrollbar-thumb {
  background: #F4F4F4;
  border-radius: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.c_anchor__list::-webkit-scrollbar-thumb:hover {
  background: #B5B5B5;
}

.p_details__block {
  counter-reset: number 0;
}

.p_details__media {
  position: relative;
  display: block;
  aspect-ratio: 880/440;
  max-width: 880px;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-bottom: clamp(40px, 4vw, 64px);
}
.p_details__media img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p_details__media::before {
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero);
  display: block;
  position: absolute;
  left: clamp(-48px, -4vw, -20px);
  top: clamp(-48px, -4vw, -20px);
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: clamp(8.75rem, 20.3571428571vw, 17.8125rem);
  line-height: 1;
  color: #fff;
  letter-spacing: -0.1em;
}

.p_details__content + .p_details__content {
  margin-top: clamp(56px, 4vw, 64px);
}

.p_details__side {
  display: flex;
  align-items: flex-start;
  gap: 48px;
  margin-bottom: clamp(40px, 3vw, 48px);
}
@media screen and (max-width: 500px) {
  .p_details__side {
    flex-direction: column;
  }
}

.p_details__pic {
  display: block;
  aspect-ratio: 400/384;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.p_details__pic img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 501px) {
  .p_details__pic {
    max-width: 45.4545454545%;
  }
}

.p_details__inner {
  flex: 1;
}
.p_details__inner .c_badge {
  margin-bottom: 16px;
}
.p_details__inner .p_label__list {
  margin-bottom: clamp(24px, 2.5vw, 40px);
}

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

.p_details__sub__card .p_details__list {
  height: auto;
  display: block;
}

.p_details__list {
  margin-top: 24px;
  margin-bottom: 16px;
  height: 0;
  display: none;
}

.p_details__item {
  display: flex;
  align-items: center;
  gap: 8px;
  line-height: 1.5;
}
.p_details__item + .p_details__item {
  margin-top: clamp(8px, 0.75vw, 12px);
}
.p_details__item::before {
  content: "●";
  font-size: 6px;
  color: var(--theme-color);
}

.p_details__group,
.p_details__sub__group {
  padding-top: clamp(20px, 1.5vw, 24px);
  padding-bottom: clamp(20px, 1.5vw, 24px);
  padding-left: clamp(24px, 2.5vw, 40px);
  padding-right: clamp(24px, 2.5vw, 40px);
  background-color: #FAFAFA;
  border-radius: 20px;
  overflow: hidden;
}

.p_details__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: clamp(1.125rem, 2vw, 1.25rem);
  font-weight: 700;
  line-height: 1.8;
  color: var(--theme-color);
  transition: all 0.5s;
  cursor: pointer;
}
.p_details__head::after {
  content: "";
  display: block;
  background-image: url("../images/common/arrow-top.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  aspect-ratio: 1/1;
  width: 40px;
  height: auto;
  rotate: 180deg;
  transition: inherit;
}
@media screen and (max-width: 1024px) {
  .p_details__head::after {
    width: 32px;
  }
}
.p_details__head.is-open::after {
  rotate: 0deg;
}
.p_details__head.is-open + .p_details__list {
  height: inherit;
}

.p_details__sub__block {
  padding: 40px;
  background-color: #FAFAFA;
  margin-top: 48px;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .p_details__sub__block {
    padding: 32px 24px;
  }
}

.p_details__sub__side {
  display: flex;
  align-items: flex-start;
  gap: 32px;
  margin-bottom: 24px;
}
@media screen and (max-width: 500px) {
  .p_details__sub__side {
    flex-direction: column;
  }
}

.p_details__sub__pic {
  display: block;
  aspect-ratio: 309/297;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.p_details__sub__pic img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 501px) {
  .p_details__sub__pic {
    max-width: 38.625%;
  }
}

.p_details__sub__group {
  background-color: #fff;
}

.p_details__sub__head {
  font-size: clamp(1.125rem, 2vw, 1.25rem);
  font-weight: 700;
  line-height: 1.8;
  color: var(--theme-color);
}

.p_people__card {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 64px 24px;
  counter-reset: number 0;
}
@media screen and (max-width: 828px) {
  .p_people__card {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 500px) {
  .p_people__card {
    grid-template-columns: 1fr;
  }
}

.p_people__item:hover {
  opacity: 1;
}

.p_people__inner {
  position: relative;
  overflow: hidden;
}
.p_people__inner::before {
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero);
  display: block;
  position: absolute;
  left: clamp(-28px, -4vw, -20px);
  top: clamp(-28px, -4vw, -20px);
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: clamp(8.75rem, 13.4285714286vw, 11.75rem);
  line-height: 1;
  color: #fff;
  letter-spacing: -0.1em;
  z-index: 1;
}

.p_people__content {
  position: absolute;
  bottom: 32px;
  left: 32px;
  right: 32px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .p_people__content {
    left: 24px;
    right: 24px;
  }
}

.p_people__profile {
  min-width: 220px;
  max-width: 73.125%;
}
@media screen and (max-width: 1024px) {
  .p_people__profile {
    min-width: 200px;
  }
}

.p_people__pic {
  position: relative;
  display: block;
  aspect-ratio: 384/480;
  max-width: 480px;
  width: 100%;
  height: auto;
  transition: all 0.3s;
}
.p_people__pic img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: inherit;
  z-index: -1;
}
.p_people__item:hover .p_people__pic img {
  scale: 1.1;
}
.p_people__pic::before {
  content: "";
  position: absolute;
  display: block;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40.45%, rgba(0, 0, 0, 0.25) 100%);
  background-blend-mode: multiply, normal;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.p_people__info {
  display: flex;
  align-items: flex-end;
  gap: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
}

.p_people__tag {
  display: flex;
  flex-direction: column;
  font-size: clamp(0.75rem, 1.0714285714vw, 0.9375rem);
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: clamp(2px, 0.25vw, 4px);
  white-space: nowrap;
}

.p_people__detail {
  align-items: center;
  flex-wrap: wrap;
  font-size: clamp(0.875rem, 1.1428571429vw, 1rem);
  font-weight: 700;
  line-height: 1.8;
  margin-top: 10px;
}
.p_people__detail .p_people__text:first-child:has(+ .p_people__text)::after {
  content: " / ";
}

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

.p_people__arrow {
  display: block;
  aspect-ratio: 59/37;
  width: 59px;
  height: auto;
  transition: all 0.3s;
}
.p_people__item:hover .p_people__arrow {
  translate: 0 -16px;
}
.p_people__arrow svg {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .p_people__arrow {
    max-width: 32px;
    min-width: 32px;
  }
}

.p_people__name {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: clamp(2.5rem, 4.1428571429vw, 3.625rem);
  line-height: 1;
}

.p_people__head {
  font-size: clamp(1.125rem, 2vw, 1.25rem);
  line-height: 1.8;
  font-weight: 700;
  margin-top: 24px;
}

/* single */
.p_member__pic {
  position: relative;
  display: block;
  aspect-ratio: 880/440;
  max-width: 880px;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.p_member__pic img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p_member__pic::before {
  display: none !important;
  content: attr(data-label);
  display: block;
  position: absolute;
  left: clamp(-48px, -4vw, -20px);
  top: clamp(-48px, -4vw, -20px);
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: clamp(6.25rem, 24vw, 15rem);
  line-height: 1;
  color: #fff;
  letter-spacing: -0.1em;
}

.p_member__head {
  font-size: clamp(1.75rem, 3.2vw, 2rem);
  font-weight: 700;
  line-height: 1.8;
  color: var(--theme-color);
  margin-top: clamp(40px, 4vw, 64px);
  margin-bottom: 24px;
}

.p_member__info {
  display: inline-flex;
  align-items: flex-end;
  gap: 16px;
  padding-bottom: 16px;
  padding-right: 16px;
  margin-top: 16px;
  border-bottom: 1px solid #333;
}

.p_member__name {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: clamp(2.5rem, 6.4vw, 4rem);
  line-height: 1;
}

.p_member__class {
  font-size: clamp(0.9375rem, 1.8vw, 1.125rem);
  font-weight: 700;
  line-height: 1.5;
}
.p_member__class .p_member__text + .p_member__text::before {
  content: " / ";
}

.p_member___inner {
  margin-top: clamp(64px, 6.5vw, 104px);
}

.p_qa__item + .p_qa__item {
  margin-top: clamp(40px, 4vw, 64px);
}

.p_qa__ques {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 20px 8px 16px;
  background-color: #FAFAFA;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 24px;
}

.p_qa__ico {
  position: relative;
  display: block;
  aspect-ratio: 1/1;
  min-width: 24px;
  height: auto;
  border-radius: 4px;
  overflow: hidden;
  background-color: var(--theme-color);
}
.p_qa__ico::before {
  display: block;
  content: "Q.";
  font-family: "Jost", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  line-height: 1;
  color: #fff;
  padding: 5px 1px 4px 4px;
}

.p_qa__text {
  font-size: clamp(1.125rem, 2vw, 1.25rem);
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 500px) {
  .p_qa__text {
    line-height: 1.25;
  }
}

.p_member__message {
  background-color: #C7F0F9;
  border-radius: 20px;
  overflow: hidden;
  margin-top: 64px;
  padding-top: clamp(32px, 3vw, 48px);
  padding-bottom: clamp(32px, 3vw, 48px);
  padding-left: clamp(24px, 4vw, 64px);
  padding-right: clamp(24px, 4vw, 64px);
}

.p_member__side {
  display: flex;
  align-items: center;
  gap: 40px 48px;
}
@media screen and (max-width: 1024px) {
  .p_member__side {
    gap: 40px 32px;
  }
}
@media screen and (max-width: 500px) {
  .p_member__side {
    flex-direction: column;
  }
}

.p_member__media {
  display: block;
  aspect-ratio: 1/1;
  max-width: 200px;
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 1000px;
}
.p_member__media img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

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

.p_member__slider {
  margin-top: 144px;
  padding: 144px 0;
  overflow: hidden;
  background: #C7F0F9;
}
@media screen and (max-width: 1000px) {
  .p_member__slider {
    margin-top: 104px;
    padding: 104px 0;
  }
}
.p_member__slider .c_badge {
  margin-bottom: 56px;
}
.p_member__slider .p_people__pic {
  max-width: 100%;
}
@media screen and (max-width: 1200px) {
  .p_member__slider .over-right {
    padding: 0;
  }
}
.p_member__slider .p_people__inner::before {
  content: attr(data-label);
  color: #C7F0F9;
}
.p_member__slider .p_people__item {
  margin: 0 12px;
}
@media screen and (max-width: 1000px) {
  .p_member__slider .p_people__item {
    margin: 0 10px;
  }
}
.p_member__slider .slick-list {
  padding-right: 200px;
  margin: 0 -12px;
}
@media screen and (max-width: 1400px) {
  .p_member__slider .slick-list {
    padding-right: 100px;
  }
}
@media screen and (max-width: 1200px) {
  .p_member__slider .slick-list {
    padding-right: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .p_member__slider .slick-list {
    padding-right: 0px;
    padding-left: 124px;
    margin: 0 -10px;
  }
}
@media screen and (max-width: 1000px) {
  .p_member__slider .slick-list {
    padding-left: 66px;
  }
}
.p_member__slider .slick-next {
  content: "";
  left: auto;
  right: calc((100vw - 1215px) / 2);
  top: auto;
  bottom: calc(100% + 46px);
  width: 54px;
  height: 32px;
  opacity: 1;
  line-height: initial;
  opacity: 1;
}
@media screen and (max-width: 1400px) {
  .p_member__slider .slick-next {
    right: 40px;
  }
}
.p_member__slider .slick-next::before {
  content: "";
  background-image: url("../images/home/arrow_works.svg");
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 54px;
  height: 32px;
  opacity: 1;
}
@media screen and (max-width: 1000px) {
  .p_member__slider .slick-next {
    display: none !important;
  }
}
.p_member__slider .slick-prev {
  content: "";
  left: auto;
  right: calc((100vw - 1215px) / 2 + 100px);
  top: auto;
  bottom: calc(100% + 46px);
  width: 54px;
  height: 32px;
  opacity: 1;
  line-height: initial;
}
@media screen and (max-width: 1400px) {
  .p_member__slider .slick-prev {
    right: 140px;
  }
}
.p_member__slider .slick-prev::before {
  content: "";
  background-image: url("../images/home/arrow_works.svg");
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 54px;
  height: 32px;
  opacity: 1;
  transform: rotate(180deg);
}
@media screen and (max-width: 1000px) {
  .p_member__slider .slick-prev {
    display: none !important;
  }
}

.p_benefits__card {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 56px 30px;
}
@media screen and (max-width: 828px) {
  .p_benefits__card {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 30px;
  }
}
@media screen and (max-width: 500px) {
  .p_benefits__card {
    grid-template-columns: 1fr;
  }
}

.p_benefits__pic {
  display: block;
  aspect-ratio: 380/256;
  max-width: 380px;
  width: 100%;
  height: auto;
  margin-bottom: 24px;
}
.p_benefits__pic img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p_benefits__head {
  font-size: clamp(1.125rem, 2vw, 1.25rem);
  font-weight: 700;
  line-height: 1.5;
  color: var(--theme-color);
  margin-bottom: 8px;
}

.p_education {
  position: relative;
  padding-top: clamp(64px, 9vw, 144px);
  padding-bottom: clamp(64px, 9vw, 144px);
}
.p_education::before {
  position: absolute;
  content: "";
  display: block;
  background-image: url("../images/page/benefits-culture/bg_benefits-culture1.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
}

.p_education__wrap {
  padding-left: clamp(24px, 7.5vw, 120px);
  padding-right: clamp(24px, 7.5vw, 120px);
  padding-top: clamp(48px, 6.25vw, 100px);
  padding-bottom: clamp(48px, 6.25vw, 100px);
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
}

.p_education__inner {
  max-width: 960px;
  width: 100%;
  margin: auto;
}

.p_education__item {
  display: flex;
  align-items: center;
  gap: 48px;
}
@media screen and (max-width: 828px) {
  .p_education__item {
    gap: 32px;
  }
}
@media screen and (max-width: 500px) {
  .p_education__item {
    flex-direction: column;
  }
}
.p_education__item + .p_education__item {
  margin-top: clamp(40px, 4vw, 64px);
}

.p_education__ico {
  display: block;
  aspect-ratio: 1/1;
  max-width: 120px;
  width: 100%;
  height: auto;
}
.p_education__ico img {
  display: block;
  width: 100%;
  height: 100%;
}

.p_education__head {
  font-size: clamp(1.125rem, 2vw, 1.25rem);
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 24px;
}

.p_interaction__wrap {
  padding-left: clamp(24px, 7.5vw, 120px);
  padding-right: clamp(24px, 7.5vw, 120px);
  padding-top: clamp(48px, 6.25vw, 100px);
  padding-bottom: clamp(48px, 6.25vw, 100px);
  background-color: #FAFAFA;
  border-radius: 20px;
  overflow: hidden;
}

.p_interaction__inner {
  max-width: 960px;
  width: 100%;
}

.p_interaction__gallery {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 40px;
}
@media screen and (max-width: 500px) {
  .p_interaction__gallery {
    flex-direction: column;
  }
}

.p_interaction__pic {
  display: block;
  aspect-ratio: 304/224;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 501px) {
  .p_interaction__pic {
    max-width: 304px;
  }
}
.p_interaction__pic img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p_interaction__text {
  margin-top: 24px;
}

.p_atomosphere__slide {
  overflow: hidden;
}

.p_atomosphere__inner {
  display: flex;
  align-items: center;
  gap: 16px;
  width: -moz-max-content;
  width: max-content;
  animation: image_slider 60s infinite linear;
}

.p_atomosphere__pic {
  display: block;
  aspect-ratio: 400/300;
  max-width: 400px;
  width: 100%;
  height: auto;
}
.p_atomosphere__pic img {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 828px) {
  .p_atomosphere__pic {
    max-width: 280px;
  }
}

@keyframes image_slider {
  0% {
    translate: 0 0%;
  }
  100% {
    translate: calc(-50% - 8px) 0;
  }
}
.p_block__infographics {
  background-color: #FAFAFA;
}

.p_info__section + .p_info__section {
  margin-top: clamp(104px, 9vw, 144px);
}

.p_info__content {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: clamp(32px, 3.125vw, 50px);
  padding-bottom: clamp(48px, 4.5vw, 72px);
  padding-left: clamp(32px, 4vw, 64px);
  padding-right: clamp(32px, 4vw, 64px);
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
}

@media screen and (min-width: 501px) {
  .p_info__inner {
    margin-left: clamp(32px, 3.5vw, 56px);
  }
}
@media screen and (max-width: 500px) {
  .p_info__inner {
    margin-top: 24px;
  }
}

.p_info__block {
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
  padding-top: clamp(40px, 3.125vw, 50px);
  padding-bottom: clamp(40px, 4.5vw, 72px);
  padding-left: clamp(32px, 4vw, 64px);
  padding-right: clamp(32px, 4vw, 64px);
}
@media screen and (min-width: 829px) {
  .p_info__block {
    grid-column: 1/3;
  }
}

.p_info__set {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 500px) {
  .p_info__set {
    flex-direction: column;
    margin-bottom: 16px;
  }
}

.p_info__side {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 500px) {
  .p_info__side {
    flex-direction: column;
  }
}

@media screen and (min-width: 501px) {
  .p_info__side--end {
    align-items: flex-end;
  }
}

.p_info__list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 8px;
}
@media screen and (min-width: 501px) {
  .p_info__list {
    justify-content: center;
  }
}

.p_info__item {
  background-color: #fff;
  font-size: clamp(0.875rem, 1.5vw, 1.125rem);
  font-weight: 700;
  line-height: 1.5;
  padding-top: clamp(8px, 0.65625vw, 10.5px);
  padding-bottom: clamp(8px, 0.65625vw, 10.5px);
  padding-left: clamp(12px, 1.25vw, 20px);
  padding-right: clamp(12px, 1.25vw, 20px);
  border: 1px solid #B5B5B5;
  border-radius: 8px;
  overflow: hidden;
}

.p_info__head {
  font-size: clamp(1.25rem, 1.5vw, 1.5rem);
  font-weight: 700;
  line-height: 1.5;
  color: var(--theme-color);
  text-align: center;
  margin-bottom: clamp(24px, 2vw, 32px);
}
.p_info__head small {
  font-size: clamp(0.75rem, 1.0714285714vw, 0.9375rem);
}

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

.p_info__ico {
  display: block;
  aspect-ratio: 1/1;
  min-width: 120px;
  max-width: 120px;
  height: auto;
  border-radius: 0;
}
.p_info__ico img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .p_info__ico {
    max-width: 100px;
    min-width: 100px;
  }
}
@media screen and (max-width: 500px) {
  .p_info__ico {
    max-width: 80px;
  }
}

.p_info__ico--center {
  margin: auto;
  margin-top: clamp(24px, 3vw, 48px);
}

.p_info__group {
  display: flex;
  align-items: baseline;
  gap: 4px;
}

.p_info__data {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
}

.p_info__nums {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 12px;
}

.p_info__value {
  display: flex;
  align-items: baseline;
}

.p_info__field {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 4px;
}

.p_info__caption {
  display: block;
  font-size: clamp(1rem, 1.8vw, 1.125rem);
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.p_info__text {
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.p_info__unit {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 4px;
}
.p_info__unit + .p_info__unit {
  margin-top: 8px;
}

.p_info__label {
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 1201px) {
  .p_info__label {
    white-space: nowrap;
  }
}

.p_info__desc {
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  min-width: 60px;
}

.p_info__small {
  font-size: clamp(1.125rem, 1.25vw, 1.25rem);
  font-weight: 700;
  line-height: 1.5;
}

.p_num {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: clamp(4rem, 4.1111111111vw, 4.625rem);
  line-height: 1;
  font-feature-settings: "tnum";
}

.p_num--small {
  font-size: clamp(1.25rem, 1.5vw, 1.5rem);
  line-height: 1.5;
}

.p_num--medium {
  font-size: clamp(2rem, 3.25vw, 3.25rem);
}

.u_mb {
  margin-bottom: clamp(8px, 1vw, 16px);
}

.u_mb24 {
  margin-bottom: 24px;
}

.u_mt {
  margin-top: 8px;
}

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

.p_requirements__block .c_anchor__block + .c_anchor__block {
  margin-top: 64px;
}

.p_requirements__content {
  padding-top: clamp(40px, 5vw, 80px);
  padding-bottom: clamp(40px, 5vw, 80px);
  padding-left: clamp(32px, 7.5vw, 120px);
  padding-right: clamp(32px, 7.5vw, 120px);
  background-color: #FAFAFA;
  border-radius: 20px;
  overflow: hidden;
}
.p_requirements__content .c_badge {
  margin-bottom: clamp(32px, 2.5vw, 40px);
}

.p_requirements__list + .p_requirements__inner {
  margin-top: clamp(40px, 4vw, 64px);
}

.p_requirements__btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: clamp(16px, 2vw, 32px);
  padding-bottom: clamp(16px, 2vw, 32px);
  font-size: clamp(1.125rem, 2vw, 1.25rem);
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  border-bottom: 1px solid #B5B5B5;
}
.p_requirements__btn::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  scale: 0 1;
  background-color: #EF5782;
  transition: inherit;
  transform-origin: left;
}
.p_requirements__btn:hover {
  opacity: 1;
}
.p_requirements__btn:hover::before {
  scale: 1 1;
}

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

.p_requirements__arrow {
  display: block;
  aspect-ratio: 30/19;
  width: 30px;
  height: auto;
  transition: all 0.3s;
}
.p_requirements__btn:hover .p_requirements__arrow {
  translate: 0 -16px;
}
.p_requirements__arrow svg {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 828px) {
  .p_requirements__arrow {
    width: 24px;
  }
}

.p_requirements__caption {
  font-size: 16px;
  font-weight: 700;
}

.p_requirements__desc {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: clamp(1.125rem, 2vw, 1.25rem);
  font-weight: 700;
  line-height: 1.5;
}

.p_requirements__links {
  display: grid;
  grid-template-columns: repeat(auto-fit, 280px);
  gap: 24px;
  margin-top: 24px;
}
@media screen and (max-width: 1024px) {
  .p_requirements__links {
    gap: 16px 20px;
  }
}
@media screen and (max-width: 500px) {
  .p_requirements__links {
    grid-template-columns: 1fr;
  }
}

/* single */
.p_req__lead {
  font-size: clamp(1.25rem, 2.4vw, 1.5rem);
  font-weight: 700;
  line-height: 1.5;
}

.p_req__nav {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: clamp(32px, 3vw, 48px);
}
.p_req__nav a {
  font-weight: 700;
  text-decoration: underline;
}

.p_contact__list {
  counter-reset: num;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: clamp(40px, 4vw, 64px);
  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 {
  position: relative;
  max-width: 296px;
  flex: 1;
  display: block;
  font-weight: 700;
  text-align: center;
  background-color: #FAFAFA;
  border-radius: 999px;
  overflow: clip;
}
@media screen and (min-width: 501px) {
  .p_contact__tab {
    padding-top: 0.6875em;
    padding-bottom: 0.8125em;
  }
}
@media screen and (max-width: 500px) {
  .p_contact__tab {
    padding-top: 0.5em;
    padding-bottom: 0.625em;
  }
}
.p_contact__tab::before {
  position: absolute;
  counter-increment: num;
  content: counter(num) ".";
  left: 16px;
}
@media screen and (max-width: 828px) {
  .p_contact__tab::before {
    position: static;
  }
}

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

.p_contact__line {
  display: block;
  flex: 1;
  height: 1px;
  background-color: #EF5782;
  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__block + .p_policy__block {
  margin-top: clamp(32px, 2.5vw, 40px);
}

.p_policy__label {
  display: block;
  font-size: clamp(1rem, 1.8vw, 1.125rem);
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 8px;
}

.p_policy__text {
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  font-weight: 400;
}
.p_policy__text a {
  color: #EF5782;
  text-decoration: underline;
}
.p_policy__text a[href^=tel] {
  color: #333;
  text-decoration: none;
}

/* list型 */
.p_archive__link {
  display: flex;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  align-items: center;
  gap: 16px 24px;
  padding-bottom: 1em;
  box-sizing: border-box;
  position: relative;
  border-bottom: 1px solid #ddd;
}
.p_archive__link::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  scale: 0 1;
  background-color: #000;
  transition: inherit;
  transform-origin: left;
}
.p_archive__link:hover {
  opacity: 1;
}
.p_archive__link:hover::before {
  scale: 1 1;
}
.p_archive__tab + .p_archive__tab .p_archive__link {
  padding-top: 1em;
}

.p_archive__lead {
  font-size: inherit;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 501px) {
  .p_archive__lead {
    -webkit-line-clamp: 1;
  }
}
@media screen and (max-width: 500px) {
  .p_archive__lead {
    -webkit-line-clamp: 1;
  }
}

/* flex型 */
.p_archive__sec {
  max-width: 960px;
  width: 100%;
  margin: auto;
}

.p_archive__side {
  display: flex;
  align-items: center;
  gap: 24px;
  box-sizing: border-box;
  position: relative;
  border-bottom: 1px solid #B5B5B5;
}
.p_archive__side::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  scale: 0 1;
  background-color: #5ACFE9;
  transition: inherit;
  transform-origin: left;
}
.p_archive__side:hover {
  opacity: 1;
}
.p_archive__side:hover::before {
  scale: 1 1;
}
.p_archive__side {
  padding-bottom: 32px;
  transition: all 0.3s;
}
.p_archive__side + .p_archive__side {
  padding-top: 32px;
}
@media screen and (max-width: 500px) {
  .p_archive__side {
    flex-direction: column;
  }
}

.p_archive__side___pic {
  display: block;
  max-width: 160px;
  overflow: clip;
  width: 100%;
  height: auto;
  aspect-ratio: 1.3333333333;
}
.p_archive__side___pic img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  scale: 1;
  transition: inherit;
}
.p_archive__side___pic:hover {
  opacity: 1;
}
.p_archive__side___pic {
  border-radius: 20px;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .p_archive__side___pic {
    transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .p_archive__side___pic {
    transition-duration: 300ms;
  }
}
.p_archive__side___pic img {
  background-color: #FAFAFA;
}
.p_archive__side:hover .p_archive__side___pic img {
  scale: 1.1;
}
@media screen and (max-width: 500px) {
  .p_archive__side___pic {
    max-width: 100%;
  }
}

.p_archive__side___inner {
  display: block;
  flex: 1;
}

.p_archive__side___lead {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 501px) {
  .p_archive__side___lead {
    -webkit-line-clamp: 2;
  }
}
@media screen and (max-width: 500px) {
  .p_archive__side___lead {
    -webkit-line-clamp: 2;
  }
}

.p_archive__side___link {
  display: inline-block;
  font-size: inherit;
}

.p_archive__arrow {
  display: block;
  aspect-ratio: 30/19;
  max-width: 30px;
  width: 100%;
  height: auto;
  line-height: initial;
  transition: all 0.3s;
}
.p_archive__arrow svg {
  display: block;
  width: 100%;
  height: 100%;
}
.p_archive__side:hover .p_archive__arrow {
  translate: 0 -16px;
}
@media screen and (max-width: 500px) {
  .p_archive__arrow {
    display: none;
  }
}

/* grid型 */
.p_post__card {
  display: grid;
  grid-template-rows: repeat(1, 1fr);
}
@media screen and (min-width: 501px) {
  .p_post__card {
    gap: 40px;
  }
}
@media screen and (min-width: 501px) and (min-width: 1001px) {
  .p_post__card {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 501px) and (max-width: 1000px) {
  .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: 1001px) {
  .p_post__card___link {
    transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .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;
  overflow: clip;
  width: 100%;
  height: auto;
  aspect-ratio: 1.3333333333;
}
.p_post__card___pic img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  scale: 1;
  transition: inherit;
}
.p_post__card___pic:hover {
  opacity: 1;
}
.p_post__card___pic:hover img {
  scale: 1.1;
}
.p_post__card___pic {
  background-color: #f3f3f3;
}

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

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

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

.p_single__block___lead {
  display: block;
  font-size: clamp(1.125rem, 2vw, 1.25rem);
  font-weight: 700;
  padding-bottom: clamp(16px, 1.5vw, 24px);
  border-bottom: 1px solid #B5B5B5;
}

.p_single__block___image {
  display: block;
  margin-bottom: clamp(32px, 2.5vw, 40px);
}
.p_single__block___image img {
  display: block;
  width: 100%;
  height: auto;
}

.p_single__block___inner a {
  color: #EF5782;
  text-decoration: underline;
}

.p_found__head {
  font-size: clamp(1.125rem, 2vw, 1.25rem);
  margin-bottom: clamp(40px, 5vw, 80px);
}

.p_found__caption {
  display: block;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: clamp(2rem, 9.6vw, 6rem);
  line-height: 1;
  text-transform: capitalize;
}

.p_found__label {
  font-size: inherit;
  font-weight: 700;
  line-height: 2;
  margin-top: 16px;
}

.p_found__menu {
  margin-top: clamp(32px, 3vw, 48px);
}
@media screen and (min-width: 829px) {
  .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;
  font-weight: 700;
}
.p_found__menu span {
  display: none !important;
}
@media screen and (max-width: 828px) {
  .p_found__menu li {
    border-bottom: 1px solid #B5B5B5;
    box-sizing: border-box;
  }
  .p_found__menu a {
    padding-top: 1em;
    padding-bottom: 1em;
  }
}/*# sourceMappingURL=common.css.map */