@charset "UTF-8";
/* ================================================================================
       ページ固有スタイル（page/*.scss）
          - トップページ
          .news-thumbnails        : ニュースのサムネイル
          .top-four-logo          : 4軸ロゴ(画像)
          .top-section-font       : 変更セクションタイトル
          .top-solutions          : ソリューションリスト
          .top-solutions-details  : ソリューションリスト
   ================================================================================ */
/* --------------------------------------------------------------------------------
   ニュースのサムネイル（画像）/body.page-top.news-thumbnails
   -------------------------------------------------------------------------------- */
body.page-top .news-thumbnails {
  display: flex;
  justify-content: space-between;
  width: 160rem;
  margin: 2.4rem auto 0rem auto;
  padding: 0 3rem;
}
body.page-top .news-thumbnails .news {
  flex-basis: calc(33.33% - 10px);
  margin-right: 30px;
  padding: 24px;
}
body.page-top .news-thumbnails .news .p-detail {
  font-size: 18px;
}
body.page-top .news-thumbnails .news .p-detail a {
  color: #000000;
}
body.page-top .news-thumbnails .news .p-detail :hover {
  opacity: 0.8;
}
body.page-top .news-thumbnails .news .p-title {
  font-size: 18px;
}
body.page-top .news-thumbnails .news p {
  color: #000000;
  font-size: 15px;
  line-height: 34px;
  font-weight: bold;
  text-align: justify;
  margin-bottom: 8px;
  position: relative;
}
body.page-top .news-thumbnails .news p .p-right {
  font-size: 24px;
  position: absolute;
  right: 0;
}
body.page-top .news-thumbnails .thumbnail-01 {
  background-image: linear-gradient(rgba(12, 74, 125, 0.93), rgba(12, 74, 125, 0.93));
  border-bottom: 8px solid #47B689;
}
body.page-top .news-thumbnails .thumbnail-01 .p-title {
  width: 64px;
  border-bottom: 4px solid #47B689;
}
body.page-top .news-thumbnails .thumbnail-02 {
  background-image: linear-gradient(rgba(80, 88, 98, 0.98), rgba(80, 88, 98, 0.98));
  border-bottom: 8px solid #E75F37;
}
body.page-top .news-thumbnails .thumbnail-02 .p-title {
  width: 64px;
  border-bottom: 4px solid #E75F37;
}
body.page-top .news-thumbnails .thumbnail-03 {
  margin-right: 0px;
  background-image: linear-gradient(rgba(26, 104, 178, 0.93), rgba(26, 104, 178, 0.93));
  border-bottom: 8px solid #F3E21D;
}
body.page-top .news-thumbnails .thumbnail-03 .p-title {
  width: 64px;
  border-bottom: 4px solid #F3E21D;
}
body.page-top .news-thumbnails .thumbnail-05 {
  background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255));
  border-bottom: 8px solid #47B689;
  box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);
}
body.page-top .news-thumbnails .thumbnail-05 .p-title {
  width: 64px;
  border-bottom: 4px solid #47B689;
}
body.page-top .news-thumbnails .thumbnail-05:hover {
  box-shadow: 0px 12px 24px #47B689;
  transform: translateY(-4px);
}
body.page-top .news-thumbnails .thumbnail-06 {
  background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255));
  border-bottom: 8px solid #E75F37;
  box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);
}
body.page-top .news-thumbnails .thumbnail-06 .p-title {
  width: 64px;
  border-bottom: 4px solid #E75F37;
}
body.page-top .news-thumbnails .thumbnail-06:hover {
  box-shadow: 0px 12px 24px #E75F37;
  transform: translateY(-4px);
}
body.page-top .news-thumbnails .thumbnail-07 {
  background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255));
  border-bottom: 8px solid #E75F37;
  box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);
}
body.page-top .news-thumbnails .thumbnail-07 .p-title {
  width: 64px;
  border-bottom: 4px solid #E75F37;
}
body.page-top .news-thumbnails .thumbnail-07:hover {
  box-shadow: 0px 12px 24px #E75F37;
  transform: translateY(-4px);
}
body.page-top .news-thumbnails .thumbnail-08 {
  background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255));
  border-bottom: 8px solid #F3E21D;
  box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);
}
body.page-top .news-thumbnails .thumbnail-08 .p-title {
  width: 64px;
  border-bottom: 4px solid #F3E21D;
}
body.page-top .news-thumbnails .thumbnail-08:hover {
  box-shadow: 0px 12px 24px #F3E21D;
  transform: translateY(-4px);
}

@media only screen and (max-width: 1600px) {
  body.page-top .news-thumbnails {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  body.page-top .news-thumbnails {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
  }
  body.page-top .news-thumbnails .news {
    margin-right: 0;
    width: 100%;
    margin-bottom: 30px;
  }
}
/* --------------------------------------------------------------------------------
   トップ - asleadについて / body.page-top .top-twitter
   -------------------------------------------------------------------------------- */
body.page-top .top-twitter {
  display: flex;
  width: 160rem;
  margin: 2.4rem auto 8rem auto;
  padding: 0 3rem;
}
body.page-top .top-twitter .twitter-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  background-color: #2AA8DF;
  border-radius: 4px;
  border: none;
  cursor: pointer;
}
body.page-top .top-twitter .twitter-button :hover {
  color: rgba(255, 255, 255, 0.9);
}
body.page-top .top-twitter .twitter-button a {
  text-decoration: none;
}
body.page-top .top-twitter .twitter-button img {
  width: 24px;
  height: 24px;
}
body.page-top .top-twitter .twitter-button span {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  margin-left: 10px;
}

@media only screen and (max-width: 767px) {
  body.page-top .top-twitter {
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
/* --------------------------------------------------------------------------------
   トップ - 4軸ロゴ(画像) / body.page-top .top-four-logo
   -------------------------------------------------------------------------------- */
body.page-top .top-four-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
body.page-top .top-four-logo ._lead {
  font-weight: bold !important;
  font-size: 1.8rem;
  text-align: center !important;
}
body.page-top .top-four-logo .circle {
  margin-top: 40px;
  border: 5px solid #47B689;
  border-radius: 50%;
  width: 400px;
  height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
body.page-top .top-four-logo .circle .cir {
  margin-bottom: 16px;
}
body.page-top .top-four-logo .theme {
  margin-top: 16px;
  font-size: 20px;
  color: #47B689;
  font-weight: bold;
  border-top: 5px solid #47B689;
  background-color: #f2f2f2;
  padding: 10px;
}
body.page-top .top-four-logo .englishtheme {
  font-size: 24px !important;
  font-weight: bold !important;
}
body.page-top .top-four-logo .green {
  margin-right: 352px;
}
body.page-top .top-four-logo .red {
  margin-top: -400px;
  margin-left: 352px;
  border: 5px solid #E75F37;
}
body.page-top .top-four-logo .blue {
  margin-top: -48px;
  margin-right: 352px;
  border: 5px solid #265EB9;
}
body.page-top .top-four-logo .yellow {
  margin-top: -400px;
  margin-left: 352px;
  border: 5px solid #D9CD41;
}
body.page-top .top-four-logo .red1 {
  color: #E75F37;
  border-top: 5px solid #E75F37;
}
body.page-top .top-four-logo .blue1 {
  color: #265EB9;
  border-top: 5px solid #265EB9;
}
body.page-top .top-four-logo .yellow1 {
  color: #D9CD41;
  border-top: 5px solid #D9CD41;
}
body.page-top .top-four-logo .center-circle {
  margin-top: -448px;
  margin-bottom: 300px;
  border: 1px dashed #000;
  background-color: #ffffff;
  border-radius: 50%;
  width: 148px;
  height: 148px;
  padding: 14px;
}
body.page-top .top-four-logo .center-cir {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #F2F2F2;
  border: 2px solid #F2F2F2;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* --------------------------------------------------------------------------------
   トップ - セクションタイトル / body.page-top .top-section-font
   -------------------------------------------------------------------------------- */
body.page-top .top-section-font {
  text-align: center;
  margin-bottom: 4rem;
}
body.page-top .top-section-font h3 {
  font-size: 2.4rem;
}

body.page-top .font02 {
  display: flex;
  justify-content: space-between;
}
body.page-top .font02 .text-left {
  align-self: flex-start;
}
body.page-top .font02 .text-right {
  align-self: flex-end;
}
body.page-top .font02 ._more {
  font-size: 2rem;
  float: right;
  margin-top: -24px;
  text-decoration: none;
}
body.page-top .font02 ._more:hover {
  color: #000000;
}

@media (max-width: 1240px) {
  body.page-top .font02 {
    text-align: left;
  }
}
/* --------------------------------------------------------------------------------
   トップ - セクションタイトル / body.page-top .top-section-font
   -------------------------------------------------------------------------------- */
body.page-top .top-solutions .solutions-icon {
  display: flex;
}
body.page-top .top-solutions .solutions-button {
  flex: 1;
  margin: 0 24px 24px 0;
  border-radius: 2px;
  border: 1px solid;
  background-color: transparent;
  padding: 16px 24px;
  display: flex;
  align-items: center;
  position: relative;
}
body.page-top .top-solutions .bugr {
  border-image: linear-gradient(to bottom, #DDDDDD, #78C0B3);
  border-image-slice: 1;
}
body.page-top .top-solutions .bubl {
  border-image: linear-gradient(to bottom, #DDDDDD, #4B94FE);
  border-image-slice: 1;
}
body.page-top .top-solutions .buye {
  border-image: linear-gradient(to bottom, #DDDDDD, #FFC530);
  border-image-slice: 1;
}
body.page-top .top-solutions .bupi {
  border-image: linear-gradient(to bottom, #DDDDDD, #FF8787);
  border-image-slice: 1;
}
body.page-top .top-solutions .solutions-button:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
body.page-top .top-solutions .solutions-button:hover ._green {
  color: #78C0B3;
}
body.page-top .top-solutions .solutions-button:hover ._blue {
  color: #2684FF;
}
body.page-top .top-solutions .solutions-button:hover ._yellow {
  color: #FFB800;
}
body.page-top .top-solutions .solutions-button:hover ._pink {
  color: #FF5656;
}
body.page-top .top-solutions .blank:hover {
  background: none;
}
body.page-top .top-solutions .last-button {
  margin-right: 0;
}
body.page-top .top-solutions .blank {
  border: none;
}
body.page-top .top-solutions .left_icon {
  margin-right: 16px;
}
body.page-top .top-solutions .text {
  text-align: left;
  font-size: 16px;
  font-weight: bold;
}

@media screen and (max-width: 1024px) {
  .solutions-button {
    flex-direction: column;
    margin: 0 8px 8px 0 !important;
    padding: 8px 16px !important;
  }
  .solutions-button:hover {
    background-color: rgba(255, 255, 255, 0) !important;
  }
  .icon {
    width: 48px;
  }
  .left_icon {
    margin-bottom: 16px;
    margin-right: 0px !important;
  }
  .text {
    font-weight: 400 !important;
    text-align: center !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
  }
  .bugr {
    border-image-slice: 0 !important;
  }
  .bubl {
    border-image-slice: 0 !important;
  }
  .buye {
    border-image-slice: 0 !important;
  }
  .bupi {
    border-image-slice: 0 !important;
  }
}
/* --------------------------------------------------------------------------------
   トップ - セクションタイトル / body.page-top .top-section-font
   -------------------------------------------------------------------------------- */
body.page-top .top-solutions-details {
  display: flex;
  justify-content: center;
}
body.page-top .top-solutions-details .details-01 {
  margin-right: 152px;
}
body.page-top .top-solutions-details .solutions-details {
  width: 510px;
  height: 522px;
  display: block;
  padding: 64px 32px;
  text-decoration: none;
  color: #ffffff;
  background-image: url(/images/top/dot_bg.svg);
  border-radius: 4px;
  position: relative;
  z-index: 1;
}
body.page-top .top-solutions-details .solutions-details::after {
  content: "";
  display: block;
  background-color: rgb(138, 190, 239);
  width: 100%;
  height: 100%;
  border-radius: 4px;
  position: absolute;
  bottom: -48px;
  right: -48px;
  z-index: 0;
}
body.page-top .top-solutions-details .solutions-details_bg {
  width: 100%;
  height: 100%;
  background-image: url(/images/top/dot_bg.svg);
  background-repeat: repeat;
  border-radius: 4px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
body.page-top .top-solutions-details .solutions-details_bg:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  position: absolute;
  top: 0;
  left: 0;
}
body.page-top .top-solutions-details .solutions-details_in {
  position: relative;
  z-index: 4;
}
body.page-top .top-solutions-details .in_title {
  display: block;
  margin: 0 0 38px;
  text-align: center;
}
body.page-top .top-solutions-details .in_title h4 {
  font-size: 3.6rem !important;
}
body.page-top .top-solutions-details .more_de01 {
  margin: 124px auto 60px;
  width: 147px;
  position: relative;
}
body.page-top .top-solutions-details ._link {
  margin-top: 80px;
  margin-left: 200px;
  transition: transform 0.3s;
}
body.page-top .top-solutions-details ._link a {
  color: #fff;
  text-decoration: none;
}
body.page-top .top-solutions-details ._link:hover {
  transform: scale(1.2);
  font-weight: bold;
}
body.page-top .top-solutions-details .link_font {
  margin-left: -80px;
}
body.page-top .top-solutions-details .arrow_link {
  display: flex;
  align-items: center;
  margin-top: -60px;
  margin-left: 42px;
}
body.page-top .top-solutions-details .triangle {
  width: 0;
  height: 0;
  border-top: 44px solid transparent;
  border-right: 44px solid rgba(111, 184, 252, 0.5);
  border-bottom: 44px solid transparent;
}
body.page-top .top-solutions-details .rectangle {
  width: 56px;
  height: 88px;
  background-color: rgba(111, 184, 252, 0.5);
}
body.page-top .top-solutions-details .shape {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: -52px;
  margin-left: 0px;
}
body.page-top .top-solutions-details .dot {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #fff;
  margin-right: 0px;
}
body.page-top .top-solutions-details .line {
  width: 80px;
  height: 1.5px;
  background-color: #fff;
}

@media (max-width: 1240px) {
  body.page-top .top-solutions-details {
    justify-content: space-between;
    display: flex;
  }
  body.page-top .top-solutions-details .solutions-details {
    width: 424px;
    height: 524px;
    margin-right: 60px;
  }
  body.page-top .top-solutions-details .solutions-details {
    width: 42%;
  }
  body.page-top .top-solutions-details .details-01 {
    margin-bottom: 80px;
    margin-right: 0px;
  }
  body.page-top .top-solutions-details ._link {
    margin-top: 120px;
    margin-left: 150px;
  }
  body.page-top .top-solutions-details .shape {
    margin-left: -16px;
  }
  body.page-top .top-solutions-details .arrow_link {
    margin-left: 26px;
  }
}
@media (max-width: 767px) {
  body.page-top .top-solutions-details {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  body.page-top .top-solutions-details ._link {
    margin-top: 24px;
  }
  body.page-top .top-solutions-details .in_title h4 {
    font-size: 2.4rem !important;
  }
  body.page-top .top-solutions-details .solutions-details {
    width: 352px;
    height: 448px;
    margin-right: 0%;
  }
  body.page-top .top-solutions-details .solutions-details::after {
    bottom: -16px;
    right: -16px;
  }
}
/* --------------------------------------------------------------------------------
   トップ - asleadについて / body.page-top .top-about
   -------------------------------------------------------------------------------- */
body.page-top .floating-button {
  position: fixed;
  bottom: 0px;
  left: 0px;
  padding: 10px 20px;
  background-color: rgba(20, 90, 188, 0.64);
  cursor: pointer;
  border-radius: 5px;
  display: inline-block;
  font-size: 16px;
  transition: all 0.3s ease;
  z-index: 9999;
}
body.page-top .floating-button a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}
body.page-top .floating-button:hover {
  background-color: #135BAC;
}

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