/* header */
/* MV */
.l-main-visual-top {
  position: relative;
  z-index: 0;
  padding: 50px 0 0;
  margin-top: 85px;
}
@media screen and (max-width: 767px) {
  .l-main-visual-top {
    margin-top: 60px;
    padding: 24px 0 0;
    margin: 0 0 60px;
  }
}
@media screen and (max-width: 767px) {
  .l-main-visual-top:before {
    content: "";
    aspect-ratio: 58/80;
    width: 43px;
    position: absolute;
    right: 30px;
    bottom: -12px;
    z-index: 1;
    background: url(../img/top/mv_chara.svg) no-repeat center center/contain;
  }
}
.l-main-visual-top__inner {
  position: relative;
  z-index: 0;
  width: 1178px;
  margin: 0 auto;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .l-main-visual-top__inner {
    display: block;
  }
}
.l-main-visual-top__catch {
  flex: 0 1 452px;
}
@media screen and (max-width: 767px) {
  .l-main-visual-top__catch {
    width: 85%;
    padding: 0 15px;
    min-width: 322px;
  }
}
.l-main-visual-top__catch-lists {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: end;
  gap: 25px;
  margin: 15px 0 0;
}
@media screen and (max-width: 767px) {
  .l-main-visual-top__catch-lists {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
    width: 26.666%;
    min-width: 100px;
  }
}
.l-main-visual-top__form {
  flex: 0 1 360px;
}
@media screen and (max-width: 767px) {
  .l-main-visual-top__form {
    display: none;
  }
}
.l-main-visual-top__form #index_form_main {
  box-shadow: 1px 2px 9px 0 rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}
.l-main-visual-top__form iframe {
  border: none;
}
.l-main-visual-top__img {
  position: absolute;
  z-index: -1;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
  width: 580px;
}
@media screen and (max-width: 767px) {
  .l-main-visual-top__img {
    width: 98%;
    left: auto;
    transform: translateX(0);
    right: -5px;
    bottom: -30px;
  }
}
.l-main-visual-top__btnbox {
  display: none;
}
@media screen and (max-width: 767px) {
  .l-main-visual-top__btnbox {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    margin-top: 50px;
  }
}
.l-main-visual-top__bottom {
  padding: 175px 40px 100px;
  position: relative;
  z-index: -1;
  background: #D7F2FF;
  border-radius: 50px;
  margin-top: -120px;
}
@media screen and (max-width: 767px) {
  .l-main-visual-top__bottom {
    padding: 340px 15px 60px;
    margin-top: -300px;
    border-radius: 20px;
  }
}
.l-main-visual-top__bottom-ttl {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.6;
  width: fit-content;
  margin: 0 auto;
  padding: 0 73px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .l-main-visual-top__bottom-ttl {
    font-size: 23px;
    padding: 0 23px;
    text-align: center;
  }
}
.l-main-visual-top__bottom-ttl:before, .l-main-visual-top__bottom-ttl:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #FFD117;
  mask: url(../img/top/mv_slider_ttl_obj.svg) no-repeat center center/contain;
  aspect-ratio: 53/44;
  width: 53px;
}
@media screen and (max-width: 767px) {
  .l-main-visual-top__bottom-ttl:before, .l-main-visual-top__bottom-ttl:after {
    top: auto;
    transform: translateY(0);
    bottom: 6px;
    width: 31px;
  }
}
.l-main-visual-top__bottom-ttl:before {
  left: 0;
}
.l-main-visual-top__bottom-ttl:after {
  right: 0;
  transform: translateY(-50%) scaleX(-1);
}
@media screen and (max-width: 767px) {
  .l-main-visual-top__bottom-ttl:after {
    transform: translateY(0) scaleX(-1);
  }
}
.l-main-visual-top__bottom-ttl .em {
  color: #1A9BF3;
}
.l-main-visual-top__bottom-ttl .large {
  font-size: 46px;
}
@media screen and (max-width: 767px) {
  .l-main-visual-top__bottom-ttl .large {
    font-size: 36px;
  }
}

.l-main-visual {
  position: relative;
  z-index: 0;
  padding-top: 85px;
}
@media screen and (max-width: 767px) {
  .l-main-visual {
    padding-top: 0;
  }
}
.l-main-visual__wrap {
  background: linear-gradient(91.79deg, #E8FCFF 0%, #C5EDFF 50.42%, #A1D8FF 100.84%);
  height: 266px;
  width: 100%;
  padding: 0 15px;
  border-radius: 0 0 50px 50px;
}
@media screen and (max-width: 767px) {
  .l-main-visual__wrap {
    height: 196px;
    border-radius: 0 0 20px 20px;
  }
}
.l-main-visual__contents {
  width: 100%;
  max-width: 1178px;
  margin: 0 auto;
  height: 100%;
  position: relative;
  z-index: 0;
  padding: 0 0 30px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .l-main-visual__contents {
    padding: 0;
  }
}
.l-main-visual__contents:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 308px;
  height: 234px;
  background: url(../img/components/mv-obj.svg) no-repeat center center/contain;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .l-main-visual__contents:before {
    width: 174px;
    height: 132px;
    right: 0;
  }
}
.l-main-visual__title {
  font-size: 48px;
  font-weight: 600;
  line-height: 1.6;
  color: #1D4572;
}
@media screen and (max-width: 767px) {
  .l-main-visual__title {
    font-size: 30px;
  }
}
.l-main-visual__breadcrumbs {
  position: absolute;
  z-index: 0;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1178px;
  list-style: none;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  font-size: 12px;
  line-height: 1.6;
  padding-inline-start: 0;
  overflow: auto;
}
@media screen and (max-width: 767px) {
  .l-main-visual__breadcrumbs {
    position: static;
    transform: translateX(0);
    margin: 15px -15px 0 0;
    padding: 0 15px;
    padding-inline-start: 0;
  }
}
.l-main-visual__breadcrumbs li {
  white-space: nowrap;
}
.l-main-visual__breadcrumbs li:not(:last-child):after {
  content: "";
  margin: 0 12px;
  width: 4px;
  height: 8px;
  background: #8A969E;
  mask: url(../img/components/c_ico_chevron_mask.svg) no-repeat center center/contain;
  display: inline-block;
}
.l-main-visual__breadcrumbs a {
  color: #8A969E;
}

/* Logo Slider */
.l-logo-slider {
  margin-top: 50px;
  overflow: hidden;
  width: 1360px;
  max-width: 100%;
  background: #fff;
  border-radius: 20px;
  padding: 40px;
}
@media screen and (max-width: 767px) {
  .l-logo-slider {
    margin-top: 15px;
    padding: 20px;
    border-radius: 10px;
  }
}
.l-logo-slider__wrap {
  position: relative;
  z-index: 0;
  width: 1360px;
  max-width: 100%;
  margin: 0 auto;
}
.l-logo-slider__wrap:before {
  content: "";
  aspect-ratio: 58/80;
  width: 58px;
  position: absolute;
  right: 50px;
  top: -64px;
  z-index: 1;
  background: url(../img/top/mv_chara.svg) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .l-logo-slider__wrap:before {
    display: none;
  }
}
.l-logo-slider__row {
  overflow: hidden;
  margin-bottom: 20px;
}
.l-logo-slider__row:last-child {
  margin-bottom: 0;
}
.l-logo-slider__track {
  display: flex;
  gap: 40px;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .l-logo-slider__track {
    gap: 20px;
  }
}
.l-logo-slider__item {
  width: 2556px;
}
@media screen and (max-width: 767px) {
  .l-logo-slider__item {
    width: 1775px;
  }
}
.l-logo-slider__item img {
  height: auto;
  max-height: 100%;
  width: 100%;
  object-fit: contain;
}
.l-logo-slider__row--left .l-logo-slider__track {
  animation: scroll-left 100s linear infinite;
}
.l-logo-slider__row--right .l-logo-slider__track {
  animation: scroll-right 100s linear infinite;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes scroll-right {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}
/* contents */
.l-contents {
  width: 1178px;
  max-width: 100%;
  margin: 0 auto;
}

/* example slider */
.l-example-slider {
  margin: 45px -15px 0;
  padding: 10px 0 80px;
}
@media screen and (max-width: 767px) {
  .l-example-slider {
    margin: 20px -15px 0;
    padding: 10px 0 60px;
  }
}
.l-example-slider .swiper-wrapper {
  align-items: stretch !important;
}
.l-example-slider .swiper-slide {
  height: auto !important;
}
.l-example-slider .swiper-slide .c-card02 {
  max-width: 100%;
  height: 100%;
}
.l-example-slider .swiper-slide .c-card02__inner {
  height: 100%;
}
.l-example-slider .swiper-button-next, .l-example-slider .swiper-button-prev {
  width: 64px;
  height: 64px;
  background: url(../img/components/ico_slider_navigation.png) no-repeat center center/contain;
  margin-top: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .l-example-slider .swiper-button-next, .l-example-slider .swiper-button-prev {
    width: 48px;
    height: 48px;
  }
}
.l-example-slider .swiper-button-prev {
  left: 4%;
}
@media screen and (max-width: 767px) {
  .l-example-slider .swiper-button-prev {
    left: 10px;
  }
}
.l-example-slider .swiper-button-next {
  right: 4%;
  transform: translateY(-50%) scaleX(-1);
}
@media screen and (max-width: 767px) {
  .l-example-slider .swiper-button-next {
    right: 10px;
  }
}
.l-example-slider .swiper-button-prev:after, .l-example-slider .swiper-rtl .swiper-button-next:after,
.l-example-slider .swiper-button-next:after, .l-example-slider .swiper-rtl .swiper-button-prev:after {
  display: none;
}

/*# sourceMappingURL=layout.css.map */
