@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, picture, input, textarea {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, picture {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button, input, textarea {
  appearance: none;
  border-radius: 0;
  outline: none;
}

svg {
  vertical-align: middle;
}

*, *:before, *:after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}
@media screen and (max-width: 1440px) {
  html {
    font-size: 1.1103400416vw;
  }
}
@media screen and (max-width: 1024px) {
  html {
    font-size: 14px;
  }
}
@media screen and (max-width: 834px) {
  html {
    font-size: 16px;
  }
}

body {
  font-size: 0.875rem;
  line-height: 1.4;
  font-weight: 400;
  color: #424245;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  background-color: #3ab7fe;
}
body.preload * {
  transition: 0s !important;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a.opacity {
  transition: opacity 0.2s ease-out;
}
a.opacity:hover {
  opacity: 0.5;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

input {
  margin: 0;
  padding: 0;
}

textarea {
  padding: 0;
  font: inherit;
  color: inherit;
}

button {
  font: inherit;
  padding: 0;
  background-color: transparent;
  border: none;
  color: inherit;
  cursor: pointer;
}

.l-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 6.25rem;
  padding-left: 3.75rem;
  position: fixed;
  z-index: 100;
  transition: background 0.2s ease-out;
}
@media screen and (max-width: 834px) {
  .l-header {
    height: 5rem;
    padding: 0 0 0 1.875rem;
  }
}
@media screen and (max-width: 480px) {
  .l-header {
    height: 3.75rem;
    padding-left: 0.9375rem;
  }
}
.is-scroll .l-header {
  background-color: #fff;
}
.l-header__logo {
  width: 8.6625rem;
}
.l-header__logo .cls-1 {
  fill: #fff;
  transition: fill 0.2s ease-out;
}
.is-scroll .l-header__logo .cls-1 {
  fill: #3ab7fe;
}
@media screen and (max-width: 834px) {
  .is-opened .l-header__logo .cls-1 {
    fill: #fff;
  }
}
@media screen and (max-width: 834px) {
  .l-header__logo {
    width: 7.5rem;
    position: relative;
    z-index: 200;
  }
}
@media screen and (max-width: 480px) {
  .l-header__logo {
    width: 6.25rem;
  }
}
.l-header__nav {
  height: 100%;
}
@media screen and (max-width: 834px) {
  .l-header__nav {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding: 7.5rem 3.75rem 2.5rem;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    background-color: #3ab7fe;
    transition: opacity 0.6s cubic-bezier(0.485, 0.135, 0, 0.995), visibility 0.6s cubic-bezier(0.485, 0.135, 0, 0.995);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
  }
}
@media screen and (max-width: 834px) and (max-width: 480px) {
  .l-header__nav {
    padding: 6.25rem 1.875rem 1.25rem;
  }
}
@media screen and (max-width: 834px) {
  .is-opened .l-header__nav {
    opacity: 1;
    visibility: visible;
  }
}
.l-header__list {
  display: flex;
  align-items: center;
  gap: 2.5rem;
  height: 100%;
}
@media screen and (max-width: 834px) {
  .l-header__list {
    height: auto;
    gap: 3.75rem;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 480px) {
  .l-header__list {
    gap: 1.5rem;
  }
}
@media screen and (max-width: 834px) {
  .l-header__list-item {
    width: calc(50% - 1.875rem);
  }
}
@media screen and (max-width: 480px) {
  .l-header__list-item {
    width: calc(50% - 0.75rem);
  }
}
.l-header__list-item a {
  color: #fff;
  font-size: 1rem;
  transition: color 0.2s ease-out;
  position: relative;
}
.l-header__list-item a::before {
  display: block;
  content: "";
  width: 100%;
  border-top: 1px solid;
  position: absolute;
  left: 0;
  bottom: -0.25em;
  transform-origin: right top;
  transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  transform: scaleX(0);
}
.l-header__list-item a:hover::before {
  transform: scaleX(1);
  transform-origin: left top;
}
@media screen and (min-width: 835px) {
  .is-scroll .l-header__list-item a {
    color: #3ab7fe;
  }
}
@media screen and (max-width: 834px) {
  .l-header__list-item a {
    font-size: 0.875rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    line-height: 1.2;
  }
  .l-header__list-item a span {
    font-family: "Montserrat", sans-serif;
    font-size: 2rem;
    line-height: 1;
    font-weight: 500;
  }
}
@media screen and (max-width: 834px) and (max-width: 480px) {
  .l-header__list-item a span {
    font-size: 1.5rem;
  }
}
.l-header__list-btn {
  height: 100%;
}
@media screen and (max-width: 834px) {
  .l-header__list-btn {
    width: 18.75rem;
    height: 3.75rem;
    margin-inline: auto;
  }
}
@media screen and (max-width: 480px) {
  .l-header__list-btn {
    width: 12.5rem;
    height: 2.5rem;
    margin-top: 1.25rem;
  }
}
.l-header__list-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding-inline: 1.875rem;
  font-size: 1rem;
  color: #fff;
  background-color: #3ab7fe;
  transition: background 0.3s ease-out, color 0.2s ease-out;
}
.l-header__list-btn a:hover {
  color: #3ab7fe;
  background-color: #fff;
}
@media screen and (max-width: 834px) {
  .l-header__list-btn a {
    width: 100%;
    padding-inline: 0;
    font-size: 1.125rem;
    border-radius: 1.875rem;
    color: #3ab7fe;
    font-weight: 500;
    background-color: #fff;
  }
}
@media screen and (max-width: 480px) {
  .l-header__list-btn a {
    font-size: 0.9375rem;
  }
}
.l-header__trigger {
  width: 5rem;
  height: 5rem;
  background-color: #3ab7fe;
  position: relative;
  z-index: 200;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.625rem;
}
@media screen and (max-width: 480px) {
  .l-header__trigger {
    width: 3.75rem;
    height: 3.75rem;
    gap: 0.5rem;
  }
}
.l-header__trigger span {
  display: block;
  width: 2.5rem;
  height: 1px;
  background-color: #fff;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
@media screen and (max-width: 480px) {
  .l-header__trigger span {
    width: 1.875rem;
  }
}
.is-opened .l-header__trigger span.top-bar {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: rotate(-45deg);
  margin-left: -1.25rem;
}
@media screen and (max-width: 480px) {
  .is-opened .l-header__trigger span.top-bar {
    margin-left: -0.9375rem;
  }
}
.is-opened .l-header__trigger span.middle-bar {
  opacity: 0;
}
.is-opened .l-header__trigger span.bottom-bar {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: rotate(45deg);
  margin-left: -1.25rem;
}
@media screen and (max-width: 480px) {
  .is-opened .l-header__trigger span.bottom-bar {
    margin-left: -0.9375rem;
  }
}

.l-footer {
  width: 100%;
  color: #fff;
  margin-top: 5rem;
  padding-block: 5rem;
  color: #fff;
  background: #424245;
}
@media screen and (max-width: 834px) {
  .l-footer {
    margin-top: 2.5rem;
    padding-block: 2.5rem;
  }
}
@media screen and (max-width: 480px) {
  .l-footer {
    margin-top: 1.875rem;
    padding-block: 1.875rem;
  }
}
.l-footer__inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 480px) {
  .l-footer__inner {
    flex-direction: column;
    gap: 1.5rem;
  }
}
.l-footer__info {
  width: 20rem;
}
@media screen and (max-width: 834px) {
  .l-footer__info {
    width: 17.5rem;
  }
}
@media screen and (max-width: 480px) {
  .l-footer__info {
    width: 100%;
  }
}
.l-footer__logo {
  width: 100%;
  max-width: 10rem;
}
@media screen and (max-width: 834px) {
  .l-footer__logo {
    max-width: 8rem;
  }
}
@media screen and (max-width: 480px) {
  .l-footer__logo {
    width: 6rem;
  }
}
.l-footer__txt {
  font-size: 1rem;
  line-height: 2;
  margin-block: 1.5em;
}
@media screen and (max-width: 834px) {
  .l-footer__txt {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 480px) {
  .l-footer__txt {
    font-size: 0.75rem;
    margin-block: 1.2em;
  }
}
.l-footer__btn {
  width: 11.25rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #424245;
  font-size: 1rem;
  font-weight: 500;
  background-color: #fff;
  border-radius: 1.5rem;
}
@media screen and (max-width: 834px) {
  .l-footer__btn {
    width: 10rem;
    height: 2.5rem;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 480px) {
  .l-footer__btn {
    width: 7.5rem;
    height: 1.875rem;
    font-size: 0.8125rem;
  }
}
.l-footer__side {
  flex: 1;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: flex-end;
  gap: 1.875rem;
}
@media screen and (max-width: 480px) {
  .l-footer__side {
    align-items: flex-start;
  }
}
.l-footer__navi {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 1.5rem;
}
@media screen and (max-width: 480px) {
  .l-footer__navi {
    gap: 0.625rem 1rem;
    justify-content: flex-start;
  }
}
.l-footer__navi a {
  line-height: 2;
  font-size: 1rem;
  color: #fff;
  position: relative;
}
.l-footer__navi a::before {
  display: block;
  content: "";
  width: 100%;
  border-top: 1px solid;
  position: absolute;
  left: 0;
  bottom: -0.25em;
  transform-origin: right top;
  transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  transform: scaleX(0);
}
.l-footer__navi a:hover::before {
  transform: scaleX(1);
  transform-origin: left top;
}
@media screen and (max-width: 834px) {
  .l-footer__navi a {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 480px) {
  .l-footer__navi a {
    font-size: 0.8125rem;
  }
}
.l-footer__copy {
  display: block;
  text-align: right;
  font-size: 0.875rem;
  font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 480px) {
  .l-footer__copy {
    font-size: 0.75rem;
  }
}

.l-wrap {
  width: 100%;
}
.preload .l-wrap {
  opacity: 0;
}

.l-inner {
  width: auto;
  max-width: 1240px;
  margin-inline: auto;
  padding-inline: 3.75rem;
  box-sizing: content-box;
  position: relative;
}
@media screen and (max-width: 834px) {
  .l-inner {
    padding-inline: 2.5rem;
  }
}
@media screen and (max-width: 480px) {
  .l-inner {
    padding-inline: 0.9375rem;
  }
}

.c-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 100px;
}
.c-button:hover {
  animation: rubberBand 0.8s;
}

@keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  30% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  40% {
    -webkit-transform: scale3d(0.85, 1.15, 1);
    transform: scale3d(0.85, 1.15, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.c-head {
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 834px) {
  .c-head {
    margin-bottom: 2.5rem;
  }
}
@media screen and (max-width: 480px) {
  .c-head {
    margin-bottom: 1.5rem;
  }
}
.c-head__subttl {
  font-size: 4.5rem;
  font-weight: bold;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 834px) {
  .c-head__subttl {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 480px) {
  .c-head__subttl {
    font-size: 2.7rem;
  }
}
.c-head__subttl.--small {
  font-size: 2.5rem;
}
@media screen and (max-width: 834px) {
  .c-head__subttl.--small {
    font-size: 2rem;
  }
}
@media screen and (max-width: 480px) {
  .c-head__subttl.--small {
    font-size: 1.5rem;
  }
}
.c-head__ttl {
  font-size: 1rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.1875rem;
  margin-top: 0.5rem;
}
@media screen and (max-width: 834px) {
  .c-head__ttl {
    font-size: 0.875rem;
    margin-top: 0.375rem;
  }
}

.c-txt {
  line-height: 2;
  font-weight: 500;
  font-size: 1rem;
}
@media screen and (max-width: 834px) {
  .c-txt {
    font-size: 0.875rem;
  }
}

.c-swiper__slide {
  width: 22.5rem;
  position: relative;
}
@media screen and (max-width: 834px) {
  .c-swiper__slide {
    width: 18rem;
  }
}
.c-swiper__img {
  width: 100%;
  border: 4px solid #3ab7fe;
}
.c-swiper__imgWrapper {
  display: block;
  position: relative;
}
.c-swiper__num {
  width: 2.875rem;
  height: 2.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1rem;
  background-color: #3ab7fe;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
@media screen and (max-width: 834px) {
  .c-swiper__num {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 0.875rem;
  }
}
.c-swiper__cate {
  display: flex;
  align-items: center;
  padding-inline: 1em;
  color: #fff;
  height: 1.625rem;
  font-size: 0.9375rem;
  background-color: #3ab7fe;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
}
.c-swiper__name {
  font-size: 1.25rem;
  font-weight: 500;
  flex: 1;
}
@media screen and (max-width: 834px) {
  .c-swiper__name {
    font-size: 1.125rem;
  }
}
.c-swiper__nameWrapper {
  display: flex;
  align-items: center;
  margin: 1rem 0 0.75rem;
}
.c-swiper__date {
  opacity: 0.5;
  font-size: 0.875rem;
  font-family: "Montserrat", sans-serif;
}
.c-swiper__txt {
  font-size: 0.875rem;
  line-height: 1.75;
}
.c-swiper__txt span {
  font-weight: 600;
  position: relative;
  z-index: 1;
  display: inline-block;
}
.c-swiper__txt span::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0.1em;
  width: 100%;
  height: 0.55em;
  background: rgba(58, 183, 254, 0.6);
  z-index: -1;
  transform-origin: left;
  transition: transform 0.45s ease;
}
.c-swiper__txt a {
  color: #3ab7fe;
  position: relative;
}
.c-swiper__txt a::before {
  display: block;
  content: "";
  width: 100%;
  border-top: 1px solid;
  position: absolute;
  left: 0;
  bottom: -0.25em;
  transform-origin: right top;
  transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  transform: scaleX(0);
}
.c-swiper__txt a:hover::before {
  transform: scaleX(1);
  transform-origin: left top;
}
.c-swiper__btn {
  width: 12.5rem;
  height: 2.5rem;
  margin-top: 1rem;
}
.c-swiper__btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 0.875rem;
  color: #fff;
  cursor: pointer;
  background-color: #3ab7fe;
  font-weight: 500;
  border-radius: 1.875rem;
}
.c-swiper__navi {
  margin-top: 3.75rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.875rem;
}
@media screen and (max-width: 834px) {
  .c-swiper__navi {
    margin-top: 3rem;
    gap: 1.5rem;
  }
}
@media screen and (max-width: 480px) {
  .c-swiper__navi {
    margin-top: 1.875rem;
    gap: 1.25rem;
  }
}
.c-swiper__status {
  flex: 1;
  height: 1px;
  background-color: rgba(66, 66, 69, 0.25);
}
.c-swiper__status-bar {
  display: block;
  height: 100%;
  background-color: #424245;
}
.c-swiper__button-prev, .c-swiper__button-next {
  width: 3.375rem;
  height: 3.375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 1px solid #424245;
  border-radius: 50%;
}
@media screen and (max-width: 834px) {
  .c-swiper__button-prev, .c-swiper__button-next {
    width: 3rem;
    height: 3rem;
  }
}
@media screen and (max-width: 480px) {
  .c-swiper__button-prev, .c-swiper__button-next {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.c-swiper__button-prev svg, .c-swiper__button-next svg {
  width: 0.875rem;
  height: auto;
}
@media screen and (max-width: 834px) {
  .c-swiper__button-prev svg, .c-swiper__button-next svg {
    width: 0.75rem;
  }
}
.c-swiper__buttonWrapper {
  display: flex;
  gap: 1.25rem;
}
@media screen and (max-width: 834px) {
  .c-swiper__buttonWrapper {
    gap: 1rem;
  }
}
.c-swiper__buttonWrapper path {
  fill: #424245;
}

.c-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hover {
  display: block;
  overflow: hidden;
}
.hover figure {
  display: block;
  overflow: hidden;
}
.hover img {
  will-change: transform;
  transition: transform 0.8s cubic-bezier(0.485, 0.135, 0, 0.995) 0s;
}
.hover:hover img {
  transform: scale(1.2);
}

@keyframes zoomOut {
  from {
    transform: scale(1.15);
  }
  to {
    transform: scale(1);
  }
}
@keyframes scrollBar {
  0% {
    bottom: 3.125rem;
    height: 0;
  }
  5% {
    bottom: 0;
    height: 3.125rem;
  }
  100% {
    bottom: -3.125rem;
    height: 3.125rem;
  }
}
.p-idx-fv {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100lvh;
  position: relative;
}
.p-idx-fv__img {
  width: 70%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
@media screen and (max-width: 834px) {
  .p-idx-fv__img {
    width: calc(100% - 5rem);
  }
}
@media screen and (max-width: 480px) {
  .p-idx-fv__img {
    width: calc(100% - 2.5rem);
  }
}
.p-idx-fv__img::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.p-idx-fv__img-slide {
  overflow: hidden;
}
.p-idx-fv__img-slide img {
  transform: scale(1.15);
  will-change: transform, opacity;
  backface-visibility: hidden;
  transform-origin: center;
}
.p-idx-fv__img-slide.swiper-slide-active img, .p-idx-fv__img-slide.swiper-slide-duplicate-active img {
  animation: zoomOut linear forwards;
  animation-duration: 6000ms; /* autoplay delayと合わせる */
}
.p-idx-fv__img-slide.swiper-slide-prev img, .p-idx-fv__img-slide.swiper-slide-duplicate-prev img {
  transform: scale(1);
  animation: none;
}
.p-idx-fv__info {
  width: 100%;
  padding-left: 10%;
  color: #fff;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 834px) {
  .p-idx-fv__info {
    padding-inline: 2.5rem;
  }
}
@media screen and (max-width: 480px) {
  .p-idx-fv__info {
    padding-inline: 1.25rem;
  }
}
.p-idx-fv__info-ttl {
  font-size: 4rem;
  line-height: 1.3;
  letter-spacing: -0.015em;
  font-weight: 700;
}
.p-idx-fv__info-ttl::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.3) * 0.5em);
}
.p-idx-fv__info-ttl::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-bottom: calc((1 - 1.3) * 0.5em);
}
@media screen and (max-width: 834px) {
  .p-idx-fv__info-ttl {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 480px) {
  .p-idx-fv__info-ttl {
    font-size: 2.4rem;
  }
}
.p-idx-fv__info-subttl {
  font-size: 2.25rem;
  line-height: 1.3;
  letter-spacing: -0.015em;
  font-weight: 600;
}
.p-idx-fv__info-subttl::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.3) * 0.5em);
}
.p-idx-fv__info-subttl::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-bottom: calc((1 - 1.3) * 0.5em);
}
.p-idx-fv__info-subttl {
  margin: 1.5em 0 0.75em;
}
@media screen and (max-width: 834px) {
  .p-idx-fv__info-subttl {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 480px) {
  .p-idx-fv__info-subttl {
    font-size: 1.35rem;
  }
}
.p-idx-fv__info-txt {
  font-size: 1.125rem;
  line-height: 1.8;
  font-weight: 400;
}
.p-idx-fv__info-txt::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.8) * 0.5em);
}
.p-idx-fv__info-txt::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-bottom: calc((1 - 1.8) * 0.5em);
}
@media screen and (max-width: 834px) {
  .p-idx-fv__info-txt {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 480px) {
  .p-idx-fv__info-txt {
    font-size: 0.75rem;
    font-weight: 500;
  }
}
.p-idx-fv__scroll {
  color: #fff;
  overflow: hidden;
  font-size: 1rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 10;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.05em;
  translate: -50% 0;
  white-space: nowrap;
  padding-bottom: 3.75rem;
}
@media screen and (max-width: 834px) {
  .p-idx-fv__scroll {
    font-size: 0.875rem;
  }
}
.p-idx-fv__scroll::before {
  content: "";
  width: 1px;
  height: 3.125rem;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: 50%;
  bottom: 0;
}
.p-idx-fv__scroll::after {
  content: "";
  width: 1px;
  height: 0;
  background: #3ab7fe;
  position: absolute;
  left: 50%;
  bottom: 3.125rem;
  animation: scrollBar 3s infinite cubic-bezier(0.165, 0.84, 0.44, 1);
}
.p-idx-about {
  padding: 7.5rem 0 5rem 5rem;
  margin: 5rem 5rem 5rem 0;
  background-color: #fff;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 834px) {
  .p-idx-about {
    padding: 3.75rem 0 2.5rem 2.5rem;
    margin: 3.75rem 2.5rem 2.5rem 0;
  }
}
@media screen and (max-width: 480px) {
  .p-idx-about {
    padding: 1.875rem 0 0.9375rem 0.9375rem;
    margin: 1.875rem 0.9375rem 0.9375rem 0;
  }
}
.p-idx-about::before {
  content: "";
  width: 100%;
  height: 33%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #3ab7fe 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.p-idx-about__inner {
  display: flex;
  align-items: center;
  gap: 5rem;
}
@media screen and (max-width: 1024px) {
  .p-idx-about__inner {
    flex-direction: column;
    gap: 0;
  }
}
.p-idx-about__info {
  flex: 1;
}
@media screen and (max-width: 1024px) {
  .p-idx-about__info {
    display: contents;
  }
}
.p-idx-about__head {
  order: 1;
}
.p-idx-about__txtfield {
  order: 3;
}
.p-idx-about__img {
  width: 26.25rem;
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  .p-idx-about__img {
    order: 2;
    margin: 2.5rem 0 1.25rem;
  }
}
@media screen and (max-width: 834px) {
  .p-idx-about__img {
    width: 80%;
    max-width: 22.5rem;
  }
}
@media screen and (max-width: 480px) {
  .p-idx-about__img {
    magin: 1.25rem 0 0.625rem;
  }
}
.p-idx-about__subttl {
  font-family: "Montserrat", sans-serif;
  font-size: 9rem;
  color: #3ab7fe;
  line-height: 0.9;
  font-weight: 700;
  background: linear-gradient(180deg, rgba(58, 183, 254, 0.4) 0%, #3ab7fe 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 834px) {
  .p-idx-about__subttl {
    font-size: 7.2rem;
  }
}
@media screen and (max-width: 480px) {
  .p-idx-about__subttl {
    font-size: 4.5rem;
  }
}
.p-idx-about__ttl {
  margin-top: 3.75rem;
  line-height: 2;
  font-weight: 600;
  font-size: 2rem;
}
@media screen and (max-width: 1024px) {
  .p-idx-about__ttl {
    margin-top: 1.875rem;
  }
}
@media screen and (max-width: 834px) {
  .p-idx-about__ttl {
    margin-top: 1.25rem;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 480px) {
  .p-idx-about__ttl {
    font-size: 1rem;
  }
}
.p-idx-about__txt {
  margin-top: 1.625rem;
  line-height: 1.8;
  font-size: 1rem;
}
@media screen and (max-width: 834px) {
  .p-idx-about__txt {
    margin-top: 1.25rem;
    font-size: 0.875rem;
  }
}
.p-idx-about__txt span {
  font-weight: 600;
}
.p-idx-about__point {
  display: inline-flex;
  align-items: flex-start;
  flex-direction: column;
  margin-top: 2.5rem;
  padding: 1.875rem 2.5rem;
  background-color: rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 1024px) {
  .p-idx-about__point {
    order: 3;
  }
}
@media screen and (max-width: 834px) {
  .p-idx-about__point {
    margin-top: 1.875rem;
    padding: 1.25rem;
  }
}
@media screen and (max-width: 480px) {
  .p-idx-about__point {
    margin-top: 1.5rem;
    padding: 0.9375rem;
  }
}
.p-idx-about__point-ttl {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 0.75em;
}
@media screen and (max-width: 834px) {
  .p-idx-about__point-ttl {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 480px) {
  .p-idx-about__point-ttl {
    font-size: 1rem;
    margin-bottom: 0.5em;
  }
}
.p-idx-about__point-list li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 1rem;
  line-height: 2;
}
@media screen and (max-width: 834px) {
  .p-idx-about__point-list li {
    font-size: 0.875rem;
  }
}
.p-idx-about__point-list li::before {
  content: "";
  min-width: 0.5rem;
  height: 1px;
  background-color: #3ab7fe;
}
.p-idx-contents {
  display: flex;
  flex-direction: column;
  gap: 7.5rem;
  margin-left: 5rem;
  overflow: hidden;
  padding: 7.5rem 0 5rem;
  background: #fff;
}
@media screen and (max-width: 834px) {
  .p-idx-contents {
    gap: 3.75rem;
    margin-left: 2.5rem;
    padding: 3.75rem 0;
  }
}
@media screen and (max-width: 480px) {
  .p-idx-contents {
    gap: 2.5rem;
    margin-left: 0.9375rem;
    padding-block: 1.875rem;
  }
}
.p-idx-service__sec {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  padding-top: 1.875rem;
  border: 2px solid #3ab7fe;
  border-radius: 0.5rem;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .p-idx-service__sec {
    align-items: center;
  }
}
@media screen and (max-width: 480px) {
  .p-idx-service__sec {
    padding-top: 1.25rem;
  }
}
.p-idx-service__sec-ttl {
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.6;
  font-weight: 600;
  color: #3ab7fe;
  padding-inline: 1.875rem;
}
@media screen and (max-width: 834px) {
  .p-idx-service__sec-ttl {
    font-size: 1.25rem;
    padding-inline: 0;
  }
}
@media screen and (max-width: 480px) {
  .p-idx-service__sec-ttl {
    font-size: 1.125rem;
  }
}
.p-idx-service__sec-ttl::after {
  display: block;
  content: "";
  width: 2.5rem;
  height: 1px;
  border-top: 1px solid;
  margin: 0.75rem auto 0;
}
.p-idx-service__sec-txt {
  font-size: 1rem;
  line-height: 1.8;
  padding-inline: 1.875rem;
}
@media screen and (max-width: 834px) {
  .p-idx-service__sec-txt {
    font-size: 0.875rem;
    padding-inline: 1.25rem;
  }
}
@media screen and (max-width: 480px) {
  .p-idx-service__sec-txt {
    padding-inline: 0.9375rem;
  }
}
.p-idx-service__sec-txt2 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  width: 100%;
  height: 6.875rem;
  padding: 0.625rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.8;
  background-color: rgba(58, 183, 254, 0.15);
}
@media screen and (max-width: 834px) {
  .p-idx-service__sec-txt2 {
    font-size: 0.875rem;
  }
}
.p-idx-service__sec-txt2 span {
  font-weight: 600;
}
.p-idx-service__sec-img {
  width: 60%;
  max-width: 15rem;
  margin-inline: auto;
}
.p-idx-service__secWrapper {
  display: flex;
  gap: 2.5rem;
}
@media screen and (max-width: 1024px) {
  .p-idx-service__secWrapper {
    flex-direction: column;
  }
}
@media screen and (max-width: 834px) {
  .p-idx-service__secWrapper {
    gap: 1.25rem;
  }
}
@media screen and (max-width: 480px) {
  .p-idx-service__secWrapper {
    gap: 0.9375rem;
  }
}
.p-idx-works {
  padding-block: 7.5rem;
  background-color: #FBFBFB;
}
@media screen and (max-width: 834px) {
  .p-idx-works {
    padding-block: 3.75rem;
  }
}
@media screen and (max-width: 480px) {
  .p-idx-works {
    padding-block: 2.5rem;
  }
}
.p-idx-flow {
  margin-top: 5rem;
}
@media screen and (max-width: 834px) {
  .p-idx-flow {
    margin-top: 3.75rem;
  }
}
@media screen and (max-width: 480px) {
  .p-idx-flow {
    margin-top: 2.5rem;
  }
}
.p-idx-flow__item {
  flex: 1;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .p-idx-flow__item {
    flex: unset;
    width: calc(50% - 0.9375rem);
  }
}
@media screen and (max-width: 480px) {
  .p-idx-flow__item {
    width: 100%;
  }
}
.p-idx-flow__itemWrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 1.875rem;
}
@media screen and (max-width: 480px) {
  .p-idx-flow__itemWrapper {
    gap: 1.25rem;
  }
}
.p-idx-company__inner {
  display: flex;
  gap: 5rem;
}
@media screen and (max-width: 834px) {
  .p-idx-company__inner {
    flex-direction: column;
    gap: 0;
  }
}
.p-idx-company__head {
  width: 22.5rem;
}
@media screen and (max-width: 834px) {
  .p-idx-company__head {
    width: 100%;
  }
}
.p-idx-company__tbl {
  flex: 1;
}
@media screen and (max-width: 834px) {
  .p-idx-company__tbl {
    flex: unset;
    width: 100%;
  }
}
.p-idx-company__tbl th {
  font-size: 1rem;
  vertical-align: top;
  text-align: left;
  width: 8.75rem;
  line-height: 1.75;
  font-weight: 500;
  opacity: 0.7;
}
@media screen and (max-width: 834px) {
  .p-idx-company__tbl th {
    font-size: 0.875rem;
    width: 7.5rem;
  }
}
@media screen and (max-width: 480px) {
  .p-idx-company__tbl th {
    width: 5rem;
    font-size: 0.8125rem;
  }
}
.p-idx-company__tbl td {
  font-size: 1rem;
  line-height: 1.75;
}
@media screen and (max-width: 834px) {
  .p-idx-company__tbl td {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 480px) {
  .p-idx-company__tbl td {
    font-size: 0.8125rem;
  }
}
.p-idx-company__tbl td a {
  font: inherit;
  color: inherit;
  text-decoration: underline;
}
.p-idx-company__tbl td a:hover {
  text-decoration: none;
}
.p-idx-company__tbl tr:not(:last-child) th, .p-idx-company__tbl tr:not(:last-child) td {
  padding-bottom: 1.875rem;
}
@media screen and (max-width: 834px) {
  .p-idx-company__tbl tr:not(:last-child) th, .p-idx-company__tbl tr:not(:last-child) td {
    padding-bottom: 1.25rem;
  }
}
@media screen and (max-width: 480px) {
  .p-idx-company__tbl tr:not(:last-child) th, .p-idx-company__tbl tr:not(:last-child) td {
    padding-bottom: 0.9375rem;
  }
}
.p-idx-contact {
  margin-top: 5rem;
  margin-right: 5rem;
  padding: 0 0 5rem 5rem;
  background-color: #fff;
}
@media screen and (max-width: 834px) {
  .p-idx-contact {
    margin-top: 2.5rem;
    margin-right: 2.5rem;
    padding: 0 0 2.5rem 2.5rem;
  }
}
@media screen and (max-width: 480px) {
  .p-idx-contact {
    margin-top: 1.875rem;
    margin-right: 0.9375rem;
    padding: 0 0 1.875rem 0.9375rem;
  }
}
.p-idx-contact__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: auto;
  color: #fff;
  margin-bottom: 3.75rem;
  margin-left: -5rem;
  height: 25rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 834px) {
  .p-idx-contact__head {
    margin-left: -2.5rem;
    margin-bottom: 2.5rem;
    height: 20rem;
  }
}
@media screen and (max-width: 480px) {
  .p-idx-contact__head {
    margin-left: -0.9375rem;
    margin-bottom: 1.5rem;
    height: 12.5rem;
  }
}
.p-idx-contact__head::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.p-idx-contact__head-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
}
.p-idx-contact__inner {
  display: flex;
  gap: 5rem;
}
@media screen and (max-width: 834px) {
  .p-idx-contact__inner {
    flex-direction: column;
    gap: 1.25rem;
  }
}
.p-idx-contact__side {
  width: 23.75rem;
  padding-top: 2.5rem;
}
@media screen and (max-width: 834px) {
  .p-idx-contact__side {
    width: 100%;
    padding-top: 0;
  }
}
.p-idx-contact__lead {
  font-size: 1.125rem;
  line-height: 1.75;
  font-weight: bold;
}
.p-idx-contact__lead::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.75) * 0.5em);
}
.p-idx-contact__lead::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-bottom: calc((1 - 1.75) * 0.5em);
}
@media screen and (max-width: 834px) {
  .p-idx-contact__lead {
    font-size: 1rem;
  }
}
.p-idx-contact__list {
  margin-block: 1.25rem;
}
@media screen and (max-width: 834px) {
  .p-idx-contact__list {
    margin-block: 1rem;
  }
}
.p-idx-contact__list li {
  font-size: 0.875rem;
  line-height: 1.75;
  font-weight: 500;
}
.p-idx-contact__list li::before {
  content: "・";
}
.p-idx-contact__txt {
  font-size: 0.875rem;
  line-height: 1.6;
}
.p-idx-contact__main {
  flex: 1;
}
.p-idx-contact__required {
  text-align: right;
  font-size: 0.8125rem;
  color: #e84566;
  height: 2.5rem;
}
@media screen and (max-width: 480px) {
  .p-idx-contact__required {
    font-size: 0.75rem;
    height: auto;
    margin-bottom: 0.75em;
  }
}
.p-idx-contact__tbl {
  width: 100%;
}
@media screen and (max-width: 480px) {
  .p-idx-contact__tbl, .p-idx-contact__tbl thead, .p-idx-contact__tbl th, .p-idx-contact__tbl td {
    display: block;
  }
  .p-idx-contact__tbl tbody {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
  }
  .p-idx-contact__tbl tr {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
  }
}
.p-idx-contact__tbl th {
  vertical-align: top;
  width: 11.25rem;
  text-align: left;
  line-height: 3.5rem;
  font-size: 1rem;
  font-weight: 500;
}
@media screen and (max-width: 834px) {
  .p-idx-contact__tbl th {
    width: 10rem;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 480px) {
  .p-idx-contact__tbl th {
    width: 100%;
    line-height: 1;
  }
}
.p-idx-contact__tbl th span {
  color: #e84566;
}
.p-idx-contact__tbl td {
  vertical-align: top;
}
.p-idx-contact__tbl tr:not(:last-child) th, .p-idx-contact__tbl tr:not(:last-child) td {
  padding-bottom: 1.5rem;
}
@media screen and (max-width: 834px) {
  .p-idx-contact__tbl tr:not(:last-child) th, .p-idx-contact__tbl tr:not(:last-child) td {
    padding-bottom: 1.25rem;
  }
}
@media screen and (max-width: 480px) {
  .p-idx-contact__tbl tr:not(:last-child) th, .p-idx-contact__tbl tr:not(:last-child) td {
    padding-bottom: 0;
  }
}
.p-idx-contact__input {
  width: 100%;
  height: 3.5rem;
  font-size: 0.875rem;
  padding-inline: 1em;
  background-color: rgba(58, 183, 254, 0.05);
}
@media screen and (max-width: 834px) {
  .p-idx-contact__input {
    height: 3rem;
  }
}
.p-idx-contact__txtarea {
  width: 100%;
  height: 12.5rem;
  font-size: 0.875rem;
  padding: 1em;
  overflow: auto;
  resize: none;
  background-color: rgba(58, 183, 254, 0.05);
}
@media screen and (max-width: 834px) {
  .p-idx-contact__txtarea {
    height: 11.25rem;
  }
}
.p-idx-contact__scroll {
  width: 100%;
  height: 21.25rem;
  padding: 2em;
  margin-block: 1.875rem;
  font-size: 0.875rem;
  line-height: 2;
  overflow: auto;
  box-sizing: border-box;
  background-color: rgba(58, 183, 254, 0.05);
}
@media screen and (max-width: 834px) {
  .p-idx-contact__scroll {
    height: 17.5rem;
    padding: 1.5em 1em;
  }
}
@media screen and (max-width: 480px) {
  .p-idx-contact__scroll {
    margin-block: 1.25rem;
    height: 15rem;
    font-size: 0.8125rem;
  }
}
.p-idx-contact__privacy {
  cursor: pointer;
}
.p-idx-contact__privacy input {
  display: none;
}
.p-idx-contact__privacy input:checked + span::after {
  scale: 1;
}
.p-idx-contact__privacy span {
  display: inline-flex;
  align-items: center;
  height: 1.5rem;
  font-size: 0.875rem;
  padding-left: 2.125rem;
  position: relative;
}
@media screen and (max-width: 480px) {
  .p-idx-contact__privacy span {
    font-size: 0.75rem;
  }
}
.p-idx-contact__privacy span::before {
  content: "";
  width: 1.5rem;
  aspect-ratio: 1;
  border: 1px solid #3ab7fe;
  position: absolute;
  left: 0;
  top: 0;
}
.p-idx-contact__privacy span::after {
  content: "";
  width: 0.875rem;
  aspect-ratio: 1;
  background: #3ab7fe;
  position: absolute;
  left: 0.3125rem;
  top: 0.3125rem;
  scale: 0;
  transition: scale 0.2s ease-out;
}
.p-idx-contact__submit {
  display: flex;
  align-items: center;
  justify-content: center;
  appearance: none;
  width: 18.75rem;
  height: 3.75rem;
  margin: 3.75rem auto 0;
  font-size: 1rem;
  color: #fff;
  cursor: pointer;
  background-color: #3ab7fe;
  font-weight: 500;
  border-radius: 1.875rem;
  transition: color 0.2s ease-out, background 0.2s ease-out;
}
@media screen and (max-width: 834px) {
  .p-idx-contact__submit {
    height: 3rem;
    width: 16.25rem;
    margin-top: 1.875rem;
    font-size: 0.9375rem;
  }
}
.p-idx-contact__submit.disabled {
  color: #fff;
  background-color: rgba(66, 66, 69, 0.5);
}

.wpcf7 form .wpcf7-response-output {
  text-align: center;
  border: none !important;
  color: #e84566 !important;
}

.wpcf7-not-valid-tip {
  margin-top: 0.5em;
}

.grecaptcha-badge {
  visibility: hidden;
  opacity: 0;
}

.u-hover-line {
  position: relative;
}
.u-hover-line::before {
  display: block;
  content: "";
  width: 100%;
  border-top: 1px solid;
  position: absolute;
  left: 0;
  bottom: -0.25em;
  transform-origin: right top;
  transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  transform: scaleX(0);
}
.u-hover-line:hover::before {
  transform: scaleX(1);
  transform-origin: left top;
}

@keyframes scrolltext {
  0% {
    transform: translate(0%, 0%);
  }
  100% {
    transform: translate(-50%, 0%);
  }
}
@keyframes rotation {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes circle {
  to {
    stroke-dashoffset: 0;
  }
  from {
    stroke-dashoffset: 1362;
  }
}
@media screen and (min-width: 1025px) {
  .u-dn-lg-min {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .u-dn-lg-max {
    display: none;
  }
}

.js-parallax {
  overflow: hidden;
}

@media screen and (min-width: 835px) {
  .u-dn-md-min {
    display: none;
  }
}

@media screen and (max-width: 834px) {
  .u-dn-md-max {
    display: none;
  }
}

@media screen and (min-width: 481px) {
  .u-dn-sm-min {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .u-dn-sm-max {
    display: none;
  }
}

.u-dn {
  display: none;
}

.u-ta-right {
  text-align: right;
}

.u-ta-center {
  text-align: center;
}

.u-mt-0 {
  margin-top: 0 !important;
}

.u-mb-0 {
  margin-bottom: 0 !important;
}

.u-pt-0 {
  padding-top: 0 !important;
}

.u-pb-0 {
  padding-bottom: 0 !important;
}/*# sourceMappingURL=style.css.map */