@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=Exo+2:ital,wght@0,100..900;1,100..900&display=swap");
/* インデント調整 */
/* センター寄せのインデント調整 */
/* 動作の時間（1001px以上の時,1000px以下の時） */
.c_pagenavi .previouspostslink:hover::after,
.c_pagenavi .nextpostslink:hover::after, .c_kv__link:hover .c_kv__arrow {
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(216deg) brightness(101%) contrast(102%);
          filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(216deg) brightness(101%) contrast(102%);
}

.p_business__list___arrow {
  -webkit-filter: brightness(0) saturate(100%) invert(17%) sepia(1%) saturate(4654%) hue-rotate(335deg) brightness(105%) contrast(93%);
          filter: brightness(0) saturate(100%) invert(17%) sepia(1%) saturate(4654%) hue-rotate(335deg) brightness(105%) contrast(93%);
}

.p_archive__ico::before, .p_archive__ico::after, .p_recruit__interview___title::before, .p_recruit__requirements___ico::before, .p_ep__card___ico::before, .p_business__lists___ico::after, .p_business__banner___ico::before, .c_pagenavi span.current, .c_pagenavi span:hover,
.c_pagenavi a.current,
.c_pagenavi a:hover, .c_btn__ico::after, .c_cta__ico, .c_kv__ico::after {
  background-image: linear-gradient(135deg, #37BEF0 -0.17%, #008CD6 42.69%, #386CAF 86.39%);
}

.mincho {
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: 400;
}

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

@keyframes please__swipe {
  0% {
    left: 10px;
  }
  100% {
    left: 50px;
  }
}
@-webkit-keyframes image_sldier {
  0% {
    translate: 0 0%;
  }
  100% {
    translate: -50% 0;
  }
}
@keyframes image_sldier {
  0% {
    translate: 0 0%;
  }
  100% {
    translate: -50% 0;
  }
}
@-webkit-keyframes sldier_x {
  0% {
    translate: 0 0%;
  }
  100% {
    translate: -50% 0;
  }
}
@keyframes sldier_x {
  0% {
    translate: 0 0%;
  }
  100% {
    translate: -50% 0;
  }
}
@-webkit-keyframes sldier_y {
  0% {
    translate: 0 0%;
  }
  100% {
    translate: 0 -50%;
  }
}
@keyframes sldier_y {
  0% {
    translate: 0 0%;
  }
  100% {
    translate: 0 -50%;
  }
}
@-webkit-keyframes turn_l {
  0% {
    rotate: 0deg;
  }
  100% {
    rotate: -360deg;
  }
}
@keyframes turn_l {
  0% {
    rotate: 0deg;
  }
  100% {
    rotate: -360deg;
  }
}
@-webkit-keyframes turn_r {
  0% {
    rotate: 0deg;
  }
  100% {
    rotate: 360deg;
  }
}
@keyframes turn_r {
  0% {
    rotate: 0deg;
  }
  100% {
    rotate: 360deg;
  }
}
:root {
  font-size: 16px;
}

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

body {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 500;
  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 only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}

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

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

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

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

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

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

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

figure,
picture {
  display: block;
}

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

.wp-caption {
  margin: 10px;
  padding-top: 4px;
  border: 1px solid #c4c4c4;
  border-radius: 3px;
  background-color: #fafafa;
  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;
    -webkit-animation: 2s ease-in-out alternate infinite please__swipe;
            animation: 2s ease-in-out alternate infinite please__swipe;
  }
  .swipe::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(196, 196, 196, 0.6);
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
  }
  .swipe__on {
    overflow: auto;
    white-space: nowrap;
  }
  .swipe__on::after, .swipe__on::before {
    opacity: 0;
    z-index: -1;
    -webkit-animation: none;
            animation: none;
  }
  .swipe__on::-webkit-scrollbar {
    height: 5px;
  }
  .swipe__on::-webkit-scrollbar-track, .swipe__on::-webkit-scrollbar-thumb {
    background: #bcbcbc;
  }
  .swipe th,
  .swipe td {
    display: table-cell !important;
    white-space: nowrap;
  }
}

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

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

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

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

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

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

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

/* △△△△ blur △△△△ */
/* ▽▽▽▽追従▽▽▽▽ */
@media screen and (min-width: 1025px) {
  .c_following__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: relative;
    gap: 120px;
  }
  .c_following__main {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.c_following__side {
  position: sticky;
  top: 100px;
  left: 0;
  width: 33.3333333333%;
}
@media screen and (max-width: 1024px) {
  .c_following__side {
    display: none !important;
  }
}

.c_anchor__tab {
  aspect-ratio: 40000/39735;
  width: 400px;
  height: auto;
}

.c_anchor__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  opacity: 0;
  -webkit-transition: inherit;
  transition: inherit;
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .c_anchor__image {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .c_anchor__image {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
.c_anchor__image.c_anchor__active {
  opacity: 1;
}

/* △△△△追従△△△△ */
.c_header__block {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 10;
  padding-left: clamp(20px, 3.90625vw, 40px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #fff;
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .c_header__block {
    -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
  }
}
@media screen and (max-width: 1000px) {
  .c_header__block {
    -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
  }
}
.c_header__block {
  translate: 0 0%;
}
@media screen and (max-width: 1024px) {
  .c_header__block {
    min-height: 72px;
  }
}

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

.c_header__link,
.c_header__image {
  display: block;
  max-width: 218px;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .c_header__link,
  .c_header__image {
    max-width: 138px;
  }
}

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

@media screen and (min-width: 1025px) {
  .c_header__nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 24px;
  }
}
.c_header__nav span {
  display: none !important;
}
.c_header__nav .sub-menu,
.c_header__nav .children {
  display: none !important;
}
.c_header__nav a {
  font-size: clamp(0.9375rem, 1.5625vw, 1rem);
}
.c_header__nav a:hover {
  opacity: 1;
  color: #008cd6;
}
@media screen and (max-width: 1024px) {
  .c_header__nav li {
    border-bottom: 1px solid #fff;
  }
  .c_header__nav a {
    display: block;
    text-align: center;
    color: #fff;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.c_header__btn a {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 160px;
  height: 104px;
  color: #fff;
  background-color: #008cd6;
}
.c_header__btn a:hover {
  color: #fff;
  opacity: 0.7;
}
@media screen and (max-width: 1024px) {
  .c_header__btn a {
    display: block;
    height: auto;
    width: 100%;
  }
}

.c_header__line {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  background-color: #fff;
  translate: -50% -50%;
  -webkit-transition: inherit;
  transition: inherit;
}
.c_header__active .c_header__line {
  opacity: 0;
}

.c_header__trigger {
  position: fixed;
  top: 0;
  right: 0;
  aspect-ratio: 1/1;
  background-color: #008cd6;
  width: 72px;
  height: auto;
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .c_header__trigger {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .c_header__trigger {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
.c_header__trigger {
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
}
@media screen and (min-width: 1025px) {
  .c_header__trigger {
    display: none !important;
  }
}
.c_header__trigger::before, .c_header__trigger::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 34px;
  height: 2px;
  background-color: #fff;
  -webkit-transition: inherit;
  transition: inherit;
}
.c_header__trigger::before {
  translate: -50% calc(-50% - 7px);
}
.c_header__trigger::after {
  translate: -50% 0;
}
.c_header__trigger.c_header__active::before, .c_header__trigger.c_header__active::after {
  translate: -50% -250%;
}
.c_header__trigger.c_header__active::before {
  rotate: -30deg;
}
.c_header__trigger.c_header__active::after {
  rotate: 30deg;
}

.c_header__label {
  font-size: inherit;
  line-height: 1;
  translate: 0 100%;
}

.c_mv {
  position: relative;
  display: block;
  background-color: #fff;
  overflow: clip;
  padding-top: 104px;
}
@media screen and (max-width: 1024px) {
  .c_mv {
    padding-top: 72px;
  }
}
.c_mv::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/common/mv_grid.webp");
  background-repeat: repeat;
  background-size: auto;
  background-position: top left;
  opacity: 0.3;
  mix-blend-mode: screen;
  z-index: 1;
}
.c_mv::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 53.3333333333%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(245, 248, 250, 0)), to(#F5F8FA));
  background: linear-gradient(180deg, rgba(245, 248, 250, 0) 0%, #F5F8FA 100%);
  z-index: 1;
}

.c_mv__visual {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 0;
  height: 0;
}
.c_mv__visual::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100dvw;
  height: 100dvh;
  background-color: #333;
  mix-blend-mode: multiply;
  z-index: 2;
  opacity: 0.2;
}

.c_mv__content {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100dvh;
  min-height: 624px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  z-index: 1;
}

.c_mv__block {
  position: relative;
  z-index: 1;
  padding-top: clamp(96px, 12.5vw, 200px);
  padding-bottom: clamp(384px, 42.875vw, 686px);
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .c_mv__block {
    height: 624px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
  }
}

.c_mv__label {
  font-size: clamp(2rem, 8vw, 5rem);
  line-height: 1.4;
}
.c_mv__label::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4) * (0.5em - 1px));
}
.c_mv__label::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4) * 0.5em);
}
.c_mv__label {
  font-weight: 700;
  letter-spacing: 0.04em;
}
.c_mv__label br {
  display: block;
}

.c_mv__caption {
  display: block;
  margin-top: clamp(24px, 3vw, 48px);
  font-size: clamp(1rem, 2.8vw, 1.75rem);
  font-family: "Exo 2", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.c_kv__block {
  position: relative;
  display: block;
  padding-top: 120px;
  padding-bottom: clamp(24px, 10.4166666667vw, 80px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.c_kv__block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: -1;
}
.c_kv__block::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/common/bg_grid.webp");
  background-repeat: repeat;
  background-size: auto;
  background-position: top left;
  opacity: 0.3;
  mix-blend-mode: multiply;
  z-index: -1;
}

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

.c_kv__lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-size: clamp(1rem, 1.8vw, 1.125rem);
  font-weight: 500;
  line-height: 1;
}
.c_kv__lead::before {
  content: "";
  aspect-ratio: 1/1;
  width: 8px;
  height: auto;
  border-radius: 8px;
  overflow: clip;
  background-color: #008cd6;
}

.c_kv__caption {
  margin-top: clamp(12px, 1vw, 16px);
  display: block;
  font-size: clamp(2.5rem, 7.2vw, 4.5rem);
  line-height: 1;
}
.c_kv__caption::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1) * (0.5em - 1px));
}
.c_kv__caption::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1) * 0.5em);
}
.c_kv__caption {
  text-transform: uppercase;
  font-family: "Exo 2", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  color: #008cd6;
}

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

.c_kv__pic {
  display: block;
}

.c_kv__pic___caption {
  position: absolute;
  left: 0;
  bottom: 0;
  padding-left: clamp(16px, 2.6041666667vw, 20px);
  padding-bottom: clamp(16px, 2.6041666667vw, 20px);
  font-size: clamp(0.75rem, 1.8229166667vw, 0.875rem);
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .c_kv__pic___caption {
    color: #fff;
  }
}

.c_kv__image {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 560px;
  min-height: 530px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (min-width: 1601px) {
  .c_kv__image {
    max-height: unset;
  }
}
@media screen and (max-width: 768px) {
  .c_kv__image {
    max-height: 530px;
    min-height: 310px;
  }
}
.c_kv__recruit .c_kv__image {
  -o-object-position: left;
     object-position: left;
}

.c_kv__nav {
  position: absolute;
  bottom: 0;
  left: 0;
  padding-left: clamp(20px, 3.90625vw, 40px);
  padding-right: clamp(20px, 3.90625vw, 40px);
  padding-bottom: clamp(20px, 3.90625vw, 40px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .c_kv__nav {
    width: auto;
  }
}

.c_kv__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 48px;
  background-color: #fff;
  border-radius: 8px;
  overflow: clip;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .c_kv__lists {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 8px;
    padding-bottom: 8px;
  }
}

@media screen and (max-width: 768px) {
  .c_kv__list {
    width: 100%;
  }
}
.c_kv__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  padding-top: 1em;
  padding-bottom: 1em;
}
.c_kv__link:hover {
  color: #008cd6;
  opacity: 1;
}

.c_kv__ico {
  position: relative;
  display: block;
  aspect-ratio: 1/1;
  width: 32px;
  height: auto;
  border-radius: 32px;
  overflow: clip;
  background-color: #f5f8fa;
  -webkit-transition: inherit;
  transition: inherit;
}
.c_kv__ico::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: inherit;
  transition: inherit;
}
.c_kv__link:hover .c_kv__ico::after {
  opacity: 1;
}

.c_kv__arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 8px;
  height: auto;
  z-index: 1;
  -webkit-transition: inherit;
  transition: inherit;
}
.c_bread {
  font-size: clamp(0.875rem, 1.5vw, 0.9375rem);
  font-weight: 500;
}
.c_bread span,
.c_bread a {
  display: inline-block;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  text-transform: uppercase;
}
.c_bread .current-item {
  color: #008cd6;
  pointer-events: none;
}

.c_bread__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.c_bread__dotted {
  aspect-ratio: 1/1;
  width: 4px;
  height: auto;
  background-color: #c4c4c4;
  border-radius: 8px;
  overflow: clip;
}

.c_bread__block {
  padding-top: clamp(84px, 15.625vw, 120px);
  padding-bottom: clamp(24px, 10.4166666667vw, 80px);
}

.c_cta {
  padding-top: clamp(104px, 7.5vw, 120px);
  padding-bottom: clamp(64px, 6vw, 96px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #d9d9d9;
}
.c_cta .c_headline__label::before {
  background-color: #fff;
}
.c_cta .c_headline__caption {
  color: inherit;
}

.c_cta__side {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 43.3333333333% 16px 1px 16px 43.3333333333%;
  grid-template-columns: 43.3333333333% 1px 43.3333333333%;
  -ms-grid-rows: 1fr;
  grid-template-rows: repeat(1, 1fr);
  gap: 48px 16px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.c_cta__side > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.c_cta__side > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.c_cta__side > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
@media screen and (max-width: 768px) {
  .c_cta__side {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}

.c_cta__border {
  width: 4px;
  height: 100%;
  background-color: #008cd6;
  border: none;
}
@media screen and (max-width: 768px) {
  .c_cta__border {
    width: 100%;
    height: 4px;
  }
}

.c_cta__item {
  width: 100%;
}

.c_cta__lead {
  font-size: clamp(1.125rem, 2.2vw, 1.375rem);
}

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

.c_cta__call {
  margin-bottom: clamp(32px, 6.25vw, 48px);
}

.c_cta__tel {
  font-size: clamp(2.5rem, 5.6vw, 3.5rem);
  font-family: "Exo 2", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  display: inline-block;
  line-height: 1;
}

.c_cta__time {
  display: block;
  font-size: 14px;
  margin-top: 8px;
}

.c_cta__caption {
  display: block;
  font-size: clamp(1.125rem, 2vw, 1.25rem);
  font-weight: 700;
}
.c_cta__call .c_cta__caption {
  margin-bottom: 24px;
}
.c_cta__caption .c_cta__btn {
  font-weight: 500;
}

.c_cta__btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: clamp(16px, 1.5vw, 24px);
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: clamp(16px, 1.5vw, 24px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #d9d9d9;
}
.c_cta__btn::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #008cd6;
  scale: 0 1;
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: inherit;
  transition: inherit;
}
.c_cta__btn:hover {
  opacity: 1;
}
.c_cta__btn:hover::after {
  scale: 1 1;
}

.c_cta__ico {
  position: relative;
  aspect-ratio: 1/1;
  width: 32px;
  height: auto;
  border-radius: 32px;
  overflow: clip;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c_cta__ico::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .c_cta__ico::before {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .c_cta__ico::before {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
.c_cta__ico::before {
  opacity: 1;
}
.c_cta__ico::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  aspect-ratio: 1/1;
  width: 4px;
  height: auto;
  background-color: #008cd6;
  border-radius: 4px;
  overflow: clip;
  translate: -50% -50%;
  z-index: 1;
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .c_cta__ico::after {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .c_cta__ico::after {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
.c_cta__ico::after {
  opacity: 1;
}
.c_cta__btn:hover .c_cta__ico::before, .c_cta__btn:hover .c_cta__ico::after {
  opacity: 0;
}

.c_cta__arrow {
  display: block;
  height: auto;
  width: 50%;
  opacity: 0;
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .c_cta__arrow {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .c_cta__arrow {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
.c_cta__btn:hover .c_cta__arrow {
  opacity: 1;
}

.c_footer {
  position: relative;
  margin-top: clamp(100px, 12.5vw, 200px);
  color: #fff;
  background-color: #384553;
}
.main_block + .c_footer {
  margin-top: 0;
}

@media screen and (min-width: 1025px) {
  .c_footer__block {
    padding-top: clamp(40px, 3.5vw, 56px);
  }
}

.c_footer__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 1024px) {
  .c_footer__column {
    display: block;
  }
}

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

.c_footer__logo {
  margin-bottom: 24px;
}

.c_footer__link {
  display: block;
  max-width: 218px;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .c_footer__link {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 1025px) {
  .c_footer__nav {
    max-width: 405px;
  }
}
@media screen and (max-width: 1024px) {
  .c_footer__nav {
    margin-bottom: 64px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 501px) {
  .c_footer__nav {
    margin-left: -40px;
    margin-right: -40px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 500px) {
  .c_footer__nav {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.c_footer__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 1025px) {
  .c_footer__nav ul {
    gap: 24px 40px;
  }
}
.c_footer__nav span {
  display: none !important;
}
.c_footer__nav a {
  font-size: 15px;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .c_footer__nav li {
    width: 50%;
    border-bottom: 1px solid #d9d9d9;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .c_footer__nav li:nth-child(even) {
    border-left: 1px solid #d9d9d9;
  }
  .c_footer__nav li:nth-child(odd):last-child {
    width: 100%;
  }
  .c_footer__nav a {
    display: block;
    text-align: center;
    padding-top: 1em;
    padding-bottom: 1em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.c_footer__nav .sub-menu,
.c_footer__nav .children {
  display: none !important;
}

.c_footer__copy {
  display: block;
  font-size: clamp(0.75rem, 1.6vw, 1rem);
  margin-top: clamp(40px, 3vw, 48px);
  padding-top: 16px;
  padding-bottom: 56px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: 1px solid #d9d9d9;
}
@media screen and (max-width: 768px) {
  .c_footer__copy {
    padding-bottom: 124px;
    text-align: center;
  }
}

.c_footer__rtt {
  position: fixed;
  right: 40px;
  bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1/1;
  width: 104px;
  height: auto;
  background-color: #fafafa;
  overflow: clip;
  border-radius: 100px;
  overflow: clip;
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .c_footer__rtt {
    -webkit-transition-duration: 600ms;
            transition-duration: 600ms;
  }
}
@media screen and (max-width: 1000px) {
  .c_footer__rtt {
    -webkit-transition-duration: 600ms;
            transition-duration: 600ms;
  }
}
.c_footer__rtt {
  -webkit-transition: 600ms cubic-bezier(0, 1, 0.5, 1);
  transition: 600ms cubic-bezier(0, 1, 0.5, 1);
  z-index: 5;
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 1024px) {
  .c_footer__rtt {
    width: 64px;
    right: 20px;
    bottom: 20px;
  }
}
.c_footer__rtt::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/common/ico_top__off.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: 1;
  translate: inherit;
}
.c_footer__rtt::after {
  content: "";
  position: absolute;
  top: 11.5384615385%;
  left: 50%;
  translate: -50% 0;
  aspect-ratio: 10/5;
  width: 12px;
  height: auto;
  background-image: url("../images/common/ico_top.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  -webkit-transition: inherit;
  transition: inherit;
}
.c_footer__rtt:hover {
  opacity: 1;
  background-image: url("../images/");
}
.c_footer__rtt:hover::before {
  opacity: 0;
}

.c_footer__rtt___show {
  opacity: 1;
  visibility: visible;
}

.c_footer__rtt___image {
  opacity: 0;
  translate: 0 50px;
  -webkit-transition: inherit;
  transition: inherit;
  width: 100%;
  height: auto;
}
.c_footer__rtt:hover .c_footer__rtt___image {
  opacity: 1;
  translate: 0 0;
}

.c_address__block {
  display: block;
  text-transform: uppercase;
}

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

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

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

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

.c_head__caption {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  text-transform: uppercase;
  color: #008cd6;
  font-family: "Exo 2", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  padding-left: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 8px;
}
.c_head__caption::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  aspect-ratio: 1/1;
  background-color: #008cd6;
  width: 4px;
  height: auto;
  border-radius: 50px;
  overflow: clip;
}
.c_head__caption::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #008cd6;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

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

.c_lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-size: clamp(1.125rem, 2vw, 1.25rem);
  color: #008cd6;
  background-color: #fafafa;
  padding-top: 8px;
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: 8px;
  font-weight: 700;
  border-radius: 8px;
  overflow: clip;
  border: 1px solid #008cd6;
  margin-bottom: clamp(32px, 2.5vw, 40px);
}
.c_lead::before {
  content: "";
  aspect-ratio: 1/1;
  width: 10px;
  height: auto;
  background-color: #c4c4c4;
  border-radius: 10px;
  overflow: clip;
}

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

.c_title {
  font-size: clamp(1.25rem, 2.8vw, 1.75rem);
  margin-bottom: clamp(24px, 2vw, 32px);
}

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

.c_headline {
  margin-bottom: 56px;
}

.c_headline__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-size: 16px;
  line-height: 1.5;
}
.c_headline__label::before {
  content: "";
  aspect-ratio: 1/1;
  width: 8px;
  height: auto;
  background-color: #008cd6;
  border-radius: 8px;
  overflow: clip;
}
@media screen and (max-width: 768px) {
  .c_headline__label::before {
    width: 6px;
  }
}

.c_headline__caption {
  display: block;
  font-size: clamp(2.5rem, 5.6vw, 3.5rem);
  font-family: "Exo 2", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  color: #008cd6;
  text-transform: uppercase;
  line-height: 1;
}
.c_headline__caption::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1) * (0.5em - 1px));
}
.c_headline__caption::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1) * 0.5em);
}
.c_headline__caption {
  margin-top: clamp(12px, 1vw, 16px);
}

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

.c_text__center {
  text-align: center;
}

.c_text__left {
  text-align: left;
}

.c_text__right {
  text-align: right;
}

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

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

.c_link__text {
  display: inline;
  font-size: inherit;
  color: #008cd6;
  text-decoration: underline;
}

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

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

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

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

.c_top__text {
  font-size: inherit;
}

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

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

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

.c_image {
  overflow: clip;
}

.c_image__slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  -webkit-animation: image_sldier linear 50000ms infinite;
          animation: image_sldier linear 50000ms infinite;
}
@media screen and (max-width: 768px) {
  .c_image__slider {
    -webkit-animation-duration: 41666.6666666667ms;
            animation-duration: 41666.6666666667ms;
  }
}

.c_image__slide {
  display: block;
  aspect-ratio: 360/544;
  width: 360px;
  height: auto;
  margin-left: 8px;
  margin-right: 8px;
  -webkit-filter: drop-shadow(0px 16px 40px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0px 16px 40px rgba(0, 0, 0, 0.2));
}
@media screen and (max-width: 500px) {
  .c_image__slide {
    width: 64.2666666667vw;
  }
}
.p_company__box .c_image__slide {
  aspect-ratio: 380/285;
  width: 23.75vw;
  margin-left: 20px;
  margin-right: 20px;
  -webkit-filter: unset;
          filter: unset;
}
@media screen and (max-width: 500px) {
  .p_company__box .c_image__slide {
    width: 74.6666666667vw;
  }
}

.c_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: clamp(32px, 3vw, 48px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  gap: 16px 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .c_btn {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media screen and (min-width: 1025px) {
  .c_btn__start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .c_btn__end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.c_btn__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px;
  width: 200px;
  font-size: inherit;
  padding-top: clamp(10px, 1vw, 16px);
  padding-left: clamp(8px, 1vw, 16px);
  padding-right: clamp(8px, 1vw, 16px);
  padding-bottom: clamp(10px, 1vw, 16px);
  color: inherit;
  border-bottom: 1px solid #d9d9d9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.c_btn__link::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #008cd6;
  scale: 0 1;
  -webkit-transition: inherit;
  transition: inherit;
  -webkit-transform-origin: left;
          transform-origin: left;
}
.c_btn__link:hover {
  opacity: 1;
  color: #008cd6;
}
.c_btn__link:hover::after {
  scale: 1 1;
}

.c_btn__label {
  font-size: inherit;
  font-weight: 500;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1.5;
  text-transform: uppercase;
}

.c_btn__ico {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1/1;
  width: 32px;
  height: auto;
  border-radius: 32px;
  overflow: clip;
  background-color: #fafafa;
}
.c_btn__ico::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  aspect-ratio: 1/1;
  width: 4px;
  height: auto;
  background-color: #008cd6;
  border-radius: 8px;
  overflow: clip;
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .c_btn__ico::before {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .c_btn__ico::before {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
.c_btn__link:hover .c_btn__ico::before {
  opacity: 0;
}
.c_btn__ico::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .c_btn__ico::after {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .c_btn__ico::after {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
.c_btn__link:hover .c_btn__ico::after {
  opacity: 1;
}

.c_btn__arrow {
  position: relative;
  display: block;
  width: 16px;
  height: auto;
  opacity: 0;
  z-index: 1;
}
.c_btn__link:hover .c_btn__arrow {
  opacity: 1;
}

.c_btn__large {
  width: 240px;
}

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

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

th,
td {
  text-align: left;
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 500;
}
@media screen and (min-width: 1025px) {
  th,
  td {
    padding-bottom: 1.5em;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
  tr + tr th,
  tr + tr td {
    padding-top: 1.5em;
  }
}
@media screen and (max-width: 1024px) {
  th,
  td {
    display: block;
  }
}

@media screen and (min-width: 1025px) {
  th {
    border-bottom: 1px solid #008cd6;
    width: 200px;
  }
}
@media screen and (max-width: 1024px) {
  tr + tr th {
    padding-top: 16px;
  }
}

@media screen and (min-width: 1025px) {
  td {
    border-bottom: 1px solid #d9d9d9;
  }
}
@media screen and (max-width: 1024px) {
  td {
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 16px;
  }
}

/* 以下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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 16px 24px;
  }
}
@media screen and (max-width: 1000px) {
  .c_pagelist li + li {
    border-top: 1px solid #d9d9d9;
  }
}
.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;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

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

.c_pagenavi {
  margin-top: clamp(56px, 5vw, 80px);
}
.c_pagenavi .wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  font-size: clamp(0.75rem, 1.6vw, 1rem);
}
.c_pagenavi span,
.c_pagenavi a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  aspect-ratio: 1/1;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
  height: auto;
  font-size: inherit;
  line-height: 1;
  font-family: "Exo 2", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  border-radius: 32px;
  overflow: clip;
}
@media screen and (min-width: 1025px) {
  .c_pagenavi span,
  .c_pagenavi a {
    width: 32px;
  }
}
@media screen and (max-width: 1024px) {
  .c_pagenavi span,
  .c_pagenavi a {
    width: 24px;
  }
}
.c_pagenavi span.current, .c_pagenavi span:hover,
.c_pagenavi a.current,
.c_pagenavi a:hover {
  opacity: 1;
  color: #fff;
}
.c_pagenavi .previouspostslink,
.c_pagenavi .nextpostslink {
  position: relative;
  color: transparent;
}
.c_pagenavi .previouspostslink::after,
.c_pagenavi .nextpostslink::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  aspect-ratio: 5/8;
  width: 7px;
  height: auto;
}
.c_pagenavi .previouspostslink:hover,
.c_pagenavi .nextpostslink:hover {
  opacity: 1;
  color: transparent;
}
.c_pagenavi .previouspostslink::after {
  background-image: url("../images/common/ico_prev.svg");
}
.c_pagenavi .nextpostslink::after {
  background-image: url("../images/common/ico_next.svg");
}
.c_pagenavi .first,
.c_pagenavi .last,
.c_pagenavi .pages {
  display: none !important;
}

.c_single__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
  border-top: 1px solid #c4c4c4;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  padding-top: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: clamp(40px, 5vw, 80px);
}

.c_single__nav___move {
  max-width: 60px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.c_single__nav___move a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

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

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

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

.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: 1024px) {
  .mwform-radio-field-text {
    line-height: 32px;
  }
}
.mwform-radio-field-text::before {
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  content: "";
  display: block;
  aspect-ratio: 1/1;
  width: 32px;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  background-image: none;
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center center;
  border: 1px solid #d9d9d9;
  border-radius: 50%;
}
.mwform-radio-field-text::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 8px;
  translate: 0 -50%;
  aspect-ratio: 1/1;
  width: 16px;
  background-color: #C50000;
  border-radius: 50%;
  opacity: 0;
}

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

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

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

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

.form-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px 32px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: clamp(24px, 2vw, 32px);
}
.form-btns a,
.form-btns [type=submit] {
  text-align: left;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px;
  width: 280px;
  font-size: inherit;
  padding-top: clamp(10px, 1vw, 16px);
  padding-left: clamp(8px, 1vw, 16px);
  padding-right: clamp(8px, 1vw, 16px);
  padding-bottom: clamp(10px, 1vw, 16px);
  color: inherit;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #d9d9d9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  background-image: url("../images/common/ico_form__off.webp");
  background-repeat: no-repeat;
  background-size: 32px;
  background-position: center right 16px;
  font-weight: 700;
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .form-btns a,
  .form-btns [type=submit] {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .form-btns a,
  .form-btns [type=submit] {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
.form-btns a:hover,
.form-btns [type=submit]:hover {
  opacity: 1;
  color: #008cd6;
  background-image: url("../images/common/ico_form__on.webp");
  border-bottom-color: #008cd6;
}

.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;
}

.grecaptcha-badge {
  z-index: 1;
  width: 70px !important;
  overflow: hidden !important;
  -webkit-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
  left: 4px !important;
}

.grecaptcha-badge:hover {
  width: 256px !important;
}

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

.p_front__head {
  font-size: clamp(1.25rem, 2.4vw, 1.5rem);
  margin-bottom: clamp(24px, 2vw, 32px);
}

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

/* メイン */
.p_front__main {
  position: relative;
  padding-top: clamp(104px, 23.4375vw, 240px);
  padding-bottom: clamp(104px, 23.4375vw, 240px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: clip;
}
.p_front__main::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f5f8fa;
  z-index: -1;
}
.p_front__main::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../images/common/bg_grid.webp");
  background-repeat: repeat;
  background-size: auto;
  background-position: top left;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  z-index: -1;
}

.p_front__main___block {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 126px;
}
@media screen and (max-width: 768px) {
  .p_front__main___block {
    display: block;
  }
}

.p_front__main___caption {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  color: #008cd6;
  font-size: 20px;
  margin-bottom: 48px;
  text-transform: uppercase;
  font-family: "Exo 2", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
.p_front__main___caption::before {
  content: "";
  aspect-ratio: 1/1;
  background-color: #008cd6;
  width: 6px;
  height: auto;
  border-radius: 6px;
  overflow: clip;
}
@media screen and (max-width: 375px) {
  .p_front__main___caption {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.p_front__main___media {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .p_front__main___media {
    position: relative;
  }
  .p_front__main___media::before, .p_front__main___media::after {
    position: absolute;
    top: 50%;
    left: 50%;
    content: "";
    translate: -50% -50%;
    aspect-ratio: 1/1;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
  }
  .p_front__main___media::before {
    width: 128.5333333333%;
    -webkit-animation: turn_l 30000ms linear infinite;
            animation: turn_l 30000ms linear infinite;
    background-image: url("../images/page/bg_business1.webp");
  }
  .p_front__main___media::after {
    width: 172.8%;
    -webkit-animation: turn_r 30000ms linear infinite;
            animation: turn_r 30000ms linear infinite;
    background-image: url("../images/page/bg_business2.webp");
  }
}

.p_front__main___image {
  display: block;
  width: 100%;
  height: auto;
}

.p_front__main__area {
  position: relative;
  display: block;
  aspect-ratio: 564/600;
  width: 47%;
}
.p_front__main__area::before, .p_front__main__area::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  translate: -50% -50%;
  aspect-ratio: 1/1;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.p_front__main__area::before {
  width: 143.9716312057%;
  -webkit-animation: turn_l 30000ms linear infinite;
          animation: turn_l 30000ms linear infinite;
  background-image: url("../images/page/bg_business1.webp");
}
.p_front__main__area::after {
  width: 193.4397163121%;
  -webkit-animation: turn_r 30000ms linear infinite;
          animation: turn_r 30000ms linear infinite;
  background-image: url("../images/page/bg_business2.webp");
}
@media screen and (max-width: 768px) {
  .p_front__main__area {
    display: none;
  }
}

.p_front__main___inner {
  position: relative;
  padding-top: 96px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p_front__main___inner {
    padding-top: clamp(64px, 11.4583333333vw, 88px);
  }
}

/* 事業内容 */
.p_front__business {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 46% 0 auto;
  grid-template-columns: 46% auto;
  -ms-grid-rows: 1fr;
  grid-template-rows: repeat(1, 1fr);
  gap: 0;
  background-color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p_front__business > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.p_front__business > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
@media screen and (max-width: 768px) {
  .p_front__business {
    display: block;
  }
}

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

.p_front__business___box {
  padding-top: clamp(56px, 7.5vw, 120px);
  padding-left: 120px;
  padding-right: 120px;
  padding-bottom: clamp(96px, 7.5vw, 120px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .p_front__business___box {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 500px) {
  .p_front__business___box {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* 設備・製品情報 */
.p_front__products {
  position: relative;
  display: block;
  padding-top: clamp(56px, 12.5vw, 96px);
  padding-bottom: 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #7188a2;
  color: #fff;
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .p_front__products {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .p_front__products {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
.p_front__products .c_headline__label::before {
  background-color: #fff;
}
.p_front__products .c_btn__link {
  color: #fff;
}
.p_front__products .c_btn__link::after {
  display: none;
}
.p_front__products .c_btn__arrow {
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .p_front__products .c_btn__arrow {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .p_front__products .c_btn__arrow {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
.p_front__products .c_btn__ico::after {
  display: none;
}
.p_front__products .c_headline__caption {
  color: inherit;
}
.p_front__products::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #37BEF0 -0.17%, #008CD6 42.69%, #386CAF 86.39%);
}
.p_front__products .__on {
  opacity: 0;
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .p_front__products .__on {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .p_front__products .__on {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 768px) {
  .p_front__products {
    padding-bottom: 104px;
  }
}

.p_front__products___active {
  background-color: transparent;
}
.p_front__products___active .__on {
  opacity: 1;
}

.p_front__products___images {
  position: relative;
  display: block;
  width: 100%;
  height: 440px;
  overflow: clip;
  margin-bottom: 56px;
}

.p_front__products___visual {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: inherit;
}
.p_front__products___visual.__on {
  z-index: 2;
}

.p_front__products___image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.__off .p_front__products___image {
  -o-object-position: right;
     object-position: right;
}

.p_front__products___label {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: clamp(0.8125rem, 1.4vw, 0.875rem);
  color: #fff;
  z-index: 1;
  padding-left: 20px;
  padding-bottom: clamp(10px, 0.75vw, 12px);
}

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

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

/* 採用情報 */
.p_front__recruit {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 46vw 0 auto;
  grid-template-columns: 46vw auto;
  -ms-grid-rows: 1fr;
  grid-template-rows: repeat(1, 1fr);
  gap: 0;
  background-color: #fafafa;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: clip;
  position: relative;
}
.p_front__recruit > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.p_front__recruit > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.p_front__recruit::before {
  position: absolute;
  top: 0;
  left: 0;
  translate: -50% -50%;
  content: "";
  width: 300%;
  height: 200%;
  rotate: -10deg;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#fafafa)), url("../images/common/bg_grid.webp");
  background-image: linear-gradient(to bottom, transparent, #fafafa), url("../images/common/bg_grid.webp");
  background-repeat: repeat;
  background-size: auto;
  background-position: center center;
}
.p_front__recruit .c_btn {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.p_front__recruit .c_btn__link {
  width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .p_front__recruit {
    display: block;
  }
}

.p_front__recruit___box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  padding-top: clamp(104px, 10vw, 160px);
  padding-left: clamp(40px, 7.5vw, 120px);
  padding-right: clamp(40px, 7.5vw, 120px);
  padding-bottom: clamp(128px, 10vw, 160px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .p_front__recruit___box {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 500px) {
  .p_front__recruit___box {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.p_front__recruit___inner {
  max-width: 480px;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .p_front__recruit___inner {
    max-width: 100%;
  }
}

.p_front__recruit___visual {
  padding-top: clamp(85px, 10.625vw, 170px);
  padding-bottom: clamp(94px, 11.75vw, 188px);
}

.p_front__recruit___image:nth-child(even) {
  margin-top: clamp(75px, 7vw, 112px);
}

/* 会社案内 */
.p_front__company {
  position: relative;
  overflow: clip;
  padding-top: clamp(300px, 38vw, 608px);
  padding-bottom: clamp(96px, 10vw, 160px);
}

.p_front__company___visual {
  position: fixed;
  top: 0;
  left: 0;
  width: 100dvw;
  height: 100dvh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
  z-index: -2;
}

.p_front__company___block {
  display: block;
  margin-left: auto;
  max-width: 944px;
  padding-top: 104px;
  padding-left: clamp(20px, 6.5vw, 104px);
  padding-right: clamp(20px, 6.5vw, 104px);
  padding-bottom: 104px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(250, 250, 250, 0.8)), color-stop(85.1%, #FAFAFA));
  background: linear-gradient(180deg, rgba(250, 250, 250, 0.8) 0%, #FAFAFA 85.1%);
  -webkit-box-shadow: 0px 16px 40px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 16px 40px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(8px);
}
@media screen and (max-width: 768px) {
  .p_front__company___block {
    max-width: calc(100% - 40px);
    width: min(600px, 100%);
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 500px) {
  .p_front__company___block {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.p_front__company___inner {
  max-width: 640px;
}

/* お知らせ */
.p_front__news {
  position: relative;
  padding-top: clamp(104px, 7.5vw, 120px);
  padding-bottom: clamp(160px, 12vw, 192px);
  z-index: 1;
  overflow: clip;
}
.p_front__news::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: -1;
}
.p_front__news::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  translate: -50% 0;
  width: 300%;
  height: 100%;
  rotate: -10deg;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#fff)), url("../images/common/bg_grid.webp");
  background-image: linear-gradient(to bottom, transparent, #fff), url("../images/common/bg_grid.webp");
  background-repeat: repeat;
  background-size: auto;
  background-position: center center;
  z-index: -1;
}

.p_front__news___block {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 80px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p_front__news___block {
    display: block;
  }
}

.p_front__news___head {
  width: 240px;
  margin-bottom: 90px;
}
@media screen and (max-width: 768px) {
  .p_front__news___head {
    margin-bottom: unset;
  }
}

.p_front__news___info {
  max-width: 720px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p_front__news___link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: clamp(16px, 1.5vw, 24px);
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: clamp(16px, 1.5vw, 24px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #008cd6;
  border-bottom: 1px solid #d9d9d9;
}
@media screen and (max-width: 500px) {
  .p_front__news___link {
    display: block;
  }
}
.p_front__news___link::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  -webkit-transform-origin: left;
          transform-origin: left;
  background-color: #008cd6;
  scale: 0 1;
  -webkit-transition: inherit;
  transition: inherit;
}
.p_front__news___link:hover {
  opacity: 1;
}
.p_front__news___link:hover::after {
  scale: 1 1;
}

.p_front__news___time {
  width: 100px;
}

.p_front__news___caption {
  color: #333;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 501px) {
  .p_front__news___caption {
    -webkit-line-clamp: 2;
  }
}
@media screen and (max-width: 500px) {
  .p_front__news___caption {
    -webkit-line-clamp: 2;
  }
}
.p_front__news___caption {
  -webkit-transition: inherit;
  transition: inherit;
}
.p_front__news___link:hover .p_front__news___caption {
  color: inherit;
}

.p_front__news___btn {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .p_front__news___btn {
    position: static;
  }
}

.p_block__business {
  padding-top: 0;
}

.p_business__main {
  overflow: clip;
  position: relative;
  padding-top: clamp(80px, 19.53125vw, 200px);
}
.p_business__main::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/common/bg_grid.webp");
  background-repeat: repeat;
  background-size: auto;
  background-position: top left;
  opacity: 0.3;
  mix-blend-mode: multiply;
  z-index: -1;
}

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

.p_business__head {
  width: 510px;
}
@media screen and (max-width: 1024px) {
  .p_business__head {
    width: 45%;
  }
}
@media screen and (max-width: 768px) {
  .p_business__head {
    max-width: 100%;
    width: 100%;
    margin-bottom: 40px;
  }
}

.p_business__images {
  display: block;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  aspect-ratio: 1/1;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p_business__images {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}

.p_business__images___line {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 100%;
  z-index: -2;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.p_business__images___line1 {
  width: 123.0303030303%;
  -webkit-animation: turn_l 30000ms linear infinite;
          animation: turn_l 30000ms linear infinite;
}

.p_business__images___line2 {
  width: 165.303030303%;
  -webkit-animation: turn_r 30000ms linear infinite;
          animation: turn_r 30000ms linear infinite;
}

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

.p_business__contents {
  position: relative;
  z-index: 1;
  margin-top: 174px;
  padding-top: clamp(80px, 6.5vw, 104px);
  padding-bottom: clamp(80px, 7.5vw, 120px);
  background-color: #f5f8fa;
}
@media screen and (max-width: 1024px) {
  .p_business__contents {
    margin-top: 80px;
  }
}

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

.p_business__side___image {
  display: block;
  width: 43.3333333333%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .p_business__side___image {
    max-width: 520px;
    width: 100%;
  }
}

.p_business__side___inner {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) {
  .p_business__side___inner {
    margin-top: 40px;
  }
}

.p_business__list {
  margin-top: clamp(32px, 7.8125vw, 80px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .p_business__list {
    gap: 12px;
  }
}
@media screen and (max-width: 500px) {
  .p_business__list {
    gap: 8px;
  }
}

.p_business__list___item {
  aspect-ratio: 1/1;
  max-width: 240px;
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  gap: 16px;
  background-color: #fff;
  border-radius: 240px;
  overflow: clip;
  -webkit-box-shadow: 10px 10px 30px rgba(174, 185, 192, 0.4), -10px -10px 30px #fff;
          box-shadow: 10px 10px 30px rgba(174, 185, 192, 0.4), -10px -10px 30px #fff;
}
@media screen and (max-width: 768px) {
  .p_business__list___item {
    gap: 8px;
  }
}

.p_business__list___arrow {
  display: block;
  width: 16px;
  height: auto;
  rotate: -90deg;
}

.p_business__list___icon {
  display: block;
  max-width: 80px;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .p_business__list___icon {
    max-width: 33.3333333333%;
  }
}

.p_business__list___caption {
  font-size: clamp(0.5rem, 1.125vw, 1.125rem);
}

.p_business__list___caption1 {
  color: #004ea2;
}

.p_business__list___caption2 {
  color: #008cd6;
}

.p_business__list___caption3 {
  color: #0095d8;
}

.p_business__list___caption4 {
  color: #37bef0;
}

.p_business__block {
  padding-top: clamp(80px, 11.71875vw, 120px);
  padding-bottom: clamp(80px, 11.71875vw, 120px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.p_business__card {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 56px 1fr;
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: repeat(1, 1fr);
  gap: 72px 56px;
}

.p_business__card > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.p_business__card > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
@media screen and (max-width: 768px) {
  .p_business__card {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 32px;
  }
}

.p_business__card___image {
  display: block;
  aspect-ratio: 572/400;
  width: 100%;
  height: auto;
  margin-bottom: clamp(24px, 2vw, 32px);
}
.p_business__card___image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p_business__card___label {
  font-size: clamp(1.125rem, 2vw, 1.25rem);
  font-weight: 700;
  margin-bottom: 0.8em;
}

.p_factory__business {
  position: relative;
}
.p_factory__business::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/common/bg_grid.webp");
  background-repeat: repeat;
  background-size: auto;
  background-position: top left;
  opacity: 0.3;
  mix-blend-mode: multiply;
}

.p_business__box + .p_business__box {
  margin-top: clamp(40px, 7.8125vw, 80px);
}

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

.p_business__content .c_lead {
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  .p_business__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p_business__content .c_lead {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .p_business__content .p_business__image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .p_business__content .p_business__unity___inner {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

@media screen and (min-width: 1025px) {
  .p_business__unity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: clamp(40px, 6.25vw, 64px);
    padding-left: clamp(24px, 6.25vw, 64px);
    padding-right: clamp(24px, 6.25vw, 64px);
    padding-bottom: clamp(40px, 6.25vw, 64px);
    margin-left: auto;
    background-color: #fafafa;
  }
  .p_business__unity .p_business__unity___image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .p_business__unity .c_lead {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .p_business__unity .p_business__unity___data {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media screen and (max-width: 1024px) {
  .p_business__unity {
    display: contents;
  }
}

@media screen and (min-width: 1025px) {
  .p_business__unity___inner {
    display: contents;
  }
}
@media screen and (max-width: 1024px) {
  .p_business__unity___inner {
    padding-top: clamp(40px, 6.25vw, 64px);
    padding-left: clamp(24px, 6.25vw, 64px);
    padding-right: clamp(24px, 6.25vw, 64px);
    padding-bottom: clamp(40px, 6.25vw, 64px);
    margin-left: auto;
    background-color: #fafafa;
    display: block;
    width: 100%;
  }
}

.p_business__unity___image {
  display: block;
  aspect-ratio: 552/320;
  overflow: clip;
  max-width: 552px;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 32px;
}
.p_business__unity___image .slick-dots {
  position: absolute;
  bottom: 16px;
  left: 50%;
  translate: -50% 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 16px;
  gap: 8px;
  width: 56px;
  height: 24px;
  border-radius: 50px;
  overflow: clip;
}
.p_business__unity___image .slick-dots::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  background: #384553;
}
.p_business__unity___image .slick-dots li,
.p_business__unity___image .slick-dots button {
  padding: 0 !important;
  margin: 0 !important;
  aspect-ratio: 1/1;
  width: 8px;
  height: auto;
  border-radius: 8px;
  overflow: clip;
}
.p_business__unity___image .slick-dots button {
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .p_business__unity___image .slick-dots button {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .p_business__unity___image .slick-dots button {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
.p_business__unity___image .slick-dots button::before {
  display: none;
}
.p_business__unity___image li button:hover,
.p_business__unity___image .slick-active button {
  background-color: white;
}

.p_business__unity___caption {
  font-size: clamp(1.125rem, 2vw, 1.25rem);
  font-weight: 700;
  line-height: 1.8em;
  margin-bottom: 0.8em;
}

.p_business__image {
  display: none;
  max-width: 400px;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 56px;
}
@media screen and (max-width: 1024px) {
  .p_business__image {
    display: block;
  }
}

.p_business__lists {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: repeat(1, 1fr);
  gap: 64px 30px;
}

.p_business__lists > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.p_business__lists > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.p_business__lists > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
@media screen and (max-width: 1024px) {
  .p_business__lists {
    gap: 40px 32px;
  }
}
@media screen and (max-width: 768px) {
  .p_business__lists {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}

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

.p_business__lists___image {
  position: relative;
  aspect-ratio: 380/280;
  width: 100%;
  height: auto;
  overflow: clip;
  background-color: #fff;
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .p_business__lists___image {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .p_business__lists___image {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}

.p_business__lists___visual {
  display: block;
  width: 100%;
  height: 100%;
  scale: 1;
  -webkit-transition: inherit;
  transition: inherit;
  -o-object-fit: contain;
     object-fit: contain;
}

.p_business__lists___ico {
  position: absolute;
  right: 16px;
  bottom: 16px;
  border-radius: 50px;
  overflow: clip;
  aspect-ratio: 1/1;
  width: 32px;
  height: auto;
  z-index: 1;
  -webkit-transition: inherit;
  transition: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fafafa;
  display: none !important;
}
.p_business__lists___ico img {
  -webkit-transition: inherit;
  transition: inherit;
  opacity: 0;
}
.p_business__lists___ico::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  aspect-ratio: 1/1;
  width: 4px;
  height: auto;
  border-radius: 4px;
  overflow: clip;
  background-color: #008cd6;
  translate: -50% -50%;
}
.p_business__lists___ico::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: inherit;
  transition: inherit;
  transition: inherit;
  z-index: -1;
}

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

.p_business__lists___text {
  display: block;
  margin-top: 4px;
  font-size: 14px;
  line-height: 1.4285714286;
}
.p_business__lists___text::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4285714286) * (0.5em - 1px));
}
.p_business__lists___text::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4285714286) * 0.5em);
}

.p_business__banner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0 1fr;
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: repeat(1, 1fr);
  gap: 0;
}

.p_business__banner > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.p_business__banner > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
@media screen and (max-width: 768px) {
  .p_business__banner {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}

.p_business__banner___link {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  min-height: 240px;
  overflow: clip;
}
.p_business__banner___link:hover {
  opacity: 1;
}

.p_business__banner___bg {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  scale: 1;
  -webkit-transition: inherit;
  transition: inherit;
}
.p_business__banner___link:hover .p_business__banner___bg {
  scale: 1.1;
}

.p_business__banner___head {
  position: absolute;
  top: 50%;
  right: 0;
  padding-right: clamp(40px, 5vw, 80px);
  translate: 0 -50%;
  color: #fff;
}

.p_business__banner___caption {
  display: block;
  font-size: clamp(1.5rem, 4vw, 2.5rem);
  font-family: "Exo 2", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
  line-height: 1;
}
.p_business__banner___caption::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1) * (0.5em - 1px));
}
.p_business__banner___caption::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1) * 0.5em);
}
.p_business__banner___caption {
  margin-bottom: clamp(20px, 1.5vw, 24px);
}

.p_business__banner___lead {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: clamp(8px, 1.5625vw, 16px);
  padding-left: clamp(10px, 1.5625vw, 16px);
  padding-right: clamp(10px, 1.5625vw, 16px);
  padding-bottom: clamp(8px, 1.5625vw, 16px);
  border-bottom: 1px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .p_business__banner___lead {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .p_business__banner___lead {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
.p_business__banner___lead {
  min-width: 140px;
}
.p_business__banner___lead::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #008cd6;
  scale: 0 1;
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: inherit;
  transition: inherit;
  z-index: 1;
}
.p_business__banner___link:hover .p_business__banner___lead {
  color: #008cd6;
}
.p_business__banner___link:hover .p_business__banner___lead::after {
  scale: 1 1;
}

.p_business__banner___ico {
  position: relative;
  aspect-ratio: 1/1;
  width: 32px;
  height: auto;
  background-color: #fafafa;
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .p_business__banner___ico {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .p_business__banner___ico {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
.p_business__banner___ico {
  border-radius: 50px;
  overflow: clip;
}
@media screen and (max-width: 768px) {
  .p_business__banner___ico {
    width: 24px;
  }
}
.p_business__banner___ico::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: inherit;
  transition: inherit;
}
.p_business__banner___ico::after {
  content: "";
  position: absolute;
  aspect-ratio: 1/1;
  width: 4px;
  height: auto;
  top: 50%;
  left: 50%;
  border-radius: 4px;
  overflow: clip;
  background-color: #008cd6;
  translate: -50% -50%;
  -webkit-transition: inherit;
  transition: inherit;
}
.p_business__banner___link:hover .p_business__banner___ico {
  background-color: transparent;
}
.p_business__banner___link:hover .p_business__banner___ico::before {
  opacity: 1;
}
.p_business__banner___link:hover .p_business__banner___ico::after {
  opacity: 0;
}

.p_business__banner___arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 50%;
}

.p_products__business {
  background-color: #fafafa;
}
.p_products__business .c_lead {
  background-color: #fff;
}

.post-type-archive-equipment-products,
.single-equipment-products {
  background-color: #fafafa;
}

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

.p_ep__nav {
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  overflow: clip;
}

.p_ep__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px 40px;
  padding-top: 24px;
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .p_ep__list {
    gap: 24px;
    padding-top: 12px;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 12px;
  }
}

.p_ep__list___link {
  position: relative;
  display: block;
  font-size: clamp(1rem, 2vw, 1.25rem);
  font-weight: 700;
  line-height: 1.8em;
  padding-top: clamp(4px, 0.5vw, 8px);
  padding-left: clamp(8px, 1vw, 16px);
  padding-right: clamp(8px, 1vw, 16px);
  padding-bottom: clamp(4px, 0.5vw, 8px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p_ep__list___link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  scale: 0 1;
  -webkit-transform-origin: left;
          transform-origin: left;
  background-color: #008cd6;
  -webkit-transition: inherit;
  transition: inherit;
}
.p_ep__list___link[current], .p_ep__list___link:hover {
  opacity: 1;
}
.p_ep__list___link[current]::after, .p_ep__list___link:hover::after {
  scale: 1 1;
}

.p_ep__card {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: repeat(1, 1fr);
  gap: 64px 30px;
}

.p_ep__card > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.p_ep__card > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.p_ep__card > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
@media screen and (max-width: 768px) {
  .p_ep__card {
    -ms-grid-columns: 1fr 32px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 32px;
  }
}
@media screen and (max-width: 500px) {
  .p_ep__card {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}

.p_ep__card___link {
  display: block;
  width: 100%;
  height: auto;
}
.p_ep__card___link:hover {
  opacity: 1;
}

.p_ep__card___image {
  position: relative;
  display: block;
  aspect-ratio: 4/3;
  width: 100%;
  height: auto;
  overflow: clip;
  background-color: #fff;
  margin-bottom: clamp(12px, 1.5vw, 24px);
  -webkit-transition: inherit;
  transition: inherit;
}
.p_ep__card___image .image {
  display: block;
  width: 100%;
  height: 100%;
  scale: 1;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: inherit;
  transition: inherit;
}
.p_ep__card___link:hover .p_ep__card___image .image {
  scale: 1.1;
}

.p_ep__card___ico {
  position: absolute;
  right: 16px;
  bottom: 16px;
  aspect-ratio: 1/1;
  width: 32px;
  height: auto;
  background-color: #fafafa;
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .p_ep__card___ico {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .p_ep__card___ico {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
.p_ep__card___ico {
  border-radius: 50px;
  overflow: clip;
}
@media screen and (max-width: 768px) {
  .p_ep__card___ico {
    width: 24px;
  }
}
.p_ep__card___ico::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: inherit;
  transition: inherit;
}
.p_ep__card___ico::after {
  content: "";
  position: absolute;
  aspect-ratio: 1/1;
  width: 4px;
  height: auto;
  top: 50%;
  left: 50%;
  border-radius: 4px;
  overflow: clip;
  background-color: #008cd6;
  translate: -50% -50%;
  -webkit-transition: inherit;
  transition: inherit;
}
.p_ep__card___link:hover .p_ep__card___ico {
  background-color: transparent;
}
.p_ep__card___link:hover .p_ep__card___ico::before {
  opacity: 1;
}
.p_ep__card___link:hover .p_ep__card___ico::after {
  opacity: 0;
}

.p_ep__card___arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 50%;
}

.p_ep__cat {
  display: inline-block;
  font-size: clamp(0.75rem, 1.6vw, 1rem);
  line-height: 1.5em;
  padding-top: 0.5em;
  padding-left: 1em;
  padding-right: 1em;
  padding-bottom: 0.5em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  border-radius: 8px;
  overflow: clip;
  margin-bottom: 8px;
}

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

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

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

.p_ep__side___box {
  position: relative;
}
.p_ep__side___box .slick-slider {
  position: unset;
}
.p_ep__side___box .slick-arrow {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: unset;
  bottom: 6.5%;
  aspect-ratio: 1/1;
  width: 32px;
  height: auto;
  background-color: #fafafa !important;
  border: 1px solid #008cd6;
  border-radius: 32px;
  overflow: clip;
  z-index: 1;
}
@media screen and (max-width: 500px) {
  .p_ep__side___box .slick-arrow {
    bottom: 4.5%;
  }
}
.p_ep__side___box .slick-arrow::before {
  content: "";
  display: block;
  aspect-ratio: 16/8;
  width: 50%;
  height: auto;
  background-image: url("../images/common/ico_arrow__gra.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.p_ep__side___box .slick-prev {
  left: 0;
  translate: -50% 0;
}
.p_ep__side___box .slick-prev::before {
  rotate: 180deg;
}
.p_ep__side___box .slick-next {
  right: 0;
  translate: 50% 0;
}

.p_ep__side___inner {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p_ep__side___inner th {
  width: 136px;
}

.p_ep__side___visual {
  display: block;
  aspect-ratio: 4/3;
  width: 100%;
  height: auto;
  background-color: #fff;
}
.p_ep__side___visual .image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p_ep__side___lists {
  margin-top: 16px;
  margin-left: -2px;
  margin-right: -2px;
}

.p_ep__side___img {
  aspect-ratio: 4/3;
  background-color: #fff;
  margin-left: 2px;
  margin-right: 2px;
}
.p_ep__side___img .image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

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

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

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

.p_ep__video___block {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  background-color: #999999;
}
.p_ep__video___block iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.p_recruit__block {
  padding-bottom: clamp(80px, 7.5vw, 120px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p_recruit__block + .p_recruit__block {
  padding-top: clamp(80px, 7.5vw, 120px);
}
.p_recruit__block:last-child {
  padding-bottom: 0;
}
.p_recruit__block:nth-child(even) {
  background-color: #f5f8fa;
}
.p_recruit__block:nth-child(even):last-child {
  padding-bottom: clamp(80px, 7.5vw, 120px);
}

.p_recruit__cards {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px 1fr 24px 1fr;
  grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: repeat(1, 1fr);
  gap: 24px;
}

.p_recruit__cards > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.p_recruit__cards > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.p_recruit__cards > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
@media screen and (max-width: 500px) {
  .p_recruit__cards {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}

.p_recruit__card {
  padding-top: clamp(40px, 3.5vw, 56px);
  padding-left: 32px;
  padding-right: 32px;
  padding-bottom: clamp(40px, 3.5vw, 56px);
  background-color: #fafafa;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}

.p_recruit__img {
  display: block;
  aspect-ratio: 1/1;
  max-width: 240px;
  width: 100%;
  height: auto;
  border-radius: 240px;
  overflow: clip;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}

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

/* person */
.p_recruit__person___side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 72px;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .p_recruit__person___side {
    display: block;
  }
}

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

.p_recruit__person___inner {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) {
  .p_recruit__person___inner {
    margin-top: 40px;
  }
}

/* interview */
.p_recruit__interview___block + .p_recruit__interview___block {
  margin-top: clamp(80px, 15.625vw, 120px);
}

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

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

.p_recruit__interview___inner {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) {
  .p_recruit__interview___inner {
    margin-top: 40px;
  }
}

.p_recruit__interview___lead {
  font-size: clamp(1rem, 1.8vw, 1.125rem);
  font-weight: 700;
  margin-bottom: clamp(32px, 3.5vw, 56px);
}

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

.p_recruit__interview___cards {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 56px 1fr;
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: repeat(1, 1fr);
  gap: 56px;
  margin-top: 56px;
}

.p_recruit__interview___cards > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.p_recruit__interview___cards > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
@media screen and (max-width: 768px) {
  .p_recruit__interview___cards {
    margin-top: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
  }
}

.p_recruit__interview___title,
.p_recruit__interview___text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
}
.p_recruit__interview___title::before,
.p_recruit__interview___text::before {
  aspect-ratio: 1/1;
  width: 32px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  content: "";
  border-radius: 32px;
  overflow: clip;
  font-family: "Exo 2", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.p_recruit__interview___item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p_recruit__interview___title .p_recruit__interview___item {
  font-weight: 700;
}

.p_recruit__interview___title {
  margin-bottom: clamp(10px, 1vw, 16px);
}
.p_recruit__interview___title::before {
  content: "Q";
  color: #fff;
}

.p_recruit__interview___text::before {
  content: "A";
  color: #008cd6;
  background-color: #fff;
}

/* requirements */
.p_recruit__requirements___block {
  padding-top: clamp(32px, 4vw, 64px);
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: clamp(32px, 4vw, 64px);
  background-color: #f5f8fa;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.p_recruit__requirements___lists {
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
}

.p_recruit__requirements___list + .p_recruit__requirements___list {
  margin-top: 16px;
}

.p_recruit__requirements___link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: clamp(12px, 1vw, 16px);
  padding-left: clamp(10px, 1vw, 16px);
  padding-right: clamp(10px, 1vw, 16px);
  padding-bottom: clamp(12px, 1vw, 16px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  border-radius: 8px;
  overflow: clip;
}
.p_recruit__requirements___link:hover {
  opacity: 1;
  color: #008cd6;
}

.p_recruit__requirements___label {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  font-weight: 500;
  line-height: 1.5;
}

.p_recruit__requirements___ico {
  position: relative;
  aspect-ratio: 1/1;
  width: 32px;
  height: auto;
  border-radius: 32px;
  overflow: clip;
  background-color: #f5f8fa;
  -webkit-transition: inherit;
  transition: inherit;
}
.p_recruit__requirements___ico::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: inherit;
  transition: inherit;
}
.p_recruit__requirements___ico::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4px;
  height: 4px;
  border-radius: 4px;
  overflow: clip;
  background-color: #008cd6;
  translate: -50% -50%;
  opacity: 1;
  -webkit-transition: inherit;
  transition: inherit;
}
.p_recruit__requirements___link:hover .p_recruit__requirements___ico::before {
  opacity: 1;
}
.p_recruit__requirements___link:hover .p_recruit__requirements___ico::after {
  opacity: 0;
}

.p_recruit__requirements___arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 50%;
  height: auto;
  display: block;
  opacity: 0;
  -webkit-transition: inherit;
  transition: inherit;
}
.p_recruit__requirements___link:hover .p_recruit__requirements___arrow {
  opacity: 1;
}

.p_requirements__block {
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
}

.p_requirements__btns {
  margin-top: clamp(56px, 5vw, 80px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 48px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p_company {
  position: relative;
}
.p_company::before {
  position: absolute;
  content: "";
  top: 40%;
  left: 0;
  width: 600px;
  height: auto;
  aspect-ratio: 600/376;
  background-image: url("../images/page/bg_company.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
@media screen and (max-width: 500px) {
  .p_company::before {
    width: 300px;
  }
}

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

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

.p_company__side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.p_company__greeting .p_company__side {
  gap: 72px;
}
.p_company__outline .p_company__side {
  gap: 120px;
}
@media screen and (max-width: 768px) {
  .p_company__side {
    display: block;
  }
}

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

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

.p_company__owner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 16px;
  margin-top: clamp(24px, 2vw, 32px);
  font-weight: 700;
  font-size: clamp(1.125rem, 2vw, 1.25rem);
}

.p_company__class {
  font-size: 1em;
}

.p_company__name {
  font-size: 1.4em;
}

.p_company__map {
  display: block;
  width: 100%;
  height: 400px;
}
@media screen and (max-width: 768px) {
  .p_company__map {
    height: 350px;
  }
}
.p_company__map iframe {
  display: block;
  width: 100%;
  height: 100%;
}

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

.p_company__label {
  font-size: clamp(1rem, 1.8vw, 1.125rem);
  font-weight: 700;
  margin-bottom: 8px;
}

.p_company__box {
  margin-top: clamp(80px, 15.625vw, 120px);
  overflow: clip;
}

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

.p_contact__tab {
  max-width: 296px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: block;
  text-align: center;
  background-color: #fff;
  border: 1px solid #c4c4c4;
  border-radius: 56px;
  overflow: clip;
  font-weight: 700;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
}
.p_contact__tab::before {
  counter-increment: num;
  content: counter(num) ".";
}

.p_contact__active {
  color: #fff;
  background-color: #008cd6;
  border-color: #008cd6;
}

.p_contact__line {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 1px;
  background-color: #c4c4c4;
  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 {
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  font-weight: 500;
}
.p_policy__block + .p_policy__block {
  margin-top: clamp(32px, 2.5vw, 40px);
}

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

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

/* list型 */
.p_archive__time {
  color: #008cd6;
}

.p_archive__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px 24px;
  padding-top: 1.5em;
  padding-left: 1em;
  padding-right: 1em;
  padding-bottom: 1.5em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  border-bottom: 1px solid #d9d9d9;
}
.p_archive__link::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  scale: 0 1;
  background-color: #008cd6;
  -webkit-transition: inherit;
  transition: inherit;
  -webkit-transform-origin: left;
          transform-origin: left;
}
.p_archive__link:hover {
  opacity: 1;
}
.p_archive__link:hover::before {
  scale: 1 1;
}

.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: 2;
  }
}
@media screen and (max-width: 500px) {
  .p_archive__lead {
    -webkit-line-clamp: 1;
  }
}
.p_archive__lead {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p_archive__ico {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  justify-self: flex-end;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1/1;
  width: 32px;
  height: auto;
  background-color: #fafafa;
  border-radius: 32px;
  overflow: clip;
  -webkit-transition: inherit;
  transition: inherit;
}
.p_archive__ico::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: inherit;
  transition: inherit;
}
.p_archive__ico::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  aspect-ratio: 1/1;
  width: 4px;
  height: auto;
  translate: -50% -50%;
  opacity: 1;
  border-radius: 8px;
  overflow: clip;
  -webkit-transition: inherit;
  transition: inherit;
  z-index: 1;
}
.p_archive__link:hover .p_archive__ico {
  background-color: transparent;
}
.p_archive__link:hover .p_archive__ico::before {
  opacity: 1;
}
.p_archive__link:hover .p_archive__ico::after {
  opacity: 0;
}

.p_archive__arrow {
  position: relative;
  display: block;
  width: 50%;
  height: auto;
  opacity: 0;
  z-index: 1;
}
.p_archive__link:hover .p_archive__arrow {
  opacity: 1;
}

/* flex型 */
.p_archive__side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 24px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p_archive__side + .p_archive__side {
  margin-top: clamp(60px, 5vw, 80px);
  padding-top: clamp(60px, 5vw, 80px);
  border-top: 1px solid #c4c4c4;
}

.p_archive__side___pic {
  display: block;
  max-width: 400px;
  overflow: clip;
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .p_archive__side___pic {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .p_archive__side___pic {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
.p_archive__side___pic {
  width: 100%;
  height: auto;
  aspect-ratio: 1.3333333333;
}
.p_archive__side___pic img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  scale: 1;
  -webkit-transition: inherit;
  transition: inherit;
}
.p_archive__side___pic:hover {
  opacity: 1;
}
.p_archive__side___pic:hover img {
  scale: 1.1;
}

.p_archive__side___inner {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

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

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

/* grid型 */
.p_post__card {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: (1fr)[1];
  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 {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 501px) and (max-width: 1000px) {
  .p_post__card {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 500px) {
  .p_post__card {
    -ms-grid-columns: 1fr 24px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px 24px;
  }
}

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

.p_post__card___pic {
  display: block;
  -webkit-transition: inherit;
  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;
  -webkit-transition: inherit;
  transition: inherit;
}
.p_post__card___pic:hover {
  opacity: 1;
}
.p_post__card___pic:hover img {
  scale: 1.1;
}
.p_post__card___pic {
  background-color: #fafafa;
}

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

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

.p_single__block___head {
  padding-bottom: clamp(20px, 1.5vw, 24px);
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: clamp(32px, 3.5vw, 56px);
}

.p_single__block___time {
  color: #008cd6;
}

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

.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 p a {
  color: #008cd6;
  text-decoration: underline;
}

.error404 {
  position: relative;
}
.error404::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: -1;
}
.error404 .c_btn {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.error404::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/common/bg_grid.webp");
  background-repeat: repeat;
  background-size: auto;
  background-position: top left;
  opacity: 0.3;
  mix-blend-mode: multiply;
  z-index: -1;
}

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

.p_found__caption {
  display: block;
  line-height: 1;
  font-size: clamp(2.5rem, 7.2vw, 4.5rem);
  font-family: "Exo 2", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
  color: #008cd6;
  margin-bottom: clamp(10px, 1vw, 16px);
}

.p_found__label {
  font-size: inherit;
  font-weight: 700;
  line-height: 1.8em;
}

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