@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap");
article, aside, details, figcaption, figure,hgroup, menu, nav, section {
  display: block;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

ul, ol{
  list-style: none;
}


@media screen and (max-width: 900px) {
  html {
    min-width: inherit;
    min-width: auto;
  }
}


a {
  display: inline-block;
  color: inherit;
  outline: none;
  text-decoration: none;
}
a:visited {
  color: inherit;
}
a:active {
  color: inherit;
}
a:hover {
  opacity: 0.7;
  color: inherit;
}
a:focus {
  outline: none;
}
img {
  max-width: 100%;
  height: auto;
}
.pc-block {
  display: block;
}

@media screen and (max-width: 900px) {
  .pc-block {
    display: none;
  }
}
.sp-block {
  display: none;
}
@media screen and (max-width: 900px) {
  .sp-block {
    display: block;
  }
}

.ib-lp-main {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.ib-lp-main .pagetop {
  width: 80px;
  height: 80px;
  position: fixed;
  right: 5px;
  bottom: 220px;
  z-index: 10;
}

@media screen and (max-width: 1025px) {
  .ib-lp-main .pagetop {
    width: 60px;
    height: 60px;
    position: fixed;
    right: 5px;
    bottom: 200px;
    z-index: 10;
  }
}
.ib-lp-main .mv {
  background: #1a1a1a;
  padding: 0;
  color: #fff;
  font-size: 2rem;
  min-height: 446px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
}
.ib-lp-main .mv p {
  margin: 30px auto;
  width: 100%;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 900px) {
  .ib-lp-main .mv p {
    text-align: center;
    font-size: 1.5rem;
  }
}
.ib-lp-main .mv .wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 900px) {
  .ib-lp-main .mv .wrapper {
    display: block;
    padding: 30px 0;
    max-width: 500px;
  }
  .ib-lp-main .mv .wrapper .unit-btn-01 {
    position: relative;
    display: block;
    margin: auto;
  }
}
.ib-lp-main .mv .wrapper h1 {
  position: relative;
  max-width: 569px;
  width: 100%;
  z-index: 3;
}
@media screen and (max-width: 900px) {
  .ib-lp-main .mv .wrapper h1 {
    margin: auto;
    width: 90%;
  }
}
.ib-lp-main .mv .mv-img {
  position: absolute;
  width: 490px;
  height: 446px;
  right: -160px;
  bottom: -72px;
}
@media screen and (max-width: 900px) {
  .ib-lp-main .mv .mv-img {
    position: static;
    display: block;
    width: 257px;
    height: 234px;
    margin: auto auto -10px;
  }
}
.ib-lp-main .sec-system {
  background: #F8F8F8;
  padding: 90px 0;
}
.ib-lp-main .sec-system .system-list {
  font-weight: 500;
}
@media screen and (max-width: 900px) {
  .ib-lp-main .sec-system .system-list {
    max-width: 300px;
    margin: auto;
  }
}
.ib-lp-main .sec-system .system-list li {
  text-align: center;
  max-width: 300px;
  width: 32%;
  background: #fff;
  border-radius: 10px;
  padding: 30px 20px 40px;
}
@media screen and (max-width: 900px) {
  .ib-lp-main .sec-system .system-list li {
    width: 100%;
    margin: 10px auto;
  }
}
.ib-lp-main .sec-system .system-list li .img {
  max-width: 146px;
  width: 95%;
  margin: auto;
  display: block;
}
.ib-lp-main .sec-system .system-list li .title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.4;
}
@media screen and (max-width: 940px) {
  .ib-lp-main .sec-system .system-list li .title {
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 900px) {
  .ib-lp-main .sec-system .system-list li .title {
    font-size: 2.5rem;
  }
}
.ib-lp-main .sec-service {
  background: #fff;
  padding: 60px 0;
}
.ib-lp-main .sec-service .service-list {
  font-weight: 500;
}
@media screen and (max-width: 900px) {
  .ib-lp-main .sec-service .service-list {
    max-width: 300px;
    margin: auto;
  }
}
.ib-lp-main .sec-service .service-list li {
  text-align: center;
  max-width: 300px;
  width: 32%;
  background: #f8f8f8;
  border-radius: 10px;
  padding: 30px 20px 40px;
}
@media screen and (max-width: 900px) {
  .ib-lp-main .sec-service .service-list li {
    width: 100%;
    margin: 10px auto;
  }
}
.ib-lp-main .sec-service .service-list li .img {
  max-width: 146px;
  width: 95%;
  margin: auto;
  display: block;
}
.ib-lp-main .sec-service .service-list li .title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.4;
}
@media screen and (max-width: 940px) {
  .ib-lp-main .sec-service .service-list li .title {
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 900px) {
  .ib-lp-main .sec-service .service-list li .title {
    font-size: 2.5rem;
  }
}
.ib-lp-main .sec-grade {
  background: #1a1a1a;
  padding: 90px 0;
  color: #fff;
}
@media screen and (max-width: 900px) {
  .ib-lp-main .sec-grade .img {
    max-width: 500px;
    width: 100%;
    margin: auto auto;
    position: relative;
    left: -3%;
  }
}
.ib-lp-main .sec-more {
  background: #fff;
  padding: 60px 0;
  text-align: center;
}
.ib-lp-main .sec-more p {
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 900px) {
  .ib-lp-main .sec-more p {
    font-size: 1.5rem;
  }
}
.ib-lp-main .sec-more .img {
  margin: 40px auto;
}
@media screen and (max-width: 900px) {
  .ib-lp-main .sec-more .img {
    margin: 30px -6% 40px -9%;
  }
}
.ib-lp-main .sec-more .img img {
  font-size: 0;
}
.ib-lp-main.en-US .mv p {
  max-width: 588px;
  width: 100%;
  margin: 30px 0;
}
.ib-lp-main.en-US .mv .mv-img {
  bottom: -52px;
}
.ib-lp-main.en-US .sec-system .system-list li .title,
.ib-lp-main.en-US .sec-system .service-list li .title,
.ib-lp-main.en-US .sec-service .system-list li .title,
.ib-lp-main.en-US .sec-service .service-list li .title {
  font-size: 2.3rem;
}
@media screen and (max-width: 1000px) {
  .ib-lp-main.en-US .sec-system .system-list li .title,
  .ib-lp-main.en-US .sec-system .service-list li .title,
  .ib-lp-main.en-US .sec-service .system-list li .title,
  .ib-lp-main.en-US .sec-service .service-list li .title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 900px) {
  .ib-lp-main.en-US .sec-system .system-list li .title,
  .ib-lp-main.en-US .sec-system .service-list li .title,
  .ib-lp-main.en-US .sec-service .system-list li .title,
  .ib-lp-main.en-US .sec-service .service-list li .title {
    font-size: 2.3rem;
  }
}
.ib-lp-main.zh-CN .sec-system .system-list li .title,
.ib-lp-main.zh-CN .sec-system .service-list li .title,
.ib-lp-main.zh-CN .sec-service .system-list li .title,
.ib-lp-main.zh-CN .sec-service .service-list li .title, .ib-lp-main.zh-TW .sec-system .system-list li .title,
.ib-lp-main.zh-TW .sec-system .service-list li .title,
.ib-lp-main.zh-TW .sec-service .system-list li .title,
.ib-lp-main.zh-TW .sec-service .service-list li .title {
  font-size: 2.3rem;
}
@media screen and (max-width: 1030px) {
  .ib-lp-main.zh-CN .sec-system .system-list li .title,
  .ib-lp-main.zh-CN .sec-system .service-list li .title,
  .ib-lp-main.zh-CN .sec-service .system-list li .title,
  .ib-lp-main.zh-CN .sec-service .service-list li .title, .ib-lp-main.zh-TW .sec-system .system-list li .title,
  .ib-lp-main.zh-TW .sec-system .service-list li .title,
  .ib-lp-main.zh-TW .sec-service .system-list li .title,
  .ib-lp-main.zh-TW .sec-service .service-list li .title {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 900px) {
  .ib-lp-main.zh-CN .sec-system .system-list li .title,
  .ib-lp-main.zh-CN .sec-system .service-list li .title,
  .ib-lp-main.zh-CN .sec-service .system-list li .title,
  .ib-lp-main.zh-CN .sec-service .service-list li .title, .ib-lp-main.zh-TW .sec-system .system-list li .title,
  .ib-lp-main.zh-TW .sec-system .service-list li .title,
  .ib-lp-main.zh-TW .sec-service .system-list li .title,
  .ib-lp-main.zh-TW .sec-service .service-list li .title {
    font-size: 2.3rem;
  }
}

.wrapper {
  width: 960px;
  max-width: 90%;
  margin: auto;
}

.unit-title-01 {
  text-align: center;
  margin: auto auto 50px;
}
.unit-title-01 .en {
  font-family: "Open Sans", sans-serif;
  display: block;
  font-size: 1.7rem;
  color: #C1272D;
  font-weight: 700;
  letter-spacing: 0.1rem;
  margin-bottom: 20px;
}
.unit-title-01 .jp {
  display: inline-block;
  font-size: 3.8rem;
  font-weight: 900;
}
@media screen and (max-width: 900px) {
  .unit-title-01 .jp {
    font-size: 3.4rem;
  }
}

.unit-btn-01 {
  max-width: 400px;
  width: 100%;
  font-size: 2rem;
  font-weight: 700;
  border-radius: 10px;
  background: linear-gradient(135deg, #c1272d 0%, #9a151a 100%);
  -webkit-box-shadow: 0px 0px 40px 10px rgba(193, 39, 45, 0.4);
          box-shadow: 0px 0px 40px 10px rgba(193, 39, 45, 0.4);
  display: inline-block;
  padding: 26px 0;
  text-align: center;
  color: #fff !important;
}
@media screen and (max-width: 900px) {
  .unit-btn-01 {
    font-size: 1.7rem;
    width: 90%;
  }
}
.unit-btn-01:hover {
  opacity: 1;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.unit-flex {
  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;
}
.unit-flex.left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.unit-flex.right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.unit-flex.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.txt-center {
  text-align: center;
}

.txt-left {
  text-align: left;
}

.txt-right {
  text-align: right;
}

.txt-mid {
  font-weight: 500;
}

.txt-bold {
  font-weight: 700;
}

.txt-box p {
  margin-bottom: 20px;
}
.txt-box p:last-of-type {
  margin-bottom: 0;
}

.iblock {
  display: inline-block;
}

.fade {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: all 1s;
  transition: all 1s;
}

.fade.is-show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

/* * * * * * * */
/* Page Style */
/* * * * * * */

.breadcrumb {
  padding: 10px 0;
  background-color: transparent;
}

.breadcrumb a {
  color: #333;
}

.breadcrumb > li + li:before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #333;
}

.breadcrumb > .active {
  color: #333;
}

.page-title {
  background-color: #f2f2f2;
  padding: 20px 0px;
}

.page-title .main-title {
  margin-top: 10px;
  margin-bottom: 0;
}

/* Page Style */

.page-title .main-title {
  font-size: 26px;
}
