@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=Barlow:wght@400;500;600;700;800;900&display=swap");
/* インデント調整 */
/* センター寄せのインデント調整 */
/* 動作の時間（1001px以上の時,1000px以下の時） */
.mincho {
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-feature-settings: "palt";
  font-weight: 400;
}

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

div {
  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;
}

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

@media screen and (min-width: 1001px) {
  th {
    width: 224px;
    border-bottom: 1px solid #CCCCCC;
  }
}
@media screen and (max-width: 1000px) {
  tr + tr th {
    padding-top: 20px;
  }
}

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

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

.swipe {
  width: 100%;
}
@media screen and (min-width: 1001px) {
  .swipe {
    position: relative;
    padding: 5px 0;
    overflow: hidden;
    z-index: 1;
  }
  .swipe img {
    min-width: 1200px;
  }
  .swipe::before {
    position: absolute;
    content: "";
    z-index: 2;
    max-width: 180px;
    width: 100%;
    max-height: 56px;
    height: 100%;
    top: 60px;
    left: 20px;
    background-image: url(../images/svg_swipe.svg);
    background-position: center left;
    background-size: contain;
    background-repeat: no-repeat;
    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;
  }
}

/* ▽▽▽▽ 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: 1300px) {
  .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: 1300px) {
  .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: 1300px) {
  .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: 1001px) {
  .c_following__contents {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    position: relative;
  }
  .c_following__side {
    position: sticky;
    top: 0;
    left: 0;
    width: 200px;
  }
  .c_following__main {
    flex: 1;
  }
}
/* △△△△追従△△△△ */
@media screen and (min-width: 501px) {
  .c_sp__only {
    display: none;
  }
}

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

@media screen and (min-width: 1001px) {
  .c_mobile__only {
    display: none;
  }
}

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

.c_header {
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .c_header {
    transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .c_header {
    transition-duration: 300ms;
  }
}
.c_header {
  overflow: hidden;
  padding-left: 40px;
  padding-right: 40px;
  width: 100%;
  box-sizing: border-box;
  position: fixed;
  top: clamp(16px, 1.75vw, 28px);
  left: 0;
  z-index: 10;
}
.c_header.c_header__hide {
  translate: 0 -200%;
}
@media screen and (max-width: 500px) {
  .c_header {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.c_header__link {
  display: flex;
  align-items: baseline;
  max-width: clamp(280px, 21.875vw, 350px);
  font-size: clamp(1.4375rem, 2.25vw, 2.25rem);
  font-weight: 700;
  line-height: 1;
}
.c_header__link small {
  font-size: clamp(0.9375rem, 1.5vw, 1.5rem);
  line-height: 1;
}
@media screen and (min-width: 1101px) and (max-width: 1300px) {
  .c_header__link {
    max-width: clamp(220px, 17.1428571429vw, 240px);
  }
}
@media screen and (max-width: 1100px) {
  .c_header__link {
    max-width: 240px;
  }
}
@media screen and (max-width: 400px) {
  .c_header__link {
    max-width: 100%;
  }
}
.c_header__link img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1101px) and (max-width: 1300px) {
  .c_header__link {
    font-size: clamp(1.5rem, 1.75vw, 1.75rem);
  }
  .c_header__link small {
    font-size: clamp(0.9375rem, 1.375vw, 1.375rem);
  }
}

.c_header__block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  background-color: #fff;
  position: relative;
  padding-top: clamp(12px, 1.6vw, 16px);
  padding-left: clamp(20px, 3.2vw, 32px);
  padding-right: clamp(12px, 1.6vw, 16px);
  padding-bottom: clamp(12px, 1.6vw, 16px);
  border-radius: 16px;
  overflow: clip;
}
@media screen and (min-width: 1101px) {
  .c_header__block {
    box-sizing: border-box;
    transition-property: all;
    transition-property: all;
  }
}
@media screen and (min-width: 1101px) and (min-width: 1001px) {
  .c_header__block {
    transition-duration: 300ms;
  }
}
@media screen and (min-width: 1101px) and (max-width: 1000px) {
  .c_header__block {
    transition-duration: 300ms;
  }
}
@media screen and (max-width: 1100px) {
  .c_header__block {
    padding-left: clamp(24px, 2vw, 32px);
  }
}

@media screen and (min-width: 1101px) {
  .c_header__menu {
    display: flex;
    align-items: center;
    gap: clamp(24px, 2vw, 32px);
  }
}
@media screen and (min-width: 1101px) and (max-width: 1100px) {
  .c_header__menu {
    gap: 28px;
  }
}

@media screen and (max-width: 1100px) {
  .c_header__menu {
    position: fixed;
    top: 0;
    right: 0;
    max-width: 375px;
    width: 100%;
    height: 100dvh;
    background-color: rgba(51, 51, 51, 0.9);
    z-index: 10;
    padding-top: 100px;
    padding-bottom: 150px;
    box-sizing: border-box;
    overflow-y: scroll;
    clip-path: inset(0 0% 0% 100%);
    transition-property: all;
  }
}
@media screen and (max-width: 1100px) and (min-width: 1001px) {
  .c_header__menu {
    transition-duration: 300ms;
  }
}
@media screen and (max-width: 1100px) and (max-width: 1000px) {
  .c_header__menu {
    transition-duration: 300ms;
  }
}
@media screen and (max-width: 1100px) {
  .c_header__menu.c_header__active {
    clip-path: inset(0 0% 0% 0%);
  }
}
@media screen and (min-width: 1101px) {
  .c_header__nav ul {
    display: flex;
    align-items: center;
    gap: clamp(24px, 2.5vw, 40px);
  }
}
@media screen and (min-width: 1101px) and (max-width: 1300px) {
  .c_header__nav ul {
    gap: 28px;
  }
}
.c_header__nav li {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
}
.c_header__nav a {
  line-height: 1.2;
}
@media (hover: hover) {
  .c_header__nav a:hover {
    opacity: 1;
    color: #3BCADD;
  }
}
@media (hover: none) {
  .c_header__nav a {
    transition: all 0s;
  }
  .c_header__nav a:active {
    opacity: 1;
    color: #3BCADD;
  }
}
.c_header__nav .sub-menu,
.c_header__nav .children {
  display: none !important;
}
@media screen and (max-width: 1100px) {
  .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;
  }
}

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

.c_header__trigger {
  position: relative;
  aspect-ratio: 1/1;
  background: linear-gradient(180deg, rgb(124, 227, 211) 0%, rgb(59, 202, 221) 100%);
  width: 48px;
  width: clamp(40px, 9.6vw, 48px);
  height: auto;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .c_header__trigger {
    transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .c_header__trigger {
    transition-duration: 300ms;
  }
}
.c_header__trigger {
  z-index: 10;
  border-radius: 50%;
  flex-shrink: 0;
}
@media screen and (min-width: 1101px) {
  .c_header__trigger {
    display: none !important;
  }
}
.c_header__trigger::before, .c_header__trigger::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  background-color: #fff;
  transition: inherit;
}
.c_header__trigger::before {
  translate: -50% calc(-50% - 7px);
}
.c_header__trigger::after {
  translate: -50% calc(-50% + 7px);
}
.c_header__trigger.c_header__active::before, .c_header__trigger.c_header__active::after {
  translate: -50% -50%;
}
.c_header__trigger.c_header__active::before {
  rotate: -30deg;
}
.c_header__trigger.c_header__active::after {
  rotate: 30deg;
}

.c_header__tel {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(1rem, 1.75vw, 1.75rem);
  line-height: 1.2;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 1100px) {
  .c_header__tel {
    display: block;
    width: 100%;
    color: #fff !important;
    text-align: center;
    font-size: 16px;
    color: #fff;
    padding-top: 1em;
    padding-bottom: 1em;
    border-bottom: 1px solid #fff;
  }
}

.c_header__wrap {
  text-align: center;
  color: #197337;
}
@media screen and (max-width: 1100px) {
  .c_header__wrap {
    display: none;
  }
}

.c_header__time {
  display: block;
  font-size: clamp(0.8125rem, 0.9375vw, 0.9375rem);
  line-height: 1.3;
  text-align: center;
}

.c_header__btnlink {
  text-align: center;
  color: #fff;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  font-weight: 700;
}
@media screen and (min-width: 1101px) {
  .c_header__btnlink {
    display: flex;
    justify-content: center;
    align-items: center;
    width: clamp(160px, 11.6875vw, 187px);
    height: 64px;
    border-radius: 40px;
    overflow: clip;
    position: relative;
    z-index: 0;
  }
  .c_header__btnlink::before, .c_header__btnlink::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    transition-property: all;
  }
}
@media screen and (min-width: 1101px) and (min-width: 1001px) {
  .c_header__btnlink::before, .c_header__btnlink::after {
    transition-duration: 500ms;
  }
}
@media screen and (min-width: 1101px) and (max-width: 1000px) {
  .c_header__btnlink::before, .c_header__btnlink::after {
    transition-duration: 500ms;
  }
}
@media screen and (min-width: 1101px) {
  .c_header__btnlink::before {
    z-index: -1;
    background: linear-gradient(180deg, rgb(124, 227, 211) 0%, rgb(59, 202, 221) 100%);
  }
  .c_header__btnlink::after {
    z-index: -2;
    background: linear-gradient(180deg, rgb(59, 202, 221) 0%, rgb(124, 227, 211) 100%);
  }
}
@media screen and (min-width: 1101px) and (hover: hover) {
  .c_header__btnlink:hover {
    opacity: 1;
  }
  .c_header__btnlink:hover::before {
    opacity: 0;
  }
}
@media screen and (min-width: 1101px) and (hover: none) {
  .c_header__btnlink {
    transition: all 0s;
  }
  .c_header__btnlink:active {
    opacity: 1;
  }
  .c_header__btnlink:active::before {
    opacity: 0;
  }
}
@media screen and (max-width: 1100px) {
  .c_header__btnlink {
    display: block;
    width: 100%;
    color: #fff !important;
    text-align: center;
    color: #fff;
    padding-top: 1em;
    padding-bottom: 1em;
    border-bottom: 1px solid #fff;
    background: linear-gradient(180deg, rgb(124, 227, 211) 0%, rgb(59, 202, 221) 100%);
  }
}

.c_mv {
  display: block;
  position: relative;
  overflow: hidden;
}
.c_mv::after {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: 0;
  bottom: 8vw;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  background-color: #EDFFFF;
  aspect-ratio: 1832/478;
  width: 114.5vw;
  height: auto;
  border-radius: 50%;
}
@media screen and (min-width: 1601px) {
  .c_mv::after {
    bottom: 5vw;
  }
}
@media screen and (max-width: 1300px) {
  .c_mv::after {
    bottom: 12.5%;
  }
}
@media screen and (max-width: 1000px) {
  .c_mv::after {
    bottom: unset;
    top: 50.5625vw;
  }
}
@media screen and (max-width: 400px) {
  .c_mv::after {
    top: 160vw;
  }
}

.c_mv__wrap {
  position: relative;
}

.c_mv__heading {
  position: absolute;
  top: 14.9375vw;
  right: 9.875vw;
  font-size: clamp(2rem, 4.3076923077vw, 3.5rem);
  font-weight: 700;
  line-height: 1.5;
  animation: anim_mv__text 1s ease-out 1s forwards;
  opacity: 0;
}
@media screen and (max-width: 1024px) {
  .c_mv__heading br {
    display: block;
  }
}
.c_mv__heading span {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
@media screen and (max-width: 1000px) {
  .c_mv__heading {
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    line-height: 1.6;
    text-align: center;
  }
  .c_mv__heading span {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 500px) {
  .c_mv__heading {
    top: 38.4vw;
    width: 100%;
  }
}

.c_mv__heading___inner {
  display: block;
  border-radius: 16px;
  padding-left: clamp(15px, 1.25vw, 20px);
  padding-right: clamp(15px, 1.25vw, 20px);
  background-color: #fff;
  color: #197337;
  max-width: max-content;
}
.c_mv__heading___inner + .c_mv__heading___inner {
  margin-top: clamp(8px, 0.625vw, 10px);
}

.c_mv__heading___accent {
  color: #13B0C5;
}

@keyframes anim_mv__text {
  0% {
    filter: blur(25px);
    opacity: 0;
  }
  100% {
    filter: blur(0px);
    opacity: 1;
  }
}
.c_mv__image img {
  animation: anim_mv__img 1.5s ease-out forwards;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 1601px) {
  .c_mv__image img {
    object-position: 50% 60%;
  }
}

@keyframes anim_mv__img {
  0% {
    scale: 1.2;
    opacity: 0;
  }
  100% {
    scale: 1;
    opacity: 1;
  }
}
.c_mv__block {
  position: relative;
  padding-bottom: clamp(80px, 8vw, 128px);
  z-index: 1;
  background-color: #EDFFFF;
}
@media screen and (min-width: 501px) {
  .c_mv__block {
    text-align: center;
  }
}

.c_mv__lead {
  font-size: clamp(1.25rem, 2.8vw, 1.75rem);
  font-weight: 700;
  line-height: 1.8;
}

.c_mv__caption {
  margin-top: clamp(24px, 3vw, 48px);
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.c_mv__echo {
  max-width: 104px;
  position: absolute;
  top: 9.25vw;
  right: 40px;
}
@media screen and (max-width: 1000px) {
  .c_mv__echo {
    max-width: 10.4166666667%;
  }
}
@media screen and (max-width: 1000px) {
  .c_mv__echo {
    top: unset;
    bottom: 80px;
    left: 20px;
    right: unset;
    color: #fff;
  }
}
@media screen and (max-width: 500px) {
  .c_mv__echo {
    max-width: 19.2%;
  }
}
@media screen and (min-width: 1101px) and (max-width: 1300px) {
  .c_mv__echo {
    top: 10vw;
  }
}
@media screen and (min-width: 1601px) {
  .c_mv__echo {
    right: 2.5vw;
  }
}
.c_mv__echo figcaption {
  margin-top: 4px;
  display: block;
  font-size: clamp(0.5rem, 1.1vw, 0.6875rem);
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

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

.c_bread {
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
}
.c_bread span,
.c_bread a {
  font-size: inherit;
  color: inherit;
}

.c_cta {
  padding-top: clamp(40px, 4vw, 64px);
  padding-bottom: clamp(40px, 4vw, 64px);
  box-sizing: border-box;
  background-color: #f3f3f3;
}

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

.c_cta__side {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px 32px;
  flex-wrap: wrap;
}

.c_cta__tel {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  font-size: clamp(1.5rem, 3.2vw, 2rem);
  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;
  padding-bottom: clamp(96px, 7vw, 112px);
  overflow-x: clip;
}
.c_footer::before {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: 0;
  bottom: 7.375vw;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  background-color: #fff;
  aspect-ratio: 1832/478;
  width: 114.5vw;
  height: auto;
  border-radius: 50%;
}
@media screen and (min-width: 1601px) {
  .c_footer::before {
    bottom: 20px;
  }
}
@media screen and (max-width: 1300px) {
  .c_footer::before {
    bottom: unset;
    top: -8vw;
  }
}
@media screen and (max-width: 500px) {
  .c_footer::before {
    aspect-ratio: 528/168;
    width: 140.8%;
    top: -21.3333333333vw;
  }
}

.c_footer__link {
  display: block;
  font-size: clamp(1.625rem, 2.8vw, 1.75rem);
  font-weight: 700;
  line-height: 1.2;
  width: 100%;
  max-width: clamp(240px, 18.75vw, 300px);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1100px) {
  .c_footer__link {
    max-width: 240px;
  }
}
.c_footer__link img {
  display: block;
  width: 100%;
  height: auto;
}

.c_footer__nav {
  padding-bottom: clamp(32px, 2.625vw, 42px);
  border-bottom: 1px solid #CCCCCC;
}
@media screen and (min-width: 1001px) {
  .c_footer__nav {
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 500px) {
  .c_footer__nav {
    padding-bottom: 56px;
  }
}
.c_footer__nav li {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
}
.c_footer__nav a {
  line-height: 1.2;
}
@media (hover: hover) {
  .c_footer__nav a:hover {
    opacity: 1;
    color: #3BCADD;
  }
}
@media (hover: none) {
  .c_footer__nav a {
    transition: all 0s;
  }
  .c_footer__nav a:active {
    opacity: 1;
    color: #3BCADD;
  }
}
.c_footer__nav ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  box-sizing: border-box;
}
@media screen and (min-width: 501px) {
  .c_footer__nav ul {
    gap: 32px 56px;
  }
}
@media screen and (max-width: 500px) {
  .c_footer__nav ul {
    flex-direction: column;
    align-items: center;
    gap: 32px;
  }
}
.c_footer__nav .sub-menu,
.c_footer__nav .children {
  display: none !important;
}

.c_footer__content {
  margin-top: clamp(56px, 4.25vw, 68px);
  text-align: center;
}

.c_footer__address {
  margin-top: 18px;
}

.c_footer__copy {
  position: relative;
  z-index: 1;
  display: block;
  padding-left: 16px;
  padding-right: 16px;
  box-sizing: border-box;
  margin-top: clamp(32px, 3.5vw, 56px);
  font-size: clamp(0.875rem, 1.5vw, 0.9375rem);
  font-weight: 700;
}
@media screen and (max-width: 500px) {
  .c_footer__copy {
    margin-top: 78px;
  }
}

.c_footer__rtt {
  position: fixed;
  bottom: 24px;
  right: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
  width: clamp(48px, 3.5vw, 56px);
  height: auto;
  background: linear-gradient(180deg, rgb(124, 227, 211) 0%, rgb(59, 202, 221) 100%);
  border-radius: 32px;
  overflow: clip;
  z-index: 5;
}
.c_footer__rtt::before, .c_footer__rtt::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .c_footer__rtt::before, .c_footer__rtt::after {
    transition-duration: 500ms;
  }
}
@media screen and (max-width: 1000px) {
  .c_footer__rtt::before, .c_footer__rtt::after {
    transition-duration: 500ms;
  }
}
.c_footer__rtt::before {
  z-index: -1;
  background: linear-gradient(180deg, rgb(124, 227, 211) 0%, rgb(59, 202, 221) 100%);
}
.c_footer__rtt::after {
  z-index: -2;
  background: linear-gradient(180deg, rgb(59, 202, 221) 0%, rgb(124, 227, 211) 100%);
}
.c_footer__rtt svg {
  display: block;
  aspect-ratio: 1/1;
  width: 16px;
  height: auto;
  object-fit: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-90deg);
  transition: all 0.3s;
}
.c_footer__rtt svg:first-of-type {
  top: 50%;
}
.c_footer__rtt svg:last-of-type {
  top: 150%;
}
@media (hover: hover) {
  .c_footer__rtt:hover {
    opacity: 1;
  }
  .c_footer__rtt:hover::before {
    opacity: 0;
  }
  .c_footer__rtt:hover svg:first-of-type {
    top: -150%;
  }
  .c_footer__rtt:hover svg:last-of-type {
    top: 50%;
  }
}
@media (hover: none) {
  .c_footer__rtt {
    transition: all 0s;
  }
  .c_footer__rtt:active {
    opacity: 1;
  }
  .c_footer__rtt:active::before {
    opacity: 0;
  }
  .c_footer__rtt:active svg:first-of-type {
    top: -150%;
  }
  .c_footer__rtt:active svg:last-of-type {
    top: 50%;
  }
}

.c_address__block {
  display: block;
}

.c_address__address {
  display: inline-block;
}

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

.c_address__time br {
  display: none;
}

/* ↓以下の階層にボタンやフォームのscssが格納されています。 */
@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: 900px;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media screen and (max-width: 900px) {
  .c_block__narrow {
    max-width: 900px;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media screen and (min-width: 501px) and (max-width: 1300px) {
  .c_block__narrow {
    padding-left: 40px;
    padding-right: 40px;
  }
}

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

.c_main__lead {
  margin-bottom: clamp(40px, 4vw, 64px);
  background: linear-gradient(180deg, rgb(124, 227, 211) 0%, rgb(59, 202, 221) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: clamp(2rem, 4.8vw, 3rem);
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

.c_side__lead {
  font-size: clamp(1.5rem, 2.8vw, 1.75rem);
  font-weight: 700;
  line-height: 1.7857142857;
}
.c_side__lead::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.7857142857) * (0.5em - 1px));
}
.c_side__lead::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.7857142857) * 0.5em);
}
.c_side__lead + .c_side__caption {
  margin-top: clamp(32px, 3vw, 48px);
}

.c_sub__lead {
  font-size: clamp(1.5rem, 2.8vw, 1.75rem);
  font-weight: 700;
  line-height: 1.7857142857;
}
.c_sub__lead::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.7857142857) * (0.5em - 1px));
}
.c_sub__lead::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.7857142857) * 0.5em);
}
.c_sub__lead + .c_sub__caption {
  margin-top: clamp(32px, 3vw, 48px);
}

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

.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;
}

.c_link {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  font-weight: 700;
  line-height: 1.2;
  text-decoration: underline;
  max-width: max-content;
}
.c_link i {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  width: clamp(28px, 2vw, 32px);
  height: auto;
  border-radius: 50%;
  background: linear-gradient(180deg, rgb(124, 227, 211) 0%, rgb(59, 202, 221) 100%);
  overflow: hidden;
}
.c_link i svg {
  display: block;
  aspect-ratio: 12/10;
  width: clamp(10px, 0.75vw, 12px);
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
}
.c_link i svg:first-of-type {
  left: -150%;
}
.c_link i svg:last-of-type {
  left: 50%;
}
@media (hover: hover) {
  .c_link:hover {
    opacity: 1;
    color: #3BCADD;
  }
  .c_link:hover svg:first-of-type {
    left: 50%;
  }
  .c_link:hover svg:last-of-type {
    left: 150%;
  }
}
@media (hover: none) {
  .c_link {
    transition: all 0s;
  }
  .c_link:active {
    opacity: 1;
    color: #3BCADD;
  }
  .c_link:active svg:first-of-type {
    left: 50%;
  }
  .c_link:active svg:last-of-type {
    left: 150%;
  }
}

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

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

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

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

.c_top__text {
  font-size: inherit;
}

.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: 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_picture img {
  border-radius: 20px;
  overflow: clip;
}

.c_btn {
  display: flex;
  margin-top: clamp(40px, 3.5vw, 56px);
  justify-content: center;
  align-items: center;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  gap: 24px;
  flex-wrap: wrap;
}

@media screen and (min-width: 1001px) {
  .c_btn__start {
    justify-content: flex-start;
  }
  .c_btn__end {
    justify-content: flex-end;
  }
}
.c_btn__link {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 0;
  width: 240px;
  height: 56px;
  font-size: inherit;
  text-align: center;
  color: #fff;
  border-radius: 50px;
  overflow: clip;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  font-weight: 700;
}
@media screen and (max-width: 500px) {
  .c_btn__link {
    width: 200px;
    height: 48px;
  }
}
.c_btn__link::before, .c_btn__link::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .c_btn__link::before, .c_btn__link::after {
    transition-duration: 500ms;
  }
}
@media screen and (max-width: 1000px) {
  .c_btn__link::before, .c_btn__link::after {
    transition-duration: 500ms;
  }
}
.c_btn__link::before {
  z-index: -1;
  background: linear-gradient(180deg, rgb(124, 227, 211) 0%, rgb(59, 202, 221) 100%);
}
.c_btn__link::after {
  z-index: -2;
  background: linear-gradient(180deg, rgb(59, 202, 221) 0%, rgb(124, 227, 211) 100%);
}
@media (hover: hover) {
  .c_btn__link:hover {
    opacity: 1;
  }
  .c_btn__link:hover::before {
    opacity: 0;
  }
}
@media (hover: none) {
  .c_btn__link {
    transition: all 0s;
  }
  .c_btn__link:active {
    opacity: 1;
  }
  .c_btn__link:active::before {
    opacity: 0;
  }
}

.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;
}
.c_wp__label::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * (0.5em - 1px));
}
.c_wp__label::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
}
.c_wp__label {
  font-weight: inherit;
}

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

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

.c_pagenavi {
  margin-top: clamp(40px, 3.5vw, 56px);
}
.c_pagenavi .wp-pagenavi {
  display: flex;
  text-align: center;
  justify-content: center;
  gap: 8px;
  font-size: clamp(0.75rem, 1.6vw, 1rem);
}
.c_pagenavi span,
.c_pagenavi a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  aspect-ratio: 1/1;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
  height: auto;
  font-size: inherit;
  line-height: 1;
  border-radius: 32px;
  overflow: clip;
}
@media screen and (min-width: 1001px) {
  .c_pagenavi span,
  .c_pagenavi a {
    width: 32px;
  }
}
@media screen and (max-width: 1000px) {
  .c_pagenavi span,
  .c_pagenavi a {
    width: 24px;
  }
}
.c_pagenavi span.current, .c_pagenavi span:hover,
.c_pagenavi a.current,
.c_pagenavi a:hover {
  font-weight: inherit !important;
  opacity: 1;
  background-color: #ddd;
}
.c_pagenavi .first,
.c_pagenavi .last,
.c_pagenavi .pages {
  display: none !important;
}

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

.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: #fff;
  box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
@media screen and (min-width: 1001px) {
  .mw_wp_form {
    padding-top: clamp(56px, 6.25vw, 100px);
    padding-bottom: clamp(56px, 6.25vw, 100px);
    padding-left: clamp(40px, 6.25vw, 100px);
    padding-right: clamp(40px, 6.25vw, 100px);
  }
}
@media screen and (max-width: 1000px) {
  .mw_wp_form {
    padding-top: 56px;
    padding-bottom: 56px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 1001px) {
  .mw_wp_form.mw_wp_form_input small {
    margin-top: -20px;
  }
}
@media screen and (max-width: 1000px) {
  .mw_wp_form.mw_wp_form_input tr {
    display: block;
  }
  .mw_wp_form.mw_wp_form_input tr + tr {
    padding-top: 20px;
  }
  .mw_wp_form.mw_wp_form_input table table tr + tr {
    padding-top: unset;
  }
}
.mw_wp_form.mw_wp_form_complete {
  display: none !important;
}
.mw_wp_form table,
.mw_wp_form tbody,
.mw_wp_form tr,
.mw_wp_form th,
.mw_wp_form td {
  border: none;
  padding: 0;
  background-color: unset !important;
}
@media screen and (max-width: 1000px) {
  .mw_wp_form table,
  .mw_wp_form tbody,
  .mw_wp_form tr,
  .mw_wp_form th,
  .mw_wp_form td {
    display: block;
    width: 100%;
  }
}
.mw_wp_form th {
  position: relative;
  font-weight: 700;
}
@media screen and (min-width: 1001px) {
  .mw_wp_form th {
    width: 300px;
  }
}
@media screen and (max-width: 1000px) {
  .mw_wp_form th {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 50px;
  }
}
.mw_wp_form th > span {
  position: absolute;
  display: block;
  height: auto;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1000px) {
  .mw_wp_form th > span {
    top: 50%;
    left: 0;
    width: 40px;
    line-height: 30px;
    translate: 0 -50%;
  }
}
.mw_wp_form th > span.required {
  background-color: #C50000;
}
.mw_wp_form th > span.any {
  background-color: #999999;
}
.mw_wp_form th small {
  display: block;
}
.mw_wp_form td th {
  font-weight: 400;
}
@media screen and (min-width: 1001px) {
  .mw_wp_form td th {
    width: 200px;
  }
}
@media screen and (max-width: 1000px) {
  .mw_wp_form td th {
    padding: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.mw_wp_form input,
.mw_wp_form textarea,
.mw_wp_form select {
  display: inline-block;
  font-size: 16px;
  line-height: 1.4375em;
  box-sizing: border-box;
  max-width: 100%;
  background-color: #fff;
  border: 1px solid #ccc;
  outline: none;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
@media screen and (min-width: 1001px) {
  .mw_wp_form input,
  .mw_wp_form textarea,
  .mw_wp_form select {
    padding: 1em;
  }
}
@media screen and (max-width: 1000px) {
  .mw_wp_form input,
  .mw_wp_form textarea,
  .mw_wp_form select {
    padding: 10px;
  }
}
.mw_wp_form input.var01,
.mw_wp_form textarea.var01,
.mw_wp_form select.var01 {
  max-width: 500px;
}
@media screen and (min-width: 501px) {
  .mw_wp_form input.var02,
  .mw_wp_form textarea.var02,
  .mw_wp_form select.var02 {
    max-width: 5em;
  }
}
@media screen and (max-width: 500px) {
  .mw_wp_form input.var02,
  .mw_wp_form textarea.var02,
  .mw_wp_form select.var02 {
    max-width: 4em;
  }
}
.mw_wp_form input,
.mw_wp_form textarea {
  width: 100%;
}
.mw_wp_form select {
  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 #ccc;
  border-radius: 5px;
  padding: 0.2em 0.5em;
  box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: clamp(0.75rem, 1.6vw, 1rem);
}
.mw_wp_form .error {
  display: block;
  font-size: 15px;
  padding: 0.5em;
  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;
    font-size: 14px;
  }
  .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;
}
@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;
    padding-left: 48px;
  }
}
.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 #ccc;
}

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

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

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

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

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

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

.form-wrap {
  margin-top: clamp(40px, 3.5vw, 56px);
  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;
}
.mw_wp_form_confirm .form-wrap {
  display: none;
}

.form-btns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px 32px;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  margin-top: clamp(32px, 2.5vw, 40px);
}
.form-btns a,
.form-btns [type=submit] {
  max-width: 240px;
  height: 56px;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  font-weight: 700;
  color: #fff;
  background: linear-gradient(180deg, rgb(124, 227, 211) 0%, rgb(59, 202, 221) 100%);
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  padding: 0;
  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,
.form-btns [type=submit] {
  border-radius: 40px;
  overflow: clip;
}
.form-btns a:hover,
.form-btns [type=submit]:hover {
  opacity: 1;
}

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

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

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

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

.p_front__business___main .p_front__business___side {
  display: flex;
  justify-content: space-between;
  gap: 72px;
}
@media screen and (max-width: 1000px) {
  .p_front__business___main .p_front__business___side {
    flex-direction: column;
    gap: 40px;
  }
}
@media screen and (min-width: 1001px) {
  .p_front__business___main .p_front__business___side > picture {
    flex-basis: 46.6666666667%;
    flex-shrink: 0;
  }
}

@media screen and (min-width: 1001px) {
  .p_front__business___main .p_front__business___inner {
    flex: 1;
  }
}

.p_front__business___wrap {
  margin-bottom: clamp(32px, 3vw, 48px);
}
.p_front__business___wrap br {
  display: none;
}
@media screen and (min-width: 501px) {
  .p_front__business___wrap {
    text-align: center;
  }
}
@media screen and (min-width: 701px) {
  .p_front__business___wrap br {
    display: block;
  }
}

.p_front__business___wrap____lead {
  font-size: clamp(1.5rem, 2.8vw, 1.75rem);
  font-weight: 700;
  line-height: 1.8;
}
.p_front__business___wrap____lead + p {
  margin-top: clamp(16px, 1.5vw, 24px);
}

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

.p_front__business___law .p_front__business___lead {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(12px, 1vw, 16px);
  margin-bottom: clamp(40px, 3vw, 48px);
  font-size: clamp(1.25rem, 2.4vw, 1.5rem);
  font-weight: 700;
  line-height: 1.8;
}
.p_front__business___law .p_front__business___lead::before {
  content: "";
  display: inline-block;
  aspect-ratio: 1/1;
  width: clamp(18px, 1.25vw, 20px);
  height: auto;
  border-radius: 50%;
  overflow: hidden;
  background: linear-gradient(180deg, rgb(124, 227, 211) 0%, rgb(59, 202, 221) 100%);
}

.p_front__business___law .p_front__business___item {
  display: flex;
  justify-content: space-between;
  gap: 48px;
}
@media screen and (max-width: 1000px) {
  .p_front__business___law .p_front__business___item {
    flex-direction: column;
    gap: 40px;
  }
}
.p_front__business___law .p_front__business___item + .p_front__business___item {
  margin-top: clamp(72px, 6vw, 96px);
}

.p_front__business___law .p_front__business___inner {
  flex: 1;
}

.p_front__business___law .p_front__business___item picture {
  aspect-ratio: 448/285;
  width: 100%;
  height: auto;
}
.p_front__business___law .p_front__business___item picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 1001px) {
  .p_front__business___law .p_front__business___item picture {
    flex-basis: 37.3333333333%;
    flex-shrink: 0;
  }
}

.p_front__business___law .p_front__business___caption {
  color: #3BCADD;
  margin-bottom: clamp(24px, 2vw, 32px);
  font-size: clamp(1.125rem, 2vw, 1.25rem);
  font-weight: 700;
  line-height: 1.8;
}
.p_front__business___law .p_front__business___caption::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.8) * (0.5em - 1px));
}
.p_front__business___law .p_front__business___caption::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.8) * 0.5em);
}

.p_front__business___law .p_front__business___link {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: clamp(24px, 2vw, 32px);
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  font-weight: 700;
  line-height: 1.2;
  text-decoration: underline;
  max-width: max-content;
}
.p_front__business___law .p_front__business___link i {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  aspect-ratio: 1/1;
  flex-shrink: 0;
  width: clamp(28px, 2vw, 32px);
  height: auto;
  border-radius: 50%;
  background: linear-gradient(180deg, rgb(124, 227, 211) 0%, rgb(59, 202, 221) 100%);
  overflow: hidden;
}
.p_front__business___law .p_front__business___link i svg {
  display: block;
  aspect-ratio: 12/10;
  width: clamp(10px, 0.75vw, 12px);
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
}
.p_front__business___law .p_front__business___link i svg:first-of-type {
  left: -150%;
}
.p_front__business___law .p_front__business___link i svg:last-of-type {
  left: 50%;
}
@media (hover: hover) {
  .p_front__business___law .p_front__business___link:hover {
    opacity: 1;
    color: #3BCADD;
  }
  .p_front__business___law .p_front__business___link:hover svg:first-of-type {
    left: 50%;
  }
  .p_front__business___law .p_front__business___link:hover svg:last-of-type {
    left: 150%;
  }
}
@media (hover: none) {
  .p_front__business___law .p_front__business___link {
    transition: all 0s;
  }
  .p_front__business___law .p_front__business___link:active {
    opacity: 1;
    color: #3BCADD;
  }
  .p_front__business___law .p_front__business___link:active svg:first-of-type {
    left: 50%;
  }
  .p_front__business___law .p_front__business___link:active svg:last-of-type {
    left: 150%;
  }
}

.p_front__business___relation {
  position: relative;
  margin-top: clamp(96px, 7.5vw, 120px);
  padding-top: clamp(80px, 6.5vw, 104px);
  padding-bottom: clamp(80px, 8.5vw, 136px);
  box-sizing: border-box;
  background-color: #EDFFFF;
}
@media screen and (max-width: 1000px) {
  .p_front__business___relation {
    padding-bottom: 232px;
  }
}

.p_front__business___relation .p_front__business___side {
  display: flex;
  justify-content: space-between;
  gap: 72px;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  .p_front__business___relation .p_front__business___side {
    flex-direction: column-reverse;
    gap: 40px;
  }
}
@media screen and (min-width: 1001px) {
  .p_front__business___relation .p_front__business___side > picture {
    flex-basis: 40.5833333333%;
    flex-shrink: 0;
  }
}

@media screen and (min-width: 1001px) {
  .p_front__business___relation .p_front__business___inner {
    flex: 1;
  }
}

.p_front__business___relation .p_front__business___info {
  position: relative;
  aspect-ratio: 1/1;
  width: 100%;
}
@media screen and (min-width: 1001px) {
  .p_front__business___relation .p_front__business___info {
    width: 40.5833333333%;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1000px) {
  .p_front__business___relation .p_front__business___info {
    width: 100%;
    max-width: 487px;
  }
}
.p_front__business___relation .p_front__business___info.anim_trigger ._icon {
  opacity: 0;
}
.p_front__business___relation .p_front__business___info.anim_trigger ._icon._top {
  transform: translate(-50%, 50%);
}
.p_front__business___relation .p_front__business___info.anim_trigger ._icon._left {
  transform: translate(50%, -50%);
}
.p_front__business___relation .p_front__business___info.anim_trigger ._icon._right {
  transform: translate(-50%, -50%);
}
.p_front__business___relation .p_front__business___info.anim_trigger ._icon._btm {
  transform: translate(-50%, -50%);
}
.p_front__business___relation .p_front__business___info.anim_trigger ._icon._center {
  opacity: 0;
}
.p_front__business___relation .p_front__business___info.anim_trigger ._effect {
  opacity: 0;
  transform: translate(-50%, -50%) scale(0);
}
.p_front__business___relation .p_front__business___info.anim_trigger__show ._icon {
  opacity: 1 !important;
}
.p_front__business___relation .p_front__business___info.anim_trigger__show ._icon._top {
  transform: translate(-50%, 0);
}
.p_front__business___relation .p_front__business___info.anim_trigger__show ._icon._left {
  transform: translate(0, -50%);
}
.p_front__business___relation .p_front__business___info.anim_trigger__show ._icon._right {
  transform: translate(0, -50%);
}
.p_front__business___relation .p_front__business___info.anim_trigger__show ._icon._btm {
  transform: translate(-50%, 0);
}
.p_front__business___relation .p_front__business___info.anim_trigger__show ._effect {
  opacity: 0.6;
  transform: translate(-50%, -50%) scale(1);
}

.p_front__business___relation .p_front__business___info ._icon {
  display: block;
  position: absolute;
  z-index: 1;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .p_front__business___relation .p_front__business___info ._icon {
    transition-duration: 1200ms;
  }
}
@media screen and (max-width: 1000px) {
  .p_front__business___relation .p_front__business___info ._icon {
    transition-duration: 1200ms;
  }
}
.p_front__business___relation .p_front__business___info ._icon svg {
  width: 100%;
  height: auto;
}
.p_front__business___relation .p_front__business___info ._icon._top, .p_front__business___relation .p_front__business___info ._icon._left, .p_front__business___relation .p_front__business___info ._icon._right, .p_front__business___relation .p_front__business___info ._icon._btm {
  aspect-ratio: 1/1;
  width: 28.7474332649%;
  height: auto;
  filter: drop-shadow(13px 12px 30px rgba(0, 0, 0, 0.5));
}
.p_front__business___relation .p_front__business___info ._icon._top path, .p_front__business___relation .p_front__business___info ._icon._left path, .p_front__business___relation .p_front__business___info ._icon._right path, .p_front__business___relation .p_front__business___info ._icon._btm path {
  display: block;
}
.p_front__business___relation .p_front__business___info ._icon._center {
  position: absolute;
  top: 29.9794661191%;
  left: 29.568788501%;
  aspect-ratio: 207/192;
  width: 42.5051334702%;
  height: auto;
}
.p_front__business___relation .p_front__business___info ._icon._top {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transition-delay: 0.2s;
}
.p_front__business___relation .p_front__business___info ._icon._right {
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transition-delay: 0.4s;
}
.p_front__business___relation .p_front__business___info ._icon._btm {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transition-delay: 0.6s;
}
.p_front__business___relation .p_front__business___info ._icon._left {
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transition-delay: 0.8s;
}

.p_front__business___relation .p_front__business___info ._effect {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  aspect-ratio: 1/1;
  width: 87.4743326489%;
  height: auto;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .p_front__business___relation .p_front__business___info ._effect {
    transition-duration: 2000ms;
  }
}
@media screen and (max-width: 1000px) {
  .p_front__business___relation .p_front__business___info ._effect {
    transition-duration: 2000ms;
  }
}
.p_front__business___relation .p_front__business___info ._effect {
  transition-delay: 1s;
}

.p_front__business___relation .p_front__business___bg {
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0.2;
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
About----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.p_front__about {
  padding-top: clamp(96px, 7.5vw, 120px);
}

.p_front__about___columns {
  display: flex;
  justify-content: space-between;
  gap: 80px;
}
@media screen and (max-width: 1000px) {
  .p_front__about___columns {
    flex-direction: column;
    gap: 40px;
  }
}

.p_front__about___column____lead {
  font-size: clamp(1.5rem, 2.8vw, 1.75rem);
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (min-width: 1001px) {
  .p_front__about___column____lead {
    flex: 1;
  }
}
@media screen and (min-width: 1001px) {
  .p_front__about___column____lead + p {
    flex-basis: 47.0833333333%;
    flex-shrink: 0;
  }
}

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

.p_front__about___item + .p_front__about___item {
  margin-top: clamp(16px, 1.25vw, 20px);
}

.p_front__about___label {
  margin-top: clamp(40px, 3.5vw, 56px);
  font-size: clamp(1rem, 1.8vw, 1.125rem);
  font-weight: 700;
}

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

.p_front__about___dtit {
  color: #3BCADD;
  font-size: clamp(1.25rem, 2.4vw, 1.5rem);
  font-weight: 700;
  line-height: 1.2;
}
.p_front__about___dtit + .p_front__about___data {
  margin-top: clamp(24px, 2vw, 32px);
}

.p_front__about___data + .p_front__about___dtit {
  margin-top: clamp(88px, 6vw, 96px);
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
environmental----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.p_front__environmental {
  margin-top: clamp(80px, 8vw, 128px);
  padding-top: clamp(80px, 7.5vw, 120px);
  padding-bottom: clamp(80px, 7.5vw, 120px);
  box-sizing: border-box;
  background-color: #FAFAFA;
}

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

.p_front__environmental___content {
  margin-bottom: 2em;
}

.p_front__environmental___text + .p_front__environmental___caption {
  margin-top: 2em;
}

.p_front__environmental___lead {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(8px, 1vw, 16px);
  margin-bottom: clamp(40px, 4vw, 64px);
  font-size: clamp(1.25rem, 2.4vw, 1.5rem);
  font-weight: 700;
  line-height: 1.8;
}
.p_front__environmental___lead::before {
  content: "";
  display: inline-block;
  aspect-ratio: 1/1;
  width: clamp(18px, 1.25vw, 20px);
  height: auto;
  background: linear-gradient(180deg, rgb(124, 227, 211) 0%, rgb(59, 202, 221) 100%);
  border-radius: 1000px;
  overflow: clip;
}

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

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
company----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.p_front__company___section + .p_front__company___section {
  padding-top: clamp(96px, 7.5vw, 120px);
}

.p_front__company___message {
  position: relative;
  overflow: hidden;
}

.p_front__company___message .p_front__company___bg img {
  min-height: 640px;
  object-fit: cover;
  object-position: 50% 100%;
}

.p_front__company___message .p_front__company___container {
  position: absolute;
  top: 7.5vw;
  left: 8vw;
  width: 100%;
  box-sizing: border-box;
  max-width: max-content;
  color: #fff;
}
@media screen and (max-width: 500px) {
  .p_front__company___message .p_front__company___container {
    left: 0;
    top: 80px;
    padding: 0 40px;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 1001px) {
  .p_front__company___message .p_front__company___container p {
    padding-left: clamp(20px, 1.5vw, 24px);
  }
}
.p_front__company___message .p_front__company___container p {
  font-size: clamp(1rem, 1.8vw, 1.125rem);
  font-weight: 700;
  line-height: 2.1;
}

.p_front__company___message____lead {
  margin-bottom: clamp(32px, 3vw, 48px);
  font-size: clamp(1.5rem, 2.8vw, 1.75rem);
  font-weight: 700;
  line-height: 1.8;
}

.p_front__company___outline {
  position: relative;
  margin-top: clamp(96px, 7.5vw, 120px);
}

.p_front__company___outline .p_front__company___bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.p_front__company___outline .p_front__company___bg img {
  min-height: 640px;
  object-fit: cover;
}

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

.p_front__company___outline .p_front__company___box {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.p_front__company___outline .p_front__company___owner {
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
  gap: 16px;
  margin-top: clamp(24px, 2.25vw, 36px);
}

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

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

.p_front__company___slider {
  position: relative;
  z-index: -1;
  margin-top: clamp(120px, 16vw, 256px);
  overflow: hidden;
}
@media screen and (min-width: 1601px) {
  .p_front__company___slider {
    margin-top: 16vw;
  }
}

.p_front__company___slider .slider__block {
  position: relative;
  overflow: hidden;
}

.p_front__company___slider .slider__container {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 8px;
}

.p_front__company___slider .slider__wrap {
  display: flex;
  gap: 8px;
  position: relative;
  animation: loop-slide-Right 56s infinite linear 1s both;
}

.p_front__company___slider .slider__pic {
  width: clamp(328px, 33.5vw, 536px);
  height: auto;
  position: relative;
}
.p_front__company___slider .slider__pic img {
  overflow: clip;
  aspect-ratio: 536/379;
  object-fit: cover;
}

@keyframes loop-slide-Right {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop-slide-Left {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
.p_front__company___outline .p_front__company___table {
  margin-top: clamp(96px, 7.5vw, 120px);
  position: relative;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 965px) {
  .p_front__company___outline .p_front__company___table {
    max-width: 984px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 964px) {
  .p_front__company___outline .p_front__company___table {
    max-width: 984px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 501px) and (max-width: 1300px) {
  .p_front__company___outline .p_front__company___table {
    padding-left: 40px;
    padding-right: 40px;
  }
}

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

.p_front__company___access iframe {
  width: 100%;
  height: clamp(320px, 28.75vw, 460px);
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
license----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.p_front__license {
  margin-top: clamp(88px, 6vw, 96px);
}

.p_front__license___txt {
  margin-bottom: clamp(12px, 1vw, 16px);
}

.p_front__license___lead {
  margin-bottom: clamp(24px, 2vw, 32px);
  font-size: clamp(1.125rem, 2vw, 1.25rem);
  font-weight: 700;
  line-height: 1.8;
  background: linear-gradient(180deg, rgb(124, 227, 211) 0%, rgb(59, 202, 221) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.p_front__license__narrow {
  max-width: 944px;
  margin-left: auto;
  margin-right: auto;
}

.p_front__license___item {
  border: 1px solid #CCCCCC;
}
.p_front__license___item + .p_front__license___item {
  margin-top: clamp(20px, 1.5vw, 24px);
}

.p_front__license___label {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: clamp(14px, 1vw, 16px);
  padding-left: clamp(15px, 1.25vw, 20px);
  padding-right: clamp(15px, 1.25vw, 20px);
  padding-bottom: clamp(14px, 1vw, 16px);
  box-sizing: border-box;
  background-color: #FAFAFA;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  font-weight: 700;
  line-height: 1.2;
  cursor: pointer;
}
.p_front__license___label span {
  display: block;
  flex: 1;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.p_front__license___inner {
  padding-top: clamp(24px, 2vw, 32px);
  padding-left: clamp(20px, 3vw, 48px);
  padding-right: clamp(20px, 3vw, 48px);
  padding-bottom: clamp(24px, 2vw, 32px);
  box-sizing: border-box;
}

.p_front__license___ico {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  position: relative;
  aspect-ratio: 1/1;
  width: clamp(28px, 2vw, 32px);
  height: auto;
  border-radius: 50%;
  rotate: 90deg;
  background: linear-gradient(180deg, rgb(124, 227, 211) 0%, rgb(59, 202, 221) 100%);
  overflow: hidden;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .p_front__license___ico {
    transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .p_front__license___ico {
    transition-duration: 300ms;
  }
}
.is_open .p_front__license___ico {
  rotate: -90deg;
}
.p_front__license___ico svg {
  display: block;
  aspect-ratio: 12/10;
  width: clamp(10px, 0.75vw, 12px);
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
}
.p_front__license___ico svg:first-of-type {
  left: -150%;
}
.p_front__license___ico svg:last-of-type {
  left: 50%;
}

.p_front__license___link {
  text-decoration: underline;
}
.p_front__license___link + .p_front__license___gallery {
  margin-top: clamp(20px, 1.5vw, 24px);
}

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

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
contact----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.p_front__contact {
  position: relative;
  background-color: #F4FBFC;
  padding-top: clamp(96px, 10.5vw, 168px);
  padding-bottom: clamp(588px, 43vw, 688px);
}
.p_front__contact._lower {
  padding-top: clamp(120px, 13.5vw, 216px);
}
@media screen and (min-width: 501px) and (max-width: 1000px) {
  .p_front__contact {
    padding-bottom: clamp(280px, 26.25vw, 420px);
  }
}

.p_front__contact___bg {
  position: absolute;
  bottom: 0;
  left: 0;
}
.p_front__contact___bg img {
  mix-blend-mode: hard-light;
  opacity: 0.8;
}

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

.p_front__contact___tab {
  max-width: 296px;
  flex: 1;
  display: block;
  position: relative;
  text-align: center;
  background-color: #fff;
  border-radius: 56px;
  overflow: clip;
  padding-top: clamp(5px, 0.75vw, 12px);
  padding-bottom: clamp(5px, 0.75vw, 12px);
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  font-weight: 700;
  line-height: 2;
}
.p_front__contact___tab::before {
  counter-increment: num;
  content: counter(num) ".";
  position: absolute;
  top: 50%;
  left: 5.4054054054%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-size: clamp(0.9375rem, 1.8vw, 1.125rem);
}

.p_front__contact___active {
  background: linear-gradient(180deg, rgb(124, 227, 211) 0%, rgb(59, 202, 221) 100%);
  color: #fff;
}

.p_front__contact___line {
  display: block;
  flex: 1;
  height: 1px;
  background-color: #333;
  outline: none;
  border: none;
}
@media screen and (min-width: 501px) {
  .p_front__contact___line {
    max-width: 72px;
  }
}
@media screen and (max-width: 500px) {
  .p_front__contact___line {
    max-width: 32px;
  }
}

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

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
privacy policy ----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.p_front__policy___box {
  height: 210px;
  overflow: auto;
  margin-top: clamp(32px, 3vw, 48px);
  padding-top: clamp(30px, 2.5vw, 40px);
  padding-bottom: clamp(36px, 3vw, 48px);
  padding-left: clamp(20px, 3.625vw, 58px);
  padding-right: clamp(20px, 3.625vw, 58px);
  border: solid 1px #CCCCCC;
  box-sizing: border-box;
  background-color: #fff;
}
.p_front__policy___box::-webkit-scrollbar {
  width: 9px;
}
.p_front__policy___box::-webkit-scrollbar-track {
  background-color: #fff;
}
.p_front__policy___box::-webkit-scrollbar-thumb {
  background-color: #D9D9D9;
}
.p_front__contact._lower .p_front__policy___box {
  display: none;
}

.p_front__policy___def + .p_front__policy___def {
  margin-top: clamp(32px, 3.375vw, 54px);
}
.p_front__policy___def .link-under {
  display: inline;
}

.p_front__policy___dtit {
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  font-weight: 700;
  margin-bottom: 5px;
  line-height: 1.8;
}

.p_front__policy___data {
  font-size: clamp(0.875rem, 1.6vw, 1rem);
  font-weight: 400;
  line-height: 1.8;
}
.p_front__policy___data p {
  font-size: clamp(0.875rem, 1.6vw, 1rem);
  line-height: 1.8;
}

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

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

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

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

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

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

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

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

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

.p_post__card___link {
  opacity: 1;
  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;
}
.p_post__card___pic img {
  display: block;
  width: 100%;
  height: 100%;
  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___pic {
  background-color: #f3f3f3;
}

.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(24px, 2.5vw, 40px);
}

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

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

.p_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;
}
.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__caption {
  font-size: clamp(2.5rem, 8vw, 5rem);
  font-weight: 700;
}

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

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