@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=Google+Sans+Flex:opsz,wght@6..144,1..1000&display=swap");
/* インデント調整 */
/* センター寄せのインデント調整 */
/* 動作の時間（1001px以上の時,1000px以下の時） */
.p_contact__active {
  background: linear-gradient(90deg, #FBD564 0%, #FF7F17 100%);
}

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

@font-face {
  font-family: Higure;
  font-display: swap;
  src: url("../font/HigureGothic-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: Higure;
  font-display: swap;
  src: url("../font/HigureGothic-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@keyframes please__swipe {
  0% {
    left: 10px;
  }
  100% {
    left: 50px;
  }
}
@keyframes image_sldier {
  0% {
    translate: 0 0%;
  }
  100% {
    translate: -50% 0;
  }
}
@keyframes sldier_x {
  0% {
    translate: 0 0%;
  }
  100% {
    translate: -50% 0;
  }
}
@keyframes sldier_y {
  0% {
    translate: 0 0%;
  }
  100% {
    translate: 0 -50%;
  }
}
:root {
  font-size: 16px;
}

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

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

div {
  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;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  a {
    transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  a {
    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;
  box-sizing: border-box;
}

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

.wp-block-table {
  overflow-x: unset;
}

.wp-block-table td,
.wp-block-table th,
th,
td {
  text-align: left;
  vertical-align: top;
  box-sizing: border-box;
  background-color: #fff;
  border: none;
  padding: 0;
}
@media screen and (min-width: 1001px) {
  .wp-block-table td,
  .wp-block-table th,
  th,
  td {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
}
@media screen and (max-width: 1000px) {
  .wp-block-table td,
  .wp-block-table th,
  th,
  td {
    display: block;
  }
}

@media screen and (min-width: 1001px) {
  .wp-block-table th,
  th {
    position: relative;
    width: 200px;
  }
  .wp-block-table th::after,
  th::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 0.5px;
    background: var(--bg);
    z-index: 1;
  }
}
@media screen and (max-width: 1000px) {
  .wp-block-table th,
  th {
    padding-top: 16px;
  }
}

@media screen and (min-width: 1001px) {
  .wp-block-table td,
  td {
    border-bottom: 1px solid #D9D9D9;
  }
}
@media screen and (max-width: 1000px) {
  .wp-block-table td,
  td {
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 16px;
  }
}
.wp-block-table td a,
td a {
  color: #00A1EA;
  text-decoration: underline;
}

/* △△△△ 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 (max-width: 1000px) {
  .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;
    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);
    transform: translate(-50%, -50%);
    transition: all 0.6s;
  }
  .swipe__on {
    overflow: auto;
    white-space: nowrap;
  }
  .swipe__on::after, .swipe__on::before {
    opacity: 0;
    z-index: -1;
    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;
  }
}

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

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

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

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

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

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

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

/* △△△△ blur △△△△ */
/* ▽▽▽▽追従▽▽▽▽ */
@media screen and (min-width: 1025px) {
  .c_following__contents {
    gap: 120px;
  }
}
@media screen and (min-width: 1001px) {
  .c_following__contents {
    display: flex;
    align-items: flex-start;
    position: relative;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1024px) {
  .c_following__contents {
    gap: 80px;
  }
}
@media screen and (min-width: 1001px) {
  .c_following__side {
    position: sticky;
    top: 80px;
    left: 0;
    width: 200px;
  }
  .c_following__main {
    flex: 1;
  }
}
.c_anchor__block + .c_anchor__block {
  margin-top: clamp(104px, 10vw, 160px);
}

.c_anchor__list {
  padding: 40px 24px 24px;
  box-shadow: var(--shadow);
  background-color: #fff;
}
@media screen and (max-width: 1000px) {
  .c_anchor__list {
    margin-bottom: 80px;
  }
}

.c_anchor__tab + .c_anchor__tab {
  border-top: 1px solid #D9D9D9;
}

.c_anchor__btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  font-weight: 700;
  line-height: 1.5;
  padding-bottom: 16px;
  opacity: 0.3;
}
.c_anchor__tab + .c_anchor__tab .c_anchor__btn {
  padding-top: 16px;
}
.c_anchor__btn:hover, .c_anchor__btn.c_anchor__active, .c_anchor__btn.c_anchor__current {
  opacity: 1;
}
@media screen and (max-width: 1000px) {
  .c_anchor__btn {
    opacity: 1;
  }
}

.c_anchor__text {
  line-height: 1.5;
}
@media screen and (max-width: 1000px) {
  .c_anchor__text br {
    display: none;
  }
}

/* △△△△追従△△△△ */
.c_header__block {
  box-sizing: border-box;
  padding: 22px 40px;
  transition: all 0.6s;
}
@media screen and (min-width: 1001px) {
  .c_header__block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
  }
  .c_header__block.c_header__hide {
    transform: translateY(-100%);
  }
}
@media screen and (max-width: 1000px) {
  .c_header__block {
    display: block;
    padding: 16px 20px;
  }
}
@media screen and (max-width: 500px) {
  .c_header__block {
    padding: 12px 20px;
  }
}

.c_header__add,
.c_header__white {
  background: #fff;
}

.c_header__catchcopy {
  display: block;
  font-style: normal;
  font-weight: 500;
  font-size: clamp(0.625rem, 1.3vw, 0.8125rem);
  line-height: 150%;
  color: #0082B6;
}

.c_header__link {
  display: block;
  margin-top: 8px;
  max-width: 224px;
}
@media screen and (max-width: 1000px) {
  .c_header__link {
    margin-top: 4px;
    max-width: 200px;
  }
}
@media screen and (max-width: 500px) {
  .c_header__link {
    max-width: 180px;
  }
}

@media screen and (min-width: 1001px) {
  .c_header__nav ul {
    display: flex;
    align-items: center;
    gap: 24px;
  }
}
.c_header__nav a {
  font-weight: 700;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  color: #333333;
}
.c_header__nav span {
  line-height: 1;
}
.c_header__nav a:hover {
  opacity: 1;
  color: #61C3AD;
}
.c_header__nav .entry_btn a {
  display: block;
  position: relative;
  font-weight: 400;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  color: #FFFFFF;
  width: 176px;
  background: linear-gradient(90deg, #FBD564 0%, #FF7F17 100%);
  border-radius: 0px;
  box-sizing: border-box;
  text-align: center;
  padding: 16px 10px;
}
@media screen and (max-width: 1000px) {
  .c_header__nav .entry_btn a {
    width: 100%;
  }
}
.c_header__nav .entry_btn a:hover {
  opacity: 0.6;
}
@media screen and (min-width: 1001px) {
  .c_header__nav .menu-item-has-children {
    position: relative;
  }
  .c_header__nav .menu-item-has-children > a {
    position: relative;
    padding-right: 16px;
  }
  .c_header__nav .menu-item-has-children > a::before {
    content: "";
    background: url(../images/common/header_menu_arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 9px;
    height: 5px;
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s;
  }
  .c_header__nav .menu-item-has-children:hover {
    opacity: 1;
    color: #61C3AD;
  }
  .c_header__nav .menu-item-has-children:hover > a::before {
    transform: translateY(-50%) rotate(180deg);
    background: url(../images/common/header_menu_arrow_hover.svg);
    background-repeat: no-repeat;
    background-size: contain;
  }
  .c_header__nav .menu-item-has-children:hover .sub-menu {
    transform: scaleY(1);
  }
  .c_header__nav .sub-menu {
    position: relative;
    display: block;
    padding: 40px 24px 24px;
    width: auto;
    position: absolute;
    left: 0;
    z-index: 1;
    transform-origin: top;
    transform: scaleY(0);
    transition: transform 0.5s;
  }
  .c_header__nav .sub-menu li {
    position: relative;
    line-height: 1;
    width: -moz-max-content;
    width: max-content;
    z-index: 1;
  }
  .c_header__nav .sub-menu a {
    font-weight: 500;
    font-size: 15px;
    color: #333333;
  }
  .c_header__nav .sub-menu a::before {
    content: "-";
  }
  .c_header__nav .sub-menu a:hover {
    color: #61C3AD;
  }
  .c_header__nav .sub-menu li + li {
    display: block;
  }
  .c_header__nav .sub-menu::before {
    content: "";
    width: 100%;
    height: calc(100% - 16px);
    background: rgba(255, 255, 255, 0.9);
    border-radius: 0px;
    position: absolute;
    left: 0;
    bottom: 1px;
    box-sizing: border-box;
    box-shadow: 8px 8px 40px #C6DDE8;
  }
}
@media screen and (max-width: 1000px) {
  .c_header__nav .sub-menu {
    display: none !important;
  }
  .c_header__nav li {
    border-bottom: 1px solid #fff;
  }
  .c_header__nav a {
    display: block;
    text-align: center;
    font-size: 16px;
    color: #fff;
    padding-top: 1em;
    padding-bottom: 1em;
    box-sizing: border-box;
  }
}

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

.c_header__trigger {
  position: fixed;
  top: 12px;
  right: 12px;
  aspect-ratio: 1/1;
  background-color: #000;
  width: 48px;
  height: auto;
  transition-property: all;
  z-index: 10;
  border-radius: 50%;
  background: linear-gradient(90deg, #FBD564 0%, #FF7F17 100%);
}
@media screen and (min-width: 1001px) {
  .c_header__trigger {
    transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .c_header__trigger {
    transition-duration: 300ms;
  }
}
@media screen and (min-width: 501px) and (max-width: 1000px) {
  .c_header__trigger {
    top: 16px;
    right: 12px;
  }
}
@media screen and (min-width: 1001px) {
  .c_header__trigger {
    display: none !important;
  }
}
.c_header__trigger::before, .c_header__trigger::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 24px;
  height: 1px;
  background-color: #fff;
  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;
}

.home_fixd {
  position: relative;
}

.home_fixd__back {
  position: sticky;
  top: 0;
  left: 0;
  height: 100dvh;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 161, 234, 0.2) 30.29%, rgba(255, 249, 245, 0.2) 100%);
}
@media screen and (max-width: 700px) {
  .home_fixd__back {
    height: auto;
    min-height: 700px;
  }
}

.home_fixd__wave {
  position: absolute;
  clip-path: inset(0 100% 0 0);
  transition: all 0.5s;
}
.home_fixd__wave.cs_ac {
  clip-path: inset(0 0% 0 0);
  transition-delay: 0.75s;
}
@media screen and (min-width: 1001px) {
  .home_fixd__wave {
    bottom: 180px;
  }
}
@media screen and (max-width: 1000px) {
  .home_fixd__wave {
    top: 50%;
    transform: translateY(-50%);
  }
}

.c_mv {
  display: block;
  position: absolute;
  left: 0;
  top: 68px;
  width: 100%;
}
@media screen and (min-width: 1801px) {
  .c_mv {
    top: 11%;
  }
}
@media screen and (max-width: 1360px) {
  .c_mv {
    top: 56px;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .c_mv {
    top: 11%;
  }
}
@media screen and (max-width: 1000px) {
  .c_mv {
    top: 64px;
  }
}

.c_mv__side {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 80px;
  padding-left: 100px;
  padding-right: 100px;
}
@media screen and (max-width: 1360px) {
  .c_mv__side {
    gap: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .c_mv__side {
    gap: 56px;
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 500px) {
  .c_mv__side {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.c_mv__slider {
  max-width: 670px;
}
@media screen and (max-width: 1360px) {
  .c_mv__slider {
    max-width: 600px;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .c_mv__slider {
    max-width: 520px;
  }
}
@media screen and (max-width: 1000px) {
  .c_mv__slider {
    max-width: 480px;
  }
}
@media screen and (max-width: 500px) {
  .c_mv__slider {
    max-width: calc(100% - 0px);
  }
}

.c_mv__pic {
  display: block;
  width: 100%;
  height: auto;
  -webkit-mask-image: url(../images/mv/img_mask.png);
          mask-image: url(../images/mv/img_mask.png);
  -webkit-mask-size: 100%;
          mask-size: 100%;
  max-width: 670px;
}
@media screen and (max-width: 1360px) {
  .c_mv__pic {
    max-width: 600px;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .c_mv__pic {
    max-width: 520px;
  }
}
@media screen and (max-width: 1000px) {
  .c_mv__pic {
    max-width: 480px;
  }
}
@media screen and (max-width: 500px) {
  .c_mv__pic {
    max-width: calc(100% - 0px);
  }
}
.c_mv__pic img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c_mv__head {
  font-size: clamp(2rem, 4.8vw, 3rem);
  font-weight: 700;
  line-height: 1.5;
  text-align: right;
  white-space: nowrap;
}
@media screen and (max-width: 1200px) {
  .c_mv__head br {
    display: block;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .c_mv__head {
    font-size: 24px;
  }
}
@media screen and (max-width: 1000px) {
  .c_mv__head {
    text-align: center;
  }
}
@media screen and (max-width: 500px) {
  .c_mv__head {
    transform: translateX(-10px);
  }
}

.c_mv__text {
  font-size: clamp(1.25rem, 3.2vw, 2rem);
  line-height: inherit;
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .c_mv__text {
    font-size: 20px;
  }
}

.c_mv__text--first {
  margin-right: 24px;
}

.c_mv__textgrad {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  background: linear-gradient(90deg, #39BEFC 0%, #45CFB0 50.48%, #00A1EA 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
c_kv----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.c_kv {
  display: block;
  position: relative;
  margin-top: 108px;
}
@media screen and (max-width: 1000px) {
  .c_kv {
    margin-top: 0px;
  }
}
.c_kv img {
  display: block;
  max-width: 100%;
}
@media screen and (max-width: 1000px) {
  .c_kv img {
    height: 440px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}

.c_kv__head {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 2;
}

.c_kv__caption {
  display: block;
  font-weight: 400;
  font-size: clamp(1rem, 2vw, 1.25rem);
  color: #FFFFFF;
  text-transform: uppercase;
  font-family: "Google Sans Flex", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "slnt" 0, "wdth" 100, "GRAD" 0, "ROND" 0;
  line-height: 1;
}

.c_kv__lead {
  display: block;
  font-weight: 700;
  font-size: clamp(2.25rem, 4.8vw, 3rem);
  line-height: 150%;
  color: #FFFFFF;
  margin-top: 16px;
}
@media screen and (max-width: 1200px) {
  .c_kv__lead {
    margin-top: 10px;
  }
}

.c_bread {
  position: absolute;
  left: 0;
  bottom: 16px;
  z-index: 1;
  width: 100%;
  font-size: 14px;
  color: #fff;
}
@media screen and (max-width: 1000px) {
  .c_bread {
    bottom: 10px;
  }
}
.c_bread span,
.c_bread a {
  font-size: inherit;
  color: inherit;
}

.c_bread__inner {
  display: flex;
  justify-content: flex-end;
  gap: 6px 8px;
  flex-wrap: wrap;
  align-items: center;
}

/*================================================
c_kv----END
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
s_kv----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.s_kv {
  display: block;
  position: relative;
  margin-top: 108px;
}
@media screen and (max-width: 1000px) {
  .s_kv {
    margin-top: 0px;
  }
}
.s_kv img {
  display: block;
  max-width: 100%;
}
@media screen and (max-width: 1000px) {
  .s_kv img {
    height: 320px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}

.s_kv__head {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}

.s_kv__caption {
  display: block;
  font-weight: 400;
  font-size: clamp(1rem, 2vw, 1.25rem);
  color: #333;
  text-transform: uppercase;
  font-family: "Google Sans Flex", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "slnt" 0, "wdth" 100, "GRAD" 0, "ROND" 0;
  line-height: 1;
}

.s_kv__lead {
  display: block;
  font-weight: 700;
  font-size: clamp(2.25rem, 4.8vw, 3rem);
  line-height: 150%;
  text-fill-color: transparent;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  margin-top: 16px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 1200px) {
  .s_kv__lead {
    margin-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.s_kv__lead.privacy-policy {
  font-size: clamp(2rem, 4.8vw, 3rem);
}

.s_kv__lead.works {
  background: linear-gradient(90deg, #75DAC3 0%, #2CBE9D 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.s_kv__lead.topics,
.s_kv__lead.privacy-policy,
.s_kv__lead.found {
  background: linear-gradient(90deg, #39BEFC 0%, #45CFB0 50.48%, #00A1EA 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.s_kv__lead.requirements,
.s_kv__lead.contact {
  background: linear-gradient(90deg, #FBD564 0%, #FF7F17 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.s_kv_bread {
  position: absolute;
  left: 0;
  top: 16px;
  z-index: 1;
  width: 100%;
  font-size: 14px;
  color: #333;
}
@media screen and (max-width: 1000px) {
  .s_kv_bread {
    top: 10px;
  }
}
.s_kv_bread span,
.s_kv_bread a {
  font-size: inherit;
  color: inherit;
}

.s_kv_bread__inner {
  display: flex;
  justify-content: flex-end;
  gap: 6px 8px;
  flex-wrap: wrap;
  align-items: center;
}

/*================================================
s_kv----END
==================================================*/
.c_cta {
  padding-top: clamp(48px, 10vw, 160px);
  box-sizing: border-box;
}

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

.c_cta__label {
  font-size: clamp(0.9375rem, 1.8vw, 1.125rem);
  line-height: 1.7;
}
@media screen and (max-width: 500px) {
  .c_cta__label {
    line-height: 1.6;
  }
}

.c_cta__lead {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: clamp(1.25rem, 2.4vw, 1.5rem);
  line-height: 1.6;
  font-weight: 700;
  margin-bottom: clamp(8px, 0.75vw, 12px);
}

.c_cta__ico {
  display: block;
  aspect-ratio: 1/1;
  width: 24px;
  height: 24px;
}
.c_cta__ico svg {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 500px) {
  .c_cta__ico {
    width: 20px;
    height: 20px;
  }
}

.c_cta__arrow {
  display: block;
  aspect-ratio: 1/1;
  width: 40px;
  height: 40px;
}
.c_cta__arrow svg {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 501px) {
  .c_cta__arrow {
    position: absolute;
    top: 50%;
    right: 24px;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 1024px) and (min-width: 829px) {
  .c_cta__arrow {
    right: 16px;
  }
}
@media screen and (max-width: 500px) {
  .c_cta__arrow {
    width: 32px;
    height: 32px;
    margin-top: 16px;
  }
}

.c_cta__caption {
  font-family: "Google Sans Flex", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "slnt" 0, "wdth" 100, "GRAD" 0, "ROND" 0;
  font-size: clamp(3rem, 9.6vw, 6rem);
  line-height: 1;
  color: #00A1EA;
  text-transform: uppercase;
}

.c_cta__text {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.c_cta__side {
  display: flex;
  justify-content: center;
  gap: 8px 24px;
  flex-wrap: wrap;
}
@media screen and (min-width: 829px) {
  .c_cta__side {
    align-items: center;
  }
}
@media screen and (max-width: 828px) {
  .c_cta__side {
    flex-direction: column;
  }
}

.c_cta__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 1;
  color: #fff;
  box-sizing: border-box;
}
@media screen and (min-width: 829px) {
  .c_cta__item {
    height: 180px;
  }
}

.c_cta__left {
  background: linear-gradient(90deg, #39BEFC 0%, #00A1EA 100%);
  padding-top: clamp(16px, 2vw, 32px);
  padding-bottom: clamp(18px, 2.25vw, 36px);
}

.c_cta__right {
  position: relative;
  background: linear-gradient(90deg, #FBD564 0%, #FF7F17 100%);
  padding-top: clamp(16px, 2vw, 32px);
  padding-bottom: clamp(16px, 2vw, 32px);
}

.c_cta__tel {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  font-family: "Google Sans Flex", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "slnt" 0, "wdth" 100, "GRAD" 0, "ROND" 0;
  font-size: clamp(2.5rem, 4.8vw, 3rem);
  line-height: 1;
}

.c_cta__unit {
  text-transform: capitalize;
  font-size: 0.8em;
  line-height: inherit;
}

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

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

.c_cta__btns {
  display: flex;
  gap: 8px;
}

.c_cta__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  background-color: #fff;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  padding-top: 1em;
  padding-bottom: 1em;
  box-sizing: border-box;
  border-radius: 50px;
  overflow: clip;
  width: 240px;
}

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

.c_footer {
  position: relative;
  margin-top: clamp(120px, 9.5vw, 152px);
}
.c_footer::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.3) 0%, rgba(0, 161, 234, 0.3) 69.71%);
  z-index: -1;
}
.c_footer::after {
  content: "";
  left: 0;
  right: 0;
  top: 0;
  position: absolute;
  background-image: url("../images/home/wave_blue2.webp");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100%;
  height: 100%;
  clip-path: inset(0 100% 0 0);
  transition: all 0.5s;
  z-index: -1;
}
.c_footer.cs_ac::after {
  clip-path: inset(0 0% 0 0);
  transition-delay: 1.5s;
}

.c_footer__block {
  padding-top: clamp(64px, 5.625vw, 90px);
}

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

@media screen and (max-width: 1000px) {
  .c_footer__nav {
    margin-bottom: 64px;
  }
}
@media screen and (max-width: 1000px) and (min-width: 501px) {
  .c_footer__nav {
    margin-left: -40px;
    margin-right: -40px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .c_footer__nav {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.c_footer__nav ul:not(.sub-menu) {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}
@media screen and (min-width: 1001px) {
  .c_footer__nav ul:not(.sub-menu) {
    max-width: 581px;
    gap: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .c_footer__nav ul:not(.sub-menu) {
    border-top: 1px solid #fff;
  }
}
.c_footer__nav li {
  line-height: 1.5;
}
@media screen and (min-width: 1001px) {
  .c_footer__nav li.sp_only {
    display: none;
  }
}
.c_footer__nav a {
  display: block;
  font-weight: 700;
  line-height: inherit;
}
@media screen and (max-width: 1000px) {
  .c_footer__nav li {
    width: 50%;
    border-bottom: 1px solid #fff;
    box-sizing: border-box;
  }
  .c_footer__nav li:nth-child(even) {
    border-left: 1px solid #fff;
  }
  .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;
    box-sizing: border-box;
  }
}
.c_footer__nav .sub-menu,
.c_footer__nav .children {
  display: none !important;
  margin-top: 8px;
}
.c_footer__nav .sub-menu a,
.c_footer__nav .children a {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
}
.c_footer__nav .sub-menu a::before,
.c_footer__nav .children a::before {
  content: "-";
}
@media screen and (min-width: 1001px) {
  .c_footer__nav .sub-menu,
  .c_footer__nav .children {
    display: block !important;
  }
}

.c_footer__link {
  display: block;
  max-width: 224px;
  margin-bottom: 24px;
}

.c_footer__image {
  display: block;
  width: 100%;
  height: 100%;
}

.c_footer__address span,
.c_footer__address .c_address__block {
  font-size: 15px;
  line-height: 1.5;
}

.c_footer__copy {
  display: block;
  font-size: clamp(0.75rem, 1.4vw, 0.875rem);
  padding-top: clamp(14px, 1vw, 16px);
  padding-bottom: clamp(14px, 1vw, 16px);
  box-sizing: border-box;
  margin-top: clamp(40px, 4vw, 64px);
  border-top: 1px solid #fff;
}

.c_footer__rtt {
  position: absolute;
  bottom: 24px;
  right: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c_footer__rtt svg {
  display: block;
  aspect-ratio: 1/1;
  width: 56px;
  height: auto;
  -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);
}

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

.c_main__head {
  margin-bottom: 40px;
}

.c_main__lead {
  display: inline-block;
  font-size: clamp(1.75rem, 3.2vw, 2rem);
  font-weight: 700;
  line-height: 1.5;
  background: var(--bg);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.c_main__caption {
  display: block;
  font-size: 16px;
  font-family: "Google Sans Flex", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "slnt" 0, "wdth" 100, "GRAD" 0, "ROND" 0;
  margin-bottom: 8px;
  text-transform: uppercase;
  line-height: 1;
}

.c_main__catch {
  font-size: clamp(1.25rem, 2.4vw, 1.5rem);
  font-weight: 700;
  line-height: 1.7;
  margin-bottom: clamp(24px, 2vw, 32px);
}

.c_lower__head {
  margin-bottom: clamp(40px, 3.5vw, 56px);
  padding-bottom: 24px;
  position: relative;
  transition: all 0.5s;
}
.c_lower__head::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 56px;
  height: 2px;
  scale: 0 1;
  background: var(--bg);
  transition: inherit;
  transform-origin: left;
}
.c_lower__head.cs_ac::before {
  transition-delay: 0.5s;
  scale: 1 1;
}

.c_lower__caption {
  font-size: 14px;
  font-family: "Google Sans Flex", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "slnt" 0, "wdth" 100, "GRAD" 0, "ROND" 0;
  margin-bottom: 4px;
  text-transform: uppercase;
  line-height: 1;
}

.c_lower__lead {
  font-size: clamp(1.75rem, 3.2vw, 2rem);
  font-weight: 700;
  line-height: 1.5;
  text-transform: uppercase;
}

.c_lower__label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: clamp(1.125rem, 2vw, 1.25rem);
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: clamp(24px, 2.5vw, 40px);
}
.c_lower__label::before {
  content: "";
  aspect-ratio: 1/1;
  min-width: 16px;
  height: auto;
  background: var(--bg);
  border-radius: 50%;
}

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

.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 {
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  color: #00A1EA;
  font-weight: 700;
  line-height: 2;
}

.c_list__dotted {
  position: relative;
  font-size: inherit;
  padding-left: 1em;
  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: #00A1EA;
}

.c_top {
  margin-top: clamp(40px, 3.5vw, 56px);
  text-align: right;
}

.c_top__link {
  position: relative;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  max-width: 182px;
  width: 100%;
  padding-bottom: clamp(12px, 1vw, 16px);
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  font-weight: 700;
  line-height: 1.5;
  transition: all 0.3s;
  border-bottom: 1px solid #D9D9D9;
}
.c_top__link::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  scale: 0 1;
  background: var(--bg);
  transition: inherit;
  transform-origin: left;
}
.c_top__link:hover {
  opacity: 1;
}
.c_top__link:hover::before {
  scale: 1 1;
}
@media screen and (max-width: 500px) {
  .c_top__link {
    max-width: 152px;
  }
}

.c_top__ico {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
  width: 40px;
  height: auto;
  background-image: var(--top-arrow);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  transition: inherit;
}
.c_top__link:hover .c_top__ico {
  background-image: var(--top-grad-arrow);
}
@media screen and (max-width: 500px) {
  .c_top__ico {
    width: 32px;
  }
}

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

.c_top__text {
  background: #333;
  font-size: inherit;
  text-transform: uppercase;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.3s;
}
.c_top__link:hover .c_top__text {
  background: var(--bg);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

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

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

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

.c_image {
  overflow: clip;
}

.c_image__slider {
  display: flex;
  width: -moz-min-content;
  width: min-content;
  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: flex;
  margin-top: clamp(40px, 3vw, 48px);
  justify-content: center;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}

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

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

.c_btn__link {
  position: relative;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  max-width: 160px;
  width: 100%;
  padding-bottom: clamp(12px, 1vw, 16px);
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  font-weight: 700;
  line-height: 1.5;
  transition: all 0.3s;
  border-bottom: 1px solid #D9D9D9;
}
.c_btn__link::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  scale: 0 1;
  background: var(--bg);
  transition: inherit;
  transform-origin: left;
}
.c_btn__link:hover {
  opacity: 1;
}
.c_btn__link:hover::before {
  scale: 1 1;
}
.c_btn--404 .c_btn__link {
  max-width: 200px;
}
.c_btn--entry .c_btn__link {
  max-width: 240px;
}
@media screen and (max-width: 500px) {
  .c_btn__link {
    max-width: 148px;
  }
  .c_btn--entry .c_btn__link {
    max-width: 200px;
  }
}

.c_btn__ico {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
  width: 40px;
  height: auto;
  background-image: var(--arrow);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  transition: inherit;
}
.c_btn__link:hover .c_btn__ico {
  background-image: var(--grad-arrow);
}
@media screen and (max-width: 500px) {
  .c_btn__ico {
    width: 32px;
  }
}

.c_btn__text {
  background: #333;
  font-size: inherit;
  text-transform: uppercase;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.3s;
}
.c_btn__link:hover .c_btn__text {
  background: var(--bg);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.c_btn__start {
  justify-content: flex-start;
}

.c_btn__end {
  justify-content: flex-end;
}

.c_btn__large {
  max-width: 400px;
}

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

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

.c_pagelist__list {
  display: flex;
  margin-bottom: clamp(80px, 7.5vw, 120px);
}
@media screen and (max-width: 1000px) {
  .c_pagelist__list {
    display: block;
  }
}

.c_pagelist__item {
  flex-basis: 50%;
  box-sizing: border-box;
}

.c_pagelist__list--has3 .c_pagelist__item {
  flex-basis: 33.3%;
}

.c_pagelist__link {
  display: flex;
  font-weight: 700;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  color: #333333;
  justify-content: center;
  gap: 56px;
  align-items: center;
  background: #FAFAFA;
  transition: all 0.3s;
  padding: 32px 10px;
}
@media screen and (max-width: 1000px) {
  .c_pagelist__link {
    justify-content: space-between;
    padding: 32px 56px;
  }
}

.c_pagelist__link::after {
  content: "";
  aspect-ratio: 1/1;
  width: 40px;
  height: auto;
  display: block;
  transition: all 0.3s;
}
@media screen and (max-width: 1000px) {
  .c_pagelist__link::after {
    width: 32px;
  }
}

.current_page_item .c_pagelist__link,
.c_pagelist__link:hover {
  opacity: 1;
  color: #fff;
}

.c_pagelist--blue .c_pagelist__link::after {
  background: url(../images/common/arrow_right_blue.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.c_pagelist--blue .current_page_item .c_pagelist__link,
.c_pagelist--blue .c_pagelist__link:hover {
  background: linear-gradient(90deg, #39BEFC 0%, #00A1EA 100%);
}
.c_pagelist--blue .current_page_item .c_pagelist__link::after,
.c_pagelist--blue .c_pagelist__link:hover::after {
  background: url(../images/common/arrow_right_blue_grad.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.c_pagelist--green .c_pagelist__link::after {
  background: url(../images/common/arrow_right_green.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.c_pagelist--green .current_page_item .c_pagelist__link,
.c_pagelist--green .c_pagelist__link:hover {
  background: linear-gradient(90deg, #75DAC3 0%, #2CBE9D 100%);
}
.c_pagelist--green .current_page_item .c_pagelist__link::after,
.c_pagelist--green .c_pagelist__link:hover::after {
  background: url(../images/common/arrow_right_green_grad.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.c_pagelist--orange .c_pagelist__link::after {
  background: url(../images/common/arrow_right_orange.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.c_pagelist--orange .current_page_item .c_pagelist__link,
.c_pagelist--orange .c_pagelist__link:hover {
  background: linear-gradient(90deg, #FBD564 0%, #FF7F17 100%);
}
.c_pagelist--orange .current_page_item .c_pagelist__link::after,
.c_pagelist--orange .c_pagelist__link:hover::after {
  background: url(../images/common/arrow_right_orange_grad.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.c_pagenavi {
  margin-top: clamp(40px, 5vw, 80px);
}
.c_pagenavi .wp-pagenavi {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  font-weight: 700;
  padding-top: 24px;
  border-top: 1px solid #D9D9D9;
}
.c_pagenavi span,
.c_pagenavi a:not(.nextpostslink, .previouspostslink) {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  aspect-ratio: 1/1;
  border: 1px solid #fff !important;
  padding: 0 !important;
  margin: 0 !important;
  width: 32px;
  height: auto;
  font-size: inherit;
  font-weight: 700;
  line-height: 1;
  border-radius: 999px;
  overflow: clip;
  transition: all 0.3s;
}
.c_pagenavi span.current, .c_pagenavi span:hover,
.c_pagenavi a:not(.nextpostslink, .previouspostslink).current,
.c_pagenavi a:not(.nextpostslink, .previouspostslink):hover {
  font-weight: inherit !important;
  opacity: 1;
  background-color: #fff;
  border: 1px solid #00A1EA !important;
  color: #00A1EA;
}
.c_pagenavi .nextpostslink,
.c_pagenavi .previouspostslink {
  aspect-ratio: 1/1;
  width: 40px;
  height: 40px;
}
.c_pagenavi .nextpostslink img,
.c_pagenavi .previouspostslink img {
  width: inherit;
  height: auto;
}
.c_pagenavi .previouspostslink {
  transform: rotate(180deg);
}
.c_pagenavi .first,
.c_pagenavi .last,
.c_pagenavi .pages {
  display: none !important;
}

.works_pagenavi span.current, .works_pagenavi span:hover,
.works_pagenavi a:not(.nextpostslink, .previouspostslink).current,
.works_pagenavi a:not(.nextpostslink, .previouspostslink):hover {
  font-weight: inherit !important;
  opacity: 1;
  background-color: #fff;
  border: 1px solid #61C3AD !important;
  color: #61C3AD;
}
.works_pagenavi .nextpostslink,
.works_pagenavi .previouspostslink {
  position: relative;
}
.works_pagenavi .nextpostslink::before,
.works_pagenavi .previouspostslink::before {
  content: "";
  position: absolute;
  aspect-ratio: 1/1;
  width: 40px;
  height: auto;
  background-image: url("../images/common/arrow_green.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.works_pagenavi .nextpostslink {
  transform: rotate(90deg);
}
.works_pagenavi .previouspostslink {
  transform: rotate(-90deg);
}

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

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

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

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

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

.mwform-radio-field-text {
  position: relative;
  padding-left: 32px;
  margin-right: 48px;
  cursor: pointer;
  display: inline-block;
}
@media screen and (min-width: 1001px) {
  .mwform-radio-field-text {
    line-height: 48px;
  }
}
@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: 24px;
  height: auto;
  box-sizing: border-box;
  background-color: #fff;
  background-image: none;
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center center;
  border: 1px solid #D9D9D9;
  border-radius: 50%;
}
.mwform-radio-field-text::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 8px;
  translate: 0 -50%;
  aspect-ratio: 1/1;
  width: 8px;
  background-color: red;
  border-radius: 50%;
  opacity: 0;
}

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

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

.form-agree {
  margin-top: clamp(20px, 2.5vw, 40px);
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  font-weight: 400;
  line-height: 2;
}
.mw_wp_form_confirm .form-agree {
  display: none !important;
}
.form-agree a {
  color: #00A1EA;
  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: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 24px;
}
.form-wrap input[type=checkbox] + .mwform-checkbox-field-text {
  margin-right: 0;
}

.form-btns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px 32px;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  margin-top: clamp(24px, 2vw, 32px);
}
.form-btns a,
.form-btns [type=submit] {
  max-width: 240px;
  width: 100%;
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  font-weight: 700;
  text-align: left;
  padding: 20px 0;
  color: #333;
  background-color: transparent;
  background-image: url("../images/common/arrow_right_orange.svg");
  background-repeat: no-repeat;
  background-size: 40px;
  background-position: right center;
  border: none;
  border-bottom: 1px solid #D9D9D9;
  box-sizing: border-box;
  cursor: pointer;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .form-btns a,
  .form-btns [type=submit] {
    transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .form-btns a,
  .form-btns [type=submit] {
    transition-duration: 300ms;
  }
}
.form-btns a:hover,
.form-btns [type=submit]:hover {
  opacity: 1;
  background-image: url("../images/common/arrow_right_orange_grad.svg");
}

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

/* ↓以下の階層に固定ページ等のscssが格納されています。 */
/* common */
.main_page__link {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  font-size: clamp(1.125rem, 2vw, 1.25rem);
  font-weight: 700;
  line-height: 1.7;
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: clamp(16px, 1.5vw, 24px);
}
.main_page__item + .main_page__item .main_page__link {
  padding-top: clamp(16px, 1.5vw, 24px);
}
.main_page__link::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  scale: 0 1;
  background: var(--bg);
  transition: inherit;
  transform-origin: left;
}
.main_page__link:hover {
  opacity: 1;
}
.main_page__link:hover::before {
  scale: 1 1;
}

.main_page__inner {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.main_page__pic {
  display: block;
  aspect-ratio: 156/104;
  max-width: 156px;
  width: 100%;
  height: auto;
}
.main_page__pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 500px) {
  .main_page__pic {
    aspect-ratio: 1/1;
    max-width: 96px;
  }
}

.main_page__text {
  display: inline-block;
  max-width: -moz-fit-content;
  max-width: fit-content;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  background: #333;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.3s;
}
.main_page__link:hover .main_page__text {
  background: var(--bg);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.3s;
}

.main_page__caption {
  font-size: clamp(0.875rem, 1.6vw, 1rem);
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 500px) {
  .main_page__caption {
    line-height: 1.4;
  }
}

.main_page__ico {
  display: block;
  aspect-ratio: 1/1;
  width: 40px;
  height: auto;
  background-image: var(--arrow);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  transition: all 0.3s;
}
.main_page__link:hover .main_page__ico {
  background-image: var(--grad-arrow);
}
@media screen and (max-width: 500px) {
  .main_page__ico {
    width: 32px;
  }
}

.text_slide {
  overflow: hidden;
}

.text_slide__inner {
  display: flex;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (min-width: 829px) {
  .text_slide__inner {
    gap: 40px;
    animation: text-slide-pc 60s linear infinite;
  }
}
@media screen and (max-width: 828px) {
  .text_slide__inner {
    gap: 20px;
    animation: text-slide-sp 60s linear infinite;
  }
}

@keyframes text-slide-pc {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-50% - 20px));
  }
}
@keyframes text-slide-sp {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-50% - 10px));
  }
}
.text_slide__caption {
  font-family: "Google Sans Flex", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "slnt" 0, "wdth" 100, "GRAD" 0, "ROND" 0;
  font-size: clamp(3rem, 9.6vw, 6rem);
  background: var(--bg);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1;
}

.text_slide__circle {
  display: block;
  aspect-ratio: 1/1;
  width: 16px;
  height: auto;
  background: var(--bg);
  border-radius: 50%;
}
@media screen and (max-width: 828px) {
  .text_slide__circle {
    width: 8px;
  }
}

/* business */
.main_business {
  position: relative;
  padding-top: clamp(80px, 7.5vw, 120px);
  padding-bottom: clamp(100px, 10vw, 160px);
}

.main_business__side {
  display: flex;
  align-items: flex-end;
  gap: 80px;
}
@media screen and (max-width: 1200px) {
  .main_business__side {
    gap: 56px;
  }
}
@media screen and (max-width: 828px) {
  .main_business__side {
    flex-direction: column;
  }
}

.main_business__content {
  flex: 1;
}

@media screen and (min-width: 829px) {
  .main_business__pic {
    max-width: 53.33%;
  }
}

/* works */
.main_works {
  position: relative;
}
.main_works::before {
  content: "";
  position: absolute;
  background-image: url("../images/home/wave_green.webp");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
  width: 100%;
  height: 100%;
  clip-path: inset(0 0 0 100%);
  transition: all 0.5s;
}
.main_works.cs_ac::before {
  clip-path: inset(0 0 0 0%);
  transition-delay: 1.5s;
}
@media screen and (max-width: 828px) {
  .main_works {
    margin-bottom: 160px;
  }
}

.main_works__side {
  display: flex;
  gap: 80px;
}
@media screen and (min-width: 829px) {
  .main_works__side {
    justify-content: left;
    align-items: center;
  }
}
@media screen and (max-width: 1200px) {
  .main_works__side {
    gap: 56px;
  }
}
@media screen and (max-width: 828px) {
  .main_works__side {
    flex-direction: column-reverse;
  }
}

.main_works__pic {
  display: block;
  aspect-ratio: 573/460;
  width: 100%;
  height: auto;
  -webkit-mask-image: url(../images/home/img_mask.png);
          mask-image: url(../images/home/img_mask.png);
  -webkit-mask-size: 100%;
          mask-size: 100%;
  max-width: 573px;
}
.main_works__pic .image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  scale: 1;
}
@media screen and (max-width: 828px) {
  .main_works__pic {
    margin: auto;
  }
}

/* recruit */
.main_recruit {
  position: relative;
  margin-bottom: clamp(104px, 7.5vw, 120px);
  overflow: hidden;
}

.main_recruit__slide {
  position: absolute;
  left: 0;
  top: 51%;
  z-index: 0;
}
@media screen and (max-width: 500px) {
  .main_recruit__slide {
    top: 23%;
  }
}

.main_recruit__slide.is-fixed {
  position: fixed;
  top: 51%;
  transform: translateY(-50%);
  transition: all 0.6s;
  opacity: 0.4;
}

.main_recruit__slide.is-end {
  position: fixed;
  top: 51%;
  transform: translateY(-50%);
  opacity: 0;
  transition: all 0.6s;
}

.main_recruit__wave {
  position: absolute;
  left: 0;
  top: 55%;
  z-index: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 500px) {
  .main_recruit__wave {
    top: 23%;
  }
}

.main_recruit__wave.is-fixed {
  position: fixed;
  top: 55%;
  transform: translateY(-50%);
  transition: all 0.6s;
}

.main_recruit__wave.is-end {
  position: fixed;
  top: 55%;
  transform: translateY(-50%);
  opacity: 0;
  transition: all 0.6s;
}

.main_recruit__wrap {
  position: relative;
}
.main_recruit__wrap::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #FBD564 30.29%, #FFFFFF 100%);
  opacity: 0.2;
  z-index: -1;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}

.main_recruit__side {
  display: flex;
  gap: 96px;
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 1201px) {
  .main_recruit__side {
    padding-top: 208px;
  }
}
@media screen and (min-width: 1001px) {
  .main_recruit__side {
    justify-content: end;
    align-items: center;
  }
}
@media screen and (max-width: 1200px) and (min-width: 829px) {
  .main_recruit__side {
    padding-top: 288px;
  }
}
@media screen and (max-width: 1024px) {
  .main_recruit__side {
    gap: 56px;
  }
}
@media screen and (max-width: 1000px) {
  .main_recruit__side {
    flex-direction: column;
  }
}
@media screen and (max-width: 828px) {
  .main_recruit__side {
    padding-top: 414px;
  }
}
@media screen and (max-width: 500px) {
  .main_recruit__side {
    padding-top: 0;
  }
}

.main_recruit__inner {
  display: flex;
  gap: 24px 40px;
  flex: 1;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1001px) {
  .main_recruit__inner {
    justify-content: end;
  }
}
@media screen and (max-width: 828px) {
  .main_recruit__inner {
    flex-direction: column;
  }
}

.main_recruit__pics {
  position: relative;
  padding-bottom: 80px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
.main_recruit__pics::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #FFFFFF 0%, #FBD564 69.71%);
  opacity: 0.2;
}
@media screen and (min-width: 829px) {
  .main_recruit__pics {
    margin-top: 100px;
  }
}

.main_recruit__cover {
  overflow: hidden;
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (max-width: 500px) {
  .main_recruit__cover {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.main_recruit__pic1 {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  box-sizing: border-box;
}
.main_recruit__pic1 img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main_recruit__pic1::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("../images/home/img_home4.webp");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
  width: 100%;
  height: 100%;
  z-index: 2;
}
@media screen and (max-width: 500px) {
  .main_recruit__pic1::after {
    background-image: url("../images/home/img_home4-sp.webp");
  }
}
.main_recruit__pic1.cs_ac::before {
  clip-path: inset(0 0% 0 0);
  transition-delay: 1.5s;
}
@media screen and (min-width: 501px) {
  .main_recruit__pic1 {
    aspect-ratio: 1520/720;
  }
  .main_recruit__pic1 .sp_only {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .main_recruit__pic1 {
    aspect-ratio: 335/375;
  }
  .main_recruit__pic1 .pc_only {
    display: none;
  }
}

.main_recruit__pic2 {
  display: block;
  aspect-ratio: 624/756;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1001px) {
  .main_recruit__pic2 {
    max-width: 44.5714285714%;
  }
}
.main_recruit__pic2 .image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  scale: 1;
}

.main_recruit__pic3 {
  display: block;
  aspect-ratio: 484/556;
  width: 100%;
  height: auto;
  max-width: 37.9310344828%;
  filter: drop-shadow(8px 8px 40px #E8DCD1);
  margin-top: 24px;
}
@media screen and (max-width: 828px) {
  .main_recruit__pic3 {
    max-width: 320px;
    width: 74.4%;
    margin-left: auto;
  }
}
@media screen and (max-width: 500px) {
  .main_recruit__pic3 {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0;
    translate: 0 50%;
  }
}
.main_recruit__pic3 img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  scale: 1;
}

.main_recruit__columns {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: absolute;
  top: 76%;
  z-index: 2;
  /* nobo */
  left: 50%;
  translate: -50% 0;
  max-width: 1600px;
  width: 100%;
  padding-left: clamp(40px, 7.5vw, 120px);
  padding-right: clamp(40px, 13vw, 208px);
  box-sizing: border-box;
}
@media screen and (max-width: 1200px) {
  .main_recruit__columns {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 828px) {
  .main_recruit__columns {
    display: block;
  }
}
@media screen and (max-width: 500px) {
  .main_recruit__columns {
    position: relative;
    top: unset;
    left: unset;
    translate: unset;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 205px;
  }
}

.main_recruit__content {
  flex: 1;
}

.main_recruit__headline {
  display: block;
  font-size: clamp(1rem, 2vw, 2rem);
  margin-bottom: clamp(24px, 2.5vw, 40px);
  word-break: keep-all;
}
@media screen and (max-width: 500px) {
  .main_recruit__headline {
    margin-top: -4em;
  }
}

.main_recruit__headline___label {
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  display: inline;
  font-size: inherit;
  font-weight: 700;
  padding-top: 0.5em;
  padding-left: 0.75em;
  padding-right: 0.75em;
  padding-bottom: 0.5em;
  line-height: 2.7;
  color: #fff;
  background-image: var(--bg);
}
@media screen and (max-width: 500px) {
  .main_recruit__headline___label {
    word-break: auto-phrase;
  }
}
.main_recruit__headline___label br {
  display: block;
}
@media screen and (min-width: 501px) {
  .main_recruit__headline___label br.sp_block {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .main_recruit__headline___label br.sp_none {
    display: none;
  }
}

.main_recruit__list {
  width: 100%;
}
@media screen and (min-width: 1001px) {
  .main_recruit__list {
    max-width: 600px;
  }
}

.main_recruit__lead {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: clamp(1.25rem, 3.2vw, 2rem);
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  z-index: 3;
}
.main_recruit__lead span {
  display: inline-block;
  max-width: -moz-fit-content;
  max-width: fit-content;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: #fff;
  background: var(--bg);
  padding-top: clamp(4px, 1vw, 16px);
  padding-bottom: clamp(4px, 1vw, 16px);
  padding-left: clamp(8px, 1.5vw, 24px);
  padding-right: clamp(8px, 1.5vw, 24px);
  box-sizing: border-box;
}
@media screen and (min-width: 501px) {
  .main_recruit__lead.sp_only {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .main_recruit__lead.pc_only {
    display: none;
  }
}

.main_recruit__text {
  margin-top: clamp(24px, 2.5vw, 40px);
  font-weight: 700;
}
@media screen and (min-width: 1025px) {
  .main_recruit__text {
    margin-left: 24px;
  }
}
@media screen and (min-width: 829px) {
  .main_recruit__text {
    max-width: 486px;
  }
}

.main_recruit__vhead {
  display: flex;
  font-size: clamp(1.5rem, 3.2vw, 2rem);
  line-height: 1.125;
  font-weight: 700;
}
.main_recruit__vhead span {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
@media screen and (min-width: 829px) {
  .main_recruit__vhead {
    flex-direction: column;
  }
}

/* company */
.main_company {
  position: relative;
  margin-bottom: clamp(80px, 7.5vw, 120px);
}
.main_company::before {
  content: "";
  position: absolute;
  background-image: url("../images/home/wave_green.webp");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
  width: 100%;
  height: 100%;
  clip-path: inset(0 0 0 100%);
  transition: all 0.5s;
}
.main_company.cs_ac::before {
  clip-path: inset(0 0 0 0%);
  transition-delay: 1.5s;
}

.main_company__side {
  display: flex;
  gap: 80px;
}
@media screen and (max-width: 1200px) {
  .main_company__side {
    gap: 56px;
  }
}
@media screen and (max-width: 828px) {
  .main_company__side {
    flex-direction: column;
  }
}

@media screen and (min-width: 829px) {
  .main_company__pic {
    max-width: 53.33%;
  }
}

.main_company__content {
  flex: 1;
}

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

/* gallery */
.main_gallery {
  overflow: hidden;
}

.main_gallery__slide {
  display: flex;
  align-items: center;
  gap: 8px;
  width: -moz-max-content;
  width: max-content;
  animation: loop-slide 60s linear infinite;
}

@media screen and (min-width: 501px) {
  .main_gallery__pic {
    max-width: 24.625vw;
  }
}
@media screen and (max-width: 500px) {
  .main_gallery__pic {
    max-width: 200px;
  }
}
.main_gallery__pic img {
  aspect-ratio: 394/280;
  -o-object-fit: cover;
     object-fit: cover;
}

@keyframes loop-slide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-50% - 4px));
  }
}
/* お知らせ */
.p_news {
  display: block;
  margin-top: clamp(104px, 10vw, 160px);
}

@media screen and (min-width: 501px) {
  .p_news__block {
    display: flex;
    justify-content: space-between;
    gap: 48px;
  }
}

@media screen and (min-width: 501px) {
  .p_news__head {
    max-width: 128px;
    width: 100%;
  }
}

.p_news__info {
  flex: 1;
}
@media screen and (min-width: 501px) {
  .p_news__info {
    max-width: 79.33%;
  }
}

.p_news__link {
  position: relative;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  padding-bottom: 16px;
  box-sizing: border-box;
  border-bottom: 1px solid #D9D9D9;
}
@media screen and (min-width: 501px) {
  .p_news__link {
    display: flex;
    align-items: flex-start;
    gap: 24px;
  }
}
@media screen and (max-width: 500px) {
  .p_news__link {
    display: block;
  }
}
.p_news__list + .p_news__list .p_news__link {
  padding-top: 16px;
}
.p_news__link::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  scale: 0 1;
  background: var(--bg);
  transition: inherit;
  transform-origin: left;
}
.p_news__link:hover {
  opacity: 1;
}
.p_news__link:hover::before {
  scale: 1 1;
}

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

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

.p_news__more {
  margin-top: clamp(24px, 2vw, 32px);
  font-weight: 700;
}

.p_block__strength,
.p_news,
.p_found,
.color--blue {
  --bg: linear-gradient(90deg, #39BEFC 0%, #00A1EA 100%);
  --shadow: 0px 0px 144px rgba(198, 221, 232, 0.7);
  --arrow: url(../images/common/arrow_right_blue.svg);
  --grad-arrow: url(../images/common/arrow_right_blue_grad.svg);
  --top-arrow: url(../images/common/arrow_blue.svg);
  --top-grad-arrow: url(../images/common/arrow_blue_grad.svg);
}

@media screen and (min-width: 829px) {
  .p_strength__contents {
    position: relative;
  }
  .p_strength__contents::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -120px;
    width: 100%;
    height: 900px;
    background: linear-gradient(180deg, rgba(0, 161, 234, 0.2) 30.29%, rgba(255, 249, 245, 0.2) 100%);
    z-index: -2;
  }
}

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

@media screen and (min-width: 501px) {
  .p_service__content {
    max-width: 48.18%;
  }
}

@media screen and (min-width: 829px) {
  .p_service__map {
    margin-top: -20%;
  }
}
@media screen and (max-width: 828px) {
  .p_service__map {
    margin-top: -25%;
  }
}
@media screen and (max-width: 500px) {
  .p_service__map {
    margin-top: 24px;
  }
}

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

.p_banner__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #FAFAFA;
  box-shadow: var(--shadow);
  max-width: 588px;
  margin: auto;
  padding-left: clamp(32px, 2.5vw, 40px);
  padding-right: clamp(32px, 2.5vw, 40px);
  background-image: url("../images/page/strength/wave_green.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  box-sizing: border-box;
}
.p_banner__inner .c_main__head {
  margin-bottom: 0;
}
.p_banner__inner:hover {
  opacity: 1;
}
@media screen and (max-width: 500px) {
  .p_banner__inner {
    flex-direction: column;
    gap: 24px;
    padding-top: 48px;
    padding-bottom: 32px;
  }
  .p_banner__inner .c_main__head {
    align-self: start;
  }
}

.p_banner__content {
  display: flex;
  justify-content: space-between;
}

.p_banner__pic {
  display: block;
  aspect-ratio: 1/1;
  width: 100%;
  height: auto;
  -webkit-mask-image: url(../images/page/strength/img_mask.png);
          mask-image: url(../images/page/strength/img_mask.png);
  -webkit-mask-size: 100%;
          mask-size: 100%;
  max-width: 272px;
}
.p_banner__pic .image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  scale: 1;
}

.p_banner__ico {
  display: block;
  aspect-ratio: 1/1;
  width: 40px;
  height: auto;
  background-image: var(--arrow);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  transition: inherit;
}
.p_banner__inner:hover .p_banner__ico {
  background-image: var(--grad-arrow);
}
@media screen and (max-width: 500px) {
  .p_banner__ico {
    width: 32px;
  }
}

.p_works__wave {
  position: relative;
}
.p_works__wave::before {
  content: "";
  left: 0;
  right: 0;
  top: -80px;
  position: absolute;
  background-image: url("../images/page/works/wave_green.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  aspect-ratio: 1600/400;
  width: 100%;
  height: auto;
  clip-path: inset(0 100% 0 0);
  transition: all 0.5s;
  z-index: -1;
}
@media screen and (max-width: 500px) {
  .p_works__wave::before {
    top: 0;
  }
}
.p_works__wave.cs_ac::before {
  clip-path: inset(0 0% 0 0);
  transition-delay: 1.5s;
}

.p_era {
  margin-top: clamp(120px, 15vw, 240px);
}

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

.p_era__block + .p_era__block {
  margin-top: 80px;
}

.p_era__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
  padding-bottom: 24px;
  border-bottom: 1px solid #D9D9D9;
  position: relative;
  transition: all 0.3s;
}
.p_era__head::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 56px;
  height: 1px;
  background: var(--bg);
}

.p_era__year {
  font-size: clamp(1.75rem, 3.2vw, 2rem);
  font-weight: 700;
  line-height: 1.5;
}

.p_era__ico {
  display: block;
  aspect-ratio: 1/1;
  width: 40px;
  height: auto;
  background-image: var(--top-arrow);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  transition: inherit;
  transform: rotate(180deg);
}
.p_era__head.is-open .p_era__ico {
  transform: rotate(0);
}
@media screen and (max-width: 500px) {
  .p_era__ico {
    width: 32px;
  }
}

.p_era__table tr:first-child th,
.p_era__table tr:first-child td {
  border-top: none;
}
.p_era__table th,
.p_era__table td {
  border: none;
  border-left: 4px solid #fff;
  border-top: 4px solid #fff;
}
.p_era__table th:first-child,
.p_era__table td:first-child {
  border-left: none;
}
@media screen and (max-width: 1000px) {
  .p_era__table th,
  .p_era__table td {
    padding: 16px;
  }
}
.p_era__table th {
  background-color: #61C3AD;
  color: #fff;
  text-align: center;
}
.p_era__table th:first-of-type, .p_era__table th:last-of-type {
  width: 26.67%;
}
.p_era__table th:nth-of-type(2) {
  width: auto;
}
.p_era__table td {
  background-color: #FAFAFA;
}
@media screen and (max-width: 1000px) {
  .p_era__table {
    width: 110%;
  }
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
works----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.archive__list_wrap {
  margin-bottom: 24px;
}

.archive__list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
@media screen and (max-width: 1000px) {
  .archive__list {
    gap: 4px;
  }
}

.archive__list__link {
  border: 1px solid var(--border-color, #333);
  font-weight: 500;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  padding: 4px 12px;
  display: block;
}
@media screen and (max-width: 1000px) {
  .archive__list__link {
    padding: 4px 8px;
  }
}

.archive__list__link:hover,
.current_page_item .archive__list__link {
  opacity: 1;
  background-color: var(--border-color);
  color: #fff !important;
}

.works_card__link:hover {
  opacity: 1;
}

.works_cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
}
@media screen and (max-width: 1000px) {
  .works_cards {
    gap: 40px;
  }
}
@media screen and (max-width: 828px) {
  .works_cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 500px) {
  .works_cards {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

.works_card__pic {
  overflow: hidden;
}
.works_card__pic img {
  aspect-ratio: 368/272;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  background: #FAFAFA;
  transition: all 0.3s;
}
.works_card__link:hover .works_card__pic img {
  scale: 1.1;
}

.works_cards__flex {
  margin-top: 16px;
  display: flex;
  gap: 8px;
  align-items: center;
}

.works_card__caption {
  display: block;
  border: 1px solid var(--border-color, #333);
  font-weight: 500;
  font-size: 14px;
  color: #00A1EA;
  padding: 4px 7px;
  line-height: 1;
}

.works_card__region {
  font-weight: 500;
  font-size: 15px;
  color: #333333;
}

.works_card__lead {
  font-weight: 700;
  font-size: clamp(1rem, 1.8vw, 1.125rem);
  color: #333333;
}

/*================================================
works----END
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
works_single----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.work__columns {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .work__columns {
    display: block;
  }
}

.work__imgs {
  flex-basis: 50%;
  max-width: 50%;
}
@media screen and (max-width: 1000px) {
  .work__imgs {
    max-width: 100%;
  }
}

.work__slider {
  background: #fff;
  margin-bottom: 16px;
}
.work__slider img {
  aspect-ratio: 600/448;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
  background: #FAFAFA;
}
@media screen and (max-width: 500px) {
  .work__slider {
    margin-bottom: 8px;
  }
}

.work__nav {
  margin: 0 -2px;
}
@media screen and (max-width: 500px) {
  .work__nav {
    margin: 0 -2px;
  }
}
.work__nav .slick-slide {
  background: #fff;
  margin: 0 2px;
}
.work__nav img {
  aspect-ratio: 197/148;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  background: #FAFAFA;
}
.work__nav .slick-arrow {
  top: 50%;
  transform: translateY(-50%) !important;
  bottom: unset;
  left: unset;
  right: unset;
  aspect-ratio: 1/1;
  width: 40px;
  height: auto;
  transform: none;
  z-index: 1;
}
@media screen and (max-width: 500px) {
  .work__nav .slick-arrow {
    width: 26px;
  }
}
.work__nav .slick-arrow::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  display: block;
  aspect-ratio: 1/1;
  width: 40px;
  height: auto;
  background-image: url(../images/common/works_arrow.svg);
  background-position: center center;
  background-size: 40px auto;
  background-repeat: no-repeat;
}
@media screen and (max-width: 500px) {
  .work__nav .slick-arrow::after {
    width: 26px;
    background-size: 26px auto;
  }
}
.work__nav .slick-prev {
  left: -20px;
}
@media screen and (max-width: 500px) {
  .work__nav .slick-prev {
    left: -13px;
  }
}
.work__nav .slick-next {
  right: -20px;
  transform: translateY(-50%) rotate(180deg) !important;
}
@media screen and (max-width: 500px) {
  .work__nav .slick-next {
    right: -13px;
  }
}

.work__txt {
  flex-basis: 44%;
}
@media screen and (max-width: 1000px) {
  .work__txt {
    margin-top: 40px;
  }
}

.work__flex {
  display: flex;
  gap: 8px;
  align-items: center;
}

.work__caption {
  display: block;
  border: 1px solid var(--border-color, #333);
  font-weight: 500;
  font-size: 14px;
  color: #00A1EA;
  padding: 4px 7px;
  line-height: 1;
}

.work__region {
  font-weight: 500;
  font-size: 15px;
  color: #333333;
}

.work__leadline {
  margin-top: 16px;
  display: block;
  font-weight: 400;
  font-size: clamp(1.75rem, 3.2vw, 2rem);
  font-weight: 700;
  color: #333333;
  position: relative;
  padding-bottom: 24px;
  margin-bottom: 56px;
}
@media screen and (max-width: 1000px) {
  .work__leadline {
    margin-bottom: 40px;
  }
}

.work__leadline::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 56px;
  height: 2px;
  background: linear-gradient(90deg, #75DAC3 0%, #2CBE9D 100%);
}

.work_txt {
  padding-bottom: 24px;
  border-bottom: solid 1px #D9D9D9;
}
@media screen and (max-width: 1000px) {
  .work_txt {
    padding-bottom: 16px;
  }
}

.work_txt + .work_txt {
  margin-top: 24px;
}
@media screen and (max-width: 1000px) {
  .work_txt + .work_txt {
    margin-top: 16px;
  }
}

.work_txt__head {
  font-weight: 700;
  line-height: 2;
}

.work_txt__read + .work_txt__read {
  margin-top: 4px;
}

/*================================================
works_single----END
==================================================*/
.p_block__message,
.p_block__overview-history-access-map,
.color--green {
  --bg: linear-gradient(90deg, #75DAC3 0%, #2CBE9D 100%);
  --shadow: 0px 0px 144px rgba(205, 232, 229, 0.7);
  --arrow: url(../images/common/arrow_right_green.svg);
  --grad-arrow: url(../images/common/arrow_right_green_grad.svg);
  --top-arrow: url(../images/common/arrow_green.svg);
  --top-grad-arrow: url(../images/common/arrow_green_grad.svg);
}

@media screen and (min-width: 829px) {
  .p_message__contents {
    position: relative;
  }
  .p_message__contents::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -120px;
    width: 100%;
    height: 900px;
    background: linear-gradient(180deg, rgba(114, 216, 205, 0.2) 30.29%, rgba(255, 249, 245, 0.2) 100%);
    z-index: -2;
  }
}

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

.p_message__head {
  font-size: clamp(1.25rem, 3.2vw, 2rem);
  font-weight: 700;
  line-height: 1.75;
  background: var(--bg);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: clamp(24px, 2vw, 32px);
}

.p_ceo {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-top: clamp(24px, 2vw, 32px);
}

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

.p_ceo__name {
  font-size: clamp(1.25rem, 2.4vw, 1.5rem);
}

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

.p_access__side {
  display: flex;
  gap: 32px 48px;
}
@media screen and (max-width: 500px) {
  .p_access__side {
    flex-direction: column;
  }
}

.p_access__pic {
  margin-bottom: 24px;
}

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

.p_block__job-environment,
.p_block__interview,
.p_single.requirements,
.p_block__requirements,
.main_recruit,
.p_block__thanks {
  --bg: linear-gradient(90deg, #FBD564 0%, #FF7F17 100%);
  --shadow: 0px 0px 144px rgba(232, 220, 209, 0.5);
  --arrow: url(../images/common/arrow_right_orange.svg);
  --grad-arrow: url(../images/common/arrow_right_orange_grad.svg);
  --top-arrow: url(../images/common/arrow_orange.svg);
  --top-grad-arrow: url(../images/common/arrow_orange_grad.svg);
}

@media screen and (min-width: 829px) {
  .p_job__contents {
    position: relative;
  }
  .p_job__contents::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -120px;
    width: 100%;
    height: 900px;
    background: linear-gradient(180deg, #FBD564 30.29%, #FFFFFF 100%);
    opacity: 0.2;
    z-index: -2;
  }
}

@media screen and (min-width: 1025px) {
  .p_job__pic {
    margin-bottom: -22px;
  }
}

.p_recruit__head {
  font-size: clamp(1.25rem, 3.2vw, 2rem);
  font-weight: 700;
  line-height: 1.75;
  background: var(--bg);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: clamp(24px, 2vw, 32px);
}

.p_feature__card {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px 44px;
}
@media screen and (max-width: 750px) {
  .p_feature__card {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 500px) {
  .p_feature__card {
    grid-template-columns: 1fr;
  }
}

.p_feature__ico {
  max-width: 264px;
  margin-bottom: clamp(24px, 2.5vw, 40px);
}
.p_feature__ico img {
  filter: drop-shadow(var(--shadow));
}
@media screen and (max-width: 500px) {
  .p_feature__ico {
    margin-left: auto;
    margin-right: auto;
  }
}

.p_feature__head {
  margin-bottom: 16px;
}

.p_jobs__side {
  display: flex;
  gap: 48px;
}
.p_jobs__side + .p_jobs__side {
  margin-top: 80px;
}
@media screen and (max-width: 500px) {
  .p_jobs__side {
    flex-direction: column;
  }
}

.p_jobs__content {
  flex: 1;
}

@media screen and (min-width: 501px) {
  .p_jobs__pic {
    max-width: 45.45%;
  }
}
.p_jobs__pic img {
  aspect-ratio: 400/488;
  -o-object-fit: cover;
     object-fit: cover;
}

.p_jobs__detail {
  margin-top: 24px;
  padding: 24px;
  background: #FAFAFA;
}

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

.p_jobs__item {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 15px;
  line-height: 1.6;
}
.p_jobs__item + .p_jobs__item {
  margin-top: 4px;
}
.p_jobs__item::before {
  content: "";
  aspect-ratio: 1/1;
  min-width: 15px;
  height: auto;
  background: var(--bg);
  border-radius: 50%;
}

.p_culture__content {
  background: #FAFAFA;
  padding: 48px;
  margin-top: clamp(32px, 2.5vw, 40px);
  box-shadow: var(--shadow);
}
@media screen and (max-width: 828px) {
  .p_culture__content {
    padding: 40px 32px;
  }
}

.p_culture__list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.p_culture__item {
  padding: 16px 24px;
  background-color: #fff;
  font-size: clamp(0.9375rem, 1.8vw, 1.125rem);
  line-height: 1.8;
}
@media screen and (max-width: 828px) {
  .p_culture__item {
    padding: 12px 20px;
  }
}
@media screen and (max-width: 500px) {
  .p_culture__item {
    padding: 8px 16px;
  }
}

.p_gallery__inner {
  padding-bottom: 40px;
}

.p_gallery__content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.p_gallery__left {
  grid-column: 1/3;
}

.p_gallery__right {
  grid-column: 2/4;
}

.p_gallery__pic5 {
  grid-row: 3/5;
}

.p_gallery__pic8 {
  grid-row: 4/5;
}

.p_gallery__pic9,
.p_gallery__pic10 {
  grid-column: 1/2;
}

.p_gallery__pic11 {
  grid-row: 6/8;
}

.p_gallery__img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.p_interview__intro {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 32px 48px;
  margin-bottom: clamp(48px, 3.5vw, 56px);
}
@media screen and (max-width: 500px) {
  .p_interview__intro {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}

.p_interview__info {
  display: flex;
  align-items: baseline;
  gap: 8px;
}

.p_interview__name {
  font-size: clamp(1.25rem, 2.4vw, 1.5rem);
  line-height: 1.7;
  font-weight: 700;
}

.p_interview__side {
  display: flex;
  gap: 48px;
  margin-top: 80px;
}
@media screen and (max-width: 500px) {
  .p_interview__side {
    flex-direction: column;
  }
}

.p_interview__group {
  background-color: #fff;
  box-shadow: var(--shadow);
  padding: 48px;
  margin-top: 80px;
}
@media screen and (max-width: 828px) {
  .p_interview__group {
    padding: 40px 32px;
  }
}

.p_interview__message {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 500px) {
  .p_interview__message {
    flex-direction: column;
  }
}

.p_interview__content {
  flex: 1;
}

.p_interview__pic img {
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 501px) {
  .p_interview__pic1 {
    max-width: 68.18%;
  }
}
@media screen and (max-width: 500px) {
  .p_interview__pic1 {
    max-width: 100%;
  }
}
.p_interview__pic1 img {
  aspect-ratio: 600/374;
}

@media screen and (min-width: 501px) {
  .p_interview__pic2 {
    max-width: 36.36%;
  }
}
@media screen and (max-width: 500px) {
  .p_interview__pic2 {
    max-width: 100%;
  }
}
.p_interview__pic2 img {
  aspect-ratio: 320/450;
}

@media screen and (min-width: 501px) {
  .p_interview__pic3 {
    max-width: 30.61%;
  }
}
@media screen and (max-width: 500px) {
  .p_interview__pic3 {
    max-width: 240px;
  }
}
.p_interview__pic3 img {
  aspect-ratio: 1/1;
}

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

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

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

.p_faq__head {
  display: flex;
  gap: 8px;
  font-size: clamp(1.125rem, 2vw, 1.25rem);
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: clamp(24px, 2.5vw, 40px);
}
.p_faq__head::before {
  content: "Q.";
  background: var(--bg);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.p_requirements__list {
  padding: 80px;
  box-shadow: var(--shadow);
}
@media screen and (max-width: 828px) {
  .p_requirements__list {
    padding: 48px;
  }
}
@media screen and (max-width: 500px) {
  .p_requirements__list {
    padding: 32px 24px;
  }
}

.p_requirements__btn {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  font-size: clamp(1.125rem, 2.4vw, 1.5rem);
  font-weight: 700;
  line-height: 1.7;
  border-bottom: 1px solid #D9D9D9;
  padding: 24px 0;
}
.p_requirements__btn::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  scale: 0 1;
  background: var(--bg);
  transition: inherit;
  transform-origin: left;
}
.p_requirements__btn:hover {
  opacity: 1;
}
.p_requirements__btn:hover::before {
  scale: 1 1;
}

.p_requirements__text {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  flex: 1;
}
@media screen and (max-width: 500px) {
  .p_requirements__text {
    word-break: keep-all;
  }
}

.p_requirements__ico {
  display: block;
  aspect-ratio: 1/1;
  width: 40px;
  height: auto;
  background-image: var(--arrow);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  transition: all 0.3s;
}
.p_requirements__btn:hover .p_requirements__ico {
  background-image: var(--grad-arrow);
}
@media screen and (max-width: 500px) {
  .p_requirements__ico {
    width: 32px;
  }
}

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

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

.p_contact__tab {
  max-width: 296px;
  flex: 1;
  display: block;
  text-align: center;
  background-color: #f3f3f3;
  line-height: 2;
}
@media screen and (min-width: 501px) {
  .p_contact__tab {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
@media screen and (max-width: 500px) {
  .p_contact__tab {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
.p_contact__tab::before {
  counter-increment: num;
  content: counter(num) ".";
}

.p_contact__active {
  color: #fff;
}

.p_contact__line {
  display: block;
  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: 700;
  margin-bottom: 1em;
}

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

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

.p_policy__label {
  display: block;
  font-size: 16px;
  line-height: 2;
  font-weight: 700;
  margin-bottom: 8px;
}

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

/* list型 */
.p_archive__link {
  display: flex;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  align-items: center;
  gap: 16px 24px;
  padding-bottom: 1em;
  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;
  transition: inherit;
  transform-origin: left;
}
.p_archive__link:hover {
  opacity: 1;
}
.p_archive__link:hover::before {
  scale: 1 1;
}
.p_archive__tab + .p_archive__tab .p_archive__link {
  padding-top: 1em;
}

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

/* flex型 */
.p_archive__side {
  display: flex;
  align-items: flex-start;
  gap: 24px 64px;
  box-sizing: border-box;
}
.p_archive__side + .p_archive__side {
  margin-top: clamp(56px, 5vw, 80px);
  padding-top: clamp(56px, 5vw, 80px);
  border-top: 1px solid #D9D9D9;
}
.p_archive__side:hover {
  opacity: 1;
}
@media screen and (max-width: 828px) {
  .p_archive__side {
    flex-direction: column;
  }
}

.p_archive__side___pic {
  display: block;
  max-width: 400px;
  overflow: clip;
}
.p_archive__side___pic img {
  background: #FAFAFA;
  aspect-ratio: 400/296;
  -o-object-fit: contain;
     object-fit: contain;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .p_archive__side___pic img {
    transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .p_archive__side___pic img {
    transition-duration: 300ms;
  }
}
.p_archive__side:hover .p_archive__side___pic img {
  scale: 1.1;
}
@media screen and (max-width: 828px) {
  .p_archive__side___pic {
    margin: auto;
  }
}

.p_archive__side___inner {
  display: block;
  flex: 1;
}

.p_archive__side___lead {
  font-size: clamp(1rem, 1.8vw, 1.125rem);
  font-weight: 700;
  margin-bottom: clamp(16px, 1.5vw, 24px);
}

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

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

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

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

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

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

.p_post__card___info {
  display: flex;
  align-items: center;
  gap: 8px;
}

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

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

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

.p_single__block___inner a {
  color: #00A1EA;
  text-decoration: underline;
}

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

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

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

.p_found__menu {
  margin-top: clamp(32px, 3vw, 48px);
}
@media screen and (min-width: 501px) {
  .p_found__menu ul {
    display: flex;
    justify-content: center;
    align-items: center;
    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: 700;
}
@media screen and (max-width: 500px) {
  .p_found__menu li {
    border-bottom: 1px solid #D9D9D9;
    box-sizing: border-box;
  }
  .p_found__menu a {
    padding-top: 1em;
    padding-bottom: 1em;
  }
}/*# sourceMappingURL=common.css.map */