.l-home {
  margin-top: 80px;
}

.l-footer .p-pagetop__link {
  display: none;
  opacity: 0;
}
.p-top-catch-note span {
  display: inline-block;
  margin-right: 10px;
}

.float-banner .close {
  position: absolute;
  top: 40px;
  right: -10px;
  z-index: 2;
  cursor: pointer;
}
@media screen and (max-width: 1050px) {
  .float-banner .close {
    top: -15px;
    right: 5px;
  }
}

.float-banner .close img {
  width: 26px;
}

@media screen and (min-width: 1208px) {
  .l-home {
    margin-top: 110px;
  }
}

.u-fade {
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.u-fade:hover {
  opacity: .75;
}

.btn-ghost {
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 0px 3px 12px rgba(31, 206, 189, 0.15);
          box-shadow: 0px 3px 12px rgba(31, 206, 189, 0.15);
  color: #009FA5;
  display: inline-block;
  font-size: 14px;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.4;
  padding: 12px;
}

@media screen and (min-width: 1208px) {
  .btn-ghost {
    font-size: 16px;
    font-size: 1rem;
    padding: 12px 16px;
  }
}

.btn-ghost:hover {
  color: #009FA5;
  text-decoration: none;
  opacity: 0.7;
  transition:0.5s;
}

.btn-count {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0px 3px 12px rgba(31, 206, 189, 0.15);
          box-shadow: 0px 3px 12px rgba(31, 206, 189, 0.15);
  color: #002233;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 10px;
  font-size: .625rem;
  gap: 12px;
  padding: 10px 16px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media screen and (min-width: 769px) {
  .btn-count {
    font-size: 13px;
    font-size: .8125rem;
    padding: 16px;
  }
}

.btn-count:hover {
  color: #009FA5;
  text-decoration: none;
}

.btn-count .btn-count__icon {
  height: 24px;
  width: 24px;
}

@media screen and (min-width: 769px) {
  .btn-count .btn-count__icon {
    height: 48px;
    width: 48px;
  }
}

.btn-count .btn-count__main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.btn-count .btn-count__title {
  line-height: 1;
  margin-bottom: 0.3rem;
}

.btn-count .btn-count__num {
  margin-bottom: 0;
}

.btn-count .btn-count__num .num {
  font-size: 32px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
  margin-right: 2px;
}

@media screen and (max-width: 768px) {
  .btn-count .btn-count__num .num {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 768px) {
  .btn-count .btn-count__num .other {
    font-size: 13px;
    font-size: .8125rem;
  }
}

.btn-gradation {
  -webkit-box-shadow: 0px 3px 12px rgba(31, 206, 189, 0.15);
          box-shadow: 0px 3px 12px rgba(31, 206, 189, 0.15);
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1;
  min-width: 200px;
  text-align: center;
  padding: 16px;
  position: relative;
}

.btn-gradation > span {
  position: relative;
  z-index: 2;
}

.btn-gradation::before, .btn-gradation::after {
  left: 0;
  position: absolute;
  top: 0;
}

.btn-gradation::before {
  background: -webkit-gradient(linear, right top, left top, from(#1FCEBD), to(#019DBF));
  background: linear-gradient(270deg, #1FCEBD 0%, #019DBF 100%);
  content: "";
  height: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
  width: 100%;
  z-index: 1;
}

.btn-gradation::after {
  background: #009FA5;
  content: "";
  height: 100%;
  width: 100%;
  z-index: 0;
}

.btn-gradation:hover {
  -webkit-box-shadow: 0px 3px 12px rgba(31, 206, 189, 0.15);
          box-shadow: 0px 3px 12px rgba(31, 206, 189, 0.15);
  color: #fff;
  text-decoration: none;
}

.btn-gradation:hover::before {
  opacity: 0;
}

.has-arrow-link {
  color: #002233;
  display: inline-block;
  padding-right: 28px;
  position: relative;
}

.has-arrow-link::after {
  content: "";
  border-bottom: 1px solid #009FA5;
  border-right: 1px solid #009FA5;
  bottom: 10px;
  height: 4px;
  position: absolute;
  right: 0;
  -webkit-transform: skew(35deg);
          transform: skew(35deg);
  -webkit-transition: right .3s;
  transition: right .3s;
  width: 18px;
}

.has-arrow-link:hover {
  color: #002233;
  text-decoration: none;
}

.has-arrow-link:hover::after {
  right: -5px;
}

.home-mainvisual {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url(../images/home/mainvisual-bg_sp.jpg) bottom center/1050px auto no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
  margin-bottom: 32px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  margin-bottom: 188px;
}

@media screen and (min-width: 1050px) {
  .home-mainvisual {
    background-size: cover;
  }
}

@media screen and (min-width: 1200px) {
  .home-mainvisual {
    background: url(../images/home/mainvisual-bg_pc.jpg) bottom center/1440px auto no-repeat;
    height: 400px;
  }
}

@media screen and (min-width: 1440px) {
  .home-mainvisual {
    background-size: auto 100%;
    height: 438px;
  }
}

@media screen and (min-width: 1920px) {
  .home-mainvisual {
    background-size: cover;
  }
}

.home-mainvisual .home-mainvisual__inr {
  text-align: center;
}

.home-mainvisual .home-mainvisual__inr .home-mainvisual__title {
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.3888;
  margin-bottom: 0;
}

@media screen and (min-width: 1200px) {
  .home-mainvisual .home-mainvisual__inr .home-mainvisual__title {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.59375;
  }
}

.home-mainvisual .home-mainvisual__inr .btn-ghost {
  margin: 18px auto 0;
}
.home-mainvisual .home-mainvisual__inr .btn-ghost:last-child {
  margin-left: 16px;
}

@media screen and (min-width: 1200px) {
  .home-mainvisual .home-mainvisual__inr .btn-ghost {
    min-width: 200px;
  }
}

.home-mainvisual .home-mainvisual__catch {
  /*background-color: #009FA5;*/
  bottom: -101px;
  color: #fff;
  left: 50%;
  font-weight: 700;
  padding: 12px 16px;
  position: absolute;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .home-mainvisual .home-mainvisual__catch {
    line-height: 1.4;
    width: 100%;
    bottom: -220px;
  }
}

@media screen and (min-width: 769px) {
  .home-mainvisual .home-mainvisual__catch {
    white-space: nowrap;
    width: 100%;
    max-width: 1000px;
    bottom: -200px;
  }
}
@media screen and (min-width: 1440px) {
  .home-mainvisual .home-mainvisual__catch {
    white-space: nowrap;
    bottom: -200px;
  }
}


.home-mainvisual .home-mainvisual__catch h2 {
  margin-bottom: 0;
}

.home-counts-block {
  margin-top: 2rem;
  padding: 0 1rem;
}

@media screen and (min-width: 1208px) {
  .home-counts-block {
    margin-top: 4rem;
    padding: 0 1rem;
  }
}

.home-counts-block .home-counts-block__list {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 1050px) {
  .home-counts-block .home-counts-block__list {
    gap: 12px;
  }
}

@media screen and (max-width: 1207px) {
  .home-counts-block .home-counts-block__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.home-counts-block .home-counts-block__list > li {
  width: calc(50% - 4px);
}

@media screen and (min-width: 1050px) {
  .home-counts-block .home-counts-block__list > li {
    width: 240px;
  }
}

@media screen and (max-width: 374px) {
  .home-support-announce-block {
    margin-top: 45px;
    padding: 0 16px 88px;
  }
}

@media screen and (min-width: 375px) {
  .home-support-announce-block {
    margin-top: 88px;
    padding: 0 16px 40px;
  }
}

@media screen and (min-width: 769px) {
  .home-support-announce-block {
    margin: 4rem auto 0;
    max-width: calc(1200px + 2rem);
    padding: 0 1rem 2rem;
  }
}

.home-support-announce-block .home-support-announce-block__title {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 1rem;
  text-align: center;
}
.home-support-announce-block .home-support-announce-block__title span {
  display: block;
  font-size: 1.5rem;
}
@media screen and (min-width: 1208px) {
  .home-support-announce-block .home-support-announce-block__title span {
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 1208px) {
  .home-support-announce-block .home-support-announce-block__inr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2rem;
  }
}

.home-support-announce-block .home-support-announce-block__text {
  font-size: 14px;
  font-size: .875rem;
  line-height: 2.2;
  text-align: justify;
  text-justify: inter-ideograph;
}

@media screen and (min-width: 1208px) {
  .home-support-announce-block .home-support-announce-block__text {
/*    width: 550px;*/
  }
}

.home-support-announce-block__link a {
  padding-left: 16px;
  position: relative;
  display: inline-block;
  font-weight: 700;
  color: #009fa5;
  text-decoration: none;
  -webkit-transition: all .25s ease-out;
  -moz-transition: all .25s ease-out;
  transition: all .25s ease-out;
  position: relative;
  font-size: 1rem;
  line-height: 1.8;
}
.home-support-announce-block__link a::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  height: 15px;
  width: 8px;
  background: url(../images/common/icon_arrow.svg) no-repeat;
  background-size: 100%;
  background-position: center;
}
.home-support-announce-block__link a:hover {
  opacity: .6;
}

.home-support-announce-block .home-support-announce-block__cards {
  padding-top: 2rem;
}

@media screen and (min-width: 1208px) {
  .home-support-announce-block .home-support-announce-block__cards {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-top: 0;
    width: 100%;
  }
}

.home-support-announce-block .home-support-announce-block__cards .home-awards-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}

@media screen and (max-width: 768px) {
  .home-support-announce-block .home-support-announce-block__cards .home-awards-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (min-width: 768px) and (max-width: 1207px) {
  .home-support-announce-block .home-support-announce-block__cards .home-awards-list .home-awards-list__item {
    width: calc(50% - 8px);
  }
}

@media screen and (min-width: 1208px) {
  .home-support-announce-block .home-support-announce-block__cards .home-awards-list .home-awards-list__item {
    width: 250px;
  }
}

.home-support-announce-block .home-support-announce-block__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}

.home-awards-list .home-awards-list__item {
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #009abf), to(#20d0bc));
  background: linear-gradient(90deg, #009abf 0, #20d0bc 100%);
  -webkit-box-shadow: 0px 3px 12px rgba(31, 206, 189, 0.15);
          box-shadow: 0px 3px 12px rgba(31, 206, 189, 0.15);
  color: #fff;
  padding: 36px 16px 24px;
  position: relative;
}

.home-awards-list .home-awards-list__label {
  position: absolute;
  top: 0;
  right: 10px;
  width: 48px;
  height: 68px;
  padding: 10px 0 20px;
  background-image: url(../images/home/ribbon_base.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 48px auto;
  font-size: 10px;
  font-size: .625rem;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
}

.home-awards-list .home-awards-list__label .rank {
  font-size: 20px;
  font-size: 1.25rem;
}

.home-awards-list .home-awards-list__year {
  font-size: 14px;
  font-size: .875rem;
}

.home-awards-list .home-awards-list__title {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.1;
  margin-top: 5px;
  word-wrap: break-word;
}

.home-awards-list .home-awards-list__text {
  margin: 5px 0 0;
  font-size: 14px;
  font-size: .875rem;
  line-height: 1.4;
}

@media screen and (max-width: 374px) {
  .home-section {
    padding: 4rem 1rem;
  }
}

@media (min-width: 375px) and (max-width: 1207px) {
  .home-section {
    padding: 41px 1rem 100px;
  }
}

@media screen and (min-width: 1208px) {
  .home-section {
    padding: 4rem;
  }
}

.home-section.home-section--bg-blue {
  background: #F0F5F5;
}

.home-section.home-section--bg-grey {
  background: #FAFAFA;
}

.home-section.home-section--has-border {
  border-bottom: 1px solid #d4d4d4;
}

.home-section .home-section__title {
  color: #009FA5;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
}

.home-section .home-section__exp {
  font-weight: 400;
}

@media screen and (min-width: 769px) {
  .home-section .home-section__exp {
    text-align: center;
  }
}

.home-section .home-section__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}

.service-list-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 3rem;
  gap: 64px 16px;
  justify-content: center;
}

@media (min-width: 769px) and (max-width: 1049px) {
  .service-list-block {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (min-width: 1208px) {
  .service-list-block {
    margin: 0 auto;
    max-width: 1200px;
  }
}

.service-list-block .service-list-block__item {
  background-color: #fff;
  -webkit-filter: drop-shadow(0px 3px 8px rgba(31, 206, 189, 0.2));
          filter: drop-shadow(0px 3px 8px rgba(31, 206, 189, 0.2));
  position: relative;
  padding: 50px 24px 24px;
}

@media (min-width: 769px) and (max-width: 1049px) {
  .service-list-block .service-list-block__item {
    padding: 50px 32px 24px;
    width: 390px;
  }
}

@media screen and (min-width: 1050px) {
  .service-list-block .service-list-block__item {
    -webkit-filter: drop-shadow(0px 3px 12px rgba(31, 206, 189, 0.15));
            filter: drop-shadow(0px 3px 12px rgba(31, 206, 189, 0.15));
    padding: 50px 32px 24px;
    width: calc(33.333% - 11px);
  }
}

.service-list-block .service-list-block__item a {
  color: #002233;
}
.service-list-block .service-list-block__item a:hover {
  text-decoration: none;
}
.service-list-block .service-list-block__item a:hover .service-list-block__icon img {
  opacity: .6;
}
.service-list-block .service-list-block__item a:hover .service-list-block__inr {
  opacity: .6;
}

.service-list-block .service-list-block__icon {
  background: #fff;
  border-radius: 50%;
  left: 50%;
  top: -44px;
  padding: 24px;
  position: absolute;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

@media screen and (min-width: 1208px) {
  .service-list-block .service-list-block__icon {
    top: -50px;
  }
}

.service-list-block .service-list-block__icon img {
  width: 40px;
  transition: opacity .25s ease-in-out;
}

@media screen and (min-width: 1208px) {
  .service-list-block .service-list-block__icon img {
    width: 48px;
  }
}

.service-list-block .service-list-block__title {
  color: #009FA5;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: .5rem;
  text-align: center;
}

.service-list-block .service-list-block__text {
  font-size: 14px;
  font-size: .875rem;
}

.service-list-block .service-list-block__inr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  transition: opacity .25s ease-in-out;
}

.service-list-block .service-list-block__link {
  text-align: right;
}

.service-list-block .service-list-block__link a,
.service-list-block .service-list-block__link span {
  font-size: 14px;
  font-size: .875rem;
}

.banner-list-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1.5rem;
}

@media screen and (min-width: 769px) {
  .banner-list-block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: 1200px;
    margin: 1.5rem auto 0;
  }
}

.banner-list-block > li + li {
  margin: 24px 0 0;
}

@media screen and (min-width: 769px) {
  .banner-list-block > li + li {
    margin: 0;
  }
}






@media screen and (min-width: 769px) {
  .banner-list-block > li {
    width: 24%;
    margin: 0;
  }
}

@media screen and (max-width: 768px) {
  .banner-list-block > li a {
    display: flex;
    justify-content: space-between;
  }
  .banner-list-block > li a .c-item__figure {
    width: 35%;
  }
  .banner-list-block > li a .c-item__title {
    width: 61%;
    margin: 0;
  }
}



.banner-list-block > li img {
  height: auto;
  width: 100%;
}

.banner-list-block > li .c-item__title {
  font-size: 1rem;
  -webkit-line-clamp: inherit;
}

@media screen and (min-width: 1024px) {
  .banner-list-block > li .c-item__title {
    font-size: 1.125rem;
  }
}


@media screen and (min-width: 1050px) {
  .home-news-list {
    margin: 0 auto;
    max-width: 1200px;
  }
}

.home-news-list > li {
  padding: 18px 0;
}

@media screen and (min-width: 1050px) {
  .home-news-list > li {
    padding: 20px 0;
  }
}

.home-news-list > li:nth-child(n+2) {
  border-top: 1px solid #D4D4D4;
}

.home-news-list > li > a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-size: .875rem;
  gap: 2rem;
}

@media screen and (max-width: 768px) {
  .home-news-list > li > a {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: .5rem;
  }
}

.home-news-list > li > a:hover {
  text-decoration: none;
}

.home-news-list > li > a:hover .home-news-list__date {
  color: #002233;
}

.home-news-list > li > a:hover .home-news-list__category {
  color: #009FA5;
}

.home-news-list > li > a:hover .home-news-list__title {
  color: #009FA5;
  text-decoration: underline;
}

.home-news-list .home-news-list__date {
  color: #002233;
}

@media screen and (min-width: 769px) {
  .home-news-list .home-news-list__date {
    width: 80px;
  }
}

.home-news-list .home-news-list__category {
  border: 1px solid #009FA5;
  color: #009FA5;
  display: inline-block;
  font-size: 12px;
  font-size: .75rem;
  line-height: 1;
  min-width: 120px;
  padding: 5px 14px;
  text-align: center;
}

.home-news-list .home-news-list__title {
  color: #002233;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  width: calc(100% - 80px - 120px);
}

@media screen and (max-width: 768px) {
  .home-news-list .home-news-list__title {
    -webkit-line-clamp: 2;
    width: 100%;
  }
}

@media screen and (max-width: 1049px) {
  .float-banner__wrap {
    height: 85px;
    position: relative;
  }
}

.float-banner {
  bottom: 0;
  color: #fff;
  display: block;
  font-size: 13px;
  font-size: .8125rem;
  font-weight: 700;
  position: fixed;
  right: 0;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
  z-index: 100000000;
}

@media screen and (max-width: 1049px) {
  .float-banner {
    /*pointer-events: none;*/
    width: 100%;
  }
  body {
    margin-bottom: 70px;
  }
}

@media screen and (min-width: 1050px) {
  .float-banner {
    position: fixed;
    padding-top: 50px;
    right: 30px;
  }
}

.float-banner.is-view {
  opacity: 1;
  pointer-events: all;
}

@media screen and (max-width: 1049px) {
  .float-banner.is-not-float {
    position: absolute;
  }
}

.float-banner .float-banner__inr {
  background-color: #ffd700;
  -webkit-box-shadow: 0px 3px 12px rgba(31, 206, 189, 0.15);
          box-shadow: 0px 3px 12px rgba(31, 206, 189, 0.15);
  color: #333;
  display: block;
  padding: 12px 8px;
  position: relative;
}

@media screen and (max-width: 1049px) {
  .float-banner .float-banner__inr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 69px;
    gap: 8px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (min-width: 1050px) {
  .float-banner .float-banner__inr {
    border-radius: 8px 8px 0 0;
    padding: 18px 20px 8px;
  }
}

.float-banner .float-banner__inr::after {
  background: -webkit-gradient(linear, right top, left top, from(#ff8c00), to(#ffd700));
  background: linear-gradient(180deg, #ff8c00 0%, #ffd700 100%);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  width: 100%;
  z-index: 0;
}

@media screen and (min-width: 1050px) {
  .float-banner .float-banner__inr::after {
    border-radius: 8px 8px 0 0;
  }
}

.float-banner .float-banner__inr:hover {
  color: #333;
  text-decoration: none;
}

.float-banner .float-banner__inr:hover::after {
  opacity: 1;
}

@media screen and (max-width: 1050px) {
  .float-banner .float-banner__icon {
    position: relative;
    -webkit-transform: translate(0, -26px);
            transform: translate(0, -26px);
    width: 80px;
    z-index: 2;
  }
}

@media screen and (min-width: 1050px) {
  .float-banner .float-banner__icon {
    left: 50%;
    top: -62px;
    position: absolute;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    width: 120px;
    z-index: 2;
  }
}

.float-banner .float-banner__icon img {
  height: auto;
  width: 100%;
}

.float-banner .float-banner__content {
  text-align: center;
  position: relative;
  z-index: 2;
}

.float-banner .float-banner__round-text {
  background: #fff;
  border-radius: 28px;
  color: #ff8c00;
  font-size: 15px;
  font-size: .9375rem;
  margin-bottom: 3px;
  padding: 0 10px;
}

@media screen and (min-width: 1050px) {
  .float-banner .float-banner__round-text {
    margin-bottom: 5px;
    padding: 6px 10px;
  }
}

.logo-slide-block .logo-slide-block__belt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  width: 100vw;
}

.logo-slide-block .logo-slide-block__belt .logo-slide-block__belt__inr {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-animation: beltStream 50s linear infinite;
          animation: beltStream 50s linear infinite;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 3rem;
  height: 100%;
  list-style: none;
  padding-right: 3rem;
}

.logo-slide-block .logo-slide-block__belt .logo-slide-block__belt__inr li {
  line-height: 0;
  text-align: center;
  width: 137px;
}

.logo-slide-block .logo-slide-block__belt .logo-slide-block__belt__inr li img {
  height: auto;
  width: 100%;
}

.logo-slide-block .logo-slide-block__belt .logo-slide-block__belt__inr.logo-slide-block__belt__inr--second {
  -webkit-animation: beltStream2 50s -25s linear infinite;
          animation: beltStream2 50s -25s linear infinite;
}

.p-top-event-block {
  margin: 0 0 100px;
  padding: 0 1rem 1rem;
}
.p-top-event {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  max-width: 1200px;
}
.p-top-event__img {
  width: 40%;
}
.p-top-event__img img {
  width: 100%;
}
.p-top-event__text {
  width: 56%;
}
@media screen and (max-width: 1439px) {
  .p-top-event-block {
    margin: 0 0 80px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-event-block {
    margin: 0 0 60px;
  }
  .p-top-event {
    display: block;
  }
  .p-top-event__img {
    width: 100%;
  }
  .p-top-event__text {
    width: 100%;
    margin-top: 1rem;
  }
}

.p-top-client {
  padding: 80px 1rem;
}
.p-top-client-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
}
.p-top-client-list li {
  width: 160px;
  margin: 20px 0;
  padding: 0 24px;
}
.p-top-client-list li img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-top-client {
    padding: 50px 1rem;
}
  .p-top-client-list li {
    width: 112px;
    margin: 16px 0;
    padding: 0 8px;
  }
}

.customer-belt .cb-inner {
  min-width: auto;
}


.top_caseList {
  display: block;
  margin-top: 1.5rem;
}
.top_caseList .c-item {
  width: 100%;
}
.top_caseList .c-item + .c-item {
  margin: 30px 0 0;
}

@media screen and (max-width: 768px) {
  .top_caseList > li {
    display: flex;
    justify-content: space-between;
  }
  .top_caseList > li > a {
    width: 35%;
  }
  .top_caseList > li > div {
    width: 61%;
  }
  .top_caseList > li > div .c-item__title {
    margin-top: 0;
  }


}


@media screen and (min-width: 769px) {
  .top_caseList {
    display: flex;
    max-width: 1200px;
    margin: 1.5rem auto 0;
  }
  .top_caseList .c-item {
    width: 24%;
  }
  .top_caseList .c-item + .c-item {
    margin: 0;
  }
  .top_caseList .c-item .c-item__title {
    font-size: 1.125rem;
  }
}


.home-section .p-top-casestudy__contents {
  margin: 0;
}

@media (min-width: 375px) and (max-width: 1207px) {
  .home-section--seminar,
  .home-section--case {
    padding: 41px 1rem 64px;
  }
}

@media screen and (min-width: 1208px) {
  .home-section--seminar,
  .home-section--case {
      padding-bottom: 2rem;
  }
}



@-webkit-keyframes beltStream {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes beltStream {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@-webkit-keyframes beltStream2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}

@keyframes beltStream2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}

/*.animation-fade-up {
  opacity: 0;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
  -webkit-transition: all .5s;
  transition: all .5s;
}*/

.animation-fade-up.scrolled {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
/*# sourceMappingURL=home.css.map */
