@charset "UTF-8";
* {
  box-sizing: border-box;
}

p,
h1,
h2,
h3,
h4,
h5 {
  line-height: 1.5;
}

em {
  font-style: normal;
}

.inner, .form__inner, .case__inner, .movie__inner, .function__inner, .cta__inner, .feature__inner, .about__inner, .problem__inner {
  padding: 80px 2vw;
  max-width: 1080px;
  box-sizing: content-box;
  margin: auto;
}

@media (max-width: 768px) {
  .inner, .form__inner, .case__inner, .movie__inner, .function__inner, .cta__inner, .feature__inner, .about__inner, .problem__inner {
    padding: 80px 12px;
    max-width: 100%;
    margin: auto;
    box-sizing: border-box;
  }
}
html {
  font-size: 62.5%;
}

body {
  font-size: 16px;
  box-sizing: border-box;
  color: #131313;
  font-family: YakuHanJP, "Open Sans", "Noto Sans JP", sans-serif;
  overflow-x: hidden;
  line-height: 1.5em;
}

button {
  background: none;
  margin: 0;
  padding: 0;
  border: none;
}

img {
  width: 100%;
  vertical-align: bottom;
}

a {
  color: #131313;
}

.btn {
  position: relative;
  width: 100%;
  display: inline-flex;
  min-width: 100px;
}
.btn a {
  display: block;
  padding: 20px 40px;
  background: #15BDEB;
  color: #ffffff;
  font-size: 1.9rem;
  font-weight: 600;
  transition: all 0.5s;
  line-height: 1;
  text-align: center;
  border-radius: 30px;
  margin: auto;
  text-decoration: none;
}
.btn a:hover {
  opacity: 0.8;
}
.btn.document a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #ffffff;
}
.btn.document a::before {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/wp-content/uploads/2025/03/document_ico.svg) no-repeat;
  background-size: contain;
  background-position: center;
  display: block;
}
.btn.black a {
  background: #131313;
  color: #ffffff;
}

.header {
  position: fixed;
  width: 100%;
  z-index: 100;
  background: #ffffff;
}
.header__inner {
  padding: 12px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .logo {
  white-space: nowrap;
  margin-right: 10px;
  line-height: 1;
}
.header .logo svg {
  width: 180px;
}
.header #nav-input {
  display: none;
}
.header__menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.4rem;
  gap: 25px;
}
.header__menu li {
  font-size: 1.4rem;
}
.header__menu a {
  text-decoration: none;
  color: #131313;
  font-weight: bold;
}
.header .btn {
  width: auto;
}
.header .btn a {
  padding: 15px 15px;
  font-size: 1.4rem;
  color: #ffffff;
}
.header__sp__menu {
  display: none;
}

.main-visual {
  background-position: right;
  text-align: left;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
  padding: 80px 0 0;
}
.main-visual__inner {
  margin: auto;
  position: relative;
  max-width: 1400px;
  padding: 44px 0;
  z-index: 2;
}
.main-visual__inner::before {
  content: "";
  background: url("/wp-content/uploads/2025/03/mainvisual_img-1.png") no-repeat;
  background-size: 100%;
  background-position: bottom right;
  display: block;
  width: min(72vw, 980px);
  height: calc(100% + 50px);
  position: absolute;
  right: -8%;
  bottom: 0;
}
.main-visual__content {
  width: 100%;
  position: relative;
  max-width: 1080px;
  margin: auto;
}
.main-visual__wrapper {
  width: 46%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.main-visual__copy__main {
  font-size: min(4.2vw, 5.6rem);
  line-height: 1.5em;
  margin-bottom: 20px;
  font-weight: 900;
  color: #131313;
  position: relative;
}
.main-visual__copy__main span {
  font-size: min(4.4vw, 5.2rem);
  color: #FA3F52;
  line-height: 1.5em;
}
.main-visual__copy__sub {
  margin-bottom: 10px;
  font-size: 1.6rem;
  line-height: 1.8;
}
.main-visual__btn {
  margin-top: 30px;
}
.main-visual__award {
  margin-top: 40px;
  width: 90%;
}

/* logo_slider */
.logo-slider .slider_parent {
  position: relative;
  overflow: hidden;
}
.logo-slider .slider_parent .slider {
  display: flex;
}
.logo-slider .text_scroll {
  animation: scroll 40s linear infinite;
}
.logo-slider .logos {
  flex-shrink: 0;
}
.logo-slider .slider_parent ul li {
  margin-left: 10px;
  margin-right: 10px;
}
.logo-slider .slider_parent ul li {
  display: inline-block;
  padding: 12px 0;
}
.logo-slider .slider_parent ul {
  padding: 0;
  margin: 0;
  display: flex;
  gap: 24px;
}
.logo-slider .slider_parent ul li > a img {
  transition: 0.2s;
}
.logo-slider .slider_parent ul li > a img {
  max-width: 100% !important;
}
@keyframes scroll {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@media only screen and (max-width: 991px) {
  .logo-slider .slider_parent ul li {
    margin-left: 5px;
    margin-right: 5px;
  }
  .logo-slider .slider_parent ul li img {
    height: 50px;
    width: auto;
  }
  .logo-slider .text_scroll {
    animation: scroll 30s linear infinite;
  }
}

.heading-lv2 {
  font-size: 3.2rem;
  text-align: center;
  color: #131313;
  font-weight: 900;
  margin-bottom: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
.heading-lv2 span {
  width: 150px;
}

.heading-lv2 .heading-lv2.reverse {
  flex-direction: row-reverse;
}

.heading-lv2--left {
  text-align: left;
}

.logo-slider {
  position: relative;
}
.logo-slider__wrapper {
  display: flex;
  align-items: center;
  background: #ffffff;
  margin: auto;
  width: 1080px;
  max-width: 100%;
  overflow: hidden;
  z-index: 1;
}
.logo-slider__wrapper img {
  animation: loop 50s -25s linear infinite;
  padding-right: 15px;
  width: auto;
  height: 80px;
}
.logo-slider__wrapper img:nth-child(2) {
  animation: loop2 50s linear infinite;
}

.problem {
  position: relative;
}
.problem::after {
  content: "";
  position: absolute;
  bottom: auto;
  right: 50%;
  transform: translatex(50%);
  box-sizing: border-box;
  border-right: calc(50vw - 10px) solid transparent;
  border-left: calc(50vw - 10px) solid transparent;
  border-top: 100px solid #ffffff;
  z-index: 1;
}
.problem__inner {
  padding-bottom: 40px;
}
.problem__list {
  display: flex;
  justify-content: space-between;
}
.problem__list li {
  width: 31%;
}
.problem__list__img {
  width: 80%;
  margin: auto;
}
.problem__list__title {
  font-size: 2rem;
  margin-top: 25px;
  text-align: center;
}
.problem__list__description {
  font-size: 1.4rem;
  margin-top: 30px;
}

.about {
  background: #E8F8FD;
}
.about__inner {
  padding-top: 150px;
  padding-bottom: 40px;
}
.about .heading-lv2 {
  font-size: 3.2rem;
  display: block;
}
.about .heading-lv2 span {
  color: #FA3F52;
  font-size: 4.1rem;
  width: auto;
}
.about .heading-lv2 span.sub {
  font-size: 2.6rem;
  display: block;
  color: #131313;
}
.about__img {
  width: 76%;
  margin: auto;
}

.feature {
  background: #ffffff;
  position: relative;
  overflow: hidden;
}
.feature::before {
  content: "";
  display: block;
  aspect-ratio: 1/1;
  background: url(/wp-content/uploads/2025/03/circle_l-blue.svg) no-repeat;
  background-size: cover;
  position: absolute;
  width: 28vw;
  right: -8vw;
  top: -8vw;
}
.feature__list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 40px;
}
.feature__list li {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
.feature__list li.reverse {
  flex-direction: row-reverse;
}
.feature__list__img {
  width: 48%;
}
.feature__list__text {
  flex: 1;
}
.feature__list__title {
  font-size: 2.7rem;
}
.feature__list__description {
  font-size: 1.6rem;
  margin-top: 20px;
}

.cta {
  position: relative;
}
.cta::before {
  content: "";
  display: block;
  aspect-ratio: 1/1;
  background: url(/wp-content/uploads/2025/03/circle_l-blue.svg) no-repeat;
  background-size: cover;
  position: absolute;
  width: 24vw;
  left: -8vw;
  bottom: -8vw;
}
.cta__box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  padding: 20px;
  background: #15BDEB;
  border-radius: 30px;
}
.cta__img {
  margin-top: -50px;
  width: 45%;
}
.cta__text {
  color: #131313;
  text-align: center;
  font-size: 2.8rem;
}
.cta__text span {
  font-size: 2.4rem;
  display: block;
  margin-bottom: 8px;
}
.cta__text .btn {
  margin-top: 20px;
  width: 100%;
  display: block;
}

.function {
  background: #E8F8FD;
}
.function__list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 52px 2%;
}
.function__list li {
  display: flex;
  flex-direction: column;
  width: 18%;
  gap: 20px;
}
.function__list__img {
  width: 70%;
  margin: auto;
}
.function__list__img img {
  filter: drop-shadow(0 0 12px rgba(0, 0, 0, 0.05));
}
.function__list__title {
  font-size: 1.8rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 3em;
}
.function__list__description {
  font-size: 1.4rem;
}

.movie {
  background: #ffffff;
}
.movie__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.movie__list__item {
  width: 48%;
}
.movie__list__title {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 20px;
}
.movie__list__iframe {
  width: 100%;
  aspect-ratio: 16/9;
}

.case {
  background: #E8F8FD;
}
.case__list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
.case__list__item {
  width: 31%;
  border-radius: 20px;
  background: #ffffff;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.case__list__item a {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.case__list__img {
  width: 100%;
  height: 16vw;
}
.case__list__img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.case__list__text {
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 20px;
  flex-grow: 1;
}
.case__list__title {
  font-size: 2rem;
}
.case__list__name {
  font-size: 1.6rem;
  margin-top: auto;
}

.form {
  background: #ffffff;
}
.footer {
  background: #131313;
}
.footer__inner {
  padding: 0 8vw;
}
.footer a {
  text-decoration: none;
}
.footer a:hover {
  opacity: 0.8;
}
.footer__logo {
  width: 220px;
  margin: auto;
  padding: 24px 0;
}
.footer__menu__list {
  display: flex;
  justify-content: center;
  font-size: 1.4rem;
}
.footer__menu__list li {
  padding: 0 25px;
}
.footer__menu__list li a {
  color: #ffffff;
}
.footer small {
  font-size: 1.4rem;
  padding: 20px 0;
  text-align: center;
  display: block;
  color: #ffffff;
}

.sp {
  display: none;
}

.pc {
  display: block;
}

@media (max-width: 1100px) {
  .main-visual {
    padding-top: 82px;
  }
  .main-visual__inner {
    max-width: 100%;
    padding: 54px 4vw;
  }
  .main-visual__inner::before {
    background-position: bottom right;
    top: 0;
    right: 0;
    height: 100%;
  }
  .main-visual__copy__main {
    font-size: min(5.2vw, 4.2rem);
  }
  .main-visual__copy__main span {
    font-size: min(5.2vw, 4.4rem);
  }
  .main-visual__copy__sub {
    font-size: 1.6rem;
  }
  .logo-slider__wrapper {
    width: 90%;
  }
  .about__list li h3 img {
    height: 30px;
  }
  .form {
    position: static;
    width: 100%;
    height: auto;
  }
  .form__wrapper iframe {
    height: 1030px;
  }
  .footer {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
  .header {
    width: 100%;
    /* 以下、ハンバーガーボタン */
  }
  .header .logo svg {
    width: 120px;
  }
  .header__inner {
    padding: 12px 12px;
  }
  .header .btn a {
    font-size: 1.2rem;
    padding: 8px 12px;
  }
  .header .burger-btn {
    display: block;
    width: 39px;
    height: 39px;
    position: relative;
    z-index: 3;
    border: none;
  }
  .header .bar {
    width: 20px;
    height: 1px;
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background-color: #131313;
  }
  .header .bar:first-child {
    top: 10px;
  }
  .header .bar:nth-child(2) {
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .header .bar:nth-child(3) {
    bottom: 10px;
  }
  .header .burger-btn.close .bar {
    background-color: #ffffff;
  }
  .header .burger-btn.close .bar:first-child {
    transform: translate(-50%, 10px) rotate(45deg);
    transition: transform 0.3s;
  }
  .header .burger-btn.close .bar:nth-child(2) {
    opacity: 0;
    transition: opacity 0.3s;
  }
  .header .burger-btn.close .bar:nth-child(3) {
    transform: translate(-50%, -8px) rotate(-45deg);
    transition: transform 0.3s;
  }
  .header .noscroll {
    overflow: hidden;
  }
  .header__menu {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 90vw;
  }
  .header__menu li {
    margin-right: 0;
    margin-bottom: 40px;
    font-size: 2rem;
  }
  .header__menu li a {
    color: #ffffff;
  }
  .header__nav__wrapper {
    visibility: hidden;
    opacity: 0;
    width: 100vw;
    height: 90vh;
    position: fixed;
    top: 0;
    left: 0;
    transition: all 0.5s;
    z-index: 2;
    background: #131313;
  }
  .header__nav__wrapper.fade {
    visibility: visible;
    opacity: 1;
  }
  .header__nav__wrapper .btn a {
    font-size: 1.8rem;
    padding: 12px 20px;
  }
  .header__nav nav {
    width: 100%;
    height: 100%;
    z-index: 2;
  }
  .header__sp__menu {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .btn a {
    font-size: 1.4rem;
    padding: 12px 16px;
  }
  .btn.black a {
    padding: 16px 20px;
    font-size: 1.6rem;
  }
  .container {
    margin-right: 0;
  }
  .main-visual {
    height: auto;
    margin-top: 0;
  }
  .main-visual__inner {
    padding-top: 0;
  }
  .main-visual__inner::before {
    bottom: 0;
    width: 100%;
    background-position: center bottom;
    left: 0;
    margin: auto;
    background-size: 120%;
  }
  .main-visual__content {
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 150vw;
  }
  .main-visual__wrapper {
    width: 100%;
  }
  .main-visual__copy__main {
    font-size: 9vw;
    margin-bottom: 15px;
  }
  .main-visual__copy__main span {
    font-size: 9vw;
    left: 5%;
    top: 4.8%;
  }
  .main-visual__copy__sub {
    font-size: 3.4vw;
    display: block;
    margin: auto;
    padding: 4px 0;
    flex-grow: 1;
  }
  .main-visual__btn {
    margin: 12px auto 0;
  }
  .main-visual__btn .btn {
    max-width: 100%;
    width: 100%;
  }
  .main-visual__btn .btn a {
    width: 90vw;
    font-size: 1.8rem;
  }
  .main-visual__award {
    width: 86%;
    margin: 20px auto 0;
  }
  .heading-lv2 {
    font-size: min(6.2vw, 2.6rem);
    margin-bottom: 30px;
    flex-direction: column;
    gap: 12px;
  }
  .heading-lv2 span {
    width: 28%;
  }
  .logo-slider__wrapper {
    border-radius: 0;
    height: 100px;
    width: 100%;
  }
  .logo-slider__wrapper img {
    height: 70px;
  }
  .award__banner {
    flex-direction: column;
    gap: 12px;
  }
  .problem::after {
    border-top-width: 50px;
  }
  .problem__list {
    flex-direction: column;
    gap: 40px;
  }
  .problem__list li {
    width: 100%;
  }
  .problem__list__img {
    width: 50%;
  }
  .problem__list__title {
    font-size: 1.8rem;
  }
  .problem__list__description {
    font-size: 1.4rem;
  }
  .about .heading-lv2 {
    font-size: 2.2rem;
  }
  .about .heading-lv2 span {
    font-size: 2.6rem;
  }
  .about .heading-lv2 span.sub {
    font-size: 1.8rem;
  }
  .about__img {
    width: 90%;
  }
  .feature::before {
    width: 34vw;
  }
  .feature__list li {
    flex-direction: column;
  }
  .feature__list li.reverse {
    flex-direction: column;
  }
  .feature__list__img {
    width: 70%;
  }
  .feature__list__title {
    font-size: 1.9rem;
    text-align: center;
  }
  .feature__list__description {
    font-size: 1.6rem;
  }
  .cta::before {
    width: 32vw;
  }
  .cta__box {
    flex-direction: column;
    gap: 16px;
  }
  .cta__img {
    width: 62%;
  }
  .cta__text__title {
    font-size: 2.2rem;
  }
  .cta__text__title span {
    font-size: 1.8rem;
  }
  .cta .btn a {
    padding: 20px 12px;
  }
  .function__list li {
    width: 48%;
  }
  .function__list__img {
    width: 60%;
  }
  .function__list__title {
    font-size: 1.6rem;
  }
  .movie__list {
    flex-direction: column;
    gap: 40px;
  }
  .movie__list li {
    width: 100%;
  }
  .case__list {
    flex-direction: column;
    gap: 40px;
  }
  .case__list__item {
    width: 100%;
  }
  .case__list__img {
    height: 48vw;
  }
  .case__list__title {
    font-size: 1.8rem;
  }
  .case__list__name {
    font-size: 1.4rem;
  }
  .form {
    position: static;
    width: 100%;
    height: auto;
  }
  .form__wrapper {
    width: 100% !important;
  }
  .form__wrapper iframe {
    height: 980px;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
}
@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-200%);
  }
}
.slider_parent {
  position: relative;
  overflow: hidden;
}

.slider_parent .slider {
  display: flex;
}

.text_scroll {
  animation: scroll 40s linear infinite;
}

.text_scroll_reverse {
  animation: scroll 40s linear infinite;
  animation-direction: reverse !important;
}

.logos {
  flex-shrink: 0;
}

.slider_parent ul li {
  margin-left: 10px;
  margin-right: 10px;
}

.slider_parent ul li {
  display: inline-block;
}

.slider_parent ul {
  padding: 0;
  margin: 0;
  display: flex;
}

.slider_parent ul li > a img {
  transition: 0.4s;
}

.slider_parent ul li > a img {
  max-width: 100% !important;
}

@keyframes scroll {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@media only screen and (max-width: 991px) {
  .slider_parent ul li {
    margin-left: 5px;
    margin-right: 5px;
  }
  .slider_parent ul li img {
    height: 50px;
    width: auto;
  }
  .text_scroll {
    animation: scroll 30s linear infinite;
  }
}/*# sourceMappingURL=style.css.map */