﻿@charset "UTF-8";

/* font */
@font-face {
  font-family: "Noto Sans Japanese";
  src: url("../font/NotoSans_regular.woff") format("woff");
}

@font-face {
 font-family: "Noto Sans Japanese Bold";
 src: url("../font/NotoSans_bold.woff") format("woff");
}

/* CSS Animation */
@keyframes show {
  from {
    opacity: 0;
  }
  
  to {
    opacity: 1;
  }
}

/* CSS Document */
body {
  -webkit-text-size-adjust: 100%;
  font-family: 'Noto Sans Japanese', sans-serif;
  color: #222;
}

/*-- common --------*/
.menu-bg {
  min-width: 1200px;
}

article {
  position: static;
  width: 100%;
  height: auto;
}

section {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

h2 {
  font-size: 48px;
  text-align: center;
  font-weight: bold;
  line-height: 1.5em;
  padding: 80px 0 50px 0;
}

h2 .border {
  font-weight: bold;
  border-bottom: 4px solid #000000;
  display: inline-block;
  line-height: 1;
}

h3 span {
  font-weight: bold;
  color: #fff;
}

hr {
  padding: 0;
  border: 0px none;
  clear: both;
  width: 1100px;
  height: 2px;
  border: none;
  background-image : linear-gradient(to right, #cdcccc, #cdcccc 2px, transparent 2px, transparent 8px);  /* 幅2の線を作る */
  background-size: 5px 2px;          /* グラデーションの幅・高さを指定 */
  background-position: left bottom;  /* 背景の開始位置を指定 */
  background-repeat: repeat-x;       /* 横向きにのみ繰り返す */
}

.green {
  color: #32C24D;
}
.green.price-important {
  font-size: 62px;
}

.red {
  color: #D0021B;
}

.ex-font {
  font-family: 'Noto Sans Japanese Bold', sans-serif;
}


/*-- article --------*/
/*-- メインビジュアル --*/
.section-mv {
  width: 100%;
  height: 562px;
  margin: 145px auto 0 0;
  background: #32C24D;
}

.section-mv .mv-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1100px;
  height: 100%;
  margin: 0 auto;
  background: none;
  background: #32C24D;
}

/* 左（テキスト）のボックス */
.section-mv .mv-container .mv-text-box {
  position: relative;
  left: 30px;
  width: 500px;
  height: auto;
  margin: 0 auto;
}

.section-mv .mv-text-box .main-title-text {
  font-size: 40px;
  text-align: left;
  color: #fff;
  letter-spacing: 0.08px;
  line-height: 1.5;
  font-weight: bold;
}

.section-mv .mv-text-box .sub-title-text {
  margin-top: 21px;
  font-size: 20px;
  text-align: left;
  color: #fff;
  letter-spacing: 0.04px;
  line-height: 1.5;
  font-weight: bold;
}

.section-mv .mv-text-box .btn-space {
  display: flex;
  flex-direction: column;
  height: auto;
  margin: 51px 0 0;
}

.section-mv .mv-text-box .bt01 {
  width: 320px;
  height: 65px;
  background-color: #fa8e25;
  border: 2px solid #fff;
  background-size: cover;
  border-radius: 100px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.8s;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
}

.section-mv .mv-text-box .bt01:hover {
  background-color: #fff;
  border: 2px solid #fa8e25;
  box-sizing: border-box;
  font-weight: bold;
  color: #fa8e25;
  transition: 0.8s;
  font-size: 24px;
}

.section-mv .mv-text-box .bt02 {
  margin-top: 25px;
  width: 320px;
  height: 65px;
  background-color: #32c24d;
  border: 2px solid #fff;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  box-sizing: border-box;
  text-align: center;
  transition: 0.8s;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
}

.section-mv .mv-text-box .bt02:hover {
  background-size: cover;
  box-sizing: border-box;
  background-color: #fff;
  font-weight: bold;
  transition: 0.8s;
  color: #32c24d;
  font-size: 24px;
}

.section-mv .mv-text-box .bt02 .triangle-green {
  display: none;
  animation: show 0.8s linear 0s;
}

.section-mv .mv-text-box .bt02 .triangle-write {
  display: block;
  animation: show 0.8s linear 0s;
}

.section-mv .mv-text-box .bt02:hover .triangle-green {
  display: block;
}

.section-mv .mv-text-box .bt02:hover .triangle-write {
  display: none;
}

/* 右（画像）のボックス */
.section-mv .mv-container .mv-img-box {
  position: relative;
  width: 600px;
  height: auto;
}

.section-mv .mv-container .mv-img-box .pc-img {
  width: 100%;
}

.section-mv .mv-container .mv-img-box .merit-list {
  display: flex;
  position: absolute;
  top: 282px;
  left: 49px;
  width: 503px;
  height: 100%;
  max-height: 155px;
  justify-content: space-between;
}

.section-mv .mv-container .mv-img-box .merit-list .merit-list-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: url("../img/contents/point_image.png") no-repeat;
  padding: 41px auto 0;
  width: calc((100% - 38px) / 3);
  height: auto;
  max-height: 155px;
  line-height: 1.5;
}

.section-mv .mv-container .mv-img-box .merit-list .merit-list-box .text {
  margin-top: 38px;
  font-size: 20px;
  letter-spacing: 1.56px;
  font-weight: bold;
}

.section-mv .mv-container .mv-img-box .merit-list .merit-list-box .details {
  font-size: 12px;
}

.section-mv .mv-container .mv-img-box .merit-list .merit-list-box .parsent-01 {
  display: flex;
  font-size: 30px;
  color: #FB2222;
  font-weight: bold;
}

.section-mv .mv-container .mv-img-box .merit-list .merit-list-box .parsent-02 {
  display: flex;
  font-size: 30px;
  color: #FB2222;
  font-weight: bold;
  align-items: baseline;
}

.section-mv .mv-container .mv-img-box .merit-list .merit-list-box .parsent-02 span {
  font-size: 18px;
  color: #FB2222;
  display: flex;
  align-items: baseline;
}

.section-mv .mv-container .mv-img-box .merit-list .merit-list-box .parsent-03 {
  display: flex;
  font-size: 30px;
  color: #FB2222;
  font-weight: bold;
}

.section-mv .mv-container .mv-img-box .merit-list .merit-list-box .parsent-03 .unit {
  font-size: 13px;
  display: flex;
  color: #FB2222;
}

.section-mv .mv-container .mv-img-box .merit-list .merit-list-box .sub-text {
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 1.43px;
  text-align: center;
  margin-bottom: 53px;
}


/*-- 問題提起 --*/
.section-about {
  width: 100%;
  height: auto;
  background-image: url(../img/background.png);
}

.section-about .about-container {
  width: 1100px;
  height: 100%;
  margin: 0 auto;
  background: #fff;
  padding: 0 0 30px 0;
  background-image: url(../img/background.png);
}

.section-about .about-container h2 {
  padding: 80px 0 25px;
}

.section-about .about-container .sub-text {
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 1.43px;
  text-align: center;
  margin-bottom: 53px;
}

.section-about .about-container .about-contents {
  width: 100%;
  height: 400px;
}

/* 左（画像）のボックス */
.section-about .about-contents .about-img-box {
  margin-top: 9px;
  width: 550px;
  height: 100%;
  padding: 0;
  margin: 0;
  float: left;
}

.section-about .about-contents .about-img-box img {
  max-width: 500px;
  padding: 28px 0 0 0;
}

/* 右（テキスト）のボックス */
.section-about .about-contents .about-text-box {
  margin-top: 9px;
  height: 300px;
  padding: 0;
  margin: 0;
  text-align: center;
  float: left;
}

.section-about .about-contents .about-text-box .check-img {
  padding-right: 20px;
}

.section-about .about-contents .about-text-box .details {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  color: #d0021b;
  margin-top: 47px;
}


/*-- 9割がExcelの管理方法で困っています。 --*/
.section-problem {
  width: 100%;
  height: auto;
  padding: 0 0 60px 0;
}

.section-problem .problem-container {
  width: 1100px;
  height: auto;
  margin: 0 auto;
  text-align: center;
}

.section-problem .problem-container h2 {
  padding: 80px 0 28px 0;
}

.section-problem .problem-container .annotation {
  padding: 0 0 10px 0;
}

.section-problem .problem-container .problem-contents {
  width: 100%;
  height: 486px;
  margin-top: 25px;
}

.section-problem .q-num {
  font-size: 57px;
  display: flex;
  align-items: center;
}

.section-problem .q-details {
  font-size: 25px;
  font-weight: bold;
  text-align: left;
  line-height: 1.5;
  margin-left: 19px;
  letter-spacing: 0.2px;
}

.section-problem .problem-q2-box .q2-list {
  margin-left: -80px;
  font-size: 15px;
  text-align: left;
  line-height: 1.5;
  list-style: disc;
}

.section-problem .left-box3 .q-anser-img {
  width: 354px;
}

.section-problem .problem-q1-box,
.section-problem .problem-q2-box {
  display: flex;
  flex-wrap: wrap;
  width: 550px;
  height: auto;
  float: left;
  display: flex;
  justify-content: center;
}

.section-problem .problem-q1-box img {
  width: 354px;
  margin-top: 31px;
}

.section-problem .problem-q2-box img {
  width: 450px;
  margin-top: 20px;
}

.section-problem h3 {
  font-size: 40px;
  color: #222;
  background: #FFEEEE;
  padding: 35px 0;
  border: 3px dotted black;
  display: block;
}


/*-- 見えないコストが多くかかっています --*/
.section-cost {
  width: 100%;
  height: auto;
  background: #F7F7F7;
}

.section-cost .cost-container {
  width: 1100px;
  margin: 0 auto;
  background: #F7F7F7;
  padding: 0 0 140px 0;
}

.section-cost .cost-container h2 {
  padding: 80px 0 0 0;
  font-size: 43px;
}

.section-cost .cost-container .cost-contents {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1100px;
  height: auto;
  padding: 0 auto 20px auto;
}

.section-cost .cost-container .cost-contents .cost-img-box {
  width: 550px;
  height: 100%;
  text-align: center;
}

.section-cost .cost-container .cost-contents .cost-img-box .cost-details {
  font-size: 26px;
  font-weight: bold;
  padding: 10px 0 25px 0;
}

.section-cost .cost-container .cost-contents .cost-text-box {
  width: 550px;
  height: 100%;
}

.section-cost .cost-container .cost-contents .cost-text-box ul {
  margin: 27px 0 0 30px;
  list-style-type: square;
}

.section-cost .cost-container .cost-contents .cost-text-box li {
  line-height: 35px;
  list-style-type: disc;
  font-size: 16px;
  font-weight: bold;
}

.section-cost .cost-container .cost-triangle {
  display: flex;
  justify-content: center;
  padding: 32px 0;
}

.section-cost .cost-container .cost-point {
  width: 950px;
  font-size: 35px;
  margin: 0 auto;
  line-height: 1.3em;
  text-align: center;
  border-radius: 23px;
  padding: 20px;
  color: #fff;
  background: #32C24D;
  border: 3px dotted #fff;
  display: block;
}

.section-cost .cost-container .cost-point p {
  font-weight: bold;
}


/*-- メリット --*/
.section-merit {
  width: 100%;
  height: auto;
  background: #32C24D;
}

.section-merit .merit-container {
  width: 1100px;
  margin: 0 auto;
  background: #32C24D;
  padding: 0 0 80px 0;
}

.section-merit .merit-container hr {
  height: 2px;
  border: none;
  background-image : linear-gradient(to right, #679d66, #679d66 2px, transparent 2px, transparent 8px);  /* 幅2の線を作る */
  background-size: 5px 2px;          /* グラデーションの幅・高さを指定 */
  background-position: left bottom;  /* 背景の開始位置を指定 */
  background-repeat: repeat-x;       /* 横向きにのみ繰り返す */
}

.section-merit .merit-container .main-title {
  color: #fff;
  font-size: 43px;
  padding: 84px 0 48px 0;
}

.section-merit .merit-container .second-title {
  padding: 0 0 54px 0;
  color: #fff;
  font-size: 43px;
  font-weight: bold;
  text-align: center;
}

.section-merit .merit-container .second-title span {
  font-size: 60px;
}


.section-merit .merit-container dl {
  width: 100%;
  padding: 20px 0;
  height: auto;
}

.section-merit .merit-container dt {
  width: 220px;
  float: left;
  margin: 0 0 0 60px;
  font-size: 28px;
  padding: 20px 0 0 0;
  font-weight: bold;
}

.section-merit .merit-container dt img {
  padding: 30px 0 0 0;
}

.section-merit .merit-container dd {
  float: left;
  padding: 0 0 20px 0;
}


/*-- 機能一例 --*/
.section-function {
  width: 100%;
  height: auto;
}

.section-function .function-container {
  width: 1100px;
  margin: 0 auto;
}

.section-function .function-container h2 {
  padding: 28px 0 25px 0;
  font-size: 43px;
}

.section-function .function-container hr {
  height: 2px;
  border: none;
  background-image : linear-gradient(to right, #7faF7e, #7faF7e 2px, transparent 2px, transparent 8px);  /* 幅2の線を作る */
  background-size: 5px 2px;          /* グラデーションの幅・高さを指定 */
  background-position: left bottom;  /* 背景の開始位置を指定 */
  background-repeat: repeat-x;       /* 横向きにのみ繰り返す */
}

.section-function .function-container .function-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin: -6px 0 44px;
}

.section-function .function-container .function-child {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc((100% - 268px) / 3);
  margin-top: 35px;
}

.section-function .function-container .function-child .function-img {
  max-width: 216px;
}

.section-function .function-container .function-child .function-details {
  color: #005410;
  font-size: 20px;
  font-weight: bold;
  margin-top: 26px;
  text-align: center;

}


/*-- 動画で「i-seiQ」の機能を体験！ --*/
/* 動画 */
.section-function-movie {
  width: 100%;
  height: 100%;
}

.section-function-movie .function-movie-container {
  width: 1100px;
  height: 750px;
  padding: 0 0 120px 0;
  margin: 0 auto;
}

.section-function-movie .function-movie-container h2 {
  padding: 50px 0px;
}

.section-function-movie .function-movie-container .main-movie {
  width: 100%;
  height: 360px;
  text-align: center;
}

.section-function-movie .function-movie-container .main-movie:hover {
  opacity: 0.7;
  transition: 0.8s;
}

.section-function-movie .function-movie-container .main-movie p {
  font-size: 20px;
  font-weight: bold;
  padding: 16px 0;
  text-align: center;
}

.section-function-movie .function-movie-container .detail-movie-list {
  width: 100%;
  height: 180px;
  margin: 110px 0 0 0;
}

.section-function-movie .function-movie-container .detail-movie-list .detail-movie {
  width: 300px;
  height: 180px;
  float: left;
  padding: 0 30px;
}

.section-function-movie .function-movie-container .detail-movie-list .detail-movie:hover {
  opacity: 0.7;
  transition: 0.8s;
}

.section-function-movie .function-movie-container .detail-movie-list .detail-movie .movie-text {
  margin-top: 16px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

/* 最短即日～利用可能*/
.section-function-movie .function-use-container {
  width: 1100px;
  margin: 0 auto 60px;
}

.section-function-movie .function-use-container h2 {
  line-height: 1.7em;
  padding: 0;
  margin-top: 61px;
}

.section-function-movie .function-use-container .btn-space {
  margin: 40px 0 0;
  display: flex;
  flex-direction: row;
  align-items: baseline;
  justify-content: center;
}

.section-function-movie .function-use-container .bt01-details {
  font-size: 20px;
  margin-top: 9px;
  text-align: center;
}

.section-function-movie .function-use-container .bt01 {
  width: 320px;
  height: 65px;
  background-color: #fa8e25;
  border: 2px solid #fff;
  background-size: cover;
  border-radius: 100px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.8s;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
}

.section-function-movie .function-use-container .bt01:hover {
  background-color: #fff;
  border: 2px solid #fa8e25;
  box-sizing: border-box;
  font-weight: bold;
  color: #fa8e25;
  transition: 0.8s;
  font-size: 24px;
}

.section-function-movie .function-use-container .bt02 {
  width: 320px;
  height: 65px;
  margin: 0 0 0 100px;
  background-color: #fff;
  border: 2px solid #fa8e25;
  background-size: cover;
  border-radius: 100px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.8s;
  color: #fa8e25;
  font-weight: bold;
  font-size: 24px;
}

.section-function-movie .function-use-container .bt02:hover {
  background-color: #fa8e25;
  border: 2px solid #fff;
  box-sizing: border-box;
  font-weight: bold;
  color: #fff;
  transition: 0.8s;
  font-size: 24px;
}
.section-function-movie .function-use-container img:hover {
  opacity: 0.5;
  transition: 0.8s;
}


/*-- 「i-seiQ」が選ばれる理由　--*/
.section-customer-voice {
  width: 100%;
  height: 100%;
  background: #FFFDEB;
}

.section-customer-voice .voice-container {
  width: 1100px;
  height: auto;
  padding: 0 0 60px 0;
  margin: 0 auto;
  background: #FFFDEB;
}

.section-customer-voice .voice-container .voice-list {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.section-customer-voice .voice-container .voice-list .voice-box {
  position: relative;
  width: calc((100% - 68px) / 3);
  height: auto;
  min-height: 690px;
}

.section-customer-voice .voice-container .voice-list:nth-of-type(2) .voice-box {
  min-height: 635px;
}

.section-customer-voice .voice-container .voice-list .voice-box img {
  width: 100%;
  height: auto;
}

.section-customer-voice .voice-container .voice-list .voice-box h4 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 15px 0;
  line-height: 1.5em
}

.section-customer-voice .voice-container .voice-list .voice-box h4 .honorific {
  font-size: 0.8em;
  color: #5D5D5D;
  font-style: normal;
}

.section-customer-voice .voice-container .voice-list .voice-box p {
  width: 100%;
  height: auto;
  line-height: 1.4em;
  text-align: justify;
  margin-bottom: 20px;
}

.section-customer-voice .voice-container .voice-list .voice-box .tohp {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  margin: 10px 0;
  height: auto;
  text-align: right;
}

.section-customer-voice .voice-container .voice-list .voice-box .tohp a {
  color: #4095E4;
}


/*-- 導入企業120社突破！ --*/
.section-company {
  width: 100%;
  height: 100%;
}

.section-company .company-container {
  width: 1100px;
  height: auto;
  padding: 0 0 80px 0;
  margin: 0 auto;
}

.section-company .company-container .logos-contents {
  margin: 25px auto 0;
  width: 1095px;
  display: flex;
  height: 100%;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.section-company .company-container .logos-contents .logo-img {
  padding: 0 10px 18px 0;
}


/*-- ご利用料金 --*/
.section-price {
  background-color: #fffdeb;
}

.section-price .price-contents {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 38px 0 71px;
}

.section-price .price-contents .price-subtitle-initial {
  font-weight: bold;
  font-size: 62px;
  color: #32C24D;
  letter-spacing: 2px;
}

.section-price .price-contents .price-subtitle-monthly {
  font-weight: bold;
  font-size: 48px;
  color: #222;
  letter-spacing: 4px;
}

.section-price .price-contents .plus {
  font-weight: bold;
  font-size: 48px;
  color: #222;
  padding: 35px 0 30px;
}

.section-price .price-contents .price-subtitle span {
  font-weight: bold;
  color: #32C24D;
  background: none;
}

.section-price .price-contents .value {
  font-size: 68px;
  font-weight: bold;
  color: #32C24D;
  background: none;
}

.section-price .price-contents .price-details {
  font-size: 20px;
  margin-top: 45px;
}


/*-- 詳しくはお問い合わせください --*/
/*.section-form {*/
/*  width: 100%;*/
/*  height: auto;*/
/*  background: #f7f7f7;*/
/*}*/

/*.section-form .form-container {*/
/*  width: 1100px;*/
/*  background: #f7f7f7;*/
/*  padding: 0 0 60px 0;*/
/*  margin: 0 auto;*/
/*}*/

/*.section-form .form-container form {*/
/*  margin: 0 auto;*/
/*}*/

/*.section-form .form-container #mktoForm_1285 {*/
/*  margin: 0 auto !important;*/
/*}*/

.section-form iframe {
  display: block;
  margin: 0 auto;
}


/*-- footer --------*/
footer {
  width: 100%;
  background-color: #3F3F3F;
}

footer .footer-conatiner {
  max-width: 1100px;
  margin: 0 auto;
  height: 124px;
  padding-top: 20px;
  color:#fff;
  background-color: #3F3F3F;
}

footer .footer-conatiner .i-seiq-logo {
  height: 60px;
  display: flex;
  align-items: center;
}

footer .footer-conatiner p {
  float: left;
  color: #fff;
  line-height: 1.3em;
}

footer .footer-conatiner .address {
  display: flex;
  flex-direction: column;
  font-size: 20px;
  float: left;
  margin-left: 40px;
  line-height: 1.5em;
}

footer .footer-conatiner .address span {
  font-weight: bold;
}

footer .footer-conatiner .copyright {
  width: 100%;
  text-align: center;
  padding-top: 18px;
  font-size: 12px;
  color: #fff;
}