@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=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap");
/* インデント調整 */
/* センター寄せのインデント調整 */
/* 動作の時間（1001px以上の時,1000px以下の時） */
.theme_blue {
  --theme-color: #005199;
}

.theme_purple {
  --theme-color: #54419A;
}

.theme_yellowgreen {
  --theme-color: #A4C83A;
}

.theme_lightblue {
  --theme-color: #3FB0DC;
}

.theme_orange {
  --theme-color: #FAAC18;
}

.theme_pink {
  --theme-color: #ED3D7F;
}

.c_pagenavi .previouspostslink:hover::after,
.c_pagenavi .nextpostslink:hover::after {
  -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%);
}

.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 text_slide {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@keyframes text_slide {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@-webkit-keyframes poyon {
  0% {
    -webkit-transform: translateY(270px) scale(0.5);
            transform: translateY(270px) scale(0.5);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateY(-10px) scale(1.1);
            transform: translateY(-10px) scale(1.1);
  }
  65% {
    opacity: 1;
    -webkit-transform: translateY(20px) scale(0.96);
            transform: translateY(20px) scale(0.96);
  }
  100% {
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
    opacity: 1;
  }
}
@keyframes poyon {
  0% {
    -webkit-transform: translateY(270px) scale(0.5);
            transform: translateY(270px) scale(0.5);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateY(-10px) scale(1.1);
            transform: translateY(-10px) scale(1.1);
  }
  65% {
    opacity: 1;
    -webkit-transform: translateY(20px) scale(0.96);
            transform: translateY(20px) scale(0.96);
  }
  100% {
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
    opacity: 1;
  }
}
:root {
  font-size: 16px;
}

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

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #fff;
  background: -webkit-gradient(linear, right top, left bottom, from(rgb(18, 27, 73)), color-stop(50%, rgb(23, 74, 88)), to(rgb(72, 37, 56)));
  background: linear-gradient(to left bottom, rgb(18, 27, 73) 0%, rgb(23, 74, 88) 50%, rgb(72, 37, 56) 100%);
  -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-bottom: 2em;
  }
  tr + tr th,
  tr + tr td {
    padding-top: 2em;
  }
}
@media screen and (max-width: 1000px) {
  th,
  td {
    display: block;
  }
}

th {
  font-weight: 700;
}
@media screen and (min-width: 1001px) {
  th {
    width: 232px;
    border-bottom: 1px solid #90A0A8;
  }
}
@media screen and (max-width: 1000px) {
  tr + tr th {
    padding-top: 1em;
  }
}

@media screen and (min-width: 1001px) {
  td {
    border-bottom: 1px solid #90A0A8;
    padding-left: 1.5em;
  }
}
@media screen and (max-width: 1000px) {
  td {
    border-bottom: 1px solid #90A0A8;
    padding-bottom: 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;
  }
}

/* PC表示(常に) */
.u_pc__only {
  display: block;
}

/* PCのみ非表示 */
@media screen and (min-width: 1201px) {
  .u_pc__hidden {
    display: none;
  }
}

/* タブレット以下で表示 */
.u_tablet__only {
  display: block;
}
@media screen and (min-width: 901px) {
  .u_tablet__only {
    display: none;
  }
}

/* タブレット以下で非表示 */
.u_tablet__hidden {
  display: none;
}
@media screen and (min-width: 901px) {
  .u_tablet__hidden {
    display: block;
  }
}

/* スマホのみ表示 */
.u_sp__only {
  display: block;
}
@media screen and (min-width: 501px) {
  .u_sp__only {
    display: none;
  }
}

/* スマホのみ非表示 */
@media screen and (max-width: 500px) {
  .u_sp__hidden {
    display: none;
  }
}

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

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

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

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

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

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

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

/* △△△△ blur △△△△ */
/* ▽▽▽▽追従▽▽▽▽ */
@media screen and (min-width: 1001px) {
  .c_following__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: relative;
  }
  .c_following__side {
    position: sticky;
    top: 0;
    left: 0;
    width: 200px;
  }
  .c_following__main {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
/* △△△△追従△△△△ */
.c_header__block {
  padding-top: clamp(16px, 2.4vw, 24px);
  padding-left: clamp(16px, 3.2vw, 32px);
  padding-right: clamp(16px, 6.4vw, 64px);
  padding-bottom: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  color: #333;
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: transform 0.4s ease, opacity 0.4s ease;
  transition: transform 0.4s ease, opacity 0.4s ease, -webkit-transform 0.4s ease;
}
@media screen and (min-width: 1101px) {
  .c_header__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: fixed;
    z-index: 10;
    top: 0%;
    width: 100%;
  }
  .c_header__block.is-hidden {
    -webkit-transform: translateY(-150%);
            transform: translateY(-150%);
    opacity: 0;
    pointer-events: none;
  }
}
@media screen and (max-width: 1100px) {
  .c_header__block {
    display: block;
  }
}

.c_header__logo {
  width: clamp(140px, 16.5vw, 264px);
}

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

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

.c_header__trigger {
  position: fixed;
  top: 12px;
  right: 16px;
  aspect-ratio: 1/1;
  background-color: #005199;
  width: 48px;
  height: auto;
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .c_header__trigger {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .c_header__trigger {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
.c_header__trigger {
  border-radius: 50%;
  z-index: 10;
}
@media screen and (min-width: 1101px) {
  .c_header__trigger {
    display: none !important;
  }
}
.c_header__trigger::before, .c_header__trigger::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  background-color: #fff;
  -webkit-transition: inherit;
  transition: inherit;
  border-radius: 100px;
  overflow: clip;
}
.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;
}

@media screen and (min-width: 1101px) {
  .c_header__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 40px;
  }
}

.c_header__item,
.c_header__item___link {
  display: block;
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .c_header__item,
  .c_header__item___link {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .c_header__item,
  .c_header__item___link {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media (hover: hover) {
  .c_header__item:hover,
  .c_header__item___link:hover {
    opacity: 1;
  }
  .c_header__item:hover .c_header__megaMenu___open i,
  .c_header__item___link:hover .c_header__megaMenu___open i {
    rotate: 180deg;
  }
}
@media (hover: none) {
  .c_header__item,
  .c_header__item___link {
    -webkit-transition: all 0s;
    transition: all 0s;
  }
  .c_header__item:active,
  .c_header__item___link:active {
    opacity: 1;
  }
  .c_header__item:active .c_header__megaMenu___open i,
  .c_header__item___link:active .c_header__megaMenu___open i {
    rotate: 180deg;
  }
}

.c_header__item {
  position: relative;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  font-weight: 600;
  line-height: 2;
}
@media screen and (max-width: 1100px) {
  .c_header__item {
    border-bottom: 1px solid #fff;
  }
}

@media screen and (max-width: 1100px) {
  .c_header__item___link {
    display: block;
    font-size: 16px;
    color: #fff;
    padding: 1em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.c_header__megaMenu___open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  position: relative;
  background-color: unset;
  border: none;
  padding: 0;
  margin: 0;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  cursor: pointer;
}
@media screen and (max-width: 1100px) {
  .c_header__megaMenu___open._pc {
    display: none;
  }
}
@media screen and (min-width: 1101px) {
  .c_header__megaMenu___open._sp {
    display: none;
  }
}
.c_header__megaMenu___open i {
  display: block;
  aspect-ratio: 12/7;
  width: 12px;
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .c_header__megaMenu___open i {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .c_header__megaMenu___open i {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1100px) {
  .c_header__megaMenu___open i {
    display: block;
    position: absolute;
    right: 20px;
    top: 50%;
    width: 15px;
    height: 15px;
    margin-top: -7.5px;
  }
  .c_header__megaMenu___open i::before, .c_header__megaMenu___open i::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 7px;
    width: 15px;
    height: 1px;
    background: #fff;
  }
  .c_header__megaMenu___open i::after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transition: -webkit-transform 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: -webkit-transform 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 350ms cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .c_header__megaMenu.is-open .c_header__megaMenu___open i::after {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
@media screen and (max-width: 1100px) {
  .c_header__megaMenu___open {
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #fff;
    padding: 1em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media screen and (min-width: 1101px) {
  .c_header__megaMenu___nav {
    -webkit-clip-path: inset(0 -50vw 100%);
    background-color: #90A0A8;
    clip-path: inset(0 -50vw 100%);
    display: block;
    padding: 24px;
    position: absolute;
    z-index: 5;
    top: 50px;
    left: -40px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    visibility: hidden;
    min-width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media screen and (max-width: 1100px) {
  .c_header__megaMenu___nav {
    display: none;
    height: 0;
    overflow: hidden;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    visibility: hidden;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-bottom: 1em;
    padding-left: 1em;
    padding-right: 1.5em;
  }
}

@media screen and (min-width: 1101px) {
  .c_header__megaMenu.is-open .c_header__megaMenu___nav {
    clip-path: inset(0 -50vw);
    visibility: visible;
  }
}
@media screen and (max-width: 1100px) {
  .c_header__megaMenu.is-open .c_header__megaMenu___nav {
    display: block;
    height: auto;
    visibility: visible;
  }
}

.c_header__megaMenu___item {
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  font-weight: 600;
  line-height: 1.5;
}
.c_header__megaMenu___item + .c_header__megaMenu___item {
  margin-top: 8px;
}
@media screen and (min-width: 1101px) {
  .c_header__megaMenu___item:first-of-type {
    display: none;
  }
  .c_header__megaMenu___item:first-of-type + li {
    margin-top: 0;
  }
}

.c_header__megaMenu___link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  color: #fff;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
@media screen and (max-width: 1100px) {
  .c_header__megaMenu___link {
    color: #fff;
  }
}
@media (hover: hover) {
  .c_header__megaMenu___link:hover {
    opacity: 1;
  }
}
@media (hover: none) {
  .c_header__megaMenu___link {
    -webkit-transition: all 0s;
    transition: all 0s;
  }
  .c_header__megaMenu___link:active {
    opacity: 1;
  }
}

@media (min-width: 768px) {
  .c_header__megaMenu___list {
    text-wrap-mode: nowrap;
  }
}
@media (min-width: 768px) and (hover: hover) {
  .c_header__megaMenu:hover .c_header__megaMenu___nav,
  .c_header__megaMenu:focus-within .c_header__megaMenu___nav {
    clip-path: inset(0 -50vw);
    visibility: visible;
  }
}
.c_mv {
  position: relative;
  overflow: hidden;
  overflow-x: clip;
  overflow-y: visible;
  width: 100%;
  padding-top: clamp(155px, 19.375vw, 310px);
  margin-bottom: clamp(64px, 7vw, 112px);
}
@media screen and (max-width: 500px) {
  .c_mv {
    padding-top: 380px;
  }
}

.c_mv__head {
  position: relative;
  z-index: 1;
  padding-left: clamp(20px, 4vw, 64px);
  padding-right: clamp(20px, 4vw, 64px);
}
@media screen and (min-width: 1601px) {
  .c_mv__head {
    padding-left: 4vw;
  }
}

.c_mv__caption {
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 800;
  font-size: clamp(2.875rem, 8.125vw, 8.125rem);
  line-height: 1;
  font-style: italic;
}

.c_mv__label {
  margin-top: clamp(12px, 2vw, 32px);
  font-size: clamp(1rem, 1.875vw, 1.875rem);
  font-weight: 700;
  line-height: 2;
}

.c_mv__images,
.c_mv__images___inner {
  height: 54vw;
}
@media screen and (min-width: 1601px) {
  .c_mv__images,
  .c_mv__images___inner {
    max-height: 864px;
  }
}
@media screen and (max-width: 500px) {
  .c_mv__images,
  .c_mv__images___inner {
    height: 120.2666666667vw;
    height: 451px;
  }
}

.c_mv__images {
  width: 100%;
  position: absolute;
  z-index: -1;
}
@media screen and (min-width: 501px) {
  .c_mv__images {
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-mask-image: -webkit-gradient(linear, left top, right top, color-stop(25.23%, rgba(0, 0, 0, 0)), color-stop(60%, #000));
    -webkit-mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 25.23%, #000 60%);
            mask-image: -webkit-gradient(linear, left top, right top, color-stop(25.23%, rgba(0, 0, 0, 0)), color-stop(60%, #000));
            mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 25.23%, #000 60%);
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: center;
            mask-position: center;
    -webkit-mask-size: cover;
            mask-size: cover;
  }
}
@media screen and (max-width: 500px) {
  .c_mv__images {
    -webkit-mask-image: -webkit-gradient(linear, left top, right top, color-stop(20%, rgba(0, 0, 0, 0)), color-stop(60%, #000));
    -webkit-mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 20%, #000 60%);
            mask-image: -webkit-gradient(linear, left top, right top, color-stop(20%, rgba(0, 0, 0, 0)), color-stop(60%, #000));
            mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 20%, #000 60%);
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: center;
            mask-position: center;
    -webkit-mask-size: cover;
            mask-size: cover;
  }
}
@media screen and (max-width: 500px) {
  .c_mv__images {
    top: 0;
    left: 0;
  }
}

.c_mv__images___inner {
  position: absolute;
  width: 100%;
}
@media screen and (min-width: 1001px) {
  .c_mv__images___inner {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 500px) {
  .c_mv__images___inner {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.c_mv__images___wrap {
  position: absolute;
  top: 50%;
  right: 0;
}
.c_mv__images___wrap[data-layer="1"] {
  z-index: -3;
}
.c_mv__images___wrap[data-layer="2"] {
  z-index: -2;
}
.c_mv__images___wrap[data-layer="3"] {
  z-index: -1;
}
.c_mv__images___wrap:nth-of-type(1) {
  top: 0;
  right: 16px;
  right: 52.9181355268%;
  width: 15.8125vw;
  max-width: 253px;
}
@media screen and (max-width: 500px) {
  .c_mv__images___wrap:nth-of-type(1) {
    width: 28.1111111111vw;
    top: 0;
    right: 0;
  }
}
.c_mv__images___wrap:nth-of-type(2) {
  top: 8.25vw;
  right: 52.9181355268%;
  width: 12.8125vw;
  max-width: 205px;
}
.c_mv__images___wrap:nth-of-type(2) img {
  -webkit-filter: blur(3px);
          filter: blur(3px);
}
@media screen and (max-width: 500px) {
  .c_mv__images___wrap:nth-of-type(2) {
    width: 22.7777777778%;
    top: 10.3448275862vw;
    right: 0;
  }
}
.c_mv__images___wrap:nth-of-type(3) {
  top: 31.625vw;
  right: 52.9181355268%;
  width: 21.5625vw;
  max-width: 345px;
}
@media screen and (max-width: 500px) {
  .c_mv__images___wrap:nth-of-type(3) {
    width: 38.3333333333%;
    top: unset;
    bottom: 60px;
    right: 0;
  }
}
.c_mv__images___wrap:nth-of-type(4) {
  top: 7.75vw;
  right: 52.9181355268%;
  width: 23.875vw;
  max-width: 382px;
}
@media screen and (max-width: 500px) {
  .c_mv__images___wrap:nth-of-type(4) {
    width: 42.4444444444%;
    top: 29.9850074963vw;
    right: 20.0598802395vw;
  }
}
.c_mv__images___wrap:nth-of-type(5) {
  top: 17.0625vw;
  right: 52.9181355268%;
  width: 12.8125vw;
  max-width: 205px;
}
@media screen and (max-width: 500px) {
  .c_mv__images___wrap:nth-of-type(5) {
    width: 22.7777777778%;
    top: unset;
    bottom: 60px;
    right: 40.7185628743vw;
  }
}
.c_mv__images___wrap:nth-of-type(5) img {
  -webkit-filter: blur(3px);
          filter: blur(3px);
}
.c_mv__images___wrap:nth-of-type(6) {
  top: unset;
  bottom: 15vw;
  right: 52.9181355268%;
  width: 15.8125vw;
  max-width: 253px;
}
@media screen and (max-width: 500px) {
  .c_mv__images___wrap:nth-of-type(6) {
    width: 28.1111111111%;
    right: 42.8143712575vw;
  }
}
.c_mv__images___wrap:nth-of-type(7) {
  top: unset;
  bottom: 0;
  right: 52.9181355268%;
  width: 11.25vw;
  max-width: 180px;
}
@media screen and (max-width: 500px) {
  .c_mv__images___wrap:nth-of-type(7) {
    width: 20%;
    right: 30.5389221557vw;
  }
}
.c_mv__images___wrap:nth-of-type(7) img {
  -webkit-filter: blur(3px);
          filter: blur(3px);
}
.c_mv__images___wrap:nth-of-type(8) {
  top: 5vw;
  right: 35.1743047395%;
  width: 23.875vw;
  max-width: 382px;
}
@media screen and (max-width: 500px) {
  .c_mv__images___wrap:nth-of-type(8) {
    width: 42.4444444444%;
    top: 10.7946026987vw;
    right: 64.0718562874vw;
  }
}
.c_mv__images___wrap:nth-of-type(9) {
  top: unset;
  bottom: 9.8125vw;
  right: 52.9181355268%;
  width: 21.5625vw;
  max-width: 345px;
}
@media screen and (max-width: 500px) {
  .c_mv__images___wrap:nth-of-type(9) {
    width: 38.3333333333%;
    top: unset;
    bottom: 96px;
    right: 100vw;
  }
}
.c_mv__images___wrap:nth-of-type(10) {
  top: 11vw;
  right: 52.9181355268%;
  width: 23.875vw;
  max-width: 382px;
}
@media screen and (max-width: 500px) {
  .c_mv__images___wrap:nth-of-type(10) {
    width: 42.4444444444%;
    top: 35.9820089955vw;
    right: 17.9640718563vw;
  }
}
.c_mv__images___wrap:nth-of-type(11) {
  top: 25.1875vw;
  right: 55.8950254602%;
  width: 12.8125vw;
  max-width: 205px;
}
@media screen and (max-width: 500px) {
  .c_mv__images___wrap:nth-of-type(11) {
    width: 22.7777777778%;
    right: 61.0778443114vw;
    bottom: 240px;
  }
}
.c_mv__images___wrap:nth-of-type(11) img {
  -webkit-filter: blur(3px);
          filter: blur(3px);
}
.c_mv__images___wrap:nth-of-type(12) {
  top: unset;
  bottom: 0;
  right: 60.9479044262%;
  width: 21.5625vw;
  max-width: 345px;
}
@media screen and (max-width: 500px) {
  .c_mv__images___wrap:nth-of-type(12) {
    width: 38.3333333333%;
    right: 78.8922155689vw;
  }
}
.c_mv__images___wrap:nth-of-type(13) {
  top: 2.5vw;
  right: 70.8969839405%;
  width: 15.8125vw;
  max-width: 253px;
}
@media screen and (max-width: 500px) {
  .c_mv__images___wrap:nth-of-type(13) {
    width: 28.1111111111%;
  }
}
.c_mv__images___wrap:nth-of-type(14) {
  top: 23vw;
  right: 73.7171954563%;
  width: 11.25vw;
  max-width: 180px;
}
@media screen and (max-width: 500px) {
  .c_mv__images___wrap:nth-of-type(14) {
    width: 20%;
  }
}
.c_mv__images___wrap:nth-of-type(14) img {
  -webkit-filter: blur(3px);
          filter: blur(3px);
}
.c_mv__images___wrap:nth-of-type(15) {
  top: unset;
  bottom: 10.125vw;
  right: 78.339208774%;
  width: 23.875vw;
  max-width: 382px;
}
@media screen and (max-width: 500px) {
  .c_mv__images___wrap:nth-of-type(15) {
    width: 42.4444444444%;
  }
}
.c_mv__images___wrap:nth-of-type(16) {
  top: 10.25vw;
  right: 86.1731296514%;
  width: 15.8125vw;
  max-width: 253px;
}
@media screen and (max-width: 500px) {
  .c_mv__images___wrap:nth-of-type(16) {
    width: 28.1111111111%;
  }
}
.c_mv__images___wrap:nth-of-type(17) {
  top: unset;
  bottom: 4.25vw;
  right: 88.2882882883%;
  width: 11.25vw;
  max-width: 180px;
}
@media screen and (max-width: 500px) {
  .c_mv__images___wrap:nth-of-type(17) {
    width: 20%;
  }
}
.c_mv__images___wrap:nth-of-type(17) img {
  -webkit-filter: blur(3px);
          filter: blur(3px);
}
@media screen and (max-width: 500px) {
  .c_mv__images___wrap:nth-of-type(14), .c_mv__images___wrap:nth-of-type(15), .c_mv__images___wrap:nth-of-type(16), .c_mv__images___wrap:nth-of-type(17) {
    display: none;
  }
}

.c_mv__images___wrap___inner {
  will-change: transform, opacity;
}

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

.c_bread {
  font-size: clamp(0.75rem, 1.5vw, 0.9375rem);
  margin-bottom: clamp(16px, 1.5vw, 24px);
  line-height: 1.6;
}
.c_bread span,
.c_bread a {
  font-size: inherit;
  color: inherit;
  line-height: 1.6;
}

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

.c_cta {
  padding-top: clamp(64px, 7.5vw, 120px);
  padding-bottom: clamp(64px, 7.75vw, 124px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.2);
}

.c_cta__head {
  margin-bottom: clamp(40px, 4.5vw, 72px);
}

.c_cta__label {
  font-size: clamp(0.9375rem, 2.4vw, 1.5rem);
  font-weight: 700;
  line-height: 2;
}
.c_cta__label br {
  display: block;
}
@media screen and (min-width: 501px) {
  .c_cta__label br {
    display: none;
  }
}

.c_cta__caption {
  display: block;
  margin-bottom: clamp(24px, 2.5vw, 40px);
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 800;
  font-size: clamp(1.875rem, 8vw, 5rem);
  line-height: 1;
  font-style: italic;
  text-transform: capitalize;
}

.c_cta__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (hover: hover) {
  .c_cta__link:hover {
    opacity: 1;
  }
  .c_cta__link:hover .c_cta__link___arrow {
    background-color: var(--theme-color);
  }
}
@media (hover: none) {
  .c_cta__link {
    -webkit-transition: all 0s;
    transition: all 0s;
  }
  .c_cta__link:active {
    opacity: 1;
  }
  .c_cta__link:active .c_cta__link___arrow {
    background-color: var(--theme-color);
  }
}

.c_footer {
  position: relative;
  margin-top: clamp(64px, 12.5vw, 200px);
  margin-bottom: clamp(80px, 7.5vw, 120px);
}
.main_block + .c_footer {
  margin-top: 0;
}

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

@media screen and (min-width: 1001px) {
  .c_footer__block {
    padding-top: clamp(48px, 4.75vw, 76px);
  }
}

.c_footer__address {
  margin-top: clamp(12px, 1vw, 16px);
  font-size: clamp(0.875rem, 1.5vw, 0.9375rem);
  font-weight: 400;
  line-height: 1.8;
}

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

.c_footer__nav li {
  line-height: 1.8;
}
@media screen and (max-width: 1000px) {
  .c_footer__nav {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1000px) and (min-width: 501px) {
  .c_footer__nav {
    margin-left: -40px;
    margin-right: -40px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .c_footer__nav {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.c_footer__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 1001px) {
  .c_footer__nav ul {
    gap: 24px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media screen and (max-width: 1000px) {
  .c_footer__nav ul {
    border-top: 1px solid #90A0A8;
  }
}
.c_footer__nav ul {
  /* @include break(1000, max){
      border-top: 1px solid $cl_sub__gray;
  } */
}
@media screen and (max-width: 1000px) {
  .c_footer__nav li {
    width: 50%;
    border-bottom: 1px solid #ccc;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .c_footer__nav li:nth-child(even) {
    border-left: 1px solid #ccc;
  }
  .c_footer__nav li:nth-child(odd):last-child {
    width: 100%;
  }
  .c_footer__nav a {
    display: block;
    text-align: center;
    font-size: 15px;
    padding-top: 1em;
    padding-bottom: 1em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.c_footer__nav .sub-menu,
.c_footer__nav .children {
  display: none !important;
}

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

.c_footer__copy {
  display: block;
  margin-top: clamp(32px, 10vw, 160px);
  font-size: clamp(0.75rem, 1.5vw, 0.9375rem);
  line-height: 1.8;
  text-align: center;
  color: #90A0A8;
}
@media screen and (min-width: 1001px) {
  .c_footer__copy {
    text-align: right;
  }
}

.c_footer__rtt {
  position: fixed;
  bottom: 24px;
  right: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1/1;
  width: 48px;
  height: auto;
  background-color: #90A0A8;
  border-radius: 32px;
  overflow: clip;
}
@media screen and (min-width: 1001px) {
  .c_footer__rtt {
    display: none;
  }
}
@media (hover: hover) {
  .c_footer__rtt:hover {
    background-color: #005199;
  }
}
@media (hover: none) {
  .c_footer__rtt {
    -webkit-transition: all 0s;
    transition: all 0s;
  }
  .c_footer__rtt:active {
    background-color: #005199;
  }
}
.c_footer__rtt svg {
  display: block;
  aspect-ratio: 1/1;
  width: 16px;
  height: auto;
  rotate: -90deg;
  -o-object-fit: contain;
     object-fit: contain;
}

.c_address__block {
  display: block;
}

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

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

/* ↓以下の階層にボタンやフォームのscssが格納されています。 */
.c_block__top {
  margin-top: clamp(168px, 19.75vw, 316px);
}
@media screen and (max-width: 1100px) {
  .c_block__top {
    margin-top: 80px;
  }
}

@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: 881px) {
  .c_block__narrow {
    max-width: 880px;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media screen and (max-width: 880px) {
  .c_block__narrow {
    max-width: 880px;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media screen and (min-width: 501px) and (max-width: 1000px) {
  .c_block__narrow {
    padding-left: 40px;
    padding-right: 40px;
  }
}

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

.c_main__lead {
  font-size: clamp(1rem, 1.8vw, 1.125rem);
  font-weight: 400;
  line-height: 2.4;
}

.c_main__caption {
  display: block;
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 800;
  font-size: clamp(1.5rem, 3vw, 1.875rem);
  line-height: 2;
  font-style: italic;
  text-transform: capitalize;
}

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

.c_item__label {
  font-size: clamp(1.375rem, 4vw, 2.5rem);
  font-weight: 700;
  line-height: 2;
}
@media screen and (max-width: 500px) {
  .c_item__label {
    line-height: 1.8;
  }
}

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

.c_head__caption {
  display: block;
  color: #90A0A8;
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 800;
  font-size: clamp(0.875rem, 1.5vw, 0.9375rem);
  font-style: italic;
  line-height: 2;
  text-transform: capitalize;
}

.c_head__label {
  margin-top: 8px;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  font-weight: 700;
  line-height: 2;
}

.c_lower {
  margin-bottom: clamp(40px, 10vw, 160px);
}

.c_lower__label {
  font-size: clamp(1.125rem, 3vw, 1.875rem);
  font-weight: 700;
  line-height: 2;
}
.c_lower__label + .c_lower__caption {
  margin-top: clamp(32px, 2.5vw, 40px);
}

.c_text {
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  line-height: 2;
}

.c_text__center {
  text-align: center;
}

.c_text__left {
  text-align: left;
}

.c_text__right {
  text-align: right;
}

@media screen and (max-width: 500px) {
  .c_text__reset {
    text-align: unset;
  }
}
.c_text__time {
  display: block;
  color: #90A0A8;
  font-size: clamp(0.875rem, 1.6vw, 1rem);
  font-weight: 700;
  line-height: 1.8;
}

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

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

.c_link__back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: clamp(40px, 5vw, 80px);
}

.c_link__back .c_link__back___label {
  display: block;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  font-weight: 400;
  line-height: 2;
}

.c_link__back .c_link__back___link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
@media (hover: hover) {
  .c_link__back .c_link__back___link:hover {
    opacity: 1;
  }
}
@media (hover: none) {
  .c_link__back .c_link__back___link {
    -webkit-transition: all 0s;
    transition: all 0s;
  }
  .c_link__back .c_link__back___link:active {
    opacity: 1;
  }
}

.c_link__back .c_link__back___icon {
  width: clamp(28px, 2vw, 32px);
  rotate: -90deg;
}
.c_link__back .c_link__back___icon svg {
  width: clamp(9px, 0.6875vw, 11px);
}

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

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

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

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

.c_top__text {
  font-size: inherit;
}

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

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

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

.c_image {
  overflow: clip;
}

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

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

.c_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  gap: 16px 80px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c_btn__start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.c_btn__end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

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

.c_btn__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
@media screen and (max-width: 1000px) {
  .c_btn__link {
    gap: 12px;
  }
}
@media (hover: hover) {
  .c_btn__link:hover {
    opacity: 1;
  }
}
@media (hover: none) {
  .c_btn__link {
    -webkit-transition: all 0s;
    transition: all 0s;
  }
  .c_btn__link:active {
    opacity: 1;
  }
}

@media (hover: hover) {
  .c_arrow__link:not(:hover) .c_arrow__icon {
    background-color: #90A0A8;
  }
}
@media (hover: none) {
  .c_arrow__link {
    -webkit-transition: all 0s;
    transition: all 0s;
  }
  .c_arrow__link:not(:active) .c_arrow__icon {
    background-color: #90A0A8;
  }
}

.c_arrow__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1/1;
  width: clamp(32px, 2.875vw, 46px);
  height: auto;
  border-radius: 50%;
  overflow: clip;
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .c_arrow__icon {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .c_arrow__icon {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
.c_arrow__icon {
  background-color: var(--theme-color);
}
.c_arrow__icon svg {
  aspect-ratio: 1/1;
  width: clamp(11px, 0.9375vw, 15px);
  height: auto;
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .c_arrow__icon svg {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .c_arrow__icon svg {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
.c_arrow__icon._large {
  width: clamp(56px, 5.25vw, 84px);
}
.c_arrow__icon._large svg {
  width: clamp(19px, 1.75vw, 28px);
}
.c_arrow__icon___rotate {
  rotate: 90deg;
}

.c_page__side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
}
@media screen and (max-width: 1000px) {
  .c_page__side {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 64px;
    gap: 0;
  }
}

@media screen and (max-width: 1000px) {
  .c_page__inner {
    display: contents;
  }
}
@media screen and (min-width: 1001px) {
  .c_page__inner {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

@media screen and (max-width: 1000px) {
  .c_page__head {
    -webkit-box-ordinal-group: -1;
        -ms-flex-order: -2;
            order: -2;
    margin-bottom: 40px;
  }
}

.c_page__lead {
  font-size: clamp(1rem, 1.8vw, 1.125rem);
  font-weight: 400;
  line-height: 2.4;
}

.c_page__caption {
  display: block;
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 800;
  font-size: clamp(1.5rem, 3vw, 1.875rem);
  line-height: 2;
  font-style: italic;
  text-transform: capitalize;
}

.c_page__anchor {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 1000px) {
  .c_page__anchor {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}

@media screen and (min-width: 601px) and (max-width: 1000px) {
  .c_page__anchor___list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 24px 40px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.c_page__anchor___item + .c_page__anchor___item {
  margin-top: clamp(24px, 2vw, 32px);
}
@media screen and (min-width: 601px) and (max-width: 1000px) {
  .c_page__anchor___item + .c_page__anchor___item {
    margin-top: 0;
  }
}

.c_page__anchor___link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 24px;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin-left: auto;
}
.c_page__anchor___link.current svg {
  scale: 0;
}
.c_page__anchor___link.current .c_page__anchor___arrow {
  background-color: var(--theme-color);
}
@media (hover: hover) {
  .c_page__anchor___link:hover {
    opacity: 1;
  }
  .c_page__anchor___link:hover svg {
    scale: 0;
  }
}
@media (hover: none) {
  .c_page__anchor___link {
    -webkit-transition: all 0s;
    transition: all 0s;
  }
  .c_page__anchor___link:active {
    opacity: 1;
  }
  .c_page__anchor___link:active svg {
    scale: 0;
  }
}

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

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

.c_pagelist {
  margin-bottom: clamp(40px, 5vw, 80px);
}
@media screen and (min-width: 1001px) {
  .c_pagelist ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 16px 24px;
  }
}
@media screen and (max-width: 1000px) {
  .c_pagelist li + li {
    border-top: 1px solid #ccc;
  }
}
.c_pagelist a {
  display: block;
  font-size: inherit;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .c_pagelist a {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

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

.c_pagenavi {
  margin-top: clamp(48px, 7.5vw, 120px);
}
.c_pagenavi .wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4px;
  font-size: clamp(0.75rem, 1.6vw, 1rem);
  font-weight: 700;
}
.c_pagenavi span,
.c_pagenavi a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  aspect-ratio: 1/1;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
  height: auto;
  font-size: inherit;
  font-weight: 700;
  line-height: 1;
  border-radius: 32px;
  overflow: clip;
}
@media screen and (min-width: 1001px) {
  .c_pagenavi span,
  .c_pagenavi a {
    width: 36px;
  }
}
@media screen and (max-width: 1000px) {
  .c_pagenavi span,
  .c_pagenavi a {
    width: 24px;
  }
}
.c_pagenavi span.current, .c_pagenavi span:hover,
.c_pagenavi a.current,
.c_pagenavi a:hover {
  font-weight: inherit !important;
  opacity: 1;
  background-color: var(--theme-color);
  color: #fff;
}
.c_pagenavi .previouspostslink,
.c_pagenavi .nextpostslink {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: transparent !important;
}
.c_pagenavi .previouspostslink::after,
.c_pagenavi .nextpostslink::after {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  content: "";
  aspect-ratio: 6/12;
  width: clamp(6px, 0.5vw, 8px);
  height: auto;
  background-image: url("../images/common/pages.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.c_pagenavi .previouspostslink::after {
  rotate: -180deg;
}
.c_pagenavi .first,
.c_pagenavi .last,
.c_pagenavi .pages {
  display: none !important;
}

.c_single__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
  border-top: 1px solid #90A0A8;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  padding-top: clamp(16px, 1.5vw, 24px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: clamp(40px, 4vw, 64px);
}
.c_single__nav svg path {
  fill: var(--theme-color);
}
.c_single__nav a {
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  font-weight: 700;
}

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

.mw_wp_form {
  margin-top: clamp(32px, 3.125vw, 50px);
  background-color: #fff;
  color: #333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
@media screen and (min-width: 1001px) {
  .mw_wp_form {
    padding-top: clamp(56px, 5vw, 80px);
    padding-bottom: clamp(56px, 5vw, 80px);
    padding-left: clamp(40px, 6.25vw, 100px);
    padding-right: clamp(40px, 6.25vw, 100px);
  }
}
@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 {
  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: 400;
}
@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: #B75050;
}
.mw_wp_form th > span.any {
  background-color: #90A0A8;
}
.mw_wp_form th small {
  display: block;
}
.mw_wp_form td th {
  font-weight: 400;
}
@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 #90A0A8;
  outline: none;
  font-family: "Noto Sans JP", 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: "Noto Sans JP", 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: "Noto Sans JP", 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: #B75050;
  border-radius: 50%;
  opacity: 0;
}

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

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

.form-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px 32px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: clamp(24px, 2vw, 32px);
}
@media screen and (max-width: 1000px) {
  .form-btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.form-btns a,
.form-btns [type=submit] {
  max-width: 224px;
  width: 100%;
  height: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  font-weight: 700;
  padding: 0;
  color: #fff;
  background-image: url("../images/common/form_arrow.svg");
  background-repeat: no-repeat;
  background-size: 46px;
  background-position: right 10px center;
  background-color: transparent;
  color: #333;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  -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,
.form-btns [type=submit] {
  border-radius: 4px;
  overflow: clip;
}
@media screen and (max-width: 1000px) {
  .form-btns a,
  .form-btns [type=submit] {
    background-size: 36px;
    max-width: 210px;
  }
}
.form-btns a:hover,
.form-btns [type=submit]:hover {
  opacity: 1;
  background-position: right 0 center;
}

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

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

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

/* ↓以下の階層に固定ページ等のscssが格納されています。 */
.main_block {
  margin-top: clamp(72px, 7.1875vw, 115px);
}

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

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
platform----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.p_front__platform {
  margin-top: clamp(64px, 7.5vw, 120px);
}

.p_front__platform___side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(80px, 7.5vw, 120px);
}
@media screen and (max-width: 1000px) {
  .p_front__platform___side {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}

@media screen and (min-width: 1001px) {
  .p_front__platform___wrap {
    -ms-flex-preferred-size: 34.0833333333%;
        flex-basis: 34.0833333333%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media screen and (max-width: 1000px) {
  .p_front__platform___wrap {
    max-width: 410px;
    margin-left: auto;
    margin-right: auto;
  }
}
.p_front__platform___wrap.lazy {
  opacity: 0;
  translate: 0 0;
}
.p_front__platform___wrap.lazy_show {
  opacity: 1;
  -webkit-animation: poyon 0.6s both;
          animation: poyon 0.6s both;
}
@media screen and (min-width: 1001px) {
  .p_front__platform___wrap.lazy_show {
    -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s;
  }
}

.p_front__platform___shadow {
  margin-top: clamp(42px, 3.875vw, 62px);
  opacity: 0.4;
  -webkit-filter: blur(10px);
          filter: blur(10px);
  width: 52.0782396088%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 1001px) {
  .p_front__platform___inner {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 600px;
  }
}

.p_front__platform___slider {
  margin-top: clamp(64px, 10vw, 160px);
  width: 100%;
  overflow: clip;
}

.p_front__platform___slider____inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-animation: text_slide 40s linear infinite;
          animation: text_slide 40s linear infinite;
  font-size: clamp(5rem, 24vw, 15rem);
}

.p_front__platform___slider span {
  display: inline-block;
  white-space: nowrap;
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 800;
  font-size: inherit;
  font-style: italic;
  line-height: 1;
  padding-right: 0.5em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
business----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.p_front__business {
  margin-top: clamp(72px, 11.75vw, 188px);
}

.p_front__business___side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: clamp(80px, 6.75vw, 108px);
}
@media screen and (max-width: 1000px) {
  .p_front__business___side {
    display: block;
  }
}

@media screen and (min-width: 1001px) {
  .p_front__business___inner {
    width: 52.6666666667%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.p_front__business___info {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 72px 1fr;
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: repeat(1, 1fr);
  gap: 0 72px;
  margin-top: clamp(52px, 3.5vw, 56px);
}

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

.p_front__business___info > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
@media screen and (max-width: 1000px) {
  .p_front__business___info {
    gap: 0 24px;
  }
}
@media screen and (max-width: 500px) {
  .p_front__business___info {
    display: block;
  }
}

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

.p_front__business___link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 24px;
  position: relative;
  padding-top: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid #90A0A8;
}
.p_front__business___link:first-of-type {
  border-top: 1px solid #90A0A8;
}
@media screen and (max-width: 1000px) {
  .p_front__business___link {
    padding-right: clamp(32px, 3vw, 48px);
  }
}
@media (hover: hover) {
  .p_front__business___link:hover {
    opacity: 1;
  }
}
@media (hover: none) {
  .p_front__business___link {
    -webkit-transition: all 0s;
    transition: all 0s;
  }
  .p_front__business___link:active {
    opacity: 1;
  }
}

.p_front__business___icon {
  position: relative;
  top: 12px;
}
@media screen and (max-width: 1000px) {
  .p_front__business___icon {
    position: absolute;
    top: 44px;
    right: 0;
  }
}

.p_front__business___link picture {
  aspect-ratio: 102/80;
  width: 27.1276595745%;
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 500px) {
  .p_front__business___link picture {
    width: 102px;
  }
}
.p_front__business___link picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 100% 100%;
     object-position: 100% 100%;
}
@media screen and (min-width: 1001px) {
  .p_front__business___link picture {
    display: none;
  }
}

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

.p_front__business___headwrap ._caption {
  display: block;
  color: #90A0A8;
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 800;
  font-size: clamp(0.875rem, 1.5vw, 0.9375rem);
  font-style: italic;
  line-height: 2;
  text-transform: capitalize;
}

.p_front__business___headwrap ._label {
  margin-top: 8px;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  font-weight: 700;
  line-height: 2;
}

.p_front__business___list {
  margin-top: clamp(8px, 0.625vw, 10px);
}

.p_front__business___item {
  position: relative;
  padding-left: clamp(16px, 1.25vw, 20px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 15px;
  font-weight: 400;
  line-height: 2;
}
.p_front__business___item::before {
  content: "・";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.p_front__business___image {
  display: none;
}
@media screen and (min-width: 1001px) {
  .p_front__business___image {
    display: block;
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    aspect-ratio: 464/592;
    width: 100%;
    height: auto;
  }
}

.p_front__business___pic {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
  width: 100%;
  height: 100%;
}
.p_front__business___pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p_front__business___pic.active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
recruit----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.p_front__recruit {
  margin-top: clamp(112px, 13vw, 208px);
}

.p_front__recruit___images {
  position: relative;
}

.p_front__recruit___surprise {
  position: absolute;
  bottom: -5.5vw;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 800;
  font-size: clamp(7.5rem, 20vw, 12.5rem);
  font-style: italic;
  line-height: 1;
}
@media screen and (min-width: 1601px) {
  .p_front__recruit___surprise {
    bottom: -88px;
  }
}
@media screen and (max-width: 1000px) {
  .p_front__recruit___surprise {
    bottom: -7.5555555556vw;
  }
}
@media screen and (max-width: 500px) {
  .p_front__recruit___surprise {
    bottom: -18.1333333333vw;
  }
}
.p_front__recruit___surprise {
  opacity: 0;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.p_front__recruit___surprise.active {
  opacity: 1;
  -webkit-animation: poyon 0.6s both;
          animation: poyon 0.6s both;
}

@media screen and (max-width: 500px) {
  .p_front__recruit___image img {
    height: 340px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (min-width: 501px) {
  .p_front__recruit___image {
    background: url(../images/home/img_front_recruit.webp);
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 600px;
  }
}
@media screen and (min-width: 501px) and (max-width: 1000px) {
  .p_front__recruit___image {
    height: 400px;
  }
}
@media screen and (min-width: 501px) and (min-width: 1601px) {
  .p_front__recruit___image {
    height: 37.5vw;
  }
}
@media screen and (min-width: 501px) {
  .p_front__recruit___image img {
    display: none;
  }
}

.p_front__recruit___block {
  position: relative;
  margin-top: clamp(72px, 6vw, 96px);
}
@media screen and (max-width: 1000px) {
  .p_front__recruit___block {
    margin-top: 108px;
  }
}

@media screen and (min-width: 1001px) {
  .p_front__recruit___head {
    position: absolute;
    top: 0;
    left: 0;
  }
}

@media screen and (min-width: 1001px) {
  .p_front__recruit___inner {
    text-align: center;
  }
}

.p_front__recruit___btn {
  margin-top: clamp(8px, 4.5vw, 72px);
}
@media screen and (max-width: 1000px) {
  .p_front__recruit___btn {
    gap: 48px;
  }
}
@media screen and (max-width: 500px) {
  .p_front__recruit___btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
company----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.p_front__company {
  position: relative;
  margin-top: clamp(40px, 6.25vw, 100px);
  padding-bottom: clamp(64px, 7.5vw, 120px);
}

.p_front__company___bg {
  position: sticky;
  top: 80px;
  width: 100%;
}
.p_front__company___bg img {
  width: 100%;
}

.p_front__company___side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
}
@media screen and (max-width: 1000px) {
  .p_front__company___side {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (min-width: 1001px) {
  .p_front__company___inner {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media screen and (max-width: 500px) {
  .p_front__company___inner p br {
    display: none;
  }
}

@media screen and (min-width: 1001px) {
  .p_front__company___btns {
    -ms-flex-preferred-size: 280px;
        flex-basis: 280px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.p_front__company___link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 24px;
  padding-bottom: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #90A0A8;
}
.p_front__company___link:first-of-type {
  border-top: 1px solid #90A0A8;
}
@media (hover: hover) {
  .p_front__company___link:hover {
    opacity: 1;
  }
}
@media (hover: none) {
  .p_front__company___link {
    -webkit-transition: all 0s;
    transition: all 0s;
  }
  .p_front__company___link:active {
    opacity: 1;
  }
}

.p_business__block {
  margin-top: clamp(64px, 10vw, 160px);
}

.p_business__columns {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 48px 1fr 48px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(80px, 10vw, 160px) 48px;
}
@media screen and (max-width: 1000px) {
  .p_business__columns {
    -ms-grid-columns: 1fr 24px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 48px 24px;
  }
}
@media screen and (max-width: 500px) {
  .p_business__columns {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 56px;
  }
}

@media screen and (min-width: 501px) {
  .p_business__column {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: minmax(clamp(96px, 11.3333333333vw, 136px), auto) 1fr;
    grid-template-rows: minmax(clamp(96px, 11.3333333333vw, 136px), auto) 1fr;
  }
}
@media screen and (max-width: 1000px) {
  .p_business__column:last-of-type {
    display: block;
  }
}

.p_business__head {
  margin-bottom: clamp(32px, 4vw, 64px);
}

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

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

.p_business__info {
  border-top: 1px solid #90A0A8;
  margin-top: 16px;
  padding-top: 16px;
}

.p_business__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px 32px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

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

.p_business__sns___icon {
  display: block;
  aspect-ratio: 1/1;
  width: clamp(20px, 1.5vw, 24px);
  height: auto;
}
.p_business__sns___icon img {
  width: 100%;
  height: auto;
}

.p_business__sitelink {
  margin-top: 8px;
}

.p_business__sitelink a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}

.p_business__sitelink i {
  aspect-ratio: 24/16;
}
.p_business__sitelink i svg {
  display: block;
  width: 100%;
  height: auto;
}

.p_business__sitelink span {
  display: block;
  font-size: clamp(0.75rem, 1.5vw, 0.9375rem);
  font-weight: 400;
  line-height: 2.4;
  text-decoration: underline;
}

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

.p_solutions__side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: clamp(80px, 7vw, 112px);
}
.p_solutions__side + .p_solutions__side {
  margin-top: clamp(80px, 10vw, 160px);
}
@media screen and (max-width: 1000px) {
  .p_solutions__side {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}

.p_solutions__pic {
  position: relative;
}
@media screen and (min-width: 1001px) {
  .p_solutions__pic {
    top: 10px;
    margin-bottom: -10px;
  }
}
.p_solutions__pic {
  -ms-flex-preferred-size: 368px;
      flex-basis: 368px;
  -ms-flex-preferred-size: 30.6666666667%;
      flex-basis: 30.6666666667%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p_solutions__pic span {
  display: block;
  color: var(--theme-color);
  margin-bottom: clamp(24px, 2vw, 32px);
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 800;
  font-size: 15px;
  font-style: italic;
  line-height: 2;
  text-transform: capitalize;
}

@media screen and (min-width: 1001px) {
  .p_solutions__inner {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

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

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

.p_solutions__def {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
  border-top: 1px solid #90A0A8;
  padding-top: clamp(24px, 2vw, 32px);
}
.p_solutions__def + .p_solutions__def {
  margin-top: clamp(24px, 2vw, 32px);
}
@media screen and (max-width: 500px) {
  .p_solutions__def {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
  }
}

@media screen and (min-width: 601px) {
  .p_solutions__dtit {
    -ms-flex-preferred-size: 130px;
        flex-basis: 130px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media screen and (min-width: 601px) {
  .p_solutions__data {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.p_coaches__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
}
.p_coaches__block + .p_coaches__block {
  margin-top: clamp(96px, 10vw, 160px);
}
@media screen and (max-width: 1000px) {
  .p_coaches__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
}

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

@media screen and (min-width: 1001px) {
  .p_coaches__inner {
    width: clamp(680px, 60vw, 720px);
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.p_coaches__side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: clamp(32px, 4.5vw, 72px);
}
@media screen and (max-width: 1000px) {
  .p_coaches__side {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p_coaches__side > picture {
  width: clamp(240px, 64vw, 320px);
}
@media screen and (min-width: 1001px) {
  .p_coaches__side > picture {
    width: clamp(180px, 26.6666666667vw, 240px);
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.p_coaches__side > picture img {
  width: 100%;
}
.p_coaches__side + .p_coaches__side {
  margin-top: clamp(80px, 7.5vw, 120px);
}

@media screen and (min-width: 1001px) {
  .p_coaches__info {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media screen and (max-width: 1000px) {
  .p_coaches__info {
    width: 100%;
  }
}

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

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

.p_coaches__def {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 32px;
  border-top: 1px solid #90A0A8;
  padding-top: clamp(24px, 2vw, 32px);
}
.p_coaches__def + .p_coaches__def {
  margin-top: clamp(24px, 2vw, 32px);
}
@media screen and (max-width: 500px) {
  .p_coaches__def {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
  }
}

@media screen and (min-width: 601px) {
  .p_coaches__dtit {
    -ms-flex-preferred-size: 110px;
        flex-basis: 110px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

@media screen and (min-width: 601px) {
  .p_coaches__data {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.p_coaches__item {
  position: relative;
  padding-left: 1.25em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p_coaches__item::before {
  content: "●";
  position: absolute;
  top: 0;
  left: 0;
  color: var(--theme-color);
  font-size: clamp(0.5rem, 1vw, 0.625rem);
  font-weight: 400;
  line-height: 320%;
}

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

.p_recruit__side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: clamp(80px, 10vw, 160px);
}
@media screen and (max-width: 1000px) {
  .p_recruit__side {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 56px;
  }
}

@media screen and (min-width: 1001px) {
  .p_recruit__wrap {
    width: clamp(360px, 34.6666666667vw, 416px);
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.p_recruit__head {
  margin-bottom: clamp(32px, 4vw, 64px);
}

@media screen and (min-width: 1001px) {
  .p_recruit__list {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.p_recruit__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: clamp(40px, 4.5vw, 72px);
  border-bottom: 1px solid #90A0A8;
  padding-bottom: clamp(24px, 3.25vw, 52px);
  counter-increment: mycounter;
}
@media screen and (min-width: 1001px) {
  .p_recruit__item {
    padding-left: clamp(16px, 1.5vw, 24px);
  }
  .p_recruit__list.lazy .p_recruit__item {
    opacity: 0;
    position: relative;
    translate: 0 50px;
  }
  .p_recruit__list.lazy_show .p_recruit__item {
    opacity: 1;
    translate: 0 0;
    -webkit-transition: all 1000ms;
    transition: all 1000ms;
  }
  .p_recruit__item:nth-of-type(1) {
    -webkit-transition-delay: 0.5s !important;
            transition-delay: 0.5s !important;
  }
  .p_recruit__item:nth-of-type(2) {
    -webkit-transition-delay: 1s !important;
            transition-delay: 1s !important;
  }
  .p_recruit__item:nth-of-type(3) {
    -webkit-transition-delay: 1.5s !important;
            transition-delay: 1.5s !important;
  }
}
@media screen and (max-width: 500px) {
  .p_recruit__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 24px;
  }
}
.p_recruit__item + .p_recruit__item {
  margin-top: clamp(24px, 3.25vw, 52px);
}

.p_recruit__item___head {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 1001px) {
  .p_recruit__item___head {
    padding-top: clamp(8px, 0.625vw, 10px);
  }
}

.p_recruit__item___num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p_recruit__item___num::after {
  content: counter(mycounter, decimal-leading-zero);
  display: block;
  position: relative;
  top: -0.625vw;
  margin-bottom: -0.625vw;
  color: var(--theme-color);
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 800;
  font-size: clamp(2rem, 4vw, 2.5rem);
  font-style: italic;
  line-height: 2;
}
@media screen and (min-width: 1601px) {
  .p_recruit__item___num::after {
    top: -10px;
    margin-bottom: -10px;
  }
}
@media screen and (max-width: 500px) {
  .p_recruit__item___num::after {
    line-height: 1;
  }
}

@media screen and (min-width: 601px) {
  .p_recruit__item___inner {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.p_recruit__item___catch {
  margin-bottom: clamp(12px, 1vw, 16px);
  font-size: clamp(1.125rem, 2vw, 1.25rem);
  font-weight: 700;
  line-height: 2;
}

.p_company__header .c_item__head {
  margin-top: clamp(40px, 6vw, 96px);
}

.p_company__sec {
  padding-top: 10vw;
}

.p_company__sec .c_lower {
  margin-bottom: 0;
}

.p_company__side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: clamp(72px, 7vw, 112px);
}
@media screen and (max-width: 1000px) {
  .p_company__side {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
  }
}

@media screen and (min-width: 1001px) {
  .p_company__wrap {
    -ms-flex-preferred-size: clamp(320px, 23vw, 368px);
        flex-basis: clamp(320px, 23vw, 368px);
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

@media screen and (min-width: 1001px) {
  .p_company__inner {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
message----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.p_company__pic {
  margin-top: clamp(24px, 4vw, 64px);
}

.p_message__owner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: clamp(12px, 1vw, 16px);
  margin-top: clamp(32px, 2.5vw, 40px);
}
.p_message__owner + .p_message__owner {
  margin-top: 0;
}

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

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

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
message----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
vision----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.p_vision {
  position: relative;
}

.p_vision__bg {
  position: sticky;
  top: 80px;
  width: 100%;
}
.p_vision__bg img {
  width: 100%;
}

.p_vision__lead {
  margin-bottom: clamp(40px, 5vw, 80px);
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 800;
  font-size: clamp(1.5rem, 4.6vw, 2.875rem);
  font-style: italic;
  line-height: 1;
  text-transform: capitalize;
}

.p_vision__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 64px 1fr;
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: repeat(1, 1fr);
  gap: 32px 64px;
  margin-bottom: clamp(40px, 5vw, 80px);
}

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

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

.p_vision__dtit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(12px, 1.25vw, 20px);
  margin-bottom: 8px;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  font-weight: 700;
  line-height: 2;
}
.p_vision__dtit::before {
  content: "";
  display: inline-block;
  aspect-ratio: 1/1;
  width: clamp(12px, 0.8125vw, 13px);
  height: auto;
  background-color: var(--theme-color);
  border-radius: 50%;
}

.p_vision__data {
  position: relative;
  font-size: clamp(0.875rem, 1.5vw, 0.9375rem);
  font-weight: 400;
  line-height: 2;
  padding-left: 1.5em;
  margin-left: 2em;
}
.p_vision__data::before {
  content: "・";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 500px) {
  .p_vision__data {
    margin-left: 1em;
  }
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
message----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
message----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
access----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.p_access__block iframe {
  width: 100%;
  height: clamp(240px, 44.4444444444vw, 400px);
}

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

.p_access__address b {
  display: block;
  margin-bottom: 1em;
  font-size: inherit;
  line-height: 1;
  font-weight: 600;
}

.p_access__address___info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1em;
}

.p_access__address___item {
  text-transform: capitalize;
}

.p_requirements__list {
  border-top: 1px solid #90A0A8;
}

.p_requirements__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  padding-top: clamp(24px, 2vw, 32px);
  padding-bottom: clamp(24px, 2vw, 32px);
  position: relative;
  border-bottom: 1px solid #90A0A8;
}
.p_requirements__link::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  scale: 0 1;
  background-color: var(--theme-color);
  -webkit-transition: inherit;
  transition: inherit;
  -webkit-transform-origin: left;
          transform-origin: left;
}
.p_requirements__link:hover {
  opacity: 1;
}
.p_requirements__link:hover::before {
  scale: 1 1;
}

.p_requirements__label {
  font-size: clamp(1rem, 2vw, 1.25rem);
  font-weight: 700;
  line-height: 2;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/* single */
.p_requirements__head {
  margin-bottom: clamp(56px, 6vw, 96px);
}

.p_requirements__btn {
  width: 100%;
  margin-top: clamp(48px, 5vw, 80px);
}

.p_requirements__btn___link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  height: clamp(88px, 12.2222222222vw, 110px);
  background-color: rgba(63, 176, 220, 0.3);
}
@media (hover: hover) {
  .p_requirements__btn___link:hover {
    opacity: 1;
    background-color: rgba(63, 176, 220, 0.5);
  }
}
@media (hover: none) {
  .p_requirements__btn___link {
    -webkit-transition: all 0s;
    transition: all 0s;
  }
  .p_requirements__btn___link:active {
    opacity: 1;
    background-color: rgba(63, 176, 220, 0.5);
  }
}

.p_requirements__btn___label {
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 2;
}

.p_requirements__btn___top {
  margin-top: clamp(32px, 2.5vw, 40px);
}
.p_requirements__btn___top a {
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  font-weight: 700;
}

.p_contact__head {
  margin-bottom: clamp(56px, 6vw, 96px);
}

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

.p_contact__tab {
  max-width: 296px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: block;
  position: relative;
  text-align: center;
  background-color: transparent;
  border: 1px solid #90A0A8;
  border-radius: 1000px;
  overflow: clip;
}
@media screen and (min-width: 501px) {
  .p_contact__tab {
    padding-top: clamp(10px, 0.6875vw, 11px);
    padding-bottom: clamp(12px, 0.8125vw, 13px);
  }
}
@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) ".";
  position: absolute;
  top: 50%;
  left: 5.4054054054%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.p_contact__active {
  background-color: #90A0A8;
}

.p_contact__line {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 1px;
  background-color: #90A0A8;
  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__head {
  margin-bottom: clamp(56px, 6vw, 96px);
}

.p_policy__block + .p_policy__block {
  margin-top: 40px;
}

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

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

.p_news__head {
  margin-bottom: clamp(56px, 6vw, 96px);
}

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

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

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

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

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

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

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

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

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

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

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

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

.p_post__card___time {
  color: #90A0A8;
  font-size: clamp(0.875rem, 1.5vw, 0.9375rem);
  font-weight: 700;
  line-height: 1.8;
}

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

.p_single__block___head {
  margin-bottom: 24px;
}

.p_single__block___time {
  margin-bottom: 24px;
}

.p_single__block___lead {
  display: block;
  font-size: clamp(1.125rem, 2vw, 1.25rem);
  line-height: 2;
  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;
}

.c_block__found {
  margin-top: clamp(168px, 19.75vw, 316px);
}
@media screen and (max-width: 1100px) {
  .c_block__found {
    margin-top: 96px;
  }
}

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

.p_found__caption {
  display: block;
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 800;
  font-size: clamp(2.25rem, 4.8vw, 3rem);
  font-style: italic;
  line-height: 1;
}

.p_found__label {
  margin-top: clamp(32px, 2.5vw, 40px);
  font-size: inherit;
  font-weight: 700;
}

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