p,
h1,
h2,
h3,
h4,
h5 {
  line-height: 1.8em;
}

.fs-sm {
  font-size: 16px;
}

.fs-md {
  font-size: 19px;
}

.fs-lr {
  font-size: 22px;
}

.fs-lg {
  font-size: 32px;
}

.inner, .problem__inner, .value__inner, .feature__inner, .growth__inner, .movie__inner, .case__inner, .end__inner {
  padding: 80px 8vw;
  max-width: 1200px;
  margin: auto;
}

html {
  font-size: 62.5%;
}

body {
  background-color: #ffffff;
  font-size: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #0a1a24;
  font-family: Roboto, "Noto Sans JP", sans-serif;
  font-weight: 500;
}

button {
  background: none;
  margin: 0;
  padding: 0;
  border: none;
}

img {
  width: 100%;
  vertical-align: bottom;
}

a {
  color: #ffffff;
  text-decoration: none;
}

.btn a {
  padding: 15px 30px;
  display: block;
  background: #ef5e4b;
  font-size: 2.2rem;
  border-radius: 10px;
  border: 2px solid #ef5e4b;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  line-height: 1.5em;
}

.cvarea {
  background: #22475d;
  position: relative;
  z-index: 10;
  padding: 25px 8vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2.6rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
}

.cvarea.first {
  background: #1c3341;
}

.cvarea .btn {
  margin-left: 40px;
}

.header {
  color: #ffffff;
  width: 100%;
  z-index: 100;
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
}

.header.fixed {
  background: #22475d;
  position: fixed;
}

.header__inner {
  padding: 15px 20px;
}

.header .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
}

.header .logo img {
  height: 30px;
  width: auto;
  margin-right: 10px;
}

.header .logo span {
  font-size: 1.6rem;
}

.header nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header nav .btn a {
  padding: 15px 20px;
  font-weight: bold;
  font-size: 1.8rem;
}

.fv {
  background: #22475d;
  color: #ffffff;
  text-align: center;
  position: relative;
}

.fv__inner {
  padding: 100px 10% 0;
  max-width: 1300px;
  margin: auto;
}

.fv::before {
  content: "";
  position: absolute;
  background: url(../images/mark.png) no-repeat;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background-position: 110% -50%;
}

.fv__inner {
  position: relative;
  z-index: 3;
}

.fv h1 {
  font-size: 5rem;
  line-height: 1.5em;
  margin-bottom: 15px;
}

.fv h1 span {
  color: #ef5e4b;
  font-size: 6rem;
}

.fv .text {
  margin-bottom: 60px;
}

.fv .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.fv .img img {
  max-width: 40%;
  height: 100%;
  padding-top: 5%;
  padding-left: 5%;
}

.fv .img .pc {
  position: absolute;
  right: 130px;
  max-width: 45%;
  padding-top: 0;
  height: auto;
}

.fv .company-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  padding: 10px 0;
  z-index: 100;
  position: relative;
}

.fv .company-logo .logo01 {
  height: 100px;
  width: auto;
  padding-left: 38px;
  -webkit-animation: loop 50s -25s linear infinite;
          animation: loop 50s -25s linear infinite;
}

.fv .company-logo .logo02 {
  height: 100px;
  width: auto;
  padding-left: 38px;
  -webkit-animation: loop2 50s linear infinite;
          animation: loop2 50s linear infinite;
}

@-webkit-keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@-webkit-keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}

@keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}

h2 {
  font-size: 3.6rem;
  text-align: center;
  margin-bottom: 60px;
  font-weight: 900;
  color: #0a1a24;
}

h2::after {
  content: "";
  width: 100px;
  height: 8px;
  background: #adc3cf;
  display: block;
  margin: auto;
  margin-top: 30px;
}

.problem {
  background: #eef7fb;
}

.problem__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #ffffff;
  padding: 20px 30px;
  font-size: 1.5rem;
  margin-bottom: 30px;
  position: relative;
  -webkit-box-shadow: 0 8px 18px #d6e3ea;
          box-shadow: 0 8px 18px #d6e3ea;
}

.problem__list li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #22475d transparent transparent transparent;
  border-width: 30px 30px 0 0px;
}

.problem__list li .img {
  width: 20%;
  max-width: 400px;
}

.problem__list li .text {
  margin-right: 30px;
  width: 80%;
}

.problem__list li .text__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 25px;
  color: #22475d;
}

.problem__list li .text__inner span {
  margin-right: 5px;
  font-weight: bold;
  font-size: 3.2rem;
  line-height: 1em;
  vertical-align: sub;
}

.problem__list li .text__inner span.number {
  font-size: 6.6rem;
  color: #adc3cf;
  margin-right: 15px;
}

.problem__list li .text__inner h3 {
  font-size: 3.2rem;
  font-weight: 900;
}

.value {
  background: #ffffff;
}

.value__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.value__list li {
  width: 28%;
  margin-right: 2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.value__list li h3 {
  font-size: 2.4rem;
  color: #22475d;
  margin-bottom: 10px;
  text-align: center;
  margin-top: auto;
  font-weight: 900;
}

.value__list li img {
  height: 38%;
  width: auto;
  margin: auto;
  margin-bottom: 25px;
  display: block;
}

.value__list li p {
  font-size: 1.6rem;
  min-height: 7.2em;
}

.feature {
  background: #eef7fb;
}

.feature__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 70px;
}

.feature__list li.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.feature__list li .text {
  width: 55%;
}

.feature__list li img {
  width: 40%;
}

.feature__list li h3 {
  font-size: 2.6rem;
  color: #22475d;
  margin-bottom: 15px;
}

.feature__list li p {
  font-size: 1.6rem;
}

.growth {
  background: #ffffff;
  text-align: center;
  font-size: 1.8rem;
  position: relative;
  overflow: hidden;
}

.growth::before {
  content: "";
  background: url(../images/mark_b.png) no-repeat;
  position: absolute;
  background-position: 40% 40%;
  width: 100%;
  height: 100%;
  background-size: 40%;
  z-index: 1;
}

.growth__inner {
  z-index: 3;
  position: relative;
}

.growth .img {
  width: 70%;
  margin: auto;
  margin-top: 50px;
}

.movie::before {
  content: "";
  background: url(../images/mark_b.png) no-repeat;
  position: absolute;
  background-position: -25% 0%;
  width: 100%;
  height: 100%;
  background-size: 40%;
  z-index: -1;
}

.movie__inner {
  padding: 70px 8vw 120px;
  z-index: 3;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.movie .text {
  padding-right: 15px;
}

.movie h2 {
  text-align: left;
  line-height: 1.2em;
  margin-bottom: 20px;
}

.movie h2::after {
  display: none;
}

.movie video {
  width: 60%;
  height: auto;
}

.case {
  background: #eef7fb;
}

.case ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
}

.case ul li {
  width: 49%;
  background: #ffffff;
  margin-bottom: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.case ul li a {
  padding: 30px;
  display: block;
  color: #0a1a24;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.case ul li a:hover {
  opacity: 0.7;
}

.case ul li img {
  margin-bottom: 20px;
}

.case ul li .text {
  margin-bottom: 20px;
  font-size: 1.6rem;
}

.case ul li .name {
  font-weight: bold;
  text-align: center;
  font-size: 1.8rem;
}

.case .btn a {
  background: #22475d;
  border: 2px solid #22475d;
  width: 250px;
  text-align: center;
  margin: auto;
}

.end {
  background: #22475d;
}

.end h2 {
  color: #ffffff;
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 30px;
}

.end h2::after {
  display: none;
}

.end .img {
  width: 150px;
  margin: auto;
  margin-bottom: 50px;
}

.end .btn a {
  width: 250px;
  text-align: center;
  margin: auto;
  font-weight: bold;
}

.footer a {
  color: #0a1a24;
}

.footer__menu__list {
  padding: 30px 0;
  background: #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.4rem;
}

.footer__menu__list li {
  margin: 0 15px;
}

.footer small {
  font-size: 1.2rem;
  padding: 20px 0;
  text-align: center;
  display: block;
}

.no-pc {
  display: none;
}

.no-sp {
  display: block;
}

@media (max-width: 1050px) and (min-width: 768px) {
  .inner, .problem__inner, .value__inner, .feature__inner, .growth__inner, .movie__inner, .case__inner, .end__inner {
    padding: 80px 3vw;
  }
  .cvarea {
    font-size: 2.4vw;
    padding: 20px 20px;
  }
  .cvarea.first {
    margin-top: -50px;
  }
  .cvarea .btn a {
    padding: 15px;
  }
  h2 {
    font-size: 3rem;
  }
  .fv h1 {
    font-size: 5vw;
  }
  .fv h1 span {
    font-size: 6vw;
  }
  .fv .img img:first-child {
    display: none;
  }
  .fv .img img.pc {
    display: block;
    position: relative;
    max-width: 80%;
    margin: auto;
    right: 0;
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  p,
  h1,
  h2,
  h3,
  h4,
  h5 {
    line-height: 1.5em;
  }
  .inner, .problem__inner, .value__inner, .feature__inner, .growth__inner, .movie__inner, .case__inner, .end__inner {
    padding: 80px 20px;
    max-width: 1200px;
    margin: auto;
  }
  .cvarea {
    font-size: 4vw;
    padding: 15px 20px;
    display: block;
    text-align: center;
  }
  .cvarea.first {
    display: block;
    margin-top: -50px;
    font-size: 4vw;
  }
  .cvarea p {
    margin-bottom: 10px;
  }
  .cvarea .btn {
    margin-left: 0;
  }
  .cvarea .btn a {
    font-size: 1.6rem;
    text-align: center;
    padding: 15px 30px;
  }
  .header .logo img {
    height: 20px;
  }
  .header .logo span {
    display: none;
  }
  .header nav .btn a {
    font-size: 1.4rem;
    padding: 10px;
  }
  .fv::before {
    background-position: 300% -20%;
    background-size: 80%;
  }
  .fv__inner {
    padding: 100px 20px 0;
  }
  .fv h1 {
    font-size: 7.4vw;
  }
  .fv h1 span {
    font-size: 8.4vw;
  }
  .fv .text {
    font-size: 1.4rem;
    margin-bottom: 30px;
  }
  .fv .img {
    display: block;
  }
  .fv .img img:first-child {
    display: none;
  }
  .fv .img img.pc {
    position: relative;
    max-width: 100%;
    right: 0;
    padding: 0;
  }
  h2 {
    font-size: 2.4rem;
  }
  h2::after {
    height: 5px;
  }
  .problem__list li {
    display: block;
    font-size: 1.4rem;
    padding: 20px;
  }
  .problem__list li .text {
    margin-right: 0;
    width: 100%;
    margin-bottom: 15px;
  }
  .problem__list li .text__inner {
    display: block;
    margin-bottom: 15px;
  }
  .problem__list li .text__inner span {
    font-size: 2.2rem;
  }
  .problem__list li .text__inner span.number {
    font-size: 4rem;
  }
  .problem__list li .text__inner h3 {
    font-size: 2.2rem;
    margin-top: 15px;
    margin-bottom: 10px;
  }
  .problem__list li .img {
    width: 40%;
    margin: auto;
  }
  .value__list {
    display: block;
  }
  .value__list li {
    width: 100%;
  }
  .value__list li h3 {
    font-size: 2.2rem;
  }
  .value__list li img {
    width: 50%;
  }
  .value__list li p {
    font-size: 1.4rem;
  }
  .feature__list li {
    display: block;
  }
  .feature__list li:last-child {
    margin-bottom: 0;
  }
  .feature__list li .text {
    width: 100%;
  }
  .feature__list li .text h3 {
    font-size: 2rem;
  }
  .feature__list li .text p {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
  .feature__list li img {
    display: block;
    width: 100%;
    margin: auto;
  }
  .growth::before {
    background-position: 50% 50%;
    background-size: 80%;
  }
  .growth .img {
    width: 100%;
  }
  .growth p {
    font-size: 1.5rem;
  }
  .movie {
    text-align: center;
  }
  .movie::before {
    background-position: -150% 10%;
    background-size: 80%;
    left: 0;
  }
  .movie__inner {
    display: block;
    padding: 50px 20px 80px;
  }
  .movie .text {
    padding-right: 0;
  }
  .movie h2 {
    font-size: 2.8rem;
    text-align: center;
  }
  .movie p {
    margin-bottom: 30px;
    font-size: 1.5rem;
  }
  .movie video {
    width: 100%;
  }
  .case ul {
    display: block;
  }
  .case ul li {
    width: 100%;
  }
  .case ul li a {
    padding: 30px;
  }
  .case ul li .text {
    font-size: 1.4rem;
  }
  .case ul li .name {
    font-size: 1.6rem;
  }
  .case .btn a {
    font-size: 1.6rem;
  }
  .end h2 {
    font-size: 6vw;
  }
  .end .btn a {
    font-size: 1.6rem;
  }
  .no-pc {
    display: block;
  }
  .no-sp {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */