@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=IBM+Plex+Sans+JP:wght@400;500;600;700&display=swap");
/* インデント調整 */
/* センター寄せのインデント調整 */
/* 動作の時間（1001px以上の時,1000px以下の時） */
.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 anim_blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes anim_blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes floating-x {
  0% {
    -webkit-transform: translateX(-5%);
            transform: translateX(-5%);
  }
  100% {
    -webkit-transform: translateX(5%);
            transform: translateX(5%);
  }
}
@keyframes floating-x {
  0% {
    -webkit-transform: translateX(-5%);
            transform: translateX(-5%);
  }
  100% {
    -webkit-transform: translateX(5%);
            transform: translateX(5%);
  }
}
@-webkit-keyframes floating-y {
  0% {
    -webkit-transform: translateY(-5%);
            transform: translateY(-5%);
  }
  100% {
    -webkit-transform: translateY(5%);
            transform: translateY(5%);
  }
}
@keyframes floating-y {
  0% {
    -webkit-transform: translateY(-5%);
            transform: translateY(-5%);
  }
  100% {
    -webkit-transform: translateY(5%);
            transform: translateY(5%);
  }
}
@-webkit-keyframes nuru_x {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  50% {
    clip-path: inset(0);
  }
  100% {
    clip-path: inset(0);
  }
}
@keyframes nuru_x {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  50% {
    clip-path: inset(0);
  }
  100% {
    clip-path: inset(0);
  }
}
@-webkit-keyframes nuru_y {
  0% {
    clip-path: inset(100% 0 0 0);
  }
  50% {
    clip-path: inset(0);
  }
  100% {
    clip-path: inset(0);
  }
}
@keyframes nuru_y {
  0% {
    clip-path: inset(100% 0 0 0);
  }
  50% {
    clip-path: inset(0);
  }
  100% {
    clip-path: inset(0);
  }
}
@-webkit-keyframes yurayura {
  0%, 100% {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
  }
  50% {
    -webkit-transform: rotate(-3deg);
            transform: rotate(-3deg);
  }
}
@keyframes yurayura {
  0%, 100% {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
  }
  50% {
    -webkit-transform: rotate(-3deg);
            transform: rotate(-3deg);
  }
}
@-webkit-keyframes anim_rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes anim_rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes anim_rotate_move {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) rotate(360deg) scale(0.2);
            transform: translate(-50%, -50%) rotate(360deg) scale(0.2);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0) rotate(0) scale(1);
            transform: translate(0, 0) rotate(0) scale(1);
  }
}
@keyframes anim_rotate_move {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) rotate(360deg) scale(0.2);
            transform: translate(-50%, -50%) rotate(360deg) scale(0.2);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0) rotate(0) scale(1);
            transform: translate(0, 0) rotate(0) scale(1);
  }
}
:root {
  font-size: 16px;
}

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

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

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

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

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

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

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

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

figure,
picture {
  display: block;
}

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

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

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

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

@media screen and (min-width: 1001px) {
  th {
    width: 216px;
    border-bottom: 1px solid #2E73BA;
  }
}
@media screen and (max-width: 1000px) {
  th {
    padding-left: 1em;
    padding-right: 1em;
  }
  tr + tr th {
    padding-top: 1em;
  }
}

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

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

.swipe {
  width: 100%;
}
@media screen and (min-width: 1001px) {
  .swipe {
    position: relative;
    padding: 5px 0;
    overflow: hidden;
    z-index: 1;
  }
  .swipe img {
    min-width: 1200px;
  }
  .swipe::before {
    position: absolute;
    content: "";
    z-index: 2;
    max-width: 180px;
    width: 100%;
    max-height: 56px;
    height: 100%;
    top: 60px;
    left: 20px;
    background-image: url(../images/svg_swipe.svg);
    background-position: center left;
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-animation: 2s ease-in-out alternate infinite please__swipe;
            animation: 2s ease-in-out alternate infinite please__swipe;
  }
  .swipe::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(221, 221, 221, 0.6);
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
  }
  .swipe__on {
    overflow: auto;
    white-space: nowrap;
  }
  .swipe__on::after, .swipe__on::before {
    opacity: 0;
    z-index: -1;
    -webkit-animation: none;
            animation: none;
  }
  .swipe__on::-webkit-scrollbar {
    height: 5px;
  }
  .swipe__on::-webkit-scrollbar-track, .swipe__on::-webkit-scrollbar-thumb {
    background: #bcbcbc;
  }
  .swipe th,
  .swipe td {
    display: table-cell !important;
    white-space: nowrap;
  }
}

/* ▽▽▽▽ container ▽▽▽▽ */
.container {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 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: 1200px) {
  .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: 1200px) {
  .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: 1200px) {
  .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_pic img {
  width: 100%;
  border-radius: 30px;
  overflow: clip;
}
@media screen and (max-width: 500px) {
  .c_pic img {
    border-radius: 15px;
    overflow: clip;
  }
}

/* △△△△追従△△△△ */
/* ▽▽▽▽文字囲み▽▽▽▽ */
.js-wrap_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
}
.js-wrap span:not(.js-wrap_text) {
  position: relative;
  display: block;
  -webkit-transform: translate(0, 105%);
          transform: translate(0, 105%);
  -webkit-transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
.js-wrap.lazy_show span {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.c_header__block {
  padding-top: clamp(30px, 3.2vw, 32px);
  padding-left: clamp(24px, 4vw, 40px);
  padding-right: clamp(24px, 4vw, 40px);
  padding-bottom: clamp(30px, 3.2vw, 32px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 1101px) {
  .c_header__block {
    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;
  }
}
@media screen and (max-width: 1100px) {
  .c_header__block {
    display: block;
  }
}

.c_header__logo {
  width: clamp(135px, 13.875vw, 222px);
}

.c_header__logo .c_header__link {
  display: block;
}

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

@media screen and (max-width: 1100px) {
  .c_header__menu {
    position: fixed;
    top: 0;
    right: 0;
    max-width: 500px;
    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) {
  .c_header__menu.c_header__active {
    clip-path: inset(0 0% 0% 0%);
  }
}
.c_header__line {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  background-color: #fff;
  translate: -50% -50%;
  -webkit-transition: inherit;
  transition: inherit;
}
.c_header__active .c_header__line {
  opacity: 0;
}

.c_header__trigger {
  position: fixed;
  top: 20px;
  right: 20px;
  aspect-ratio: 1/1;
  background-color: #2E73BA;
  width: 48px;
  height: auto;
  border-radius: 50%;
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .c_header__trigger {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .c_header__trigger {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
.c_header__trigger {
  z-index: 10;
}
@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;
}
.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: 32px;
  }
}

.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;
    color: #2EACD6;
  }
  .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;
    color: #2EACD6;
  }
  .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);
  }
}
.c_header__megaMenu___open svg {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1100px) {
  .c_header__megaMenu___open svg {
    display: none;
  }
}
@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: rgba(255, 255, 255, 0.9);
    clip-path: inset(0 -50vw 100%);
    display: block;
    padding: 40px;
    position: absolute;
    z-index: 5;
    top: 30px;
    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;
    border-radius: 30px;
    overflow: clip;
  }
}
@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;
}

.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: #333;
  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;
    color: #2EACD6;
  }
}
@media (hover: none) {
  .c_header__megaMenu___link {
    -webkit-transition: all 0s;
    transition: all 0s;
  }
  .c_header__megaMenu___link:active {
    opacity: 1;
    color: #2EACD6;
  }
}

.c_header__megaMenu___link::before {
  content: "";
  display: block;
  aspect-ratio: 1/1;
  width: 8px;
  height: auto;
  border-radius: 50%;
  overflow: clip;
  background-color: #2EACD6;
}

.c_header__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
@media screen and (max-width: 1100px) {
  .c_header__btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}

.c_header__btnlink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 176px;
  height: 56px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  border-radius: 800px;
  overflow: clip;
}
@media screen and (max-width: 1100px) {
  .c_header__btnlink {
    width: 100%;
    height: auto;
    border-radius: 0;
    padding: 1em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.c_header__btnlink[href*=contact] {
  background-color: #2E73BA;
}
.c_header__btnlink[href*=entry] {
  background-color: #6EBD71;
}

@media (min-width: 768px) {
  .c_header__list {
    gap: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  .c_header__list {
    gap: clamp(24px, 2vw, 32px);
  }
}
@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 {
  display: block;
  position: sticky;
  top: 20px;
  z-index: -1;
  overflow: hidden;
}

.c_mv__container {
  padding-left: clamp(20px, 3vw, 48px);
  padding-right: clamp(20px, 3vw, 48px);
}

.c_mv__head {
  color: #2E73BA;
  margin-bottom: 16px;
}

.c_mv__lead {
  font-size: clamp(2.5rem, 6vw, 3.75rem);
  font-weight: 600;
  line-height: 1.2;
}

.c_mv__caption {
  display: block;
  font-size: clamp(0.875rem, 1.6vw, 1rem);
  font-weight: 600;
  line-height: 2;
  text-align: right;
  text-transform: capitalize;
}

.c_mv__slider {
  border-radius: 30px;
  overflow: clip;
  overflow: hidden;
}
@media screen and (min-width: 1201px) {
  .c_mv__slider {
    height: calc(100vh - 160px);
  }
}
@media screen and (max-width: 600px) {
  .c_mv__slider {
    height: 480px;
  }
}
@media screen and (max-width: 600px) {
  .c_mv__slider {
    border-radius: 20px;
    overflow: clip;
  }
}
.c_mv__slider img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 600px) {
  .c_mv__slider img._pc {
    display: none;
  }
}
@media screen and (min-width: 601px) {
  .c_mv__slider img._sp {
    display: none;
  }
}

.c_mv__slider .slick-list,
.c_mv__slider .slick-track {
  width: 100%;
  height: 100%;
}

.c_kv {
  display: block;
}

.c_kv__caption {
  font-size: clamp(2.25rem, 6.4vw, 4rem);
  font-weight: 600;
  line-height: 1.5;
  text-transform: uppercase;
  overflow-wrap: break-word;
}

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

.c_kv__pic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.c_kv__pic::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(8, 93, 181, 0)), to(#085DB5)), -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2)));
  background: linear-gradient(180deg, rgba(8, 93, 181, 0) 0%, #085DB5 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}
.c_kv__pic._recruit::before {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30.29%, rgba(46, 172, 214, 0)), to(#2EACD6)), -webkit-gradient(linear, left top, left bottom, color-stop(50.48%, rgba(46, 172, 214, 0)), to(#2EACD6));
  background: linear-gradient(180deg, rgba(46, 172, 214, 0) 30.29%, #2EACD6 100%), linear-gradient(180deg, rgba(46, 172, 214, 0) 50.48%, #2EACD6 100%);
}
.c_kv__pic img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1600px) {
  .c_kv__pic img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.c_kv._block {
  position: relative;
  padding-top: clamp(120px, 12.5vw, 200px);
  padding-bottom: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  color: #fff;
}

.c_kv._block .c_kv__bread {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: clamp(120px, 10vw, 160px);
}

.c_kv._single {
  padding-top: clamp(40px, 5vw, 80px);
}

.c_kv._single .c_kv__head {
  margin-bottom: 8px;
}

.c_kv._single .c_kv__lead {
  color: #2E73BA;
}

.c_kv._single .c_bread__block {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.c_bread {
  font-size: clamp(0.8125rem, 1.4vw, 0.875rem);
}
.c_bread span,
.c_bread a {
  font-size: inherit;
  color: inherit;
}

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

.c_cta {
  padding-top: clamp(56px, 6vw, 96px);
  padding-bottom: clamp(56px, 6vw, 96px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 1001px) {
  .c_cta {
    border-top: 1px solid #CFCFCF;
  }
}
@media screen and (max-width: 1000px) {
  .c_cta {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

.c_cta__head {
  margin-bottom: 32px;
}

.c_cta__caption {
  color: #2E73BA;
  font-size: clamp(3rem, 6.4vw, 4rem);
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
}

.c_cta__side {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr clamp(120px, 18.125vw, 290px) 1fr;
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: repeat(1, 1fr);
  gap: clamp(120px, 18.125vw, 290px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
}

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

.c_cta__side > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.c_cta__side::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: #2E73BA;
}
@media screen and (min-width: 1001px) {
  .c_cta__side::after {
    width: 2px;
    height: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .c_cta__side {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 98px;
  }
  .c_cta__side::after {
    width: 100%;
    max-width: 192px;
    height: 2px;
  }
}

.c_cta__item {
  text-align: center;
}
@media screen and (min-width: 1001px) {
  .c_cta__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.c_cta__tel {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 8px;
  font-size: clamp(1.5rem, 3vw, 1.875rem);
  font-weight: 600;
  line-height: 1.2;
}

.c_cta__unit {
  text-transform: capitalize;
  font-size: 20px;
  line-height: inherit;
}

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

.c_cta__time {
  display: block;
  margin-top: 6px;
  font-size: clamp(0.875rem, 1.5vw, 0.9375rem);
  font-weight: 500;
  line-height: 2;
}

.c_cta__lead {
  font-size: clamp(1.125rem, 2.4vw, 1.5rem);
  font-weight: 600;
  line-height: 2;
}
@media screen and (max-width: 600px) {
  .c_cta__lead br {
    display: none;
  }
}

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

.c_cta__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  margin-top: 24px;
}

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

.c_footer {
  position: relative;
}
@media screen and (min-width: 1001px) {
  .c_footer {
    margin-top: clamp(100px, 12.5vw, 200px);
  }
}

.c_footer__block {
  background-color: #E8E8E8;
  padding-bottom: clamp(64px, 7.5vw, 120px);
}
@media screen and (max-width: 1000px) {
  .c_footer__block {
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    overflow: clip;
  }
}
@media screen and (min-width: 1001px) {
  .c_footer__block {
    padding-top: clamp(56px, 6.5vw, 104px);
    border-top-left-radius: 80px;
    border-top-right-radius: 80px;
    overflow: clip;
  }
}

.c_footer__logo {
  width: clamp(170px, 13.875vw, 222px);
}
@media screen and (max-width: 1000px) {
  .c_footer__logo {
    margin-left: auto;
    margin-right: auto;
  }
}

.c_footer__logo .c_header__link {
  display: block;
}

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

@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;
    gap: 40px;
  }
}

@media screen and (min-width: 1001px) {
  .c_footer__content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media screen and (max-width: 1000px) {
  .c_footer__content {
    text-align: center;
  }
}

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

@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;
  }
}
@media screen and (min-width: 1001px) {
  .c_footer__nav {
    width: 100%;
    max-width: 690px;
  }
}
.c_footer__nav .menu {
  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 .menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px 40px;
    height: 160px;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .c_footer__nav .menu {
    gap: 8px 28px;
  }
}
@media screen and (min-width: 1001px) {
  .c_footer__nav .menu li {
    font-size: 16px;
    font-weight: 500;
  }
  .c_footer__nav .menu a {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
  }
}
.c_footer__nav .menu {
  /* @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 #CECECE;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .c_footer__nav li:nth-child(even) {
    border-left: 1px solid #CECECE;
  }
  .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;
  }
}
@media screen and (max-width: 1000px) {
  .c_footer__nav .sub-menu,
  .c_footer__nav .children {
    display: none !important;
  }
}
.c_footer__nav .sub-menu,
.c_footer__nav .children {
  display: block;
  margin-top: 8px;
}
.c_footer__nav .sub-menu li,
.c_footer__nav .children li {
  font-size: 15px;
  font-weight: 500;
  line-height: 2;
  overflow: hidden;
}
.c_footer__nav .sub-menu a,
.c_footer__nav .children a {
  position: relative;
}
.c_footer__nav .sub-menu a::before,
.c_footer__nav .children a::before {
  content: "・";
}

.c_footer__copy {
  display: block;
  font-size: clamp(0.75rem, 1.6vw, 1rem);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: clamp(20px, 5vw, 80px);
}
@media screen and (max-width: 1000px) {
  .c_footer__copy {
    text-align: center;
  }
}

.c_footer__rtt {
  position: absolute;
  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: 40px;
  height: auto;
  background-color: #2E73BA;
  border-radius: 32px;
  overflow: clip;
}
@media screen and (min-width: 1001px) {
  .c_footer__rtt {
    display: none;
  }
}
.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;
}

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

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

.c_block__side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: clamp(80px, 7.5vw, 120px);
}
@media screen and (max-width: 900px) {
  .c_block__side {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}

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

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

.c_main__lead {
  font-size: clamp(1.25rem, 3.2vw, 2rem);
  font-weight: 600;
  line-height: 1.5;
}
.c_main__lead + .c_main__caption {
  margin-top: clamp(24px, 2vw, 32px);
}

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

.c_main__headline {
  color: #2E73BA;
  margin-bottom: clamp(40px, 3.5vw, 56px);
  padding: clamp(12px, 1vw, 16px);
  border-bottom: 2px solid #6EBD71;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: clamp(1.125rem, 2.4vw, 1.5rem);
  font-weight: 600;
}

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

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

.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;
  font-size: clamp(0.8125rem, 1.6vw, 1rem);
  color: #2EACD6;
}

.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;
  color: #2EACD6;
}

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

.c_top__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
}
.c_top__link:hover {
  opacity: 1;
  color: #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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 600px) {
  .c_btn {
    gap: 8px;
  }
}

@media screen and (min-width: 1001px) {
  .c_btn__start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .c_btn__end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.c_btn__link {
  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;
  color: #2EACD6;
  border: 1px solid;
  background-color: #2EACD6;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 248px;
  height: 56px;
  padding: 6px 6px 6px 24px;
  box-sizing: border-box;
  border-radius: 800px;
  overflow: clip;
}
@media screen and (max-width: 500px) {
  .c_btn__link {
    width: 200px;
    height: 46px;
  }
}
.c_btn__link._recruit {
  color: #6EBD71;
  background-color: #6EBD71;
}
.c_btn__link._w {
  background-color: #fff;
}
.c_btn__link._w .c_btn__label {
  color: currentColor;
}
.c_btn__link._w .c_btn__arrow {
  background-color: currentColor;
}
.c_btn__link._w .c_btn__arrow path {
  fill: #fff;
}
@media (hover: hover) {
  .c_btn__link._w:hover {
    background-color: #2EACD6;
  }
  .c_btn__link._w:hover .c_btn__label {
    color: #fff;
  }
  .c_btn__link._w:hover .c_btn__arrow {
    background-color: #fff;
  }
  .c_btn__link._w:hover .c_btn__arrow path {
    fill: #2EACD6;
  }
}
@media (hover: none) {
  .c_btn__link._w {
    -webkit-transition: all 0s;
    transition: all 0s;
  }
  .c_btn__link._w:active {
    background-color: #2EACD6;
  }
  .c_btn__link._w:active .c_btn__label {
    color: #fff;
  }
  .c_btn__link._w:active .c_btn__arrow {
    background-color: #fff;
  }
  .c_btn__link._w:active .c_btn__arrow path {
    fill: #2EACD6;
  }
}
@media (hover: hover) {
  .c_btn__link:hover {
    opacity: 1;
    background-color: #fff;
  }
  .c_btn__link:hover .c_btn__label {
    color: currentColor;
  }
  .c_btn__link:hover .c_btn__arrow {
    background-color: currentColor;
  }
  .c_btn__link:hover .c_btn__arrow path {
    fill: #fff;
  }
}
@media (hover: none) {
  .c_btn__link {
    -webkit-transition: all 0s;
    transition: all 0s;
  }
  .c_btn__link:active {
    opacity: 1;
    background-color: #fff;
  }
  .c_btn__link:active .c_btn__label {
    color: currentColor;
  }
  .c_btn__link:active .c_btn__arrow {
    background-color: currentColor;
  }
  .c_btn__link:active .c_btn__arrow path {
    fill: #fff;
  }
}

.c_btn__label {
  display: block;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  font-weight: 600;
  line-height: 2;
  color: #fff;
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .c_btn__label {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .c_btn__label {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}

.c_btn__arrow {
  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: 44px;
  border-radius: 50%;
  overflow: clip;
  background-color: #fff;
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .c_btn__arrow {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .c_btn__arrow {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 500px) {
  .c_btn__arrow {
    width: 34px;
  }
}
.c_btn__arrow svg {
  aspect-ratio: 7/12;
  width: 7px;
  height: auto;
}
.c_btn__arrow path {
  fill: currentColor;
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .c_btn__arrow path {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .c_btn__arrow path {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}

.c_btn__large {
  max-width: 400px;
}

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

.c_banner__side {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0 1fr;
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: repeat(1, 1fr);
  gap: 0;
  border-radius: 30px;
  overflow: clip;
}

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

.c_banner__side > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
@media screen and (max-width: 900px) {
  .c_banner__side {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 500px) {
  .c_banner__side {
    border-radius: 15px;
    overflow: clip;
  }
}

.c_banner__item {
  position: relative;
  color: #2EACD6;
}
@media (hover: hover) {
  .c_banner__item:hover {
    opacity: 1;
  }
  .c_banner__item:hover img {
    scale: 1.05;
  }
  .c_banner__item:hover .c_banner__arrow {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}
@media (hover: none) {
  .c_banner__item {
    -webkit-transition: all 0s;
    transition: all 0s;
  }
  .c_banner__item:active {
    opacity: 1;
  }
  .c_banner__item:active img {
    scale: 1.05;
  }
  .c_banner__item:active .c_banner__arrow {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}

.c_banner__item picture {
  position: relative;
  overflow: hidden;
}
.c_banner__item picture::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 76.6666666667%;
  height: 100%;
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .c_banner__item picture::after {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .c_banner__item picture::after {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
.c_banner__item picture::after {
  background: -webkit-gradient(linear, left top, right top, from(rgba(46, 172, 214, 0)), to(#2EACD6));
  background: linear-gradient(90deg, rgba(46, 172, 214, 0) 0%, #2EACD6 100%);
}
.c_banner__item picture img {
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .c_banner__item picture img {
    -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
  }
}
@media screen and (max-width: 1000px) {
  .c_banner__item picture img {
    -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
  }
}
.c_banner__item picture img {
  min-height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}

.c_banner__inner {
  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: 20px;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 100%;
  padding-left: clamp(20px, 3vw, 48px);
  padding-right: clamp(20px, 3vw, 48px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.c_banner__head {
  color: #fff;
}

.c_banner__caption {
  font-size: clamp(0.875rem, 1.6666666667vw, 1.25rem);
  font-weight: 600;
  line-height: 1.5;
  text-transform: uppercase;
}

.c_banner__lead {
  margin-top: 8px;
  font-size: clamp(1.25rem, 2.6666666667vw, 2rem);
  font-weight: 600;
  line-height: 1.5;
}

.c_banner__arrow {
  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-negative: 0;
      flex-shrink: 0;
  aspect-ratio: 1/1;
  width: clamp(32px, 3.6666666667vw, 44px);
  border-radius: 50%;
  overflow: clip;
  background-color: #fff;
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .c_banner__arrow {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .c_banner__arrow {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
.c_banner__arrow svg {
  aspect-ratio: 7/12;
  width: 7px;
  height: auto;
}
.c_banner__arrow path {
  fill: currentColor;
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .c_banner__arrow path {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .c_banner__arrow path {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}

.c_banner__single {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 30px;
  overflow: clip;
}
@media screen and (max-width: 900px) {
  .c_banner__single {
    max-width: 500px;
  }
}
@media screen and (max-width: 500px) {
  .c_banner__single {
    border-radius: 20px;
    overflow: clip;
  }
}

.c_banner__single .c_banner__item picture::after {
  background: -webkit-gradient(linear, left top, right top, from(rgba(46, 115, 186, 0)), to(#2E73BA));
  background: linear-gradient(90deg, rgba(46, 115, 186, 0) 0%, #2E73BA 100%);
}

.c_banner__single .c_banner__item {
  color: #2E73BA;
}

/* 以下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;
}

@media screen and (min-width: 901px) {
  .c_pagelist {
    -ms-flex-preferred-size: 200px;
        flex-basis: 200px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.c_pagelist li + li {
  margin-top: clamp(8px, 0.75vw, 12px);
}
.c_pagelist a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
  line-height: 1.5;
  font-weight: 600;
  opacity: 0.3;
}
.c_pagelist a::before {
  content: "";
  display: inline-block;
  position: relative;
  top: clamp(6px, 0.5833333333vw, 7px);
  aspect-ratio: 1/1;
  width: 8px;
  height: auto;
  border-radius: 50%;
  background-color: #2E73BA;
  opacity: 0;
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .c_pagelist a::before {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .c_pagelist a::before {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
.c_pagelist a.c_anchor__active, .c_pagelist a[aria-current=page] {
  opacity: 1;
}
.c_pagelist a.c_anchor__active::before, .c_pagelist a[aria-current=page]::before {
  opacity: 1;
}
@media screen and (max-width: 1000px) {
  .c_pagelist a br {
    display: none;
  }
}
@media (hover: hover) {
  .c_pagelist a:hover {
    opacity: 1;
  }
  .c_pagelist a:hover::before {
    opacity: 1;
  }
}
@media (hover: none) {
  .c_pagelist a {
    -webkit-transition: all 0s;
    transition: all 0s;
  }
  .c_pagelist a:active {
    opacity: 1;
  }
  .c_pagelist a:active::before {
    opacity: 1;
  }
}

.c_pagelist__nav {
  position: sticky;
  z-index: 1;
  top: clamp(72px, 6.875vw, 110px);
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  background-color: #FAFAFA;
  padding-top: clamp(20px, 2vw, 32px);
  padding-left: clamp(20px, 1.5vw, 24px);
  padding-right: clamp(20px, 1.5vw, 24px);
  padding-bottom: clamp(20px, 2vw, 32px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 30px;
  overflow: clip;
}
@media screen and (max-width: 500px) {
  .c_pagelist__nav {
    border-radius: 15px;
    overflow: clip;
  }
}

.c_pagenavi .wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  font-size: clamp(0.75rem, 1.6vw, 1rem);
  margin-top: clamp(56px, 5vw, 80px);
  padding-top: clamp(32px, 2.5vw, 40px);
  border-top: 1px solid #CFCFCF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.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;
  line-height: 1;
  font-weight: 600 !important;
  border-radius: 32px;
  overflow: clip;
}
@media screen and (min-width: 1001px) {
  .c_pagenavi span,
  .c_pagenavi a {
    width: 32px;
  }
}
@media screen and (max-width: 1000px) {
  .c_pagenavi span,
  .c_pagenavi a {
    width: 24px;
  }
}
.c_pagenavi span.current, .c_pagenavi span:hover,
.c_pagenavi a.current,
.c_pagenavi a:hover {
  opacity: 1;
  color: #2EACD6;
}
.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: 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 #CFCFCF;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  padding-top: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: clamp(40px, 5vw, 80px);
}
.c_single__nav a {
  font-weight: 600;
}
@media (hover: hover) {
  .c_single__nav a:hover {
    opacity: 1;
    color: #2EACD6;
  }
}
@media (hover: none) {
  .c_single__nav a {
    -webkit-transition: all 0s;
    transition: all 0s;
  }
  .c_single__nav a:active {
    opacity: 1;
    color: #2EACD6;
  }
}

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

.mw_wp_form {
  margin-top: clamp(32px, 3.125vw, 50px);
  background-color: #FAFAFA;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  border-radius: 30px;
  overflow: clip;
}
@media screen and (max-width: 500px) {
  .mw_wp_form {
    border-radius: 15px;
    overflow: clip;
  }
}
@media screen and (min-width: 1001px) {
  .mw_wp_form {
    padding-top: clamp(56px, 6.25vw, 100px);
    padding-bottom: clamp(56px, 6.25vw, 100px);
    padding-left: clamp(40px, 6.25vw, 100px);
    padding-right: clamp(40px, 6.25vw, 100px);
  }
}
@media screen and (max-width: 1000px) {
  .mw_wp_form {
    padding-top: 56px;
    padding-bottom: 56px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 1001px) {
  .mw_wp_form.mw_wp_form_input small {
    margin-top: -12px;
    line-height: 2;
  }
}
@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: 600;
}
@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;
  font-size: 14px;
  font-weight: 600;
}
@media screen and (max-width: 1000px) {
  .mw_wp_form th > span {
    top: 50%;
    left: 0;
    width: 40px;
    line-height: 30px;
    translate: 0 -50%;
  }
}
.mw_wp_form th > span.required {
  background-color: #C50000;
}
.mw_wp_form th > span.any {
  background-color: #999999;
}
.mw_wp_form th small {
  display: block;
}
.mw_wp_form td th {
  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 #ccc;
  outline: none;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
}
@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;
}
.mw_wp_form input[name*=tel],
.mw_wp_form textarea[name*=tel],
.mw_wp_form select[name*=tel] {
  max-width: 280px;
}
.mw_wp_form input[name*=postcode],
.mw_wp_form textarea[name*=postcode],
.mw_wp_form select[name*=postcode] {
  max-width: 180px;
}
@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: 500;
  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: "IBM Plex Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  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: "IBM Plex Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  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;
  font-weight: 600;
}
@media screen and (min-width: 1001px) {
  .mwform-checkbox-field-text {
    line-height: 57px;
  }
}
@media screen and (max-width: 1000px) {
  .mwform-checkbox-field-text {
    line-height: 32px;
  }
}
.mwform-checkbox-field-text::before {
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  content: "";
  display: block;
  aspect-ratio: 1/1;
  width: 32px;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  background-image: none;
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center center;
  border: 1px solid #ccc;
}

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

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

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

.file-text {
  display: block;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  font-weight: 500;
  line-height: 2;
  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: 500;
  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: #2EACD6;
  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);
}
.form-btns a,
.form-btns [type=submit] {
  max-width: 320px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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;
  background-image: url("../images/common/icon_contact_btn.svg");
  background-repeat: no-repeat;
  background-size: 44px;
  background-position: right 16px center;
  background-color: #2EACD6;
  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] {
  text-align: left;
  max-width: 248px;
  width: 248px;
  height: 56px;
  padding: 6px 6px 6px 24px;
  border-radius: 800px;
  overflow: clip;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  font-weight: 600;
  line-height: 2;
  color: #fff;
}
.form-btns a:hover,
.form-btns [type=submit]:hover {
  opacity: 1;
  background-position: right 10px 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;
}

/* ↓以下の階層に固定ページ等のscssが格納されています。 */
.p_front {
  padding-top: clamp(64px, 7vw, 112px);
}

.p_front__block {
  margin-top: clamp(20px, 7vw, 112px);
  background-color: #fff;
}
@media screen and (max-width: 900px) {
  .p_front__block {
    margin-top: 20px;
  }
}

.p_front__head {
  margin-bottom: clamp(48px, 3.5vw, 56px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 901px) {
  .p_front__head._start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (min-width: 901px) {
  .p_front__head._row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 24px;
  }
}

.p_front__caption {
  display: block;
  font-size: clamp(3rem, 6.4vw, 4rem);
  font-weight: 600;
  line-height: 1.5;
  text-transform: uppercase;
}

.p_front__lead {
  color: #2E73BA;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  font-weight: 600;
  line-height: 2;
}
.p_front__lead._w {
  color: #fff;
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
about us----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.p_front__about {
  color: #fff;
  background-image: url("../images/home/bg_home_about01.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-top: clamp(104px, 9vw, 144px);
  padding-bottom: clamp(88px, 9vw, 144px);
}
@media screen and (min-width: 1601px) {
  .p_front__about {
    padding-top: 9vw;
    padding-bottom: 9vw;
  }
}

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

@media screen and (min-width: 901px) {
  .p_front__about___inner {
    width: 100%;
    max-width: 632px;
  }
}

.p_front__about__lead {
  font-size: clamp(1.25rem, 3.2vw, 2rem);
  font-weight: 600;
  line-height: 1.5;
}
.p_front__about__lead + p {
  margin-top: clamp(24px, 2vw, 32px);
}

.p_front__about___btns {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (min-width: 901px) {
  .p_front__about___btns {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
business----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.p_front__business {
  color: #fff;
  padding-top: clamp(88px, 7.5vw, 120px);
  padding-bottom: 160px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40.38%, #085DB5), to(rgba(8, 93, 181, 0))), #FFFFFF;
  background: linear-gradient(180deg, #085DB5 40.38%, rgba(8, 93, 181, 0) 100%), #FFFFFF;
}

.p_front__business__lead {
  font-size: clamp(1.25rem, 3.2vw, 2rem);
  font-weight: 600;
  line-height: 1.5;
}
.p_front__business__lead + p {
  margin-top: clamp(24px, 2vw, 32px);
  max-width: 856px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 601px) {
  .p_front__business__lead {
    text-align: center;
  }
  .p_front__business__lead + p {
    text-align: center;
  }
}

.p_front__business___grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px 1fr;
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: repeat(1, 1fr);
  gap: 24px;
  margin-top: clamp(64px, 5vw, 80px);
}

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

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

.p_front__business___item,
.p_front__business___works {
  border-radius: 30px;
  overflow: clip;
}
@media screen and (max-width: 500px) {
  .p_front__business___item,
  .p_front__business___works {
    border-radius: 15px;
    overflow: clip;
  }
}
.p_front__business___item img,
.p_front__business___works img {
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .p_front__business___item img,
  .p_front__business___works img {
    -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
  }
}
@media screen and (max-width: 1000px) {
  .p_front__business___item img,
  .p_front__business___works img {
    -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
  }
}
@media (hover: hover) {
  .p_front__business___item:hover,
  .p_front__business___works:hover {
    opacity: 1;
  }
  .p_front__business___item:hover img,
  .p_front__business___works:hover img {
    scale: 1.05;
  }
}
@media (hover: none) {
  .p_front__business___item,
  .p_front__business___works {
    -webkit-transition: all 0s;
    transition: all 0s;
  }
  .p_front__business___item:active,
  .p_front__business___works:active {
    opacity: 1;
  }
  .p_front__business___item:active img,
  .p_front__business___works:active img {
    scale: 1.05;
  }
}

.p_front__business___item {
  position: relative;
  -ms-grid-column-span: 1;
  grid-column: span 1;
}
@media screen and (max-width: 900px) {
  .p_front__business___item img {
    width: 100%;
    height: 242px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 700px) {
  .p_front__business___item {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
}
.p_front__business___item ._btn {
  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;
  position: absolute;
  bottom: clamp(16px, 1.5vw, 24px);
  right: clamp(16px, 1.5vw, 24px);
  color: #2EACD6;
  background-color: #2EACD6;
  width: 248px;
  height: 56px;
  padding: 6px 6px 6px 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 800px;
  overflow: clip;
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .p_front__business___item ._btn {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .p_front__business___item ._btn {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 500px) {
  .p_front__business___item ._btn {
    width: 200px;
    height: 46px;
  }
}
.p_front__business___item ._label {
  display: block;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  font-weight: 600;
  line-height: 2;
  color: #fff;
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .p_front__business___item ._label {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .p_front__business___item ._label {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
.p_front__business___item ._arrow {
  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: 44px;
  border-radius: 50%;
  overflow: clip;
  background-color: #fff;
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .p_front__business___item ._arrow {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .p_front__business___item ._arrow {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 500px) {
  .p_front__business___item ._arrow {
    width: 34px;
  }
}
.p_front__business___item ._arrow svg {
  aspect-ratio: 7/12;
  width: 7px;
  height: auto;
}
.p_front__business___item ._arrow path {
  fill: currentColor;
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .p_front__business___item ._arrow path {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .p_front__business___item ._arrow path {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media (hover: hover) {
  .p_front__business___item:hover ._btn {
    background-color: #fff;
  }
  .p_front__business___item:hover ._label {
    color: currentColor;
  }
  .p_front__business___item:hover ._arrow {
    background-color: currentColor;
  }
  .p_front__business___item:hover ._arrow path {
    fill: #fff;
  }
}
@media (hover: none) {
  .p_front__business___item {
    -webkit-transition: all 0s;
    transition: all 0s;
  }
  .p_front__business___item:active ._btn {
    background-color: #fff;
  }
  .p_front__business___item:active ._label {
    color: currentColor;
  }
  .p_front__business___item:active ._arrow {
    background-color: currentColor;
  }
  .p_front__business___item:active ._arrow path {
    fill: #fff;
  }
}

.p_front__business___works {
  position: relative;
  -ms-grid-column-span: 2;
  grid-column: span 2;
}
@media screen and (max-width: 900px) {
  .p_front__business___works {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
@media (hover: hover) {
  .p_front__business___works:hover ._arrow {
    background-color: #2EACD6;
    color: #fff;
  }
}
@media (hover: none) {
  .p_front__business___works {
    -webkit-transition: all 0s;
    transition: all 0s;
  }
  .p_front__business___works:active ._arrow {
    background-color: #2EACD6;
    color: #fff;
  }
}

@media screen and (max-width: 900px) {
  .p_front__business___works picture {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
  }
  .p_front__business___works picture img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.p_front__business___works ._inner {
  position: relative;
  z-index: 1;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  max-width: 928px;
  padding-left: 24px;
  padding-right: 24px;
}
.p_front__business___works ._inner p {
  font-size: clamp(1.125rem, 2.4vw, 1.5rem);
  font-weight: 600;
  line-height: 1.8;
}
.p_front__business___works ._inner .p_front__head {
  margin-bottom: 0;
}
@media screen and (min-width: 901px) {
  .p_front__business___works ._inner {
    gap: 48px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 900px) {
  .p_front__business___works ._inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 48px;
  }
}

.p_front__business___works ._arrow {
  position: relative;
  z-index: 1;
  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(40px, 3.5vw, 56px);
  border-radius: 50%;
  overflow: clip;
  color: #2EACD6;
  background-color: #fff;
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .p_front__business___works ._arrow {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .p_front__business___works ._arrow {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (min-width: 901px) {
  .p_front__business___works ._arrow {
    position: absolute;
    right: 3.3333333333%;
    bottom: clamp(20px, 2.5vw, 40px);
  }
}
@media screen and (max-width: 900px) {
  .p_front__business___works ._arrow {
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
  }
}
.p_front__business___works ._arrow svg {
  aspect-ratio: 8/15;
  width: clamp(7px, 0.5vw, 8px);
  height: auto;
}
.p_front__business___works ._arrow path {
  fill: currentColor;
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .p_front__business___works ._arrow path {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .p_front__business___works ._arrow path {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}

.p_front__business___catch {
  margin-top: clamp(64px, 6.5vw, 104px);
}
.p_front__business___catch span {
  display: block;
  font-size: clamp(3.5rem, 10vw, 6.25rem);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.04em;
}
.p_front__business___catch p {
  margin-top: clamp(24px, 2vw, 32px);
  font-size: clamp(1.125rem, 2.4vw, 1.5rem);
  font-weight: 600;
  line-height: 1.8;
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
company----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.p_front__company {
  margin-top: clamp(104px, 7.5vw, 120px);
}

.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: clamp(64px, 9vw, 144px);
}
@media screen and (max-width: 900px) {
  .p_front__company___side {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p_front__company___image {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 16px 1fr;
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: 200px 16px 104px 16px 200px;
  grid-template-rows: 200px 104px 200px;
  -ms-grid-rows: clamp(120px, 12.5vw, 200px) 16px clamp(64px, 6.5vw, 104px) 16px clamp(120px, 12.5vw, 200px);
  grid-template-rows: clamp(120px, 12.5vw, 200px) clamp(64px, 6.5vw, 104px) clamp(120px, 12.5vw, 200px);
  gap: 16px;
}

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

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

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

.p_front__company___image > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}

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

.p_front__company___image > *:nth-child(6) {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
}
@media screen and (max-width: 500px) {
  .p_front__company___image {
    gap: 8px;
  }
}
@media screen and (min-width: 901px) {
  .p_front__company___image {
    -ms-flex-preferred-size: 46.6666666667%;
        flex-basis: 46.6666666667%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.p_front__company___image picture {
  opacity: 0;
  translate: 0 50px;
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .p_front__company___image picture {
    -webkit-transition-duration: 1000ms;
            transition-duration: 1000ms;
  }
}
@media screen and (max-width: 1000px) {
  .p_front__company___image picture {
    -webkit-transition-duration: 1000ms;
            transition-duration: 1000ms;
  }
}
.p_front__company___image picture:nth-of-type(1) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1/1/2/2;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.p_front__company___image picture:nth-of-type(2) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 1/2/3/3;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.p_front__company___image picture:nth-of-type(3) {
  -ms-grid-row: 2;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 2/1/4/2;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.p_front__company___image picture:nth-of-type(4) {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 3/2/4/3;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.p_front__company___image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p_front__company___image.lazy_show picture {
  opacity: 1;
  translate: 0 0;
}

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

.p_front__company___lead {
  font-size: clamp(1.25rem, 3.2vw, 2rem);
  font-weight: 600;
  line-height: 1.5;
}
.p_front__company___lead br {
  display: block;
}
@media screen and (max-width: 900px) {
  .p_front__company___lead {
    text-align: center;
  }
}

.p_front__company___btns {
  margin-top: clamp(40px, 3.5vw, 56px);
}
@media screen and (max-width: 900px) {
  .p_front__company___btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
news----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.p_front__news {
  display: block;
  margin-top: clamp(104px, 7.5vw, 120px);
}

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

.p_front__news___list + .p_front__news___list {
  margin-top: clamp(16px, 2.5vw, 40px);
}

.p_front__news___link {
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  padding-bottom: clamp(16px, 2.5vw, 40px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  border-bottom: 1px solid #CFCFCF;
}
.p_front__news___link::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  scale: 0 1;
  background-color: #2EACD6;
  -webkit-transition: inherit;
  transition: inherit;
  -webkit-transform-origin: left;
          transform-origin: left;
}
.p_front__news___link:hover {
  opacity: 1;
}
.p_front__news___link:hover::before {
  scale: 1 1;
}
@media screen and (min-width: 501px) {
  .p_front__news___link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: clamp(40px, 4.5vw, 72px);
  }
}
@media screen and (max-width: 500px) {
  .p_front__news___link {
    display: block;
  }
}

.p_front__news___time {
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  color: #2EACD6;
}
@media screen and (max-width: 500px) {
  .p_front__news___time {
    margin-bottom: 1em;
  }
}

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

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

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
recruit----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.p_front__recruit {
  margin-top: clamp(104px, 7.5vw, 120px);
}

.p_front__recruit___box {
  position: relative;
  border-top-left-radius: 80px;
  border-top-right-radius: 80px;
  overflow: clip;
}
@media screen and (max-width: 600px) {
  .p_front__recruit___box {
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    overflow: clip;
  }
}
.p_front__recruit___box picture img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 600px) {
  .p_front__recruit___box picture {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .p_front__recruit___box {
    background-image: url("../images/home/bg_home__recruit__sp.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 160px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 128px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.p_front__recruit___box ._inner {
  width: 100%;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 601px) {
  .p_front__recruit___box ._inner {
    position: absolute;
    bottom: 0;
    bottom: 6.5vw;
    left: 0;
    padding: 0 20px;
  }
}
@media screen and (min-width: 1601px) {
  .p_front__recruit___box ._inner {
    bottom: 104px;
  }
}
.p_front__recruit___box ._inner span {
  display: block;
  font-size: clamp(3rem, 6.25vw, 6.25rem);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.04em;
}
.p_front__recruit___box ._inner p {
  margin-top: 32px;
  font-size: clamp(1.125rem, 2.4vw, 1.5rem);
  font-weight: 600;
  line-height: 1.8;
}
@media screen and (min-width: 501px) {
  .p_front__recruit___box ._inner p br {
    display: none;
  }
}

.p_front__recruit___block {
  position: relative;
  min-height: 49.5vw;
  background-color: #2EACD6;
  color: #fff;
  padding-top: clamp(120px, 9vw, 144px);
  padding-bottom: clamp(120px, 9vw, 144px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom-left-radius: 80px;
  border-bottom-right-radius: 80px;
  overflow: clip;
  overflow: unset !important;
}
@media screen and (max-width: 600px) {
  .p_front__recruit___block {
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    overflow: clip;
  }
}

@media screen and (min-width: 901px) {
  .p_front__recruit___contents {
    max-width: 488px;
    width: 40.6666666667vw;
  }
}
@media screen and (max-width: 900px) {
  .p_front__recruit___contents .p_front__head {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.p_front__recruit___lead {
  font-size: clamp(1.25rem, 3.2vw, 2rem);
  font-weight: 600;
  line-height: 1.5;
}
.p_front__recruit___lead + p {
  margin-top: 32px;
}

.p_front__recruit___btn {
  margin-top: clamp(56px, 4.5vw, 72px);
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.p_front__recruit___wrapimg {
  position: relative;
  aspect-ratio: 737/860;
  width: 46.0625vw;
  height: auto;
}
@media screen and (min-width: 901px) {
  .p_front__recruit___wrapimg {
    position: absolute;
    top: -1.25%;
    right: 4%;
  }
}
@media screen and (max-width: 900px) {
  .p_front__recruit___wrapimg {
    width: calc(100% - 40px);
    max-width: 500px;
    margin-top: 72px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    aspect-ratio: 333/554;
  }
}

.p_front__recruit___wrapimg figure {
  position: absolute;
}
.p_front__recruit___wrapimg figure:nth-of-type(1) {
  z-index: 1;
  top: 0;
  right: 34.1926729986%;
  width: 33.6499321574%;
}
@media screen and (max-width: 900px) {
  .p_front__recruit___wrapimg figure:nth-of-type(1) {
    width: 49.8498498498%;
    top: 0;
    left: 0;
  }
}
.p_front__recruit___wrapimg figure:nth-of-type(2) {
  top: 19.0697674419%;
  right: 0;
  width: 42.3337856174%;
}
@media screen and (max-width: 900px) {
  .p_front__recruit___wrapimg figure:nth-of-type(2) {
    width: 62.4624624625%;
    top: 19.8555956679%;
    right: 0;
  }
}
.p_front__recruit___wrapimg figure:nth-of-type(3) {
  z-index: 1;
  top: 35.4651162791%;
  left: 0;
  width: 33.6499321574%;
}
.p_front__recruit___wrapimg figure:nth-of-type(3) figcaption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 10px;
  position: absolute;
  top: -8.5365853659%;
  left: 25%;
  rotate: 10deg;
  -webkit-animation: yurayura 3s ease-in-out infinite;
          animation: yurayura 3s ease-in-out infinite;
  color: #333;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  font-weight: 600;
  line-height: 1.8;
  text-align: center;
  min-width: 100%;
  white-space: nowrap;
}
@media screen and (max-width: 900px) {
  .p_front__recruit___wrapimg figure:nth-of-type(3) figcaption {
    gap: 0px;
    top: -11.2426035503%;
    left: 35.15625%;
  }
}
.p_front__recruit___wrapimg figure:nth-of-type(3) figcaption::before, .p_front__recruit___wrapimg figure:nth-of-type(3) figcaption::after {
  width: 1px;
  height: 52px;
  content: "";
  background-color: #333;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p_front__recruit___wrapimg figure:nth-of-type(3) figcaption::before {
  margin-right: 0.5em;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
.p_front__recruit___wrapimg figure:nth-of-type(3) figcaption::after {
  margin-left: 0.5em;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
@media screen and (max-width: 900px) {
  .p_front__recruit___wrapimg figure:nth-of-type(3) {
    top: unset;
    width: 38.4384384384%;
    bottom: 11.5523465704%;
    left: 0;
  }
}
.p_front__recruit___wrapimg figure:nth-of-type(4) {
  bottom: 0;
  right: 13.02578019%;
  width: 60.7869742198%;
}
@media screen and (max-width: 900px) {
  .p_front__recruit___wrapimg figure:nth-of-type(4) {
    width: 69.6696696697%;
    bottom: 0;
    right: 0;
  }
}

.p_aboutus__block {
  background-color: #085DB5;
  color: #fff;
  padding-top: clamp(80px, 9vw, 144px);
  padding-bottom: clamp(80px, 9vw, 144px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 500px) {
  .p_aboutus__block .c_main__caption {
    text-align: left;
  }
}

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

.p_aboutus__dtit {
  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: 8px;
}
.p_aboutus__dtit::before {
  content: "";
  display: inline-block;
  aspect-ratio: 1/1;
  width: clamp(8px, 0.75vw, 12px);
  height: auto;
  background-color: currentColor;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p_aboutus__data {
  margin-top: clamp(20px, 1.5vw, 24px);
  font-size: clamp(1.25rem, 2.4vw, 1.5rem);
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 500px) {
  .p_aboutus__data {
    text-align: left;
  }
  .p_aboutus__data br {
    display: none;
  }
}

.p_aboutus__sec {
  margin-top: clamp(80px, 6vw, 96px);
}

.p_aboutus__side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: clamp(48px, 4.5vw, 72px);
}
@media screen and (min-width: 901px) {
  .p_aboutus__side {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media screen and (max-width: 900px) {
  .p_aboutus__side {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p_aboutus__side + .p_aboutus__side {
  margin-top: clamp(72px, 5vw, 80px);
}

@media screen and (min-width: 901px) {
  .p_aboutus__pic {
    -ms-flex-preferred-size: 27.3333333333%;
        flex-basis: 27.3333333333%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media screen and (max-width: 900px) {
  .p_aboutus__pic {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}

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

.p_aboutus__caption {
  position: relative;
  padding-left: clamp(16px, 1.25vw, 20px);
}
.p_aboutus__caption::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 12px;
  left: 0;
  aspect-ratio: 1/1;
  width: clamp(8px, 0.75vw, 12px);
  height: auto;
  background-color: #2E73BA;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p_aboutus__caption + p {
  color: #3B4043;
  margin-top: clamp(16px, 1.5vw, 24px);
}

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

.p_business__box {
  background-color: #085DB5;
  color: #fff;
  padding-top: clamp(80px, 9vw, 144px);
  padding-bottom: clamp(80px, 9vw, 144px);
  overflow: clip;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.p_business__box .p_business__side {
  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: clamp(48px, 6.5vw, 104px);
}
@media screen and (max-width: 900px) {
  .p_business__box .p_business__side {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (min-width: 901px) {
  .p_business__box .p_business__inner {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.p_business__box .p_business__inner p {
  font-size: clamp(0.9375rem, 1.8vw, 1.125rem);
  margin-top: clamp(24px, 2vw, 32px);
}

.p_business__main {
  position: relative;
  aspect-ratio: 408/393;
  width: 34%;
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 900px) {
  .p_business__main {
    width: 100%;
    max-width: 400px;
  }
}

.p_business__main___inner {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
}

.p_business__main ._icon {
  position: absolute;
  z-index: 2;
  aspect-ratio: 1/1;
  width: 45.0980392157%;
}
.p_business__main ._icon._icon01 {
  top: 0;
  left: 27.4509803922%;
}
.p_business__main ._icon._icon02 {
  top: 46.8193384224%;
  left: 0;
}
.p_business__main ._icon._icon03 {
  top: 46.8193384224%;
  right: 0;
}
.p_business__main ._icon img {
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .p_business__main ._icon img {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .p_business__main ._icon img {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media (hover: hover) {
  .p_business__main ._icon:hover {
    opacity: 1;
  }
  .p_business__main ._icon:hover img {
    scale: 0.95;
  }
}
@media (hover: none) {
  .p_business__main ._icon {
    -webkit-transition: all 0s;
    transition: all 0s;
  }
  .p_business__main ._icon:active {
    opacity: 1;
  }
  .p_business__main ._icon:active img {
    scale: 0.95;
  }
}

.p_business__main ._border {
  aspect-ratio: 1/1;
  display: block;
  position: absolute;
  z-index: 1;
  bottom: 2px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 87.7450980392%;
  height: auto;
  border-radius: 50%;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p_business__main ._border span {
  aspect-ratio: 1/1;
  display: block;
  width: 100%;
  height: 100%;
  border: 3px dashed #fff;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.p_business__main ._circle {
  aspect-ratio: 1/1;
  display: block;
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 44.6078431373%;
  height: auto;
  border-radius: 50%;
  overflow: hidden;
  border: 8px solid rgba(255, 255, 255, 0.2);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.p_business__main .p_business__main___inner {
  -webkit-transition: all 3s;
  transition: all 3s;
  -webkit-transform: rotate(-360deg);
          transform: rotate(-360deg);
}
.p_business__main.is_trigger ._icon {
  opacity: 0;
}

.p_business__main.is_trigger__show .p_business__main___inner {
  -webkit-transition: all 3s;
  transition: all 3s;
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.p_business__main.is_trigger__show ._icon {
  -webkit-transition: all 3s;
  transition: all 3s;
  -webkit-animation-name: anim_rotate_move;
          animation-name: anim_rotate_move;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.p_business__main.is_trigger__show ._border span {
  -webkit-animation: 20s linear infinite anim_rotate;
          animation: 20s linear infinite anim_rotate;
}

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

.p_business__block .p_business__media {
  position: relative;
}

.p_business__block .p_business__tmb {
  position: relative;
  border-radius: 30px;
  overflow: clip;
}
.p_business__block .p_business__tmb::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 80%;
  height: 100%;
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .p_business__block .p_business__tmb::before {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .p_business__block .p_business__tmb::before {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
.p_business__block .p_business__tmb::before {
  background: -webkit-gradient(linear, left top, right top, from(rgba(46, 115, 186, 0.8)), to(rgba(46, 115, 186, 0)));
  background: linear-gradient(90deg, rgba(46, 115, 186, 0.8) 0%, rgba(46, 115, 186, 0) 100%);
}
.p_business__block .p_business__tmb img {
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 240px;
}

.p_business__block .p_business__head {
  position: absolute;
  bottom: 0;
  left: 0;
  padding-left: clamp(20px, 5.5vw, 88px);
  padding-right: clamp(20px, 5.5vw, 88px);
  padding-bottom: clamp(20px, 4vw, 64px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}

.p_business__block .p_business__lead {
  color: #fff;
  padding: clamp(12px, 1vw, 16px);
  border-bottom: 2px solid;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: clamp(1.125rem, 2.4vw, 1.5rem);
  font-weight: 600;
}

.p_business__block .p_business__side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: clamp(48px, 4.5vw, 72px);
  margin-top: clamp(56px, 5vw, 80px);
}
@media screen and (min-width: 901px) {
  .p_business__block .p_business__side {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media screen and (max-width: 900px) {
  .p_business__block .p_business__side {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width: 901px) {
  .p_business__block .p_business__side > picture {
    -ms-flex-preferred-size: 44%;
        flex-basis: 44%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

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

.p_business__block .c_sub__caption {
  color: #2E73BA;
  margin-bottom: clamp(16px, 1.5vw, 24px);
}

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

.p_works__caption {
  cursor: pointer;
}

.p_works__lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
.p_works__lead i {
  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-negative: 0;
      flex-shrink: 0;
  aspect-ratio: 1/1;
  width: 44px;
  border-radius: 50%;
  overflow: clip;
  color: #fff;
  background-color: #2EACD6;
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .p_works__lead i {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .p_works__lead i {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 500px) {
  .p_works__lead i {
    width: 34px;
  }
}
.p_works__lead i svg {
  aspect-ratio: 12/7;
  width: 12px;
  height: auto;
}
.p_works__lead i path {
  fill: currentColor;
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .p_works__lead i path {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .p_works__lead i path {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
.is_open .p_works__lead i {
  rotate: 180deg;
}

.p_works__table {
  border-collapse: separate;
  border-spacing: 4px;
}
@media screen and (min-width: 769px) {
  .p_works__table {
    border-radius: 30px;
    overflow: clip;
  }
}
@media screen and (max-width: 768px) {
  .p_works__table + .p_works__table {
    margin-top: 16px;
  }
}

.p_works__head,
.p_works__data {
  border: none;
  padding-top: clamp(12px, 1vw, 16px);
  padding-left: clamp(16px, 1.5vw, 24px);
  padding-right: clamp(16px, 1.5vw, 24px);
  padding-bottom: clamp(12px, 1vw, 16px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: auto;
  display: table-cell !important;
  width: auto;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
}

.p_works__head {
  color: #fff;
  background-color: #2EACD6;
  text-align: center;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p_works__head {
    max-width: 130px !important;
    min-width: 130px !important;
    width: 130px !important;
  }
}
@media screen and (min-width: 769px) {
  .p_works__head.p_works__label {
    border-top-left-radius: 30px;
    overflow: clip;
  }
}
@media screen and (min-width: 769px) {
  .p_works__head.p_works__season {
    border-top-right-radius: 30px;
    overflow: clip;
  }
}

.p_works__data {
  background-color: #FAFAFA;
  vertical-align: middle;
}

@media screen and (min-width: 769px) {
  .p_works__contract {
    width: clamp(240px, 20vw, 320px);
  }
}

@media screen and (min-width: 769px) {
  .p_works__season {
    width: clamp(260px, 21.875vw, 350px);
  }
}

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

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

.p_message__side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: clamp(40px, 4vw, 64px);
}
@media screen and (min-width: 901px) {
  .p_message__side {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media screen and (max-width: 900px) {
  .p_message__side {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media screen and (min-width: 901px) {
  .p_message__side > picture {
    -ms-flex-preferred-size: 40.9090909091%;
        flex-basis: 40.9090909091%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media screen and (max-width: 900px) {
  .p_message__side > picture {
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }
}

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

.p_message__lead {
  color: #2E73BA;
}
.p_message__lead + p {
  margin-top: 24px;
}

.p_message__inner .p_message__owner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 8px;
  margin-top: clamp(24px, 2vw, 32px);
}

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

.p_outline__lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-bottom: 24px;
}
.p_outline__lead::before {
  content: "";
  display: inline-block;
  aspect-ratio: 1/1;
  width: clamp(8px, 0.75vw, 12px);
  height: auto;
  background-color: #2EACD6;
  border-radius: 50%;
}

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

.p_access__lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-bottom: clamp(16px, 1.5vw, 24px);
}
.p_access__lead::before {
  content: "";
  display: inline-block;
  aspect-ratio: 1/1;
  width: clamp(8px, 0.75vw, 12px);
  height: auto;
  background-color: #2E73BA;
  border-radius: 50%;
}

.p_access__map {
  width: 100%;
  border-radius: 30px;
  overflow: clip;
  margin-bottom: clamp(40px, 3.5vw, 56px);
}
@media screen and (min-width: 501px) {
  .p_access__map {
    height: 440px;
  }
}
@media screen and (max-width: 500px) {
  .p_access__map {
    height: 300px;
    border-radius: 15px;
    overflow: clip;
  }
}
.p_access__map iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.p_recruit .c_main__headline {
  color: #2EACD6;
}

.p_recruit .c_pagelist a::before {
  background-color: #2EACD6;
}

.p_recruit__head {
  text-align: center;
  margin-bottom: clamp(40px, 3.5vw, 56px);
}

.p_recruit__caption {
  display: block;
  font-size: clamp(1.75rem, 6.4vw, 4rem);
  font-weight: 600;
  line-height: 1.5;
}
.p_recruit__caption span {
  font-size: inherit;
  color: #2EACD6;
}

.p_recruit__lead {
  color: #2EACD6;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  font-weight: 600;
  line-height: 2;
}

.p_recruit__block {
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
}
.p_recruit__block + .p_recruit__block {
  margin-top: clamp(80px, 6.5vw, 104px);
}

.p_recruit__sub___lead {
  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: 8px;
  margin-bottom: 24px;
}
.p_recruit__sub___lead::before {
  content: "";
  display: inline-block;
  aspect-ratio: 1/1;
  width: clamp(8px, 0.75vw, 12px);
  height: auto;
  background-color: #2EACD6;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.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(40px, 4vw, 64px);
}
@media screen and (max-width: 900px) {
  .p_recruit__side {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media screen and (min-width: 901px) {
  .p_recruit__side > picture {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media screen and (max-width: 900px) {
  .p_recruit__side > picture {
    max-width: 440px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 901px) {
  .p_recruit__experience .p_recruit__side {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .p_recruit__experience .p_recruit__side > picture {
    -ms-flex-preferred-size: 41.8181818182%;
        flex-basis: 41.8181818182%;
  }
}

@media screen and (min-width: 901px) {
  .p_recruit__inner {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.p_recruit__inner .c_sub__lead {
  color: #2EACD6;
  margin-bottom: clamp(16px, 1.5vw, 24px);
}

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

.p_recruit__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr;
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: repeat(1, 1fr);
  gap: 40px;
  margin-top: clamp(32px, 2.5vw, 40px);
}

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

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

.p_recruit__item picture {
  border-radius: 30px;
  overflow: clip;
}
.p_recruit__item picture img {
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .p_recruit__item picture img {
    -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
  }
}
@media screen and (max-width: 1000px) {
  .p_recruit__item picture img {
    -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
  }
}
@media (hover: hover) {
  .p_recruit__item:hover {
    opacity: 1;
    color: #2EACD6;
  }
  .p_recruit__item:hover img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
@media (hover: none) {
  .p_recruit__item {
    -webkit-transition: all 0s;
    transition: all 0s;
  }
  .p_recruit__item:active {
    opacity: 1;
    color: #2EACD6;
  }
  .p_recruit__item:active img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

.p_recruit__item p {
  margin-top: clamp(12px, 1vw, 16px);
}

.p_recruit__interview {
  background-color: #2EACD6;
  color: #fff;
  border-radius: 80px;
  overflow: clip;
  margin-top: clamp(80px, 8.75vw, 140px);
  padding-top: clamp(80px, 9vw, 144px);
  padding-bottom: clamp(80px, 9vw, 144px);
}
@media screen and (max-width: 600px) {
  .p_recruit__interview {
    border-radius: 30px;
    overflow: clip;
  }
}

.p_recruit__interview___slider {
  position: relative;
  margin-top: clamp(40px, 3.5vw, 56px);
  padding-bottom: clamp(80px, 7.5vw, 120px);
}

.p_recruit__interview___head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 24px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p_recruit__interview___caption {
  font-size: clamp(2rem, 6.4vw, 4rem);
  font-weight: 600;
  line-height: 1.5;
  text-transform: uppercase;
}

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

.p_recruit__interview .swiper-slide {
  position: relative;
  background-color: #fff;
  color: #333;
  padding-top: clamp(20px, 2.5vw, 40px);
  padding-left: clamp(20px, 2.5vw, 40px);
  padding-right: clamp(20px, 2.5vw, 40px);
  padding-bottom: clamp(20px, 2.5vw, 40px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 30px;
  overflow: clip;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
@media (hover: hover) {
  .p_recruit__interview .swiper-slide:hover {
    opacity: 1;
  }
  .p_recruit__interview .swiper-slide:hover img {
    scale: 1.05;
  }
}
@media (hover: none) {
  .p_recruit__interview .swiper-slide {
    -webkit-transition: all 0s;
    transition: all 0s;
  }
  .p_recruit__interview .swiper-slide:active {
    opacity: 1;
  }
  .p_recruit__interview .swiper-slide:active img {
    scale: 1.05;
  }
}

.p_recruit__interview .swiper-slide picture {
  position: relative;
  aspect-ratio: 320/376;
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 30px;
  overflow: clip;
}
.p_recruit__interview .swiper-slide picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .p_recruit__interview .swiper-slide picture img {
    -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
  }
}
@media screen and (max-width: 1000px) {
  .p_recruit__interview .swiper-slide picture img {
    -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
  }
}
.p_recruit__interview .swiper-slide picture::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 31.914893617%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(46, 172, 214, 0)), to(#2EACD6));
  background: linear-gradient(180deg, rgba(46, 172, 214, 0) 0%, #2EACD6 100%);
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .p_recruit__interview .swiper-slide picture::after {
    -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
  }
}
@media screen and (max-width: 1000px) {
  .p_recruit__interview .swiper-slide picture::after {
    -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
  }
}

.p_recruit__interview .swiper-lead {
  margin-top: clamp(16px, 1.5vw, 24px);
  color: #2EACD6;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.p_recruit__interview .swiper-inner {
  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(8px, 0.625vw, 10px);
}
.p_recruit__interview .swiper-inner i {
  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: 44px;
  border-radius: 50%;
  overflow: clip;
  background-color: #2EACD6;
  color: #fff;
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .p_recruit__interview .swiper-inner i {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .p_recruit__interview .swiper-inner i {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 500px) {
  .p_recruit__interview .swiper-inner i {
    width: 34px;
  }
}
.p_recruit__interview .swiper-inner i svg {
  aspect-ratio: 7/12;
  width: 7px;
  height: auto;
}
.p_recruit__interview .swiper-inner i path {
  fill: currentColor;
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .p_recruit__interview .swiper-inner i path {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .p_recruit__interview .swiper-inner i path {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}

.p_recruit__interview .swiper-info ._name,
.p_recruit__interview .swiper-info ._job {
  font-size: clamp(0.875rem, 1.6vw, 1rem);
  font-weight: 600;
}
.p_recruit__interview .swiper-info ._name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
}

.p_recruit__interview .swiper-button {
  position: relative;
  height: clamp(40px, 4vw, 64px);
  position: absolute;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
@media screen and (max-width: 500px) {
  .p_recruit__interview .swiper-button {
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}

.p_recruit__interview .swiper-button-prev,
.p_recruit__interview .swiper-button-next {
  background-color: #fff;
  border: 1px solid #2EACD6;
  border-radius: 50%;
  position: relative;
  display: block;
  margin: unset;
  inset: unset;
  border: 2px solid #fff;
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .p_recruit__interview .swiper-button-prev,
  .p_recruit__interview .swiper-button-next {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .p_recruit__interview .swiper-button-prev,
  .p_recruit__interview .swiper-button-next {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
.p_recruit__interview .swiper-button-prev,
.p_recruit__interview .swiper-button-next {
  width: clamp(40px, 4vw, 64px);
  height: auto;
  aspect-ratio: 1/1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p_recruit__interview .swiper-button-prev::after,
.p_recruit__interview .swiper-button-next::after {
  content: "";
  background-image: url("../images/common/pages.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 10px;
  height: 18px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .p_recruit__interview .swiper-button-prev::after,
  .p_recruit__interview .swiper-button-next::after {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .p_recruit__interview .swiper-button-prev::after,
  .p_recruit__interview .swiper-button-next::after {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media (hover: hover) {
  .p_recruit__interview .swiper-button-prev:hover,
  .p_recruit__interview .swiper-button-next:hover {
    background-color: #2EACD6;
  }
  .p_recruit__interview .swiper-button-prev:hover::after,
  .p_recruit__interview .swiper-button-next:hover::after {
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
  }
}
@media (hover: none) {
  .p_recruit__interview .swiper-button-prev,
  .p_recruit__interview .swiper-button-next {
    -webkit-transition: all 0s;
    transition: all 0s;
  }
  .p_recruit__interview .swiper-button-prev:active,
  .p_recruit__interview .swiper-button-next:active {
    background-color: #2EACD6;
  }
  .p_recruit__interview .swiper-button-prev:active::after,
  .p_recruit__interview .swiper-button-next:active::after {
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
  }
}

.p_recruit__interview .swiper-button-prev::after {
  transform: translate(-50%, -50%) rotate(180deg);
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
  -ms-transform: translate(-50%, -50%) rotate(180deg);
}

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

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

.p_about__block._message .p_about__headline {
  color: #2EACD6;
}
.p_about__block._message .p_about__headline + p {
  margin-top: clamp(16px, 1.5vw, 24px);
}

.p_about__block._message .p_about__owner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 8px;
  margin-top: clamp(24px, 2vw, 32px);
}

.p_about__block._message .p_about__message___lead {
  color: #2EACD6;
}
.p_about__block._message .p_about__message___lead + p {
  margin-top: 24px;
}

.p_about .p_department__block {
  margin-top: clamp(40px, 3.5vw, 56px);
}
.p_about .p_department__block + .p_department__block {
  margin-top: clamp(80px, 7.5vw, 120px);
}

.p_about .p_department__block .c_sub__caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-bottom: clamp(16px, 1.5vw, 24px);
}
.p_about .p_department__block .c_sub__caption::before {
  content: "";
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  aspect-ratio: 1/1;
  width: clamp(8px, 0.75vw, 12px);
  height: auto;
  border-radius: 50%;
  overflow: hidden;
  background-color: #2EACD6;
}

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

.p_about .p_department__side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: clamp(40px, 3.5vw, 56px);
  margin-top: clamp(56px, 5vw, 80px);
}
@media screen and (max-width: 600px) {
  .p_about .p_department__side {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 32px;
  }
}

@media screen and (min-width: 601px) {
  .p_about .p_department__side > picture {
    -ms-flex-preferred-size: 40.9090909091%;
        flex-basis: 40.9090909091%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

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

.p_about .p_experience__side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: clamp(40px, 3.5vw, 56px);
  margin-top: clamp(56px, 5vw, 80px);
}
@media screen and (min-width: 901px) {
  .p_about .p_experience__side:nth-of-type(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media screen and (max-width: 900px) {
  .p_about .p_experience__side {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (min-width: 901px) {
  .p_about .p_experience__side > picture {
    -ms-flex-preferred-size: 36.3636363636%;
        flex-basis: 36.3636363636%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.p_about .p_experience__inner .c_sub__caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  position: relative;
  margin-bottom: clamp(16px, 1.5vw, 24px);
  padding-left: clamp(16px, 1.25vw, 20px);
}
.p_about .p_experience__inner .c_sub__caption::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 12px;
  left: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  aspect-ratio: 1/1;
  width: clamp(8px, 0.75vw, 12px);
  height: auto;
  border-radius: 50%;
  overflow: hidden;
  background-color: #2EACD6;
}

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

.p_interview__main {
  position: relative;
  border-radius: 30px;
  overflow: clip;
}
@media screen and (max-width: 500px) {
  .p_interview__main {
    border-radius: 15px;
    overflow: clip;
  }
}
.p_interview__main::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .p_interview__main::before {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .p_interview__main::before {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
.p_interview__main::before {
  background: -webkit-gradient(linear, left top, right top, from(rgba(46, 172, 214, 0.8)), to(rgba(46, 172, 214, 0)));
  background: linear-gradient(90deg, rgba(46, 172, 214, 0.8) 0%, rgba(46, 172, 214, 0) 100%);
}

.p_interview__main figcaption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  padding-bottom: clamp(16px, 2vw, 32px);
  padding-left: clamp(20px, 2.5vw, 40px);
  padding-right: clamp(20px, 2.5vw, 40px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  font-size: clamp(1.125rem, 2vw, 1.25rem);
  font-weight: 400;
  line-height: 1.8;
  text-transform: uppercase;
}
.p_interview__main figcaption::before {
  content: "";
  display: inline-block;
  aspect-ratio: 1/1;
  width: clamp(8px, 0.75vw, 12px);
  height: auto;
  background-color: currentColor;
  border-radius: 50%;
  overflow: hidden;
}

.p_interview__wrap {
  padding-left: clamp(20px, 2.5vw, 40px);
  padding-right: clamp(20px, 2.5vw, 40px);
  margin-top: 24px;
}

.p_interview__lead {
  color: #2EACD6;
}

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

.p_interview__info p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(8px, 1vw, 16px);
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

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

.p_interview__side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: clamp(40px, 4vw, 64px);
  margin-top: clamp(56px, 5vw, 80px);
}
@media screen and (max-width: 600px) {
  .p_interview__side {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p_interview__side + .p_interview__def {
  margin-top: clamp(56px, 5vw, 80px);
}
@media screen and (min-width: 601px) {
  .p_interview__side > picture {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media screen and (min-width: 601px) {
  .p_interview__side > dl {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.p_interview__dtit {
  position: relative;
  font-size: clamp(1.125rem, 2vw, 1.25rem);
  font-weight: 600;
  line-height: 1.8;
  padding-left: clamp(16px, 1.25vw, 20px);
}
.p_interview__dtit::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 12px;
  left: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  aspect-ratio: 1/1;
  width: clamp(8px, 0.75vw, 12px);
  height: auto;
  border-radius: 50%;
  overflow: hidden;
  background-color: #2EACD6;
}
.p_interview__dtit + .p_interview__data {
  margin-top: clamp(16px, 1.5vw, 24px);
}

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

.p_interview__message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: clamp(20px, 4vw, 64px);
  background-color: #6EBD71;
  color: #fff;
  border-radius: 30px;
  overflow: clip;
  margin-top: clamp(56px, 5vw, 80px);
  padding-top: clamp(24px, 3.5vw, 56px);
  padding-bottom: clamp(24px, 3.5vw, 56px);
  padding-left: clamp(20px, 3.5vw, 56px);
  padding-right: clamp(20px, 3.5vw, 56px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .p_interview__message {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    border-radius: 15px;
    overflow: clip;
  }
}
@media screen and (min-width: 601px) {
  .p_interview__message > picture {
    -ms-flex-preferred-size: 31.25%;
        flex-basis: 31.25%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

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

.p_interview__inner .c_sub__caption {
  position: relative;
  font-size: clamp(1.125rem, 2vw, 1.25rem);
  font-weight: 600;
  line-height: 1.8;
  margin-bottom: clamp(16px, 1.5vw, 24px);
  padding-left: clamp(16px, 1.25vw, 20px);
}
.p_interview__inner .c_sub__caption::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 12px;
  left: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  aspect-ratio: 1/1;
  width: clamp(8px, 0.75vw, 12px);
  height: auto;
  border-radius: 50%;
  overflow: hidden;
  background-color: currentColor;
}

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

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

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

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

.p_environment__item picture {
  margin-bottom: clamp(16px, 1.5vw, 24px);
}

.p_environment__item .c_main__caption {
  color: #2EACD6;
  font-weight: 600;
}

.p_infographic__area {
  background-color: #FAFAFA;
  padding-top: clamp(48px, 7.5vw, 120px);
  padding-bottom: clamp(48px, 7.5vw, 120px);
  border-radius: 80px;
  overflow: clip;
}
@media screen and (max-width: 600px) {
  .p_infographic__area {
    border-radius: 40px;
    overflow: clip;
  }
}

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

.p_infographic__block {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  gap: 48px;
}
@media screen and (min-width: 901px) {
  .p_infographic__block {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 900px) {
  .p_infographic__block {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
  }
}

.p_infographic__card {
  background-color: #fff;
  border-radius: 30px;
  overflow: clip;
  padding-top: 20px;
  padding-left: clamp(20px, 1.5vw, 24px);
  padding-right: clamp(20px, 1.5vw, 24px);
  padding-bottom: clamp(20px, 4vw, 64px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 901px) {
  .p_infographic__card {
    -ms-grid-column-span: 1;
    grid-column: span 1;
  }
  .p_infographic__card._large {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
  .p_infographic__card._mini {
    padding-bottom: 16px;
  }
}

.p_infographic__lead {
  font-size: clamp(1.125rem, 2vw, 1.25rem);
  font-weight: 600;
  line-height: 1.8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-bottom: clamp(24px, 1.75vw, 28px);
}
.p_infographic__lead::before {
  content: "";
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  aspect-ratio: 1/1;
  width: clamp(8px, 0.75vw, 12px);
  height: auto;
  border-radius: 50%;
  overflow: hidden;
  background-color: #2EACD6;
}

.p_infographic__flex {
  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;
}
.p_infographic__flex > i {
  display: block;
  width: clamp(100px, 7.5vw, 120px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p_infographic__flex > i svg {
  display: block;
  width: 100%;
  height: auto;
}

.p_infographic__pic._yurayura {
  -webkit-animation: yurayura 2s ease-in-out infinite;
          animation: yurayura 2s ease-in-out infinite;
}
.p_infographic__pic._floating {
  animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
}
.p_infographic__pic._blinking .is_anim {
  animation: anim_blink 1.8s ease-in-out infinite alternate-reverse;
}
.p_infographic__pic._nuru .is_anim_x {
  -webkit-animation: 3s ease-in-out infinite nuru_x;
          animation: 3s ease-in-out infinite nuru_x;
}
.p_infographic__pic._nuru .is_anim_y {
  -webkit-animation: 3s ease-in-out infinite nuru_y;
          animation: 3s ease-in-out infinite nuru_y;
}
.p_infographic__pic._side {
  animation: floating-x 1.8s ease-in-out infinite alternate-reverse;
}

.p_infographic__unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.p_infographic__unit .num {
  color: #2EACD6;
  font-size: clamp(2.5rem, 7.2vw, 4.5rem);
  font-weight: 600;
  line-height: 1;
}
.p_infographic__unit .num.num_large {
  font-size: clamp(2.5rem, 8vw, 5rem);
}

.p_infographic__unit .txt_before,
.p_infographic__unit .txt_after {
  font-size: clamp(1.125rem, 2.4vw, 1.5rem);
  font-weight: 600;
  line-height: 1;
}
.p_infographic__unit .txt_before._large,
.p_infographic__unit .txt_after._large {
  font-size: clamp(1.25rem, 3.2vw, 2rem);
}
.p_infographic__unit .txt_before._mini,
.p_infographic__unit .txt_after._mini {
  font-size: clamp(0.75rem, 2vw, 1.25rem);
}

._overtime .p_infographic__unit .txt_after {
  position: relative;
  top: -20px;
}
@media screen and (max-width: 600px) {
  ._overtime .p_infographic__unit .txt_after {
    top: -12px;
  }
}

.p_infographic__settlement {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
  margin-top: clamp(4px, 0.5vw, 8px);
}
.p_infographic__settlement small {
  font-size: clamp(1rem, 2vw, 1.25rem);
  font-weight: 600;
  line-height: 1;
}
.p_infographic__settlement span {
  font-size: clamp(1.5rem, 4.8vw, 3rem);
  font-weight: 600;
  line-height: 1;
  color: #2EACD6;
}

.p_infographic__supplement {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: clamp(20px, 2.5vw, 40px);
}
.p_infographic__supplement p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  font-weight: 600;
  line-height: 1.8;
}
.p_infographic__supplement p + p {
  font-size: clamp(0.75rem, 1.4vw, 0.875rem);
  line-height: 1;
}
.p_infographic__supplement p span {
  color: #2EACD6;
  font-size: clamp(1.375rem, 3.2vw, 2rem);
  font-weight: 600;
  line-height: 1;
}

.p_infographic__other {
  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;
  margin-top: clamp(16px, 1.25vw, 20px);
}
@media screen and (max-width: 600px) {
  .p_infographic__other {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4px;
  }
}

.p_infographic__other li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .p_infographic__other li {
    -webkit-transition-duration: 1000ms;
            transition-duration: 1000ms;
  }
}
@media screen and (max-width: 1000px) {
  .p_infographic__other li {
    -webkit-transition-duration: 1000ms;
            transition-duration: 1000ms;
  }
}
.p_infographic__other li:nth-of-type(1) {
  -webkit-transition-delay: calc(1 * 0.2s);
          transition-delay: calc(1 * 0.2s);
}
.p_infographic__other li:nth-of-type(2) {
  -webkit-transition-delay: calc(2 * 0.2s);
          transition-delay: calc(2 * 0.2s);
}
.p_infographic__other li:nth-of-type(3) {
  -webkit-transition-delay: calc(3 * 0.2s);
          transition-delay: calc(3 * 0.2s);
}
.p_infographic__other li:nth-of-type(4) {
  -webkit-transition-delay: calc(4 * 0.2s);
          transition-delay: calc(4 * 0.2s);
}
.p_infographic__other li:nth-of-type(5) {
  -webkit-transition-delay: calc(5 * 0.2s);
          transition-delay: calc(5 * 0.2s);
}

.p_infographic__other .num {
  color: #2EACD6;
  font-size: clamp(1.125rem, 3.2vw, 2rem);
  font-weight: 600;
  line-height: 1;
}

.p_infographic__other small {
  font-size: clamp(0.75rem, 1.4vw, 0.875rem);
  font-weight: 600;
  line-height: 1;
}

.p_infographic__other .year {
  display: block;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  font-weight: 600;
  line-height: 1.8;
  margin-bottom: clamp(2px, 0.25vw, 4px);
}

.p_infographic__chart {
  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: 32px;
}

.p_infographic__chart .chart_inner {
  position: relative;
  width: clamp(120px, 10vw, 160px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p_infographic__chart .chart_inner canvas {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
}
.p_infographic__chart .chart_inner > i {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  aspect-ratio: 1/1;
  width: 35.625%;
  height: auto;
}
.p_infographic__chart .chart_inner > i svg {
  display: block;
  width: 100%;
  height: auto;
}

.p_infographic__chart .chart_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
}
@media screen and (min-width: 901px) {
  .p_infographic__chart .chart_list {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    -ms-flex-preferred-size: 57.8021978022%;
        flex-basis: 57.8021978022%;
  }
}
.p_infographic__chart .chart_list + .chart_list {
  margin-top: 8px;
}

.p_infographic__chart .chart_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p_infographic__chart .chart_item:nth-of-type(1) .num {
  color: #2EACD6;
}
.p_infographic__chart .chart_item:nth-of-type(2) .num {
  color: #6EBD71;
}
.p_infographic__chart .chart_item:nth-of-type(3) .num {
  color: #2E73BA;
}
.p_infographic__chart .chart_item:nth-of-type(4) .num {
  color: #CD6163;
}
.p_infographic__chart .chart_item:nth-of-type(5) .num {
  color: #F3C921;
}

.p_infographic__chart .txt_before {
  font-size: clamp(1rem, 2vw, 1.25rem);
  font-weight: 600;
  line-height: 1.8;
  text-align: center;
}

.p_infographic__chart .num {
  font-size: clamp(1.5rem, 4.8vw, 3rem);
  font-weight: 600;
  line-height: 1;
}

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

.p_infographic__skill___item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  line-height: 1.2;
}
.p_infographic__skill___item + .p_infographic__skill___item {
  margin-top: 8px;
}

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

.p_infographic__skill___item .txt_after {
  font-size: clamp(0.75rem, 1.4vw, 0.875rem);
  font-weight: 600;
  line-height: 1;
}

.p_infographic__skill___item .num {
  color: #2EACD6;
  font-size: clamp(1.125rem, 3.2vw, 2rem);
  font-weight: 600;
  line-height: 1;
}

.p_infographic__off___flex {
  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: clamp(24px, 5vw, 80px);
}
@media screen and (min-width: 901px) {
  .p_infographic__off___flex {
    padding-left: clamp(20px, 7.5vw, 120px);
    padding-right: clamp(20px, 7.5vw, 120px);
  }
}
@media screen and (max-width: 900px) {
  .p_infographic__off___flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
}

.p_infographic__off___list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 32px 40px;
}
@media screen and (min-width: 901px) {
  .p_infographic__off___list {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media screen and (max-width: 900px) {
  .p_infographic__off___list {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}

.p_infographic__off___item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p_infographic__off___item picture {
  margin-bottom: clamp(12px, 1vw, 16px);
}
.p_infographic__off___item picture img {
  width: auto;
  height: 100%;
  max-height: clamp(64px, 5.5vw, 88px);
  -o-object-fit: cover;
     object-fit: cover;
}
.p_infographic__off___item picture {
  -webkit-animation: yurayura 3s ease-in-out infinite;
          animation: yurayura 3s ease-in-out infinite;
}
.p_infographic__off___item p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.p_infographic__off___item .txt_before {
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  font-weight: 600;
  line-height: 1.8;
  margin-right: clamp(4px, 0.5vw, 8px);
}
.p_infographic__off___item .txt_after {
  font-size: clamp(0.75rem, 1.4vw, 0.875rem);
  font-weight: 600;
  line-height: 1;
}
.p_infographic__off___item .num {
  color: #2EACD6;
  font-size: clamp(1.125rem, 3.2vw, 2rem);
  font-weight: 600;
  line-height: 1;
}

@media screen and (min-width: 901px) {
  .p_infographic__off___other {
    -ms-flex-preferred-size: 288px;
        flex-basis: 288px;
  }
}
.p_infographic__off___other dt {
  margin-bottom: clamp(12px, 1vw, 16px);
  font-size: clamp(1rem, 1.8vw, 1.125rem);
  font-weight: 600;
  line-height: 1.8;
}
.p_infographic__off___other dd {
  position: relative;
  padding-left: 10px;
  font-weight: 600;
  line-height: 1.8;
}
.p_infographic__off___other dd::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 12px;
  left: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  aspect-ratio: 1/1;
  width: 6px;
  height: auto;
  border-radius: 50%;
  overflow: hidden;
  background-color: #2EACD6;
}
.p_infographic__off___other dd + dd {
  margin-top: 4px;
}

.p_infographic__point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: clamp(6px, 1vw, 16px);
  max-width: 964px;
  margin-left: auto;
  margin-right: auto;
}
.p_infographic__point li {
  position: relative;
  display: inline-block;
  margin-bottom: 12px;
  padding: clamp(6px, 0.5vw, 8px) clamp(16px, 1.5vw, 24px);
  border-radius: 8px;
  text-align: center;
  font-size: clamp(0.875rem, 1.6vw, 1rem);
  font-weight: 600;
  color: #fff;
}
.p_infographic__point li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 12px 8px 0 0;
  border-color: #dedede transparent transparent;
  translate: calc(-50% - 0.2px) 100%;
}
@media screen and (max-width: 500px) {
  .p_infographic__point li {
    gap: 6px;
  }
}
.p_infographic__point li:nth-of-type(4n + 1) {
  background-color: #2EACD6;
}
.p_infographic__point li:nth-of-type(4n + 1)::after {
  border-color: #2EACD6 transparent transparent;
}
.p_infographic__point li:nth-of-type(4n + 2) {
  background-color: #6EBD71;
}
.p_infographic__point li:nth-of-type(4n + 2)::after {
  border-color: #6EBD71 transparent transparent;
}
.p_infographic__point li:nth-of-type(4n + 3) {
  background-color: #2E73BA;
}
.p_infographic__point li:nth-of-type(4n + 3)::after {
  border-color: #2E73BA transparent transparent;
}
.p_infographic__point li:nth-of-type(4n) {
  background-color: #CD6163;
}
.p_infographic__point li:nth-of-type(4n)::after {
  border-color: #CD6163 transparent transparent;
}
.p_infographic__point.is_trigger li {
  opacity: 0;
}
.p_infographic__point.is_trigger__show li {
  opacity: 1;
  -webkit-animation: poyon 0.6s both;
          animation: poyon 0.6s both;
}
.p_infographic__point.is_trigger__show li:nth-of-type(4n + 1) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.p_infographic__point.is_trigger__show li:nth-of-type(4n + 2) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.p_infographic__point.is_trigger__show li:nth-of-type(4n + 3) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.p_infographic__point.is_trigger__show li:nth-of-type(4n + 4) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.p_infographic__point + i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 24px;
}

@-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;
  }
}
.p_requirements {
  padding-left: 20px;
  padding-right: 20px;
}

.p_requirements__container {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 901px) {
  .p_requirements__container {
    max-width: 920px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 900px) {
  .p_requirements__container {
    max-width: 920px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 501px) and (max-width: 1200px) {
  .p_requirements__container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.p_requirements__container {
  background-color: #FAFAFA;
  margin-top: clamp(80px, 7.5vw, 120px);
  padding-top: clamp(40px, 5vw, 80px);
  padding-bottom: clamp(40px, 5vw, 80px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 30px;
  overflow: clip;
}

.p_requirements__head {
  text-align: center;
  margin-bottom: clamp(32px, 3.5vw, 56px);
}
.p_requirements__head span {
  display: block;
  color: #2EACD6;
  font-size: clamp(1.125rem, 2vw, 1.25rem);
  font-weight: 600;
  line-height: 1.5;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.p_requirements__list {
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}

.p_requirements__tab + .p_requirements__tab {
  margin-top: clamp(8px, 1vw, 16px);
}

.p_requirements__btns {
  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;
  color: #6EBD71;
  border: 1px solid;
  background-color: #6EBD71;
  width: 100%;
  height: 56px;
  padding: 6px 6px 6px 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 800px;
  overflow: clip;
}
@media (hover: hover) {
  .p_requirements__btns:hover {
    opacity: 1;
    background-color: #fff;
  }
  .p_requirements__btns:hover .p_requirements__label {
    color: #6EBD71;
  }
  .p_requirements__btns:hover .p_requirements__arrow {
    background-color: currentColor;
  }
  .p_requirements__btns:hover .p_requirements__arrow path {
    fill: #fff;
  }
}
@media (hover: none) {
  .p_requirements__btns {
    -webkit-transition: all 0s;
    transition: all 0s;
  }
  .p_requirements__btns:active {
    opacity: 1;
    background-color: #fff;
  }
  .p_requirements__btns:active .p_requirements__label {
    color: #6EBD71;
  }
  .p_requirements__btns:active .p_requirements__arrow {
    background-color: currentColor;
  }
  .p_requirements__btns:active .p_requirements__arrow path {
    fill: #fff;
  }
}

.p_requirements__label {
  display: block;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  font-weight: 600;
  line-height: 2;
  color: #fff;
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .p_requirements__label {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .p_requirements__label {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}

.p_requirements__arrow {
  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: 44px;
  border-radius: 50%;
  overflow: clip;
  background-color: #fff;
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .p_requirements__arrow {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .p_requirements__arrow {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 500px) {
  .p_requirements__arrow {
    width: 34px;
  }
}
.p_requirements__arrow svg {
  aspect-ratio: 7/12;
  width: 7px;
  height: auto;
}
.p_requirements__arrow path {
  fill: currentColor;
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .p_requirements__arrow path {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .p_requirements__arrow path {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}

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

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

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

.p_contact__tab {
  max-width: 296px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: block;
  text-align: center;
  background-color: #FAFAFA;
  border-radius: 24px;
  overflow: clip;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  font-weight: 600;
  line-height: 2;
}
@media screen and (min-width: 501px) {
  .p_contact__tab {
    border-radius: 100px;
    overflow: clip;
    padding-top: 0.875em;
    padding-bottom: 0.625em;
  }
}
@media screen and (max-width: 500px) {
  .p_contact__tab {
    padding-top: 0.625em;
    padding-bottom: 0.5em;
  }
}
.p_contact__tab::before {
  counter-increment: num;
  content: counter(num) ".";
}

.p_contact__active {
  background-color: #2EACD6;
  color: #fff;
}

.p_contact__line {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 1px;
  background-color: #D9D9D9;
  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: 600;
  margin-bottom: 1em;
}

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

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

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

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

/* 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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 1001px) {
  .p_archive__side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 32px 64px;
  }
}
.p_archive__side + .p_archive__side {
  margin-top: clamp(56px, 5vw, 80px);
  padding-top: clamp(56px, 5vw, 80px);
  border-top: 1px solid #CFCFCF;
}

.p_archive__side___pic {
  display: block;
  max-width: 400px;
  width: 100%;
  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.3513513514;
}
.p_archive__side___pic img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  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___pic {
  background-color: #C4C4C4;
  border-radius: 30px;
  overflow: clip;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1001px) {
  .p_archive__side___pic {
    min-width: 400px;
  }
}
@media screen and (max-width: 1000px) {
  .p_archive__side___pic {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 500px) {
  .p_archive__side___pic {
    border-radius: 15px;
    overflow: clip;
  }
}

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

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

.p_archive__side___time {
  display: block;
  color: #999999;
  margin-bottom: clamp(18px, 1.5vw, 24px);
}

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

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

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

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

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

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

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

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

.p_single__block___head {
  padding-bottom: clamp(18px, 1.5vw, 24px);
  margin-bottom: clamp(40px, 5vw, 80px);
  border-bottom: 1px solid #CFCFCF;
}

.p_single__block___time {
  display: block;
  color: #2EACD6;
  font-weight: 500;
  line-height: 2;
}

.p_single__block___lead {
  display: block;
  font-size: clamp(1rem, 1.8vw, 1.125rem);
  font-weight: 600;
  line-height: 1.8;
}

.p_single__block___image {
  display: block;
  border-radius: 30px;
  overflow: clip;
  margin-bottom: clamp(40px, 3.5vw, 56px);
}
@media screen and (max-width: 500px) {
  .p_single__block___image {
    border-radius: 15px;
    overflow: clip;
  }
}
.p_single__block___image img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

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

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

.p_found__caption {
  display: block;
  color: #2E73BA;
  font-size: clamp(2.5rem, 6.4vw, 4rem);
  font-weight: 600;
  line-height: 1.5;
  text-transform: uppercase;
}

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

.p_found__bread {
  margin-top: 16px;
  margin-bottom: clamp(56px, 7.5vw, 120px);
}

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

.p_found__menu {
  margin-top: 32px;
}
@media screen and (min-width: 501px) {
  .p_found__menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 24px 32px;
  }
}
.p_found__menu ul .sub-menu,
.p_found__menu ul .children {
  display: none !important;
}
.p_found__menu a {
  display: block;
  font-weight: 600;
}
@media (hover: hover) {
  .p_found__menu a:hover {
    opacity: 1;
    color: #2EACD6;
  }
}
@media (hover: none) {
  .p_found__menu a {
    -webkit-transition: all 0s;
    transition: all 0s;
  }
  .p_found__menu a:active {
    opacity: 1;
    color: #2EACD6;
  }
}
@media screen and (max-width: 500px) {
  .p_found__menu li {
    border-bottom: 1px solid #CFCFCF;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .p_found__menu a {
    padding-top: 1em;
    padding-bottom: 1em;
  }
}

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