@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=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
/* インデント調整 */
/* センター寄せのインデント調整 */
/* 動作の時間（1001px以上の時,1000px以下の時） */
.p_archive__side:hover .p_archive__side___ico .image, .p_recruit__requirements___link:hover .p_recruit__requirements___arrow, .p_front__recruit___btn:hover .p_front__list___arrow, .p_front__list___link:hover .p_front__list___arrow, a:hover .p_single__ico svg, .c_banner__link:hover .c_banner__ico .image, .c_more__arrow, .c_anchor__active .c_sidelist__ico .image, .c_sidelist__link[current] .c_sidelist__ico .image, .c_sidelist__link:hover .c_sidelist__ico .image {
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(216deg) brightness(101%) contrast(102%);
          filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(216deg) brightness(101%) contrast(102%);
}

.c_cta__tel___ico {
  -webkit-filter: brightness(0) saturate(100%) invert(16%) sepia(15%) saturate(1895%) hue-rotate(168deg) brightness(100%) contrast(89%);
          filter: brightness(0) saturate(100%) invert(16%) sepia(15%) saturate(1895%) hue-rotate(168deg) brightness(100%) contrast(89%);
}

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

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

@keyframes please__swipe {
  0% {
    left: 10px;
  }
  100% {
    left: 50px;
  }
}
@-webkit-keyframes image_sldier {
  0% {
    translate: 0 0%;
  }
  100% {
    translate: -50% 0;
  }
}
@keyframes image_sldier {
  0% {
    translate: 0 0%;
  }
  100% {
    translate: -50% 0;
  }
}
@-webkit-keyframes sldier_x {
  0% {
    translate: 0 0%;
  }
  100% {
    translate: -50% 0;
  }
}
@keyframes sldier_x {
  0% {
    translate: 0 0%;
  }
  100% {
    translate: -50% 0;
  }
}
@-webkit-keyframes sldier_y {
  0% {
    translate: 0 0%;
  }
  100% {
    translate: 0 -50%;
  }
}
@keyframes sldier_y {
  0% {
    translate: 0 0%;
  }
  100% {
    translate: 0 -50%;
  }
}
@-webkit-keyframes out_line {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  100% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
}
@keyframes out_line {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  100% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
}
@-webkit-keyframes in_line {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
}
@keyframes in_line {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
}
@-webkit-keyframes swing_x {
  0% {
    translate: -10px 0;
  }
  100% {
    translate: 10px 0;
  }
}
@keyframes swing_x {
  0% {
    translate: -10px 0;
  }
  100% {
    translate: 10px 0;
  }
}
: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: 400;
  color: #1f364d;
  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: "Noto Sans JP", "メイリオ", 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 #f3f7f9;
  border-radius: 3px;
  background-color: #edf2f2;
  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(243, 247, 249, 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 △△△△ */
/* ▽▽▽▽追従▽▽▽▽ */
.c_following__contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  gap: 106px;
}
@media screen and (max-width: 1024px) {
  .c_following__contents {
    display: block;
  }
}

@media screen and (min-width: 1025px) {
  .c_following__side {
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
    left: 0;
    min-width: 186px;
  }
}
.c_following__main {
  max-width: 900px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 1024px) {
  .c_following__main {
    display: block;
    max-width: 100%;
    margin-top: 56px;
  }
}

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

/* △△△△追従△△△△ */
.c_filter {
  -webkit-clip-path: inset(0 100% 0% 0);
          clip-path: inset(0 100% 0% 0);
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .c_filter {
    -webkit-transition-duration: 1500ms;
            transition-duration: 1500ms;
  }
}
@media screen and (max-width: 1000px) {
  .c_filter {
    -webkit-transition-duration: 1500ms;
            transition-duration: 1500ms;
  }
}

.c_filter__active {
  -webkit-clip-path: inset(0 0% 0% 0);
          clip-path: inset(0 0% 0% 0);
}

._dl {
  -webkit-transition-delay: 2000ms;
          transition-delay: 2000ms;
}

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

@media screen and (min-width: 1025px) {
  .c_header__hide {
    translate: 0 -100%;
  }
}
.c_header__logo {
  display: block;
  max-width: 270px;
}
@media screen and (max-width: 1024px) {
  .c_header__logo {
    max-width: 168px;
  }
}

.c_header__link,
.c_header__image {
  display: block;
  width: 100%;
  height: auto;
}

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

.c_header__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5vw;
}
@media screen and (max-width: 1024px) {
  .c_header__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
  }
}
@media screen and (min-width: 1025px) {
  .c_header__nav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.5vw;
  }
}
@media screen and (max-width: 1024px) {
  .c_header__nav ul {
    width: 100%;
  }
}
.c_header__nav ul span {
  display: none !important;
}
.c_header__nav .sub-menu,
.c_header__nav .children {
  display: none !important;
}
.c_header__nav a {
  font-size: clamp(0.875rem, 1vw, 1rem);
}
@media screen and (max-width: 1024px) {
  .c_header__nav li {
    border-bottom: 1px solid #fff;
  }
  .c_header__nav a {
    display: block;
    color: #fff;
    padding-top: 1.4285714286em;
    padding-bottom: 1.4285714286em;
    line-height: 1;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.c_header__line {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 28px;
  height: 1px;
  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: #0b4ea2;
  width: 64px;
  height: auto;
  -webkit-transition-property: all;
  transition-property: all;
  z-index: 10;
}
@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;
  }
}
@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: 28px;
  height: 1px;
  background-color: #fff;
  -webkit-transition: inherit;
  transition: inherit;
}
.c_header__trigger::before {
  translate: -50% calc(-50% - 9px);
}
.c_header__trigger::after {
  translate: -50% calc(-50% + 9px);
}
.c_header__trigger.c_header__active::before, .c_header__trigger.c_header__active::after {
  translate: -50% -50%;
}
.c_header__trigger.c_header__active::before {
  rotate: -30deg;
}
.c_header__trigger.c_header__active::after {
  rotate: 30deg;
}

.c_header__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2vw;
}
@media screen and (max-width: 1024px) {
  .c_header__item {
    display: block;
    width: 100%;
  }
}

.c_header__tel {
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .c_header__tel {
    text-align: center;
    color: #1f364d !important;
    background-color: #fff;
    width: 100%;
    border-radius: 100px;
    overflow: clip;
    padding-top: 13px;
    padding-bottom: 13px;
  }
}

.c_header__phone {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  font-size: clamp(1.125rem, 2.1vw, 1.3125rem);
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  line-height: inherit;
}
@media screen and (max-width: 1024px) {
  .c_header__phone {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.c_header__ico {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1/1;
  width: 18px;
  height: auto;
}
.c_header__ico img {
  display: block;
  height: auto;
}

.c_header__time {
  display: block;
  font-size: 10px;
  line-height: inherit;
  margin-top: 6px;
}

.c_header__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
  text-align: center;
  background-color: #0b4ea2;
  padding-top: 17px;
  padding-bottom: 13px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 108px;
  height: 80px;
}
@media screen and (max-width: 1024px) {
  .c_header__btn {
    display: none !important;
  }
}

.c_header__label {
  color: #fff;
  font-size: 11px;
  line-height: 1.4;
}

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

.c_loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100dvw;
  height: 100dvh;
  background-image: url("../images/common/bg_steal.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.c_loading::before, .c_loading::after {
  content: "";
  position: absolute;
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .c_loading::before, .c_loading::after {
    -webkit-transition-duration: 1000ms;
            transition-duration: 1000ms;
  }
}
@media screen and (max-width: 1000px) {
  .c_loading::before, .c_loading::after {
    -webkit-transition-duration: 1000ms;
            transition-duration: 1000ms;
  }
}
.c_loading:not(.c_loading__active)::before {
  opacity: 0;
}
.c_loading:not(.c_loading__active)::before {
  scale: 0;
}
.c_loading::before {
  top: 0;
  left: 0;
  width: inherit;
  height: inherit;
  background-image: url("../images/common/img_filter.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  scale: 3;
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .c_loading::before {
    -webkit-transition-duration: 5000ms;
            transition-duration: 5000ms;
  }
}
@media screen and (max-width: 1000px) {
  .c_loading::before {
    -webkit-transition-duration: 5000ms;
            transition-duration: 5000ms;
  }
}
.c_loading::after {
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  aspect-ratio: 182/184;
  width: 182px;
  height: auto;
  background-image: url("../images/common/ico_logo.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  opacity: 0.1;
}

.c_loading__label {
  position: relative;
  z-index: 1;
  font-size: clamp(1.125rem, 2.8vw, 1.75rem);
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
}

.c_mv {
  display: block;
  padding-top: clamp(144px, 33.8541666667vw, 260px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  overflow: clip;
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .c_mv {
    -webkit-transition-duration: 1000ms;
            transition-duration: 1000ms;
  }
}
@media screen and (max-width: 1000px) {
  .c_mv {
    -webkit-transition-duration: 1000ms;
            transition-duration: 1000ms;
  }
}
.c_mv img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
}

.c_mv__hide {
  opacity: 0;
  translate: 0 50px;
}

.c_mv__block {
  position: relative;
  background-image: url("../images/mv/bg_mv.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-top: clamp(86px, 19.4010416667vw, 149px);
  padding-bottom: clamp(86px, 29.296875vw, 225px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.c_mv__ico {
  position: absolute;
  top: -75px;
  left: 50%;
  translate: -50% 0;
  max-width: 182px;
}
@media screen and (max-width: 768px) {
  .c_mv__ico {
    top: -40px;
    max-width: 93px;
  }
}

.c_mv__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-size: 64px;
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 700;
  margin-bottom: clamp(44px, 6.5vw, 104px);
  padding-left: 20px;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .c_mv__head {
    font-size: clamp(2rem, 4.8vw, 3rem);
  }
}
.c_mv__head br {
  display: none;
}
@media screen and (max-width: 500px) {
  .c_mv__head br {
    display: block;
  }
}

.c_mv__label {
  font-size: inherit;
  font-weight: inherit;
  line-height: 1.203125em;
}
@media screen and (max-width: 768px) {
  .c_mv__label {
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.05em;
    line-height: 1.4411764706em;
  }
}

.c_mv__box {
  position: relative;
}

.c_mv__caption {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 100%;
  height: auto;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 36px;
  z-index: 1;
  text-transform: capitalize;
}
@media screen and (max-width: 1024px) {
  .c_mv__caption {
    font-size: clamp(0.875rem, 2.734375vw, 1.75rem);
  }
}

.c_mv__image {
  padding-left: clamp(4px, 0.5vw, 8px);
  padding-right: clamp(4px, 0.5vw, 8px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.c_kv {
  position: relative;
  display: block;
  overflow: clip;
  margin-top: 81px;
}
@media screen and (max-width: 1024px) {
  .c_kv {
    margin-top: 64px;
  }
}

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

.c_kv__block {
  padding-top: clamp(56px, 8.25vw, 132px);
  padding-bottom: clamp(56px, 5.875vw, 94px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

.c_kv__label {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 6px;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  font-weight: 600;
  margin-bottom: 8px;
}
.c_kv__label::before {
  content: "●";
  color: #ee1c25;
}
@media screen and (max-width: 768px) {
  .c_kv__label {
    gap: 4px;
  }
  .c_kv__label::before {
    scale: 0.8;
  }
}

.c_kv__caption {
  display: inline-block;
  font-size: clamp(2.625rem, 6.8vw, 4.25rem);
  line-height: 1.2058823529em;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  text-transform: capitalize;
  background: -webkit-radial-gradient(50% 50%, 50% 50%, rgba(48, 65, 80, 0.3) 0%, rgba(48, 65, 80, 0.6) 100%);
  background: radial-gradient(50% 50% at 50% 50%, rgba(48, 65, 80, 0.3) 0%, rgba(48, 65, 80, 0.6) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.c_bread {
  font-size: clamp(0.625rem, 1.4vw, 0.875rem);
  padding-top: clamp(21px, 1.75vw, 28px);
  padding-bottom: clamp(21px, 1.75vw, 28px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #69767d;
}
.c_bread span,
.c_bread a {
  display: inline-block;
  font-size: inherit;
  color: inherit;
}

.c_cta {
  position: relative;
  padding-top: clamp(48px, 5vw, 80px);
  padding-bottom: clamp(40px, 4.875vw, 78px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-image: url("../images/common/bg_cta__pc.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin-bottom: clamp(84px, 10.5vw, 168px);
}
@media screen and (max-width: 768px) {
  .c_cta {
    background-image: url("../images/common/bg_cta__sp.webp");
    margin-bottom: 32px;
  }
}

.c_cta__image {
  position: absolute;
  overflow: clip;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .c_cta__image {
    display: none;
  }
}

.c_cta__top {
  width: 263px;
  height: 357px;
  top: -131px;
  right: 6.6473988439%;
}
@media screen and (max-width: 1440px) {
  .c_cta__top {
    right: 32px;
    width: 13.8888888889vw;
  }
}

.c_cta__bottom {
  width: 243px;
  height: 330px;
  bottom: -64px;
  left: 6.7919075145%;
  overflow: clip;
}
@media screen and (max-width: 1440px) {
  .c_cta__bottom {
    left: 32px;
    width: 13.8888888889vw;
  }
}

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

.c_cta__head {
  margin-bottom: clamp(16px, 1.375vw, 22px);
}

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

.c_cta__caption {
  font-size: clamp(2.625rem, 6.4vw, 4rem);
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  line-height: 1;
  text-transform: capitalize;
  background: -webkit-radial-gradient(50% 50%, 50% 50%, rgba(48, 65, 80, 0.3) 0%, rgba(48, 65, 80, 0.6) 100%);
  background: radial-gradient(50% 50% at 50% 50%, rgba(48, 65, 80, 0.3) 0%, rgba(48, 65, 80, 0.6) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  background-blend-mode: multiply;
}

.c_cta__title {
  font-size: clamp(0.875rem, 1.6vw, 1rem);
  line-height: 2;
  margin-bottom: clamp(16px, 1.6875vw, 27px);
}
.c_cta__title::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * (0.5em - 1px));
}
.c_cta__title::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
}
.c_cta__title br {
  display: block;
}
@media screen and (max-width: 768px) {
  .c_cta__title {
    line-height: 1.5;
  }
  .c_cta__title::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.5) * (0.5em - 1px));
  }
  .c_cta__title::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.5) * 0.5em);
  }
}

.c_cta__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

.c_cta__tel {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.01em;
}

.c_cta__tel___ico {
  aspect-ratio: 1/1;
  width: 34px;
  height: auto;
}
@media screen and (max-width: 500px) {
  .c_cta__tel___ico {
    width: 22px;
  }
}
.c_cta__tel___ico img {
  display: block;
  width: 100%;
  height: auto;
}

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

.c_cta__time {
  font-size: clamp(0.8125rem, 1.6vw, 1rem);
}

.c_cta__btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 12px 16px;
  margin-top: clamp(24px, 2vw, 32px);
}

.c_cta__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  background-color: #fff;
  font-size: 15px;
  font-weight: 500;
  padding-top: 1.0666666667em;
  padding-bottom: 1.1333333333em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50px;
  overflow: clip;
  width: 240px;
}
.c_cta__btn:hover {
  opacity: 1;
  color: #fff;
  background-color: #1f364d;
}

.c_cta__btn___label {
  display: inline-block;
  font-size: inherit;
  line-height: 1;
}

.c_footer {
  position: relative;
  background-color: #fff;
  margin-top: clamp(80px, 10.5vw, 168px);
  padding-top: clamp(80px, 10vw, 160px);
  padding-left: clamp(30px, 6.25vw, 64px);
  padding-right: clamp(30px, 6.25vw, 64px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #edf2f2;
}
.c_footer.c_footer__front {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .c_footer {
    padding-top: 80px;
  }
  .c_footer.c_footer__front {
    background-color: #edf2f2;
    padding-top: 0;
  }
}
@media screen and (max-width: 500px) {
  .c_footer {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.c_footer__block {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  padding-top: clamp(16px, 4.296875vw, 44px);
  padding-left: clamp(16px, 4.296875vw, 44px);
  padding-right: clamp(16px, 4.296875vw, 44px);
  padding-bottom: clamp(52px, 12.5vw, 128px);
}
@media screen and (max-width: 1024px) {
  .c_footer__block {
    padding-top: 16px;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: clamp(52px, 9.375vw, 72px);
  }
}

.c_footer__column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 1201px) {
  .c_footer__column {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media screen and (max-width: 1200px) {
  .c_footer__column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 32px;
  }
}

.c_footer__logo,
.c_footer__link,
.c_footer__image {
  display: block;
  height: auto;
  width: 270px;
}
@media screen and (max-width: 768px) {
  .c_footer__logo,
  .c_footer__link,
  .c_footer__image {
    width: 168px;
    margin-left: auto;
    margin-right: auto;
  }
}

.c_footer__address {
  margin-top: clamp(12px, 2.8125vw, 45px);
  text-transform: capitalize;
}
@media screen and (max-width: 768px) {
  .c_footer__address .c_address__block {
    font-size: 13px;
    line-height: 1.5;
  }
  .c_footer__address .c_address__block span,
  .c_footer__address .c_address__block a {
    font-size: inherit;
    line-height: inherit;
  }
}

.c_footer__inner {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1024px) {
  .c_footer__nav {
    width: 100%;
  }
}
.c_footer__nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: inherit;
  gap: 40px;
  max-width: 604px;
  height: 158px;
}
@media screen and (max-width: 1200px) {
  .c_footer__nav ul {
    max-width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .c_footer__nav ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 8px 17px;
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 1025px) {
  .c_footer__nav li {
    max-width: 112px;
  }
  .c_footer__nav li.menu-item-privacy-policy {
    max-width: 104px;
  }
}
.c_footer__nav a {
  word-break: break-all;
}
@media screen and (min-width: 1025px) {
  .c_footer__nav a {
    font-weight: 600;
    line-height: 1.25;
  }
  .c_footer__nav a::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.25) * (0.5em - 1px));
  }
  .c_footer__nav a::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.25) * 0.5em);
  }
}
@media screen and (max-width: 1024px) {
  .c_footer__nav a {
    font-weight: 400;
    line-height: 2;
    border-bottom: 1px solid #c4ccd4;
    padding-top: 0;
    padding-bottom: 8px;
    font-size: 13px;
  }
}
.c_footer__nav span {
  display: none !important;
}
@media screen and (max-width: 1024px) {
  .c_footer__nav li {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .c_footer__nav a {
    display: block;
    text-align: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.c_footer__nav .sub-menu,
.c_footer__nav .children {
  margin-top: 24px;
  gap: 14px;
}
@media screen and (max-width: 1024px) {
  .c_footer__nav .sub-menu,
  .c_footer__nav .children {
    display: none !important;
  }
}
.c_footer__nav .sub-menu a,
.c_footer__nav .children a {
  font-weight: 400;
}

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

.c_footer__copy {
  display: block;
  font-size: clamp(0.6875rem, 1.3vw, 0.8125rem);
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  padding-top: clamp(24px, 2vw, 32px);
  padding-bottom: clamp(24px, 3.5625vw, 57px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.c_footer__rtt {
  position: absolute;
  bottom: 126px;
  right: 93px;
  display: block;
  width: 30px;
  height: 52px;
  background-color: #0b4ea2;
  border-radius: 32px;
  overflow: clip;
}
.c_footer__rtt:hover {
  opacity: 1;
}
@media screen and (max-width: 1024px) {
  .c_footer__rtt {
    right: 60px;
    bottom: 80px;
    width: 16px;
    height: 28px;
  }
}
@media screen and (max-width: 500px) {
  .c_footer__rtt {
    bottom: 69px;
    right: 38px;
  }
}

.c_footer__rtt___arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  display: block;
  aspect-ratio: 1/1;
  width: 19px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: inherit;
  transition: inherit;
}
@media screen and (max-width: 1024px) {
  .c_footer__rtt___arrow {
    width: 11px;
  }
}

.c_footer__rtt___dummy {
  opacity: 0;
  translate: -50% 0%;
}
.c_footer__rtt:hover .c_footer__rtt___dummy {
  opacity: 1;
  translate: -50% -50%;
}

.c_footer__rtt___image {
  opacity: 1;
  translate: -50% -50%;
}
.c_footer__rtt:hover .c_footer__rtt___image {
  opacity: 0;
  translate: -50% -100%;
}

.c_address__block {
  display: block;
}

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

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

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

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

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

.c_head {
  padding-left: clamp(16px, 1.5vw, 24px);
  border-left: 5px solid #1f364d;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: clamp(32px, 3vw, 48px);
}

.c_head__caption {
  display: inline-block;
  font-size: clamp(0.875rem, 1.6vw, 1rem);
  text-transform: capitalize;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  line-height: 1;
  margin-bottom: 8px;
}
.c_head__caption::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1) * (0.5em - 1px));
}
.c_head__caption::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1) * 0.5em);
}

.c_head__label {
  font-size: clamp(1.25rem, 2.8vw, 1.75rem);
  font-weight: 600;
}

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

.c_lead__label {
  font-size: inherit;
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 700;
  line-height: 1.75;
}
.c_lead__label::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.75) * (0.5em - 1px));
}
.c_lead__label::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.75) * 0.5em);
}

.c_catch {
  font-size: clamp(1.25rem, 2.4vw, 1.5rem);
  margin-bottom: 1em;
}

.c_catch__label {
  font-size: inherit;
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 700;
  line-height: 1.75;
}
.c_catch__label::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.75) * (0.5em - 1px));
}
.c_catch__label::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.75) * 0.5em);
}

.c_caption {
  font-size: clamp(1.125rem, 2.4vw, 1.5rem);
  padding-left: clamp(8px, 1vw, 16px);
  border-left: 5px solid #0b4ea2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: clamp(24px, 3vw, 48px);
}

.c_caption__label {
  font-size: inherit;
  font-weight: 600;
}

.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_sidelist__link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #c4ccd4;
}
@media screen and (min-width: 1025px) {
  .c_sidelist__link {
    padding-bottom: clamp(10px, 1.25vw, 20px);
  }
  .c_sidelist + .c_sidelist .c_sidelist__link {
    padding-top: clamp(10px, 1.25vw, 20px);
  }
}
@media screen and (max-width: 1024px) {
  .c_sidelist__link {
    padding-top: clamp(8px, 2.0833333333vw, 16px);
    padding-left: 6px;
    padding-right: 6px;
    padding-bottom: clamp(8px, 2.0833333333vw, 16px);
  }
}
.c_sidelist__link::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  scale: 0 1;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transform-origin: left;
          transform-origin: left;
  background-color: #0b4ea2;
}
@media screen and (min-width: 1001px) {
  .c_sidelist__link::after {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .c_sidelist__link::after {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
.c_sidelist__link.c_anchor__active, .c_sidelist__link[current], .c_sidelist__link:hover {
  opacity: 1;
}
.c_sidelist__link.c_anchor__active::after, .c_sidelist__link[current]::after, .c_sidelist__link:hover::after {
  scale: 1 1;
}

.c_sidelist__label {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: clamp(0.875rem, 1.6vw, 1rem);
  line-height: 1;
  font-weight: 600;
}

.c_sidelist__ico {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  aspect-ratio: 32/19;
  width: 32px;
  height: auto;
  border: #1f364d;
  border: 1px solid #1f364d;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50px;
  overflow: clip;
  -webkit-transition: inherit;
  transition: inherit;
}
@media screen and (max-width: 768px) {
  .c_sidelist__ico {
    width: 24px;
  }
  .c_sidelist__ico .image {
    width: 11px;
  }
}
.c_anchor__active .c_sidelist__ico, .c_sidelist__link[current] .c_sidelist__ico, .c_sidelist__link:hover .c_sidelist__ico {
  background-color: #1f364d;
}
.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;
}

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

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

th,
td {
  text-align: left;
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.75;
}
@media screen and (min-width: 769px) {
  th,
  td {
    padding-top: 2em;
    padding-bottom: 2em;
  }
}
@media screen and (max-width: 768px) {
  th,
  td {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

th {
  border-bottom: 1px solid #1f364d;
}
@media screen and (min-width: 769px) {
  th {
    width: 180px;
  }
}

td {
  border-bottom: 1px solid #c4ccd4;
}
@media screen and (min-width: 769px) {
  td {
    padding-left: 2.5em;
  }
}

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

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

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

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

.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(40px, 4.5vw, 72px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 24px;
  overflow: clip;
}
@media screen and (min-width: 769px) {
  .c_more.c_more__center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .c_more.c_more__end {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media screen and (max-width: 768px) {
  .c_more {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.c_more__link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  width: 263px;
  padding-left: 6px;
  padding-right: 6px;
  padding-bottom: clamp(26px, 2vw, 32px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.c_more__link::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #1f364d;
}
.c_more__link:hover {
  opacity: 1;
}
.c_more__link:hover::before {
  -webkit-animation: out_line 300ms forwards, in_line 300ms 300ms forwards;
          animation: out_line 300ms forwards, in_line 300ms 300ms forwards;
}
@media screen and (max-width: 768px) {
  .c_more__link {
    width: 196px;
  }
}

.c_more__label {
  position: relative;
  font-size: inherit;
  font-weight: 600;
  line-height: 1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.c_more__label::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1) * (0.5em - 1px));
}
.c_more__label::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1) * 0.5em);
}
.c_more__label::before, .c_more__label::after {
  content: attr(aria-label);
  width: 100%;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  letter-spacing: 0.03em;
  -webkit-transition-property: all;
  transition-property: all;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 1001px) {
  .c_more__label::before, .c_more__label::after {
    -webkit-transition-duration: 200ms;
            transition-duration: 200ms;
  }
}
@media screen and (max-width: 1000px) {
  .c_more__label::before, .c_more__label::after {
    -webkit-transition-duration: 200ms;
            transition-duration: 200ms;
  }
}
.c_more__label::before {
  opacity: 1;
  translate: 0 0em;
}
.c_more__label::after {
  opacity: 0;
  translate: 0 1em;
}
.c_more__link:hover .c_more__label::before {
  opacity: 0;
  translate: 0 -1em;
}
.c_more__link:hover .c_more__label::after {
  opacity: 1;
  translate: 0 0em;
}
@media screen and (min-width: 769px) {
  .c_more__label {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .c_more__label {
    font-size: 14px;
  }
}

.c_more__ico {
  position: relative;
  display: block;
  aspect-ratio: 38/22;
  width: 38px;
  height: auto;
  background-color: #1f364d;
  border-radius: 50px;
  overflow: clip;
}
@media screen and (max-width: 768px) {
  .c_more__ico {
    width: 28px;
  }
}

.c_more__arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 15px;
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .c_more__arrow {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .c_more__arrow {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 768px) {
  .c_more__arrow {
    width: 11px;
  }
}

.c_more__dummy {
  opacity: 0;
  translate: -100% -50%;
}
.c_more__link:hover .c_more__dummy {
  opacity: 1;
  translate: -50% -50%;
}

.c_more__image {
  opacity: 1;
  translate: -50% -50%;
}
.c_more__link:hover .c_more__image {
  opacity: 0;
  translate: 0% -50%;
}

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

.c_image {
  overflow: clip;
}

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

.c_image__slide {
  display: block;
  background-color: #f3f7f9;
  aspect-ratio: 510/321;
  width: 31.875vw;
  height: auto;
}
@media screen and (max-width: 500px) {
  .c_image__slide {
    width: 69.6vw;
  }
}

.js_image {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
  visibility: visible;
  will-change: transform;
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .js_image {
    -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
  }
}
@media screen and (max-width: 1000px) {
  .js_image {
    -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
  }
}

.js_block__filter {
  -webkit-transform: translate(100%, 40%);
          transform: translate(100%, 40%);
  opacity: 1;
  visibility: visible;
  will-change: transform;
  position: absolute;
  -webkit-transition: 1000ms ease-out 0ms;
  transition: 1000ms ease-out 0ms;
}

.c_banner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(1, 1fr);
  gap: 16px 28px;
  max-width: 900px;
  margin-top: clamp(56px, 5vw, 80px);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .c_banner {
    grid-template-columns: repeat(1, 1fr);
  }
}

.c_banner__block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 900px;
  margin-top: clamp(56px, 5vw, 80px);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .c_banner__block {
    max-width: calc(100% - 40px);
  }
}

.c_banner__link {
  display: block;
  max-width: 533px;
  width: 100%;
}
.c_banner__link:hover {
  opacity: 1;
}

.c_banner__image {
  position: relative;
  aspect-ratio: 436/174;
  width: 100%;
  height: auto;
  overflow: clip;
}
.c_banner__image::before, .c_banner__image::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.c_banner__image::before {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(51, 51, 51, 0)), to(rgba(51, 51, 51, 0.6)));
  background: -webkit-linear-gradient(top, rgba(51, 51, 51, 0) 40%, rgba(51, 51, 51, 0.6) 100%);
  background: linear-gradient(180deg, rgba(51, 51, 51, 0) 40%, rgba(51, 51, 51, 0.6) 100%);
}
.c_banner__image::after {
  background-image: url("../images/common/img_banner__filter.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  mix-blend-mode: soft-light;
}
.c_banner__image .image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  scale: 1;
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .c_banner__image .image {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .c_banner__image .image {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
.c_banner__link:hover .c_banner__image .image {
  scale: 1.1;
}

.c_banner__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: clamp(16px, 2.734375vw, 28px);
  padding-right: clamp(16px, 2.734375vw, 28px);
  padding-bottom: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  z-index: 2;
}

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

.c_banner__ico {
  border-radius: 50px;
  overflow: clip;
  background-color: #fff;
  padding-top: clamp(4px, 0.5625vw, 9px);
  padding-left: clamp(8px, 1vw, 16px);
  padding-right: clamp(8px, 1vw, 16px);
  padding-bottom: clamp(4px, 0.5625vw, 9px);
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 1001px) {
  .c_banner__ico {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .c_banner__ico {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
.c_banner__ico .image {
  width: 19px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .c_banner__ico .image {
    width: 12px;
  }
}
.c_banner__link:hover .c_banner__ico {
  background-color: #0b4ea2;
}
.c_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: clamp(40px, 4.0625vw, 65px);
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  gap: 24px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  color: #1f364d;
}

@media screen and (min-width: 1001px) {
  .c_btn__start {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .c_btn__end {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.c_btn__link {
  display: block;
  max-width: 240px;
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: inherit;
  line-height: 1;
  font-weight: 500;
  padding-top: 16px;
  padding-bottom: 16px;
  text-align: center;
  color: inherit;
  background-color: #fff;
  border-radius: 50px;
  overflow: clip;
  border: 1px solid #1f364d;
}
@media screen and (max-width: 375px) {
  .c_btn__link {
    width: 200px;
  }
}
.c_btn__link:hover {
  opacity: 1;
  color: #fff;
  background-color: #1f364d;
}

.c_btn__large {
  max-width: 400px;
}

@media screen and (max-width: 500px) {
  .c_swipe {
    position: relative;
  }
  .c_swipe img {
    max-width: unset !important;
    min-width: 768px;
    width: 768px;
  }
  .c_swipe::after {
    content: "";
    position: absolute;
    top: 50px;
    left: 40%;
    width: 102px;
    height: 76px;
    background-image: url("../images/common/img_scroll.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    -webkit-animation: swing_x 2000ms ease-in-out infinite alternate;
            animation: swing_x 2000ms ease-in-out infinite alternate;
    opacity: 0.8;
  }
  .c_swipe__active {
    overflow-x: scroll !important;
  }
  .c_swipe__active::after {
    -webkit-transition-property: all;
    transition-property: all;
  }
}
@media screen and (max-width: 500px) and (min-width: 1001px) {
  .c_swipe__active::after {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 500px) and (max-width: 1000px) {
  .c_swipe__active::after {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
.c_products__cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(1, 1fr);
  gap: 16px;
}

.c_products__card {
  display: block;
  background-color: #fff;
  padding-top: clamp(12px, 0.875vw, 14px);
  padding-left: clamp(12px, 0.875vw, 14px);
  padding-right: clamp(12px, 0.875vw, 14px);
  padding-bottom: clamp(12px, 0.875vw, 14px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.c_products__card:hover {
  opacity: 1;
}

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

.c_wp__label {
  font-size: inherit;
  line-height: 2;
  font-weight: inherit;
}
.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_pagelist {
  margin-bottom: clamp(40px, 5vw, 80px);
}
@media screen and (min-width: 1001px) {
  .c_pagelist ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 16px 24px;
  }
}
@media screen and (max-width: 1000px) {
  .c_pagelist li + li {
    border-top: 1px solid #707070;
  }
}
.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: #edf2f2;
  padding: 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.c_pagenavi {
  padding-top: clamp(32px, 6.25vw, 48px);
}
.c_pagenavi.c_pagenavi__products {
  margin-top: clamp(56px, 10.4166666667vw, 80px);
  border-top: 1px solid #c4ccd4;
}
.c_pagenavi .wp-pagenavi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
  font-size: clamp(0.75rem, 1.6vw, 1rem);
}
.c_pagenavi span,
.c_pagenavi a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-size: inherit;
  line-height: 1;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  border: none !important;
  padding: 0 0.375em 0.5em !important;
  margin: 0 !important;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-transform: uppercase;
}
.c_pagenavi span::before,
.c_pagenavi a::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  scale: 0 1;
  width: 100%;
  height: 1px;
  background-color: #0b4ea2;
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: inherit;
  transition: inherit;
}
.c_pagenavi span.current, .c_pagenavi span:hover,
.c_pagenavi a.current,
.c_pagenavi a:hover {
  font-weight: inherit !important;
  opacity: 1;
  color: #0b4ea2;
}
.c_pagenavi span.current::before, .c_pagenavi span:hover::before,
.c_pagenavi a.current::before,
.c_pagenavi a:hover::before {
  scale: 1 1;
}
.c_pagenavi .first,
.c_pagenavi .last,
.c_pagenavi .pages {
  display: none !important;
}

.c_single__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  border-top: 1px solid #c4ccd4;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  margin-top: clamp(32px, 4.75vw, 76px);
  padding-top: clamp(24px, 3.5vw, 56px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.c_single__nav___move {
  max-width: 124px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.c_single__nav___move a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
}
.c_single__nav___move a:hover {
  opacity: 1;
}

.c_single__nav___back {
  max-width: 240px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p_single__ico {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 38px;
  height: 22px;
  background-color: #fff;
  border: 1px solid #1f364d;
  border-radius: 50px;
  overflow: clip;
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .p_single__ico {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .p_single__ico {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
.p_single__ico svg {
  display: block;
  width: 15px;
}
a:hover .p_single__ico {
  background-color: #1f364d;
}
.mw_wp_form {
  margin-top: clamp(32px, 3.125vw, 50px);
  background-color: #f3f7f9;
  -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, 5vw, 80px);
  padding-left: clamp(40px, 6.25vw, 100px);
  padding-right: clamp(40px, 6.25vw, 100px);
  padding-bottom: clamp(56px, 5vw, 80px);
}
@media screen and (max-width: 1000px) {
  .mw_wp_form {
    padding-top: 56px;
    padding-bottom: 56px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
.mw_wp_form.mw_wp_form_input small {
  margin-top: -20px;
}
@media screen and (max-width: 1000px) {
  .mw_wp_form.mw_wp_form_input small {
    margin: 0;
  }
  .mw_wp_form.mw_wp_form_input tr {
    display: block;
  }
  .mw_wp_form.mw_wp_form_input tr + tr {
    padding-top: 20px;
  }
  .mw_wp_form.mw_wp_form_input table table tr + tr {
    padding-top: unset;
  }
}
.mw_wp_form.mw_wp_form_complete {
  display: none !important;
}
.mw_wp_form table,
.mw_wp_form tbody,
.mw_wp_form tr,
.mw_wp_form th,
.mw_wp_form td {
  border: none;
  padding: 0;
  background-color: unset !important;
}
@media screen and (max-width: 1000px) {
  .mw_wp_form table,
  .mw_wp_form tbody,
  .mw_wp_form tr,
  .mw_wp_form th,
  .mw_wp_form td {
    display: block;
    width: 100%;
  }
}
.mw_wp_form th {
  position: relative;
  font-weight: 600;
  width: 300px;
}
@media screen and (max-width: 1000px) {
  .mw_wp_form th {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 50px;
  }
}
.mw_wp_form th > span {
  position: absolute;
  display: block;
  height: auto;
  text-align: center;
  color: #fff;
  font-size: 12px;
}
@media screen and (max-width: 1000px) {
  .mw_wp_form th > span {
    top: 50%;
    left: 0;
    width: 40px;
    line-height: 30px;
    translate: 0 -50%;
  }
}
.mw_wp_form th > span.required {
  background-color: #C50000;
}
.mw_wp_form th > span.any {
  background-color: #999999;
}
.mw_wp_form th small {
  display: block;
}
.mw_wp_form td th {
  width: 200px;
}
@media screen and (max-width: 1000px) {
  .mw_wp_form td th {
    width: 100%;
    padding: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.mw_wp_form input,
.mw_wp_form textarea,
.mw_wp_form select {
  display: inline-block;
  font-size: 16px;
  line-height: 1.4375em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 100%;
  background-color: #fff;
  border: 1px solid #c4ccd4;
  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: 1000px) {
  .mw_wp_form input,
  .mw_wp_form textarea,
  .mw_wp_form select {
    padding: 10px;
  }
}
.mw_wp_form input.var01,
.mw_wp_form textarea.var01,
.mw_wp_form select.var01 {
  max-width: 500px;
}
.mw_wp_form input.var02,
.mw_wp_form textarea.var02,
.mw_wp_form select.var02 {
  max-width: 5em;
}
@media screen and (max-width: 500px) {
  .mw_wp_form input.var02,
  .mw_wp_form textarea.var02,
  .mw_wp_form select.var02 {
    max-width: 4em;
  }
}
.mw_wp_form input,
.mw_wp_form textarea {
  width: 100%;
}
.mw_wp_form textarea {
  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 #707070;
  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 #707070;
  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: 1001px) {
  .mw_wp_form.mw_wp_form_input th,
  .mw_wp_form.mw_wp_form_input td {
    padding-bottom: 40px;
  }
  .mw_wp_form.mw_wp_form_input th {
    line-height: 57px;
  }
  .mw_wp_form.mw_wp_form_input th > span {
    top: 13px;
    right: 56px;
    width: 44px;
    line-height: 29px;
  }
  .mw_wp_form.mw_wp_form_confirm th,
  .mw_wp_form.mw_wp_form_confirm td, .mw_wp_form.mw_wp_form_preview th,
  .mw_wp_form.mw_wp_form_preview td {
    padding-top: 5px;
    padding-bottom: 40px;
  }
  .mw_wp_form.mw_wp_form_confirm th > span, .mw_wp_form.mw_wp_form_preview th > span {
    top: 0;
    right: 56px;
    width: 60px;
    line-height: 40px;
  }
  .mw_wp_form.mw_wp_form_confirm td th,
  .mw_wp_form.mw_wp_form_confirm td td, .mw_wp_form.mw_wp_form_preview td th,
  .mw_wp_form.mw_wp_form_preview td td {
    padding-bottom: 10px;
  }
  .mw_wp_form.mw_wp_form_confirm td tr:first-child th,
  .mw_wp_form.mw_wp_form_confirm td tr:first-child td, .mw_wp_form.mw_wp_form_preview td tr:first-child th,
  .mw_wp_form.mw_wp_form_preview td tr:first-child td {
    padding-top: 0;
  }
  .mw_wp_form.mw_wp_form_confirm td tr:last-child th,
  .mw_wp_form.mw_wp_form_confirm td tr:last-child td, .mw_wp_form.mw_wp_form_preview td tr:last-child th,
  .mw_wp_form.mw_wp_form_preview td tr:last-child td {
    padding-bottom: 0;
  }
}

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

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

.horizontal-item {
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 5px;
}
@media screen and (max-width: 500px) {
  .horizontal-item {
    width: 100%;
  }
}
.horizontal-item + .horizontal-item {
  margin-left: 0 !important;
}

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

.mwform-radio-field-text {
  position: relative;
  padding-left: 40px;
  margin-right: 20px;
  cursor: pointer;
  display: inline-block;
  line-height: 57px;
}
@media screen and (max-width: 1000px) {
  .mwform-radio-field-text {
    line-height: 32px;
    padding-left: 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 #707070;
  border-radius: 50%;
}
@media screen and (max-width: 500px) {
  .mwform-radio-field-text::before {
    width: 24px;
  }
}
.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;
}
@media screen and (max-width: 500px) {
  .mwform-radio-field-text::after {
    width: 8px;
  }
}

.file-text {
  display: block;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  line-height: 1.6;
  word-break: break-all;
}
.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);
}

.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;
  text-align: center;
}
.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);
}
.mw_wp_form_confirm .form-agree {
  display: none !important;
}
.form-agree a {
  color: unset;
  text-decoration: underline;
}
@media screen and (max-width: 1000px) {
  .form-agree {
    text-align: left;
  }
}

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

.form-btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px 32px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: clamp(24px, 2vw, 32px);
}
.form-btns a,
.form-btns [type=submit] {
  max-width: 240px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  font-weight: 500;
  color: #fff;
  padding-top: clamp(10px, 1vw, 16px);
  padding-bottom: clamp(10px, 1vw, 16px);
  text-align: center;
  color: inherit;
  background-color: #fff;
  border-radius: 50px;
  overflow: clip;
  border: 1px solid #1f364d;
  -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: #fff;
  background-color: #1f364d;
}

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

/* ↓以下の階層に固定ページ等のscssが格納されています。 */
/* common */
.p_front__head {
  margin-bottom: clamp(24px, 2vw, 32px);
}
.p_front__products .p_front__head {
  margin-bottom: 0;
}

.p_front__head___label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 6px;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  font-weight: 600;
  margin-bottom: 8px;
}
.p_front__head___label::before {
  content: "●";
  color: #ee1c25;
}
@media screen and (max-width: 768px) {
  .p_front__head___label {
    gap: 4px;
  }
  .p_front__head___label::before {
    scale: 0.8;
  }
}

.p_front__head___caption {
  display: inline-block;
  font-size: clamp(2.625rem, 6.8vw, 4.25rem);
  line-height: 1.2058823529em;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  text-transform: capitalize;
  background: -webkit-radial-gradient(50% 50%, 50% 50%, rgba(48, 65, 80, 0.3) 0%, rgba(48, 65, 80, 0.6) 100%);
  background: radial-gradient(50% 50% at 50% 50%, rgba(48, 65, 80, 0.3) 0%, rgba(48, 65, 80, 0.6) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.p_front__lead {
  font-size: 52px;
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .p_front__lead {
    font-size: clamp(1.75rem, 3.2vw, 2rem);
  }
}

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

.p_front__list {
  display: block;
}

.p_front__list___link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 8px;
  padding-bottom: clamp(24px, 4.1666666667vw, 32px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #c4ccd4;
}
@media screen and (max-width: 768px) {
  .p_front__list___link {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.p_front__list___link::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #1f364d;
  scale: 0 1;
  -webkit-transition: inherit;
  transition: inherit;
  -webkit-transform-origin: left;
          transform-origin: left;
}
.p_front__list___link:hover {
  opacity: 1;
}
.p_front__list___link:hover::before {
  scale: 1 1;
}
.p_front__list___tab + .p_front__list___tab .p_front__list___link {
  padding-top: clamp(24px, 4.1666666667vw, 32px);
}

.p_front__list___title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 12px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p_front__list___label {
  font-size: clamp(1rem, 2vw, 1.25rem);
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p_front__list___label {
    letter-spacing: 0.03em;
  }
}

.p_front__list___caption {
  text-transform: capitalize;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

.p_front__list___ico {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  aspect-ratio: 38/22;
  width: 38px;
  height: auto;
  border-radius: 50px;
  overflow: clip;
  border: 1px solid #1f364d;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 1001px) {
  .p_front__list___ico {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .p_front__list___ico {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 768px) {
  .p_front__list___ico {
    width: 28px;
  }
}
.p_front__recruit___btn:hover .p_front__list___ico, .p_front__list___link:hover .p_front__list___ico {
  background-color: #1f364d;
}

.p_front__list___arrow {
  display: block;
  width: 15px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .p_front__list___arrow {
    width: 11px;
  }
}
/* main */
.p_front__block {
  position: relative;
  overflow: clip;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.p_front__block___bg {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  display: block;
  z-index: -2;
}

.p_front__block___image {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  max-width: 100%;
  width: 100dvw;
  height: 100dvh;
}

.p_front__block___img {
  position: absolute;
  top: 50vh;
  left: 0;
  display: block;
  width: 100dvw;
  height: 100dvh;
  scale: 2.5;
  opacity: 0.7;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 768px) {
  .p_front__block___img {
    scale: 4;
  }
}

.p_front__about {
  padding-top: clamp(80px, 16.40625vw, 126px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.p_front__about___side {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px 40px;
}
@media screen and (max-width: 768px) {
  .p_front__about___side {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.p_front__about___inner {
  max-width: 481px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) {
  .p_front__about___inner {
    max-width: 100%;
  }
}

/* history */
.p_front__history {
  position: relative;
}
@media screen and (max-width: 768px) {
  .p_front__history {
    margin-top: 77px;
  }
}

.p_front__history___text {
  position: absolute;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-size: clamp(2.75rem, 8.8vw, 5.5rem);
  line-height: 1;
  letter-spacing: -0.02em;
  background: -webkit-gradient(linear, left top, left bottom, from(#F0F1F4), to(rgba(240, 241, 244, 0.2)));
  background: -webkit-linear-gradient(top, #F0F1F4 0%, rgba(240, 241, 244, 0.2) 100%);
  background: linear-gradient(180deg, #F0F1F4 0%, rgba(240, 241, 244, 0.2) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  white-space: nowrap;
  -webkit-animation: sldier_x 100000ms linear infinite;
          animation: sldier_x 100000ms linear infinite;
  left: 0;
  mix-blend-mode: screen;
}

.p_front__history___top {
  top: 6%;
}

.p_front__history___bottom {
  top: 60%;
}

.p_front__history___images {
  display: contents;
}
@media screen and (max-width: 768px) {
  .p_front__history___images {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.p_front__history___pic {
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 412px;
}
@media screen and (max-width: 1100px) {
  .p_front__history___pic {
    position: relative !important;
  }
}
@media screen and (max-width: 1100px) and (min-width: 769px) {
  .p_front__history___pic + .p_front__history___pic {
    margin-top: -200px;
  }
}
@media screen and (max-width: 768px) {
  .p_front__history___pic {
    margin-left: unset !important;
    margin-right: unset !important;
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start;
  }
  .p_front__history___pic:nth-child(odd) {
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end;
  }
}

.p_front__history___passion,
.p_front__history___challenge {
  padding-top: clamp(48px, 5.5625vw, 89px);
  padding-left: clamp(65px, 5.75vw, 92px);
}

.p_front__history___passion {
  margin-left: auto;
  right: 6.75vw;
  margin-bottom: 48px;
}
@media screen and (max-width: 1100px) {
  .p_front__history___passion {
    right: 40px;
    margin-bottom: unset;
  }
}
@media screen and (max-width: 768px) {
  .p_front__history___passion {
    right: unset;
    padding-right: 20px;
  }
}

.p_front__history___challenge {
  position: absolute;
  top: 203px;
  margin-right: auto;
  left: 10.625vw;
}
@media screen and (max-width: 1100px) {
  .p_front__history___challenge {
    left: 40px;
    top: unset;
  }
}
@media screen and (max-width: 768px) {
  .p_front__history___challenge {
    left: unset;
  }
}

.p_front__history___trust {
  position: absolute;
  padding-right: clamp(65px, 5.75vw, 92px);
  padding-bottom: clamp(48px, 5.5625vw, 89px);
  bottom: 0;
  right: 12.5vw;
}
@media screen and (max-width: 1100px) {
  .p_front__history___trust {
    right: 40px;
    margin-top: 40px;
    margin-left: auto;
  }
}
@media screen and (max-width: 768px) {
  .p_front__history___trust {
    right: unset;
  }
}

.p_front__history___title {
  position: absolute;
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  gap: 5px;
  z-index: 1;
  width: 235px;
  height: auto;
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 700;
}
.p_front__history___passion .p_front__history___title, .p_front__history___challenge .p_front__history___title {
  top: 0;
  left: 0;
}
.p_front__history___trust .p_front__history___title {
  right: 0;
  bottom: 0;
}
.p_front__history___title::before, .p_front__history___title::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  aspect-ratio: 1/1;
  width: 100%;
  height: auto;
  background-color: #fff;
  border-radius: 500px;
  overflow: clip;
  z-index: -1;
}
.p_front__history___title::before {
  opacity: 0.5;
  width: 100%;
  -webkit-box-shadow: 0px 0px 16px rgba(31, 54, 77, 0.05);
          box-shadow: 0px 0px 16px rgba(31, 54, 77, 0.05);
}
.p_front__history___title::after {
  opacity: 0.8;
  width: 83.829787234%;
}
@media screen and (max-width: 500px) {
  .p_front__history___title {
    max-width: 150px;
  }
}

.p_front__history___label {
  font-size: clamp(1.625rem, 5.2083333333vw, 2.5rem);
  line-height: 1.5;
}

.p_front__history___caption {
  font-size: clamp(0.625rem, 1.953125vw, 0.9375rem);
}

.p_front__history___image {
  position: relative;
  display: block;
  overflow: clip;
  max-width: 100%;
  width: 320px;
  height: 434px;
}
@media screen and (max-width: 500px) {
  .p_front__history___image {
    width: 172px;
    height: 233px;
  }
}
.p_front__history___challenge .p_front__history___image {
  margin-left: auto;
}

.p_front__history___img {
  display: block;
  width: inherit;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  translate: 0 0px;
}

.p_ftont__history___head {
  display: block;
  max-width: 572px;
  margin-left: auto;
}
@media screen and (max-width: 1100px) {
  .p_ftont__history___head {
    max-width: 100%;
    margin-top: 20px;
  }
}

.p_ftont__history___inner {
  max-width: 481px;
  margin-top: clamp(24px, 25vw, 192px);
  padding-bottom: 114px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .p_ftont__history___inner {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 1100px) {
  .p_ftont__history___inner {
    margin-top: 24px;
    max-width: 100%;
  }
}

/* products */
.p_front__products {
  padding-bottom: clamp(80px, 13.5416666667vw, 104px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .p_front__products {
    margin-top: 80px;
  }
}

.p_front__products___side {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px 40px;
}
@media screen and (max-width: 768px) {
  .p_front__products___side {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.p_front__products___box {
  margin-top: clamp(40px, 9.375vw, 72px);
}

/* recruit */
.p_front__recruit {
  position: relative;
  padding-top: 112px;
  padding-bottom: clamp(64px, 14.5833333333vw, 112px);
  overflow: clip;
}
@media screen and (max-width: 768px) {
  .p_front__recruit {
    padding-top: 32px;
  }
}
.p_front__recruit::before, .p_front__recruit::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
}
.p_front__recruit::before {
  background-image: url("../images/page/bg_front__filter.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.p_front__recruit::after {
  background-image: url("../images/page/bg_front__recruit.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  opacity: 0.05;
}

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

@media screen and (max-width: 768px) {
  .p_front__recruit___top {
    aspect-ratio: 355/185;
    width: 100%;
    height: auto;
    max-width: calc(100% - 20px);
    margin-left: auto;
    margin-bottom: 24px;
  }
  .p_front__recruit___bottom {
    aspect-ratio: 355/246;
    width: 100%;
    height: auto;
    max-width: calc(100% - 40px);
    margin-top: 32px;
    margin-left: auto;
    margin-right: auto;
  }
}
.p_front__recruit___image {
  position: absolute;
  translate: 0 100px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p_front__recruit___image {
    translate: unset;
    max-width: unset;
  }
}

.p_front__recruit___pic {
  position: absolute;
}

.p_front__recruit___image1 {
  aspect-ratio: 463/420;
  width: 100%;
  height: auto;
  top: 325px;
  left: 0;
  max-width: 463px;
  width: 28.9375vw;
}
@media screen and (max-width: 768px) {
  .p_front__recruit___image1 {
    top: 0;
    aspect-ratio: 203/185;
    width: 57.1830985915%;
  }
}

.p_front__recruit___pic1 {
  top: 0;
  left: 0;
  width: 57.0194384449%;
}

.p_front__recruit___pic2 {
  right: 0;
  bottom: 0;
  width: 70.8423326134%;
}

.p_front__recruit___image2 {
  aspect-ratio: 357/298;
  width: 100%;
  height: auto;
  top: 820px;
  left: 48px;
  max-width: 357px;
  width: 23.4375vw;
}
@media screen and (max-width: 1200px) {
  .p_front__recruit___image2 {
    top: 640px;
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .p_front__recruit___image2 {
    top: 50%;
    left: unset;
    right: 0;
    aspect-ratio: 155/131;
    width: 43.661971831%;
    translate: 0 -50%;
  }
}

.p_front__recruit___pic3 {
  top: 0;
  left: 0;
  width: 49.8599439776%;
}

.p_front__recruit___pic4 {
  right: 0;
  bottom: 0;
  width: 66.3865546218%;
}

.p_front__recruit___image3 {
  aspect-ratio: 334/261;
  width: 100%;
  height: auto;
  top: 308px;
  right: 15.9375%;
  max-width: 334px;
  width: 20.875vw;
}
@media screen and (max-width: 768px) {
  .p_front__recruit___image3 {
    top: 0;
    left: 0;
    right: unset;
    width: 42.5352112676%;
  }
}

.p_front__recruit___pic5 {
  top: 0;
  left: 0;
  width: 100%;
}

.p_front__recruit___image4 {
  aspect-ratio: 440/394;
  width: 100%;
  height: auto;
  top: 664px;
  right: 0;
  max-width: 440px;
  width: 27.5vw;
}
@media screen and (max-width: 768px) {
  .p_front__recruit___image4 {
    top: unset;
    bottom: 0;
    width: 56.338028169%;
  }
}

.p_front__recruit___pic6 {
  top: 0;
  right: 0;
  width: 74.7727272727%;
}

.p_front__recruit___pic7 {
  left: 0;
  bottom: 0;
  width: 46.3636363636%;
}

.p_front__recruit___catch {
  margin-bottom: clamp(32px, 10.9375vw, 84px);
}

.p_front__recruit___title {
  font-size: clamp(1.125rem, 3.2vw, 2rem);
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 700;
  line-height: 1;
  margin-bottom: clamp(20px, 2vw, 32px);
  color: #fff;
}
.p_front__recruit___title::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1) * (0.5em - 1px));
}
.p_front__recruit___title::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1) * 0.5em);
}

.p_front__recruit___caption {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.3em;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.p_front__recruit___text {
  display: inline-block;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  line-height: 1.2;
  background: -webkit-gradient(linear, left top, left bottom, from(#F0F1F4), to(rgba(240, 241, 244, 0.2)));
  background: -webkit-linear-gradient(top, #F0F1F4 0%, rgba(240, 241, 244, 0.2) 100%);
  background: linear-gradient(180deg, #F0F1F4 0%, rgba(240, 241, 244, 0.2) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  background-blend-mode: screen;
  letter-spacing: -0.02em;
  font-size: clamp(2.25rem, 5.25vw, 5.25rem);
}
@media screen and (max-width: 500px) {
  .p_front__recruit___text {
    font-size: 36px;
  }
}

.p_front__recruit___box {
  display: block;
  background-color: #fff;
  max-width: 515px;
  padding-top: clamp(40px, 3.5vw, 56px);
  padding-left: clamp(32px, 4vw, 64px);
  padding-right: clamp(32px, 4vw, 64px);
  padding-bottom: clamp(40px, 4vw, 64px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}

.p_front__recruit___inner {
  margin-top: 24px;
}

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

.p_front__recruit___txt {
  position: relative;
  z-index: 1;
  display: block;
  text-align: center;
  text-transform: capitalize;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-size: clamp(2.8125rem, 12vw, 7.5rem);
  line-height: 1;
  letter-spacing: -0.02em;
  background: -webkit-gradient(linear, left top, left bottom, from(#F0F1F4), to(rgba(240, 241, 244, 0.2)));
  background: -webkit-linear-gradient(top, #F0F1F4 0%, rgba(240, 241, 244, 0.2) 100%);
  background: linear-gradient(180deg, #F0F1F4 0%, rgba(240, 241, 244, 0.2) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  background-blend-mode: screen;
  margin-top: 26px;
  margin-top: clamp(23px, 1.625vw, 26px);
}

.p_front__recruit___sldier {
  margin-top: clamp(16px, 2.625vw, 42px);
}

.p_front__recruit___btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -50px;
  color: #fff;
  background-color: #0b4ea2;
  padding-top: clamp(24px, 3.125vw, 50px);
  padding-left: clamp(24px, 3vw, 48px);
  padding-right: clamp(24px, 3vw, 48px);
  padding-bottom: clamp(24px, 3.125vw, 50px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 675px;
  margin-left: auto;
  margin-right: auto;
}
.p_front__recruit___btn:hover {
  opacity: 1;
  color: #1f364d;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .p_front__recruit___btn {
    margin-top: -24px;
  }
}

/* company */
.p_front__company {
  padding-top: clamp(80px, 7.5vw, 120px);
  padding-bottom: clamp(80px, 7.5vw, 120px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
}

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

.p_front__company___images {
  display: block;
  position: relative;
  aspect-ratio: 598/725;
  max-width: 598px;
  width: 49.8333333333%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .p_front__company___images {
    max-width: 100%;
    width: 100%;
    margin-top: 40px;
  }
}

.p_front__company___pic {
  display: block;
  position: absolute;
  overflow: clip;
}

.p_front__company___pic1 {
  aspect-ratio: 379/514;
  width: 63.3779264214%;
  height: auto;
  top: 0;
  left: 0;
}

.p_front__company___pic2 {
  aspect-ratio: 280/358;
  width: 46.8227424749%;
  right: 0;
  bottom: 0;
}

.p_front__company___image {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  translate: 0 0px;
}

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

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

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

/* topics */
.p_front__topics {
  padding-top: clamp(80px, 10.5vw, 168px);
  padding-bottom: clamp(80px, 5.5vw, 88px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #edf2f2;
}

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

.p_front__topics___head {
  width: 263px;
  margin-bottom: 52px;
}
@media screen and (max-width: 768px) {
  .p_front__topics___head {
    margin-bottom: 32px;
  }
}

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

.p_front__topics___link {
  position: relative;
  display: block;
  padding-top: clamp(24px, 2vw, 32px);
  padding-left: clamp(16px, 1.875vw, 30px);
  padding-right: clamp(16px, 1.875vw, 30px);
  padding-bottom: clamp(24px, 2vw, 32px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #c4ccd4;
}
.p_front__topics___link::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #0b4ea2;
  scale: 0 1;
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: inherit;
  transition: inherit;
}
.p_front__topics___link:hover {
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.5);
}
.p_front__topics___link:hover::after {
  scale: 1 1;
}

.p_front__topics___time {
  display: block;
  font-size: clamp(0.875rem, 1.6vw, 1rem);
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  margin-bottom: clamp(9px, 1vw, 16px);
}

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

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

.p_business__main {
  position: relative;
}

.p_business__head {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  font-size: clamp(1.375rem, 2.8vw, 1.75rem);
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p_business__head {
    position: static;
    margin-bottom: 24px;
  }
}

.p_business__head___label {
  font-size: inherit;
  font-weight: inherit;
  line-height: 1.5;
}
.p_business__head___label::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * (0.5em - 1px));
}
.p_business__head___label::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
}
.p_business__head___label br {
  display: block;
}
@media screen and (min-width: 769px) {
  .p_business__head___label br.p_business__head___break {
    display: none;
  }
}

.p_business__map {
  display: block;
  width: 100%;
  overflow: clip;
}

.p_business__map___image {
  display: block;
  max-width: 100%;
}

.p_business__content {
  margin-top: clamp(56px, 5.625vw, 90px);
}

.p_business__card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 80px;
}
.p_business__card:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 1024px) {
  .p_business__card {
    gap: 48px;
  }
}
@media screen and (max-width: 768px) {
  .p_business__card {
    display: block;
  }
}
.p_business__card + .p_business__card {
  margin-top: clamp(40px, 6.25vw, 100px);
}

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

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

/* products */
.p_business__products {
  margin-top: clamp(80px, 9.8125vw, 157px);
  padding-top: clamp(56px, 5vw, 80px);
  padding-bottom: clamp(56px, 6.5vw, 104px);
  background-color: #f1f8fe;
}

.p_business__products___head {
  text-align: center;
  font-size: clamp(1.125rem, 2.4vw, 1.5rem);
  margin-bottom: clamp(32px, 2.5vw, 40px);
}

.p_business__products___label {
  font-size: inherit;
  font-weight: 600;
}

.c_products__slide {
  padding-left: 8px;
  padding-right: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .c_products__slide {
    padding-left: 6px;
    padding-right: 6px;
  }
}

/* strength */
.p_business__strength {
  counter-reset: count;
  margin-top: clamp(80px, 8vw, 128px);
}

.p_business__strength___side {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 80px;
}
@media screen and (max-width: 1024px) {
  .p_business__strength___side {
    gap: 48px;
  }
}
@media screen and (max-width: 768px) {
  .p_business__strength___side {
    display: block;
  }
}
.p_business__strength___side + .p_business__strength___side {
  margin-top: clamp(56px, 6.5vw, 104px);
}

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

.p_business__strength___inner {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p_business__strength___inner::before {
  display: inline-block;
  counter-increment: count;
  content: counter(count, decimal-leading-zero);
  color: #fff;
  background-color: #0b4ea2;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  line-height: 1;
  padding-top: 0.5em;
  padding-left: 1.5em;
  padding-right: 1.5em;
  padding-bottom: 0.5em;
  border-radius: 50px;
  overflow: clip;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 768px) {
  .p_business__strength___inner {
    margin-top: 40px;
  }
}

.p_business__banner {
  margin-top: clamp(80px, 7.5vw, 120px);
  padding-top: clamp(40px, 5vw, 80px);
  border-top: 1px solid #c4ccd4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.p_block__history {
  position: relative;
  margin-top: 0;
  padding-top: clamp(80px, 15.625vw, 120px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p_block__history::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  aspect-ratio: 1600/1240;
  width: 100%;
  height: auto;
  min-height: 500px;
  background-image: url("../images/page/bg_history.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  z-index: -1;
}

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

.p_history__block___left {
  top: 252px;
  left: 4vw;
  max-width: 19.5625vw;
}

.p_history__block___right {
  top: 374px;
  right: 4vw;
  max-width: 20.6875vw;
}

@media screen and (min-width: 769px) {
  .p_history__text {
    line-height: 2;
  }
  .p_history__text::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 2) * (0.5em - 1px));
  }
  .p_history__text::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 2) * 0.5em);
  }
}
@media screen and (max-width: 768px) {
  .p_history__text {
    line-height: 1.75;
  }
  .p_history__text::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.75) * (0.5em - 1px));
  }
  .p_history__text::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.75) * 0.5em);
  }
}

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

.p_history__content {
  position: relative;
  background-image: url("../images/page/bg_history__gradation.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  color: #fff;
  overflow: clip;
  padding-top: clamp(56px, 5.875vw, 94px);
  padding-left: clamp(24px, 6.25vw, 100px);
  padding-right: clamp(24px, 6.25vw, 100px);
  padding-bottom: clamp(56px, 10vw, 160px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p_history__content::before, .p_history__content::after {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  aspect-ratio: 56369/22300;
  max-width: 563px;
  width: 100%;
  scale: 1.5;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.p_history__content::before {
  top: 10px;
  left: -150px;
  background-image: url("../images/page/bg_history1.webp");
  -webkit-transform-origin: top left;
          transform-origin: top left;
}
.p_history__content::after {
  right: -150px;
  bottom: 39.2901618929%;
  background-image: url("../images/page/bg_history2.webp");
  -webkit-transform-origin: top right;
          transform-origin: top right;
}

.p_history__box {
  position: relative;
  padding-bottom: 48px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 1;
}
.p_history__box::before, .p_history__box::after {
  content: "";
  position: absolute;
  left: 50%;
  translate: -50% 0;
  background-color: #fff;
}
.p_history__box::before {
  bottom: 0;
  width: 4px;
  height: calc(100% - 20px);
  opacity: 0.2;
}
.p_history__box::after {
  bottom: 0;
  aspect-ratio: 1/1;
  max-width: 16px;
  width: 100%;
  height: auto;
  border-radius: 50px;
  overflow: clip;
}
@media screen and (max-width: 768px) {
  .p_history__box::before, .p_history__box::after {
    left: 0;
  }
  .p_history__box::before {
    width: 2px;
  }
}

.p_history__item {
  position: relative;
  display: block;
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p_history__item + .p_history__item {
  margin-top: -80px;
}
.p_history__item::before {
  content: "";
  position: absolute;
  top: 16px;
  width: 72px;
  height: 16px;
  background-image: radial-gradient(circle, #fff 50%, transparent 51%), -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: -webkit-radial-gradient(circle, #fff 50%, transparent 51%), -webkit-linear-gradient(#fff, #fff);
  background-image: radial-gradient(circle, #fff 50%, transparent 51%), linear-gradient(#fff, #fff);
  background-repeat: no-repeat;
}
@media screen and (min-width: 769px) {
  .p_history__item:nth-child(odd) {
    margin-left: auto;
    padding-left: 80px;
    text-align: left;
  }
  .p_history__item:nth-child(odd)::before {
    left: -8px;
    background-size: 16px 16px, calc(100% - 8px) 1px;
    background-position: left center, right center;
  }
  .p_history__item:nth-child(even) {
    margin-right: auto;
    padding-right: 80px;
    text-align: right;
  }
  .p_history__item:nth-child(even)::before {
    right: -8px;
    background-size: 16px 16px, calc(100% - 8px) 1px;
    background-position: right center, left center;
  }
}
@media screen and (max-width: 768px) {
  .p_history__item {
    max-width: 100%;
    width: 100%;
    margin-left: auto;
    padding-left: 56px;
    text-align: left;
  }
  .p_history__item::before {
    top: 8px;
    left: -8px;
    background-size: 16px 16px, calc(100% - 8px) 1px;
    background-position: left center, right center;
    width: 40px;
  }
  .p_history__item + .p_history__item {
    margin-top: 24px;
  }
}

.p_history__item___label {
  display: block;
  font-size: clamp(2rem, 4.8vw, 3rem);
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  line-height: 1;
  margin-bottom: 8px;
}

.p_history__inner + .p_history__inner {
  margin-top: clamp(24px, 2.3125vw, 37px);
}

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

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

.p_history__inner___images {
  margin-top: clamp(18px, 1.5vw, 24px);
  gap: 16px;
}
@media screen and (min-width: 769px) {
  .p_history__inner___images {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .p_history__item:nth-child(odd) .p_history__inner___images {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .p_history__item:nth-child(even) .p_history__inner___images {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media screen and (max-width: 768px) {
  .p_history__inner___images {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 8px;
  }
}

.p_history__future {
  display: block;
  max-width: 800px;
  margin-top: clamp(40px, 3.625vw, 58px);
  margin-left: auto;
  margin-right: auto;
}

.p_history__company {
  display: block;
  width: 100%;
  height: auto;
  margin-top: clamp(32px, 3vw, 48px);
}

.p_pickup {
  margin-bottom: clamp(80px, 10.75vw, 172px);
  background-color: #f3f7f9;
}

.p_pickup__block {
  position: relative;
  padding-top: clamp(56px, 4.5vw, 72px);
  padding-bottom: clamp(56px, 4.5vw, 72px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.p_pickup__lead {
  position: absolute;
  top: 0;
  left: 0;
  translate: 0 -100%;
  padding-top: clamp(12px, 0.875vw, 14px);
  padding-left: clamp(32px, 3.25vw, 52px);
  padding-right: clamp(32px, 3.25vw, 52px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #f3f7f9;
}

.p_pickup__label {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  text-transform: capitalize;
  font-size: clamp(1.5rem, 3.2vw, 2rem);
  line-height: 1.21875;
  background: -webkit-radial-gradient(50% 50%, 50% 50%, rgba(48, 65, 80, 0.3) 0%, rgba(48, 65, 80, 0.6) 100%);
  background: radial-gradient(50% 50% at 50% 50%, rgba(48, 65, 80, 0.3) 0%, rgba(48, 65, 80, 0.6) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  mix-blend-mode: multiply;
}
.p_pickup__label::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.21875) * (0.5em - 1px));
}
.p_pickup__label::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.21875) * 0.5em);
}

/* 一覧ページ */
.p_products__side {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 111px;
}
@media screen and (max-width: 1024px) {
  .p_products__side {
    gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  .p_products__side {
    display: block;
  }
}

.p_products__nav {
  min-width: 186px;
}

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

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

.p_products__cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(1, 1fr);
  gap: 40px 28px;
}
@media screen and (max-width: 500px) {
  .p_products__cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px 24px;
  }
}
.p_pickup__block .p_products__cards {
  gap: 16px;
}

.p_products__card {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p_products__contents .p_products__card {
  padding-bottom: 32px;
}
.p_products__card:hover {
  opacity: 1;
}

.p_products__image {
  aspect-ratio: 208/169;
  width: 100%;
  height: auto;
  overflow: clip;
  margin-bottom: clamp(16px, 1.25vw, 20px);
}
.p_products__image .image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  scale: 1;
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .p_products__image .image {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .p_products__image .image {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
.p_products__card:hover .p_products__image .image {
  scale: 1.1;
}

.p_products__data___label {
  font-size: clamp(0.75rem, 1.8229166667vw, 0.875rem);
  line-height: 1.25;
  height: 2.5em;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 501px) {
  .p_products__data___label {
    -webkit-line-clamp: 2;
  }
}
@media screen and (max-width: 500px) {
  .p_products__data___label {
    -webkit-line-clamp: 2;
  }
}

.p_products__data___item {
  margin-top: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.p_products__contents .p_products__data___item {
  position: absolute;
  bottom: 0;
  right: 0;
}

.p_products__tab {
  display: inline-block;
  border-radius: 50px;
  overflow: clip;
  border: 1px solid #707070;
  font-size: 10px;
  line-height: 1;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 4px;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 4px;
}
.p_products__tab.p_products__single___tab {
  font-size: 12px;
  padding-top: 7px;
  padding-bottom: 7px;
  min-width: 90px;
  margin-bottom: clamp(18px, 1.6875vw, 27px);
}

/* 詳細ページ */
.p_products__single___block {
  padding-bottom: clamp(40px, 4vw, 64px);
  border-bottom: 1px solid #c4ccd4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.p_products__head {
  text-align: center;
  padding-bottom: clamp(24px, 1.6875vw, 27px);
  margin-bottom: clamp(32px, 4.5vw, 72px);
  font-size: clamp(1.25rem, 3.2vw, 2rem);
  font-weight: 600;
  border-bottom: 1px solid #0b4ea2;
}

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

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

.p_products__single___images {
  display: block;
  max-width: 578px;
  width: 48.1666666667%;
  overflow: clip;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .p_products__single___images {
    width: 100%;
  }
}
.p_products__single___images .image {
  display: block;
  width: 100%;
  height: 100%;
}

.p_products__single___image {
  aspect-ratio: 108/89;
  display: block;
  width: 100%;
  height: auto;
}

.p_products__single___visual .image {
  -o-object-fit: contain;
     object-fit: contain;
}

.p_products__single___img .image {
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
}

.p_products__single___navi {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(1, 1fr);
  gap: 8px;
  margin-top: clamp(24px, 5.2083333333vw, 40px);
}
@media screen and (max-width: 768px) {
  .p_products__single___navi {
    grid-template-columns: repeat(4, 1fr);
  }
}

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

.p_products__single___content + .p_products__single___table {
  margin-top: clamp(32px, 2.8125vw, 45px);
}
.p_products__single___table th {
  color: #fff;
  width: 138px;
  font-weight: 600;
  background-color: #c4ccd4;
}
.p_products__single___table td {
  background-color: #f3f7f9;
}
.p_products__single___table th,
.p_products__single___table td {
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  padding: 1em;
  border: 2px solid #fff;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p_products__single___table th,
  .p_products__single___table td {
    width: 100%;
    border: none;
  }
}

.p_products__single___btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.p_products__single___content + .p_products__single___btn, .p_products__single___table + .p_products__single___btn {
  margin-top: clamp(32px, 3vw, 48px);
}

.p_products__single___link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  max-width: 213px;
  width: 100%;
  color: #fff;
  border-radius: 56px;
  overflow: clip;
  background-color: #0b4ea2;
  padding-top: clamp(10px, 1vw, 16px);
  padding-bottom: clamp(10px, 1vw, 16px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
}

.p_products__single___label {
  font-size: inherit;
  font-weight: 600;
}

.p_products__single___nav {
  margin-top: clamp(56px, 7vw, 112px);
}

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

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

.p_company__message___owner {
  display: block;
  max-width: 222px;
  margin-top: clamp(24px, 2vw, 32px);
  margin-left: auto;
}

.p_company__access___items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 50px 30px;
}
@media screen and (max-width: 768px) {
  .p_company__access___items {
    display: block;
  }
}

.p_company__access___item {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .p_company__access___item:first-child {
    max-width: 100%;
  }
  .p_company__access___item:not(:first-child) {
    max-width: calc(50% - 15px);
  }
}
@media screen and (max-width: 768px) {
  .p_company__access___item + .p_company__access___item {
    margin-top: 40px;
  }
}

.p_company__access___map {
  display: block;
  width: 100%;
  margin-bottom: clamp(10px, 1vw, 16px);
  height: 300px;
}
@media screen and (min-width: 769px) {
  .p_company__access___item:first-child .p_company__access___map {
    height: 400px;
  }
}

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

.p_company__access___caption {
  font-size: inherit;
  font-weight: 600;
}

.p_company__access___text {
  text-transform: capitalize;
}

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

.p_recruit__side {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 64px;
}
.p_recruit__side + .p_recruit__side {
  margin-top: clamp(40px, 4.5vw, 72px);
}
.p_recruit__side:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .p_recruit__side {
    display: block;
  }
}

.p_recruit__pic {
  max-width: 373px;
  width: 41.4444444444%;
}
@media screen and (max-width: 768px) {
  .p_recruit__pic {
    max-width: 100%;
    width: 100%;
  }
}

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

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

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

.p_recruit__interview___image {
  position: relative;
  display: block;
  background-image: url("../images/page/bg_recruit__interview.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  overflow: clip;
}
.p_recruit__interview___image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(51, 51, 51, 0)), to(rgba(51, 51, 51, 0.8)));
  background: -webkit-linear-gradient(top, rgba(51, 51, 51, 0) 40%, rgba(51, 51, 51, 0.8) 100%);
  background: linear-gradient(180deg, rgba(51, 51, 51, 0) 40%, rgba(51, 51, 51, 0.8) 100%);
  z-index: 1;
}
.p_recruit__interview___image .image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  scale: 1;
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .p_recruit__interview___image .image {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .p_recruit__interview___image .image {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
.p_recruit__interview___card:hover .p_recruit__interview___image .image {
  scale: 1.1;
}

.p_recruit__interview___title {
  position: absolute;
  bottom: 0;
  left: 0;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px;
  color: #fff;
  z-index: 1;
}
.p_recruit__interview___title::before {
  content: "";
}

.p_recruit__interview___unit {
  font-size: 1rem;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  line-height: 1;
  background-color: #0b4ea2;
  padding-top: 0.4166666667em;
  padding-left: 0.75em;
  padding-right: 0.75em;
  padding-bottom: 0.4166666667em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50px;
  overflow: clip;
  text-transform: capitalize;
}

.p_recruit__interview___caption {
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 700;
  line-height: 1.5;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  font-size: 16px;
}
@media screen and (min-width: 501px) {
  .p_recruit__interview___caption {
    -webkit-line-clamp: 3;
  }
}
@media screen and (max-width: 500px) {
  .p_recruit__interview___caption {
    -webkit-line-clamp: 2;
  }
}
@media screen and (min-width: 769px) {
  .p_recruit__interview___caption {
    height: 4.5em;
  }
}
@media screen and (max-width: 768px) {
  .p_recruit__interview___caption {
    height: 3em;
  }
}

.p_recruit__interview___data {
  display: block;
  margin-top: clamp(10px, 1.0625vw, 17px);
}

.p_recruit__interview___label {
  font-size: clamp(0.75rem, 1.3vw, 0.8125rem);
  font-weight: 600;
  line-height: 1;
}

.p_recruit__interview___name {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 1.4615384615em;
  line-height: inherit;
}

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

/* requirements */
.p_recruit__requirements___list + .p_recruit__requirements___list {
  margin-top: clamp(10px, 1vw, 16px);
}

.p_recruit__requirements___link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 8px 24px;
  background-color: #fff;
  border: 1px solid #0b4ea2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: clamp(20px, 1.5vw, 24px);
  padding-left: clamp(24px, 2.5vw, 40px);
  padding-right: clamp(24px, 2.5vw, 40px);
  padding-bottom: clamp(20px, 1.5vw, 24px);
  box-sizing: border-box;
  font-size: clamp(1rem, 1.8vw, 1.125rem);
  font-weight: 600;
}
.p_recruit__requirements___link:hover {
  opacity: 1;
  background-color: #f3f7f9;
}

.p_recruit__requirements___label {
  font-size: inherit;
  font-weight: inherit;
  -webkit-box-flex: 1;
  -webkit-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_recruit__requirements___label {
    -webkit-line-clamp: 2;
  }
}
@media screen and (max-width: 500px) {
  .p_recruit__requirements___label {
    -webkit-line-clamp: 1;
  }
}

.p_recruit__requirements___ico {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 38/22;
  width: 38px;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #1f364d;
  background-color: #fff;
  border-radius: 50px;
  overflow: clip;
  -webkit-transition: inherit;
  transition: inherit;
}
@media screen and (max-width: 768px) {
  .p_recruit__requirements___ico {
    width: 24px;
  }
}
.p_recruit__requirements___link:hover .p_recruit__requirements___ico {
  background-color: #1f364d;
}

.p_recruit__requirements___arrow {
  display: block;
  width: 15px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .p_recruit__requirements___arrow {
    width: 11px;
  }
}
.p_interview {
  counter-reset: count;
}

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

.p_interview__main {
  position: relative;
}

.p_interview__visual {
  position: relative;
}
.p_interview__visual::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(51, 51, 51, 0)), to(rgba(51, 51, 51, 0.5)));
  background: -webkit-linear-gradient(top, rgba(51, 51, 51, 0) 40%, rgba(51, 51, 51, 0.5) 100%);
  background: linear-gradient(180deg, rgba(51, 51, 51, 0) 40%, rgba(51, 51, 51, 0.5) 100%);
  z-index: 1;
}

.p_interview__caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-left: clamp(24px, 2.5vw, 40px);
  padding-right: clamp(24px, 2.5vw, 40px);
  padding-bottom: clamp(24px, 2.375vw, 38px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
  font-size: clamp(1.125rem, 2.4vw, 1.5rem);
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 700;
  line-height: 1.75;
  color: #fff;
}
.p_interview__caption::before {
  display: inline-block;
  counter-increment: count;
  content: "interview " counter(count, decimal-leading-zero);
  background-color: #0b4ea2;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: clamp(0.875rem, 1.6vw, 1rem);
  text-transform: capitalize;
  padding-top: 0.375em;
  padding-left: 0.75em;
  padding-right: 0.75em;
  padding-bottom: 0.375em;
  border-radius: 50px;
  overflow: clip;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p_interview__caption {
    position: static;
    color: unset;
    gap: 8px;
    padding: 0;
    margin-top: 24px;
  }
  .p_interview__caption::before {
    color: #fff;
  }
}

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

.p_interview__block___label {
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  font-weight: 600;
  line-height: 1;
}

.p_interview__block___name {
  font-size: 1.5em;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.p_interview__block___text {
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  line-height: 1;
  margin-top: clamp(10px, 0.8125vw, 13px);
}

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

.p_interview__side {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 64px;
}
.p_interview__side:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.p_interview__side + .p_interview__side {
  margin-top: clamp(56px, 8.3333333333vw, 64px);
}
@media screen and (max-width: 768px) {
  .p_interview__side {
    display: block;
  }
}

.p_interview__side___pic {
  display: block;
  max-width: 324px;
  width: 36%;
}
.p_interview__side___pic .image {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .p_interview__side___pic {
    max-width: 100%;
    width: 100%;
  }
}

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

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

.p_interview__data___label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  gap: 8px;
  font-size: clamp(1.125rem, 2vw, 1.25rem);
  line-height: 1.5;
  font-weight: 600;
  color: #0b4ea2;
  margin-bottom: clamp(16px, 1.125vw, 18px);
}
.p_interview__data___label::before {
  content: "Q";
  font-size: 0.9em;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  padding-top: 0.3333333333em;
  padding-left: 0.8888888889em;
  padding-right: 0.8888888889em;
  padding-bottom: 0.3333333333em;
  color: #fff;
  background-color: #0b4ea2;
  border-radius: 32px;
  overflow: clip;
  line-height: 1;
}

.p_interview__banner {
  margin-top: clamp(80px, 12.5vw, 200px);
}

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

.p_requirements__single___btns {
  margin-top: clamp(40px, 9.375vw, 72px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  gap: 48px;
}

.p_requirements__single___btn {
  color: #fff;
  background-color: #0b4ea2;
  max-width: 350px;
  width: 100%;
  border-radius: 50px;
  overflow: clip;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  font-weight: 600;
  padding-top: 16px;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.p_contact__list {
  counter-reset: num;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: clamp(32px, 2.5vw, 40px);
  margin-bottom: clamp(40px, 4.5vw, 72px);
}
@media screen and (min-width: 501px) {
  .p_contact__list {
    gap: 20px;
  }
}
@media screen and (max-width: 500px) {
  .p_contact__list {
    gap: 8px;
  }
}

.p_contact__tab {
  max-width: 240px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: block;
  text-align: center;
  background-color: #fff;
  border: 1px solid #1f364d;
  border-radius: 56px;
  overflow: clip;
  font-size: clamp(0.875rem, 1.5vw, 0.9375rem);
  line-height: 1;
  padding-top: clamp(12px, 1vw, 16px);
  padding-bottom: clamp(11px, 0.9375vw, 15px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p_contact__tab::before {
  counter-increment: num;
  content: counter(num) ".";
}

.p_contact__active {
  color: #fff;
  background-color: #1f364d;
}

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

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

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

.p_policy__label {
  display: block;
  font-size: clamp(1rem, 1.8vw, 1.125rem);
  line-height: 2;
  font-weight: 600;
  margin-bottom: clamp(8px, 0.625vw, 10px);
}
.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__text {
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  line-height: 2;
  font-weight: inherit;
}
.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_archive__side {
  position: relative;
  display: grid;
  grid-template-columns: 24% auto;
  grid-template-rows: auto;
  gap: 40px;
  padding-right: clamp(16px, 1.125vw, 18px);
  padding-bottom: clamp(24px, 3vw, 48px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #c4ccd4;
}
@media screen and (max-width: 768px) {
  .p_archive__side {
    grid-template-columns: 32% auto;
    gap: 24px;
    padding-right: 0;
  }
}
@media screen and (max-width: 500px) {
  .p_archive__side {
    display: block;
  }
}
.p_archive__side::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
  scale: 0 1;
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: inherit;
  transition: inherit;
}
.p_archive__side:hover {
  opacity: 1;
}
.p_archive__side:hover::after {
  scale: 1 1;
}
.p_archive__side + .p_archive__side {
  padding-top: clamp(24px, 3vw, 48px);
}

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

.p_archive__side___inner {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 32px;
  height: 100%;
}

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

.p_archive__side___time {
  display: block;
  font-size: clamp(0.75rem, 1.5vw, 0.9375rem);
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  margin-bottom: clamp(8px, 1vw, 16px);
}

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

.p_archive__side___ico {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 38px;
  height: 22px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #000;
  border-radius: 50px;
  overflow: clip;
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .p_archive__side___ico {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .p_archive__side___ico {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 768px) {
  .p_archive__side___ico {
    display: none;
  }
}
.p_archive__side___ico .image {
  display: block;
  width: 15px;
  height: auto;
}
.p_archive__side:hover .p_archive__side___ico {
  background-color: #000;
}
.p_single__block {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.p_single__block___head {
  padding-bottom: clamp(24px, 2vw, 32px);
  border-bottom: 1px solid #1f364d;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: clamp(32px, 4.5vw, 72px);
}

.p_single__block___time {
  display: block;
  font-size: clamp(0.75rem, 1.5vw, 0.9375rem);
  line-height: 1;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  margin-bottom: clamp(18px, 1.5625vw, 25px);
}

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

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

.p_single__block___inner {
  margin-top: clamp(40px, 4.5vw, 72px);
}
.p_single__block___inner p + p {
  margin-top: 1em;
}
.p_single__block___inner p a {
  text-decoration: underline;
}

.p_found__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
  font-size: clamp(1.125rem, 2vw, 1.25rem);
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .p_found__head {
    gap: 24px;
  }
}

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

.p_found__caption {
  font-size: clamp(2.625rem, 6.8vw, 4.25rem);
  line-height: 1.2058823529em;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  text-transform: capitalize;
  background: -webkit-radial-gradient(50% 50%, 50% 50%, rgba(48, 65, 80, 0.3) 0%, rgba(48, 65, 80, 0.6) 100%);
  background: radial-gradient(50% 50% at 50% 50%, rgba(48, 65, 80, 0.3) 0%, rgba(48, 65, 80, 0.6) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.p_found__menu {
  margin-top: clamp(32px, 3.5vw, 56px);
}
@media screen and (min-width: 501px) {
  .p_found__menu ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 24px;
  }
}
.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 #707070;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .p_found__menu a {
    padding-top: 1em;
    padding-bottom: 1em;
  }
}/*# sourceMappingURL=common.css.map */