@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=Zen+Antique+Soft&display=swap");
/* インデント調整 */
/* センター寄せのインデント調整 */
/* 動作の時間（1001px以上の時,1000px以下の時） */
.c_mv__ico {
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(216deg) brightness(101%) contrast(102%);
          filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(216deg) brightness(101%) contrast(102%);
}

.p_archive__ico, .p_requirements__ico, .p_main__company___ico, .p_main__news___ico {
  -webkit-filter: brightness(0) saturate(100%) invert(6%) sepia(45%) saturate(4373%) hue-rotate(236deg) brightness(104%) contrast(109%);
          filter: brightness(0) saturate(100%) invert(6%) sepia(45%) saturate(4373%) hue-rotate(236deg) brightness(104%) contrast(109%);
}

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

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

@keyframes please__swipe {
  0% {
    left: 10px;
  }
  100% {
    left: 50px;
  }
}
@-webkit-keyframes image_sldier {
  0% {
    translate: 0 0%;
  }
  100% {
    translate: -50% 0;
  }
}
@keyframes image_sldier {
  0% {
    translate: 0 0%;
  }
  100% {
    translate: -50% 0;
  }
}
@-webkit-keyframes sldier_x {
  0% {
    translate: 0 0%;
  }
  100% {
    translate: -50% 0;
  }
}
@keyframes sldier_x {
  0% {
    translate: 0 0%;
  }
  100% {
    translate: -50% 0;
  }
}
@-webkit-keyframes sldier_y {
  0% {
    translate: 0 0%;
  }
  100% {
    translate: 0 -50%;
  }
}
@keyframes sldier_y {
  0% {
    translate: 0 0%;
  }
  100% {
    translate: 0 -50%;
  }
}
@-webkit-keyframes typing_effect {
  50% {
    border-color: transparent;
  }
  100% {
    border-color: transparent;
  }
}
@keyframes typing_effect {
  50% {
    border-color: transparent;
  }
  100% {
    border-color: transparent;
  }
}
:root {
  font-size: 16px;
}

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

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

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

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

p,
a,
span,
th,
td,
li,
dt,
dd,
address {
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  line-height: 2;
  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;
}
a[href^=tel]:hover {
  opacity: 1;
}
@media screen and (min-width: 1001px) {
  a[href^=tel] {
    pointer-events: none;
  }
}

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

figure,
picture {
  display: block;
}

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

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

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

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

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

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

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

.swipe {
  width: 100%;
}
@media screen and (min-width: 1001px) {
  .swipe {
    position: relative;
    padding: 5px 0;
    overflow: hidden;
    z-index: 1;
  }
  .swipe img {
    min-width: 1200px;
  }
  .swipe::before {
    position: absolute;
    content: "";
    z-index: 2;
    max-width: 180px;
    width: 100%;
    max-height: 56px;
    height: 100%;
    top: 60px;
    left: 20px;
    background-image: url(../images/svg_swipe.svg);
    background-position: center left;
    background-size: contain;
    background-repeat: no-repeat;
    -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(221, 221, 221, 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: 1251px) {
  .container {
    max-width: 1300px;
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 1250px) {
  .container {
    max-width: 1300px;
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (min-width: 501px) and (max-width: 1024px) {
  .container {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media screen and (max-width: 500px) {
  body:not(.home) .container {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}

.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: 64px;
    padding-right: 64px;
  }
}

.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: 64px;
    padding-right: 64px;
  }
}

/* △△△△ 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 △△△△ */
/* ▽▽▽▽ fade ▽▽▽▽ */
.fade {
  opacity: 0;
  position: relative;
}

.fade_show {
  opacity: 1;
  -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 2500ms;
  transition: all 2500ms;
}

/* △△△△ blur △△△△ */
.dl1 {
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
}

/* ▽▽▽▽追従▽▽▽▽ */
@media screen and (min-width: 1001px) {
  .c_following__contents {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: relative;
  }
  .c_following__side {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    width: 200px;
  }
  .c_following__main {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
/* △△△△追従△△△△ */
.c_front__header {
  opacity: 0;
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .c_front__header {
    -webkit-transition-duration: 1000ms;
            transition-duration: 1000ms;
  }
}
@media screen and (max-width: 1000px) {
  .c_front__header {
    -webkit-transition-duration: 1000ms;
            transition-duration: 1000ms;
  }
}
.c_front__header.c_mv__active {
  opacity: 1;
}

.c_header__block {
  position: absolute;
  top: 0;
  left: 0;
  overflow-x: clip;
  max-width: 100%;
  width: 100%;
  z-index: 10;
  color: #fff;
  padding-top: clamp(20px, 3.2vw, 32px);
  padding-bottom: clamp(20px, 3.2vw, 32px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 1001px) {
  .c_header__block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 1001px) and (min-width: 1025px) {
  .c_header__block {
    padding-left: clamp(30px, 6.25vw, 100px);
    padding-right: clamp(30px, 7.5vw, 120px);
  }
}
@media screen and (min-width: 1001px) and (max-width: 1024px) {
  .c_header__block {
    padding-left: clamp(30px, 5.375vw, 86px);
    padding-right: clamp(30px, 5.375vw, 86px);
  }
}
@media screen and (max-width: 1000px) {
  .c_header__block {
    display: block;
    padding-left: 30px;
    padding-right: 30px;
  }
}

.c_header__link {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 8px;
  font-family: "Zen Antique Soft", serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(1rem, 2.6vw, 1.625rem);
}

.c_header__unit {
  font-size: clamp(0.75rem, 1.8vw, 1.125rem);
}

.c_header__label {
  font-size: inherit;
}

@media screen and (max-width: 1000px) {
  .c_header__menu {
    position: fixed;
    top: 0;
    right: 0;
    max-width: 375px;
    width: 100%;
    height: 100dvh;
    background-color: rgba(23, 19, 28, 0.9);
    z-index: 10;
    padding-top: 100px;
    padding-bottom: 150px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow-y: scroll;
    -webkit-clip-path: inset(0 0% 0% 100%);
            clip-path: inset(0 0% 0% 100%);
    -webkit-transition-property: all;
    transition-property: all;
  }
}
@media screen and (max-width: 1000px) and (min-width: 1001px) {
  .c_header__menu {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) and (max-width: 1000px) {
  .c_header__menu {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .c_header__menu.c_header__active {
    -webkit-clip-path: inset(0 0% 0% 0%);
            clip-path: inset(0 0% 0% 0%);
  }
}
@media screen and (min-width: 1001px) {
  .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: 32px;
  }
}
.c_header__nav a {
  position: relative;
  font-size: inherit;
  font-weight: 700;
  letter-spacing: 0.01em;
}
.c_header__nav a::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  scale: 0 1;
  -webkit-transition: inherit;
  transition: inherit;
}
@media screen and (max-width: 1000px) {
  .c_header__nav a::after {
    display: none;
  }
}
.c_header__nav a:hover {
  opacity: 1;
}
.c_header__nav a:hover::after {
  scale: 1 1;
}
.c_header__nav li {
  position: relative;
}
.c_header__nav li:hover .sub-menu,
.c_header__nav li:hover .children {
  -webkit-clip-path: inset(0 0% 0% 0);
          clip-path: inset(0 0% 0% 0);
}
.c_header__nav span {
  display: none !important;
}
.c_header__nav .sub-menu,
.c_header__nav .children {
  position: absolute;
  top: 100%;
  left: 50%;
  translate: -50% 0;
  display: block;
  padding-top: 33px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-clip-path: inset(0 0% 100% 0);
          clip-path: inset(0 0% 100% 0);
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .c_header__nav .sub-menu,
  .c_header__nav .children {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .c_header__nav .sub-menu,
  .c_header__nav .children {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .c_header__nav .sub-menu,
  .c_header__nav .children {
    display: none !important;
  }
}
.c_header__nav .sub-menu::before,
.c_header__nav .children::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: calc(100% - 13px);
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 4px;
  overflow: clip;
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
}
.c_header__nav .sub-menu li,
.c_header__nav .children li {
  font-size: 14px;
  line-height: 1em;
}
.c_header__nav .sub-menu li + li,
.c_header__nav .children li + li {
  margin-top: 12px;
}
.c_header__nav .sub-menu a,
.c_header__nav .children a {
  display: inline-block;
  position: relative;
  color: #17131C;
  white-space: nowrap;
  font-size: inherit;
  line-height: inherit;
  font-weight: 400;
  padding-left: 1em;
  padding-bottom: unset;
  letter-spacing: 0em;
}
.c_header__nav .sub-menu a::after,
.c_header__nav .children a::after {
  display: none;
}
.c_header__nav .sub-menu a::before,
.c_header__nav .children a::before {
  position: absolute;
  content: "-";
  line-height: inherit;
  top: 0;
  left: 0;
}
.c_header__nav .sub-menu a:hover,
.c_header__nav .children a:hover {
  opacity: 1;
  color: #171C61;
  font-weight: 700;
}
@media screen and (max-width: 1000px) {
  .c_header__nav li {
    border-bottom: 1px solid #fff;
  }
  .c_header__nav a {
    display: block;
    text-align: center;
    font-size: 16px;
    color: #fff;
    padding-top: 1em;
    padding-bottom: 1em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.c_header__line {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 23px;
  height: 1px;
  background-color: #171C61;
  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: #fff;
  width: 55px;
  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: 1001px) {
  .c_header__trigger {
    display: none !important;
  }
}
.c_header__trigger::before, .c_header__trigger::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 23px;
  height: 1px;
  background-color: #171C61;
  -webkit-transition: inherit;
  transition: inherit;
}
.c_header__trigger::before {
  translate: -50% calc(-50% - 7px);
}
.c_header__trigger::after {
  translate: -50% calc(-50% + 7px);
}
.c_header__trigger.c_header__active::before, .c_header__trigger.c_header__active::after {
  translate: -50% -50%;
}
.c_header__trigger.c_header__active::before {
  rotate: -30deg;
}
.c_header__trigger.c_header__active::after {
  rotate: 30deg;
}

.c_mv {
  display: block;
  overflow: clip;
  width: 100%;
  height: 100dvh;
  color: #fff;
}
.c_mv img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
}

.c_mv__block {
  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;
  background: -webkit-gradient(linear, left top, left bottom, from(#03012C), to(#09073C));
  background: -webkit-linear-gradient(top, #03012C 0%, #09073C 100%);
  background: linear-gradient(180deg, #03012C 0%, #09073C 100%);
  width: 100dvw;
  height: 100dvh;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.c_mv__logo {
  position: absolute;
  top: 0;
  left: 0;
  aspect-ratio: 534/397;
  height: auto;
  opacity: 0;
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .c_mv__logo {
    -webkit-transition-duration: 1500ms;
            transition-duration: 1500ms;
  }
}
@media screen and (max-width: 1000px) {
  .c_mv__logo {
    -webkit-transition-duration: 1500ms;
            transition-duration: 1500ms;
  }
}
.c_mv__logo.c_mv__active {
  opacity: 1;
}
@media screen and (min-width: 1001px) {
  .c_mv__logo {
    width: 25.625%;
  }
}
@media screen and (max-width: 1000px) {
  .c_mv__logo {
    width: 41vw;
    max-width: 266px;
  }
}
@media screen and (max-width: 500px) {
  .c_mv__logo {
    max-width: 190px;
  }
}
.c_mv__logo .image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}

.c_mv__caption {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 100%;
  height: auto;
  pointer-events: none;
  opacity: 0;
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .c_mv__caption {
    -webkit-transition-duration: 1500ms;
            transition-duration: 1500ms;
  }
}
@media screen and (max-width: 1000px) {
  .c_mv__caption {
    -webkit-transition-duration: 1500ms;
            transition-duration: 1500ms;
  }
}
.c_mv__caption.c_mv__active {
  opacity: 1;
}
@media screen and (min-width: 501px) {
  .c_mv__caption {
    max-width: 720px;
  }
}
@media screen and (max-width: 500px) {
  .c_mv__caption {
    max-width: 500px;
  }
}

.c_mv__head {
  position: relative;
  z-index: 1;
  font-size: clamp(0.75rem, 2.4vw, 1.5rem);
}

.c_mv__label {
  font-size: inherit;
  font-family: "Zen Antique Soft", serif;
  font-weight: 400;
  font-style: normal;
  border-right: 1px solid;
  -webkit-animation: typing_effect 1000ms 8 steps(1) forwards;
          animation: typing_effect 1000ms 8 steps(1) forwards;
  line-height: 1;
  letter-spacing: 0.08em;
}

.c_mv__news {
  position: absolute;
  bottom: 0;
  left: 0;
  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: 20px;
  padding-left: clamp(30px, 3.125vw, 50px);
  padding-right: clamp(10px, 1vw, 16px);
  padding-bottom: clamp(16px, 1.5vw, 24px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-clip-path: polygon(0 0, 0% 0, 0% 100%, 0% 100%);
          clip-path: polygon(0 0, 0% 0, 0% 100%, 0% 100%);
}
@media screen and (min-width: 1001px) {
  .c_mv__news {
    -webkit-transition-duration: 1000ms;
            transition-duration: 1000ms;
  }
}
@media screen and (max-width: 1000px) {
  .c_mv__news {
    -webkit-transition-duration: 1000ms;
            transition-duration: 1000ms;
  }
}
.c_mv__news.c_mv__active {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.c_mv__news::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  scale: 0 1;
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .c_mv__news::before {
    -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
  }
}
@media screen and (max-width: 1000px) {
  .c_mv__news::before {
    -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
  }
}
.c_mv__news:hover::before {
  scale: 1 1;
}
@media screen and (min-width: 1001px) {
  .c_mv__news {
    max-width: 640px;
    width: 40vw;
    min-width: 300px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .c_mv__news {
    max-width: calc(100% - 30px);
    width: 100%;
    margin-bottom: 134px;
  }
}
.c_mv__news:hover {
  opacity: 1;
}

@media screen and (min-width: 1001px) {
  .c_mv__catch {
    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: 20px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.c_mv__time {
  display: block;
  font-size: clamp(0.8125rem, 1.4vw, 0.875rem);
  line-height: 1.75;
  font-family: "Zen Antique Soft", serif;
  font-weight: 400;
  font-style: normal;
}
.c_mv__time::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.75) * (0.5em - 1px));
}
.c_mv__time::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.75) * 0.5em);
}
@media screen and (max-width: 1000px) {
  .c_mv__time {
    margin-bottom: 8px;
  }
}

.c_mv__title {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  line-height: 1.75;
}
@media screen and (min-width: 501px) {
  .c_mv__title {
    -webkit-line-clamp: 1;
  }
}
@media screen and (max-width: 500px) {
  .c_mv__title {
    -webkit-line-clamp: 1;
  }
}
.c_mv__title::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.75) * (0.5em - 1px));
}
.c_mv__title::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.75) * 0.5em);
}

.c_mv__ico {
  position: relative;
  aspect-ratio: 21/12;
  width: 100%;
  height: auto;
  border-radius: 0px;
  overflow: clip;
}
@media screen and (min-width: 501px) {
  .c_mv__ico {
    max-width: 21px;
  }
}
@media screen and (max-width: 500px) {
  .c_mv__ico {
    max-width: 16px;
  }
}

.c_mv__arrow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .c_mv__arrow {
    -webkit-transition-duration: 0ms;
            transition-duration: 0ms;
  }
}
@media screen and (max-width: 1000px) {
  .c_mv__arrow {
    -webkit-transition-duration: 0ms;
            transition-duration: 0ms;
  }
}
.c_mv__news:hover .c_mv__arrow {
  opacity: 1;
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .c_mv__news:hover .c_mv__arrow {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .c_mv__news:hover .c_mv__arrow {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}

.c_mv__image {
  translate: -100% 0;
  opacity: 0;
}
.c_mv__news:hover .c_mv__image {
  translate: 0 0;
  opacity: 1;
}

.c_mv__dummy {
  translate: 0% 0;
  opacity: 1;
}
.c_mv__news:hover .c_mv__dummy {
  translate: 100% 0;
  opacity: 0;
}

.c_kv {
  position: relative;
  display: block;
  color: #fff;
  background-color: #171C61;
}
.c_kv img {
  display: block;
  max-width: 100%;
}

.c_kv__logo {
  position: absolute;
  left: 0;
  display: block;
  height: auto;
  max-width: 410px;
  min-width: 190px;
}
@media screen and (min-width: 1001px) {
  .c_kv__logo {
    top: 0;
    width: 25.625%;
  }
}
@media screen and (max-width: 1000px) {
  .c_kv__logo {
    width: 41vw;
    top: -42px;
  }
}

.c_kv__pic .image {
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 501px) and (min-width: 1001px) {
  .c_kv__pic .image {
    min-height: 550px;
  }
}
@media screen and (min-width: 501px) and (max-width: 1000px) {
  .c_kv__pic .image {
    min-height: 438px;
  }
}
@media screen and (max-width: 500px) {
  .c_kv__pic .image {
    min-height: 274px;
  }
}

.c_kv__block {
  position: absolute;
  left: 0;
  z-index: 5;
  width: 100%;
}
@media screen and (min-width: 501px) {
  .c_kv__block {
    top: 47.2440944882%;
  }
}
@media screen and (min-width: 501px) and (max-width: 1024px) {
  .c_kv__block {
    top: 52.1818181818%;
  }
}
@media screen and (max-width: 500px) {
  .c_kv__block {
    top: 38.6666666667%;
  }
}

.c_kv__caption {
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-family: "Zen Antique Soft", serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: clamp(16px, 2vw, 32px);
  line-height: 1;
}
.c_kv__caption::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1) * (0.5em - 1px));
}
.c_kv__caption::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1) * 0.5em);
}
@media screen and (min-width: 1025px) {
  .c_kv__caption {
    font-size: 64px;
  }
}
@media screen and (max-width: 1024px) {
  .c_kv__caption {
    font-size: clamp(2rem, 5.6vw, 3.5rem);
  }
}

.c_kv__lead {
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
}
.c_kv__lead::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1) * (0.5em - 1px));
}
.c_kv__lead::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1) * 0.5em);
}
@media screen and (min-width: 1025px) {
  .c_kv__lead {
    font-size: 22px;
  }
}
@media screen and (max-width: 1024px) {
  .c_kv__lead {
    font-size: clamp(0.8125rem, 2vw, 1.25rem);
  }
}

.c_bread {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  font-size: clamp(0.625rem, 1.3vw, 0.8125rem);
  font-weight: 400;
  padding-top: clamp(16px, 2.125vw, 34px);
  padding-bottom: clamp(16px, 2.125vw, 34px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1;
}
.c_bread span,
.c_bread a {
  font-size: inherit;
  color: inherit;
}
.c_bread span {
  line-height: 1;
}
.c_bread .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  -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;
}
.c_bread .home {
  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: 5px;
}
.c_bread .home::before {
  position: relative;
  content: "";
  display: block;
  height: auto;
  aspect-ratio: 14/12;
  background-image: url("../images/common/ico_home.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  translate: 0 -2px;
}
@media screen and (min-width: 501px) {
  .c_bread .home::before {
    width: 14px;
  }
}
@media screen and (max-width: 500px) {
  .c_bread .home::before {
    width: 12px;
  }
}

.c_cta {
  padding-top: clamp(64px, 6vw, 96px);
  padding-bottom: clamp(64px, 7.5vw, 120px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#070203), to(#3B3B7E));
  background-image: -webkit-linear-gradient(bottom, #070203 0%, #3B3B7E 100%);
  background-image: linear-gradient(0deg, #070203 0%, #3B3B7E 100%);
}

.c_cta__head {
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  margin-bottom: clamp(16px, 2vw, 32px);
}

.c_cta__caption {
  display: block;
  text-transform: uppercase;
  font-family: "Zen Antique Soft", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.03em;
  color: transparent;
  background: -webkit-gradient(linear, left bottom, left top, from(#B7B7B7), to(#564182));
  background: -webkit-linear-gradient(bottom, #B7B7B7 0%, #564182 100%);
  background: linear-gradient(360deg, #B7B7B7 0%, #564182 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
@media screen and (min-width: 1025px) {
  .c_cta__caption {
    font-size: clamp(4rem, 8vw, 5rem);
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 1024px) {
  .c_cta__caption {
    font-size: clamp(2.5rem, 6.4vw, 4rem);
    margin-bottom: 32px;
  }
}

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

.c_cta__tel {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 8px;
  font-size: clamp(2.5rem, 4.4vw, 2.75rem);
  font-family: "Zen Antique Soft", serif;
  font-weight: 400;
  font-style: normal;
}

.c_cta__unit {
  display: block;
  aspect-ratio: 1/1;
  height: auto;
}
@media screen and (min-width: 501px) {
  .c_cta__unit {
    width: 32px;
  }
}
@media screen and (max-width: 500px) {
  .c_cta__unit {
    width: 26px;
  }
}

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

.c_cta__time {
  display: block;
  font-size: clamp(0.8125rem, 1.4vw, 0.875rem);
  font-weight: 500;
  margin-top: clamp(16px, 1.5vw, 24px);
}

.c_cta__btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -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;
  margin-top: clamp(40px, 4.5vw, 72px);
}
@media screen and (max-width: 1000px) {
  .c_cta__btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.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: transparent;
  border: 1px solid #fff;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  font-weight: 700;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50px;
  overflow: clip;
  width: 100%;
}
@media (hover: hover) {
  .c_cta__btn:hover {
    opacity: 1;
    color: #09073C;
    background-color: #fff;
  }
}
@media (hover: none) {
  .c_cta__btn {
    -webkit-transition: all 0s;
    transition: all 0s;
  }
  .c_cta__btn:active {
    opacity: 1;
    color: #09073C;
    background-color: #fff;
  }
}
@media screen and (min-width: 1025px) {
  .c_cta__btn {
    max-width: 315px;
  }
}
@media screen and (max-width: 1024px) {
  .c_cta__btn {
    max-width: 270px;
  }
}
@media screen and (max-width: 1000px) {
  .c_cta__btn {
    max-width: 315px;
  }
}
@media screen and (min-width: 501px) {
  .c_cta__btn {
    padding-top: 1.6875em;
    padding-bottom: 1.625em;
  }
}
@media screen and (max-width: 500px) {
  .c_cta__btn {
    padding-top: 1.4375em;
    padding-bottom: 1.375em;
  }
}

.c_cta__btn:hover .c_cta__ico {
  -webkit-filter: brightness(0) saturate(100%) invert(6%) sepia(45%) saturate(4373%) hue-rotate(236deg) brightness(104%) contrast(109%);
          filter: brightness(0) saturate(100%) invert(6%) sepia(45%) saturate(4373%) hue-rotate(236deg) brightness(104%) contrast(109%);
}

.c_cta__text {
  display: inline-block;
  font-size: inherit;
  line-height: 1;
  letter-spacing: 0.05em;
}

.c_footer {
  margin-top: clamp(100px, 10vw, 160px);
}
.c_footer .container {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1241px) {
  .c_footer .container {
    max-width: 1280px;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 1240px) {
  .c_footer .container {
    max-width: 1280px;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 501px) and (max-width: 1024px) {
  .c_footer .container {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media screen and (max-width: 500px) {
  .c_footer .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 1001px) {
  .c_footer {
    position: relative;
    z-index: 5;
  }
}

.c_footer__block {
  color: #fff;
  background-color: #17131C;
}

.c_footer__visual {
  display: block;
  opacity: 0.5;
}
.c_footer__visual img {
  min-height: 190px;
  -o-object-fit: cover;
     object-fit: cover;
}

.c_footer__inner {
  position: relative;
  padding-top: clamp(93px, 10vw, 160px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.c_footer__ico {
  position: absolute;
  min-width: 180px;
}
@media screen and (min-width: 1001px) {
  .c_footer__ico {
    width: 100%;
  }
}
@media screen and (min-width: 1001px) and (min-width: 1025px) {
  .c_footer__ico {
    max-width: 282px;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1024px) {
  .c_footer__ico {
    max-width: 220px;
  }
}
@media screen and (max-width: 1000px) {
  .c_footer__ico {
    width: 17.625vw;
  }
}
@media screen and (min-width: 501px) and (min-width: 1025px) {
  .c_footer__ico {
    left: 3.75%;
    bottom: 261px;
  }
}
@media screen and (min-width: 501px) and (max-width: 1024px) {
  .c_footer__ico {
    left: 20px;
    bottom: 280px;
  }
}
@media screen and (min-width: 501px) and (max-width: 1000px) {
  .c_footer__ico {
    bottom: 220px;
    left: 21.3333333333vw;
  }
}
@media screen and (max-width: 500px) {
  .c_footer__ico {
    bottom: 237px;
    left: 20px;
  }
}

.c_footer__top {
  position: absolute;
  display: inline-block;
  left: 50%;
  translate: -50% 0;
}
@media (hover: hover) {
  .c_footer__top:hover {
    opacity: 1;
    translate: -50% -5px;
  }
}
@media (hover: none) {
  .c_footer__top {
    -webkit-transition: all 0s;
    transition: all 0s;
  }
  .c_footer__top:active {
    opacity: 1;
    translate: -50% -5px;
  }
}
@media screen and (min-width: 501px) and (min-width: 1025px) {
  .c_footer__top {
    top: 48px;
    width: 61px;
  }
}
@media screen and (min-width: 501px) and (max-width: 1024px) {
  .c_footer__top {
    top: 42px;
    width: 50px;
  }
}
@media screen and (max-width: 500px) {
  .c_footer__top {
    top: 40px;
    width: 40px;
  }
}

.c_footer__column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 1001px) {
  .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: 1000px) {
  .c_footer__column {
    -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;
  }
}

@media screen and (max-width: 1000px) {
  .c_footer__nav {
    width: 100%;
    margin-bottom: 90px;
  }
}
@media screen and (min-width: 1001px) {
  .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;
    width: 571px;
    height: 215px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px 80px;
  }
}
@media screen and (max-width: 1000px) {
  .c_footer__nav ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 24px;
  }
}
.c_footer__nav a {
  font-weight: 700;
  line-height: inherit;
}
@media screen and (max-width: 1024px) {
  .c_footer__nav li {
    line-height: 24px;
  }
}
.c_footer__nav span {
  display: none !important;
}
@media screen and (max-width: 1000px) {
  .c_footer__nav a {
    display: block;
    font-size: 14px;
    padding-bottom: 1.2857142857em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
}
@media screen and (min-width: 1001px) {
  .c_footer__nav .sub-menu,
  .c_footer__nav .children {
    width: unset;
    height: unset;
    gap: 10px;
    margin-top: 16px;
  }
}
@media screen and (max-width: 1000px) {
  .c_footer__nav .sub-menu,
  .c_footer__nav .children {
    display: none !important;
  }
}
.c_footer__nav .sub-menu li,
.c_footer__nav .children li {
  line-height: 1;
}
.c_footer__nav .sub-menu a,
.c_footer__nav .children a {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 4px;
  font-size: clamp(0.75rem, 1.4vw, 0.875rem);
  font-weight: 500;
}
.c_footer__nav .sub-menu a::before,
.c_footer__nav .children a::before {
  top: 0;
  left: 0;
  content: "-";
}

.c_footer__link {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 8px;
  font-family: "Zen Antique Soft", serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(1.375rem, 2.6vw, 1.625rem);
  margin-bottom: clamp(24px, 2.25vw, 36px);
  line-height: 1;
}

.c_footer__unit {
  line-height: inherit;
}
@media screen and (min-width: 501px) {
  .c_footer__unit {
    font-size: 18px;
  }
}
@media screen and (max-width: 500px) {
  .c_footer__unit {
    font-size: 16px;
  }
}

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

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

.c_footer__links {
  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;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 24px;
  margin-top: clamp(32px, 2.1875vw, 35px);
}
@media screen and (max-width: 1000px) {
  .c_footer__links {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.c_footer__insta {
  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: 10px;
  font-size: clamp(0.9375rem, 1.5vw, 0.9375rem);
  font-family: "Zen Antique Soft", serif;
  font-weight: 400;
  font-style: normal;
  text-transform: capitalize;
}

.c_footer__items {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media screen and (max-width: 1000px) {
  .c_footer__items {
    display: none;
  }
}

.c_footer__item {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  line-height: 1.2857142857em;
}
.c_footer__item + .c_footer__item {
  padding-left: 1.1428571429em;
  margin-left: 1.1428571429em;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}

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

.c_footer__contents {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 501px) and (min-width: 1025px) {
  .c_footer__contents {
    padding-left: clamp(40px, 5vw, 80px);
    padding-right: clamp(40px, 5vw, 80px);
  }
}
@media screen and (min-width: 501px) and (max-width: 1024px) {
  .c_footer__contents {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 500px) {
  .c_footer__contents {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.c_footer__copy {
  display: block;
  font-size: clamp(0.75rem, 1.4vw, 0.875rem);
  font-weight: 400;
  padding-top: 24px;
  padding-bottom: 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: clamp(32px, 2.5vw, 40px);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

@media screen and (min-width: 1001px) {
  .c_footer__sp {
    display: none;
  }
}
.c_banner {
  font-size: clamp(0.8125rem, 1.6vw, 1rem);
  font-weight: 700;
  -webkit-transition-property: all;
  transition-property: all;
  display: none;
}
@media screen and (min-width: 1001px) {
  .c_banner {
    -webkit-transition-duration: 1000ms;
            transition-duration: 1000ms;
  }
}
@media screen and (max-width: 1000px) {
  .c_banner {
    -webkit-transition-duration: 1000ms;
            transition-duration: 1000ms;
  }
}
@media screen and (min-width: 1001px) {
  .c_banner {
    position: fixed;
    z-index: 5;
    top: 140px;
    right: 0;
    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;
    gap: 8px;
  }
}
@media screen and (max-width: 1000px) {
  .c_banner {
    position: absolute;
    bottom: 0;
    left: 50%;
    translate: -50% 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 4px;
    max-width: calc(100% - 40px);
    width: 100%;
    min-width: 335px;
  }
}

@media screen and (min-width: 1001px) {
  .c_front__banner:not(.c_mv__active) {
    translate: 100% 0;
  }
  .c_banner__hide {
    translate: 100% 0;
  }
}
.c_banner__link {
  font-size: inherit;
  font-weight: inherit;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.0625em;
  padding-top: clamp(16px, 1.6875vw, 27px);
  padding-left: clamp(20px, 1.5vw, 24px);
  padding-right: clamp(20px, 1.5vw, 24px);
  padding-bottom: clamp(16px, 1.625vw, 26px);
  border: 1px solid rgba(255, 255, 255, 0.8);
}
@media screen and (min-width: 1001px) {
  .c_banner__link {
    border-right: none;
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
    color: #fff;
    background-color: #09073C;
  }
  .c_lower__banner .c_banner__link {
    background-color: #080c45;
  }
}
@media screen and (min-width: 1001px) and (hover: hover) {
  .c_banner__link:hover {
    color: #17131C;
    background-color: #fff;
    opacity: 1;
  }
}
@media screen and (min-width: 1001px) and (hover: none) {
  .c_banner__link {
    -webkit-transition: all 0s;
    transition: all 0s;
  }
  .c_banner__link:active {
    color: #17131C;
    background-color: #fff;
    opacity: 1;
  }
}
@media screen and (max-width: 1000px) {
  .c_banner__link {
    text-align: center;
    color: #17131C;
    background-color: #fff;
  }
}
@media screen and (max-width: 1000px) and (hover: hover) {
  .c_banner__link:hover {
    color: #fff;
    background-color: #09073C;
    opacity: 1;
  }
}
@media screen and (max-width: 1000px) and (hover: none) {
  .c_banner__link {
    -webkit-transition: all 0s;
    transition: all 0s;
  }
  .c_banner__link:active {
    color: #fff;
    background-color: #09073C;
    opacity: 1;
  }
}

.c_address__block {
  display: block;
  max-width: 300px;
}

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

.c_address__tel {
  text-transform: uppercase;
}

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

@media screen and (min-width: 501px) {
  .c_block__break {
    display: none;
  }
}
@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: 1028px) {
  .c_block__narrow {
    max-width: 1027px;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media screen and (max-width: 1027px) {
  .c_block__narrow {
    max-width: 1027px;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media screen and (min-width: 501px) and (max-width: 1024px) {
  .c_block__narrow {
    padding-left: 64px;
    padding-right: 64px;
  }
}

.c_block__wrapper {
  background-color: #F3F7F9;
  padding-top: clamp(60px, 5.5vw, 88px);
  padding-left: clamp(24px, 6.25vw, 100px);
  padding-right: clamp(24px, 6.25vw, 100px);
  padding-bottom: clamp(60px, 5.5vw, 88px);
}

.c_block__content {
  padding-top: clamp(40px, 3.5vw, 56px);
  padding-left: clamp(24px, 7.2916666667vw, 56px);
  padding-right: clamp(24px, 7.2916666667vw, 56px);
  padding-bottom: clamp(40px, 3.5vw, 56px);
  background-color: #F3F7F9;
}
@media screen and (min-width: 1001px) {
  .c_block__content {
    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: 60px;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1024px) {
  .c_block__content {
    gap: 40px;
  }
}
.c_block__content + .c_block__content {
  margin-top: 40px;
}

.c_block__pic {
  display: block;
  max-width: 373px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1000px) {
  .c_block__pic {
    margin-bottom: 32px;
  }
}

.c_block__inner {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.c_block__inner a {
  text-decoration: underline;
}

.c_block__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  font-size: clamp(1rem, 2.4vw, 1.5rem);
  font-weight: 700;
  margin-bottom: 1em;
}
@media screen and (min-width: 1025px) {
  .c_block__title {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 1024px) {
  .c_block__title {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.c_block__title::before {
  content: "";
  aspect-ratio: 1/1;
  width: 16px;
  height: auto;
  border-radius: 16px;
  overflow: clip;
  background: -webkit-linear-gradient(39.31deg, #FDC6ED 39.09%, #F698D1 112.85%);
  background: linear-gradient(50.69deg, #FDC6ED 39.09%, #F698D1 112.85%);
}
@media screen and (max-width: 1024px) {
  .c_block__title::before {
    margin-top: 0.4em;
  }
}
@media screen and (max-width: 500px) {
  .c_block__title::before {
    margin-top: 0.3em;
  }
}

.c_block__lead {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: inherit;
}

.c_block__cards {
  display: grid;
  grid-template-rows: repeat(1, 1fr);
}
@media screen and (min-width: 501px) {
  .c_block__cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 501px) and (min-width: 1001px) {
  .c_block__cards {
    gap: 72px 56px;
  }
}
@media screen and (min-width: 501px) and (max-width: 1000px) {
  .c_block__cards {
    gap: 32px;
  }
}
@media screen and (max-width: 500px) {
  .c_block__cards {
    grid-template-columns: repeat(1, 1fr);
    gap: 32px;
  }
}

.c_block__cards___pic {
  display: block;
  aspect-ratio: 572/394;
  width: 100%;
  height: auto;
  border-radius: 0px;
  overflow: clip;
}

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

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

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

.c_pagetitle {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: clamp(1.125rem, 2.8vw, 1.75rem);
  font-weight: 700;
  padding-bottom: clamp(10px, 1.125vw, 18px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: clamp(32px, 4.5vw, 72px);
}
@media screen and (min-width: 501px) {
  .c_pagetitle {
    gap: 12px;
  }
}
@media screen and (max-width: 500px) {
  .c_pagetitle {
    gap: 8px;
  }
}
.c_pagetitle::before {
  content: "";
  aspect-ratio: 1/1;
  height: auto;
  border-radius: 24px;
  overflow: clip;
  background: -webkit-linear-gradient(39.31deg, #FDC6ED 39.09%, #F698D1 112.85%);
  background: linear-gradient(50.69deg, #FDC6ED 39.09%, #F698D1 112.85%);
  margin-top: 0.3em;
}
@media screen and (min-width: 501px) and (min-width: 1001px) {
  .c_pagetitle::before {
    width: 24px;
  }
}
@media screen and (min-width: 501px) and (max-width: 1000px) {
  .c_pagetitle::before {
    width: 20px;
  }
}
@media screen and (max-width: 500px) {
  .c_pagetitle::before {
    width: 18px;
  }
}
.c_pagetitle::after {
  position: absolute;
  bottom: -1px;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  -webkit-clip-path: polygon(0 0, 0% 0, 0% 100%, 0% 100%);
          clip-path: polygon(0 0, 0% 0, 0% 100%, 0% 100%);
  background-color: #171C61;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-delay: 1000ms;
          transition-delay: 1000ms;
}
@media screen and (min-width: 1001px) {
  .c_pagetitle::after {
    -webkit-transition-duration: 1000ms;
            transition-duration: 1000ms;
  }
}
@media screen and (max-width: 1000px) {
  .c_pagetitle::after {
    -webkit-transition-duration: 1000ms;
            transition-duration: 1000ms;
  }
}
.c_pagetitle.c_pagetitle__active::after {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.c_pagetitle__label {
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: inherit;
}

.c_title {
  font-size: clamp(1.25rem, 3.2vw, 2rem);
  font-family: "Zen Antique Soft", serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: clamp(20px, 1.5vw, 24px);
}
.p_business__wrapper .c_title {
  margin-bottom: clamp(20px, 2.5vw, 40px);
}

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

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

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

.c_headline {
  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: 8px;
  font-size: clamp(1rem, 1.8vw, 1.125rem);
  font-weight: 700;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: clamp(20px, 1.5vw, 24px);
}
.c_headline::before {
  content: "";
  aspect-ratio: 1/1;
  width: 16px;
  height: auto;
  border-radius: 16px;
  overflow: clip;
  background: -webkit-linear-gradient(39.31deg, #FDC6ED 39.09%, #F698D1 112.85%);
  background: linear-gradient(50.69deg, #FDC6ED 39.09%, #F698D1 112.85%);
}

.c_headline__label {
  font-size: inherit;
}

.c_text__char {
  font-size: inherit;
  line-height: inherit;
}
.char_area__set .c_text__char {
  width: 0 !important;
  opacity: 0 !important;
}

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

.c_text__center {
  text-align: center;
}

.c_text__left {
  text-align: left;
}

.c_text__right {
  text-align: right;
}

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

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

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

.c_link__text {
  display: inline;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  text-decoration: underline;
}

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

.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: 10px;
  font-size: 12px;
  font-family: "Zen Antique Soft", serif;
  font-weight: 400;
  font-style: normal;
}
.c_top__link:hover {
  opacity: 1;
  color: #09073C;
}

.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: #171C61;
  border-radius: 50px;
  overflow: clip;
  -webkit-transition: inherit;
  transition: inherit;
}
.c_top__link:hover .c_top__ico {
  background-color: #09073C;
}

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

.c_top__text {
  font-size: inherit;
  text-transform: uppercase;
}

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

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

.c_pagetop {
  position: fixed;
  z-index: 5;
  background-color: #fff;
  border: 1px solid #171C61;
  border-radius: 100px;
  overflow: clip;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 601px) {
  .c_pagetop {
    right: 18px;
    bottom: 32px;
    padding-top: 14px;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 600px) {
  .c_pagetop {
    right: 14px;
    bottom: 56px;
    padding-top: 10px;
    padding-left: 6px;
    padding-right: 6px;
    padding-bottom: 6px;
  }
}
@media (hover: hover) {
  .c_pagetop:hover {
    opacity: 1;
    color: #fff;
    background-color: #171C61;
  }
}
@media (hover: none) {
  .c_pagetop {
    -webkit-transition: all 0s;
    transition: all 0s;
  }
  .c_pagetop:active {
    opacity: 1;
    color: #fff;
    background-color: #171C61;
  }
}

.c_pagetop__hide {
  opacity: 0;
  visibility: hidden;
}

.c_pagetop__label {
  display: block;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  font-family: "Zen Antique Soft", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.02em;
  line-height: 1;
  font-size: 12px;
}

.c_pagetop__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;
  height: auto;
  background-color: #171C61;
  border-radius: 24px;
  overflow: clip;
}
@media screen and (min-width: 601px) {
  .c_pagetop__ico {
    width: 24px;
  }
}
@media screen and (max-width: 600px) {
  .c_pagetop__ico {
    width: 18px;
  }
}

.c_pagetop__arrow {
  display: block;
  height: auto;
}
@media screen and (min-width: 601px) {
  .c_pagetop__arrow {
    width: 10px;
  }
}
@media screen and (max-width: 600px) {
  .c_pagetop__arrow {
    width: 8px;
  }
}

.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 15000ms infinite;
          animation: image_sldier linear 15000ms infinite;
}

.c_image__slide {
  display: block;
  background-color: #ddd;
  height: auto;
  overflow: clip;
}
.c_image__slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c_image__slide1 {
  aspect-ratio: 414/476;
}
@media screen and (min-width: 501px) {
  .c_image__slide1 {
    width: 25.875vw;
  }
}
@media screen and (max-width: 500px) {
  .c_image__slide1 {
    width: 42.6666666667vw;
  }
}

.c_image__slide2 {
  aspect-ratio: 239/476;
}
@media screen and (min-width: 501px) {
  .c_image__slide2 {
    width: 14.9375vw;
  }
}
@media screen and (max-width: 500px) {
  .c_image__slide2 {
    width: 24.5333333333vw;
  }
}

.c_image__slide3 {
  aspect-ratio: 320/476;
}
@media screen and (min-width: 501px) {
  .c_image__slide3 {
    width: 20vw;
  }
}
@media screen and (max-width: 500px) {
  .c_image__slide3 {
    width: 32.8vw;
  }
}

.c_image__slide4 {
  aspect-ratio: 281/476;
}
@media screen and (min-width: 501px) {
  .c_image__slide4 {
    width: 17.5625vw;
  }
}
@media screen and (max-width: 500px) {
  .c_image__slide4 {
    width: 28.8vw;
  }
}

.c_image__slide5 {
  aspect-ratio: 346/476;
}
@media screen and (min-width: 501px) {
  .c_image__slide5 {
    width: 21.625vw;
  }
}
@media screen and (max-width: 500px) {
  .c_image__slide5 {
    width: 32.8vw;
  }
}

.c_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: clamp(40px, 3.5vw, 56px);
  -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.875rem, 1.8vw, 1.125rem);
  gap: 24px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media screen and (min-width: 1001px) {
  .c_btn__start {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .c_btn__end {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.c_btn__link {
  display: block;
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: inherit;
  padding-top: clamp(27px, 1.875vw, 30px);
  padding-bottom: clamp(27px, 1.875vw, 30px);
  text-align: center;
  color: inherit;
  background-color: #fff;
  border: 1px solid #17131C;
  border-radius: 50px;
  overflow: clip;
  letter-spacing: 0.05em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 501px) {
  .c_btn__link {
    max-width: 315px;
  }
}
@media screen and (max-width: 500px) {
  .c_btn__link {
    max-width: 270px;
  }
}
.c_btn__link.c_btn__hide {
  border-color: #fff;
  background-color: transparent;
}
@media (hover: hover) {
  .c_btn__link:hover {
    opacity: 1;
    color: #fff;
    background-color: #171C61;
    border-color: #fff;
  }
}
@media (hover: none) {
  .c_btn__link {
    -webkit-transition: all 0s;
    transition: all 0s;
  }
  .c_btn__link:active {
    opacity: 1;
    color: #fff;
    background-color: #171C61;
    border-color: #fff;
  }
}

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

.c_btn__large {
  max-width: 400px;
}

.c_button {
  display: block;
  margin-top: clamp(60px, 4.5vw, 72px);
}

.c_button__link {
  display: block;
  text-align: center;
  font-size: clamp(1.25rem, 3.2vw, 2rem);
  font-family: "Zen Antique Soft", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.05em;
  text-indent: -0.05em;
  color: #171C61;
  border: 1px solid #171C61;
  background-color: #fff;
  line-height: 1;
  padding-top: 1.9375em;
  padding-bottom: 1.9375em;
}
@media (hover: hover) {
  .c_button__link:hover {
    opacity: 1;
    color: #fff;
    background-color: #171C61;
  }
}
@media (hover: none) {
  .c_button__link {
    -webkit-transition: all 0s;
    transition: all 0s;
  }
  .c_button__link:active {
    opacity: 1;
    color: #fff;
    background-color: #171C61;
  }
}

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

.c_wp__label {
  font-size: inherit;
  line-height: 2;
  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 {
  text-align: center;
  margin-bottom: clamp(40px, 6.5vw, 104px);
}
@media screen and (min-width: 1001px) {
  .c_pagelist ul {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-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 0;
  }
}
@media screen and (min-width: 1001px) {
  .c_pagelist li {
    padding-left: 2.5em;
    padding-right: 2.5em;
  }
  .c_pagelist li + li {
    border-left: 1px solid rgba(23, 28, 97, 0.3);
  }
}
@media screen and (max-width: 1000px) {
  .c_pagelist li + li {
    border-top: 1px solid rgba(23, 28, 97, 0.3);
  }
}
.c_pagelist a {
  position: relative;
  display: block;
  font-size: inherit;
  text-align: center;
  font-size: clamp(1rem, 1.8vw, 1.125rem);
  font-weight: 400;
}
@media screen and (min-width: 1001px) {
  .c_pagelist a {
    line-height: 20px;
  }
}
@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 a::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #171C61;
  scale: 0 1;
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: inherit;
  transition: inherit;
}
.c_pagelist a:hover, .c_pagelist a[aria-current] {
  font-weight: 700;
  opacity: 1;
  color: #171C61;
}

.c_pagelist__nav {
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  border: 1px solid #171C61;
  background-color: #F3F7F9;
  padding-left: clamp(16px, 3.5vw, 56px);
  padding-right: clamp(16px, 3.5vw, 56px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 1001px) {
  .c_pagelist__nav {
    display: inline-block;
    border-radius: 50px;
    overflow: clip;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
  }
}
@media screen and (max-width: 1000px) {
  .c_pagelist__nav {
    display: block;
    border-radius: 16px;
    overflow: clip;
    padding-top: 0.625em;
    padding-bottom: 0.625em;
  }
}

.c_pagenavi .wp-pagenavi {
  margin-top: clamp(40px, 3.5vw, 56px);
  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;
  font-size: clamp(0.75rem, 1.6vw, 1rem);
}
@media screen and (min-width: 1001px) {
  .c_pagenavi .wp-pagenavi {
    gap: 24px;
  }
}
@media screen and (max-width: 1000px) {
  .c_pagenavi .wp-pagenavi {
    gap: 8px;
  }
}
.c_pagenavi span,
.c_pagenavi a {
  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;
  font-family: "Zen Antique Soft", serif;
  font-weight: 400;
  font-style: normal;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  border: none !important;
  padding: 0 6px 8px !important;
  margin: 0 !important;
  height: auto;
  font-size: inherit;
  line-height: 1;
  position: relative;
  border-bottom: 1px solid #ccc;
}
.c_pagenavi span::before,
.c_pagenavi a::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  scale: 0 1;
  background-color: #171C61;
  -webkit-transition: inherit;
  transition: inherit;
  -webkit-transform-origin: left;
          transform-origin: left;
}
.c_pagenavi span:hover,
.c_pagenavi a:hover {
  opacity: 1;
}
.c_pagenavi span:hover::before,
.c_pagenavi a:hover::before {
  scale: 1 1;
}
.c_pagenavi span.current, .c_pagenavi span:hover,
.c_pagenavi a.current,
.c_pagenavi a:hover {
  color: #171C61;
  font-weight: inherit !important;
  opacity: 1;
}
.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;
  gap: 16px;
  border-top: 1px solid #ddd;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  padding-top: clamp(32px, 2.5vw, 40px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: clamp(40px, 5vw, 80px);
}

.c_single__nav___move {
  max-width: 60px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.c_single__nav___move a {
  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;
}

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

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

.mwform-checkbox-field-text {
  position: relative;
  padding-left: 40px;
  margin-right: 20px;
  cursor: pointer;
}
@media screen and (min-width: 1001px) {
  .mwform-checkbox-field-text {
    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 #ccc;
}

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

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

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

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

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

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

.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;
  font-weight: 700;
}
.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(32px, 3vw, 48px);
}
.form-btns a,
.form-btns [type=submit] {
  display: block;
  max-width: 315px;
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: clamp(27px, 1.875vw, 30px);
  padding-bottom: clamp(27px, 1.875vw, 30px);
  text-align: center;
  color: inherit;
  background-color: #fff;
  border: 1px solid #17131C;
  font-size: clamp(0.9375rem, 1.8vw, 1.125rem);
  font-family: "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 500;
  border-radius: 50px;
  overflow: clip;
  letter-spacing: 0.05em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -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: #171C61;
  border-color: #171C61;
}

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

/* ↓以下の階層に固定ページ等のscssが格納されています。 */
.p_front + .c_footer {
  margin-top: 0;
}

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

.p_front__label {
  line-height: 1.5;
}
.p_front__label::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * (0.5em - 1px));
}
.p_front__label::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
}
@media screen and (min-width: 1001px) and (min-width: 1201px) {
  .p_front__label {
    font-size: 48px;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .p_front__label {
    font-size: 32px;
  }
}
@media screen and (max-width: 1000px) {
  .p_front__label {
    text-align: center;
    font-size: 22px;
  }
}

.p_front__head {
  position: absolute;
  left: 0;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 0%, 0 0%);
          clip-path: polygon(0 0, 100% 0, 100% 0%, 0 0%);
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .p_front__head {
    -webkit-transition-duration: 1000ms;
            transition-duration: 1000ms;
  }
}
@media screen and (max-width: 1000px) {
  .p_front__head {
    -webkit-transition-duration: 1000ms;
            transition-duration: 1000ms;
  }
}
.p_front__head.--show {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
@media screen and (min-width: 1301px) {
  .p_front__head {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 1300px) {
  .p_front__head {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media screen and (min-width: 501px) {
  .p_front__head {
    top: 70px;
  }
}
@media screen and (max-width: 500px) {
  .p_front__head {
    top: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.p_front__head::before {
  display: block;
  content: "";
  aspect-ratio: 1/1;
  border-radius: 16px;
  overflow: clip;
  background: -webkit-linear-gradient(39.31deg, #FDC6ED 39.09%, #F698D1 112.85%);
  background: linear-gradient(50.69deg, #FDC6ED 39.09%, #F698D1 112.85%);
}
@media screen and (min-width: 501px) {
  .p_front__head::before {
    width: 16px;
  }
}
@media screen and (max-width: 500px) {
  .p_front__head::before {
    width: 12px;
  }
}

.p_front__head___caption,
.p_front__head___label {
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
}

.p_front__head___caption {
  line-height: 1;
  font-family: "Zen Antique Soft", serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(1rem, 2vw, 1.25rem);
  letter-spacing: 0.06em;
}
.p_front__head___caption::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1) * (0.5em - 1px));
}
.p_front__head___caption::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1) * 0.5em);
}

.p_front__head___label {
  font-size: clamp(0.6875rem, 1.3vw, 0.8125rem);
}

.p_front__head___line {
  display: block;
  width: 1px;
  height: 24px;
  border: none;
  background-color: #17131C;
}
.p_front__head___line.p_main__strength___line {
  background-color: #fff;
}

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

.p_main__logo {
  position: absolute;
  bottom: -15.625vw;
  left: 0;
  max-width: 533px;
  width: 33.3125vw;
  min-width: 190px;
  aspect-ratio: 533/509;
  z-index: -1;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media screen and (max-width: 500px) {
  .p_main__logo {
    display: none;
  }
}

.p_main__image1 {
  position: absolute;
}
@media screen and (min-width: 1001px) {
  .p_main__image1 {
    top: 8.4375vw;
    right: 8vw;
    aspect-ratio: 578/385;
    max-width: 578px;
    width: 36.125vw;
  }
}
@media screen and (max-width: 1000px) {
  .p_main__image1 {
    top: 50px;
    right: 8.2666666667vw;
    aspect-ratio: 218/145;
    max-width: 218px;
    width: 100%;
  }
}
.p_main__image1 .image {
  translate: 0 -100%;
}

.p_main__image2 {
  position: absolute;
  top: 81px;
  left: 5.5vw;
  max-width: 224px;
  width: 14vw;
  aspect-ratio: 224/216;
}
@media screen and (max-width: 1000px) {
  .p_main__image2 {
    display: none;
  }
}

.p_main__image3 {
  position: absolute;
  right: 0;
  width: 242px;
}
@media screen and (min-width: 1025px) {
  .p_main__image3 {
    top: 671px;
  }
}
@media screen and (max-width: 1024px) {
  .p_main__image3 {
    bottom: 0;
  }
}
@media screen and (max-width: 1000px) {
  .p_main__image3 {
    display: none;
  }
}

.p_main__bg {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: auto;
}
.p_main__bg img {
  display: block;
  width: 100%;
  min-height: 574px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}

.p_main__block {
  position: relative;
  padding-top: clamp(104px, 15.625vw, 250px);
  padding-bottom: clamp(40px, 4.0625vw, 65px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p_main__block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 1px);
  background-color: #09073C;
  z-index: -1;
}
@media screen and (max-width: 500px) {
  .p_main__block .container {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

.p_main__block___wrapper {
  position: relative;
  padding-top: clamp(32px, 3vw, 48px);
  padding-left: 32px;
  padding-right: 32px;
  padding-bottom: clamp(40px, 4.875vw, 78px);
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.p_main__block___head {
  display: block;
  font-family: "Zen Antique Soft", serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 24px;
}

.p_main__block___caption {
  letter-spacing: 0.03em;
  color: transparent;
  background: -webkit-gradient(linear, left bottom, left top, from(#B7B7B7), to(#564182));
  background: -webkit-linear-gradient(bottom, #B7B7B7 0%, #564182 100%);
  background: linear-gradient(360deg, #B7B7B7 0%, #564182 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
@media screen and (min-width: 1025px) {
  .p_main__block___caption {
    font-size: clamp(4rem, 8vw, 5rem);
  }
}
@media screen and (max-width: 1024px) {
  .p_main__block___caption {
    font-size: clamp(2.5rem, 6.4vw, 4rem);
  }
}

.p_main__block___text {
  font-size: clamp(0.9375rem, 1.8vw, 1.125rem);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1025px) {
  .p_main__block___text {
    line-height: 2.25;
    max-width: 670px;
  }
  .p_main__block___text::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 2.25) * (0.5em - 1px));
  }
  .p_main__block___text::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 2.25) * 0.5em);
  }
}
@media screen and (max-width: 1024px) {
  .p_main__block___text {
    line-height: 2;
    max-width: 710px;
  }
  .p_main__block___text::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 2) * (0.5em - 1px));
  }
  .p_main__block___text::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 2) * 0.5em);
  }
}
@media screen and (max-width: 1000px) {
  .p_main__block___text {
    max-width: 490px;
  }
}
@media screen and (min-width: 1001px) {
  .p_main__block___text {
    font-weight: 700;
  }
}
@media screen and (max-width: 1000px) {
  .p_main__block___text {
    font-weight: 500;
  }
}

.p_main__block___list {
  display: grid;
  grid-template-rows: repeat(1, 1fr);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: clamp(24px, 5.5989583333vw, 43px);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1001px) {
  .p_main__block___list {
    grid-template-columns: repeat(4, 1fr);
    gap: 0px;
  }
}
@media screen and (min-width: 1001px) and (min-width: 1025px) {
  .p_main__block___list {
    max-width: 912px;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1024px) {
  .p_main__block___list {
    max-width: 800px;
  }
}
@media screen and (max-width: 1000px) {
  .p_main__block___list {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }
}
@media screen and (max-width: 1000px) and (min-width: 501px) {
  .p_main__block___list {
    max-width: 400px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .p_main__block___list {
    max-width: 228px;
  }
}

.p_main__block___tab {
  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: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  gap: 20px;
}
@media screen and (min-width: 1001px) {
  .p_main__block___tab {
    padding-top: 8px;
    padding-bottom: 14px;
  }
}
@media screen and (min-width: 1001px) and (min-width: 1025px) {
  .p_main__block___tab + .p_main__block___tab {
    border-left: 1px solid #000;
  }
}

.p_main__block___ico {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1001px) {
  .p_main__block___ico {
    max-width: 60px;
  }
}
@media screen and (max-width: 1000px) {
  .p_main__block___ico {
    max-width: 53px;
  }
}

.p_main__block___title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: clamp(0.875rem, 1.6vw, 1rem);
  font-weight: 700;
  line-height: 1.5;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p_main__block___title::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * (0.5em - 1px));
}
.p_main__block___title::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
}
.p_main__block___title br {
  display: block;
}

/* 選ばれる理由 */
.p_main__strength {
  position: relative;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 1001px) {
  .p_main__strength {
    padding-top: 32px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 1000px) {
  .p_main__strength {
    padding-top: 24px;
    padding-bottom: 268px;
  }
}
.p_main__strength::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#09073C), to(#3B3B7E));
  background: -webkit-linear-gradient(top, #09073C 0%, #3B3B7E 100%);
  background: linear-gradient(180deg, #09073C 0%, #3B3B7E 100%);
  z-index: -1;
}
.p_main__strength .c_btn__link:hover {
  color: #171C61;
  background-color: #fff;
}

.p_main__strength___head {
  top: 7px;
}

.p_main__strength___image1 {
  position: absolute;
  z-index: 1;
}
@media screen and (min-width: 1001px) {
  .p_main__strength___image1 {
    bottom: -7.6875vw;
    left: 0;
    max-width: 434px;
    width: 27.125vw;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1024px) {
  .p_main__strength___image1 {
    bottom: -12.5vw;
  }
}
@media screen and (max-width: 1000px) {
  .p_main__strength___image1 {
    bottom: -16px;
    left: 0;
    max-width: 183px;
    width: 100%;
  }
}

.p_main__strength___image2 {
  position: absolute;
}
@media screen and (min-width: 1001px) {
  .p_main__strength___image2 {
    top: 55px;
    right: 0;
    max-width: 338px;
    width: 21.125vw;
    z-index: -1;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1024px) {
  .p_main__strength___image2 {
    top: 80px;
  }
}
@media screen and (max-width: 1000px) {
  .p_main__strength___image2 {
    bottom: 91px;
    right: 0;
    max-width: 122px;
    width: 100%;
    z-index: 1;
  }
}

.p_main__strength___image3 {
  position: absolute;
  z-index: 1;
}
@media screen and (min-width: 1001px) {
  .p_main__strength___image3 {
    bottom: -7.6875vw;
    right: 12.1875vw;
    max-width: 242px;
    width: 15.125vw;
  }
}
@media screen and (max-width: 1000px) {
  .p_main__strength___image3 {
    bottom: -40px;
    right: 19.4666666667vw;
    max-width: 87px;
    width: 23.2vw;
  }
}

.p_main__strength___catch {
  font-family: "Zen Antique Soft", serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: clamp(40px, 3vw, 48px);
}

.p_main__strength___text {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1001px) {
  .p_main__strength___text {
    line-height: 2.25;
  }
  .p_main__strength___text::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 2.25) * (0.5em - 1px));
  }
  .p_main__strength___text::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 2.25) * 0.5em);
  }
}
@media screen and (max-width: 1000px) {
  .p_main__strength___text {
    line-height: 2;
  }
  .p_main__strength___text::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 2) * (0.5em - 1px));
  }
  .p_main__strength___text::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 2) * 0.5em);
  }
}

/* ビジュアル */
.p_main__visual {
  position: relative;
}

.p_main__visual___head {
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  width: 100%;
  color: #fff;
  font-family: "Zen Antique Soft", serif;
  font-weight: 400;
  font-style: normal;
}

.p_main__visual___caption {
  display: block;
  font-size: clamp(1.25rem, 3.2vw, 2rem);
  line-height: 1.4375;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  margin-bottom: clamp(11px, 0.875vw, 14px);
}
.p_main__visual___caption::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4375) * (0.5em - 1px));
}
.p_main__visual___caption::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4375) * 0.5em);
}
@media screen and (min-width: 501px) {
  .p_main__visual___caption br {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .p_main__visual___caption br {
    display: block;
  }
}

.p_main__visual___label {
  font-size: clamp(1rem, 2.4vw, 1.5rem);
  line-height: 2;
  letter-spacing: 0.008em;
  text-indent: -0.008em;
  -webkit-transition-delay: 3000ms;
          transition-delay: 3000ms;
}
.p_main__visual___label::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * (0.5em - 1px));
}
.p_main__visual___label::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
}

.p_main__visual___image {
  display: block;
}
.p_main__visual___image .image {
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 277px;
}

/* 事業内容 */
.p_main__business {
  position: relative;
  padding-top: clamp(64px, 10vw, 160px);
  padding-bottom: clamp(64px, 10vw, 160px);
  background-color: #fff;
}

@media screen and (min-width: 1001px) {
  .p_main__business___side {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 104px;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .p_main__business___side {
    gap: 40px;
  }
}

.p_main__business___pic {
  display: block;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1001px) {
  .p_main__business___pic {
    width: 46.875%;
  }
}
@media screen and (max-width: 1000px) {
  .p_main__business___pic {
    width: 100%;
    margin-bottom: 40px;
  }
}

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

.p_main__business___catch {
  font-family: "Zen Antique Soft", serif;
  font-weight: 400;
  font-style: normal;
}

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

/* 施工実績 */
.p_main__works {
  position: relative;
  padding-top: clamp(64px, 10vw, 160px);
  padding-bottom: clamp(64px, 10vw, 160px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #E0DFE3;
  overflow-x: clip;
}
.p_main__works .c_btn__link:not(:hover) {
  background-color: transparent;
}

.p_main__works___logo {
  position: absolute;
  min-width: 160px;
}
@media screen and (min-width: 501px) {
  .p_main__works___logo {
    top: -7.25vw;
    left: 4.625vw;
    max-width: 440px;
    width: 27.5vw;
  }
}
@media screen and (max-width: 500px) {
  .p_main__works___logo {
    top: -8vw;
    left: 2.6666666667vw;
    max-width: 160px;
    width: 42.6666666667vw;
  }
}

.p_main__works___catch {
  font-family: "Zen Antique Soft", serif;
  font-weight: 400;
  font-style: normal;
}

.p_main__works___text {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1001px) {
  .p_main__works___text {
    line-height: 2.25;
  }
  .p_main__works___text::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 2.25) * (0.5em - 1px));
  }
  .p_main__works___text::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 2.25) * 0.5em);
  }
}
@media screen and (max-width: 1000px) {
  .p_main__works___text {
    line-height: 2;
  }
  .p_main__works___text::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 2) * (0.5em - 1px));
  }
  .p_main__works___text::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 2) * 0.5em);
  }
}

.p_main__works___images {
  margin-top: clamp(40px, 4.125vw, 66px);
  -webkit-animation-duration: 30000ms;
          animation-duration: 30000ms;
}

/* 採用情報 */
.p_main__recruit {
  position: relative;
  overflow: clip;
}

.p_main__recruit___visual {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}

.p_main__recruit___box {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
}
@media screen and (min-width: 1001px) {
  .p_main__recruit___box {
    padding-top: clamp(54px, 9.75vw, 156px);
    padding-bottom: clamp(66px, 12vw, 192px);
  }
}
@media screen and (max-width: 1000px) {
  .p_main__recruit___box {
    padding-top: 54px;
    padding-bottom: 66px;
  }
}

.p_main__recruit___headline {
  font-family: "Zen Antique Soft", serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(1rem, 4vw, 2.5rem);
}

.p_main__recruit___join {
  display: block;
  line-height: 1.4464285714em;
}
@media screen and (min-width: 1001px) and (min-width: 1201px) {
  .p_main__recruit___join {
    font-size: 112px;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .p_main__recruit___join {
    font-size: clamp(2.375rem, 5.6vw, 3.5rem);
  }
}
@media screen and (max-width: 1000px) {
  .p_main__recruit___join {
    font-size: 38px;
  }
}

.p_main__recruit___lead {
  font-size: inherit;
  margin-bottom: clamp(12px, 1.5vw, 24px);
}

.p_main__recruit___caption {
  display: block;
  font-size: clamp(1rem, 3.2vw, 2rem);
  line-height: 1.4375;
  letter-spacing: 0.03em;
  text-indent: -0.03em;
  text-transform: uppercase;
}
.p_main__recruit___caption::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4375) * (0.5em - 1px));
}
.p_main__recruit___caption::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4375) * 0.5em);
}
@media screen and (min-width: 1001px) {
  .p_main__recruit___caption br {
    display: none;
  }
}

.p_main__recruit___block {
  position: relative;
  padding-top: clamp(74px, 7.5vw, 120px);
  padding-bottom: clamp(64px, 10vw, 160px);
  color: #fff;
}
.p_main__recruit___block::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top right;
  background-color: #080d44;
  z-index: -1;
}
@media screen and (min-width: 501px) {
  .p_main__recruit___block::before {
    background-image: url("../images/common/img_filter.webp");
  }
}
@media screen and (max-width: 500px) {
  .p_main__recruit___block::before {
    background-image: url("../images/common/img_filter-sp.webp");
  }
}
.p_main__recruit___block .c_button__link {
  border: 1px solid #fff;
}
.p_main__recruit___block .c_button__link:not(:hover) {
  color: #fff;
  background-color: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p_main__recruit___block .c_button__link:hover {
  color: #171C61;
  background-color: #fff;
}

.p_main__recruit___line {
  background-color: #fff;
}

.p_main__recruit___catch {
  font-family: "Zen Antique Soft", serif;
  font-weight: 400;
  font-style: normal;
}

@media screen and (min-width: 1001px) {
  .p_main__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: 104px;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .p_main__recruit___side {
    gap: 40px;
  }
}

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

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

.p_main__recruit___nav {
  display: block;
}
@media screen and (min-width: 1001px) {
  .p_main__recruit___nav {
    width: 41.6666666667%;
  }
}
@media screen and (max-width: 1000px) {
  .p_main__recruit___nav {
    margin-top: 46px;
  }
}

.p_main__recruit___link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding-top: clamp(30px, 2.5vw, 40px);
  padding-left: clamp(0px, 0.375vw, 6px);
  padding-right: clamp(5px, 1.25vw, 20px);
  padding-bottom: clamp(30px, 2.5vw, 40px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p_main__recruit___link::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  scale: 0 1;
  background-color: #fff;
  -webkit-transition: inherit;
  transition: inherit;
  -webkit-transform-origin: left;
          transform-origin: left;
}
.p_main__recruit___link:hover {
  opacity: 1;
}
.p_main__recruit___link:hover::before {
  scale: 1 1;
}

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

.p_main__recruit___ico {
  position: relative;
  aspect-ratio: 21/14;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 501px) {
  .p_main__recruit___ico {
    max-width: 21px;
  }
}
@media screen and (max-width: 500px) {
  .p_main__recruit___ico {
    max-width: 16px;
  }
}

.p_main__recruit___arrow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .p_main__recruit___arrow {
    -webkit-transition-duration: 0ms;
            transition-duration: 0ms;
  }
}
@media screen and (max-width: 1000px) {
  .p_main__recruit___arrow {
    -webkit-transition-duration: 0ms;
            transition-duration: 0ms;
  }
}
.p_main__recruit___link:hover .p_main__recruit___arrow {
  opacity: 1;
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .p_main__recruit___link:hover .p_main__recruit___arrow {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .p_main__recruit___link:hover .p_main__recruit___arrow {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}

.p_main__recruit___image {
  translate: -100% 0;
  opacity: 0;
}
.p_main__recruit___link:hover .p_main__recruit___image {
  translate: 0 0;
  opacity: 1;
}

.p_main__recruit___dummy {
  translate: 0% 0;
  opacity: 1;
}
.p_main__recruit___link:hover .p_main__recruit___dummy {
  translate: 100% 0;
  opacity: 0;
}

/* 会社案内 */
.p_main__company {
  position: relative;
  padding-top: clamp(64px, 10vw, 160px);
  padding-bottom: clamp(112px, 10vw, 160px);
  background-color: #fff;
}

@media screen and (min-width: 1001px) {
  .p_main__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;
    gap: 104px;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .p_main__company___side {
    gap: 40px;
  }
}

.p_main__company___pic {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1001px) {
  .p_main__company___pic {
    width: 46.875%;
  }
}
@media screen and (max-width: 1000px) {
  .p_main__company___pic {
    width: 100%;
    margin-bottom: 40px;
  }
}

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

.p_main__company___catch {
  font-family: "Zen Antique Soft", serif;
  font-weight: 400;
  font-style: normal;
}

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

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

.p_main__company___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;
  width: 100%;
  align-items: center;
  padding-top: clamp(30px, 2.5vw, 40px);
  padding-left: clamp(0px, 0.375vw, 6px);
  padding-right: clamp(5px, 1.25vw, 20px);
  padding-bottom: clamp(30px, 2.5vw, 40px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  border-bottom: 1px solid #D9D9D9;
}
.p_main__company___link::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  scale: 0 1;
  background-color: #171C61;
  -webkit-transition: inherit;
  transition: inherit;
  -webkit-transform-origin: left;
          transform-origin: left;
}
.p_main__company___link:hover {
  opacity: 1;
}
.p_main__company___link:hover::before {
  scale: 1 1;
}
.p_main__company___link:hover {
  opacity: 1;
}
.p_main__company___link:hover::before {
  scale: 1 1;
}

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

.p_main__company___ico {
  position: relative;
  aspect-ratio: 21/14;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 501px) {
  .p_main__company___ico {
    max-width: 21px;
  }
}
@media screen and (max-width: 500px) {
  .p_main__company___ico {
    max-width: 16px;
  }
}

.p_main__company___arrow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .p_main__company___arrow {
    -webkit-transition-duration: 0ms;
            transition-duration: 0ms;
  }
}
@media screen and (max-width: 1000px) {
  .p_main__company___arrow {
    -webkit-transition-duration: 0ms;
            transition-duration: 0ms;
  }
}
.p_main__company___link:hover .p_main__company___arrow {
  opacity: 1;
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .p_main__company___link:hover .p_main__company___arrow {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .p_main__company___link:hover .p_main__company___arrow {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}

.p_main__company___image {
  translate: -100% 0;
  opacity: 0;
}
.p_main__company___link:hover .p_main__company___image {
  translate: 0 0;
  opacity: 1;
}

.p_main__company___dummy {
  translate: 0% 0;
  opacity: 1;
}
.p_main__company___link:hover .p_main__company___dummy {
  translate: 100% 0;
  opacity: 0;
}

/* お知らせ */
.p_main__news {
  position: relative;
  display: block;
  background-color: #F1F1F4;
  padding-bottom: clamp(64px, 10vw, 160px);
}
@media screen and (min-width: 1001px) {
  .p_main__news {
    padding-top: 102px;
  }
}
@media screen and (max-width: 1000px) {
  .p_main__news {
    padding-top: 151px;
  }
}
.p_main__news .c_btn__link:not(:hover) {
  background-color: transparent;
}

.p_main__news___media {
  position: absolute;
  aspect-ratio: 1/1;
  max-width: 313px;
  width: 19.5625vw;
  min-width: 175px;
}
@media screen and (min-width: 501px) {
  .p_main__news___media {
    top: -80px;
    right: 12.4375vw;
  }
}
@media screen and (max-width: 500px) {
  .p_main__news___media {
    top: -56px;
    right: 53px;
  }
}

.p_main__news___caption {
  display: block;
  text-transform: uppercase;
  font-family: "Zen Antique Soft", serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.45;
  letter-spacing: 0.03em;
  color: transparent;
  background: -webkit-gradient(linear, left bottom, left top, from(#B7B7B7), to(#564182));
  background: -webkit-linear-gradient(bottom, #B7B7B7 0%, #564182 100%);
  background: linear-gradient(360deg, #B7B7B7 0%, #564182 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-bottom: clamp(32px, 5.9375vw, 95px);
}
.p_main__news___caption::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.45) * (0.5em - 1px));
}
.p_main__news___caption::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.45) * 0.5em);
}
@media screen and (min-width: 1025px) {
  .p_main__news___caption {
    font-size: clamp(4rem, 8vw, 5rem);
  }
}
@media screen and (max-width: 1024px) {
  .p_main__news___caption {
    font-size: clamp(2.5rem, 6.4vw, 4rem);
  }
}

.p_main__news___wrapper {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.p_main__news___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;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  padding-bottom: clamp(24px, 2vw, 32px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  border-bottom: 1px solid #ccc;
}
.p_main__news___link::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  scale: 0 1;
  background-color: #171C61;
  -webkit-transition: inherit;
  transition: inherit;
  -webkit-transform-origin: left;
          transform-origin: left;
}
.p_main__news___link:hover {
  opacity: 1;
}
.p_main__news___link:hover::before {
  scale: 1 1;
}
@media screen and (min-width: 501px) {
  .p_main__news___link {
    gap: 48px;
    padding-right: clamp(10px, 1.6875vw, 27px);
  }
}
@media screen and (max-width: 500px) {
  .p_main__news___link {
    gap: 16px;
  }
}
.p_main__news___list + .p_main__news___list .p_main__news___link {
  padding-top: clamp(24px, 2vw, 32px);
}

.p_main__news___item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (min-width: 1001px) {
  .p_main__news___item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 32px;
  }
}

.p_main__news___time {
  font-size: clamp(0.8125rem, 1.4vw, 0.875rem);
  font-family: "Zen Antique Soft", serif;
  font-weight: 400;
  font-style: normal;
  color: #171C61;
}
@media screen and (max-width: 500px) {
  .p_main__news___time {
    margin-bottom: 1em;
  }
}

.p_main__news___label {
  font-size: 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_main__news___label {
    -webkit-line-clamp: 2;
  }
}
@media screen and (max-width: 500px) {
  .p_main__news___label {
    -webkit-line-clamp: 2;
  }
}

.p_main__news___ico {
  position: relative;
  aspect-ratio: 21/14;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 501px) {
  .p_main__news___ico {
    max-width: 21px;
  }
}
@media screen and (max-width: 500px) {
  .p_main__news___ico {
    max-width: 16px;
  }
}

.p_main__news___arrow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .p_main__news___arrow {
    -webkit-transition-duration: 0ms;
            transition-duration: 0ms;
  }
}
@media screen and (max-width: 1000px) {
  .p_main__news___arrow {
    -webkit-transition-duration: 0ms;
            transition-duration: 0ms;
  }
}
.p_main__news___link:hover .p_main__news___arrow {
  opacity: 1;
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .p_main__news___link:hover .p_main__news___arrow {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .p_main__news___link:hover .p_main__news___arrow {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}

.p_main__news___image {
  translate: -100% 0;
  opacity: 0;
}
.p_main__news___link:hover .p_main__news___image {
  translate: 0 0;
  opacity: 1;
}

.p_main__news___dummy {
  translate: 0% 0;
  opacity: 1;
}
.p_main__news___link:hover .p_main__news___dummy {
  translate: 100% 0;
  opacity: 0;
}

.p_strength + .p_strength {
  margin-top: clamp(60px, 6.5vw, 104px);
}

.p_strength__block {
  counter-reset: num;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.p_strength__block .c_title {
  margin-bottom: clamp(20px, 2.5vw, 40px);
}

.p_strength__side {
  padding-top: clamp(32px, 3vw, 48px);
  padding-left: clamp(24px, 5.2083333333vw, 40px);
  padding-right: clamp(24px, 5.2083333333vw, 40px);
  padding-bottom: clamp(32px, 3vw, 48px);
  background-color: #F3F7F9;
}
.p_strength__side + .p_strength__side {
  margin-top: 24px;
}
@media screen and (min-width: 1001px) {
  .p_strength__side {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p_strength__ico {
  display: block;
  max-width: 150px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1000px) {
  .p_strength__ico {
    margin-bottom: 24px;
  }
}

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

.p_strength__head {
  font-size: clamp(1.25rem, 2.2vw, 1.375rem);
  font-weight: 700;
  color: #171C61;
  margin-bottom: 0.7272727273em;
}

.p_strength__label {
  font-size: inherit;
}
.p_strength__label::before {
  counter-increment: num;
  content: counter(num, decimal-leading-zero) "｜";
}

.p_strength__wrapper {
  margin-top: 48px;
}

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

.p_strength__card {
  position: relative;
  background-color: #F0F0F0;
}
@media screen and (max-width: 1000px) {
  .p_strength__card {
    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: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p_strength__caption {
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 18px;
  line-height: 1.1;
  color: #fff;
  font-weight: 700;
  gap: 0.3em;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #171C61;
  padding-top: clamp(10px, 0.75vw, 12px);
  padding-left: clamp(14px, 1vw, 16px);
  padding-right: clamp(14px, 1vw, 16px);
  padding-bottom: clamp(8px, 0.625vw, 10px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: clamp(20px, 1.5625vw, 25px);
}
.p_strength__caption::before {
  content: "●";
}

.p_strength__images {
  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: 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;
  gap: 0 32px;
  padding-left: clamp(24px, 3vw, 48px);
  padding-right: clamp(24px, 3vw, 48px);
  margin-bottom: clamp(20px, 1.5vw, 24px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.p_strength__media {
  max-width: 318px;
}

.p_strength__text {
  font-size: inherit;
}

.p_strength__data {
  display: block;
  padding-left: clamp(24px, 3vw, 48px);
  padding-right: clamp(24px, 3vw, 48px);
  padding-bottom: clamp(32px, 3vw, 48px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p_strength__data .c_list__dotted {
  font-weight: 700;
}

.p_strength__title {
  color: #171C61;
  font-size: clamp(1rem, 1.8vw, 1.125rem);
  font-weight: 700;
  margin-bottom: 8px;
}
.p_strength__title::before {
  content: "▼";
}

.p_voice__list {
  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-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  color: #fff;
}

.p_voice__tab {
  display: block;
}
.p_voice__tab::after {
  content: "";
  display: block;
  width: 18px;
  height: 16px;
  -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
          clip-path: polygon(100% 0, 0 0, 50% 100%);
  background-color: #171C61;
  margin-left: auto;
  margin-right: auto;
  translate: 0 -2px;
}

.p_voice__label {
  display: block;
  font-size: clamp(1rem, 1.8vw, 1.125rem);
  font-weight: 700;
  padding-top: 0.6666666667em;
  padding-left: 1.3333333333em;
  padding-right: 1.3333333333em;
  padding-bottom: 0.6666666667em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #171C61;
}

.p_voice__people {
  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: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  margin-top: clamp(24px, 2vw, 32px);
}
@media screen and (min-width: 1033px) {
  .p_voice__people {
    max-width: 1032px;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media screen and (max-width: 1032px) {
  .p_voice__people {
    max-width: 1032px;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media screen and (min-width: 501px) and (max-width: 1024px) {
  .p_voice__people {
    padding-left: 64px;
    padding-right: 64px;
  }
}

@media screen and (min-width: 1001px) {
  .p_shop {
    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: 72px;
  }
}

.p_shop__image {
  display: block;
  max-width: 572px;
  width: 47.6666666667vw;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1001px) {
  .p_shop__image {
    min-width: 400px;
  }
}
@media screen and (max-width: 1000px) {
  .p_shop__image {
    margin-bottom: 40px;
  }
}

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

.p_shop__head {
  position: relative;
  max-width: 956px;
  padding-left: 92px;
  margin-left: auto;
  margin-right: auto;
  margin-top: clamp(56px, 6vw, 96px);
}

.p_shop__ico {
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  max-width: 158px;
}

.p_shop__caption {
  display: inline-block;
  font-size: clamp(1.25rem, 2.4vw, 1.5rem);
  font-weight: 700;
  padding-top: 24px;
  padding-left: 89px;
  padding-right: 72px;
  padding-bottom: 22px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #F3F7F9;
  border-radius: 100px;
  overflow: clip;
}

.p_business__wrapper {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: clamp(40px, 4.5vw, 72px);
}

.p_works__nav {
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  border: 1px solid #171C61;
  background-color: #F3F7F9;
  padding-top: 1.5em;
  padding-left: 2.25em;
  padding-right: 2.25em;
  padding-bottom: 1.5em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: clamp(40px, 6.5vw, 104px);
}
@media screen and (min-width: 1001px) {
  .p_works__nav {
    display: inline-block;
    border-radius: 50px;
    overflow: clip;
  }
}
@media screen and (max-width: 1000px) {
  .p_works__nav {
    display: block;
    border-radius: 16px;
    overflow: clip;
  }
}

.p_works__list {
  text-align: center;
}
@media screen and (min-width: 1001px) {
  .p_works__list {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-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 0;
  }
}

@media screen and (min-width: 1001px) {
  .p_works__tab {
    padding-left: 1.3125em;
    padding-right: 1.3125em;
  }
  .p_works__tab + .p_works__tab {
    border-left: 1px solid rgba(23, 28, 97, 0.3);
  }
}
@media screen and (max-width: 1000px) {
  .p_works__tab + .p_works__tab {
    border-top: 1px solid rgba(23, 28, 97, 0.3);
  }
}

.p_works__link {
  position: relative;
  display: block;
  font-size: inherit;
  text-align: center;
  font-weight: 400;
}
@media screen and (min-width: 1001px) {
  .p_works__link {
    line-height: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .p_works__link {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.p_works__link:hover, .p_works__link[current] {
  font-weight: 700;
  opacity: 1;
  color: #171C61;
}

.p_works__cards {
  display: grid;
  grid-template-rows: repeat(1, 1fr);
}
@media screen and (min-width: 501px) and (min-width: 1001px) {
  .p_works__cards {
    grid-template-columns: repeat(3, 1fr);
    gap: 72px 48px;
  }
}
@media screen and (min-width: 501px) and (max-width: 1000px) {
  .p_works__cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }
}
@media screen and (max-width: 500px) {
  .p_works__cards {
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
  }
}

.p_works__card {
  display: block;
  overflow: clip;
}
.p_works__card img {
  display: block;
  scale: 1;
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .p_works__card img {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .p_works__card img {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media (hover: hover) {
  .p_works__card:hover {
    opacity: 1;
  }
  .p_works__card:hover img {
    scale: 1.1;
  }
}
@media (hover: none) {
  .p_works__card {
    -webkit-transition: all 0s;
    transition: all 0s;
  }
  .p_works__card:active {
    opacity: 1;
  }
  .p_works__card:active img {
    scale: 1.1;
  }
}

.p_works__card___pic {
  display: block;
  aspect-ratio: 368/274;
  overflow: clip;
  background-color: #e2e2e2;
  margin-bottom: clamp(16px, 1.25vw, 20px);
}
.p_works__card___pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p_works__card___head {
  font-weight: 700;
}

.p_works__card___tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 12px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: clamp(10px, 0.75vw, 12px);
}

.p_works__card___cat {
  font-size: clamp(0.75rem, 1.3vw, 0.8125rem);
  color: #fff;
  background-color: #171C61;
  border-radius: 50px;
  overflow: clip;
  line-height: 1.6153846154em;
  padding-top: 3px;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 3px;
}

.p_works__card___caption {
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  color: #171C61;
}

.p_works__card___label {
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  line-height: 1.75;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
.p_works__card___label::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.75) * (0.5em - 1px));
}
.p_works__card___label::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.75) * 0.5em);
}
@media screen and (min-width: 501px) {
  .p_works__card___label {
    -webkit-line-clamp: 2;
  }
}
@media screen and (max-width: 500px) {
  .p_works__card___label {
    -webkit-line-clamp: 2;
  }
}

.p_works__card___reform {
  margin-top: clamp(10px, 1.25vw, 20px);
  padding-top: clamp(10px, 1vw, 16px);
  padding-left: clamp(10px, 1vw, 16px);
  padding-right: clamp(10px, 1vw, 16px);
  padding-bottom: clamp(10px, 1vw, 16px);
  background-color: #F3F7F9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
}

.p_works__card___title {
  display: block;
  font-size: clamp(0.75rem, 1.3vw, 0.8125rem);
  margin-bottom: 0.6153846154em;
}

.p_works__card___list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 8px;
}

.p_works__card___tab {
  display: block;
  font-size: clamp(0.75rem, 1.3vw, 0.8125rem);
  font-weight: 700;
  border-radius: 50px;
  overflow: clip;
  padding-top: 0.3076923077em;
  padding-left: 1.2307692308em;
  padding-right: 1.2307692308em;
  padding-bottom: 0.1538461538em;
  color: #171C61;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.p_works__single___head {
  font-weight: 700;
  padding-bottom: clamp(16px, 1.25vw, 20px);
  border-bottom: 1px solid #D9D9D9;
  margin-bottom: clamp(40px, 3vw, 48px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.p_works__single___tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 12px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: clamp(10px, 1vw, 16px);
}

.p_works__single___cat {
  font-size: clamp(0.75rem, 1.3vw, 0.8125rem);
  color: #fff;
  background-color: #171C61;
  border-radius: 50px;
  overflow: clip;
  line-height: 1.6153846154em;
  padding-top: 3px;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 3px;
}

.p_works__single___caption {
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  color: #171C61;
}

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

.p_works__single___wrapper {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 701px) {
  .p_works__single___wrapper {
    max-width: 700px;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media screen and (max-width: 700px) {
  .p_works__single___wrapper {
    max-width: 700px;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media screen and (min-width: 501px) and (max-width: 1024px) {
  .p_works__single___wrapper {
    padding-left: 64px;
    padding-right: 64px;
  }
}

.p_works__slider .slick-list {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.p_works__slider___media {
  display: block;
  aspect-ratio: 700/522;
  width: 100%;
  height: auto;
  overflow: clip;
}
.p_works__slider___media img {
  max-width: 100%;
  max-height: 70dvh;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p_works__slider___image {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  aspect-ratio: 223/167;
  width: 100%;
  height: auto;
  overflow: clip;
  margin-left: 8px;
  margin-right: 8px;
}
.p_works__slider___image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p_works__slider___main .slick-arrow {
  position: absolute;
  display: block;
  aspect-ratio: 1/1;
  height: auto;
  top: 55%;
  border-radius: 50px;
  overflow: clip;
  background-color: #171C61 !important;
  z-index: 10;
  -webkit-transform-origin: top;
          transform-origin: top;
}
@media screen and (min-width: 501px) {
  .p_works__slider___main .slick-arrow {
    width: 43px;
  }
}
@media screen and (max-width: 500px) {
  .p_works__slider___main .slick-arrow {
    width: 30px;
  }
}
.p_works__slider___main .slick-arrow::before {
  display: none;
}
.p_works__slider___main .slick-arrow::after {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  content: "";
  display: block;
  width: 8px;
  height: 15px;
  background-image: url("../images/common/ico-arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.p_works__slider___main .slick-prev {
  left: 0;
  translate: -50% -50%;
  rotate: 180deg;
}
.p_works__slider___main .slick-next {
  right: 0;
  translate: 50% -50%;
}

.p_works__slider___sub {
  margin-top: clamp(24px, 2vw, 32px);
  margin-left: -8px;
  margin-right: -8px;
}

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

.p_works__single___cards {
  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;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
}
@media screen and (min-width: 1001px) {
  .p_works__single___cards {
    gap: 16px;
  }
}
@media screen and (max-width: 1000px) {
  .p_works__single___cards {
    gap: 8px;
  }
}
.p_works__single___cards + .p_works__single___cards {
  margin-top: 32px;
}

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

.p_works__single___icon {
  display: block;
  height: auto;
  margin-top: -1em;
}
@media screen and (min-width: 1001px) {
  .p_works__single___icon {
    width: 32px;
  }
}
@media screen and (max-width: 1000px) {
  .p_works__single___icon {
    width: 16px;
  }
}
.p_works__single___icon img {
  margin-left: auto;
  margin-right: auto;
}

.p_works__single___text {
  display: block;
  font-size: inherit;
  font-weight: 700;
  margin-top: 1em;
}

.p_works__single___reform,
.p_works__single___info,
.p_works__single___block {
  margin-top: clamp(60px, 4.5vw, 72px);
}

.p_works__single___inner {
  padding-top: clamp(20px, 1.5vw, 24px);
  padding-left: clamp(16px, 1.5vw, 24px);
  padding-right: clamp(16px, 1.5vw, 24px);
  padding-bottom: clamp(20px, 1.5vw, 24px);
  background-color: #F3F7F9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.p_works__single___th,
.p_works__single___td {
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  vertical-align: middle;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.75em;
}
@media screen and (min-width: 1001px) {
  .p_works__single___th,
  .p_works__single___td {
    border: 2px solid #fff;
  }
}
@media screen and (max-width: 1000px) {
  .p_works__single___th,
  .p_works__single___td {
    border: none;
    padding-top: 0.8em;
    padding-left: 0.6666666667em;
    padding-right: 0.6666666667em;
    padding-bottom: 0.8em;
  }
}
.p_works__single___th li,
.p_works__single___td li {
  line-height: inherit;
}

.p_works__single___th {
  color: #fff;
  background-color: #171C61;
}
@media screen and (min-width: 1001px) {
  .p_works__single___th {
    width: 148px;
    text-align: center;
    padding-top: 1em;
    padding-left: 1em;
    padding-right: 1em;
    padding-bottom: 1em;
  }
}

.p_works__single___td {
  background-color: #F0F0F0;
}
@media screen and (min-width: 1001px) {
  .p_works__single___td {
    padding-top: 1em;
    padding-left: 1.5em;
    padding-right: 1.5em;
    padding-bottom: 1em;
  }
}

.p_works__single___picture {
  display: block;
  max-width: 100%;
}
.p_works__single___picture + .p_works__single___comment {
  margin-top: clamp(32px, 2.5vw, 40px);
}

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

.p_works__single___pic {
  display: block;
  aspect-ratio: 323/241;
  width: 100%;
  height: auto;
  background-color: #e2e2e2;
}
.p_works__single___pic img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

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

.p_works__btn {
  margin-top: clamp(60px, 5vw, 80px);
  padding-top: clamp(40px, 3vw, 48px);
  border-top: 1px solid #D9D9D9;
}

.p_environment + .p_environment {
  margin-top: clamp(80px, 6vw, 96px);
}
.p_environment .c_title {
  margin-top: clamp(24px, 2.5vw, 40px);
}

.p_environment__columns {
  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: 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;
  margin-top: clamp(40px, 3vw, 48px);
}
@media screen and (min-width: 1001px) {
  .p_environment__columns {
    gap: 40px 72px;
  }
}
@media screen and (max-width: 1000px) {
  .p_environment__columns {
    gap: 32px 24px;
  }
}

.p_environment__column {
  display: block;
  max-width: 100%;
  width: 253px;
}

.p_environment__ico {
  display: block;
  max-width: 150px;
  margin-left: auto;
  margin-right: auto;
}

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

.p_environment__side {
  margin-top: clamp(60px, 6.5vw, 104px);
  padding-top: clamp(32px, 3.375vw, 54px);
  padding-left: clamp(24px, 7.03125vw, 54px);
  padding-right: clamp(24px, 7.03125vw, 54px);
  padding-bottom: clamp(32px, 3.375vw, 54px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #F3F7F9;
}
@media screen and (min-width: 1001px) {
  .p_environment__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: 60px;
  }
}

.p_environment__pic {
  display: block;
  max-width: 373px;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

.p_environment__cards {
  display: grid;
  grid-template-rows: repeat(1, 1fr);
}
@media screen and (min-width: 501px) {
  .p_environment__cards {
    gap: 32px;
  }
}
@media screen and (min-width: 501px) and (min-width: 1001px) {
  .p_environment__cards {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 501px) and (max-width: 1000px) {
  .p_environment__cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 500px) {
  .p_environment__cards {
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
  }
}

.p_environment__card {
  padding-top: clamp(32px, 2.5vw, 40px);
  padding-left: clamp(24px, 2vw, 32px);
  padding-right: clamp(24px, 2vw, 32px);
  padding-bottom: clamp(32px, 2.5vw, 40px);
  border-radius: 0px;
  overflow: clip;
  background-color: #F3F7F9;
}

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

.p_environment__title {
  color: #171C61;
  font-weight: 700;
  font-size: clamp(1.25rem, 2.2vw, 1.375rem);
  margin-bottom: 8px;
}

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

@media screen and (max-width: 1000px) {
  .p_environment__break {
    display: none;
  }
}
.p_interview {
  counter-reset: num;
}

.p_interview__block {
  padding-bottom: clamp(60px, 6vw, 96px);
  border-bottom: 1px solid #ddd;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p_interview__block + .p_interview__block {
  padding-top: clamp(60px, 6vw, 96px);
}

.p_interview__side {
  margin-bottom: clamp(40px, 4.5vw, 72px);
}
@media screen and (min-width: 1001px) {
  .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: 72px;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1024px) {
  .p_interview__side {
    gap: 40px;
  }
}

.p_interview__pic {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1001px) {
  .p_interview__pic {
    max-width: 668px;
    width: 55.6666666667%;
    min-width: 500px;
  }
}
@media screen and (max-width: 1000px) {
  .p_interview__pic {
    max-width: 500px;
    width: 100%;
  }
}

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

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

.p_interview__unit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 7px;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  font-family: "Zen Antique Soft", serif;
  font-weight: 400;
  font-style: normal;
  color: #171C61;
  margin-bottom: clamp(24px, 2.5vw, 40px);
}
.p_interview__unit::after {
  font-size: 2.5em;
  counter-increment: num;
  content: counter(num, decimal-leading-zero);
  line-height: 1;
}

.p_interview__tab {
  display: block;
  padding-bottom: 8px;
  font-size: inherit;
  border-bottom: 1px solid #171C61;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1;
}

.p_interview__data {
  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;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  gap: 2ch;
  font-weight: 700;
}

.p_interview__name,
.p_interview__year {
  font-size: inherit;
}

.p_interview__initial {
  font-size: 1.625em;
}

.p_interview__cards {
  display: grid;
  grid-template-rows: repeat(1, 1fr);
}
@media screen and (min-width: 1001px) {
  .p_interview__cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1001px) and (min-width: 1025px) {
  .p_interview__cards {
    gap: 40px 72px;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1024px) {
  .p_interview__cards {
    gap: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .p_interview__cards {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
  }
}
@media screen and (min-width: 1001px) {
  .p_interview__cards + .p_interview__cards {
    margin-top: 48px;
  }
}
@media screen and (max-width: 1000px) {
  .p_interview__cards + .p_interview__cards {
    margin-top: 40px;
  }
}

@media screen and (min-width: 1001px) {
  .p_interview__qa + .p_interview__qa {
    margin-top: 48px;
  }
}
@media screen and (max-width: 1000px) {
  .p_interview__qa + .p_interview__qa {
    margin-top: 40px;
  }
}

.p_interview__question {
  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;
  gap: 8px;
  font-family: "Zen Antique Soft", serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(1.25rem, 2.2vw, 1.375rem);
  margin-bottom: clamp(20px, 1.5vw, 24px);
  color: #171C61;
}
.p_interview__question::before {
  content: "Q.";
  font-size: 1.2727272727em;
  letter-spacing: 0.01em;
}

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

.p_requirements__block + .p_requirements__block {
  margin-top: clamp(40px, 4.5vw, 72px);
}

.p_requirements__head {
  color: #fff;
  background-color: #171C61;
  padding-top: clamp(20px, 1.5vw, 24px);
  padding-left: clamp(16px, 2.5vw, 40px);
  padding-right: clamp(16px, 2.5vw, 40px);
  padding-bottom: clamp(20px, 1.5vw, 24px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: clamp(1.25rem, 2.2vw, 1.375rem);
  font-weight: 700;
  margin-bottom: 12px;
}

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

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

.p_requirements__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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 8px;
  padding-top: clamp(20px, 2.375vw, 38px);
  padding-left: clamp(24px, 2.5vw, 40px);
  padding-right: clamp(24px, 2.5vw, 40px);
  padding-bottom: clamp(20px, 2.375vw, 38px);
  border: 1px solid #171C61;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
}
.p_requirements__btn:hover {
  opacity: 1;
  background-color: #F3F7F9;
}

.p_requirements__item {
  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: 16px;
  -webkit-transition: inherit;
  transition: inherit;
}
@media screen and (max-width: 1000px) {
  .p_requirements__item {
    display: block;
  }
}

.p_requirements__type {
  display: inline-block;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  padding-top: 2px;
  padding-bottom: 1px;
  padding-left: clamp(16px, 1.375vw, 22px);
  padding-right: clamp(16px, 1.375vw, 22px);
  color: #171C61;
  font-weight: 700;
  background-color: #F3F7F9;
  -webkit-transition: inherit;
  transition: inherit;
}
@media screen and (max-width: 1000px) {
  .p_requirements__type {
    margin-bottom: 12px;
  }
}
.p_requirements__btn:hover .p_requirements__type {
  background-color: #fff;
}

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

.p_requirements__ico {
  position: relative;
  aspect-ratio: 21/14;
  overflow: clip;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 501px) {
  .p_requirements__ico {
    max-width: 21px;
  }
}
@media screen and (max-width: 500px) {
  .p_requirements__ico {
    max-width: 16px;
  }
}

.p_requirements__arrow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .p_requirements__arrow {
    -webkit-transition-duration: 0ms;
            transition-duration: 0ms;
  }
}
@media screen and (max-width: 1000px) {
  .p_requirements__arrow {
    -webkit-transition-duration: 0ms;
            transition-duration: 0ms;
  }
}
.p_requirements__btn:hover .p_requirements__arrow {
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .p_requirements__btn:hover .p_requirements__arrow {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .p_requirements__btn:hover .p_requirements__arrow {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}

.p_requirements__image {
  opacity: 0;
  translate: -100% 0;
}
.p_requirements__btn:hover .p_requirements__image {
  opacity: 1;
  translate: 0% 0;
}

.p_requirements__dummy {
  opacity: 1;
  translate: 0 0;
}
.p_requirements__btn:hover .p_requirements__dummy {
  opacity: 0;
  translate: 100% 0;
}

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

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

.p_message__pic {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1000px) {
  .p_message__pic {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 501px) {
  .p_message__pic {
    max-width: 317px;
    min-width: 300px;
  }
}
@media screen and (max-width: 500px) {
  .p_message__pic {
    max-width: 400px;
    width: 100%;
  }
}

.p_message__inner {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p_message__inner .c_title {
  margin-bottom: clamp(20px, 2.5vw, 40px);
}

.p_message__owner {
  display: block;
  gap: 12px;
  font-size: clamp(1.5rem, 2.8vw, 1.75rem);
  font-weight: 700;
  margin-top: 40px;
  margin-left: auto;
  max-width: 227px;
}

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

.p_message__name {
  font-size: inherit;
}

.p_outline__block + .p_outline__block {
  margin-top: clamp(60px, 4.5vw, 72px);
}

.p_outline__caption {
  display: inline-block;
  text-align: center;
  font-size: clamp(1rem, 1.8vw, 1.125rem);
  line-height: 1;
  color: #171C61;
  font-weight: 700;
  background-color: #F3F7F9;
  padding-top: clamp(8px, 0.75vw, 12px);
  padding-left: clamp(10px, 1vw, 16px);
  padding-right: clamp(10px, 1vw, 16px);
  padding-bottom: clamp(8px, 0.75vw, 12px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 10px;
}

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

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

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

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

.p_about + .p_about {
  margin-top: clamp(40px, 3.5625vw, 57px);
}

.p_about__head {
  font-size: clamp(1.25rem, 3.2vw, 2rem);
  font-family: "Zen Antique Soft", serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: clamp(40px, 3.5vw, 56px);
}

.p_about__label {
  font-size: inherit;
}

.p_about__cards {
  display: grid;
  grid-template-rows: repeat(1, 1fr);
}
@media screen and (min-width: 501px) and (min-width: 1001px) {
  .p_about__cards {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 501px) and (min-width: 1001px) and (min-width: 1025px) {
  .p_about__cards {
    gap: 48px 72px;
  }
}
@media screen and (min-width: 501px) and (min-width: 1001px) and (max-width: 1024px) {
  .p_about__cards {
    gap: 40px 48px;
  }
}
@media screen and (min-width: 501px) and (max-width: 1000px) {
  .p_about__cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}
@media screen and (max-width: 500px) {
  .p_about__cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}

.p_about__image {
  display: block;
  aspect-ratio: 352/245;
  border-radius: 0px;
  overflow: clip;
}
.p_about__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p_about__caption {
  display: block;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  margin-top: clamp(10px, 1vw, 16px);
}

.p_about__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;
  margin-top: 24px;
}

.p_about__item {
  display: inline-block;
  font-family: "Zen Antique Soft", serif;
  font-weight: 400;
  font-style: normal;
  color: #171C61;
}
.p_about__item::before {
  content: "詳しく見る";
}
@media screen and (min-width: 501px) {
  .p_about__item {
    display: none;
  }
}

.p_about__close::before {
  content: "閉じる";
}

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

.p_about__show {
  -webkit-line-clamp: unset;
}

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

.p_contact__tab {
  max-width: 296px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: block;
  text-align: center;
  color: #171C61;
  background-color: #fff;
  border: 1px solid #171C61;
  border-radius: 56px;
  overflow: clip;
}
@media screen and (min-width: 501px) {
  .p_contact__tab {
    padding-top: 0.875em;
    padding-bottom: 0.625em;
  }
}
@media screen and (max-width: 500px) {
  .p_contact__tab {
    padding-top: 0.625em;
    padding-bottom: 0.5em;
  }
}
.p_contact__tab::before {
  counter-increment: num;
  content: counter(num) ".";
}

.p_contact__active {
  color: #fff;
  background-color: #171C61;
}

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

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

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

.p_policy__label {
  display: block;
  font-size: clamp(1rem, 1.8vw, 1.125rem);
  line-height: 2;
  font-weight: 700;
  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: 500;
}
.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);
}

/* list型 */
.p_archive__time {
  font-family: "Zen Antique Soft", serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(0.8125rem, 1.4vw, 0.875rem);
}

.p_archive__link {
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  padding-bottom: clamp(24px, 3vw, 48px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  border-bottom: 1px solid #ccc;
}
.p_archive__link::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  scale: 0 1;
  background-color: #171C61;
  -webkit-transition: inherit;
  transition: inherit;
  -webkit-transform-origin: left;
          transform-origin: left;
}
.p_archive__link:hover {
  opacity: 1;
}
.p_archive__link:hover::before {
  scale: 1 1;
}
@media screen and (min-width: 501px) {
  .p_archive__link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px 24px;
  }
}
@media screen and (max-width: 500px) {
  .p_archive__link {
    display: block;
  }
}
.p_archive__tab + .p_archive__tab .p_archive__link {
  padding-top: clamp(24px, 3vw, 48px);
}

.p_archive__head {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (min-width: 501px) {
  .p_archive__head {
    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: 16px 24px;
  }
}
@media screen and (max-width: 500px) {
  .p_archive__head {
    display: block;
  }
}

.p_archive__lead {
  position: relative;
  font-size: 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_archive__lead {
    -webkit-line-clamp: 2;
  }
}
@media screen and (max-width: 500px) {
  .p_archive__lead {
    -webkit-line-clamp: 1;
  }
}
@media screen and (min-width: 1001px) {
  .p_archive__lead {
    padding-right: 96px;
  }
}

.p_archive__ico {
  position: relative;
  aspect-ratio: 21/14;
  translate: 0 -50%;
  overflow: clip;
  width: 21px;
  height: auto;
}

.p_archive__arrow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .p_archive__arrow {
    -webkit-transition-duration: 0ms;
            transition-duration: 0ms;
  }
}
@media screen and (max-width: 1000px) {
  .p_archive__arrow {
    -webkit-transition-duration: 0ms;
            transition-duration: 0ms;
  }
}
.p_archive__link:hover .p_archive__arrow {
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .p_archive__link:hover .p_archive__arrow {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .p_archive__link:hover .p_archive__arrow {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}

.p_archive__image {
  opacity: 0;
  translate: -100% 0;
}
.p_archive__link:hover .p_archive__image {
  opacity: 1;
  translate: 0% 0;
}

.p_archive__dummy {
  opacity: 1;
  translate: 0 0;
}
.p_archive__link:hover .p_archive__dummy {
  opacity: 0;
  translate: 100% 0;
}

/* flex型 */
.p_archive__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: 24px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p_archive__side + .p_archive__side {
  margin-top: clamp(60px, 5vw, 80px);
  padding-top: clamp(60px, 5vw, 80px);
  border-top: 1px solid #ddd;
}

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

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

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

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

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

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

.p_post__card___pic {
  display: block;
  -webkit-transition: inherit;
  transition: inherit;
  border-radius: 0px;
  overflow: clip;
  width: 100%;
  height: auto;
  aspect-ratio: 1.3333333333;
  background-color: #f3f3f3;
}
.p_post__card___pic img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  scale: 1;
  -webkit-transition: inherit;
  transition: inherit;
}
.p_post__card___pic:hover {
  opacity: 1;
}
.p_post__card___pic:hover img {
  scale: 1.1;
}

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

.p_post__card___info {
  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: 8px;
}

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

.p_single__block___time {
  display: block;
  font-size: clamp(0.8125rem, 1.6vw, 1rem);
  font-family: "Zen Antique Soft", serif;
  font-weight: 400;
  font-style: normal;
  color: #171C61;
  margin-bottom: 1em;
}

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

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

.p_single__block___inner a {
  text-decoration: none;
}

.p_found__head {
  font-size: clamp(1.25rem, 2.4vw, 1.5rem);
  margin-bottom: clamp(40px, 3.5vw, 56px);
}

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

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

.p_found__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 40px;
  }
}
.p_found__menu ul .sub-menu,
.p_found__menu ul .children {
  display: none !important;
}
.p_found__menu a {
  display: block;
  font-weight: 700;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 500px) {
  .p_found__menu li {
    border-bottom: 1px solid #ccc;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .p_found__menu a {
    padding-top: 1em;
    padding-bottom: 1em;
  }
}/*# sourceMappingURL=common.css.map */