@import url("https://fonts.googleapis.com/css2?family=Baloo+2:wght@600&family=Jost&family=Noto+Sans+JP&display=swap");
html {
  padding: 0;
  margin: 0;
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 15px;
  color: #555555;
  line-height: 1;
  letter-spacing: 0.05em;
  padding: 0;
  margin: 0;
}

ul, p {
  padding: 0;
  margin: 0;
}

li {
  list-style-type: none;
}

.btn {
  display: block;
  padding: 10px 50px;
  margin: auto;
}

.en {
  font-family: 'Jost', sans-serif;
}

a {
  text-decoration: none;
}

header {
  position: fixed;
  top: 0;
  background: #ffffff;
  border-bottom: 1px solid #333;
  width: 100%;
  height: 100px;
  z-index: 99999;
}

header a {
  text-decoration: none;
  color: #666666;
}

header .menu-area {
  width: 100%;
  height: 100%;
  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;
  padding: 0 100px;
}

header .menu-area img {
  display: block;
  height: 41px;
}

header .menu-area ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: none;
}

header .menu-area ul li {
  margin: 0 0 0 25px;
}

header .menu-area ul li a:hover {
  padding: 0 0 10px;
  border-bottom: 3px solid #3366ff;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

main {
  margin: 100px 0 0;
}

@-webkit-keyframes title {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1.0;
  }
}

@keyframes title {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1.0;
  }
}

.cover-base, .cover01 {
  background-image: url(img/bg001.gif);
  background-size: cover;
  background-position: center;
  height: 600px;
}

.cover-base .inner, .cover01 .inner {
  width: 100%;
  height: 100%;
  position: relative;
}

.cover-base .inner h1, .cover01 .inner h1 {
  font-size: 3.0rem;
  margin: 0 0 30px;
  opacity: 0;
  -webkit-animation: title 5s ease 0s normal 1 forwards;
          animation: title 5s ease 0s normal 1 forwards;
}

.cover-base .inner h1.en, .cover01 .inner h1.en {
  font-size: 4.0rem;
}

.cover-base .inner h2, .cover01 .inner h2 {
  font-size: 1.5rem;
  line-height: 1.5;
  opacity: 0;
  -webkit-animation: title 5s ease 0.5s normal 1 forwards;
          animation: title 5s ease 0.5s normal 1 forwards;
  margin: 0 0 50px;
}

.cover-base .inner img, .cover01 .inner img {
  max-width: 450px;
  position: absolute;
  top: 50%;
  right: 5%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.cover-base .inner .caption, .cover01 .inner .caption {
  color: #000;
  position: absolute;
  top: 50%;
  left: 5%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.cover02 {
  background-image: url(img/bg002.gif);
}

section {
  padding: 150px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}

section h3 {
  font-size: 2.5rem;
  font-weight: 600;
  color: #000;
  text-align: center;
  margin: 0 0 20px;
}

section h3 span {
  color: #ff5500;
}

section .h3-sub {
  text-align: center;
  color: #050;
  margin: 0 0 80px;
}

.pa-b {
  background: #eef;
}

.flow-block {
  margin: 80px 30px 0;
}

.flow-block .box {
  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;
  max-width: 1500px;
  height: 500px;
  margin: auto;
}

.flow-block .box .text {
  border-left: 15px solid #3366ff;
  padding: 20px 0px 20px 50px;
  width: 60%;
}

.flow-block .box .text .number {
  font-family: 'Baloo 2', cursive;
  font-size: 3.0rem;
  color: #3366ff;
}

.flow-block .box .text .title {
  font-size: 2.0rem;
  font-weight: 600;
  color: #333;
  margin: 30px 0 50px;
}

.flow-block .box .text .sub {
  font-size: 1.5rem;
  line-height: 1.5;
}

.flow-block .box .step-img {
  max-width: 350px;
}

.flow-block .box .step-img img {
  display: inline-block;
  width: 100%;
}

.flow-block .arrow {
  width: 100%;
  text-align: center;
  font-size: 5rem;
  color: #6699ff;
}

.main-img {
  background: #0e0a5b;
  background: -webkit-gradient(linear, left bottom, left top, from(#0e0a5b), color-stop(35%, #1212a8), to(#222ac8));
  background: linear-gradient(360deg, #0e0a5b 0%, #1212a8 35%, #222ac8 100%);
  width: 70%;
  padding: 50px 0;
  margin: 0 auto 80px;
  border-radius: 5px;
  text-align: center;
}

.main-img img {
  width: 75%;
}

.page .title {
  width: 100%;
  padding: 100px 0;
  text-align: center;
  background: radial-gradient(circle, #2448fc 23%, #000891 100%);
  color: #ffffff;
}

.page .title h2 {
  font-size: 3.0rem;
  margin: 0 0 25px;
}

.corpinfo table {
  margin: auto;
  width: 768px;
  border-collapse: separate;
  border-spacing: 2px 5px;
}

.corpinfo table tr td {
  padding: 20px 0 20px 25px;
}

.corpinfo table tr td.left {
  background: #f5fff5;
  width: 40%;
}

.corpinfo table tr td.right {
  background: #fff;
  width: 60%;
  line-height: 1.3;
}

.contact {
  max-width: 1200px;
  background: #ffffff;
  padding: 80px 30px;
  margin: auto;
}

.contact form {
  max-width: 768px;
  margin: auto;
}

.contact form label {
  display: block;
  font-weight: 600;
  font-size: 1.1rem;
}

.contact form label span {
  background: #f35;
  color: #fff;
  font-size: 0.6rem;
  font-weight: 500;
  border-radius: 2em;
  letter-spacing: 1.1;
  padding: 0px 10px 1px;
  margin: 0 0 0 15px;
}

.contact form input {
  display: block;
  width: 100%;
  margin: 7px 0 25px;
}

.contact form select {
  display: block;
  width: 100%;
  margin: 7px 0 25px;
}

.contact form textarea {
  display: block;
  width: 100%;
  height: 150px;
  margin: 7px 0 50px;
}

.contact form .checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-size: 1.2rem;
  margin: 0 0 25px;
}

.contact form input[type="checkbox"] {
  width: 20px;
  height: 20px;
  margin: 0 10px 0 0;
}

.contact form input[type="submit"] {
  width: 200px;
  border-radius: 10px;
  font-size: 1.0rem;
  -webkit-box-shadow: 2px 2px 3px #aaa;
          box-shadow: 2px 2px 3px #aaa;
  padding: 10px 15px;
  margin: auto;
}

.contact .tel {
  text-align: center;
  font-size: 1.0rem;
  max-width: 768px;
  border: 1px solid #3366ff;
  border-radius: 5px;
  padding: 50px 0;
  margin: 80px auto 0;
}

.contact .tel .text {
  line-height: 1.5;
  margin: 0 0 15px;
}

.contact .tel .text span {
  font-size: 0.85rem;
}

.contact .tel .number {
  font-size: 1.2rem;
  font-weight: 700;
}

.contact .tel .number i {
  margin: 0 10px 0 0;
}

.contact .thanks-txt {
  max-width: 768px;
  line-height: 1.5;
  margin: auto;
}

.contact button {
  margin: 50px auto 0;
}

.system section {
  width: 100%;
  text-align: center;
}

.system section a {
  cursor: url("img/point.png"), auto;
}

.system section .diagram {
  width: 70%;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.system section .diagram img {
  width: 100%;
  border: 1px solid #555;
  padding: 30px;
}

.system section .box {
  background: #ffffff;
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 30px;
  margin: auto;
}

.system section .box .kiki {
  width: 25%;
}

.system section .box .kiki img {
  width: 50%;
  display: block;
  margin: 0 auto;
  padding: 20px 0;
}

.system section .box .data {
  width: 75%;
}

.system section .box .data img {
  width: 90%;
}

.system section figure {
  display: none;
  margin: 0;
}

.system section figure#pop-up01:target, .system section figure#pop-up02:target {
  position: fixed;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99999;
}

.system section figure#pop-up01:target img, .system section figure#pop-up02:target img {
  -webkit-animation: fadein 0.2s;
          animation: fadein 0.2s;
}

.system section figure#pop-up01:target a, .system section figure#pop-up02:target a {
  cursor: url("img/point-s.png"), auto;
}

.system section figure#pop-up01:target img {
  width: 80%;
}

.system section figure#pop-up02:target img {
  height: 80%;
}

.system section figure#pop-up01:target #overlay, .system section figure#pop-up02:target #overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(0, 0, 0, 0.7);
}

@-webkit-keyframes fadein {
  0% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: 0.1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1.0;
  }
}

@keyframes fadein {
  0% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: 0.1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1.0;
  }
}

.system section .use-flow-tit {
  font-size: 2.0rem;
  color: #ff5500;
  margin: 120px 0 80px;
}

.system section .use-flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  max-width: 1300px;
  margin: 0 auto 150px;
}

.system section .use-flow .content {
  width: 350px;
}

.system section .use-flow .content span {
  display: block;
  font-size: 1.2rem;
  margin: 10px 0 0;
}

.system section .use-flow .arrow {
  font-size: 3.0rem;
  color: #ff5500;
}

footer {
  background: #fff;
  padding: 0;
  color: #555;
  text-align: center;
  padding: 0 0 7px;
}

footer .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  padding: 50px 0;
}

footer .inner .title {
  font-size: 1.2rem;
  margin: 0 0 7px;
}

footer .inner .post-num {
  font-size: 0.75rem;
}

footer .inner .add {
  line-height: 1.3;
}

footer .inner img {
  height: 50px;
}

footer .inner address {
  text-align: left;
}

footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin: 25px 0;
}

footer ul li {
  margin: 0 10px;
}

footer ul li a {
  color: #777;
  font-size: 0.9rem;
}

footer small {
  font-size: 0.75rem;
}

@media (max-width: 1500px) {
  .carousel-control-prev, .carousel-control-next {
    max-width: 100px;
  }
  header .menu-area {
    padding: 0 50px;
  }
  .main-img {
    width: 80%;
    padding: 50px 0;
    margin: 0 auto 80px;
  }
  .main-img img {
    width: 90%;
  }
  .system section .use-flow-tit {
    font-size: max(2.3vw,1.0rem);
    margin: 0px 0 30px;
  }
  .system section .use-flow {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 95%;
    margin: 0 auto 100px;
  }
  .system section .use-flow .content {
    width: 30%;
    height: 32vw;
  }
  .system section .use-flow .content img {
    width: 15vw;
  }
  .system section .use-flow .content span {
    display: block;
    font-size: max(1.5vw,0.6em);
    margin: 10px 0 0;
  }
  .system section .use-flow .arrow {
    font-size: max(3vw,1.5rem);
  }
}

@media (max-width: 1300px) {
  .carousel-control-prev, .carousel-control-next {
    max-width: 50px;
  }
  .cover-base .inner h2 {
    font-size: 1.3rem;
    line-height: 1.5;
  }
  .cover-base .inner img {
    max-width: 400px;
  }
  .flow-block {
    margin: 0;
  }
  .flow-block .box {
    width: 95%;
    height: 400px;
    margin: auto;
  }
  .flow-block .box .text {
    padding: 20px 0px 20px 50px;
    width: 60%;
  }
  .flow-block .box .text .number {
    font-size: 2.8rem;
  }
  .flow-block .box .text .title {
    font-size: 1.8rem;
    margin: 20px 0 30px;
  }
  .flow-block .box .text .sub {
    font-size: 1.3rem;
    line-height: 1.5;
  }
  .flow-block .box .step-img {
    max-width: 300px;
  }
  .contact {
    width: 98%;
  }
}

@media (max-width: 992px) {
  .carousel-control-prev, .carousel-control-next {
    display: none;
  }
  .cover-base .inner h1 {
    font-size: 5vw;
  }
  .cover-base .inner h1.en {
    font-size: 7vw;
  }
  .cover-base .inner h2 {
    font-size: 2.7vw;
    line-height: 1.5;
  }
  .cover-base .inner img {
    max-width: 40vw;
    right: 1%;
  }
  header {
    height: 70px;
  }
  header a {
    text-decoration: none;
    color: #666666;
  }
  header .menu-area {
    width: 100%;
    height: 100%;
    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;
  }
  header .menu-area img {
    height: 37px;
  }
  header .menu-area ul {
    position: fixed;
    top: 70px;
    left: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #fcfcfc;
    width: 100%;
    height: 100vh;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  header .menu-area ul li {
    margin: 30px 0;
  }
  .menu-btn {
    display: block;
    width: 25px;
    height: 25px;
    border: none;
    cursor: pointer;
    margin: 0;
    padding: 0;
  }
  .menu-area .menu-btn span, .menu-area .menu-btn span::before, .menu-area .menu-btn span::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 25px;
    height: 3px;
    background: #777777;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin: 0;
    padding: 0;
  }
  .menu-area .menu-btn span::before {
    top: -8px;
  }
  .menu-area .menu-btn span::after {
    top: 11px;
  }
  .open .menu-btn span {
    width: 0;
  }
  .open .menu-btn span::before {
    top: 0;
    width: 25px;
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
  .open .menu-btn span::after {
    top: 0;
    width: 25px;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  .open .menu-ul {
    left: 0;
  }
  main {
    margin: 70px 0 0;
  }
  .main-img {
    width: 95%;
    padding: 50px 0;
    margin: 0 auto 80px;
    border-radius: 5px;
  }
  .main-img img {
    width: 90%;
  }
  section {
    padding: 120px 0;
  }
  section h3 {
    font-size: 2.0rem;
    margin: 0 0 20px;
  }
  section .h3-sub {
    margin: 0 0 80px;
  }
  .page .title h2 {
    font-size: min(6.5vw,2.4rem);
    margin: 0 0 25px;
  }
  .system section .diagram {
    width: 75%;
  }
  .system section .diagram img {
    width: 100%;
    padding: 30px;
  }
  .system section .box {
    width: 95%;
    padding: 30px 30px;
    margin: auto;
  }
  .system section .box .kiki {
    width: 25%;
  }
  .system section .box .kiki img {
    width: 50%;
    margin: 0 auto;
    padding: 20px 0;
  }
  .system section .box .data {
    width: 75%;
  }
  .system section .box .data img {
    width: 90%;
  }
  .system section figure#pop-up01:target img {
    width: 90%;
  }
  .system section figure#pop-up02:target img {
    width: 90%;
    height: auto;
  }
  .corpinfo table {
    width: 98%;
    border-spacing: 2px 5px;
  }
  .corpinfo table tr td {
    font-size: 0.8rem;
    padding: 20px 5px 20px 15px;
  }
  .contact {
    padding: 80px 15px;
  }
  .contact form label {
    font-size: 0.85rem;
  }
  .contact form .checkbox {
    font-size: 0.7rem;
    margin: 0 0 25px;
  }
  .contact .tel {
    font-size: 0.8rem;
    max-width: 95%;
    padding: 50px 10px;
    margin: 80px auto 0;
  }
  .contact .tel .text {
    line-height: 1.5;
    margin: 0 0 15px;
  }
  .contact .tel .text span {
    font-size: 0.85rem;
  }
}

@media (max-width: 768px) {
  header .menu-area {
    padding: 0 20px;
  }
  header .menu-area img {
    height: 25px;
  }
  .cover-base, .cover01 {
    height: 600px;
  }
  .cover-base .inner, .cover01 .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .cover-base .inner h1, .cover01 .inner h1 {
    font-size: min(8vw,2.8rem);
    margin: 0 0 25px;
  }
  .cover-base .inner h1.en, .cover01 .inner h1.en {
    font-size: min(12vw,3.5rem);
  }
  .cover-base .inner h2, .cover01 .inner h2 {
    font-size: min(4vw,1.5rem);
    margin: 0;
  }
  .cover-base .inner .mo-img, .cover01 .inner .mo-img {
    width: 100%;
    text-align: right;
  }
  .cover-base .inner img, .cover01 .inner img {
    max-width: min(65vw,350px);
    display: inline-block;
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  .cover-base .inner .caption, .cover01 .inner .caption {
    height: 200px;
    position: relative;
    top: auto;
    right: auto;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  section {
    padding: 100px 0;
  }
  section h3 {
    font-size: min(6vw,2.0rem);
    margin: 0 0 20px;
  }
  section .h3-sub {
    font-size: min(3vw,0.8rem);
    margin: 0 0 40px;
  }
  .page .title h2 {
    margin: 0 0 25px;
  }
  .flow-block {
    margin: 60px 10px 0;
  }
  .flow-block .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 100%;
    height: auto;
    margin: 20px 0;
  }
  .flow-block .box .text {
    padding: 10px 0px 10px 20px;
    width: 100%;
    margin: 0 0 50px;
  }
  .flow-block .box .text .number {
    font-size: min(8vw,2.5rem);
  }
  .flow-block .box .text .title {
    font-size: min(5.5vw,1.8rem);
    margin: 10px 0 20px;
  }
  .flow-block .box .text .sub {
    font-size: min(4vw,1.3rem);
  }
  .flow-block .box .step-img {
    max-width: 100%;
    text-align: center;
  }
  .flow-block .box .step-img img {
    width: 50%;
  }
  .flow-block .box-r {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  footer {
    padding: 0;
    text-align: center;
    padding: 0 0 7px;
  }
  footer .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 50px 0;
  }
  footer .inner .title {
    font-size: 1.4em;
    margin: 0 0 7px;
  }
  footer .inner .post-num {
    font-size: 0.75em;
  }
  footer .inner .add {
    line-height: 1.3;
  }
  footer .inner img {
    height: 40px;
    margin: 0 0 30px;
  }
  footer .inner address {
    font-size: 0.65rem;
  }
  footer ul {
    margin: 25px 0;
  }
  footer ul li {
    margin: 0 10px;
  }
  footer ul li a {
    font-size: 0.75rem;
  }
  footer small {
    font-size: 0.5rem;
  }
}
/*# sourceMappingURL=style.css.map */