@charset "UTF-8";
.hero {
  background: url(/assets/images/hero_bg_pc.png) no-repeat center;
  background-size: cover;
  padding: 100px 0;
}
.hero .contents-l > img {
  width: 70%;
  display: block;
  margin-bottom: 30px;
}
.hero__button {
  width: 200px;
}
.hero__button .button-base {
  box-shadow: 2px 2px 20px rgb(36 65 93 / 30%);
  padding: 12px 20px;
  font-size: 14px;
}
.hero__button {
  display: block;
}
.hero__button .button-base {
  box-shadow: 2px 2px 20px rgb(36 65 93 / 30%);
}
.hero__button .button-base {
  background-color: #ffffff;
  color: #596380;
}
.business-main__image {
  margin-bottom: 60px;
}
.business-main__intro {
  margin-bottom: 80px;
  text-align: center;
}
.business-advantage__flex {
  display: flex;
  justify-content: center;
}
.business-advantage__item {
  width: calc(100% / 3);
  margin: 0;
}
.business-advantage__item:nth-child(1) {
  z-index: 3;
}
.business-advantage__item:nth-child(2) {
  z-index: 2;
}
.business-advantage__item:nth-child(3) {
  z-index: 1;
}
.business-advantage__item:nth-child(2) {
  margin: 0 -15px;
}
.business-advantage__item:nth-child(2) .business-advantage__hexagon {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.business-advantage__item:nth-child(3) .business-advantage__hexagon {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.business-advantage__hexagon {
  width: 110%;
  position: relative;
  background: url(/assets/images/hexagon.svg) center no-repeat;
  background-size: 100%;
  padding-top: 87%;
  margin: 0 -5%;
}
.business-advantage__text {
  width: auto;
  padding: 40px 20px 0;
  font-size: 16px;
}
.business-advantage__inner {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  text-align: center;
}
.business-advantage__inner h3 {
  font-size: 3.7333333333vw;
  font-family: "Montserrat", sans-serif;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  text-transform: uppercase;
  color: #f7f7fb;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 10px;
}
.business-advantage__inner p {
  color: #f7f7fb;
  font-size: 18px;
  font-weight: 300;
}
.business-firm {
  padding-top: 50px;
  padding-bottom: 50px;
}
.business-firm .button-base {
  width: 200px;
  font-family: "Montserrat", sans-serif;
  padding: 12px 20px;
}
.business-feature {
  background-color: #fff;
  position: relative;
  padding: 0;
}
.business-firm__body {
  width: 50%;
}
.business-firm__list li {
  border-bottom: 0.5px solid #596380;
  padding: 30px 0;
}
.business-firm__list li:first-child {
  border-top: 0.5px solid #596380;
}
.business-firm__title {
  font-size: 22px;
  margin-bottom: 15px;
}
.business-firm__text {
  margin-bottom: 20px;
}
.business-firm__button {
  width: 210px;
}
/*-------------------------------*/

/*@media screen and (max-width : 1000px)

/*-------------------------------*/
@media screen and (max-width: 999.98px) {
  .business-feature .article-title-set,
  .business-firm .article-title-set {
    text-align: center;
    margin-bottom: 30px;
  }
  .business-feature__image,
  .business-firm__image {
    width: 100%;
    margin-bottom: 30px;
  }
  .business-firm__body {
    width: 100%;
  }
  .business-firm__title.text {
    font-size: 22px;
  }
  .business-firm__list li {
    padding: 20px 0;
  }
}
/*-------------------------------*/

/*@media screen and (max-width : 768px)

/*-------------------------------*/
@media screen and (max-width: 767.98px) {
  .hero {
    padding: 80px 0;
  }
  .hero .contents-l > img {
    margin: 0 auto 30px;
  }
  .hero__button {
    width: 210px;
    margin: auto;
  }
  .hero__button .button-base {
    box-shadow: 2px 2px 20px rgb(36 65 93 / 30%);
  }
  .hero__button .button-base {
    background-color: #ffffff;
    color: #596380;
  }
  .business-feature__image,
  .business-firm__image {
    margin-bottom: 30px;
  }

  .business-main__image {
    margin-bottom: 30px;
  }
  .business-main__intro {
    margin-bottom: 50px;
  }

  .business-advantage {
    margin-bottom: 50px;
  }
  .business-advantage .article-title-set {
    margin-bottom: 30px;
  }
  .business-advantage__item {
    width: 100%;
  }
  .business-advantage__item:last-child {
    margin-bottom: 0;
  }
  .business-advantage__flex {
    flex-direction: column;
    align-items: center;
  }
  .business-advantage__hexagon {
    width: 45%;
    margin: 0;
    padding-top: 39%;
  }
  .business-advantage__text {
    width: 50%;
    padding-top: 0;
  }
  .business-advantage__inner p {
    font-size: 13px;
    font-size: 3.4666666667vw;
  }
  .business-feature {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .business-firm__button {
    width: 70%;
  }
  .business-advantage__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .business-firm__image {
    order: -1;
  }
}
/*-------------------------------*/

/*@media screen and (max-width : 640px)

/*-------------------------------*/
@media screen and (max-width: 639.98px) {
  .hero {
    background: url(/assets/images/hero_bg_sp.png);
    padding: 130px 0;
  }
  .hero .contents-l > img {
    width: 80%;
  }
  .business-firm .button-base {
    width: 150px;
  }
}
/*-------------------------------*/

/*@media screen and (max-width : 500px)

/*-------------------------------*/
@media screen and (max-width: 499.98px) {
  .hero {
    padding: 135px 0;
  }
  .hero .contents-l > img {
    width: 90%;
  }
  .business-advantage__inner h3 {
    font-size: 15px;
    margin-bottom: 5px;
  }
  .business-feature__image,
  .business-firm__image,
  .business-feature .article-title-set,
  .business-firm .article-title-set,
  .news .article-title-set {
    margin-bottom: 20px;
  }
}
/*-------------------------------*/

/*@media screen and (max-width : 400px)

/*-------------------------------*/
@media screen and (max-width: 399.98px) {
  .business-advantage__inner h3 {
    font-size: 26px;
    margin-bottom: 10px;
  }
  .business-advantage__inner p {
    font-size: 18px;
  }
  .business-advantage__item {
    flex-direction: column;
  }
  .business-advantage__hexagon {
    width: 100%;
    padding-top: 89.1%;
    margin-bottom: 15px;
  }
  .business-advantage__text {
    width: 95%;
    margin-bottom: 15px;
    padding: 0;
  }
  .business-advantage__item:last-child .business-advantage__text {
    margin-bottom: 0;
  }
}
/*-------------------------------*/

/* min-width

/*-------------------------------*/
/*-------------------------------*/

/*@media screen and (min-width : 1400px)

/*-------------------------------*/
@media screen and (min-width: 1400px) {
  .business-feature .contents-l {
    padding-top: 150px;
    padding-bottom: 150px;
  }
  .business-feature__image {
    height: calc(100% - 150px);
    top: 75px;
    background-position: center bottom;
  }
}
/*-------------------------------*/

/*@media screen and (min-width : 1200px)

/*-------------------------------*/
@media screen and (min-width: 1200px) {
  .business-feature .contents-l {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .business-feature__image {
    height: calc(100% - 120px);
    top: 60px;
  }
}
/*-------------------------------*/

/*@media screen and (min-width : 1000px)

/*-------------------------------*/
@media screen and (min-width: 1000px) {
  .business-advantage__inner h3 {
    font-size: 30px;
  }
  .business-feature {
    position: relative;
  }
  .business-feature__body {
    width: 45%;
  }
  .business-feature__image {
    position: absolute;
    top: 30px;
    right: 0;
    overflow: hidden;
    height: calc(100% - 60px);
    margin-bottom: 0;
    width: 50%;
    background: url(/assets/images/business-feature_pc.png) center no-repeat;
    background-size: cover;
  }
  .business-feature__image-sp {
    display: none;
  }
  .business-firm {
    position: relative;
    padding-bottom: 0;
  }
  .business-firm .contents-l {
    display: flex;
    justify-content: flex-end;
  }
  .business-firm__image {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    height: 100%;
    margin-bottom: 0;
    background: url(/assets/images/business-firm_pc.png) center no-repeat;
    background-size: cover;
    width: 45%;
  }
  .business-firm__image-sp {
    display: none;
  }
}
