@charset "UTF-8";

/* ---------------------------------------------------------
共通パーツ
----------------------------------------------------------*/

.mv-inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column-reverse;
}

.mv-content-box {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 25px 2.5vw 35px;
  background-color: #f1f9ff;
}

.mv-content-title {
  margin-bottom: 15px;
  padding: 0 2.5vw;
  color: #0b7492;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.3;
}

.mv-content-title em {
  font-size: 30px;
}

.mv-content-txt {
  margin-bottom: 20px;
  padding: 0 2.5vw;
  font-size: 12px;
  font-weight: 500;
}

.mv-img-box img {
  vertical-align: bottom;
}

.mv-content-btn-box {
  -webkit-box-shadow: 0 0 8px #d7dee3;
  width: 75%;
  max-width: 400px;
  height: 50px;
  margin: 0 auto;
  border: 1px solid #fff;
  border-radius: 0.375rem;
  background: #ff6000;
  background: -webkit-gradient(linear, left top, right top, from(#ff6000), to(#ff7a22));
  background: linear-gradient(90deg, #ff6000 0%, #ff7a22 100%);
  box-shadow: 0 0 8px #d7dee3;
}

.mv-content-btn {
  display: block;
  width: 100%;
  height: 100%;
}

.mv-content-btn a {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
}

.mv-content-btn a::after {
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  width: 25px;
  height: 25px;
  margin: auto 0;
  background: url(/assets/img/top/icn-btn-arrrow.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
}

.top-nayami-block {
  position: relative;
  padding: 50px 2.5vw 30px;
  background-color: #f5f5f5;
}

.top-nayami-block::after {
  position: absolute;
  right: 0;
  bottom: -20px;
  left: 0;
  width: 65px;
  height: 37px;
  margin: 0 auto;
  background: url(/assets/img/top/icn-gray-arow.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
}

.btn-inquiry-block {
  z-index: 10;
  position: fixed;
  right: 10px;
  bottom: 180px;
  height: 0;
  background-color: transparent;
}

.btn-inquiry-block.active {
  position: absolute;
  bottom: 100px;
}

.btn-inquiry-top {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-shadow: 0 0 8px #d7dee3;
  -webkit-transition: 0.7s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  margin: 0 10px 0 auto;
  border: 1px solid #fff;
  border-radius: 50%;
  background: #ff6000;
  box-shadow: 0 0 8px #d7dee3;
  text-align: center;
  transition: 0.7s;
}

.btn-inquiry-top-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 0.25rem;
  color: #fff;
  font-size: 9px;
  font-weight: 700;
}

.btn-inquiry-top-txt a {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.btn-inquiry-top-link__txt {
  margin-top: 10px;
  margin-bottom: 8px;
  color: #fff;
  font-size: 12px;
  line-height: 1;
}

.btn-inquiry-top-link__img {
  width: 60%;
}

.top-nayami-title {
  display: block;
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}

.top-nayami-title em {
  display: inline-block;
  font-size: 25px;
}

.top-nayami-list {
  -ms-flex-pack: distribute;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-bottom: 20px;
}

.top-nayami-list__item {
  -webkit-box-sizing: border-box;
  -webkit-box-shadow: 0 0 8px #d4d4d4;
  box-sizing: border-box;
  width: 45%;
  margin-bottom: 13px;
  padding-top: 15px;
  padding-bottom: 20px;
  border: 1px solid #ccc;
  border-top-right-radius: 1rem;
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
  background-color: #ffffff;
  box-shadow: 0 0 8px #d4d4d4;
}

.top-nayami-list__item:nth-last-child(2) {
  margin-bottom: 0;
}

.top-nayami-list__item:last-child {
  margin-bottom: 0;
}

.top-nayami-data {
  text-align: center;
}

.top-nayami-data__head {
  margin-bottom: 15px;
  color: #297fb8;
  font-size: 17px;
  font-weight: 700;
  line-height: 1;
}

.top-nayami-data__body {
  font-size: 14px;
  font-weight: 500;
}

.top-nayami-bottom-txt {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}

.top-solution-blcok {
  padding-top: 50px;
  padding-right: 2.5vw;
  padding-left: 2.5vw;
}

.top-solution-title {
  margin-bottom: 35px;
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.top-solution-title em {
  display: inline-block;
  padding-bottom: 5px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(50%, #ffe4d0));
  background: linear-gradient(transparent 65%, #ffe4d0 50%);
  font-size: 28px;
}

.top-solution-box-list {
  padding: 0 5vw;
}

.top-solution-box-list__item {
  -webkit-box-shadow: 0 0 8px #e1f0f9;
  margin-bottom: 20px;
  border: 1px solid #e1f0f9;
  border-radius: 10px;
  box-shadow: 0 0 8px #e1f0f9;
}

.top-solution-top-title {
  padding: 13px 30px 10px;
  background-color: #f1f9ff;
  color: #297fb8;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.top-solution-top-title span {
  margin-right: 3px;
  padding: 1px 10px;
  background-color: #297fb8;
  color: #ffffff;
  font-size: 18px;
}

.top-solution-top-title em {
  color: #297fb8;
  font-size: 30px;
  font-weight: 700;
}

.top-solution-mid-item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 23px 30px 20px;
  border-bottom: 1px solid #eeeeee;
}

.top-solution-mid-list__item {
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
}

.top-solution-mid-list__item:last-child {
  margin-bottom: 0;
}

.top-solution-mid-list.wrap {
  -ms-flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 100px;
}

.top-solution-bottom-item {
  text-align: center;
}

.top-solution-bottom-item-text {
  text-align: center;
}

.top-solution-bottom-item-text a {
  display: block;
  position: relative;
  padding-top: 10px;
  padding-bottom: 25px;
  font-size: 13px;
}

.top-solution-bottom-item-text a::after {
  -webkit-transform: rotate(45deg);
  position: absolute;
  right: 0;
  bottom: 14px;
  left: 0;
  width: 8px;
  height: 8px;
  margin: 0 auto;
  transform: rotate(45deg);
  border-right: solid 2px #b4b4b4;
  border-bottom: solid 2px #b4b4b4;
  content: '';
}

.top-management-box {
  width: 100%;
  margin: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #eeeeee;
}

.top-management-title {
  position: relative;
  margin-bottom: 45px;
  color: #297fb8;
  font-size: 23px;
  font-weight: 500;
  text-align: center;
}

.top-management-title::after {
  position: absolute;
  right: 0;
  bottom: -15px;
  left: 0;
  width: 30px;
  height: 2px;
  margin: 0 auto;
  background-color: #b4b4b4;
  content: "";
}

.top-management-list__item {
  margin-bottom: 30px;
}

.top-management-list__item:last-child {
  margin-bottom: 0;
}

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

.top-management-data__head {
  width: 33.333333%;
}

.top-management-data__body {
  width: 60%;
}

.top-management-sub-data__head {
  margin-bottom: 13px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

.top-management-sub-data__body {
  font-size: 13px;
  font-weight: 500;
}

.top-registration-box {
  width: 100%;
  margin: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #eeeeee;
}

.top-registration-title {
  position: relative;
  margin-bottom: 45px;
  color: #297fb8;
  font-size: 23px;
  font-weight: 500;
  text-align: center;
}

.top-registration-title::after {
  position: absolute;
  right: 0;
  bottom: -15px;
  left: 0;
  width: 30px;
  height: 2px;
  margin: 0 auto;
  background-color: #b4b4b4;
  content: "";
}

.top-registration-list__item {
  margin-bottom: 30px;
}

.top-registration-list__item:last-child {
  margin-bottom: 0;
}

.top-registration-data {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.top-registration-data__head {
  width: 33.333333%;
}

.top-registration-data__body {
  width: 60%;
}

.top-registration-sub-data__head {
  margin-bottom: 13px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

.top-registration-sub-data__body {
  font-size: 13px;
  font-weight: 500;
}

.top-support-box {
  width: 100%;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #eeeeee;
}

.top-support-title {
  position: relative;
  margin-bottom: 45px;
  color: #297fb8;
  font-size: 23px;
  font-weight: 500;
  text-align: center;
}

.top-support-title::after {
  position: absolute;
  right: 0;
  bottom: -15px;
  left: 0;
  width: 30px;
  height: 2px;
  margin: 0 auto;
  background-color: #b4b4b4;
  content: "";
}

.top-support-list {
  margin: auto;
}

.top-support-list__item {
  width: 100%;
  margin-bottom: 25px;
}

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

.top-support-data__head {
  width: 33.333333%;
}

.top-support-data__body {
  width: 60%;
}

.top-support-sub-data {
  margin-top: 10px;
}

.top-support-sub-data__head {
  margin-bottom: 13px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

.top-support-sub-data__body {
  font-size: 13px;
  font-weight: 500;
}

.top-btn-blcok {
  padding: 25px 2.5vw;
  background-color: #eaf2f4;
}

.top-btn-blcok-inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  top: 0;
  left: 0;
  width: 100%;
  height: 185px;
  margin: 0 auto;
  padding: 30px 0;
  border-radius: 0.375rem;
  background: url(/assets/img/top/img-bg-car.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.top-btn-blcok-title {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}

.top-btn-box {
  -webkit-box-shadow: 0 0 8px #d7dee3;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 80%;
  height: 60px;
  margin: auto;
  border: 1px solid #fff;
  border-radius: 0.375rem;
  background-color: #fff;
  box-shadow: 0 0 8px #d7dee3;
}

.top-btn-btn {
  -webkit-transition: 0.7s;
  display: block;
  width: 100%;
  height: 100%;
  background: #ff6000;
  background: -webkit-gradient(linear, left top, right top, from(#ff6000), to(#ff7a22));
  background: linear-gradient(90deg, #ff6000 0%, #ff7a22 100%);
  transition: 0.7s;
}

.top-btn-btn:hover {
  -webkit-transition: 0.7s;
  opacity: .7;
  transition: 0.7s;
}

.top-btn-btn a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
}

.top-btn-btn a::after {
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  width: 25px;
  height: 25px;
  margin: auto 0;
  background: url(/assets/img/top/icn-btn-arrrow.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
}

.top-expample-block {
  width: 100%;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #fafafa;
}

.top-expample-block-inner {
  padding: 0 2.5vw;
}

.top-expample-title {
  position: relative;
  margin-bottom: 50px;
  font-size: 25px;
  font-weight: 700;
  text-align: center;
}

.top-expample-title::after {
  position: absolute;
  right: 0;
  bottom: -15px;
  left: 0;
  width: 40px;
  height: 3px;
  margin: 0 auto;
  background-color: #297fb8;
  content: "";
}

.top-expample-list__item {
  margin-bottom: 45px;
}

.top-expample-list__item:last-child {
  margin-bottom: 0;
}

.top-expample-data__head {
  max-width: 500px;
  height: auto;
  margin: 0 auto;
}

.top-expample-sub-data__head {
  padding: 15px 0;
  border-bottom: 1px solid #ccc;
  color: #15679d;
  font-size: 18px;
  font-weight: 700;
}

.top-expample-sub-data__body {
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 14px;
}

.top-expample-sub-data__body:last-child {
  padding: 0;
}

.top-qa-block {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  padding-top: 50px;
  padding-right: 2.5vw;
  padding-bottom: 50px;
  padding-left: 2.5vw;
}

.top-qa-title {
  position: relative;
  margin-bottom: 50px;
  font-size: 25px;
  font-weight: 700;
  text-align: center;
}

.top-qa-title::after {
  position: absolute;
  right: 0;
  bottom: -15px;
  left: 0;
  width: 40px;
  height: 3px;
  margin: 0 auto;
  background-color: #297fb8;
  content: "";
}

.top-qa-list__item {
  border-top: 1px solid #dddddd;
}

.top-qa-list__item:last-child {
  border-bottom: 1px solid #dddddd;
}

.top-qa-data__head {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 2em;
  color: #15679d;
  font-size: 14px;
  font-weight: 700;
  text-indent: -2em;
}

.top-qa-data__body {
  padding-bottom: 20px;
  padding-left: 2em;
  font-size: 13px;
  text-indent: -2em;
}

.top-qa-data__body.annotation {
  margin-top: -10px;
  text-indent: 0;
}

.top-about-blcok {
  padding-right: 2.5vw;
  padding-left: 2.5vw;
}

.top-about-blcok-inner {
  width: 100%;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 50px;
}

.top-about-title {
  position: relative;
  margin-bottom: 50px;
  font-size: 25px;
  font-weight: 700;
  text-align: center;
}

.top-about-title::after {
  position: absolute;
  right: 0;
  bottom: -15px;
  left: 0;
  width: 40px;
  height: 3px;
  margin: 0 auto;
  background-color: #297fb8;
  content: "";
}

.top-about-img-box {
  width: 33.333333%;
  margin: auto;
  margin-bottom: 40px;
}

.top-about-contents-list__item {
  margin-bottom: 25px;
}

.top-about-contents-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.top-about-contents-data__head {
  width: 25%;
  font-size: 13px;
  font-weight: 700;
}

.top-about-contents-data__body {
  width: 75%;
  font-size: 13px;
}

.top-about-contents-map-list__item {
  margin-bottom: 10px;
  font-size: 13px;
}

.top-about-contents-map-list__item:last-child {
  margin-bottom: 0;
}

.top-about-contents-map-list__item a {
  -webkit-transition: 0.7s;
  border-bottom: 1px solid #2d63e2;
  color: #297fb8;
  transition: 0.7s;
}

.top-about-contents-map-list__item a:hover {
  -webkit-transition: 0.7s;
  opacity: .7;
  transition: 0.7s;
}

@media print, screen and (min-width: 768px) {
  .top-mv-blcok {
    font-size: 25px;
  }

  .mv-content-title {
    padding: 0;
    font-size: 26px;
  }

  .mv-content-title em {
    font-size: 35px;
  }

  .mv-content-txt {
    padding: 0;
    font-size: 12px;
  }

  .mv-content-txt em {
    font-size: 14px;
  }

  .mv-content-btn-box {
    -webkit-transition: 0.7s;
    max-width: 270px;
    margin: 0 auto;
    transition: 0.7s;
  }

  .mv-content-btn-box:hover {
    -webkit-transition: 0.7s;
    opacity: .7;
    transition: 0.7s;
  }

  .mv-content-btn a {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 20px;
    font-size: 17px;
  }

  .top-nayami-block {
    padding-top: 20px;
    padding-bottom: 50px;
  }

  .top-nayami-block::after {
    bottom: -50px;
    width: 130px;
    height: 75px;
  }

  .btn-inquiry-block {
    bottom: 450px;
  }

  .btn-inquiry-block.active {
    bottom: 350px;
  }

  .btn-inquiry-top {
    width: 180px;
    height: 180px;
    margin-top: 120px;
    margin-right: 3vw;
  }

  .btn-inquiry-top:hover {
    -webkit-transition: 0.7s;
    opacity: .7;
    transition: 0.7s;
  }

  .btn-inquiry-top-txt {
    font-size: 24px;
  }

  .btn-inquiry-top-link__txt {
    margin: 10px 0;
    font-size: 24px;
    line-height: 1.5;
  }

  .nayami-inner {
    width: 75%;
    margin: 0 auto;
  }

  .top-nayami-title {
    display: block;
    margin-bottom: 25px;
    font-size: 35px;
  }

  .top-nayami-title em {
    font-size: 40px;
  }

  .top-nayami-list {
    margin-bottom: 10px;
  }

  .top-nayami-list__item {
    width: 40%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .top-nayami-data__head {
    font-size: 25px;
  }

  .top-nayami-data__body {
    font-size: 18px;
  }

  .top-nayami-bottom-txt {
    font-size: 30px;
  }

  .top-solution-blcok {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 80px;
  }

  .top-solution-title {
    font-size: 25px;
  }

  .top-solution-title em {
    font-size: 50px;
  }

  .top-management-box {
    max-width: 1200px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .top-management-title {
    margin-bottom: 70px;
    font-size: 35px;
  }

  .top-management-title::after {
    bottom: -25px;
    width: 70px;
  }

  .top-management-list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
  }

  .top-management-list__item {
    width: 33.333333%;
  }

  .top-management-data {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .top-management-data__head {
    width: 230px;
    margin-bottom: 20px;
  }

  .top-management-data__body {
    width: 80%;
  }

  .top-management-sub-data__head {
    margin-bottom: 20px;
    font-size: 25px;
    text-align: center;
  }

  .top-management-sub-data__body {
    font-size: 16px;
    text-align: center;
  }

  .top-registration-box {
    max-width: 1200px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .top-registration-title {
    margin-bottom: 70px;
    font-size: 35px;
  }

  .top-registration-title::after {
    bottom: -25px;
    width: 70px;
  }

  .top-registration-list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
  }

  .top-registration-list__item {
    width: 50%;
  }

  .top-registration-data {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .top-registration-data__head {
    width: 250px;
    margin-bottom: 20px;
  }

  .top-registration-data__body {
    width: 80%;
  }

  .top-registration-sub-data__head {
    font-size: 25px;
    text-align: center;
  }

  .top-registration-sub-data__body {
    font-size: 16px;
    text-align: center;
  }

  .top-support-box {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .top-support-title {
    margin-bottom: 70px;
    font-size: 35px;
  }

  .top-support-title::after {
    bottom: -25px;
    width: 70px;
  }

  .top-support-list {
    -ms-flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
  }

  .top-support-list__item {
    width: 33.3333%;
    margin-bottom: 90px;
  }

  .top-support-data {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .top-support-data__head {
    width: 250px;
  }

  .top-support-data__body {
    padding: 0 1vw;
  }

  .top-support-sub-data {
    margin-top: 0;
  }

  .top-support-sub-data__head {
    font-size: 25px;
    text-align: center;
  }

  .top-support-sub-data__body {
    font-size: 16px;
    text-align: center;
  }

  .top-btn-blcok-inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 75%;
    height: 250px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .top-btn-blcok-title {
    margin-bottom: 30px;
    font-size: 30px;
  }

  .top-btn-box {
    width: 33.333333%;
    min-width: 300px;
    height: 70px;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .top-btn-btn a {
    font-size: 18px;
    letter-spacing: 1px;
  }

  .top-expample-block {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .top-expample-block-inner {
    width: 75%;
    margin: 0 auto;
  }

  .top-expample-title {
    margin-bottom: 100px;
    font-size: 40px;
  }

  .top-expample-title::after {
    bottom: -25px;
    width: 70px;
  }

  .top-expample-list__item {
    margin-bottom: 100px;
  }

  .top-expample-list__item:last-child {
    margin-bottom: 0;
  }

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

  .top-expample-data__head {
    width: 40%;
    margin-right: 40px;
  }

  .top-expample-data__body {
    width: 50%;
  }

  .top-expample-sub-data__head {
    padding: 0px;
    padding-bottom: 20px;
    font-size: 25px;
  }

  .top-expample-sub-data__body {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 18px;
  }

  .top-qa-block {
    width: 75%;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .top-qa-title {
    margin-bottom: 90px;
    font-size: 40px;
  }

  .top-qa-title::after {
    bottom: -25px;
    width: 70px;
  }

  .top-qa-data__head {
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 18px;
  }

  .top-qa-data__body {
    padding-bottom: 25px;
    font-size: 16px;
  }

  .top-about-blcok-inner {
    width: 75%;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .top-about-title {
    margin-bottom: 90px;
    font-size: 40px;
  }

  .top-about-title::after {
    bottom: -25px;
    width: 70px;
  }

  .top-about-contents-data__head {
    font-size: 16px;
  }

  .top-about-contents-data__body {
    font-size: 16px;
  }

  .top-about-contents-map-list__item {
    font-size: 16px;
  }

  .top-about-contents-map-list__item:last-child {
    font-size: 13px;
  }
}

@media print, screen and (min-width: 800px) {
  .mv-content-title {
    font-size: 30px;
  }

  .mv-content-title em {
    font-size: 32px;
  }
}

@media print, screen and (min-width: 900px) {
  .mv-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .mv-content-box {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 50%;
    padding: 15px 2.5vw 25px;
  }

  .mv-content-title {
    margin-bottom: 10px;
    text-align: left;
  }

  .mv-content-txt {
    margin-bottom: 12px;
  }

  .mv-img-box {
    width: 50%;
    max-width: 900px;
  }

  .mv-content-btn-box {
    height: 45px;
    margin: 0;
  }
}

@media print, screen and (min-width: 1000px) {
  .top-solution-box-list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    padding: 0;
  }

  .top-solution-box-list__item {
    width: 32%;
    margin-bottom: 0px;
  }

  .top-solution-top-title {
    padding: 35px 20px 25px;
    font-size: 25px;
  }

  .top-solution-top-title span {
    font-size: 20px;
  }

  .top-solution-top-title em {
    font-size: 32px;
  }

  .top-solution-mid-item {
    height: 230px;
    padding: 23px 10px 20px;
  }

  .top-solution-mid-list__item {
    font-size: 18px;
  }

  .top-solution-mid-list.wrap {
    height: 160px;
  }

  .top-solution-bottom-item-text a {
    -webkit-transition: 0.7s;
    font-size: 16px;
    transition: 0.7s;
  }

  .top-solution-bottom-item-text a:hover {
    -webkit-transition: 0.7s;
    opacity: .7;
    transition: 0.7s;
  }

  .top-support-list__item {
    width: 33.3333%;
  }
}

@media print, screen and (min-width: 1100px) {
  .mv-content-title {
    font-size: 35px;
  }

  .mv-content-title em {
    font-size: 45px;
  }

  .mv-content-txt {
    font-size: 14px;
  }

  .mv-content-txt em {
    font-size: 17px;
  }
}

@media print, screen and (min-width: 1200px) {
  .mv-content-box {
    padding: 20px 1vw 30px 6vw;
  }

  .mv-content-btn-box {
    height: 65px;
    margin: 0;
  }

  .top-nayami-list {
    -ms-flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto 10px;
  }

  .top-nayami-list__item {
    width: 23%;
    margin-bottom: 0px;
    padding-bottom: 20px;
  }

  .top-solution-top-title span {
    font-size: 25px;
  }

  .top-solution-top-title em {
    font-size: 40px;
  }

  .top-solution-mid-list__item {
    font-size: 20px;
  }

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

  .top-about-img-box {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    width: 243px;
    margin: 0px;
  }

  .top-about-contents {
    width: 58.333333%;
  }
}

@media print, screen and (min-width: 1400px) {
  .mv-content-title {
    font-size: 40px;
  }

  .mv-content-title em {
    font-size: 55px;
  }

  .mv-content-txt {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .mv-content-txt em {
    font-size: 20px;
  }
}

@media print, screen and (min-width: 1600px) {
  .mv-content-box {
    width: 55%;
  }
}

@media print, screen and (min-width: 2000px) {
  .mv-content-box {
    width: 80%;
  }
}