@charset "UTF-8";
/* -------------------------------- */
/* responsive set                   */
/* -------------------------------- */
/* -------------------------------- */
/* common
/* -------------------------------- */
#wrap_mv {
  background: url(../../img/business/main.jpg) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 440px) {
  #wrap_mv {
    background: url(../../img/business/main_sp.jpg) no-repeat;
    background-size: cover;
  }
}

#content01 {
  padding: 90px 0;
  text-align: center;
  color: #001868;
}
@media screen and (max-width: 440px) {
  #content01 {
    padding: 90px 0 120px 0;
  }
}
#content01 figure {
  display: block;
  width: 250px;
  margin: 60px auto;
}
@media screen and (max-width: 440px) {
  #content01 figure {
    width: 165px;
    margin: 40px auto;
  }
}
#content01 figure img {
  width: 100%;
  height: auto;
}
#wrap_loop {
  position: relative;
}
#wrap_loop aside {
  position: absolute;
  top: -150px;
  left: 80%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (max-width: 440px) {
  #wrap_loop aside {
    top: -90px;
    left: inherit;
    right: 20px;
    transform: inherit;
    -webkit-transform: inherit;
    -ms-transform: inherit;
  }
}
#wrap_loop aside img {
  width: 280px;
  height: auto;
}
@media screen and (max-width: 440px) {
  #wrap_loop aside img {
    width: 180px;
  }
}

.loop_container {
  overflow: hidden;
  width: 100%;
}
.loop_container .loop_inner {
  display: flex;
  width: 200%;
  animation: loop 35s linear infinite;
}
.loop_container .loop_inner img {
  width: 50%;
  height: auto;
  display: block;
  margin-right: 10px;
}
@media screen and (max-width: 440px) {
  .loop_container .loop_inner img {
    width: auto;
    height: 130px;
  }
}

/* ループアニメーション */
@keyframes loop {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
#content02 {
  padding: 90px 0;
  color: #001868;
  position: relative;
}
@media screen and (max-width: 440px) {
  #content02 {
    padding: 0 1.25rem;
    box-sizing: border-box;
  }
}
#content02 h2 {
  margin-bottom: 60px;
  font-size: 1.625rem;
}
@media screen and (max-width: 440px) {
  #content02 h2 {
    font-size: 1.125rem;
    margin-bottom: 35px;
    margin-top: 50px;
  }
}
#content02 picture {
  position: absolute;
  top: 90px;
  right: 0;
}
@media screen and (max-width: 440px) {
  #content02 picture {
    display: block;
    position: static;
    margin-top: 30px;
  }
}
#content02 picture img {
  width: 400px;
  height: auto;
}
@media screen and (max-width: 440px) {
  #content02 picture img {
    width: 100%;
  }
}

#content03 {
  position: relative;
}
@media screen and (max-width: 440px) {
  #content03 {
    margin-top: 90px;
  }
}
#content03 div {
  text-align: center;
  background: url(../../img/business/img03.png) center/cover no-repeat;
  color: #fff;
  height: 567px;
  -webkit-mask: url(../../img/mask-parallax01-pc.svg) no-repeat center/100% 100%;
  mask: url(../../img/mask-parallax01-pc.svg) no-repeat center/100% 100%;
}
@media screen and (max-width: 440px) {
  #content03 div {
    height: 470px;
    background: url(../../img/business/img03-sp.png) top/cover no-repeat;
    -webkit-mask: url(../../img/mask-parallax02-sp.svg) no-repeat center/100% 100%;
    mask: url(../../img/mask-parallax02-sp.svg) no-repeat center/100% 100%;
  }
}
#content03 aside {
  position: absolute;
  top: -50px;
  right: 65%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (max-width: 440px) {
  #content03 aside {
    top: -50px;
    right: inherit;
    left: 20px;
    transform: inherit;
    -webkit-transform: inherit;
    -ms-transform: inherit;
  }
}
#content03 aside img {
  width: 280px;
  height: auto;
}
@media screen and (max-width: 440px) {
  #content03 aside img {
    width: 110px;
  }
}
#content03 h2 {
  padding: 70px 0 30px 0;
  font-size: 1.625rem;
}
@media screen and (max-width: 440px) {
  #content03 h2 {
    font-size: 1.1875rem;
    padding: 50px 0 20px 0;
  }
}
#content04 {
  color: #001868;
  padding-bottom: 200px;
  margin-bottom: -100px;
}
@media screen and (max-width: 440px) {
  #content04 {
    padding-bottom: 150px;
  }
}
#content04 h2 {
  text-align: center;
  padding: 70px 0 30px 0;
  font-size: 2.25rem;
  line-height: 1.5;
}
@media screen and (max-width: 440px) {
  #content04 h2 {
    font-size: 1.25rem;
    padding: 50px 0 40px 0;
  }
}
#content04 h2 strong {
  font-size: 1.625rem;
  display: block;
}
@media screen and (max-width: 440px) {
  #content04 h2 strong {
    font-size: 0.9375rem;
  }
}
#content04 ul {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 70px;
}
@media screen and (max-width: 440px) {
  #content04 ul {
    padding: 0 1.25rem;
    box-sizing: border-box;
    gap: 10px;
    margin-top: 0px;
  }
}
#content04 ul li {
  width: calc((100% - 60px) / 3);
  border-radius: 30px;
  border: 2px solid #001868;
  box-sizing: border-box;
  padding: 30px 20px;
}
@media screen and (max-width: 440px) {
  #content04 ul li {
    width: calc((100% - 10px) / 2);
    padding: 20px 10px;
    border-radius: 15px;
  }
}
#content04 ul li h3 {
  font-size: 1.625rem;
  line-height: 1.5;
  min-height: 3em;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 440px) {
  #content04 ul li h3 {
    font-size: 0.9375rem;
  }
}
#content04 ul li figure {
  display: block;
  margin: 30px auto;
}
@media screen and (max-width: 440px) {
  #content04 ul li figure {
    margin: 20px auto;
  }
}
#content04 ul li figure img {
  width: 100%;
  height: auto;
}
#content04 ul li:nth-of-type(1) {
  background: #fce4e8;
}
#content04 ul li:nth-of-type(2) {
  background: #feeddf;
}
#content04 ul li:nth-of-type(3) {
  background: #dad5ea;
}
#content04 ul li:nth-of-type(4) {
  background: #e5edfa;
}
#content04 ul li:nth-of-type(5) {
  background: #d8e5d6;
}
#content04 ul li:nth-of-type(6) {
  background: #d9dce6;
}/*# sourceMappingURL=style.css.map */