@charset "UTF-8";
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}
html body {
  font-size: 1.3rem;
  line-height: 1.4;
  background-size: auto auto;
  background-color: rgb(255, 255, 255);
}
@media screen and (max-width: 770px) {
  html body {
    background-image: none;
  }
}
html body * {
  font-family: sans-serif;
  font-size: inherit;
  line-height: inherit;
}
html body a,
html body a:visited {
  color: inherit;
}
html body a {
  display: block;
  opacity: 1;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
html body a:hover {
  opacity: 0.8;
}
html body img {
  width: 100%;
}
html body picture {
  display: block;
}
html body .loaded {
  opacity: 0;
  visibility: hidden;
}
html body #loading {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100vw;
  height: 100vh;
  -webkit-transition: all 1s;
  transition: all 1s;
  background-color: #000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
html body #loading .orbit-spinner, html body #loading .orbit-spinner * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
html body #loading .orbit-spinner {
  height: 55px;
  width: 55px;
  border-radius: 50%;
  -webkit-perspective: 800px;
          perspective: 800px;
}
html body #loading .orbit-spinner .orbit {
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
html body #loading .orbit-spinner .orbit:nth-child(1) {
  left: 0%;
  top: 0%;
  -webkit-animation: orbit-spinner-orbit-one-animation 1200ms linear infinite;
          animation: orbit-spinner-orbit-one-animation 1200ms linear infinite;
  border-bottom: 3px solid #f7b52c;
}
html body #loading .orbit-spinner .orbit:nth-child(2) {
  right: 0%;
  top: 0%;
  -webkit-animation: orbit-spinner-orbit-two-animation 1200ms linear infinite;
          animation: orbit-spinner-orbit-two-animation 1200ms linear infinite;
  border-right: 3px solid #f29600;
}
html body #loading .orbit-spinner .orbit:nth-child(3) {
  right: 0%;
  bottom: 0%;
  -webkit-animation: orbit-spinner-orbit-three-animation 1200ms linear infinite;
          animation: orbit-spinner-orbit-three-animation 1200ms linear infinite;
  border-top: 3px solid #e95513;
}
@-webkit-keyframes orbit-spinner-orbit-one-animation {
  0% {
    -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
            transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
            transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
  }
}
@keyframes orbit-spinner-orbit-one-animation {
  0% {
    -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
            transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
            transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
  }
}
@-webkit-keyframes orbit-spinner-orbit-two-animation {
  0% {
    -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
            transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
            transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
  }
}
@keyframes orbit-spinner-orbit-two-animation {
  0% {
    -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
            transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
            transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
  }
}
@-webkit-keyframes orbit-spinner-orbit-three-animation {
  0% {
    -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
            transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
            transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
  }
}
@keyframes orbit-spinner-orbit-three-animation {
  0% {
    -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
            transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
            transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
  }
}
html body .hBtn {
  display: block;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 3;
}
html body .hBtn img {
  width: 10vw;
}
@media screen and (max-width: 770px) {
  html body .hBtn img {
    width: 20vw;
  }
}
html body main {
  width: 100%;
  overflow-x: hidden;
}
html body ul {
  max-width: 1920px;
  margin: 0 auto;
}
@media sceen and (max-width: 770px) {
  html body ul {
    width: 100%;
  }
}
html body ul .top {
  position: relative;
  background: url("../img/1.jpg") center center no-repeat;
  background-size: cover;
  padding: 15vw 0 15vw;
}
@media screen and (max-width: 770px) {
  html body ul .top {
    background: url("../img/1sp.jpg") center center no-repeat;
    background-size: cover;
    height: 73vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
html body ul .top .logo {
  display: block;
  position: absolute;
  left: 3vw;
  top: 3vw;
  z-index: 3;
}
html body ul .top .logo img {
  width: 8vw;
}
@media screen and (max-width: 770px) {
  html body ul .top .logo img {
    width: 15vw;
  }
}
html body ul .top picture:nth-of-type(1) {
  margin-bottom: 2vw;
}
html body ul .copy {
  background: url("../img/copy1.jpg") center center no-repeat;
  background-size: cover;
  padding: 3vw 0 8vw;
}
@media screen and (max-width: 770px) {
  html body ul .copy {
    background: url("../img/copy1_sp.jpg") center center no-repeat;
    background-size: cover;
    padding: 6vw 0 20vw;
    z-index: 1;
  }
}
html body ul .cta {
  position: relative;
  margin-top: -6vw;
  width: 100%;
  text-align: center;
  z-index: 2;
}
@media screen and (max-width: 770px) {
  html body ul .cta {
    margin-top: -13vw;
  }
}
html body ul .cta .dlqr {
  background-color: #fff;
  width: 80%;
  border: 10px solid #a20101;
  border-radius: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
  margin: 0 auto;
}
@media screen and (max-width: 770px) {
  html body ul .cta .dlqr {
    width: 90%;
    border: 5px solid #a20101;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
html body ul .cta .dlqr a {
  margin-right: 30px;
}
@media screen and (max-width: 770px) {
  html body ul .cta .dlqr a {
    text-align: center;
    margin-right: 0;
  }
}
html body ul .cta .dlqr a img {
  width: 100%;
}
html body ul .concept {
  margin-top: -6vw;
  background: url("../img/2.jpg") left top no-repeat;
  background-size: cover;
  padding: 13vw 0 25vw;
}
html body ul .concept picture:first-child {
  margin-bottom: 3.5vw;
}
@media screen and (max-width: 770px) {
  html body ul .concept picture:first-child {
    margin-bottom: 10vw;
  }
}
@media screen and (max-width: 770px) {
  html body ul .concept {
    background: url("../img/2_sp.jpg") center center no-repeat;
    background-size: cover;
    margin-top: -18vw;
    padding: 30vw 0 50vw;
  }
}
html body ul .copy1 {
  position: relative;
  z-index: 1;
  background: url("../img/3bg.png") center center no-repeat;
  margin-top: -15vw;
  padding: 20vw 0 15vw;
  background-size: cover;
}
@media screen and (max-width: 770px) {
  html body ul .copy1 {
    background: url("../img/3bg_sp.png") center center no-repeat;
    background-size: 100%;
    padding: 40vw 0 22vw;
    margin-top: -25vw;
  }
}
html body ul .pc {
  display: block;
}
@media screen and (max-width: 770px) {
  html body ul .pc {
    display: none;
  }
}
html body ul .sp {
  display: none;
}
@media screen and (max-width: 770px) {
  html body ul .sp {
    display: block;
  }
}
html body ul .feat {
  background: #fff;
  padding: 18vw 0 13vw;
  margin-top: -10vw;
}
html body ul .feat picture:first-child {
  margin-bottom: 8vw;
}
@media screen and (max-width: 770px) {
  html body ul .feat picture:first-child {
    margin-bottom: 15vw;
  }
}
html body ul .feat picture:nth-child(2) {
  margin-bottom: 8vw;
}
@media screen and (max-width: 770px) {
  html body ul .feat picture:nth-child(2) {
    margin-bottom: 15vw;
  }
}
html body ul .feat picture:nth-child(3) {
  margin-bottom: 8vw;
}
@media screen and (max-width: 770px) {
  html body ul .feat picture:nth-child(3) {
    margin-bottom: 15vw;
  }
}
html body ul .feat picture:nth-child(4) {
  margin-bottom: 8vw;
}
@media screen and (max-width: 770px) {
  html body ul .feat picture:nth-child(4) {
    margin-bottom: 15vw;
  }
}
@media screen and (max-width: 770px) {
  html body ul .feat {
    padding: 35vw 0 25vw;
  }
}
html body ul .feat .point {
  padding: 15vw 0;
}
html body ul .feat .point .graph {
  width: 80%;
  margin: 0 auto;
}
html body ul .feat .point .graph figure {
  overflow: scroll;
}
html body ul .feat .point .graph figure picture {
  margin-bottom: 5vw;
}
html body ul .feat .point .graph figure img {
  width: 200%;
}
html body ul .feat .f1 {
  background: url("../img/point1_bg.jpg.webp") left top repeat;
}
@media screen and (max-width: 770px) {
  html body ul .pMenu {
    padding: 10vw 0 25vw;
  }
  html body ul .pMenu .f1 {
    padding: 5vw 0;
  }
}
html body ul .flow {
  background: url("../img/7bg.png") left top no-repeat;
  background-color: #fff;
  background-size: cover;
  padding: 30vw 0 25vw;
  margin-top: -1px;
}
@media screen and (max-width: 770px) {
  html body ul .flow {
    margin-top: -30vw;
    position: relative;
    z-index: 1;
    background-color: transparent;
    padding: 60vw 0 50vw;
  }
}
html body ul .flow picture:nth-child(1) {
  margin-bottom: 8vw;
}
@media screen and (max-width: 770px) {
  html body ul .flow picture:nth-child(1) {
    margin-bottom: 10vw;
  }
}
html body ul .cta2 {
  background: url("../img/14.jpg") center bottom;
  background-attachment: fixed;
  padding: 10vw 0 10vw;
  margin-top: -2px;
}
@media screen and (max-width: 770px) {
  html body ul .cta2 {
    background: url("../img/14_sp.jpg") center bottom no-repeat;
    background-size: 100%;
    margin-top: 0px;
    padding: 25vw 0 30vw;
  }
}
html body ul .cta2 picture:nth-child(1) {
  margin-bottom: 3vw;
}
html body ul .message {
  background: url("../img/15bg.jpg") center center no-repeat;
  background-size: cover;
  padding: 10vw 0;
}
@media screen and (max-width: 770px) {
  html body ul .message {
    padding: 30vw 0;
  }
}
html body ul .message picture:nth-child(1) {
  margin-bottom: 6vw;
}
@media screen and (max-width: 770px) {
  html body ul .message picture:nth-child(1) {
    margin-bottom: 10vw;
  }
}
html body ul .message picture:nth-child(2) {
  margin-bottom: 9vw;
}
@media screen and (max-width: 770px) {
  html body ul .message picture:nth-child(2) {
    margin-bottom: 14vw;
  }
}
html body ul .about {
  background: url("../img/18bg.png") center center no-repeat;
  background-size: cover;
  padding: 10vw 0 2vw;
}
@media screen and (max-width: 770px) {
  html body ul .about {
    background: transparent;
    padding: 0;
  }
}
html body ul .about picture:nth-child(1) {
  margin-bottom: 6vw;
}
@media screen and (max-width: 770px) {
  html body ul .about picture:nth-child(1) {
    display: none;
  }
}
html body ul .about picture:nth-child(2) {
  margin-bottom: 9vw;
}
html body ul .company {
  background: #fff;
  padding: 15vw 0 15vw;
}
html body ul .company .sp {
  display: none;
  margin-bottom: 15vw;
}
@media screen and (max-width: 770px) {
  html body ul .company .sp {
    display: block;
  }
}
html body ul .company picture:nth-child(1) {
  margin-bottom: 10vw;
}
@media screen and (max-width: 770px) {
  html body ul .company picture:nth-child(1) {
    margin-bottom: 20vw;
  }
}
html body ul .cta3 {
  background: url("../img/23bg.jpg") center center;
  background-size: cover;
  padding: 10vw 0 10vw;
  margin-top: -1px;
}
@media screen and (max-width: 770px) {
  html body ul .cta3 {
    background: url("../img/23bg_sp.jpg") center center no-repeat;
    background-size: 100%;
    padding: 15vw 0 7vw;
  }
}
html body ul .cta3 picture:nth-child(1) {
  margin-bottom: 3vw;
}
html body footer {
  max-width: 1920px;
  margin: 0 auto;
  background: #a21818;
  color: #fff;
}
@media screen and (max-width: 770px) {
  html body footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 5vw 2vw;
  }
}
html body footer .ftCnt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 5vw 2vw;
}
@media screen and (max-width: 770px) {
  html body footer .ftCnt {
    margin-bottom: 8vw;
  }
}
html body footer .ftCnt > ul:nth-child(1) {
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 770px) {
  html body footer .ftCnt > ul:nth-child(1) {
    width: 50%;
  }
}
html body footer .ftCnt > ul:nth-child(1) li {
  width: 100%;
}
html body footer .ftCnt > ul:nth-child(1) li img {
  width: 8vw;
}
@media screen and (max-width: 770px) {
  html body footer .ftCnt > ul:nth-child(1) li img {
    width: 40%;
  }
}
html body footer .ftCnt > ul:nth-child(1) li:nth-child(1) {
  margin-bottom: 2vw;
}
html body footer .ftCnt > ul:nth-child(1) li:nth-child(2) {
  line-height: 2;
  font-size: 0.8vw;
}
@media screen and (max-width: 770px) {
  html body footer .ftCnt > ul:nth-child(1) li:nth-child(2) {
    font-size: 3vw;
  }
}
html body footer .ftCnt > ul:nth-child(2) {
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 770px) {
  html body footer .ftCnt > ul:nth-child(2) {
    width: 50%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
html body footer .ftCnt > ul:nth-child(2) ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 3vw;
}
@media screen and (max-width: 770px) {
  html body footer .ftCnt > ul:nth-child(2) ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
html body footer .ftCnt > ul:nth-child(2) li {
  text-align: right;
  line-height: 2;
}
html body footer .ftCnt > ul:nth-child(2) li:nth-child(1) {
  margin-bottom: 1vw;
}
html body footer .ftCnt > ul:nth-child(2) li:nth-child(1) li {
  margin-right: 1.2vw;
  letter-spacing: 0.5rem;
  font-size: 1.1vw;
  font-weight: bold;
}
@media screen and (max-width: 770px) {
  html body footer .ftCnt > ul:nth-child(2) li:nth-child(1) li {
    margin-right: 0;
    font-size: 4vw;
  }
}
html body footer .ftCnt > ul:nth-child(2) li:nth-child(1) li:last-child {
  margin-right: 0;
}
html body footer .ftCnt > ul:nth-child(2) > li:nth-child(2) {
  font-size: 0.8vw;
}
@media screen and (max-width: 770px) {
  html body footer .ftCnt > ul:nth-child(2) > li:nth-child(2) {
    display: none;
  }
}
html body span {
  color: #fff;
}
html body p {
  display: none;
}
@media screen and (max-width: 770px) {
  html body p {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 2vw;
  }
}
html body .menu-content {
  width: 50%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 100%; /*leftの値を変更してメニューを画面外へ*/
  z-index: 80;
  background-color: #a20101;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; /*アニメーション設定*/
}
@media screen and (max-width: 770px) {
  html body .menu-content {
    width: 100%;
  }
}
html body .menu-content ul {
  padding: 70px 10px 0;
}
html body .menu-content ul li {
  border-bottom: solid 1px #ffffff;
  list-style: none;
}
html body .menu-content ul li a {
  display: block;
  width: 100%;
  font-size: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #ffffff;
  text-decoration: none;
  padding: 9px 15px 10px 0;
  position: relative;
}
html body .menu-content ul li a::before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  right: 11px;
  top: 16px;
}
html body .menu-btn {
  position: fixed;
  top: 10px;
  right: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  width: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 90;
  background-color: #fff;
}
html body .menu-btn span,
html body .menu-btn span:before,
html body .menu-btn span:after {
  content: "";
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background-color: #a20101;
  position: absolute;
}
html body .menu-btn span:before {
  bottom: 8px;
}
html body .menu-btn span:after {
  top: 8px;
}
html body #menu-btn-check:checked ~ .menu-content {
  left: 50%; /*メニューを画面内へ*/
}
@media screen and (max-width: 770px) {
  html body #menu-btn-check:checked ~ .menu-content {
    left: 0;
  }
}
html body #menu-btn-check:checked ~ .menu-btn span {
  background-color: rgba(255, 255, 255, 0); /*メニューオープン時は真ん中の線を透明にする*/
}
html body #menu-btn-check:checked ~ .menu-btn span::before {
  bottom: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
html body #menu-btn-check:checked ~ .menu-btn span::after {
  top: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
html body #menu-btn-check {
  display: none;
}/*# sourceMappingURL=style.css.map */