main section.mv {
  background: url("/index/img/mv_all.png") no-repeat top left calc(50% - 123px);
}
@media screen and (max-width: 1500px) {
  main section.mv {
    background: url("/index/img/mv_all.png") no-repeat top left 68%;
    background-size: 130vw;
  }
}
@media screen and (max-width: 767px) {
  main section.mv {
    background: url("/index/img/mv_all_sp.png") no-repeat top center/100%;
  }
}
main section.mv .inner {
  max-width: 1500px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  main section.mv .inner {
    flex-direction: column-reverse;
  }
}
main section.mv .inner .ttl-area {
  width: 430px;
  padding-left: 50px;
}
@media screen and (max-width: 1500px) {
  main section.mv .inner .ttl-area {
    width: 28.6666666667vw;
    margin-top: 3vw;
    padding-left: 3.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  main section.mv .inner .ttl-area {
    width: 65%;
    padding-top: 12vw;
    padding-bottom: 10vw;
    padding-left: 10%;
    margin-right: auto;
  }
}
main section.mv .inner .ttl-area h1 {
  color: var(--blue);
  font-size: 54px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1500px) {
  main section.mv .inner .ttl-area h1 {
    font-size: 3.6vw;
  }
}
@media screen and (max-width: 767px) {
  main section.mv .inner .ttl-area h1 {
    font-size: 8vw;
  }
}
main section.mv .inner .ttl-area P {
  font-size: 18px;
  margin-top: 30px;
}
@media screen and (max-width: 1500px) {
  main section.mv .inner .ttl-area P {
    font-size: 1.2vw;
    margin-top: 2vw;
  }
}
@media screen and (max-width: 767px) {
  main section.mv .inner .ttl-area P {
    margin-top: 2vw;
    font-size: 4.2666666667vw;
  }
}
main section.mv .inner .swiper {
  width: 930px;
  margin: 0;
  padding: 140px 0 150px;
}
@media screen and (max-width: 1500px) {
  main section.mv .inner .swiper {
    translate: 5% 0;
    width: 62vw;
    padding: 9.3333333333vw 0 9.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  main section.mv .inner .swiper {
    width: 86.6666666667vw;
    translate: 17% 0;
    padding: 11vw 0 0;
  }
}
main section.message {
  background-color: var(--blue);
  color: var(--white);
  position: relative;
}
@media screen and (max-width: 960px) {
  main section.message {
    background-color: var(--blue);
  }
}
@media screen and (max-width: 767px) {
  main section.message {
    padding-bottom: 60vw;
    background-color: var(--blue);
  }
}
main section.message .mizuhiki {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  main section.message .mizuhiki {
    width: 150%;
    height: auto;
    top: auto;
    bottom: -5vw;
  }
}
main section.message .mizuhiki svg {
  translate: -5% 0;
}
@media screen and (max-width: 767px) {
  main section.message .mizuhiki svg {
    translate: 0;
  }
}
main section.message .inner {
  max-width: 1200px;
  margin: 0 auto;
  width: 90%;
  padding: 120px 0 250px;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  main section.message .inner {
    padding: 40px 0 0;
    flex-direction: column;
  }
}
main section.message .inner .txt-area {
  width: 50%;
}
@media screen and (max-width: 767px) {
  main section.message .inner .txt-area {
    width: 100%;
  }
}
main section.message .inner .txt-area hgroup p {
  position: relative;
  font-size: 16px;
  padding-left: 17px;
}
main section.message .inner .txt-area hgroup p:before {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: var(--white);
}
main section.message .inner .txt-area hgroup h2 {
  font-weight: 500;
  font-size: 50px;
  margin-top: 10px;
}
@media screen and (max-width: 1400px) {
  main section.message .inner .txt-area hgroup h2 {
    font-size: 36px;
  }
}
@media screen and (max-width: 960px) {
  main section.message .inner .txt-area hgroup h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  main section.message .inner .txt-area hgroup h2 {
    font-size: 26px;
  }
}
main section.message .inner .txt-area > p {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  main section.message .inner .txt-area > p {
    margin-top: 15px;
  }
}
main section.service {
  padding-top: 140px;
}
@media screen and (max-width: 767px) {
  main section.service {
    padding-top: 40px;
  }
}
main section.service .inner {
  max-width: 1200px;
  margin: 0 auto;
  width: 90%;
}
main section.service .inner .txt-area {
  display: flex;
  align-items: center;
  gap: 50px;
}
main section.service .inner .txt-area span {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  main section.service .inner .txt-area {
    align-items: flex-start;
    flex-direction: column;
    gap: 0;
  }
}
main section.service .inner .txt-area hgroup {
  color: var(--blue);
}
main section.service .inner .txt-area hgroup p {
  position: relative;
  font-size: 16px;
  padding-left: 17px;
}
main section.service .inner .txt-area hgroup p:before {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: var(--blue);
}
main section.service .inner .txt-area hgroup h2 {
  font-weight: 500;
  font-size: 50px;
}
@media screen and (max-width: 767px) {
  main section.service .inner .txt-area hgroup h2 {
    font-size: 26px;
  }
}
main section.service .inner .txt-area > p {
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  main section.service .inner .txt-area > p {
    margin-top: 10px;
  }
}
main section.service .inner ul.service-list {
  margin-top: 90px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media screen and (max-width: 900px) {
  main section.service .inner ul.service-list {
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  main section.service .inner ul.service-list {
    margin-top: 40px;
  }
}
main section.service .inner ul.service-list li {
  width: calc((100% - 60px) / 3);
  box-shadow: 0px 0px 30px 0px rgba(17, 92, 169, 0.15);
  border-radius: 20px;
  background-color: var(--white);
  transition: opacity 0.3s, box-shadow 0.3s;
}
@media (hover) {
  main section.service .inner ul.service-list li:hover {
    opacity: 0.8;
    box-shadow: 0px 0px 0px 0px rgb(255, 255, 255);
  }
}
@media screen and (max-width: 900px) {
  main section.service .inner ul.service-list li {
    width: calc((100% - 40px) / 2);
  }
}
@media screen and (max-width: 767px) {
  main section.service .inner ul.service-list li {
    width: 100%;
  }
}
main section.service .inner ul.service-list li a h3 {
  font-size: 24px;
  position: relative;
  border-bottom: 1px solid #e6e6e6;
  min-height: 70px;
  display: flex;
  align-items: center;
  padding-left: 30px;
}
main section.service .inner ul.service-list li a h3:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 70px;
  height: 70px;
  background-color: var(--blue);
  z-index: 0;
  border-radius: 0 20px 0 0;
}
main section.service .inner ul.service-list li a h3:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  translate: 0 -50%;
  width: 13px;
  height: 10px;
  -webkit-mask-image: url("/common/img/icn_arw.svg");
          mask-image: url("/common/img/icn_arw.svg");
  -webkit-mask-size: 6px 11px;
          mask-size: 6px 11px;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: right center;
          mask-position: right center;
  background-color: var(--white);
  z-index: 1;
}
main section.service .inner ul.service-list li a .img {
  padding: 0 35px;
  min-height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1300px) {
  main section.service .inner ul.service-list li a .img {
    min-height: 23.0769230769vw;
  }
}
@media screen and (max-width: 900px) {
  main section.service .inner ul.service-list li a .img {
    min-height: 32.5945241199vw;
  }
}
@media screen and (max-width: 767px) {
  main section.service .inner ul.service-list li a .img {
    min-height: auto;
    padding: 20px 5%;
  }
}
main section.service .inner ul.service-list li a > p {
  border-top: 1px solid #e6e6e6;
  padding: 20px 0 30px;
  margin: 0 25px;
}
main section.service .inner .btn-cta {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  main section.service .inner .btn-cta {
    margin-top: 40px;
  }
}
main section.story {
  margin-top: 100px;
  background: url("/index/img/story_obj.png") no-repeat top 23px left calc(50% + 400px)/890px;
}
@media screen and (max-width: 1500px) {
  main section.story {
    background: none;
  }
}
@media screen and (max-width: 767px) {
  main section.story {
    margin-top: 60px;
  }
}
main section.story .inner {
  max-width: 1500px;
  margin: 0 auto;
  padding: 120px 0 110px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row-reverse;
  color: var(--blue);
}
@media screen and (max-width: 1500px) {
  main section.story .inner {
    padding: 0;
  }
}
@media screen and (max-width: 960px) {
  main section.story .inner {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  main section.story .inner {
    padding: 0 5%;
    flex-direction: column;
  }
}
main section.story .inner .txt-area {
  max-width: 540px;
  width: 50%;
  color: var(--blue);
  margin: 0 auto;
  padding: 0 40px;
}
main section.story .inner .txt-area span {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  main section.story .inner .txt-area {
    width: 100%;
    max-width: 100%;
    margin-top: 20px;
    padding: 0;
  }
}
main section.story .inner .txt-area hgroup p {
  position: relative;
  font-size: 16px;
  padding-left: 17px;
  color: var(--blue);
}
main section.story .inner .txt-area hgroup p:before {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: var(--blue);
}
main section.story .inner .txt-area hgroup h2 {
  font-weight: 500;
  font-size: 60px;
  line-height: 1.2;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  main section.story .inner .txt-area hgroup h2 {
    font-size: 26px;
  }
}
main section.story .inner .txt-area > p {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  main section.story .inner .txt-area > p {
    margin-top: 15px;
  }
}
main section.story .inner p {
  color: var(--black);
}
main section.story .inner .img {
  margin-left: auto;
  max-width: 697px;
}
main section.story .inner .img .pcImg2 {
  display: inline-block;
}
main section.story .inner .img .spImg2 {
  display: none;
}
@media screen and (max-width: 1500px) {
  main section.story .inner .img {
    max-width: 100%;
    width: 50%;
  }
  main section.story .inner .img .pcImg2 {
    display: none;
  }
  main section.story .inner .img .spImg2 {
    display: inline-block;
  }
}
@media screen and (max-width: 767px) {
  main section.story .inner .img {
    max-width: 95vw;
    width: 95vw;
  }
}
main .bg {
  background: url("/index/img/service_obj01.png") no-repeat top 60px left calc(50% + 850px)/984px, url("/index/img/service_obj02.png") no-repeat bottom 380px right calc(50% + 880px)/984px;
}
main section.feature {
  background: url("/index/img/feature_obj.png") no-repeat top 23px left calc(50% - 400px)/890px;
}
@media screen and (max-width: 1500px) {
  main section.feature {
    background: none;
  }
}
@media screen and (max-width: 767px) {
  main section.feature {
    margin-top: 60px;
    background: none;
  }
}
main section.feature .inner {
  max-width: 1500px;
  margin: 0 auto;
  padding: 120px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1500px) {
  main section.feature .inner {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 960px) {
  main section.feature .inner {
    padding: 60px 0 0;
  }
}
@media screen and (max-width: 767px) {
  main section.feature .inner {
    flex-direction: column;
    padding: 0 5%;
  }
}
main section.feature .inner .txt-area {
  max-width: 580px;
  width: 50%;
  color: var(--blue);
  margin: 0 auto;
  padding: 0 40px;
}
main section.feature .inner .txt-area span {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  main section.feature .inner .txt-area {
    width: 100%;
    max-width: 100%;
    margin-top: 20px;
    padding: 0;
  }
}
main section.feature .inner .txt-area hgroup p {
  position: relative;
  font-size: 16px;
  padding-left: 17px;
}
main section.feature .inner .txt-area hgroup p:before {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: var(--blue);
}
main section.feature .inner .txt-area hgroup h2 {
  font-weight: 500;
  font-size: 60px;
  line-height: 1.2;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  main section.feature .inner .txt-area hgroup h2 {
    font-size: 26px;
  }
}
main section.feature .inner .txt-area > p {
  margin-top: 30px;
  color: var(--black);
}
@media screen and (max-width: 767px) {
  main section.feature .inner .txt-area > p {
    margin-top: 15px;
  }
}
main section.feature .inner .img {
  margin-right: auto;
  max-width: 697px;
}
@media screen and (max-width: 1500px) {
  main section.feature .inner .img {
    width: 50%;
  }
}
main section.feature .inner .img .pcImg2 {
  display: inline-block;
}
main section.feature .inner .img .spImg2 {
  display: none;
}
@media screen and (max-width: 1500px) {
  main section.feature .inner .img {
    max-width: 100%;
  }
  main section.feature .inner .img .pcImg2 {
    display: none;
  }
  main section.feature .inner .img .spImg2 {
    display: inline-block;
  }
}
@media screen and (max-width: 767px) {
  main section.feature .inner .img {
    max-width: 95vw;
    width: 95vw;
    translate: -5vw 0;
  }
}/*# sourceMappingURL=style.css.map */