/*************************************************

top-mv

*************************************************/
.top-mv {
  position: relative;
  overflow: hidden;
}

/* top-mv-letters
---------------------------------------*/
.top-mv-letters {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 270px;
  left: 0;
  width: 100%;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .top-mv-letters {
    top: auto;
    bottom: 80px;
  }
}

.top-mv-letters__inner {
  width: min(1200px, 100% - 30px);
  margin: 0 auto;
  color: #fff;
}

.top-mv-title {
  margin-bottom: 50px;
  font-size: 48px;
  font-weight: 400;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .top-mv-title {
    margin-bottom: 40px;
    font-size: 32px;
  }
}

.top-mv-text {
  max-width: 575px;
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  .top-mv-text {
    max-width: none;
    font-size: 17px;
  }
}

/* top-mv-path
---------------------------------------*/
.top-mv-path {
  position: absolute;
  left: 50%;
  bottom: 90px;
  width: 3710px;
  height: auto;
  -webkit-transform: translateX(-45%);
          transform: translateX(-45%);
  line-height: 0;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .top-mv-path {
    bottom: 30px;
    width: 1370px;
  }
}
.top-mv-path svg {
  width: 100%;
}
.top-mv-path .draw-path {
  stroke-dasharray: 5500;
  stroke-dashoffset: 5500;
  -webkit-animation: fv_draw 1.6s 0.5s linear forwards;
          animation: fv_draw 1.6s 0.5s linear forwards;
}

@-webkit-keyframes mv_draw {
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes mv_draw {
  100% {
    stroke-dashoffset: 0;
  }
}
/* top-mv-swiper
---------------------------------------*/
.top-mv-swiper {
  position: relative;
  z-index: 1;
}

.top-mv-swiper__item {
  width: 100%;
  height: 1024px;
}
@media screen and (max-width: 767px) {
  .top-mv-swiper__item {
    height: max(100vh, 650px);
  }
}
.top-mv-swiper__item img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

/*************************************************

top-intro

*************************************************/
.top-intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: min(1232px, 100% - 60px);
  margin: 160px auto 120px;
}
@media screen and (max-width: 767px) {
  .top-intro {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 30px auto 80px;
  }
}

.top-intro-img {
  width: 38.6363636364%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top-intro-img {
    width: 100%;
    margin-bottom: 24px;
  }
}

.top-intro-letters {
  width: 51.9480519481%;
}
@media screen and (max-width: 767px) {
  .top-intro-letters {
    width: 100%;
  }
}
.top-intro-letters .parts-btn01 {
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .top-intro-letters .parts-btn01 {
    margin: 0 auto;
  }
}

.top-intro-title {
  margin-bottom: 40px;
  font-size: 32px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .top-intro-title {
    margin-bottom: 20px;
    font-size: 28px;
  }
}

/*************************************************

top-reasons

*************************************************/
.top-reasons {
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .top-reasons {
    margin-bottom: 80px;
  }
}

.top-reasons-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .top-reasons-inner {
    display: block;
  }
}

.top-reasons-left {
  width: 46.6666666667%;
}
@media screen and (max-width: 767px) {
  .top-reasons-left {
    width: auto;
  }
}

.top-reasons-right {
  overflow: hidden;
  width: 46.6666666667%;
}
@media screen and (max-width: 767px) {
  .top-reasons-right {
    display: none;
  }
}
.top-reasons-right img {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  border: #E0E0E0 solid 1px;
  border-radius: 4px;
}

.top-reasons-list {
  overflow: hidden;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .top-reasons-list {
    margin: 0 -15px;
    border-radius: 0;
  }
}

.top-reasons-list__item {
  color: #fff;
  background-color: #50A1C8;
  border-bottom: #fff solid 1px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media screen and (max-width: 767px) {
  .top-reasons-list__item {
    overflow: hidden;
    margin-bottom: 15px;
    border: #E0E0E0 solid 1px;
    border-radius: 4px;
  }
}
@media screen and (min-width: 768px) {
  .is-01 .top-reasons-list__item:nth-child(1), .is-02 .top-reasons-list__item:nth-child(2), .is-03 .top-reasons-list__item:nth-child(3) {
    background-color: #3084AC;
  }
}
@media screen and (min-width: 768px) {
  .top-reasons-list__item.is-active {
    background-color: #3084AC;
  }
}
.top-reasons-list__item *:last-child {
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .top-reasons-list__item *:last-child {
    margin-bottom: 0;
  }
}

.top-reasons-list__label {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 128px;
  padding: 10px 24px;
}
@media screen and (max-width: 992px) {
  .top-reasons-list__label {
    min-height: 100px;
  }
}
@media screen and (max-width: 767px) {
  .top-reasons-list__label {
    min-height: 94px;
    padding: 10px 15px;
  }
}
.top-reasons-list__label .in-num {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 52px;
  height: 52px;
  font-size: 18px;
  font-weight: 700;
  border-radius: 50%;
  border: #fff solid 1px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .top-reasons-list__label .in-num {
    width: 48px;
    height: 48px;
  }
}
.top-reasons-list__label .in-text {
  width: calc(100% - 70px);
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 992px) {
  .top-reasons-list__label .in-text {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .top-reasons-list__label .in-text {
    width: calc(100% - 60px);
    font-size: 18px;
  }
}

@media screen and (min-width: 768px) {
  .top-reasons-list__img {
    display: none;
  }
}
.top-reasons-list__img img {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}

/*************************************************

top-services

*************************************************/
.top-services {
  padding: 90px 0;
  background-color: #F1F1F1;
}
@media screen and (max-width: 767px) {
  .top-services {
    padding: 40px 0 80px;
  }
}

.top-services-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 80px;
}
@media screen and (max-width: 992px) {
  .top-services-list {
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .top-services-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
  }
}

.top-services-list__item {
  width: calc(50% - 40px);
}
@media screen and (max-width: 992px) {
  .top-services-list__item {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 767px) {
  .top-services-list__item {
    width: 100%;
  }
}

.top-services-list__anchor {
  overflow: hidden;
  position: relative;
  display: block;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  -webkit-box-shadow: 0 4px 8px rgba(93, 93, 93, 0.25);
          box-shadow: 0 4px 8px rgba(93, 93, 93, 0.25);
}
@media screen and (min-width: 768px) {
  .top-services-list__anchor:hover .top-services-list__img.is-ov {
    opacity: 1;
  }
}

.top-services-list__img {
  position: relative;
  z-index: 1;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .top-services-list__img {
    width: 100%;
    height: auto;
    aspect-ratio: 345/200;
  }
  .top-services-list__img img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
}
.top-services-list__img.is-ov {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: 2;
}

.top-services-list__text {
  position: absolute;
  bottom: 24px;
  right: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  z-index: 5;
}
@media screen and (max-width: 992px) {
  .top-services-list__text {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .top-services-list__text {
    bottom: 15px;
    right: 15px;
  }
}
.top-services-list__text .in-text {
  font-size: 24px;
}
@media screen and (max-width: 992px) {
  .top-services-list__text .in-text {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .top-services-list__text .in-text {
    font-size: 20px;
  }
}
@media screen and (max-width: 375px) {
  .top-services-list__text .in-text {
    font-size: 18px;
  }
}
.top-services-list__text .in-arw {
  width: 52px;
  line-height: 0;
}
@media screen and (max-width: 992px) {
  .top-services-list__text .in-arw {
    width: 42px;
  }
}
@media screen and (max-width: 767px) {
  .top-services-list__text .in-arw {
    width: 48px;
  }
}
@media screen and (max-width: 375px) {
  .top-services-list__text .in-arw {
    width: 42px;
  }
}

/*************************************************

top-subsidy

*************************************************/
.top-subsidy {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 160px 0 60px;
}
@media screen and (max-width: 767px) {
  .top-subsidy {
    margin: 40px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .top-subsidy .parts-btn01 {
    margin: 0 auto;
  }
}

.top-subsidy-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1260px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .top-subsidy-inner {
    display: block;
  }
}

.top-subsidy-letters {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 38.0952380952%;
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  .top-subsidy-letters {
    width: auto;
  }
}

.top-subsidy-img {
  width: 56.3492063492%;
}
@media screen and (max-width: 767px) {
  .top-subsidy-img {
    width: auto;
    margin: 30px 0 0 30px;
  }
}

@media screen and (min-width: 1260px) {
  .top-subsidy-img__el {
    margin-right: calc((100vw - 1260px) / 2 * -1);
  }
}
.top-subsidy-img__el img {
  width: 100%;
  border-radius: 4px 0 0 4px;
}

/*************************************************

top-voices

*************************************************/
@-webkit-keyframes infinity-scroll-left {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes infinity-scroll-left {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@media screen and (max-width: 767px) {
  .top-voices {
    padding-bottom: 80px;
  }
}
.top-voices .parts-btn01 {
  margin: 0 auto;
  color: #fff;
  border-color: #fff;
  background-color: transparent;
}
.top-voices .parts-btn01__text::before {
  border-color: #fff;
}

.top-voices-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

.top-voices-slide__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  -webkit-animation: infinity-scroll-left 20s infinite linear both;
          animation: infinity-scroll-left 20s infinite linear both;
}

.top-voices-slide__item {
  width: 480px;
  margin: 0 17px;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .top-voices-slide__item {
    width: 300px;
    margin: 0 8px;
  }
}
.top-voices-slide__item img {
  width: 100%;
}

/*************************************************

top-news

*************************************************/
.top-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 120px auto;
}
@media screen and (max-width: 767px) {
  .top-news {
    display: block;
    margin: 40px auto 100px;
  }
  .top-news .parts-newslist {
    margin: 0 -15px;
  }
}
.top-news .parts-btn01 {
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .top-news .parts-btn01 {
    margin: 0 auto;
  }
}

.top-news-left {
  width: 240px;
}
@media screen and (max-width: 767px) {
  .top-news-left {
    width: auto;
  }
}

.top-news-right {
  width: calc(100% - 240px);
}
@media screen and (max-width: 767px) {
  .top-news-right {
    width: auto;
  }
}